@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-ExtraBold.woff2') format('woff2'),
        url('fonts/inter/Inter-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-Bold.woff2') format('woff2'),
        url('fonts/inter/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-Black.woff2') format('woff2'),
        url('fonts/inter/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-ExtraLight.woff2') format('woff2'),
        url('fonts/inter/Inter-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-Light.woff2') format('woff2'),
        url('fonts/inter/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-Medium.woff2') format('woff2'),
        url('fonts/inter/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-Regular.woff2') format('woff2'),
        url('fonts/inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-Thin.woff2') format('woff2'),
        url('fonts/inter/Inter-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/inter/Inter-SemiBold.woff2') format('woff2'),
        url('fonts/inter/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body{
	font-family:'Inter'!important;
	font-weight:500;
	font-size:13px;
}
.modal-container{
	font-family:'Inter'!important;
}
.datepicker{
	z-index:9999!important;
}
.daterangepicker{
	font-family:'Inter'!important;
}
.payment_method_title{
	margin:15px 0 5px 0;
	font-size:12px;
	display:inline-block;
	text-transform:uppercase;
}
.payment_method .btn{
	margin:5px 0;
}
.payment_method input{
	margin:10px 0;
}
#sidebar{
	
}
.wrapper{
	overflow:hidden;
}
.simplebar-content {
border-right:1px solid #e5e7eb;
}
.simplebar-content .nav-link{
}
.header-divider {
	border-top: 1px solid #e5e7eb;
}
.sidebar-nav .nav-link:hover .nav-icon {
	color: #001327;
}
.header .container-fluid:first-child, .header .container-lg:first-child, .header .container-md:first-child, .header .container-sm:first-child, .header .container-xl:first-child, .header .container-xxl:first-child, .header .container:first-child {
	min-height: calc(var(--cui-header-min-height) - var(--cui-header-padding-y)*1);
}
.header {
	--cui-header-border-color: #e5e7eb;
}
.sidebar-nav .side-nav-title {
	letter-spacing: .07em;
	pointer-events: none;
	cursor: default;
	white-space: nowrap;
	text-transform: uppercase;
	color: #7587a7;
	font-weight: 700;
	font-size: 10px;
	padding: 15px 20px 15px;
}
.bg-light{
	background:#f0f2f8;
}
.sidebar-nav .nav-group.show {
	background: #fff;
}
.sidebar-nav .nav-link {
	padding:10px 15px;
}
.sidebar-nav .nav-link.active {
	color: #001327;
	background-color: #eaebef;
	border-radius: 5px;
}
.sidebar-nav .nav-link.active .nav-icon {
	color: #001327;
}
.sidebar-nav .nav-group {
	/*margin: 3px 15px;*/
}
.sidebar-toggler,.sidebar-toggler:hover {
	background-color: transparent;
}
.simplebar-content .nav-item{
	/*margin: 3px 15px;*/
}
.sidebar-nav .nav-link,.sidebar-nav .nav-link:hover {
	color: #001327;
	font-weight:600;
	font-size:13px;
	margin:0px 15px;
}
.sidebar-nav .nav-icon,.sidebar-nav .nav-icon:hover {
	color: #001327;
}
.sidebar-nav .nav-icon:hover {	
}
.sidebar-nav .nav-group.show .nav-group-toggle {
	color: #001327;
}
.sidebar-nav .nav-group-toggle::after {
	color: #001327;
	border: solid;
  border-width: 0 .1rem .1rem 0;
  content: " ";
  display: inline-block;
  padding: 2.5px;
  position: absolute;
  right: 1.25rem;
  top: 1.2rem;
  transform: rotate(-45deg);
  transition: all .2s ease-out;
  height:auto;
  margin-right:15px;
  background-image:none;
}
.sidebar-nav .nav-group.show > .nav-group-toggle::after {
	transform: rotate(45deg);
}
.sidebar-brand {
	background: transparent;
	color:#283c50;
	border-bottom:1px solid #e5e7eb;
	border-right:1px solid #e5e7eb;
	padding:15px 30px;
}
.card{
	border:1px solid #e5e7eb;
	border-radius:10px;
	box-shadow:0 0 20px hsla(215deg,30%,90%,.3);
	background:#fff;
}
.card-header{
	border-bottom:1px solid #e5e7eb;
	padding: 25px;
	/*background:rgb(247, 247, 247);*/
	color: #283c50;
	font-size: 22px;
	font-weight: 600;
}
.login-form .card .card-body{
	/*background:#fff;*/
}
.login-p5 .form-control{
	/*width:100%;
	display:block;*/
}
.card-header-action {
	font-size:15px;
	text-align:right;
	float:right;
	padding-top:3px;
	font-weight:500;
}
.card-header h4{
}
body,html{
	background-image:none;
	background-color:#f3f4f6;
	}
