@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
:root{
    --primary-color: #034750;
    --default-color: #034851;
    --lighter-default-color: #757575;
    --border-color: rgba(0, 0, 0, 0.125);
    --primary-font:  'Mulish', sans-serif !important;
}
body {
	margin: 0;
	font-family: var(--primary-font);
	color:var(--default-color) !important;
	background: #f1f2f9 !important;
    letter-spacing: 0px;
	line-height: 1.5875;
	font-size:16px;
	font-weight:500;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: var(--primary-font);
}
*::-webkit-scrollbar-thumb {
    background: #0000002b;
    border-radius: 18px;
}
*::-webkit-scrollbar-track {
    background:  transparent;
}
*::-webkit-scrollbar {
    width: 3px;
	height: 6px;
}  
.teal {
    color: #009688;
}
.orange {
    color: #fb8c00;
}
.error{
	color:var(--danger);
}
.hide,.hidden{
	display:none !important;
}
.container{ 
	max-width:95%;
	margin:0 auto;
}
.container_nav{ 
	max-width:90%;
	margin:0 auto; 
}
ul , h1, h2, h3, h4, h5, h6 , p{
	margin: 0;
	padding: 0;
}
a , a:hover{
	text-decoration: none !important;
}
body{
	background: #f1f2f9;
}
*,input:focus , select:focus, a:focus{
    outline: 0 !important;
    box-shadow: none !important;
}
html {
position: relative;
min-height: 100%;
}
#pre-loader{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(/assets/images/loading.gif) center no-repeat #fff;
}
.btn{
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 7px !important;
    padding: 2px 10px !important;
    white-space: nowrap !important;
}
.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #e6e6e6 !important;
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #333 !important;
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

