/* Global */
.saramed-home-bg{
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url(../img/bg_imgs/sebEHR-bg-4.webp);
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.cover-card{
	height: 90vh;
    overflow-y: scroll;
}

.page-breadcrumb{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: .5em;
}

.flex-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .5em 0;
}

.float-right-div{
    text-align: right;
    padding: .5em;
}

.float-left-div{
    text-align: left;
    padding: .5em;
}

.flex-column{
	display: flex;
	flex-direction: column;
}

.table-btn{
    padding: 2%;
    font-size: .8em;
    border: none;
}

.card-toolbar{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 1em 0;
}

.flex-card-header{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-card-header .btn{
	margin: auto .5em;
}

.flex-card-header-row{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
	padding: 1em 0;
}

.flex-card-header-div{
	display: flex;
	justify-content: end;
}

.flex-card-header-div button{
	margin: auto 1em;
}

.flex-card-header-col-div{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}

.sebehr-green-bg{
    background-color: #0cb294;
    color: #fff;
}

.sebehr-green-bg h1,
.sebehr-green-bg h2,
.sebehr-green-bg h3,
.sebehr-green-bg h4,
.sebehr-green-bg h5,
.sebehr-green-bg h6{
    color: #fff;
}

.sebehr-orange-bg{
    background-color: #0cb294;
    color: #fff;
}

.sebehr-red-bg{
    background-color: red;
    color: #fff;
}

.sebehr-teal-bg{
    background-color: #10b759;
    color: #fff;
}

.sebehr-blue-bg{
    background-color: #0168fa;
    color: #fff;
}

.sebehr-white-bg{
    background-color: #fff;
}

.live-notification{
    color: #fff;
    background-color: #10b759;
    width: 20em;
    float: right;
    z-index: 10000;
    position: absolute;
    top: 3em;
    right: 1em;
}

.live-notification button{
	padding: .5em !important;
}

#actionAlert{
    position: absolute;
    top: 3rem;
    left: 80%;
    border: .2em solid #fff;
    padding: 1em;
    z-index: 10999;
    display: flex;
}

.close-div{
    position:relative;
    display: block;
    border-radius: .5em;
    color: #000;
    float: right;
}

.new-line-text{
    display: block;
}

.flexd-div{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
}

.spaced-header-div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .5em;
}

.header-notification-icon{
	color: #0cb294;
}

.header-notification-icon .fa{
	font-size: 1.5em;
}

.header-notification-icon span{
	color: #fff;
	transform: translate(-40%, -50%);
}

.bold-text{
	font-weight: 600;
}

.profile-info-row{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin: 1em auto
}

.profile-info-row div div{
	padding: 1em;
	line-height: .5;
	border-radius: 1em;
	height: stretch;
	border: 2px solid #0ca6b2;
	box-shadow: 5px 5px #333;
}

.queue-header{
	display: flex;
}

.queue-header span{
	margin: 0 .8em;
}

/* Force Bootstrap 5 dropdown caret (down arrow) */
.navbar .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent !important;
    border-left: 0.3em solid transparent;
    border-bottom: 0 !important;
    vertical-align: 0.255em;
	transform: none !important;
}


/* System notification */
.system-notification{
	padding: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #eee
}

.mark-read-btn{
    padding: .2em;
    background-color: #73a72a;
    color: #fff;
    margin-bottom: .3em;
}

.notification-footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1em auto;
	color: #737272;
}

.notif-footer-left{
	display: flex;
	justify-content: start;
	align-items: center;
}

.notif-footer-right{
	display: flex;
	justify-content: end;
	align-items: center;
}

.notification-footer p{
	margin: auto .5em;
}

.mark-read-btn{
	padding: 0 .2em;
	text-align: center;
}

/* lists */
.no-list-style{
	list-style: none;
}

/* Search form */
.search-bar{
	width: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #333;
	border-radius: .5em;
}

.search-bar input{
	flex: 1;
	border: 0;
}

.search-bar button{
	background-color: none;
	color: #0ca6b2;
}