.p-sm-5 {
	padding: 3rem;
}
.btn-primary, .btn-primary:hover, .btn.bg-soft-primary:focus, .btn.bg-soft-primary:hover {
	color: #fff !important;
	border-color: #3454d1 !important;
	background-color: #3454d1 !important;
}
.btn {
	/*display: flex;*/
	padding: 12px 16px;
	font-size: 10px;
	line-height: normal;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	border-radius: 3px;
	transition: all .3s ease;
}
.form-control {
	border-radius:5px;
	padding: 12px 15px;
	border-color:#e5e7eb;
	/*width:auto;*/
	display:inline-block;
}
#custom-dt-toolbar .form-control{
	width:auto;
}
.text-primary {
	color: #3454d1!important;
}
.fs-11 {
	font-size: 11px;
}
a {
	text-decoration: none;
	font-weight: 500;
	color:rgb(75, 85, 99);
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
	display:inline-block;
	height: 1.2em;
	width: 1.2em;
	color: white;
	border: 0.15em solid white;
	border-radius: 1em;
	box-shadow: 0 0 0.2em #444;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 1.2em;
	content: "+";
	background-color: #337ab7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
	content: "-";
}
.btn-group-lg > .btn, .btn-lg {
	padding: 15px 20px;
	font-size: 11px;
}
.login-form .form-check{
}
.login-form a.fs-11.text-primary{
 display: block;
  margin-bottom: .125rem;
  min-height: 1.44rem;
}
.login-form .form-check-input {
	width:1.2em;
	height:1.2em;
	margin-right:5px;
}
.login-p5{
	margin-top: 3rem!important;
	margin-bottom: 1.5rem !important;
	padding-left:1.5rem;
	padding-right:1.5rem;
}

.card .card-header {
	display: block;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e5e7eb;
	color: #283c50;
	font-size: 16px;
	font-weight: 700;
}
html:not([dir="rtl"]) .card-header-actions {
	
}
.card .card-header .card-title {
	margin-bottom: 0;
	color: #283c50;
	font-size: 16px;
	font-weight: 700;
}
.card .card-header-action, .card .card-header-btn {
	gap: 5px;
	display: inline-block;
	align-items: center;
	justify-content: center;
}
.card .card-header-btn {
	opacity: 0;
	visibility: hidden;
	transform: translateX(30px);
	transition: all .3s ease;
}
.page-link {
	font-size:inherit;
}
.avatar-sm {
	width: 20px;
	height: 20px;
	max-width: 20px;
	max-height: 20px;
	min-width: 20px;
	min-height: 20px;
}
.avatar-image, .avatar-text {
	width: 40px;
	height: 40px;
	max-width: 40px;
	max-height: 40px;
	min-width: 40px;
	min-height: 40px;
	overflow: hidden;
	border-radius: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background-color: #fff;
	border: 1px solid #dcdee4;
}
.avatar-image, .avatar-text {
	cursor: pointer;
	font-weight: 700;
}
.avatar-md {
	width: 30px;
	height: 30px;
	max-width: 30px;
	max-height: 30px;
	min-width: 30px;
	min-height: 30px;
	font-size:12px;
	color:#555;
	font-weight:300;
}
.swal2-title{
	padding-top:30px;
	font-size:24px;
	font-weight:500;
}
h2.fs-45{
	font-size:1.5rem;
}
.dropdown-item {
	color: #001327;
	font-weight:600;
	font-size:13px;
	padding:10px 15px;
}
.col-form-label, .form-label {
	color: #283c50 !important;
	font-size: 12px !important;
	font-weight: 600 !important;
}
.form-label {
	margin-bottom: .5rem;
}
label {
	display: inline-block;
}