.card-header {
    font-weight: 700;
    font-size: 18px;
}
.form-group {
    margin-bottom: 10px !important;
}
.form-control:not([type="submit"]) {
    border: 0 !important;
    border-bottom: 1px solid !important;
    margin-bottom: 0px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
	border-radius: 0px !important;
	padding: 0px !important;
	background: transparent !important;
	height: 25px;
	border-bottom-color:#bdbdbd !important;
}
.form-control:focus {
	border-bottom-color: #ffc107 !important;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #eee !important;
	opacity: 0.5 !important; 
}
.has-error .form-control:not([type="submit"]) {
	border-bottom-color: #fb0000 !important;
}
.has-error .form-control:not([type="submit"]):focus {
	border-bottom-color: var(--primary-color) !important;
}
.search-bar .btn{
	margin-top: 11px !important; 
}
.search-bar .col-lg-2{
	padding-right:0px !important;
}
.search-bar .col-6:nth-child(even){
	padding-right:15px !important;
}	
label {
	display:block !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
	margin: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:100%;
}
input.form-control::placeholder,textarea.form-control::placeholder  {
    font-size: 14px !important;
    color: #cccbcb !important;
    font-weight: 500 !important;
}
select option:not([value=""]),select option:not([value="-1"]) {
	color: var(--default-color) !important;
	font-weight:700 !important;
    font-size: 16px !important;
}
select.form-control{
	text-shadow:none !important;
    display: block !important;
    border: 0 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
	padding:0px !important;
	border-bottom: 1px solid !important;
    border-radius: 0px !important;
	height: 25px;
}
textarea.form-control,textarea.form-control:not([type="submit"]){
    display: block !important;
    border-bottom: 1px solid #bdbdbd !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
	padding:0px !important;
	border-bottom: 1px solid !important;
    border-radius: 0px !important;
	height: auto;
}
.card-body{
	padding:15px !important;
}
/* modal*/
.modal-header{
  display:flex;
  flex-flow:column wrap;
  padding:10px !important;
  padding-right: 24px !important;
}
.modal-header .close{
	margin:auto !important;
	padding: 13px !important;
    top: 0px !important;
}
.close{
  position: absolute;
  right: 5px;
  top: 2px;
}
/* modal*/
/* datatable */
.dataTables_empty{
	background:#fff !important;
	width:100% !important;
}
.table th{
	font-weight: 700;
}
.table th, .table td {
    padding: 5px 10px !important;
	position:relative;
}
.dataTable th {
    border-bottom: 0px !important;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space:nowrap;
	padding-right: 20px !important;
}
.card .dataTable{
	margin: 5px;
    width: calc(100% - 10px) !important;
}
table.dataTable{
	margin-bottom:0px !important;
	background:#fff;
	border-top: 0px !important;
	border-bottom: 1px solid #dee2e6 !important;
}
table.dataTable tbody>tr.selected{
	background:#546e7a !important;
}
.no-select-highlight table.dataTable tbody>tr.selected{
	background:transparent !important;
	color:inherit !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
	bottom: 0.5em !important;
}
.dataTables_length {
    display: inline-block;
	float:right;
}
.dataTable td{
	word-break: break-word;
}
.dataTable tbody tr:nth-child(odd) {
    background: #f1f6fa !important;
}
.dataTable tbody tr.selected{
	color: #fff !important;
	background: var(--primary-color) !important;
}
div.dt-button-collection,div.dt-button-collection div.dropdown-menu{
	left:auto !important;
	right:0px !important;
}
div.dt-button-collection div.dropdown-menu{
	max-height:300px;
	overflow:scroll;
}
.dataTables_wrapper .row .col-6:first-child .dataTables_info{
	padding-left:5px;
}
.dataTables_wrapper .dataTables_filter{
	float:left;
	text-align:left;
	display:inline;
}
.dataTables_wrapper .dataTables_filter input{
	margin-bottom:0px  !important;
	width:100% !important;
}
.dataTables_wrapper .dataTables_info{
	clear:unset;
	display:inline;
	
}
.dataTables_length label {
    margin: 0;
	background:var(--primary-color);
	border-radius:4px;
}
.dataTables_length select {
    border: 1px solid var(--border-color);
	padding: 5px 0 4px 5px;
	border-radius: 4px;
    font-size: 16px;
}
.dataTables_wrapper .dataTables_info{
	padding: 0;
	color: var(--primary-color);
    line-height: initial;
	font-size: 14px;
    font-weight: 700;
}
.dataTables_paginate {
    padding: 0;
    border-radius: 4px;
    font-weight: 700;
    margin-right: 20px;
    font-size: 16px;
}
.dataTables_paginate .page-link{
    padding: 0.4rem 0.75rem
}
.dataTables_paginate .page-link img{
    width:15px;
}
.dataTables_paginate .pagination{
	margin-bottom:0px !important;
}
a.paginate_button:hover {
    background: var(--primary-color) !important;
}
span a.paginate_button{
    background: #f1f2f9 ;
	margin: 0 !important;
	border: 0 !important;
    border-right: 1px solid !important;
	border-radius:0 !important;
}
.dataTables_wrapper .row{
	align-items: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--primary-color);
    color: #fff !important;
}
.datatable-column-filter {
    width: 19px;
}
.datatable-excel-export {
    width: 22px;
}
.paginate_button.previous:hover {
    color: #fff !important;
	border-color: var(--primary-color);
}
.paginate_button.previous {
    margin: 0;
	border-right:1px solid;
}
.paginate_button.previous{
	margin:0 !important;
	border:0 !important;
}
.cardView .column_filter,.cardView thead{
	display:none;
}
.cardView tbody tr {
	width:calc(100% - 1rem);
    float: left;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.cardView tbody tr td {
    display: flex;
    justify-content: flex-start;
    border-style: ridge;
    border-top: 1px ridge;
    border-radius: 0;
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}
.cardView tbody tr td label{
	display:block !important;
	width: 35%;
    text-align: left;
	margin-bottom:0px !important;
}
 tbody tr td label{
	display:none !important;
}
.cardView tbody {
    background: #fff;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.datatable-style-img {
	width: 20px;
    height: 20px;
    background-size: contain;
}
.column_filter{
	display:table-header-group;
}
.dt-buttons .btn {
    border-radius: 5px !important;
    padding: 5px!important;
	margin-left: 3px !important;
}
.dt-buttons{
	float: right !important;
	width:auto !important;
	margin-right: 5px; 
}
.column_filter input.form-control {
    margin-bottom: 0px !important;
    line-height: 1 !important;
    font-size: 14px !important;
    height: 20px !important;
}
.dt-button-collection .dt-button.buttons-columnVisibility {
    background: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0.25em 1em !important;
    margin: 0 !important;
    text-align: left !important;
	position:relative;
	color:var(--default-color);
}
.dt-button-collection .buttons-columnVisibility:before,
.dt-button-collection .buttons-columnVisibility.active span:before {
    display:block;
    position:absolute;
    top:1.2em;
    left:0;
    width:12px;
    height:12px;
    box-sizing:border-box;
}
.dt-button-collection .buttons-columnVisibility:before {
    content:' ';
    margin-top:-8px;
    margin-left:10px;
    border:1px solid black;
    border-radius:3px;
}
.dt-button-collection .buttons-columnVisibility.active span:before {
    font-family: 'Arial' !important;
    content:'\2714';
    margin-top: -15px;
    margin-left: 12px;
    text-align: center;
    text-shadow: 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.dt-button-collection .buttons-columnVisibility span {
    margin-left:17px;    
}
.buttons-excel {
    width: 30px;
}
/* datatable */
/*autocomplte-ui*/
.ui-widget-content{
	border:0!important;
	color: var(--default-color) !important;
}
.ui-autocomplete{
	width:350px !important;
	max-width:80% !important;
	z-index:999999 !important;
}
.ui-widget.ui-widget-content{
	list-style:none !important;
}
.ui-menu-item-wrapper{
	padding: 3px 2px;
}
.ui-menu-item-wrapper.ui-state-active{
	background: var(--primary-color) !important;
	color: #fff !important;
}
/*autocomplte-ui*/

/* datepiclker*/
.date_picker[readonly] {
    background-color: transparent !important;
    opacity: 1 !important;
}
.ui-datepicker {
    padding: 0px !important;
	z-index: 99999 !important;
	box-shadow: 0 4px 4px rgb(0 0 0 / 5%) !important;
}
.ui-datepicker-header {
    background: transparent !important;
    border: 0px !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 0px !important;
	padding:4px !important;
}
.ui-datepicker-prev{
	border: 1px solid transparent !important;
    margin-top: 2px !important;
    margin-left: 5px !important;
    border-radius: 50% !important;
}
.ui-datepicker-prev-hover{
	border: 1px solid #eee !important;
    background: #eee !important;
	top:2px !important;
	left:2px !important;
}
.ui-datepicker-prev .ui-icon-circle-triangle-w{
	background:url("/assets/images/chevron-left.svg") !important;
}

.ui-datepicker-next{
	border: 1px solid transparent !important;
    margin-top: 2px !important;
    margin-right: 5px !important;
    border-radius: 50% !important;
}
.ui-datepicker-next-hover{
	border: 1px solid #eee !important;
    background: #eee !important;
	top:2px !important;
	right:2px !important;
}
.ui-datepicker-next .ui-icon-circle-triangle-e{
	background:url("/assets/images/chevron-right.svg") !important;
}
.ui-datepicker select {
    border: 0px !important;
	width:auto !important;
}
.ui-datepicker-calendar{
	margin-left:1px !important;
}
.ui-datepicker-calendar th {
	width: 14% !important;
    padding-bottom: .25em !important;
    font-size: .9em !important;
    font-weight: 700 !important;
    color: #999 !important;
}
.ui-datepicker td{
	padding:0px !important;
}
a.ui-state-default {
	padding: .4rem 0 !important;
    font-weight: 500 !important;
    letter-spacing: -.3 !important;
    background: transparent !important;
	border: 1px solid transparent !important;
    text-align: center !important;
	border-radius:5px;
}
.ui-datepicker-today a {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
	border: 1px solid #666 !important;
}
a.ui-state-default:hover{
    background-color: #eee !important;
	border: 1px solid #eee !important;
}
a.ui-state-active,a.ui-state-active:hover {
    color: #fff !important;
	background: var(--primary-color) !important;
	border: 1px solid var(--primary-color) !important;
    font-weight: 700 !important;
	border-radius:5px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
/* menu */
.branding-container{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -2px rgba(0, 0, 0, 0.1) !important;
    background: #fff;
}
.branding-logo {
    height: 50px;
    max-width: 100%;
}
.feature-menu{
	left: calc(-100% + 30px);
    right: auto;
    position: fixed;
    z-index: 1001;
    top: 3%;
	-webkit-transition: right 0.3s ease, left 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: right 0.3s ease, left 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    width: 375px;
	background: #ffffff;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
}
.feature-menu.show-menu {
    -webkit-transition: right 0.3s ease, left 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: right 0.3s ease, left 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    left: 10px;
    right: auto;
}
.sidenav{
	height: 90%;
	width: 85%;
	z-index: 2;
	background-color: #fff;
	transition: 0.5s;
	overflow-y: scroll;
	border-radius: 6px;
	box-shadow: 1px 0px 5px 0px rgb(138 131 138 / 38%);
}
#overlay {
	display:none;
    z-index: 1;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    bottom: 0;
    background: rgb(25 23 23 / 20%);
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.sidenav2{ 
    height: 90%;
    width: 350px;
    z-index: 2;
    background-color: #fff;
    transition: 0.5s;
    border-radius: 6px;
    max-width: calc(100% - 50px);
    transition: 0.5s;
    overflow-y: hidden;
    box-shadow: 1px 0px 5px 0px rgb(138 131 138 / 38%) !important;
} 
.sidenavul .feature-link:hover {
    background: #d2d2d21f;
}
.menu-header {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px 0px 10px;
}
.menu-header i {
    font-size: 20px;
    margin-right: 7px;
}
.sidenavul .feature-link {
	width: 100%;
    display: block;
	padding: 10px 10px 10px 25px;
	color:var(--default-color);
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid rgb(138 129 129 / 14%);
}

#openNav_mobile{
    display: none;
}
.user_action_info{
	right: -395px;
    left: auto;
    position: fixed;
    z-index: 1001;
    top: 0;
	-webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    width: 375px;
	background: #ffffff;
    -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.25);
	max-width: calc(100% - 10px);
}
.user_action_info.show_info {
    -webkit-transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    transition: left 0.3s ease, right 0.3s ease, bottom 0.3s ease, top 0.3s ease;
    right: 0;
    left: auto;
}
#user_action .branding_box {
    border-radius: 14px;
    padding: 0px;
    padding-left: 5px;
    background: transparent;
    font-size: 40px;
}
#user_action .branding_box img{
    width:32px;
}
.user-name{
	color: var(--lighter-default-color);
    font-size: 14px;
    padding-left: 10px;
    margin-top: -6px;
    width: calc(100% - 5px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-weight: 700;
}
.branding_box{
    border-radius: 25px;
    position: relative;
    cursor: pointer;
    height: 50px;
	padding: 5px 30px;
	
}
.branding_box .text_image{
	background: var(--primary-color);
    color: #fff;
}
.text_image {
    font-size: 18px;
    text-transform: uppercase;
    background: #efefef;
    border-radius: 50%;
    text-align: center;
    color: #9e9e9e;
    font-weight: 700;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: context-menu;
}
a.branding_box,a.branding_box:hover,a.branding_box:active,a.branding_box:focus{
	color:var(--default-color);
	text-decoration:none;
}
.branding_box img {
    width: 24px;
}
.branding_box h6 {
    font-size: 16px;
	margin-bottom: 0;
	width: calc(100% - 5px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.branding_box:after{
	content:"";
	display:none;
}
.branding_box_icon {
    font-size: 18px;
}
.branding_box_more_icon{
    font-size: 16px;
	margin-left: 3px;
}
#feature-search{
	width: 100%;
	border: 0; 
    margin-left: 5px;
}
.sidenavul{
    overflow-y: scroll;
    height: 100%;
	padding-bottom:100px;
}
div#mySidenav2 .sidenavul::-webkit-scrollbar-thumb {
    background: var(--primary-color); 
    border-radius: 18px;
}
div#mySidenav2 .sidenavul::-webkit-scrollbar-track {
    background:  transparent;
}
div#mySidenav2 .sidenavul::-webkit-scrollbar {
    width: 4px;
}
.searchform input:focus {
    outline: 0;
}
.menu_bar span {
    font-size: 24px;
    font-weight: 700;
}
.menu_bar a {
    color: #000;
    font-size: 25px;
}