/* Logo */
.hospital-logo{
    display: flex;
}

.hospital-logo img{
	height: 10em;
}

.home-page-facility-name{
    text-align: center;
    margin: auto 0;
    color: #031a61;
}

.vertical-div-separator{
    border-left: 2px solid #eee;
    height: 100vh;
    top: 0;
}

/* Sweetalert */
.swal-height {
    height: 100px !important;
    font-size: 12px !important;
}

.swal-title {
    font-size: 12px !important;
}

.swal-icon {
    height: 2em !important;
    width: 2em !important;
    background-color: #fff !important;
}

/* Update Notification */
/* Style for the pop-up */
#updatePopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .5em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    max-height: 40em;
    width: 40em;
    overflow-y: scroll;
}

.update-btns{
    text-align: right;
}

.mark-read-btn{
    padding: .2em;
    background-color: #0ca6b2;
    color: #fff;
    margin-bottom: .3em;
}

.alert-error{
    background-color: red;
    border-color: #ebcccc;
    color: #fff;
}

.table-link{
    text-decoration: none;
    color: inherit;
}

.icon-table-link{
    text-decoration: none;
    color: #fff;
}

.prescription-text{
    font-size: 12px;
}

.df-logo span{
    color: #0cb294;
}

.white-text{
    color: #fff;
    }

.red-text{
color: #f02d13 !important;
}

.blue-text{
color: blue !important;
}
  
.green-text{
color: green !important;
}

.orange-text{
    color: orange !important;
}

.yellow-text{
    color: yellow !important;
}

.grey-text{
    color: grey;
}

.medium-font-size{
font-size: 16px;
}

.search-field{
    width: 100% !important;
}
/* end p classes */

/* Icons */
.table-icon-div{
    padding: 3px;
    height: fit-content;
    width: fit-content;
    background-color: #0cb294;
    border-radius: 50% 50%;
    text-align: center;
}
.queue-table-icon{
    height: 70%;
    width: 70%;
}
.red-icon{
    color: red;
}

.green-icon{
    color: #0ca6b2;
}

.user-profile-avatar{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #031a61;
	border: 1px solid #eee;
	border-radius: 50%;
	padding: .5em;
	color: #0cb294;
	font-weight: bold;
	font-size: 1.5em;
}

/* link styles */
a.red-link{
    color: #f02d13;
}
  
a.green-link{
    color: #08cf29;
}

a.orange-link{
    color: #0cb294;
}

.activate-color{
    color: #0ca6b2;
}

.deactivate-color{
    color: red;
}

.red-button{
    padding: 3px;
    text-align: center;
    color: red;
}

.sebehr-green-btn{
    background-color: #0ca6b2;
    color: #fff;
}

.sebehr-green-btn:hover{
    background-color: #fff;
    color: #0cb294;
    border: 1px solid #0cb294;
}

.sebehr-green-btn{
    background-color: #0cb294;
    color: #fff;
}

.sebehr-green-btn:hover{
    background-color: #fff;
    color: #0ca6b2;
    border: 1px solid #0ca6b2;
}

.navbar-menu .nav-item.active .nav-link{
    color: #0cb294 ;
}

.breadcrumb-style1 .breadcrumb-item.active{
    color: #0cb294;
}

/* Badges */
.text-bg-red{
    background-color: red;
    color: #fff;
}

.text-bg-blue{
    background-color: blue;
    color: #fff;
}

.text-bg-yellow{
    background-color: yellow;
    color: #000;
}

.text-bg-green{
    background-color: green;
    color: #fff;
}

.text-bg-orange{
    background-color: orange;
    color: #fff;
}

.text-bg-violet{
    background-color: violet;
    color: #fff;
}

/* Table */
.table-action svg{
    width: 15px;
    height: 15px;
}

.thead-orange{
    background-color: #0cb294;
    color: #fff;
}

.lab-result-table td{
    padding: 0;
    margin: 0;
}

/* Pagination */
.page-link{
    color: #0cb294;
}

