@import url("/HIS/hisglobal/BootStrap4/FontAwesome/css/all.min.css");
@import url("poppins.css");

h1,h2,h3,h4,h5,h6,
.font-heading{
	font-family:var(--font-heading);
}
.custom-select:focus,
.form-control:focus {
	border-color: #01090f !important;
}
p,
.font-paragraph{
	font-family:var(--font-paragraph);
}
table tr > .checkbox-column {
	max-width: 80px !important;
	width: 50px;
	text-align: center;
}
.btn_Highlight {
	border-radius: 28px;
	box-shadow: 0px 0px 11px 2px #0003;
}
table.dataTable thead .checkbox-column.sorting_asc{
	background-image: none !important;
}
table.dataTable{
	width:100% !important;
}
  table.dataTable th, table.dataTable td {
	padding: 4px !important;
	font-size: 14px;
	font-family: var(--font-heading);
}

table .trActive { 
	outline: 1px solid #3075ff; 
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	position: relative;
	transform: scale(1.01);
	
}
i.fa:hover, i.fas:hover {
	transition: all .5s;
	transform: scale(1.5);
}
.noMove i.fa:hover,.noMove i.fas:hover {
	transition: all .5s;
	transform: scale(1);
}

#GLOBAL_TOAST_CONTAINER .toast-body, #TOASTS_ID .toast-body{
	background-color: white;
	font-weight:500 !important;
} 

.alert.alert-info:empty { display: none; }
table.dataTable thead th, table.dataTable tfoot th { font-weight: 600 !important; }
table.dataTable tbody td:not(.dataTables_empty), table.dataTable tfoot td:not(.dataTables_empty) { color: #021a77; }
.opacity-1 { opacity: 1 !important; }
/*Popup Start*/
 .loaderBg {
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: fixed;
	z-index: 10;
}
.loaderBg span {
	color: #000;
	position: relative;
}
.loaderBg::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	background: #ffffffd9;
	height: 180px;
	width: 180px;
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 3px;
	box-shadow: rgba(255, 255, 255, 0.3) 0px 19px 38px, rgba(255, 255, 255, 0.22) 0px 15px 12px;
}
.loaderBg::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: #000000a8;
	height: 100%;
	width: 100%;
	z-index: -2;
}
 
 .lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