.form-group{
	margin-bottom: 1.5rem !important;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	font-size: 1rem;
	line-height:1.2;
	color: #333;
	border: 0;
	font-weight:700;
}
.text-muted{
	color: #64748b!important;
}
.card-body .p-10{
	padding:10px;
}
.card-body .plr-10{
	padding-left:10px;
	padding-right:10px;
}
.legend_sub{
	font-size:.9rem;
	margin-bottom:10px;
	margin-top:10px;
}
.m-10{	
}
.inv-sub-title{
	padding-top:30px;
	font-size:15px;
}
.pb-20{
	padding-left:20px;
	padding-right:20px
}
h3.sidebar-brand-full{
	font-weight:700;
}

.stretch.stretch-full {
	height: calc(100% - 24px);
}

.stretch {
	height: 100%;
	display: flex;
	align-items: stretch;
	flex-direction: column;
}
.db-icon{
	font-size:1.75rem;
}
.text-spacing-1 {
	letter-spacing: .5px;
}
.small-12{
	font-size:12px;
}
.fw-medium {
	font-weight: 500 !important;
}
.datepicker-dropdown{
	font-size:12px;
}
.datepicker{
	cursor:pointer;
}
.separator{
	margin-top:30px;
	margin-bottom:30px;
	border-top:1px solid #ccc;
}
.separator-div{
	width:97%;
	margin:30px 15px 10px 15px;
	display:block;
	height:50px;
	border-top:1px solid #f5f5f5;
}
.ml-10{
	margin-left:10px;
}
.mt-10{
	margin-top:10px;
}
.btn-grey,.btn-grey:hover{
	background:#F6F7F8;
}
.btn-light-blue,.btn-light-blue:hover{
	background:#DFE0F7;
}
.btn-green,.btn-green:hover{
	background:#3CA934;
	color:#fff;
}
.btn-red,.btn-red:hover{
	background:#E7302A;
	color:#fff;
}
.d-inline-block{
	display:inline-block;
}
readonly{
}
[readonly='readonly'] {
   pointer-events: none;
}
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: none;
  border-color:#e5e7eb;
}
.btn-wide{
	padding-left:50px;
	padding-right:50px;
}
.invoice-header .form-control{
	width:170px;
	float:right;
	padding:12px 15px;
}
.invoice-mid .form-control{
	width:170px;
	float:right;
	border:0;
}
.invoice-header .form-label{
	padding-top:15px;
	margin-right:30px;
}
.invoice-mid .form-label{
	padding-top:15px;
	margin-right:30px;
}
.invoice-header .form-group{
	min-height:40px;
}
.invoice-mid .form-group{
	min-height:40px;
	margin-bottom: .5rem !important;
}
.invoice-header .form-group{
	min-height:40px;
}
#item_list,#member_list{
	position:absolute;
}
#add, #remove {
	font-size: 1.5rem;
	cursor: pointer;
	float: left;
}
#control_buttons_ .fa{
	margin-right:10px;
	color:#3454d1;
}
.fs-inv{
	font-size:18px!important;
	padding-top:0px!important;
	margin-top:12px;
}
select {
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	font-family:'Inter',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important
}
.mpesa_codes{
	font-size:10px;
}
.btn-info,.btn-info:hover {
	color:#fff;
}
.btn-secondary,.btn-secondary:hover {
	color:#fff;
}
.btn.active{
	color:#fff!important;
}
.btn{
	margin-bottom:10px;
	margin-right:5px;
}
.btn-outline-secondary{
	margin-right:0;
}
.card-sub-title{
	font-weight:bold;
	margin-bottom:10px;
	font-size:12px;
}
td{
	font-size:13.44px;
	font-weight:400;
	vertical-align:middle;
	color:rgb(75, 85, 99);
}
table.dataTable thead th {
	padding: 8px 15px;
	padding-left: 15px;
	color: #283c50;
	font-size: 13.44px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing:.5px;
}
.action-buttons{
	/*padding:8px;*/
	border-radius: 100%;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #dcdee4;
	color:#000;
	font-size:11px;
	height:30px;
	width:30px;
}
.dataTables_wrapper div.dataTables_length select {
	/*padding:12px 25px;*/
	min-width:80px;
}
#co_config{
}
#co_config th{
	margin-top:20px;
}
.no-access{
	/*text-align:center;
	padding-top:80px;
	font-size:30px;
	display:inline-block;
	width:100%;*/
}
#custom-dt-toolbar{
	margin-top:20px;
}
.dt-toolbar-left{
	text-align:left;
}
#co_config_length.dataTables_length,#co_config_filter.dataTables_filter{
	display:inline-block;
	margin-right:10px;
}
.dataTables_length select{
	width:90px!important;
	font-size:1rem;
}
.dt-toolbar-right{
	text-align:right;
}
#co_config_wrapper .dt-buttons > .dt-button.buttons-collection {
	min-width: auto;
}
#co_config_wrapper .dt-buttons > .dt-button.buttons-collection {
	font-family: 'Inter'!important;
	background-color: #55b6a9;
	border-radius: 0.25rem !important;
}
#co_config_wrapper .dt-buttons > .dt-button.buttons-collection {
	display: inline-block;
	width: auto;
	height: auto;
	border: none;
	font-size: 14px;
	background: #75BD57;
	color: #fff;
	font-family: "SFUIText-Regular";
	font-weight: normal;
	letter-spacing: 0.01em;
	border-radius: 6px;
	padding: 0 25px;
	text-indent: 0px;
	position: relative;
	text-transform: capitalize;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#co_config_wrapper .dataTables_length {
	float: left;
	text-align: left;
	margin-bottom:20px;
}
#co_config_wrapper .dataTables_filter {
	float: right;
	text-align: right;
	margin-bottom:20px;
}
.dt-button.btn{
	font-size:14px;
	text-transform:capitalize;
	font-weight:normal;
	margin-top:8px;
}
.groupleft {
	margin-left: 15px;
}
.groupright {
	margin-right:15px;
}
.grouplastright {
	margin-left:15px;
}