.page-link:hover{
    color: #0cb294;
}

.page-item.disabled span{
    display: none;
}

.page-item.disabled {
    color: #0cb294;
}

.page-item.active .page-link {
    background-color: #0cb294;
    border-color: #0cb294;
}


/* Forms */
.inline-forms{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.inline-forms div{
	margin: auto .2em;
}

.inline-forms input{
	margin: auto .2em;
}

.inline-forms button{
	background-color: #0cb294;
	color: #fff;
	margin: auto .2em;
}

.queue-patient-form{
	width: 100%;
}

.form-btns{
	display: flex;
    justify-content: center;
	align-items: center;
	width: 100%;
    padding: 1em;
    margin-top: 2%;
    margin-bottom: 3%;
}

.form-btns .btn{
	margin: auto .5em;
    width: auto;
}

/* Tabs */
.nav-tabs .nav-link.active {
    background-color: #0cb294;
    z-index: 5;
    color: #fff;
}

/* Login */
.content-auth {
    min-height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sign-wrapper{
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    margin-top: 10%;
}

.sign-wrapper .df-logo{
	text-align: center;
}

.sign-wrapper label{
    font-size: 1em;
    color: #0cb294;
}

.content-fixed-login{
    margin-top: 0;
}
/* Home page */
.home-icons-row{
	display: flex;
	flex-wrap: wrap;
	gap: .1em;
}

.home-icons-row > .home-icons {
  flex: 0 0 calc(20% - 15px); /* 5 items per row */
}

.home-icons{
    width: fit-content;
    height: 80%;
    background: rgba(255, 255, 255, 1);
    border: .2em solid #eee;
	border-radius: .5em;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  	transition: 0.2s;
}

.home-icons img{
    height: 80%;
}

.home-icons h4{
    font-size: large;
    font-weight: 500;
    text-align: center;
    margin: auto;
	color: #031a61;
}

.home-icons:hover {
  transform: translateY(-5px);
}

/* Blinking animation */
.blink_me{
    animation: blinker 1s linear infinite;
    color: red;
}

.strike-through{
    text-decoration: line-through;
    color: red;
}
  
@keyframes blinker {
    50% {
      opacity: 0;
    }
  }

/* Add patient page */
.div-divider{
    text-align: center;
    margin-bottom: 1%;
}

.div-divider h5{
    margin-top: -2.5%;
}

/* Patient list */
.patient-list-table td{
    width: auto;
}

.patient-list-table .btn{
    margin-bottom: 3%;
    width: 80%;
    border-radius: 5px;
}

.patient-list-th th{
    background-color: #0cb294;
	color: #fff;
}

.patient-name{
    font-weight: 500;
	color: #000;
    font-size: 1em;
}

.patient-name-md{
    font-weight: 600;
    color: #c76f27;
    font-size: 1em;
}

.patient-no{
    font-weight: 500;
    color: #0cb294;
    font-size: 1em;

}

.patient-sex{
    font-weight: 500;
    color: #682;
    font-size: 1em;
}

.patient-age{
    font-weight: 500;
    color: #0c7db2;
    font-size: 1em;
}

.td-inline-btns{
	display: flex;
	justify-content: center;
	align-items: center;
}

.td-inline-btns .btn{
	margin: auto .5em;
	width: fit-content;
}

.patient-register-btns{
    display: flex;
	justify-content: center;
	align-items: center;

}

.patient-register-btns .btn{
    width: auto;
    height: auto;
    padding: .5em;
    text-align: center;
    border-radius: 1em;
	color: #fff;
	margin-right: .5em;
}

.seb-green-btn{
	border: 1px solid #0cb294;
	background-color: #0cb294;
}

.seb-blue-btn{
	background-color: #0c53b2;
}

.patient-register-btns .btn:hover{
	background-color: #fff;
	color: #000;
	border: 1px solid #0cb294;
}

.patient-search-form{
    text-align: center;
}

.patient-search-form .form-control{
    border: 1px solid #eee;
    width: 420px;
    margin-right: 1%;
}

.nl-table-sm-text{
	font-weight: 300;
    color: #0168fa;
    font-size: .8em;
}


/* Patient update page */
.table-tools-area{
    width: 100%;
    padding: 5px;
    text-align: right;
}

.hidden-form-div{
    text-align: center;
    padding: 10px;
    margin-bottom: 3%;
}

.hidden-form-div .form-inline .form-control{
    margin-right: 5px;
}

.ui-menu .ui-menu-item{
    width: 100%;
    border-bottom: 1px solid #eee;
}

.scheme-name{
    color: #0cb294;
    font-weight: 500;
}

.insurance-name{
    color: #0ca6b2;
    font-weight: 200;
    font-size: 13px;
}

/* Queue patient page */
.clinics-display{
    border-right: 1px solid #eee;
    padding: 5px;
}

.clinics-display table thead{
    border-right: none;
}

.clinics-display input:focus, select:focus{
    outline: none;
}

.clinics-list{
    border-bottom: 1px solid #eee;
    padding: 3px;
    overflow: hidden;
}

.clinic-charge-row{
    display: block;
}

.clinic-charge-div{
    border-bottom: 1px solid #eee;
    padding: 5px;
    margin: 0 3%;
    color: #2bbf0a;
    font-weight: 500;
}

/* Triage page */
.patient-detail{
    border:none;
    border-top: .5px solid #eee;
    border-left: .5px solid #eee;
    border-right: .5px solid #eee;
}

.create-encounter-btn{
    margin-bottom: 3%;
}

.triage-encounters-list{
    list-style: none;
    text-align: left;
}

.vitals-table td{
    height: 10px;
}

.encounters-div{
    border: 1px solid #eee;
    padding: 2px 5px;
    height: fit-content;
}

.encounter-owner{
    color: #70706d;
    margin-top: -5%;
}

.not-administered-icon{
    color: #f02d13;
    font-size: 16px;
}

.administered-icon{
    color: #2bbf0a;
    font-size: 16px;
}

a .administered-icon{
    text-decoration: none;
}

.patient-bio-data h5,
.patient-bio-data p{
    line-height: .8;
}

.column-divider{
    border-left: 1px solid #eee;
}

.used-inventory{
    margin-top: 3%;
    padding: 5px;
}

.header-right-div{
	display: flex;
	justify-content: end;
}

.header-right-div button{
	margin: auto .5em;
}

.header-left-div{
	display: flex;
	justify-content: start;
}

.header-left-div button{
	margin: auto .5em;
}

/* ADMINISTER */
.flex-column{
	display: flex;
	flex-direction: column;
}


.administer-sidebar div{
	margin: .5em 0;
	padding: 1em;
	border-radius: .5em;
}

.administer-sidebar div p{
	font-weight: bold;
	line-height: .8;
}

/* Treatment Form Doctor */
.visit-limit-badge{
	padding: 0 .5em;
    font-size: 1em;
    background-color: transparent;
    border: .3em solid #f02d13;
    width: fit-content;
}

.visit-pay-mode-badge{
    display: flex;
    font-size: 1em;
    background-color: transparent;
    border: .3em solid #0ca6b2;
	justify-content: center;
}

.tf-card-header{
    background-color: #0ca6b2;
}

.tf-card-header .col-md-3{
    padding: 1%;
}

.tf-header-div{
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    height: 100%;
    background-color: #fff;
}

.tf-header-div p{
    line-height: .5;
}

.tf-patient-bio-data{
    line-height: .5;
}

.tf-header-div .btn{
    display: block;
    margin: 5% auto;
    width: 80%;
    padding: 2%;
}

.allergen-btns{
    text-align: center;
}

.allergen-btns .btn{
    width: 1.5em;
    display: inline;
}

.allergen-btns a{
    text-decoration: none;
}

.patient-allergies{
    color: red;
    font-weight: normal;
    font-size: .8em;
    line-height: 1.2;
}

.encounters-list{
    height: 300px;
    overflow-y: scroll;
}

.create-encounter{
    background-color: #c76f27;
    color: #fff;
}

.encounter-link{
    text-decoration: None;
    color: #0ca6b2;
}

.encounter-link:hover{
    font-weight: bold;
    color: #0ca6b2;
}

.encounters-table{
    width: 100%;
}

.encounters-table tr{
    border: 1px solid #eee;
}

.encounters-table td{
    padding: .8em;
}

.encounter-detail p{
    line-height: .7em;
}

.delete-encounter{
    text-align: right;
}

.encounter-row{
    border: 1px solid #eee;
}

.encounter-stage{
    color: #c76f27;
}

.inpatient-encounter-owner{
    color: #70706d;
    margin-top: .1em;
    display: block;
}

#cardexNotesList{
    padding: .2em;
    height: 450px;
    overflow-y: scroll;
}

.cardex-notes{
    border: 1px solid #eee;
    padding: .2em;
    margin: 1% auto;
    width: 100%;
}

.cardex-author{
    color: #000;
    font-weight: bold;
    font-size: 1em;
}

.cardex-date{
    color: #70706d;
    margin-top: .1em;
    display: block;
    font-style: italic;
}

.cardex-action-btns{
	display: flex;
	justify-content: end;
}

.cardex-action-btns a{
	margin: 0 .5em;
}

.previous-visit-history{
    border: 1px solid #eee;
    padding: 2px;
    margin-bottom: 2%;
}

.previous-visit-history li{
    list-style: none;
}

.previous-visit-icd10{
    color: #c76f27;
    font-weight: bold;
}

.previous-history-modal .row{
    margin-bottom: 3%;
    border: 1px solid #eee;
}

.optional-title{
    font-weight: 400;
    color: grey;
    font-size: 14px;
}

.tf-patient-detail{
    color: #0cb294;
    font-weight: 500;
    line-height: .8em;
    font-size: 14px;
}

.tf-vitals{
    color: #2BBF0A;
    font-weight: 500;
    line-height: .5em;
    font-size: 14px;
}

.author-name{
    float: right;
    margin-top: -2%;
    font-size: 12px;
    color: #70706d;
}

.created-by{
    font-size: 12px;
    color: #70706d;
    font-style: italic;
}

.tf-form-btns{
    text-align: right;
    padding: 10px;
    margin-top: 1%;
    margin-bottom: 1%;
}

.inline-form-btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #0ca6b2;
    color: #fff;
}