.invTableModify .thead-dark th {
	color: #fff !important;
	white-space: nowrap;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5.0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100.0% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/*Popup End*/
.bg-main { 
	background-image: url(/HIS/hisglobal/assets/css/icons/cdac-bg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 1600px 1200px;
	background-color: #eaeef3;
	background-attachment: fixed;
	color: rgba(75, 75, 75, 0.9);
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
   	-webkit-font-smoothing: antialiased;
}

.text-hospital{
	color: var(--color-hospital) !important;
}
.bg-hospital{
	background-color: var(--color-hospital) !important;
}

.errMsg {
	transition:all .6s;
	font-family: var(--font-heading);
	font-size: 14px; 
	text-align: center;
	margin-bottom: 10px;
	color: #721c24;
	background: #f8d7da;
	border-radius: 2px;
	line-height: 32px;
	font-weight: 500;
}
.normalMsg, .success-msg {
	text-align: center;
	transition: all .6s;
	font-family: var(--font-heading);
	background: #d4edda;
	color: #155724;
	font-size: 14px;
	border-radius: 2px;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: 500;
}
.warningMsg { 
	text-align: center;
	transition:all .6s;
	font-family: var(--font-heading);
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
	font-size: 14px; 
	border-radius: 2px;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: 500;
}

/* common css */
.divSection {
	 background-color: #fff;
	 margin: 16px;
	 transition: 0.5s;
	 box-shadow: 0 0.5px 5px 2px #b0acac;
	 padding: 16px;
	 font-size: 14px;
	 font-weight: 500;
	 border-radius: 5px;
 }
/* CSS ****************** */
.inner_header {
	background: white;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	position: sticky;
	top: 0;
	z-index: 9999999;
	margin-bottom: 10px;
}

.inner_header .btn-group {
	padding: 5px 0;
}

.inner_header .text-dark.font-weight-normal.h5 {
	margin: 0;
	line-height: 46px;
	font-weight: 500 !important;
	font-size: 20px;
	color: #1f6291 !important;
	font-family: var(--font-heading);
}

.inner_header .btn-success {
	background: transparent;
	color: green;
	transition: all .5s;
	border-color: #1f6291;
}

.inner_header .btn-success:hover {
	background: green;
	color: #fff;
	transition: all .5s;
	border-color: green;
}

.inner_header .btn-info {
	background: transparent;
	color: #17a2b8;
	transition: all .5s;
	border-color: #1f6291;
}

.inner_header .btn-info:hover {
	background: #17a2b8;
	color: #fff;
	transition: all .5s;
	border-color: #17a2b8 !important;
}

.inner_header .btn-warning {
	background: transparent;
	color: #ffc107 !important;
	transition: all .5s;
	border-color: #1f6291;
}

.inner_header .btn-warning:hover {
	background: #ffc107;
	color: #fff !important;
	border-color: #ffc107;
	transition: all .5s;
}

.inner_header .btn-danger {
	background: transparent;
	color: #dc3545;
	transition: all .5s;
	border-color: #1f6291;
}

.inner_header .btn-danger:hover {
	background: #dc3545;
	color: #fff;
	transition: all .5s;
	border-color: #dc3545;
}
/* Appointment Portal Lite  css */
#ApptPoratalLite .divSection h5 {
	margin: 0;
	padding: 0 5px;
	line-height: 28px;
	color:var(--color-sail);
}
#ApptPoratalLite .divSection .fa-user-circle{
	color:var(--color-sail);
}
#ApptPoratalLite .divSection h5{
	font-family: var(--font-heading);
	font-size: 16px;
}
.dateStyleInline {
	display: flex;
	justify-content: flex-end;
}
.DataTableStyle #patDtlsId_wrapper table button {
	 padding: 5px 15px;
	font-size: 14px;
	font-weight: 500;
}
.DataTableStyle #calId {
	position: absolute;
	top: 6px;
	font-size: 24px;
	margin-right: 6px;
}
.DataTableStyle #patDtlsId_filter label input {
	background: transparent;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 14px;
	outline: 0; 
}
.DataTableStyle #patDtlsId_filter label input:focus { 
	border: 1px solid var(--color-sail); 
	color: #464a4c; 
	border-color: #5cb3fd;
	outline: 0; 
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.DataTableStyle #calId ~ input {
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font-heading);
}
.DataTableStyle select.form-control {
	padding: 6px 10px;
	font-size: ;
	font-size: 14px;
	/* line-height: 32px; */
	height: 32px !important;
	font-weight: 500;
	text-transform: capitalize !important;
}

		/* Appointment Portal Lite  css  End */
		/* Bookmaster Start  */