.dt-button {
	list-style-type: none;
}
.dt-button-collection{
	margin-top:0!important;
	position:absolute;
	width:120px;
}
#co_config_wrapper .dt-buttons {
	display: inline-block;
	position: relative;
	z-index:9999;
}
.buttons-collection, .buttons-collection:hover {
	background: #3454d1!important;
	color: #fff;
	border-radius: 0.25rem;
	font-size: 14px;
	padding: 14px 30px !important;
	border:0;
	position:relative;
}

.dt-button-collection .buttons-columnVisibility.active span::before {
	font-family: 'Arial' !important;
	content: '\2714';
	margin-left: 10px;
	text-align: center;
}
.dt-button-collection .buttons-columnVisibility span::before, .dt-button-collection .buttons-columnVisibility.active span::before {
	display: inline-block;
	left: 0;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	box-sizing: border-box;
}
.dt-button-collection .buttons-columnVisibility span::before {
	content: ' ';
	margin-left: 10px;
	border: 1px solid black;
	border-radius: 3px;
}
.buttons-columnVisibility {
	text-align: left;
}
#co_config_wrapper {
}
#co_config_wrapper .dt-buttons .dt-button-collection button {
	background: #fff;
	margin: 0;
	border: 0;
	border-top: 1px solid #f2f2f2;
	padding: 5px;
}
#co_config_wrapper .dt-buttons .dt-button-collection button,.dt-button-collection div button {
	width: 100%;
	background: #e6e6e6;
	border: solid 1px #a2a2a2;
	padding: 3px 5px;
	margin: 1px 0;
	font-size: 12px;
	color: #000;
	/*margin-left:10px;*/
	max-width:105px;
	display:inherit;
}
table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting_asc::before, table.dataTable thead > tr > th.sorting_desc::before, table.dataTable thead > tr > th.sorting_asc_disabled::before, table.dataTable thead > tr > th.sorting_desc_disabled::before, table.dataTable thead > tr > td.sorting::before, table.dataTable thead > tr > td.sorting_asc::before, table.dataTable thead > tr > td.sorting_desc::before, table.dataTable thead > tr > td.sorting_asc_disabled::before, table.dataTable thead > tr > td.sorting_desc_disabled::before {
	bottom: 50%;
	content: "↑";
	content: "↑"/"";
}
table.dataTable thead > tr > th.sorting::after, table.dataTable thead > tr > th.sorting_asc::after, table.dataTable thead > tr > th.sorting_desc::after, table.dataTable thead > tr > th.sorting_asc_disabled::after, table.dataTable thead > tr > th.sorting_desc_disabled::after, table.dataTable thead > tr > td.sorting::after, table.dataTable thead > tr > td.sorting_asc::after, table.dataTable thead > tr > td.sorting_desc::after, table.dataTable thead > tr > td.sorting_asc_disabled::after, table.dataTable thead > tr > td.sorting_desc_disabled::after {
	top: 50%;
	content: "↓";
	content: "↓"/"";
}
.modal-dialog label{
	margin-bottom:10px;
}
.mb-30{
	margin-bottom:30px;
}
.btn_note{
	margin-right:10px;
	cursor:pointer;
	height:38px;
	border:1px solid #321fdb;
	border-radius:3px;
	text-transform:uppercase;
	color:#321fdb;
	padding:12px 16px;
	font-size:10px;
	font-weight:700;
	letter-spacing:.5px;
	display:inline-block;
	float:left;
	margin-bottom:10px;
}
.btn_note .fe{
	margin-right:5px;
	line-height:1.5;
}