#triage-notes .card-body{
    padding: 2px;
}

#triage-notes .tf-form-btns .btn{
    display: block;
    width: 100%;
}

.chief-complaints{
    margin-top: 3%;
    color: #2BBF0A;
}

.edit-btn{
    background-color: #fff;
    border: none;
    padding: 0;
}

.delete-btn{
    background-color: #fff;
    border: none;
    padding: 0;
}

.delete-link{
    color: red;
}

/* Laboratory */
.test-result-name{
    margin-bottom: 0;
    color: #0cb294;
}

.test-result-value{
    margin-top: 0;
    color: #000;
    font-size: 12px;
    list-style: none;
}

.result-value{
    color: #2bbf0a;
    border-right: 1px solid #eee;
}

.test-ranges{
    text-align: right;
    font-size: .9em;
}

/* Prescription */
.prescription-form-row{
    width: 100%;
}

.prescription-form-row .form-control{
    height: 2em;
    width: 7em;
    text-align: center;
    font-size: 1em;
}

.procedure-form-row{
    width: 100%;
}

.procedure-form-row .form-group{
    margin-left: 2%;
}

.procedure-form-row .form-group .form-control{
    text-align: center;
    font-size: 12px;
    height: 3em;
    width: 10em;
}

.procedure-form-row button{
    margin: auto 1%;
}