select.custSelectBar {
	display: inline-block;
	width: 200px;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.bookmarkHeading {
	background: linear-gradient(90deg, #337ab7, #1f6291 );
	color: #fff;
	padding: 10px 5px;
}
.bookmarkHeading h4 {
	margin:0;
}
.bookmarkHeading {
	background: linear-gradient(90deg, #337ab7, #1f6291 );
	color: #fff;
	padding: 10px 5px;
}
 /* Bookmaster End  */
 
/* cs end */
.bg-main > .container-fluid{
	padding:0;
}

.tab-process-header {
	background: white;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	position: sticky;
	top: 0;
	z-index:999;
	/* z-index: 9999999; */
	margin-bottom: 10px;
}
.tab-process-header > .row{
	margin: 0 1rem;	
}

.tab-process-header .btn-group {
	padding: 5px 0;
}
.align-left {
	text-align: left;
}
.tab-process-header .text-dark.font-weight-normal.h5, .tab-process-label	{
	margin: 0;
	line-height: 46px;
	font-weight: 500 !important;
	font-size: 20px;
	color: var(--color-hospital) !important;
	font-family: var(--font-heading);
}

.tab-process-header .btn[disabled=""] {
	cursor: not-allowed !important;
}

.tab-process-header .btn-primary {
	background: transparent;
	color: #007bff;
	transition: all .5s;
	border-color: var(--color-hospital);
}

.tab-process-header .btn-primary:hover {
	background: #007bff;
	color: #fff;
	transition: all .5s;
	border-color: #007bff;
}

.tab-process-header .btn-secondary {
	background: transparent;
	color: var(--color-sail);
	transition: all .5s;
	border-color: var(--color-hospital);
}

.tab-process-header .btn-secondary:hover {
	background: var(--color-sail);
	color: #fff;
	transition: all .5s;
	border-color: var(--color-sail);
}

.tab-process-header .btn-success {
	background: transparent;
	color: green;
	transition: all .5s;
	border-color: var(--color-hospital);
}

.tab-process-header .btn-success:hover {
	background: green;
	color: #fff;
	transition: all .5s;
	border-color: green;
}

.tab-process-header .btn-info {
	background: transparent;
	color: #17a2b8;
	transition: all .5s;
	border-color: var(--color-hospital);
}

.tab-process-header .btn-info:hover {
	background: #17a2b8;
	color: #fff;
	transition: all .5s;
	border-color: #17a2b8 !important;
}

.tab-process-header .btn-warning {
	background: transparent;
	color: #ffc107 !important;
	transition: all .5s;
	border-color: var(--color-hospital);
}

.tab-process-header .btn-warning:hover {
	background: #ffc107;
	color: #fff !important;
	border-color: #ffc107;
	transition: all .5s;
}

.tab-process-header .btn-danger {
	background: transparent;
	color: #dc3545;
	transition: all .5s;
	border-color: var(--color-hospital);
}

.tab-process-header .btn-danger:hover {
	background: #dc3545;
	color: #fff;
	transition: all .5s;
	border-color: #dc3545;
}

.shadow {
	transition: 0.5s box-shadow;
	box-shadow: 0 0.5px 5px 2px #b0acac;
	
}

.shadow:hover {
	transition: 0.3s box-shadow;
	box-shadow: 0 0.5px 20px 5px #b0acac !important;
}

/* .shadow.card > .card-header{
	background: #fff !important;	
} */

.tab-process-body .card-body .row {
	margin-top: 5px;
	padding-bottom: 0px;
}

.img-icon-sm {
	height: 25px;
	width: 25px;
	border-radius: 2em;
	vertical-align: text-bottom;
}
.img-icon-md {
	height: 120px;
	width: 120px;
	border-radius: 2em;
	vertical-align: text-bottom;
}

.img-icon-lg {
	height: 200px;
	width: 200px;
	border-radius: 2em;
	vertical-align: text-bottom;
}

.img-icon-xl {
	height: 400px;
	width: 400px;
	border-radius: 2em;
	vertical-align: text-bottom;
}
.tab-process-body label {
	color: var(--headiongColor);
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: 15px;
}

.tab-process-body .alert ul {
	list-style: unstyled;
	margin: 0 !important;
}

.tab-process-body input[type="radio"], .tab-process-body input[type="radio"]+label,
	.tab-process-body  input[type="checkbox"], .tab-process-body  input[type="checkbox"]+label
	{
	cursor: pointer !important;
}

.tab-process-body .subHeaders {
	color: #343a40 !important;
	font-family: var(--font-heading)  !important;
	font-weight: 500 !important;
	font-size: 22px !important;
}

.tab-process-body .dataTable td, .tab-process-body .dataTable th {
	/* font-size: initial !important; */
	vertical-align: middle;;
}

.tab-process-body .dataTable .badge {
	font-size: initial !important;
	vertical-align: middle;
	padding: .3rem .5rem;
	border-radius: 1.5rem;
	font-weight: 600;
	font-family: Roboto;
	letter-spacing: .3px;
	text-transform: uppercase;
}

/* .tab-process-body .patient-tile-data img ~ label {
	vertical-align: sub;
} */

.tab-process-body .toast {
	min-width: 500px;
}
/* CR number Css Start */
#inputCrDivId {
	font-family: var(--font-heading);
}
.table.tableModify td.tdfonthead { 
	font-family: var(--font-heading) !important;
}
/* CR number Css end */

.btn { cursor: pointer; }
button{
	font-family:var(--font-heading);
}
/* challan process start */

table.table.supplierTable tr td.multiRPTLabel1,
table.table.tableModify.supplierTable tr th,
.table-responsive.challanTable th {
	color: #1f6291;
	padding: 0.15rem;
	font-size: .75rem;
	vertical-align: inherit;
	font-weight: 700;
	
}
table.table.supplierTable tr td.multiRPTLabel1,
table.table.tableModify.supplierTable tr th{
	border:1px solid #b5b5b5;
}
.table-responsive.challanTable td {
	padding: 0.15rem .5rem;
	font-size:12px;
	color:#363636;	
}
.table-responsive.challanTable td input {
	max-width: 60px;
}
.table-responsive.challanTable td input.form-control {
	height:calc(1.3em + 0.5rem );
	
}
/* challan process End */

/* BMED CSS Start  */
table.tableModify tr td select.CB1 {
	padding: 5px 10px !important; 
	height: 32px;
	line-height: 1.2;
	font-size: 14px;
}

.table td, .table th {
	padding: .5rem; 
	font-size:14px;
}
.table td b, .table th b {
	font-size: 13px;
}
.tableModify td, .tableModify th {
	padding: 3px 10px;
	font-family: var(--font-heading);
}
.tableModify th{
	font-weight: 600;
}
.tableModify th.tdfonthead{
	color: var(--headiongColor);
}
.table.tableModify .numberEntry {
	width: 100%;
	max-width: 100px;
	border: 1px solid #b3bcc6;
	border-radius: 3px;
	transition: all .5s;
	padding: 3px 10px;
}
.table.tableModify .numberEntry:focus{
	color: #495057;
  	background-color: #fff;
  	border-color: #80bdff;
  	outline: 0;
  	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  	 padding: 3px 12px;
}
.tableModify .CONTROL > textarea {
  border: 1px solid #b3bcc6;
  border-radius: 3px;
  width: 100%;
  max-width: 250px;
  transition: all .5s;
}
.tableModify .CONTROL > textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
table.tableModify .CONTROL .drugNameCombo select{
	width: 100%; 
	height: 28px;
	padding: 3px 10px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 400;
	font-family: var(--font-heading);
	background: #fff;
	border: 1px solid #b3bcc6;
	border-radius: 3px;
	height:32px !important;
}
.tableModify select.COMBO_NORMAL, .tableModify .CONTROL_TD.COMBO_NORMAL > select {
	width: 100%;
	max-width: 250px;
	height: 28px;
	padding: 3px 10px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 400;
	font-family: var(--font-heading);
	background: #fff;
	border: 1px solid #b3bcc6;
	border-radius: 3px;
	height: 32px !important;
}
.tableModify .LABEL_TD {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--font-heading);
	line-height: 28px;
}
.tableModify .CONTROL_TD .TEXT_FIELD_SMALL, .tableModify .CONTROL_TD .TEXT_FIELD_MAX, .tableModify .CONTROL_TD .TEXT_FIELD_MIN, .tableModify .CONTROL_TD textarea, .tableModify .CONTROL_TD .txtFldDate, .tableModify .CONTROL_TD.incharge_text > input, .tableModify .CONTROL_TD.txtFldDate > input {
	border: 1px solid #b3bcc6;
	padding: 3px 10px;
	border-radius: 3px;
	width: 100%;
	max-width: 250px;
	transition: all .5s;
	font-family: var(--font-heading);
}
.CONTROL_TD.txtFldDate input {
	max-width: calc(250px - 40px) !important;
}
.tableModify .CONTROL_TD  .TEXT_FIELD_SMALL:focus,
.tableModify .CONTROL_TD  .TEXT_FIELD_MAX:focus,
.tableModify .CONTROL_TD .TEXT_FIELD_MIN:focus,
.tableModify .CONTROL_TD textarea:focus,
.tableModify .CONTROL_TD .txtFldDate:focus,
.tableModify .CONTROL_TD.incharge_text > input:focus,
.tableModify .CONTROL_TD.txtFldDate > input:focus{
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	transition:all .5s;
	font-family: var(--font-heading);
}
.CONTROL_TD.txtFldDate input:focus{
	max-width: calc(250px - 26px);
	
}
.tableModify .CONTROL_TD .txtFldDate{
	width:calc(100% - 30px);
}
.tableModify .CONTROL_TD .txtFldDate:focus{
	width:calc(100% - 30px);
}
.table.tableModify th, .table.tableModify td{
	border-right:none;
	border-left:none;
	vertical-align: middle;
}
.table.table-bordered.tableModify.ccTableModify th,
.table.table-bordered.tableModify.ccTableModify td{
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px 5px;
}

.tableModify .CONTROL_TD .TEXT_FIELD_MIN{
	max-width: 200px;
}
.headingTitle {
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: 18px;
	border-bottom: 2px solid var(--color-sail);
	background: linear-gradient(90deg, #337ab7,#1f6291);
	color: #fff;
	padding: 3px 10px;
}
.SubheadingTitle {
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: 16px;
	border-bottom: 1px solid var(--color-sail);
	background: linear-gradient(90deg, #337ab7,#3985bb);
	color: #fff;
	padding: 1px 10px;
}
.table.tableModify {
	margin-bottom: 0;
}
.table.tableModify select.form-control {
	height: auto;
	color:#212529;
	/* padding: 5px 0.75rem; */
}
#divMealTime.divMealTime table td input[type="checkbox"] {
	margin-right: 5px;
}
.modal-complaint-reminderDtl {
	position: fixed;
	left: 0 !important;
	top: 0 !important;
	width: 100%;
	height: 100%;
	background-color: #0000007d !important;
	overflow-y: auto;
}
.modal-complaint-reminderDtl table.popup  {
	position: static !important;
	margin-inline: auto;
}
/* BMED CSS End  */
 /*Supplier Interface Table start*/
.supplierTableModify .ui-th-ltr, 
.supplierTableModify .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
	background: #eee;
	padding:2px 10px;
}
.supplierTableModify  .ui-jqgrid .ui-jqgrid-htable th {
	height: 36px;
	padding: 0px 2px 0 2px;
}
.supplierTableModify .ui-jqgrid .ui-jqgrid-caption {
	text-align: left;
	padding: 10px 16px;
	background: #1f6291;
}
.supplierTableModify table.ui-jqgrid-htable thead tr th div,
.supplierTableModify table tr.ui-widget-content td{
	 
	padding:3px 10px;
}
.supplierTableModify table.ui-jqgrid-htable thead tr th div{
	text-align:left;
}
.supplierTableModify table.ui-jqgrid-htable thead tr th:last-child div{
	text-align:center;
}

 #pager2 {
	padding: 3px 20px !important;
	height: 40px; 
	font-size: 16px;
}
 #pager2 .ui-jqgrid .ui-pg-selbox,
 #pager2  .ui-jqgrid .ui-pg-input {
	height: 24px;
	font-size: 12px;
	margin: 0;
}
 