.mr-1{
	margin-right:5px;
}
.add_allergy,.del_allergy{
	cursor:pointer;
}
.delete-vital{
	color:#000;
}
.mt-5{
	margin-top:5px;
}
.fw-highlight{
	font-weight:400!important;
}
.tile-danger{
	border:1px solid #000!important;
	background:#ffd4d4;
	color:#000;
}
.edit-vital .fe,.delete-vital .fe{
	margin-right:5px;
	cursor:pointer;
	font-size:12px;
}
.edit-prescription .fe,.delete-prescription .fe{
	cursor:pointer;
	font-size:12px;
	margin-right:5px;
}
a.prescription-link {
	color:#283c50;
	cursor:pointer;
}
.prescription-link,.diagnosis-link,.consultation-link,.vitals-link{
	cursor:pointer;
}
.edit-vital{
	float:right;
}

span.notification-badge {
    position: relative;
    top: -10px;
    right: 10px;
    border: $white 1px solid;
    margin-right: -18px;
	padding:2px 4px;
	font-size:0.7em;
	font-weight:normal;
}
#statusalert.form-control,.wb_status.form-control{
	width: auto;
  padding: 4px 10px;
  font-size: 12px;
  font-weight:400;
  border:0;
  cursor:pointer;
}
td.no-border{
	border:0;
}
.form-control:disabled {
	background-color: #fff;
}

select#statusalert.form-control.normal,.alert-normal{
	background:#5eb567;
	color:#fff;
}
select#statusalert.form-control.carecoordination,.alert-carecoordination{
	background:#6f42c1;
	color:#fff;
}
select#statusalert.form-control.highcomplexity,.alert-highcomplexity{
	background:#fd7e14;
	color:#fff;
}
select#statusalert.form-control.uniquecare,.alert-uniquecare{
	background:#0d6efd ;
	color:#fff;
}
select#statusalert.form-control.patientconduct,.alert-patientconduct{
	background:#000000;
	color:#fff;
}
select.wb_status.form-control.readyfortriage{
	background: #ffc107 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 10px 10px;
}
select.wb_status.form-control.readytobeseen{
	background: #28a745 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 10px 10px;
	color:#fff;
}
select.wb_status.form-control.pendinglabtests{
	background: #fd7e14 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 10px 10px;
	color:#fff;
}
select.wb_status.form-control.readyforbilling{
	background: #adb5bd url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 10px 10px;
}
select.wb_status.form-control.clearedbill{
	background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 10px 10px;
	color:#fff;
}
select:after {
  color: white !important;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}
.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
.badge-warning {
	color: #212529;
	background-color: #ffc107;
}
.badge-info {
	color: #fff;
	background-color: #17a2b8;
}
.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}
.badge-dark {
	color: #fff;
	background-color: #343a40;
}
.alert-title{
	font-size:11px;
	font-weight:600;
}
.ucase{
	text-transform:uppercase;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.right-sidebar{
		margin-top:20px;
	}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}

/* Smartphones (portrait and landscape) ----------- */
    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.p-sm-5 {
		padding: 1.5rem;
	}
    }
	
/*tablets*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.offset-md-4 {
	margin-left: 15%;
		}
		.col-md-5 {
		width: 70%;
		}
		.login-p5 {
			margin-top: 8rem !important;
		}
    }
	
/*desktops and laptops*/
@media only screen and (min-width : 1224px) {

}

/*larger screens*/
@media only screen and (min-width : 1824px) {

}
.dt-button-collection div{
	position:relative;
	z-index:9999;
}
#custom-dt-toolbar .dt-toolbar-left .dt-button-collection{
	margin-left:10px;
}
.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
	position: inherit;
}
.select2-container .select2-selection--single {
	height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 48px;
	padding-left:15px;
	padding-right:30px;
	font-size:13.44px;
	text-align:left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	top: 10px;
	right: 10px;
}
.select2-container{
}
.select2-selection{
}
.select2-results{
}
.inline-select{
	width: auto;
}