/* Surgery or Major procedure */
.surgery-form-row{
	display: flex;
}

.surgery-form-row .form-group .form-control{
    text-align: center;
    font-size: 12px;
	max-width: 85%;
}

.surgery-form-row button{
    height: inherit;
}

.hx-theatre-card{
	padding: .5em;
}

.hx-theatre-card div{
	border: 1px solid #eee;
	margin: .5em auto;
	width: 100%;
	padding: .5em;
}

#treatmentPrescriptionForm .btn{
    height: 2.5em;
    border-radius: 2px;
    text-align: center;
    margin: auto 1%;
}

.encounter-history{
    border: 1px solid #eee;
    margin: 5px 0;
    padding: 5px;
}

.patient-hx-lab{
    padding: 10px;
    border: 1px solid #eee;
}

/* Lab module */
.lab-queue-row{
    border-bottom: 2px solid #c76f27;
}

.patient-info-lab{
    color: #0ca6b2;
    font-weight: 600;
}

.lab-tests-table td{
    font-size: 12px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0cb294;
}

.patient-tests-list{
    border-right: 1px solid #444;
    height: relative;
}

.test-done-by{
    border: 1px solid #eee;
    text-align: right; 
    font-style: italic;
    color: #70706d;
    font-size: .9em;
}

.referred-test{
    font-size: .8em;
    color: #fff;
    margin-left: 2em;
}