/*,
.supplierTableModify table#photos tr td:last-child {
	text-align: center;
} */
.supplierTableModify .ui-search-input select, 
.supplierTableModify .ui-search-input input {
	padding: 3px 10px !important;
	border-radius: 2px;
	border: 1px solid #b9b9b9;
	height: 28px;
	background: #fff;
	transition:all .5s;
}
.supplierTableModify .ui-search-input select:hover{
	transition:all .5s;
		background: #eee;
		outline:none;
}
.supplierTableModify .ui-search-input input:hover {
	background: #eee;
	transition:all .5s;
	outline:none;
}
/* table.ui-jqgrid-htable thead tr:first-child {
  background: green;
} */
.supplierTableModify .ui-jqgrid-titlebar-close.ui-corner-all.HeaderButton {
	right: 10px !important;
	padding: 5px;
	background: #fff;
	height: 30px;
	width: 30px;
	top: 16px;
}
.supplierTableModify a:hover.ui-jqgrid-titlebar-close.ui-corner-all.HeaderButton {
	right: 10px !important;
	padding: 5px;
	background: #fff;
	height: 30px;
	width: 30px;
	top: 16px;
	border:none;
	}
.supplierTableModify .ui-jqgrid .ui-userdata {
	height: auto;
	display: flex;
	justify-content: flex-end;
}
.supplierTableModify  .button {
	border-radius: 3px !important;
}
/*Supplier Interface Table End*/
/* Process Dashboard Css Start */
button.printBtn,
 .dataTableBtn .dt-buttons .dt-button.buttons-print {
	background: var(--color-sail);
	border: none;
	padding: 5px 20px;
	color: #fff;
	font-weight: bold;
	font-family: var(--font-heading);
	letter-spacing: 1.5px;
	transition: all .5s;
}
[pointer-events='bounding-box']{
	display:none;
}
#gaugedata .card-header {
	background: #337ab7;
	color: #fff;
	padding: 8px 16px;
}
#gaugedata .card-body p.pname {
	margin-top: -30px;
	position: relative;
	margin-left: 60px;
	color: #1f6291;
	font-family: var(--font-heading);
}
#fetchRecordDivId #dtable th {
	font-family: var(--font-heading);
	color: #535353;
}
.userTrackingDashboard .tracking-item:last-child {
	padding-bottom: 00;
}
.userTrackingDashboard .tracking-item{
	pading:.5rem 1rem .5rem 2rem;
}
button.printBtn:hover,
 .dataTableBtn .dt-buttons .dt-button.buttons-print:hover {
	background: var(--color-hospital);
	border: none;
	padding: 5px 24px;
	color: #fff;
	font-weight: bold; 
	letter-spacing: .5px;
	transition: all .5s;
}
 @media print{
	button.printBtn {
		display:none;
	}	
	#gaugedata .card-body p.pname {
		text-align: center;
		margin-top: -30px;
		position: relative;
		margin-left: -30px;
		color: #1f6291;
		font-family: var(--font-heading);
	}
}
#processGraph div[name="chartContainer"] {
	max-width: calc((100%/2) - 20px);
	margin:10px;
	
}
#processGraph .canvasjs-chart-canvas {
	width: 100%;
	/* margin-bottom: 20px; */
}
#processGraph .col-sm-12 {
	display: flex;
	flex-flow: wrap;
}
#processGraph .canvasjs-chart-credit {
	display: none;
}
@media screen and (max-width:767px){
	#processGraph div[name="chartContainer"] {
		max-width: calc((100%/1) - 30px);
		margin:10px;
	}
}
@media screen and (min-width:992px){
	 
	.sideFilter .right-side {
		width: 50%;
		margin-left: -98px;
		border-radius: 5px 5px 0 0;
	}
	.sideFilter .col-sm-2, 
	.sideFilter .col-sm-4 {
		width: 100%;
		max-width: fit-content;
		flex: content;
	}
}