.user_action_info .name {
    font-weight: 700;
    color: var(--primary-color);
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user_action_info .text_image {
    font-size: 34px;
    font-weight: 700;
	border-radius: 10px;
    flex: 0 0 80px !important;
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
	background: var(--primary-color);
    color: #fff;
}
.footer-bottom {
    background: var(--primary-color);
    color: #fff;
}
.main-card {
    height: 100%;
    margin: 10px 0px;
    overflow-x: hidden;
    position: relative;
    overflow-y: auto;
}
.card-header {
    background: linear-gradient(to right, #eff6f6,#fefefe 50%,#fefefe 50%, #eff6f6);
}
.card-title {
    margin-bottom: 0px;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
}
a.listHead img {
    width: 15px;
    margin-right: 5px;
}
/* datepiclker*/
@media (min-width: 768px){
	.cardView tbody tr  {
		width:calc(50% - 1rem);
	}
	.search-bar .col-6:nth-child(even){
		padding-right:0px !important;
	}
	.search-bar .col-lg-2:nth-child(6n){
		padding-right:0px !important;
	}
	.search-bar .col-md-3:nth-child(4n){
		padding-right:15px !important;
	}
	.search-bar .col-6:nth-child(even){
		padding-right:0px !important;
	}
	.search-bar .col-lg-2:nth-child(6n){
		padding-right:15px !important;
	}
}
@media (min-width: 992px){
	.cardView tbody tr  {
		width:calc(33.1% - 1rem);
	}
}