/* Employee profile */
.profile-header{
    background-color: #fff;
}

.profile-header .col-md-4{
    padding: 10px;
}

.profile-header p{
    color: #000;
    font-weight: bold;
}

.employee-name{
    font-weight: 600;
    color: #fff;
}

.titles{
    color: rgb(11, 243, 61);
}

.profile-header .btn{
    width: 50%;
    height: 30px;
}

/* Inventory */
.form-group-addon{
    margin-top: 2%;
    color: #2BBF0A;
}

.add-po-item{
    border: 1px solid #eee;
    padding: 1% 0%;
    margin: 2% 0%;
}

.po-item-row td{
    font-size: 12px;
}

.po-update-field{
    width: 100%;
    height: 30px;
}

.po-btn{
    padding: 0;
    font-size: 10px;
}

.po-btn-green{
    color: #0ca6b2;
}

.po-btn-red{
    color: red;
}

.po-total-amount{
    font-size: 16px;
    font-weight: 500;
}
/* Pharmacy */
.prescription-order-form{
    height: 25px;
}

.btn-order{
    background-color: #fff;
    padding: 0px;
}

.pharmacy-total-amount{
    color: #2BBF0A;
    font-size: 16px;
}

.ordered-qty-input{
    width: 20%;
    padding: 0;
}

.ordered-qty-input input{
    padding: 0;
    width: 100%;
}

.ordered-qty{
    display: block;
    color: #0168fa;
    font-weight: 300;
    font-size: .8em;
}

.dispensed-qty{
    display: block;
    color: #0ca6b2;
    font-weight: 300;
    font-size: .8em;
}

/* Human Resource */
.employee-name{
    font-weight: 600;
    color: #c76f27;
    font-size: 16px;
}

.request-decline-div{
    border: 1px solid #eee;
    padding: 1em;
}

/* Payslip */
.payslip-card-header{

}

.payslip-content{
    border: 2px solid #333;
    padding: 10px;
}
.payslip-title{
    color: red;
}

.payslip-table tr td{
    border: none;
}

.payslip-total{
    color: #000;
    font-weight: 700;
}

.net-pay-row td{
    padding-top: 3%;
}

/* Live search */
.ui-menu-item-wrapper{
    font-size: 12px;
    padding: 5px 5px;
}

/* Invoice */
.select-all-btn{
    color: #fff;
    background-color: green;
    border: none;
}
.deselect-all-btn{
    color: #fff;
    background-color: red;
    border: none;
}

.ui-widget-content{
    overflow: scroll;
    max-height: 200px;
}

.mpesa-confirmation-card{
	display: flex;
	justify-content: center;
	height: 30em;
	border: 1px solid #0ca6b2;
}

/* Invoice detail */
.card-header-row{
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 1em 0;
}