.sideFilter #filter-button {
		width: 100%;
		border-radius: 3px;
		border: 1px solid transparent;
		margin: 10px auto;
		max-width: 140px;
	}
	.sideFilter .daterange {
		border: 1px solid #ccc;
		padding: 6px 8px;
		margin-bottom: 10px;
	}
.patient-tile-data .badge.badge-danger {
	color: white;
}
table.dataTable td.dataTables_empty {
	text-align: center;
	color: red;
}
	
	
@media screen and (max-width:991px){
	
	.sideFilter #filter-button {
		width: 100%;
		border-radius: 3px;
		border: 1px solid transparent;
		margin: 10px auto;
		max-width: 140px;
	}
	.sideFilter .daterange {
		border: 1px solid #ccc;
		padding: 6px 8px;
		margin-bottom: 10px;
	}
	
}

.processDashboard .nav-pills .nav-link.active {
	background: #337ab7;
	border-radius: 0;
	/* padding: 0 16px; */
	color:#fff;
}
.processDashboard ul.nav.nav-pills {
	line-height: 32px;
	border-bottom: 1px solid #1f6291;
	border-top: 1px solid #1f6291;
	display: flex;
	justify-content: flex-start !important;
	flex-flow: wrap;
}
.processDashboard ul.nav.nav-pills  li{
	border-right:1px solid #1f6291;
}
.processDashboard ul.nav.nav-pills li:first-child {
	border-left:1px solid #1f6291;
}
/* .processDashboard ul.nav.nav-pills li:last-child {
	border-right: none;
} */
.processDashboard .nav-item a.nav-link {
	color: #337ab7; 
}
.tab-process-header .text-dark.font-weight-normal.h5 .subHeading {
	color: #3e3e3e;
	font-size: 18px; 
}

