.coloumn-filter{
    border-radius: 6px;
    background-color: #ffff004d;
    border: 1px solid #ced4da;
    outline-color: #7ebafa;
    outline-width:1px !important;
    background-clip: padding-box;
    box-shadow:#7ebafa;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .coloumn-filter:focus {    
    background-color:white;  
  }
  .close {
    font-weight: 300;
}
  thead input {
    width: 100%;
}
div.dataTables_wrapper{
    width: 100%;
    margin: 0 auto;
  }
  .header{
    background-color:  white;  
  } 
  .heading {
    border-radius: 4px !important;
}
  .sr-no{
      width: 40px !important;
  }
.alert-outline.alert-primary {
    background: transparent important;
}
.alert-outline.alert-primary .close {
    color: #004085 !important;
}

.alert-outline.alert-secondary {
    background: transparent !important;
}
.alert-outline.alert-secondary .close {
    color: #464a4e !important;
}

.alert-outline.alert-success {
    background: transparent !important;
}
.alert-outline.alert-success .close {
    color: #155724 !important;
}

.alert-outline.alert-danger {
    background: transparent !important;
}
.alert-outline.alert-danger .close {
    color: #721c24 !important;
}

.alert-outline.alert-warning {
    background: transparent !important;
}
.alert-outline.alert-warning .close {
    color: #856404 !important;
}

.alert-outline.alert-info {
    background: transparent !important;
}
.alert-outline.alert-info .close {
    color: #0c5460 !important;
}
.close{
    z-index: 10 !important;
    text-align: right !important;
}
.alert-outline.alert-dark {
    background: transparent !important;
}
.alert-outline.alert-dark .close {
    color: #1b1e21 !important;
}
table {
    font-family: serif;
    table-layout: auto !important;
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 14px;
}
.dataTables_scrollBody{
    overflow-y:scroll !important ;
}
td {
    overflow-x: hidden;
    white-space: initial;
    padding: 8px !important;
    color: rgb(0, 0, 0) !important;
}
/* table, th, td {
    border: 1px solid;
  } */
th {
    padding: 3px !important;
    color: #007bff;
}
.form-select{
    cursor: pointer !important;
}
option{
    cursor: pointer !important;
}
div.dataTables_wrapper{
width: 100%;
margin: 0 auto;
}
.table td,
.table th,
.border {
    border-color: #e5e9ec !important;
}
.table tfoot th {
    vertical-align: bottom;
    border-bottom: none;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e !important;
}
/* .table-bordered {
    border: 1px solid #e9ecef;
    overflow-x: hidden;
} */
.details-heeading {
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    background-color: #0dcaf0;
}


table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background: white !important;
    color:initial !important;
}
/* .form-control {
    border-color: #e5e9ec;
    font-size: 13px; 
    line-height: 2;
    cursor: pointer;
}
label{
    cursor: pointer;
} */
.card-myshadow{
    box-shadow: 0 1px 10px 1px #4f8d5d;
    background: white;
    border-radius:11px;
    }
    .colswap{
        cursor: move !important;
    }
input[type=date]{
    cursor: pointer;
}
input[type=month]{
    cursor: pointer;
}
input[type=checkbox]+label{
    cursor: pointer !important;
}
input[type=checkbox]{
    cursor: pointer !important;
}
input[type=radio]+label{
    cursor: pointer !important;
}
input[type=radio]{
    cursor: pointer !important;
}
/* .close-modal{
    background-color:#dc3545 !important;
    font-size:30px  !important;
    color:white  !important;
    border-radius:3px  !important;
    cursor: pointer  !important;
    opacity: 1 !important;
  } */
  body{
    background: #FAF9F6 !important;
}
  .slow-ani > * {
    animation-duration:5s !important;
   }
  .modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-body {
	color: #999;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
	color: #999;
}		
.modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.modal-confirm .btn-secondary {
	background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.modal-confirm .btn-danger {
	background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
    background: white !important; /* Choose your own color here */
}


table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background: white !important;
}

.form-check-input{
    width: 18px !important;
    height: 18px !important;
}

.search_select_box select {
    width: 100% !important;
}

.search_select_box .dropdown-items.active,
.dropdown-items:active {
    background-color: #547da9 !important;
    padding: 8px !important;
    font-size: 14px !important;
    border-radius: 3px;
    font-weight: bold;
    color: white !important;
}


.search_select_box .dropdown-items {
    padding: 8px;
    font-size: 14px !important;
}

.search_select_box .dropdown-items:hover {
    background-color: #ece9de !important;
    border-radius: 3px;
    color: black !important;
    padding: 8px;
}
.search_select_box button {
    background-color: white !important;
    border: 1px solid #ced4da;
}

.search_select_box button:focus {
    color: #212529 !important;
    background-color: #fff !important;
    border-color: #86b7fe !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
}

.search_select_box button:hover {
    border: 1px #86b7fe solid !important;
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    border-color: 1px solid #ced4da !important;
}

.bs-searchbox .form-control {
    margin-bottom: 3px;
    width: 100%;
    float: none;
    height: 30px;
}

/* .btn-check:focus+.btn-light, .btn-light:focus {
         box-shadow: 0 0 0 0.6rem  rgba(148, 204, 250, 0.25)!important;
       } */
       .bootstrap-select>select {
        position: absolute !important;
        bottom: 0;
        left: 0;
        display: block !important;
        width: 0.5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
        z-index: 0 !important;
    }
    @media print{
body{
    background-color:white !important;
}
    }
    @page {
        size: auto !important;
        max-height:100%;
        max-width:100%;
      }
      .required-field::after {
        content: "*";
        color: red;
    }