.invoice-detail-hospital-detail{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.invoice-header-table tr td{
	border: none;
}

.invoice-header-table td{
	width: fit-content;
	padding: .2em 1em;
}

/* Ledger */
.ledgers-table{
    font-size: 12px;
}

.journal-entry-row td{
    border:none;
}

.debit-row td{
    border-bottom: none;
}

.credit-row td{
    border-top: none;
    border-bottom: 1px solid #000;
}

.gj-ledger-name{
    color: #000;
    font-size: 12px;
    line-height: .5;
}

.journal-entry-desc{
    font-size: 14px;
    line-height: .8;
    text-align: start;
}
.gj-ledger-header td{
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.gj-totals td{
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

/* Claims */
.claim-period{
    display: block;
}

.table-sm-font{
    font-size: .8em;
}

/* MOH REPORTS */
.moh-report-table{
    font-size: .65em;
}

.moh-report-header{
	display: flex;
	flex-direction: column;
}

.moh-report-header-govt{
	display: flex;
	justify-content: center;
	align-items: center;

}

.moh-report-name{
	text-align: center;
	border: 1px solid #eee;
}

.moh-report-header-facility table td{
	border: none;
	text-align: center;
}

.moh-717-table{
	margin-top: 1em;
}

.moh-717-table td{
	padding: 0;
}

.td-report-headers{
	font-weight: 500;
	font-size: 1.2em;
}

.moh-717-inpatient-header td{
	padding: .5em;
}

.td-vertical-orientation{
	writing-mode:vertical-rl;
}

.moh-717-maternity{
	display: flex;
}

.maternity-services-717{
	width: 55%;
	margin-right: 1em;
}

.moh-717-section-d{
	display: flex;
	justify-content: space-between;
}

.moh-717-section-d div{
	width: 30%;
}

/* DISCHARGE */
.discharge-summary-header-p{
    line-height: .8;
}

.visit-summary-print-link{
    margin-left: 3%;
}

/* Referral */
.saramed-info{
    color: red;
    font-weight: 300;
}

/* Facility Overview */
.facility-overview{
    background-color: rgba(238, 238, 238, 0.9);
    border-radius: 1em;
}
.facility-overview-header{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    padding: 1em;
    border-bottom: 1px solid #eee;
    border-radius: 1em;
    margin-bottom: 1em;
}

.overview-card{
    margin: 1em auto;
    border-radius: 1em;
    box-shadow: .5em .5em .5em grey;
}

/* TB Screening Dashboard */
.data-widget{
    padding: .8em;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border: 1px solid #000;
    margin: 1em;
}

.data-widget-title{
    font-size: 1em;
    font-weight: light;
}

.data-widget-number{
    margin-left: 1em;
    font-size: 2em;
    font-weight: bold;
}

/* User profile */
.profile-actions{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.profile-detail{
	display: flex;
	flex-direction: column;
	border: 1px solid #eee;
	padding: .5em;
	margin: 1em;
	border-radius: .3em;
}

.column-divider{
    border-left: 1px solid #eee;
}

.profile-actions .btn{
	text-align: left;
	border-bottom: 1px solid #eee;
	width: 100%;
	display: block;
	margin: 1em auto;
}


@media (max-width: 768px) {

	body{
		font-size: .8em;
	}

	body h1, h2, h3, h4, h5, h6{
		font-size: 1em;
	}
    
    .patient-name{
        font-size: 14px;
    }

    .mobile-hide{
        display: none;
    }

    .patient-search-form .form-control {
        width: 100%;
        margin: 2% auto;
    }

	.encounter-detail p{
		line-height: 1;
	}

	.encounters-div p{
		line-height: 1;
	}

	.previous-visit{
		display: none;
	}

	.profile-info-row div div{
		padding: 1em;
		line-height: 1;
		border-radius: 1em;
		font-size: .8em;
		height: stretch;
		border: 2px solid #0ca6b2;
		box-shadow: 5px 5px #333;
	}

	.profile-info-row div div h5{
		line-height: 1;
		font-size: 1.2em;
	}
}