.tab-process-body button, .tab-process-body input, .tab-process-body optgroup, .tab-process-body select, .tab-process-body textarea{
	font-family: var(--font-heading);
	font-size: 14px;
}
table.invTableModify tr .form-control {
	font-family: var(--font-heading);
	padding: 0px 5px;
	font-size: 12px;
	height: 26px;
}
table.invTableModify tr textarea.form-control {
	height: auto;
}

@media screen and (min-width:1370px){
	.processDashboard ul.nav.nav-pills {
		justify-content: space-between;
	}
}
/* Process Dashboard Css End */

@media screen and (max-width:767px) {
	.tab-process-body .toast {
		min-width: 320px;
	}
}

.tab-process-body .img-icon, .subHeaders img {
	height: 25px;
	width: 25px;
	border-radius: 2em;
}

@media print {
	.print-display-none, .modal-backdrop, .tab-process-header, .tab-process-body  {
		display: none;
	}
	.print-display-block {
		display: block;
	}
	.page-break-after {
		page-break-after: always;
	}
	.page-break-before {
		page-break-before: always;
	}
	.page-break-avoid {
		page-break-inside: avoid;
	}
}

/* New appointment popup  Start*/
#myModal_AppointmentSlip .modal-header {
	background: var(--color-sail);
	color: #fff;
	padding: 5px 8px;
}
#myModal_AppointmentSlip .modal-header button.close {
	color: #fff;
	opacity: .9;
}
#myModal_AppointmentSlip .modal-header button.close:hover{
	color:#f00;
}
.dateSlotContainer {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 8px;
}
.dateSlotContainer .dateSlotCol {
	border-radius: 5px;
	border: 1px solid #00a86b;
	max-width: 120px;
	width: 100%;
	margin: 2px;
}
 
 
.dateSlotContainer .dateSlotCol .Slot {
	line-height: 13px;
	/* padding: 0; */
	color: #040404;
	font-weight: 600;
	font-family: var(--font-heading);
	text-align: center;
	border-radius: 0 0 5px 5px;
	cursor: pointer;
}
 
.dateSlotContainer .dateSlotCol .avlDate {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-heading);
  text-transform: uppercase;
  background: #00A86B;
  border-radius: 5px 5px 0 0;
  color: #fff;
  border-bottom:1px solid #110101;
  cursor: pointer;
}
.dateSlotContainer .dateSlotCol .noAvlDate {
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	font-family: var(--font-heading);
	text-transform: uppercase;
	background: #f95b5b;
	border-radius: 5px 5px 0 0;
	color: #fff;
	border-bottom: 1px solid #110101;
}
.dateSlotContainer .dateSlotCol .Slot label {
	margin: 0 3px 0 0;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	font-family: var(--font-heading);
}
/* New appointment popup  End*/

 

/* Patient Listing Table Start*/ 

.patient_listing_popup .table th, 
.patient_listing_popup .table td{
	padding-top: 3px !important ;
	padding-bottom: 3px !important ;
	padding-left: 5px !important ;
	padding-right:5px !important;
}
/* Patient Listing Table End */

:root {
	--headiongColor: #021a77;
	--Font1: 'Poppins', sans-serif;
		
}
.patient-tile-data label {
	color: var(--headiongColor);
	font-family: var(--Font1);
	letter-spacing: .5px;
	font-weight: 600 !important;
	font-size: large;
}

/* Query Based Report Start */
#query-based-report #tableHeaderFix table  {
	font-family: var(--font-heading) !important; 
}
#query-based-report #tableHeaderFix table th {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-sail);
	background: #17a2b8;
	padding:3px 2px;
}
  
#query-based-report #tableHeaderFix table td {
	font-size: 14px;
	font-weight: 400;
	color: var(--color-sail);
	padding: 2px 2px;
}
/* Query Based Report End */
/* Emg Reg Slip Print Start */
.printPageBreak {
	page-break-after: always;
}
@media print{
#generatedby {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  }
/* Emg Reg Slip Print End */
  }
.checkboxYesNo{ display: inline-block; }
.checkboxYesNo input[type="checkbox"] {
		margin: 0;
		visibility: hidden;
		left: 1px;
		top: 1px;
		position: absolute;
	}
.checkboxYesNo label{
    background: linear-gradient(to right, #fd1a15 0, #fc8b34 45%, #7fd03e 55%, #007177 100%) 0 0;
    background-size: 650px 100%;
    width: 57px;
    height: 30px;
    margin: 0;
    border-radius: 100px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 500ms ease;
}
.checkboxYesNo label::before {
	content: "NO";
	color: #fd1a15;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	line-height: 26px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	position: absolute;
	left: 3px;
	top: 2px;
	transition: all 150ms ease;
}
.checkboxYesNo input[type=checkbox]:checked+label{ background-position-x: -400px; }
.checkboxYesNo input[type=checkbox]:checked+label:before{
    content: "YES";
    color: #007177;
    left: 28px;
}
.bg-banner {
	background-image: url('/HIS/assets/img/bg-1.jpg');
	position: relative;
}
.bg-banner::after {
	position: absolute;
	content: '';
	background: #c1c1c1b0;
	z-index: -4;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
}


@media only screen and (max-width:767px){
    .checkboxYesNo{ margin: 0 0 20px; }
}
