/*
Author      :	Joshua Musyoka;
Date        : 	17nd April 2018;
Title       :   HMS System;
Company     :   Techxal
*/

body {
    background: #fafafa;
    overflow-y: hidden;
    height: 100%;
    min-height: 100vh;
    color : rgba(10,10,10,.7);
    /* background: url('../img/background.png') repeat-x center bottom; */
    background: url('../img/background_popular_cate.png') repeat-x bottom;
    background-size: 60%;
    margin: 0;
}
@font-face {
    font-family: 'code';
    src: url(fonts/Ubuntu/Ubuntu-Regular.ttf);
}
@font-face {
    font-family: 'title';
    src: url(fonts/Noto_Serif/NotoSerif-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: 'paragraph';
    src: url(fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf);
}
.text-bold { font-weight: bold; }
.pull-right-indent {margin-right: 20px; }
#loading {
    background: rgba(17,134,101,.1);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.siokaloading {
    animation: 1.5s linear 0s normal none infinite running siokaloading;
    background: #4aaa7c none repeat scroll 0 0;
    border-radius: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
}
.siokaloading::after {
    animation: 1.5s linear 0s normal none infinite running siokaloading_after;
    border-color: #4aaa7c transparent;
    border-radius: 80px;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 80px;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 80px;
}
@keyframes siokaloading {
	0% { transform: rotate(0deg); }
	50% { background: rgba(96,225,220,0.08) none repeat scroll 0 0; transform: rotate(180deg); }
	100% { transform: rotate(360deg) };
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 100% 0; }
}


.sitemap {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-family: code
}
.sitemap label {
    cursor: pointer;
    font-weight:lighter;
}
.sitemap label input {
    margin: 5px;
}
.alerting {
    margin: 0 10px;
    z-index: 1000000000000000
}
.sitemap-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    font-family: code
}
p.additional {
    text-transform: capitalize;
}
.indent { padding-left: 40px }
.calendar .page-header {
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
    margin: 0 0 15px 0;
}
.cal-month-box [class*="cal-cell"] {
    min-height: 50px;
    border-right: 1px solid #e1e1e1;
    position: relative;
}
textarea:focus, input:focus {
    outline: none;
}
.cal-month-day {height: 100%;}
.calendar h3 {margin-top: 0;}
.row {margin: 0;}
.form-horizontal .form-group {margin-left: 0; margin-right: 0}
.alert {margin: 5px 0; border-radius: 0}
.disabled { cursor: not-allowed; background: #ededed }
.btn-waiver-0 { background: #5bbfdeb3; }
.btn-waiver-1 { background: #e3b047b0; }
.btn-waiver-2 { background: #50a90c; }
.btn-waiver-3,.btn-waiver-4 { background: #f17a75; }
.auto-1 { width: calc(100%/1); }
.auto-2 { width: calc(100%/2); }
.auto-3 { width: calc(100%/3); }
.auto-4 { width: calc(100%/4); }
.auto-5 { width: calc(100%/5); }
.auto-6 { width: calc(100%/6); }
.auto-7 { width: calc(100%/7); }
.auto-8 { width: calc(100%/8); }
.auto-9 { width: calc(100%/9); }
.auto-10 { width: calc(100%/10); }

.text-active { color : #4aaa7c }
.text-closed { color : #cc3713 }
.shadow {box-shadow: 0 0 5px #ddd;}
.authentication{
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow : 0px 0px 2px #888888;
    padding: 20px;
}
form img {
    height: 150px;
}
form label {
    text-transform: capitalize;
    /* font-weight: lighter; */
}
.authentication h2 {
    font-family: code;
    color: #3a8967;
    margin: 30px 0;
}
a,a:hover,a:visited,a:active,a:focus {
  text-decoration: none;
  font-family: code;
  cursor: pointer;
}
section a,
section a:hover,
section a:visited,
section a:active,
section a:focus {
  /*color: #517968;*/
}
.input-group-addon {
    border-radius: 0;
}
.authentication .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.authentication .form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    /* text-align: center; */
}

.btn { border-radius: 0; font-family: code; text-transform: capitalize;}
.btn-theme { background: #4aaa7c;color: #fff}
/* .btn-booked { background: #0ba913;color: #fff} */
.btn-bed-available,.btn-booked,.btn-active,.btn-mpesa,.btn-yes,.btn-verified,.btn-dispensed { background: #5cb85c;color: #fff}
.btn-cash { background: #e4b213;color: #fff}
.btn-nhif { background: #4b11ea;color: #fff}
.btn-visa { background: #9075da;color: #fff}
.btn-bed-occupied,.btn-no { background: #f0ad4e;color: #fff}
.btn-bed-maintenance,.btn-closed,.btn-cancelled,.btn-rejected { background: #e23939;color: #fff}
.btn-requisition-pending,.btn-partially { background: #31b0d5;color: #fff;border:1px solid #31b0d5}
.btn-requisition-approved,.btn-paid { background: #5cb85c;color: #fff;border:1px solid #5cb85c}
.btn-requisition-cancelled { background: #d9534f;color: #fff;border:1px solid #d9534f}
.btn-requisition-suspended,.btn-unpaid,.btn-unfulfilled { background: #f0ad4e;color: #fff;border:1px solid #f0ad4e}
.badge-danger {background: #f90d0d;border-color: #f90d0d}
table .btn { text-transform: capitalize;}
.text-lower { text-transform: lowercase; }
.text-capitalized { text-transform: capitalize; }
.text-dropped { color : #deabab; }
.text-selected { color : #5cb85d; }
.btn-out-patient {color: #fff;background-color: #398766;border-color: #398766;width: 75px}
.btn-in-patient {color: #fff;background-color: #5bc0de;border-color: #5bc0de;width: 75px}
.btn-vital { width: 100px}
.btn-save {color: #fff;background-color: #098e13;border-color: #418f16; }
.results-input { width: 250px; }
.btn-review { color: #fff;background-color: #31b0d5;border-color: #269abc; }
.btn-queued { color: #fff;background-color: #9da4a7;border-color: #9da4a7; }
.btn-pending { color: #333; background-color: #fff; border-color: #ccc; }
.serviceprovision-modify { position: absolute; top: 15px; right: 11px; font-size: 1.4em; }
table thead.table-theme { text-transform: capitalize; background: rgb(38, 122, 208); color: #fff; }
table.table-striped tr {border-bottom: 1px solid #ddd}
.modal-header { background: rgb(38, 122, 208); }
table tr.table-total td {background: #49a97b24}




section.col-md-10 {
    background: #fff;
    height: 100vh;
    /* overflow-y: auto; */
    overflow-y: hidden;
    padding: 60px 0;
}

table .table thead {
    background: #0498ff;
    color: #fff;
}
table.table  tr {
    margin-left: 10px;
    margin-right: 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { text-transform: capitalize; }
.units.table>tbody>tr>td:first-child { text-transform: initial; }
.payment-shopping-cart { margin-top: 20px; }
.payment-products-list { max-height: 410px; overflow-y: auto;}
.POS {
    box-shadow: 0 0 1px rgba(59, 151, 230, 0.05);
    border-left: 1px solid rgba(100,100,100,0.09);
    background: rgba(59, 151, 230, 0.05);
    margin : 0;
    padding: 20px;
    min-height: 60vh;
}
.POS.booking {
    margin : 0;
    padding: 10px;
    min-height: auto;
}
.POS .table {
    text-transform: capitalize;
    border-bottom : 1px solid #ddd;
}
.POS .table>tbody>tr>td {
    border-top: 0;
}
.POS .nav-tabs>li {
    width: calc(100%/3);
    text-align: center;
}
.POS .nav-tabs>li.active>a,
.POS .nav-tabs>li.active>a:focus,
.POS .nav-tabs>li.active>a:hover {
    color: #398766;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #398766;
}
.POS .nav>li>a:focus,
.POS .nav>li>a:hover,
.POS .nav-tabs>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    color: #398766;
    border-bottom: 2px solid #398766;
}
.POS .tab-content {
    margin : 0;
}
.payment-form-backoffice input[name="amount"],
.payment-form-backoffice p.amount {
    height: 110px; /* 85px; */
    font-size: 3em;
    text-align: center;
    margin-bottom: 10px;
}
form.pettycash-complete .col-xs-1 {
    padding: 0;
}
.POS form input[name="amount"] {
    height: 70px;
    font-size: 3em;
    text-align: center;
    margin-bottom: 10px;
}
.POS form input[name="mpesaUId"],
.POS form input[name="mpesaAmount"],
.POS form input[name="visaUId"],
.POS form input[name="visaAmount"],
.POS form input[name="insuranceAmount"] {
    height: 50px;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.POS form button {
    padding: 10px 0;
    text-align: center;
}
.POS .tab-content .col-xs-3 {
    padding: 0;
}
.POS .tab-content .col-xs-4 {padding: 0;}
.POS .tab-content .col-xs-4 .btn {
    background: #247925;
    border: 1px solid #367a25;
}
.POS .tab-content .col-xs-5 {padding: 0;}
.POS .tab-content .col-xs-5 .btn {
    background: #3cb71d;
    border: 1px solid #55b71f;
}
.POS .dropdown-menu {padding: 0;}
.POS .dropdown-menu>li>a {
    padding: 10px 20px;
    color: #615e5e;
    border-bottom: 1px solid #ccc;
}
.POS .dropdown-menu>li:last-child>a { border-bottom: 0}
.POS .dropdown-menu>.active>a,
.POS .dropdown-menu>.active>a:focus,
.POS .dropdown-menu>.active>a:hover,
.POS .dropdown-menu>li>a:focus,
.POS .dropdown-menu>li>a:hover {
    color: #1f211f;
    background-color: #5cb85d47;
}
form i.text-danger {
    margin-left: 10px;
    text-transform: capitalize;
}



aside.col-md-2 {
    box-shadow: 0 0 1px 2px rgba(200,200,200,.5);
    background-color: #3597fb;
    height: 100vh;
    padding: 0;
    overflow-y: hide;
}
aside header {
    width: 100%;
    padding: 20px 20px 0 20px;
    color:#fff;
    border-bottom: 1px solid #3697fb;
}
aside header img {
    width: 100px;
}
aside header p {
    margin : 10px 0 0 0;
    padding: 5px 0;
    font-size: 1.2em;
    background: #267ad0;
    text-transform: capitalize;
    cursor: pointer;
    font-family: code
}
aside header p span {
    margin: 0;
    font-size: 0.8em;
    font-style: italic;
    color : #fff001;
}
aside header .dropdown:hover .dropdown-menu,
aside header .open>.dropdown-menu {
    width: 100%;
}
section .dropdown:hover .dropdown-menu,
.btn-submit-top .dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    left: none;
    right: 0;
}
aside header .dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin-top: -1px;
    border: 0;
    background: rgb(38, 122, 208);
    box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
    left: auto;
    right: 0;
}

aside .panel {
    border : 0;
}
aside .panel ul {
  margin: 0;
}
aside .panel-group .panel {
    border-radius: 0;
    border: 0;
}
aside #accordion {
    overflow-y: auto;
    max-height: 85vh;
}
aside .panel-info>.panel-heading {
    background-color: #267ad0;
    border-top: 1px solid rgb(54, 151, 251);
}
aside .panel-group .panel+.panel {
    margin-top: 0;
}
aside .panel-heading {
    /* padding: 0; */
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
aside .panel-collapse {
  background: #3697fb;
}
aside a {
  color : rgba(255,255,255,1);
  text-transform: capitalize;
}
aside a:hover,
aside a:focus {
  color : rgba(255,255,255,.7);
  text-transform: capitalize;
}
aside .nav>li>a:focus,
aside .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}
aside .dropdown-menu .nav>li,
aside .panel .nav>li {
    border-top: 1px solid rgba(255, 255, 255, 0.23);
    cursor: pointer;
}
aside .panel .nav>li a {
  margin-left: 15px;
}
aside .dropdown-menu .nav>li:last-child,
aside .panel .nav>li:last-child {
  border-bottom: 0;
}



.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: rgb(38, 122, 208);
    color: #fff;
}



.sub-header {
    border : 1px solid transparent;
    border-bottom: 1px solid rgba(221,221,221,0.39);
    background: rgb(255,255,255);
    box-shadow: 0 3px 5px rgba(134,134,134,0.25);
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px;
}
.sub-header h3 {
    margin: 0;
    text-transform: capitalize;
    font-family: title;
    color : rgb(38, 122, 208);
    font-size: 1.4em;
}
/*.sub-header h3 span { color: rgba(51, 51, 51, 0.65);  }*/
.sub-header h3 span,
.modal-title span {
    font-family: code;
    font-size: 0.8em;
}
.sub-header h3 span
.sub-header h3 span.btn {
    color: #fff;
}
.sub-header-2 h4 button {
    color: #fff;
    font-size: 0.7em;
}
/* .sub-header .actioning { */
.actioning {
    position: absolute;
    top: 10px;
    right: 5px;
}
.provider-extract .actioning {
    top: 60px
}
.margin- { margin: -15px; }
.margin-left-right- {
    margin-left: -15px;
    margin-right: -15px;
}
.modal .actioning {
    margin-top: -20px;
    margin-right: 0;
}
.modal .pharmaceutical-modal .remarks {
    max-width: 300px;
}
/* .sub-header .actioning ul,
.sub-header-2 .actioning ul { */
.actioning ul {
    padding: 0;
    margin: 0;
}
/* .sub-header .actioning ul li,
.sub-header-2 .actioning ul li { */
.actioning ul li,
.actioning ul li {
    cursor: pointer;
}
/* .sub-header .actioning ul .fa { */
.actioning ul .fa {
    font-size: 2em;
}
/* .sub-header .actioning p { */
.actioning p {
    margin: 0;
    font-size: 1.5em;
    font-family: code;
    text-transform: capitalize;
}
/* .sub-header .actioning .dropdown-menu,
.sub-header-2 .actioning .dropdown-menu { */
.actioning .dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: capitalize;
}
/* .sub-header .actioning a.list-group-item:hover { background-color: transparent; }
.sub-header-2 .actioning a.list-group-item:hover { background-color: transparent; } */
.actioning a.list-group-item { padding: 10px 15px }
.actioning a.list-group-item:hover { background-color: transparent; }
.list-group-item:first-child,
.list-group-item:last-child { border-radius: 0; }
/* .sub-header .actioning .list-group-item:first-child,
.sub-header .actioning .list-group-item:last-child,
.sub-header-2 .actioning .list-group-item:first-child,
.sub-header-2 .actioning .list-group-item:last-child  { border-radius: 0;}
.sub-header .actioning .btn-info,
.sub-header-2 .actioning .btn-info,
.sub-header .actioning .btn-info.active,
.sub-header-2 .actioning .btn-info.active,
.sub-header .actioning .btn-info.focus,
.sub-header-2 .actioning .btn-info.focus,
.sub-header .actioning .btn-info:active,
.sub-header-2 .actioning .btn-info:active,
.sub-header .actioning .btn-info:focus,
.sub-header-2 .actioning .btn-info:focus,
.sub-header .actioning .btn-info:hover,
.sub-header-2 .actioning .btn-info:hover,
.sub-header .actioning .open>.dropdown-toggle.btn-info,
.sub-header-2 .actioning .open>.dropdown-toggle.btn-info { */
.actioning .dropdown .btn,
.actioning .dropdown .open>.dropdown-toggle.btn {
    color: #fff;
    background-color: #398766;
    border-color: #398766;
    padding: 4px 15px;
}
/* .sub-header .actioning a.list-group-item:focus,
.sub-header-2 .actioning a.list-group-item:focus,
.sub-header .actioning a.list-group-item:hover,
.sub-header-2 .actioning a.list-group-item:hover { */
.actioning a.list-group-item:focus,
.actioning a.list-group-item:hover {
    color: #0aab5e;
    text-decoration: none;
    background-color: #f5f5f5;
}
/* .sub-header .actioning a.list-group-item .fa,
.sub-header-2 .actioning a.list-group-item .fa { */
.actioning a.list-group-item .fa {
    color: #398766;
    font-size: 1.2em;
}
.logo h1 {
    margin : 0;
    text-align: center;
}





.sub-body {
    /* border : 1px solid transparent;
    border-bottom: 1px solid rgba(221,221,221,0.39);
    background: rgb(255,255,255);
    box-shadow: 0 3px 5px rgba(134,134,134,0.25); */
    padding: 0;
    /* max-height: 88vh; */

    /* min-height: 50vh; */
    /* overflow-y: auto; */
}
.sub-body > div { margin-top : 5px; padding: 5px;}
.scroll-div {
    overflow-y: auto;
    overflow-x: hidden;
}
.sub-body .scroll-div { max-height: 85vh; min-height: 85vh; }
.sub-body-2 .scroll-div { max-height: 80vh; padding-left: 5px; padding-right : 5px}
form.form-invoice .scroll-div,
div.form-invoice .scroll-div {
    max-height: 95vh;
    padding-bottom: 40px;
}
form.filter {
    padding: 5px 0;
    margin: 0 5px 5px 5px;
    background: rgba(74, 170, 124, 0.06);
    box-shadow: 0 3px 5px rgba(134,134,134,0.25);
    border-top: 1px solid rgba(57, 135, 102, 0.05);
}
.tree-menu { padding: 10px; }
.consultation-services .scroll-div { max-height: 65vh; }
.consultation-services p.title {
    font-size: 1.2em;
    font-family: title;
    text-transform: capitalize;
    margin: 5px 0;
    padding: 0;
}
.consultation-services ul.consultating-checked-services {
    padding: 0;
}
.sub-body .sub-body-child-1 {
    /* background: rgba(74, 170, 124, 0.06); */
    border-bottom: 1px solid rgba(204, 204, 204, 0.32);
    box-shadow: 0 3px 5px rgba(134,134,134,0.25);
    padding:  0;
    margin : 0;
    border : 1px solid #f00
}
.sub-body .sub-body-child-1 .nav a {
    color: #517968;
}
table {
    font-family: code;
}
table thead {
    text-transform: capitalize;
}
.table-hover>tbody>tr:hover {
    background-color: rgba(7, 151, 252, 0.05); /*#fff;*/
    cursor: pointer;
}
.sub-body table input[type=checkbox],
.sub-body table input[type=radio] {
    cursor: pointer;
}
table tbody tr td {
    /* text-transform: capitalize; */
    position: relative;
}
table tbody tr td.options div {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    font-size: 1.2em;
    opacity: 0;
    background: #f3faff;
    color: #398766;
    width: 100%;
}
table tbody tr td.options div > a {
    margin-left: 10px;
}
table tbody tr:hover td.options div {
    opacity: 1;
}
table tbody tr:hover td.options .btn {
    padding: 3px 10px;
}


/* .table-fixed{
    width: 100%;
    background-color: #f3f3f3;
    tbody {
        height:200px;
        overflow-y:auto;
        width: 100%;
    }
    thead,tbody,tr,td,th{
        display:block;
    }
    tbody{
        td{
            float:left;
        }
    }
    thead {
        tr {
            th {
                float:left;
                background-color: #f39c12;
                border-color:#e67e22;
            }
        }
    }
} */

.reception-services li,
.results-opt li {
    width: calc(100%/3);
    text-align: center;
}
.sub-body .tab-content {
    padding: 0;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}




.sub-header-pic {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    /* height: 150px; */
}
.sub-header-pic img {
    height: 150px;
    border-radius: 50%;
}



.close {
    color: #f30707;
    filter: alpha(opacity=80);
    opacity: .8;
}
.modal-content {
    border-radius: 0;
}
.modal-header .modal-title {
    /*color: #398766;*/
    color: #fff;
    font-family: title;
    text-transform: capitalize;
}
.modal-body .btn {
    border-radius: 0;
}
.modal-footer {
    /* padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; */
    /* margin-top : 20px; */
}
.modal-footer { margin-top: 5px; }
.modal-footer p {
    font-family: paragraph;
    /* font-style: italic; */
    color: #398766;
    font-size: 1.2em;
}
.modal-xlm {width: 1200px }
.modal-xxlm {width: 90% }


.modal-body-footer {
    margin-top: 5px;
    border-top: 1px solid rgba(10,10,10,.1);
    padding-top: 10px;
    margin-bottom: -20px;    
}
.modal-body-footer .btn {margin-left : 5px;}


.form-control {
    border : 1px solid rgba(79, 139, 206, 0.35);
    border-radius: 0;
}
.form-control.border-error {
    border : 1px solid rgba(247,7,7,0.73);
}


.bootstrap-select .dropdown-header {
    color: #74bfe9;
    font-size: 1.1em;
    font-family: title;
    text-transform: capitalize;
}
.bootstrap-select .dropdown-menu>.active>a,
.bootstrap-select .dropdown-menu>.active>a:focus,
.bootstrap-select .dropdown-menu>.active>a:hover {
    color: #097dce;
    background-color: transparent;
    text-transform: capitalize;
}

.full-page-form {
    padding: 20px;
    background: rgba(74, 170, 124, 0.04);
    box-shadow: 1px 3px 10px 3px rgba(95, 95, 95, 0.15);
    margin: 15px;
    min-height: 90vh;
    max-height: 95vh;
    overflow-x: auto;
}
.patient-form .form-group {
    padding-top: 20px;
    margin-bottom: 25px;
}
.patient-form .form-group label {
    font-family: code;
    text-transform: capitalize;
}
.patient-form .form-group label.form-check-label {
    font-family: paragraph;
    font-weight: lighter;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text,
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    text-transform: capitalize;
}
.units.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.units.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text,
.units.bootstrap-select.btn-group .dropdown-menu li a span.text {
    text-transform: initial;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    /* width: 360px; */
}







.form-accounting-invoice label,
.form-invoice label,
.form-requisition label,
.form-journal label {
    text-transform: capitalize;
    font-family: code;
    margin-top: 5px;
}
.form-invoice textarea,
.form-requisition textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 60px;
    max-height: 60px;
    resize: none;
}
.sub-body table {
    /* margin-top: 20px; */
    background: #fff;
    box-shadow: 0 0 5px #ddd;
}
.form-accounting-invoice .floating-add-tr-parent {
    margin-top: 20px;
    margin-bottom: 20px;
}
.form-invoice .add-remove,
.form-invoice .add-requisition { width: 100px; }
.form-requisition .qty,
.pharmacy-patient-prescription .qty,
.form-invoice .qty,
.form-invoice .discount,
.form-invoice .tax { width: 75px; }
.form-invoice .waiver,
.form-invoice .sub-total,
.form-invoice .rate { width: 120px }
.form-invoice .bill-frequency,
.form-invoice .bill-dosage { width: 150px }
.waivers table td.amount { width: 100px; }
.lab-td-view-remarks { width: 400px; }
.lab-td-view-remarks p,
.text-paragraph {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.add-remove span {font-weight: bold}

form.form-requisition.sub-body-child-1 { box-shadow : none; }
form.form-requisition .scroll-div {
    /* height: 100vh; */
    height: 85vh;
    padding: 0 5px;
    border-bottom: 0;
}
form.form-requisition p,
form.form-requisition table {
    margin: 0;
}
form.form-requisition .alert{margin-bottom: 10px;}
form.form-requisition .add-remove {width: 55px}
form.form-requisition .service-name {width: 400px}
form.form-requisition .service-name > div { padding: 0 }
form.form-requisition .service-name > div.col-xs-1 {
    padding-left: 10px;
    margin-top: 3px;
    color: #398766;
    cursor: pointer;
}
form.form-invoice .stock,
form.form-requisition .qty {width: 80px}
.invoice-products {
    margin-bottom: 20px;
}
td.service-name { min-width: 350px }


.form-journal table td.add-remove { width: 80px;}
.form-journal table td[class='account'] { width: 250px; }
.form-journal table td[class='descrp'] { width: 350px; }
.form-journal table td[class='debit'] { width: 90px; }
.form-journal table td[class='credit'] { width: 90px; }
.form-journal input.btn {
    width: 150px;
    margin-top : 20px;
}



.recursive {
    /* border : 1px solid #f00; */
}
.left-sub-nav-1,
.left-sub-nav-2,
.sub-body-1 {
    margin: 0;
    height: 90vh;
    background: #fff;
    box-shadow: 0 3px 5px rgba(134,134,134,0.25);
    padding: 0;
    overflow: hidden;
    /* height: 100%; */
}
.sub-header-provider-investigation {
    margin: 0;
    background: #fff;
    box-shadow: 0 3px 5px rgba(134,134,134,0.25);
    padding: 0;
}
.sub-header-provider-investigation ul li,
ul.sub-header-investigation-laboratory li {
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
}
.left-sub-nav-1 ul.nav {
    max-height: 62vh;
    /* max-height: 75vh; */
    overflow-y: auto;
}
.left-sub-nav-2 ul.nav {
    max-height: 75vh;
    overflow-y: auto;
}
.left-sub-nav-1 ul li,
.left-sub-nav-2 ul li {
    border-bottom : 1px solid #ddd;
    text-transform: capitalize;
}

.modal .sub-body-1 { height: 75vh; padding: 15px; }



.sub-body-1 .sub-header-2 {
    /* margin-top: -15px; */
    border-bottom : 1px solid #ddd;
    margin-bottom: 10px;
}
.sub-body-1 .sub-header-2 h4 {
    font-family: title;
    text-transform: capitalize;
    color : rgb(38, 122, 208);
    /* padding: 0 10px 10px 10px; */
    padding: 10px;
    margin: 0;
}
.sub-header-2 span {
    cursor: pointer;
    /* font-size: 1.3em;
    margin: 5px 0 0 5px; */
    /*color: #31708f*/
}

.sub-header-2 .actioning {
    position: absolute;
    top: 0;
    right: 5px;
}
.sub-body-1 > form {
    overflow-y: auto;
    /* height: 100%; */
    height: 100vh;
    padding-bottom: 20px;
}



.service .bts_dropdown button,
.lab-service .bts_dropdown button,
form .bts_dropdown button {
    width: 100%;
    text-align: left;
}
.bts_dropdown ul li label input,
.delivery-form i { cursor: pointer; }
form.delivery-form  > .product { 
/*    min-height: 40vh; 
    max-height: 50vh; 
    overflow-y: auto; */
}


table.journals {
    font-size: 1.1em;
    /* background: #fff; */
    text-transform: capitalize;

    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #ddd;
}
table.journals .credit {
    margin-left : 20px;
}
table.journals tr.journal-posted {
    background: #dddddd59;
    cursor: not-allowed;
}
table.journals tr.journal-draft {
    color: #388fc1;
    cursor: pointer;
}
table tr.tr-success, 
table tr.tr-0 { 
    /*color: #5cb85c;*/
    background: #d4efd4c9;
}
table tr.tr-danger { 
    color: #fff;
    background: #ff9895 
}
table tr.tr-danger:hover { 
    background: transparent;
    color: rgba(10,10,10,.7);
}
/*table tr.tr--**/
table tr[class^='tr--'] { background: #fffdb2; }
/*table tr.tr-danger,*/
table tr.tr-in-active { color: #f1786f }


.balancesheet-tree {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #ddd;
}
.balancesheet-tree li {
    /* font-size: 1.2em; */
    font-family: code;
    text-transform: capitalize;
}
.balancesheet-tree ul > li > span {
    font-size: 1.3em;
    /* color: rgb(57, 135, 102); */
}
.balancesheet-tree .btn {
    margin-bottom: 5px;
}
.balancesheet-tree ul > li > ul > li span {
    font-size: 1.2em;
    /* color: rgba(57, 135, 102, 0.7); */
}
.balancesheet-tree hr {
    border-top : 1px solid rgba(71, 170, 252, 0.2);
}
.balancesheet-tree .tree-right {
    width: 100px;
    text-align: right;
}
.services-tree .scroll-div {
    padding: 5px 20px 30px 0;
}
.services-tree li span {
    margin-bottom: 5px;
    font-size: 1.1em;
    font-family: code
}

.sub-head-3 {
    text-transform: capitalize;
    font-family: code;
    color :#47aafc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.sub-head-3 h3 {
    margin: 0 0 10px 0;
    font-size: 1.5em;
    color: #398766;
}




.tracking-list {
    /* border:1px solid #e5e5e5 */
}
.tracking-item {
    border-left: 1px solid #398766;
    position: relative;
    padding: 2rem 1.5rem .5rem 2.5rem;
    /* font-size:.9rem; */
    margin-left:3rem;
    min-height:5rem
}
.tracking-item:last-child {
    padding-bottom:4rem
}
.tracking-item .tracking-date {
    margin-bottom:.5rem;
    font-family : code;
}
.tracking-item .tracking-date span {
    /* color:#888; */
    font-size:85%;
    padding-left:.4rem
}
.tracking-item .tracking-content {
    padding:.5rem .8rem;
    background-color:#f4f4f4;
    border-radius:.5rem
}
.tracking-item .tracking-content h4 {
    margin: 0 0 20px 0;
    text-transform: capitalize;
    font-family: title
}
.tracking-item .tracking-content h4 span {
    font-size: 0.8em;
    font-style: italic;
    color: rgba(57,135,102,0.48);
    font-weight: lighter;
}
.tracking-item .tracking-content p {
    display:block;
    color:#888;
    /* font-size:85% */
    font-family: code;
}
.tracking-item .tracking-icon {
    line-height:2.6rem;
    position:absolute;
    left:-1.3rem;
    width:2.6rem;
    height:2.6rem;
    text-align:center;
    border-radius:50%;
    font-size:1.1rem;
    background-color:#398766;
    color:#fff
}
.tracking-item .tracking-icon.status-sponsored {
    background-color:#f68;
}
.tracking-item .tracking-icon.status-delivered {
    background-color:#4cbb87;
}
.tracking-item .tracking-icon.status-outfordelivery {
    background-color:#f5a551;
}
.tracking-item .tracking-icon.status-deliveryoffice {
    background-color:#f7dc6f;
}
.tracking-item .tracking-icon.status-attemptfail {
    background-color:#b789c7;
}
.tracking-item .tracking-icon.status-exception {
    background-color:#d26759;
}
.tracking-item .tracking-icon.status-inforeceived {
    background-color:#214977;
}
.tracking-item .tracking-icon.status-intransit {
    color  : #398766;
    border :   1px solid #398766;
    font-size:.6rem
}
@media(min-width:992px) {
    .tracking-item {
        margin-left:10rem
    }
    .tracking-item .tracking-date {
        position:absolute;
        left:-10rem;
        width:7.5rem;
        text-align:right
    }
    .tracking-item .tracking-date span {
        display:block
    }
    .tracking-item .tracking-content {
        padding:0;
        background-color:transparent
    }
    .tracking-content table tr td:first-child,
    .tracking-content p b,
    .tracking-content p i {
        text-transform: capitalize;
    }
}


.form.lab-service .col-xs-1,
.form.drug .col-xs-1 {
    padding-left: 0;
}
.form.lab-service .col-xs-1 i,
.form.drug .col-xs-1 i,
.content-add .col-xs-1 i,
.dispose-pharmaceutical .col-xs-1 i {
    margin-top : 3px;
    cursor: pointer;
}
.dispose-pharmaceutical > div.row {margin-bottom: 10px; }
.form.lab-service .lab-test-range {
    position: relative;
    /* border: 1px solid #0f0; */
}

.sioka-fa-1:after {
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    content: "\f00c";
}
/*
.form.lab-service .lab-test-range .addRange {
    position: absolute;
    top: 3px;
    padding: 5px;
    background: #fff;
}
.form.lab-service .lab-test-range .addRange i {
    font-size: 1.3em;
    cursor: pointer;
} 
*/

.addRange {
    font-size: 1.5em;
    margin-left: 10px;
    cursor: pointer;
}


.vitalSigns.form-horizontal .form-group,
.results.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
.results.form-horizontal h4 {
    margin: 0 0 20px 0;
    font-family: title;
    color: #398766;
}
.results.form-horizontal table td i {
    display: none
}
.vitalSigns .input-group-addon:first-child {
    width: 140px;
    text-transform: capitalize;
    text-align: left;
}
.vitalSigns .input-group { width: 100%; }
.vitalSigns .input-group-addon:last-child {
    width: 80px;
    text-align: left;
}


.text-clinic i {
    color: rgba(57, 135, 102, 0.45);
    float: right;
}



.form-consultation label {
    text-align: right;
    font-weight: lighter;
}
.bts_dropdown ul li label {font-weight: lighter;}
/* .form-consultation.sub-body-1 {
    height: 75vh;
    padding-bottom: 0;
} */
blockquote p { text-transform: capitalize;}
.form-consultation .tab-content .form-group {
    /* margin-bottom: 50px; */
    /* border-bottom: 1px solid rgba(221,221,221,0.4); */
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.dashboard-patient a p {
    text-transform: capitalize; 
    font-size: 1.5em;
}
.form-consultation .tab-content .form-group .text-danger, .text-patient-inactive, .text-closed { color: #f1786f; }
.text-patient-active, .text-interim { color: #5cb85b; }
.form-consultation .tab-content .form-group div[data-name='medication'].content-add {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.form-consultation .tab-content .form-group div.content-add > div {
    margin-bottom: 10px;
}
.form-consultation .tab-content .form-group div[data-name='medication'].content-add:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

form.ICD10 {
    margin: 10px 10px 0 10px;
}
form.ICD10 span.input-group-addon {
    cursor: pointer;
}



.summary-header {
    font-family: code;
}
.summary-header h3 {
    margin : 0 0 10px 0;
}
.summary-header p {
    margin: 0;
}
.summary-header table tr td,
.summary-header table tr th {
    text-align: right;
    text-transform: capitalize;
}




form.issue-pharmaceutical .service-name {width: 300px;}
form.form-invoice tr.service-name .btn-group {width: 100%;}
form.issue-pharmaceutical textarea { max-height: 30px; }
.pharmaceutical-cart .add-remove { width: 100px; }
.pharmaceutical-cart .action { width: 90px; }
.pharmaceutical-cart .qty,
.pharmaceutical-cart .stock,
.pharmaceutical-cart .rate,
.pharmaceutical-cart .discount,
.pharmaceutical-cart .sub-total {
    min-width: 70px;
    max-width: 100%;
}
.pharmaceutical-cart textarea {
    min-width: 230px;
    max-width: 100%;
}

.dashboard .thumbnail {
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
    box-shadow: 0 0 5px 1px #ccc;
}
.dashboard .thumbnail p {
    font-size: 2em;
    text-transform: capitalize;
}
.dashboard .thumbnail.theme {
    color: #398766;
}
.dashboard .thumbnail.info {
    color: #337ab7;
}
.dashboard .thumbnail.success,
.dashboard .thumbnail.mpesa  {
    color: #079809;
}
.dashboard a.thumbnail.bills,
.dashboard .thumbnail.cash {
    color: #f1b61c;
}
.dashboard .thumbnail.airtel {
    color: #c30a0a;
}
.dashboard .thumbnail.insurance {
    color: #0a90c3;
}
.dashboard a.thumbnail.active,
.dashboard a.thumbnail:focus,
.dashboard a.thumbnail:hover {
    opacity: 0.9
}
/*.dashboard p {
    text-transform: capitalize;
    font-family: code;
    font-size: 1.5em;
    margin : 0 0 10px 0;
}*/
.dashboard h2 {
    text-transform: capitalize;
    font-family: title;
    margin: 5px;
}

.ranges li.active {
    background-color: #398766;
    border: 1px solid #398766;
    color: #fff;
    border-radius: 0;
}
.ranges li:hover {
    background-color: #5cb85d;
    border: 1px solid #5cb85d;
    color: #fff;
    border-radius: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #398766;
    border-color: transparent;
    color: #fff;
}
.ranges li {
    font-size: 1.4em;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    color: #5b5f73;
}




.visit-provider ul.nav li {
    border-bottom: 1px solid rgba(57, 135, 102, 0.06);
}
.visit-provider ul.nav li:last-child {
    border-bottom: 0;
}




.consultation-services .single-service {
    margin-bottom: 10px;
}
.consultation-services .single-service p {
    /* background: #f00; */
    margin-bottom: 0;
    text-transform: capitalize;
}
.consultation-services .bootstrap-select.form-control:not([class*=col-]),
.consultation-services .single-service .form-control {
    width: 300px;
}
.consultation-services .table-title {
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: title
}
.consultation-services tr:first-child {text-transform: capitalize;min-width: 300px;}
.consultation-services input[type='checkbox']{cursor: pointer;}
.consultation-services td.qty .form-control,
.form-consultation-fp td.qty .form-control,
.form-consultation-srh-consultation td.qty .form-control,
.tab-content td.qty {
    width: 100px;
}


.form-consultation-fp {
    /* margin: -15px 0 0 0; */
}

.nav-stacked>li+li {
    margin-top: 0;
    margin-left: 0;
}
.nav-pills>li>a {
    border-radius: 0;
    text-transform: capitalize;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #398766;
}
/* .form-consultation-fp .btn-submit-top,
.form-consultation .btn-submit-top,
.form-consultation-srh-consultation .btn-submit-top */
.btn-submit-top {
    /*position: absolute;*/
    left: 0;
    right: 0;
    /*top: -40px;*/
   /* width: 97%;*/
}
.form-consultation-fp .nav-pills a,
.form-consultation .nav-pills a,
.form-consultation-srh-consultation .nav-pills a {
    border-bottom: 1px solid #ddd
}
.form-consultation-fp .nav-pills li:last-child a,
.form-consultation .nav-pills li:last-child a,
.form-consultation-srh-consultation .nav-pills li:last-child a {
    border-bottom: 0;
}
.form-consultation-fp .tab-content,
.form-consultation-fp .nav-stacked,
.form-consultation .tab-content,
.form-consultation .nav-stacked,
.form-consultation-srh-consultation .tab-content,
.form-consultation-srh-consultation .nav-stacked {
    min-height: 80vh;
    max-height: 80vh;
    overflow-x: auto;
}
.form-consultation-fp ul.nav-stacked,
.form-consultation ul.nav-stacked,
.form-consultation-srh-consultation ul.nav-stacked {
    padding: 0
}
.form-consultation-fp .tab-content>.active,
.form-consultation .tab-content>.active,
.form-consultation-srh-consultation .tab-content>.active {
    padding: 0 15px 20px 15px;
}
.form-consultation-fp .tab-content .tab-pane h3,
.form-consultation .tab-content .tab-pane h3,
.form-consultation-srh-consultation .tab-content .tab-pane h3 {
    text-transform: capitalize;
    color: #398766;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    font-size: 1.5em;
}
.form-consultation-fp .tab-content .tab-pane h4,
.form-consultation .tab-content .tab-pane h4,
.form-consultation-srh-consultation .tab-content .tab-pane h4 {
    margin-top: 20px;
    margin-bottom: 4px;
}
.form-consultation-fp .tab-content table,
.form-consultation .tab-content table,
.form-consultation-srh-consultation .tab-content table {
    text-transform: capitalize;
}

.form-consultation-fp #ipvrc p {
    margin: 10px 10px 0 10px;
}
.form-consultation-fp #ipvrc .radio {
    margin: 0 0 0 30px;
}
.form-consultation-fp #ipvrc .radio:last-child {
    margin-bottom: 40px;
}




.general-consultation-section {
    margin: 20px 50px;
}
.general-consultation-section p.title {
    font-size: 1.3em;
    font-weight: bold;
    margin: 5px 0;
}
.general-consultation-section label {
    margin-top: 5px;
    font-size: 1.1em;
    text-transform: capitalize;
    color: #585858;
    font-family: title;
}
/* .general-consultation-section textarea, */
textarea {
    resize: none;
    min-height: 100px;
    overflow-y: auto;
    resize: none;
}



.table-title {
    font-size: 1em;
    font-weight: bold;
    color: #398766;
    text-transform: capitalize;
}
.table-total {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
}



.discharge-patient .bill-info p {
    margin: 0;
    text-transform: capitalize;
    font-family: title;
    font-size: 1.5em;
}
.discharge-patient .bill-info p span {
    font-size: 1.1em;
    font-family: code;
    text-align: right;
}


.dropdown-menu .inner .status {
    margin: 0 10px;
}


/*
.tabs-left > .nav-tabs {
    border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tabs-left .tab-content > .active,
.tabs-left .pill-content > .active {
    display: block;
}
.tabs-left > .nav-tabs > li {
    float: none;
}
.tabs-left > .nav-tabs > li > a {
    text-transform: capitalize;
}
.tabs-left > .nav-tabs {
    float: left;
    margin-right: 20px;
    border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li:first-child > a {
    border-top: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #ddd;
}
.tabs-left .nav-tabs>li.active>a,
.tabs-left .nav-tabs>li.active>a:focus,
.tabs-left .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #398766;
    border: 1px solid #398766;
}
*/




/* .reports {
    background: #fff;
} */
.scroll-div-horizontal { overflow-x: auto; }
.scroll-div-horizontal table { overflow-y: scroll; }
.provider-scrollable-frame {
    max-height: 70vh;
    overflow-y: auto;    
}
/* .pvtFilterBox, .pvtFilterBox input[type='text'], .pvtCheckContainer { min-width: 100px } */
.reports h3 .dropdown.open {
    position: static;
}
.reports h3 .dropdown:hover .dropdown-menu {
    display: none;
}
.reports h3 .dropdown.open .dropdown-menu {
    display : table;
    position: absolute;
    width: 98%;
    margin: -10px 1%;
    padding: 20px;
    left:0;
    right:0;
}
.reports h3 .dropdown.open > .dropdown-menu {
    text-align: center;
    background: #f7fbf7;
}
.reports .table>tbody>tr>td,
.reports .table>tbody>tr>th,
.reports .table>tfoot>tr>td,
.reports .table>tfoot>tr>th,
.reports .table>thead>tr>td,
.reports .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top : none;
    text-transform: capitalize;
}
.reports .table>tbody>tr>td.text-email,
.text-email {
    text-transform: lowercase;
}
.reports .sales-default-report h1,
.reports-title {
    font-family: code;
    margin: 20px 0;
    color: #388665;
}
.reports .sales-default-report div.pivotJs {
    margin-bottom: 50px;
}





/* .the3segments,
.the5segments {
    width: 100%;
    min-height: 300px;
    border : 1px solid #ddd;
    background: #fff;
} */


/* .graph .thumbnail {
    height: 300px;
    width: 100%;
} */

.graph .scroll-div {
    max-height: 80vh;
    min-height: 80vh;
    padding: 0;
    border-bottom: 0;
}
/* .graph .report-div {
} */
.graph .IncomingOutgoing {
    height: 450px;
    margin: 0 0 20px 0;
}
.graph .IncomingOutgoingTotal {
    margin-top: 50px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 1px 3px 10px 3px rgba(95, 95, 95, 0.15);
}
.graph .IncomingOutgoingTotal li {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    font-size: 1.5em;
    font-family: code;
    padding: 3px 0 0 0;
    text-align: center;
    color: #e6a31e;
}
.graph .IncomingOutgoingTotal li span {
    font-size: 0.7em;
    position: relative;
    top: -10px;
    /* color: #666; */
    text-transform: capitalize;
}
.graph .IncomingOutgoingTotal li:first-child {
    border-top: 0;
}
.graph .nav-tabs {
    /* border-bottom: 1px solid transparent; */
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom: 2px solid #398766;
}
.graph .tab-content {
    min-height: 74vh;
}
.graph .tab-content hr {
    margin: 50px 0;
}
.tab-content {
    padding: 10px 0;
    /* background: #f2faf7; */
    /* border-left: 1px solid #ddd; */
    /* border-right: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    border : 1px solid transparent;
}


.summary-invoices .thumbnail {
    /*padding-bottom: 15px;*/
    text-transform: capitalize;
    font-family: code;
    font-size: 1.7em;
}
.summary-invoices .thumbnail span {
    font-size: 0.8em;
}
.summary-invoices .scroll-div {
    max-height: 100px;
}



.floating-add-tr-parent {
    position: relative;
}
.floating-add-tr-parent .add-span,
.floating-add-tr-parent .remove-span {
    position: absolute;
    right: -45px;
    padding: 5px;
    background: #fff;
    /* width: 50px; */
}
.quotation-another-item {
    top: 3px;
}
.journal-remove-accnt {
    top: 0px;
    right: -45px;
}
.floating-add-tr-parent .add-span i,
.floating-add-tr-parent .remove-span i {
    font-size: 1.3em;
    cursor: pointer;
}




ul {
    list-style-type: none;
    /* margin: 3px; */
}
/* ul.checktree li:before {
    height: 1em;
    width: 12px;
    border-bottom: 1px dashed;
    content: "";
    display: inline-block;
    top: -0.3em;
}
ul.checktree li { border-left: 1px dashed; }
ul.checktree li:last-child:before { border-left: 1px dashed; }
ul.checktree li:last-child { border-left: none; } */



table.pvtTable {
    -webkit-box-shadow: 0 0 5px #ddd;
	-moz-box-shadow:0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    width: 100%;
    /* padding: 20px; */
    font-family: code;
    font-size: 1.1em;
    font-weight: lighter;
}
/* table.pvtTable tbody tr td {
    color: #686761;
    color: rgba(0, 0, 0, 0.53);
} */
table.pvtTable tbody tr th,
table.pvtTable thead tr th {
    background-color: #fff;
    font-family: title;
    font-size: 1em;
    text-transform: capitalize;
}
/* .pivotJs table tbody tr td {
    font-weight: lighter;
    color: rgba(0, 0, 0, 0.53);
} */
table.pvtTable tr:hover {
    background-color: rgba(7, 151, 252, 0.05);
    cursor: pointer;
}



.quickaccess .thumbnail {
    border-radius: 0;
    /* font-size: 2em; */
    text-transform: capitalize;
    padding: 10px;
    background:rgba(247, 246, 246, 0.4);
}
.quickaccess i { font-size: 4em; }
.quickaccess .thumbnail > span { font-size: 1.5em; }
.quickaccess .quick-list.thumbnail {padding: 0;}
.quickaccess .quick-list ul li { padding: 0 3px; }
.quickaccess .quick-list h3 {
    margin: 0;
    /* background: #3b8766; */
    padding: 10px;
    color: rgb(38, 122, 208);
    font-size: 1.5em;
    font-family: title;
    border-bottom: 1px solid #ddd;
}
.quickaccess .quick-list a {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    color: #575f5b;
}
.quickaccess .quick-list a:hover {
    background-color: #4aaa7c1c;
    color: #060606;
}
.quickaccess .quick-list ul.nav.quickaccess-1 {
    max-height: 62vh;
    overflow-y: auto;
}
.quickaccess .quick-list ul.nav.quickaccess-2 {
    max-height: 46vh;
    overflow-y: auto;
}
.quickaccess .quick-list a .col-xs-1,
.quickaccess .quick-list a .col-xs-3,
.quickaccess .quick-list a .col-xs-4,
.quickaccess .quick-list a .col-xs-5,
.quickaccess .quick-list a .col-xs-6,
.quickaccess .quick-list a .col-xs-7,
.quickaccess .quick-list a .col-xs-8,
.quickaccess .quick-list a .col-xs-9,
.quickaccess .quick-list a .col-xs-11 {
    padding: 0
}


/* .pivotJs table tbody tr,
.pivotJs table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.pivotJs table tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
} */

form.drug-adjust table tr input[name='stock'] {
    width: 100px;
}
/* form.drug-adjust table tr input {
    max-height: 70px;
} */


.consumed-consumables p.title,
form.inpatient-consumables  p.title {
    text-transform: capitalize;
    font-family: code;
    color: #398979;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
    margin: 0 0 1px 0;
}
form.inpatient-consumables .scroll-div,
.consumed-consumables .scroll-div {
    max-height: 400px;
    padding: 10px 0;
    border: 1px solid #ccc;
}
form.inpatient-consumables .scroll-div .row p:first-child {
    text-transform: capitalize;
    font-size: 1.1em;
    font-family: code
}
.consumed-consumables .scroll-div ul {
    padding: 0 15px;
}
.consumed-consumables .scroll-div ul li {
    font-size: 1.1em;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    margin: 0 0 5px 0;
    font-family: code;
}
.consumed-consumables .scroll-div ul li .badge {
        background-color: #3b8766;
}
.scroll-div.cardex {
    max-height: 500px;
}
form.insurance-plan-products-form {
    max-height: 70vh;
    overflow-y: scroll; 
}
form.insurance-plan-products-form td.amount {
    width: 100px;
}
.modal-action {
    position: absolute;
    bottom: -50px;
    left: 25px;    
}
.clinicplanproducts .clinicplanproducts-head h4 {
    font-family: title;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 15px 15px;    
}
.clinicplanproducts .clinicplanproducts-head li a {
    text-transform: capitalize;
    color: #525459;
    border-bottom: 1px solid #ccc;
}
.clinicplanproducts .clinicplanproducts-head li a:hover,
.clinicplanproducts .clinicplanproducts-head li a:active {
    color: #fff;
}
td.checkbox-input {width: 30px}



.inline-title { margin : 0; }
.inline-title li {
    margin: 0;
    text-align: center;
    /* width: calc(100%/8); */
    padding: 0;
}
.inline-title li.active,
.inline-title li:hover {
    border-bottom: 3px solid #5bc0de;
}
.inline-title li a {
    font-size: 1.1em;
    text-transform: capitalize;
    padding: 10px;
}

.stockcount ul
.stockcount ul li a {
    font-size: 1.5em;
    color: #388665;
}
.stockcount .stockcount-table td.integer { width: 120px }
.sub-body .tab-content.inlined-tab-content {
    border : 0;
    border-top: 1px solid #ddd;
    margin-top: -1px;
    padding-top: 10px;
}
#patient-medical-history tbody td {
    max-width: 90px;
}
.constant-consultation > div {
    margin-bottom: 50px;
}
.constant-consultation label {
    text-transform: capitalize;
}
.constant-consultation {
    margin-top: 30px;
    border-top: 1px solid #e6e3e3;
    margin-bottom: 20px;
    padding: 20px 0;
}
#patient-info ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    font-family: code;
    margin-top: 10px;
}
#patient-info ul li {
    font-size: 1.2em;
    /*font-style: italic;*/
    font-weight: lighter;
    text-transform: capitalize;
    margin-top: 10px;
}
#patient-info ul li span {
    font-style: normal;
    font-weight: bold;
}


#patient-laboratory {
    padding: 0 10px;
}
#patient-laboratory input {
    margin: 0 20px 10px 0;
}
#patient-laboratory label {
    font-weight: lighter;
    text-transform: capitalize;
}
p.provider-investigation-title {
    text-transform: capitalize;
    color: #3b8765;
    font-size: 1.5em;
    font-family: code;
    margin: -10px 0 10px 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;   
}
.selected-product-provider ul {
    padding: 0 10px;
    text-transform: capitalize;
}
.selected-product-provider ul li {
    font-size: 1.3em;
    margin-bottom: 5px;
}
.selected-product-provider ul li i {
    cursor: pointer;
}
#patient-services-provision .col-xs-2 {
    padding: 0;
    text-transform: capitalize;
}
#patient-services-provision table td,
#patient-services-provision label {
    text-transform: capitalize;
}
#patient-services-provision .col-xs-10 {
    padding: 0;
}
#patient-services-provision .col-xs-2 .nav>li {
    border-bottom: 1px solid #e4e4e4;
}
/*#patient-services-provision input[name="date"]{ width: 200px; }
#patient-services-provision input[name="remarks"] { width: 90%;  }
#patient-services-provision #icd10 {
    max-height: 700px;
    overflow-y: auto;
}*/
#patient-services-provision form.ICD10 input[type="text"] {
    width: 100%
}
#patient-services-provision .bootstrap-select {
    width: 300px;
}
.services-provision-forms > div {
    padding: 10px;
}
.services-provision-forms h3 {
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
#patient-medication .prescribed-by-provider td {
    cursor: pointer;
}

.




.tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    /* border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05) */
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 0 0 5px;
    position:relative
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px ;
    text-decoration:none
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}
span.service-additional,
span.service-modification { cursor : pointer; }
form.srh-service-new div.form-group { margin-bottom: 20px }



.clickable {
    cursor: pointer;
}
.clickable .glyphicon {
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px
}
.panel-heading span{
    margin-top: -23px;
    font-size: 15px;
    margin-right: -9px;
}
a.clickable { color: inherit; }
a.clickable:hover { text-decoration:none; }


.complaints-summary pre {
    font-family: code;
    min-height: 100px;
    max-height: 150px;
    border-radius: 0;
    background: #fff;
}
.served-services .label {
    width: 200px;
}
.served-services h4 {
    font-family: title;
}
.stockcount .stockcount-table {
    max-height: 65vh;
    overflow-y: auto;
}
.stockcount .stockcount-table input[name='stock'] {
    width: 70px;
}

.bulksms > div { padding: 5px 10px; }
.bulksms > div form.compose-bulksms,
.bulksms div.smspayment {
    padding: 30px;
    background: rgba(74, 170, 124, 0.04);
    box-shadow: 1px 3px 10px 3px rgba(95, 95, 95, 0.15);
/*    min-height: 90vh;
    max-height: 95vh;*/
    overflow-x: auto;
}
.bulksms div form > h3,
.bulksms > div > h3 {
    margin: 0 0 25px 0;
    font-size: 2em;
    font-family: title;
    color: #49aa7c;    
}
.sub-body .smspayment .nav .nav-tabs,
.sub-body .smspayment .tab-content {
    background: transparent;
    border: none;

}
.sub-body .smspayment .tab-content form { margin: 20px 0 }
.bulksms form .compose-bulksms label i {
    font-family: inherit;
    font-weight: lighter;
    color: #4f5452;
    font-size: 0.9em;
    font-style: normal;
}
.bulksms form.compose-bulksms .nav-tabs > li {
    width: calc(100%/3);
    text-align: center;
}
form.smsgroup .nav-tabs > li {
    width: calc(100%/2);
    text-align: center;
}
.bulksms .smspayment .nav-tabs > li {
    width: calc(100%/2);
    text-align: center;
}
.bulksms form.compose-bulksms .tab-content {
    padding: 20px 0;
    background: transparent;
    border: none;    
}
.bulksms .compose-bulksms .material-switch span {
    font-weight: bold;
    text-transform: capitalize;
    margin-right: 10px;    
}
.bulksms input[name="schedule"] {
    margin-top : 10px;
    width: 150px;
}
.bulksms textarea[name="sms"] {
    min-height: 200px;
}
.availe-template { max-height: 500px; }
.bulksms .payment-inputs {
    width: 50%;
    margin-left: 25%;
}
.bulksms .payment-inputs input[name="amount"] {
    height: 110px; /* 85px; */
    font-size: 3em;
    text-align: center;
    margin-bottom: 10px;
}


.material-switch > input[type="checkbox"] {
    display: none;   
}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
form.smsgroup p.upload-icon span {
    font-size: 7em;
    cursor: pointer;
}
.bootstrap-select .status {
    background: #f0f0f0;
    clear: both;
    color: #999;
    font-size: 11px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    margin-bottom: -5px;
    padding: 10px 20px;
}
.table-input { width: 150px; }







::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /* height: 10px; */
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #3697fb;
    border : 1px solid #fff;
    border-radius: 5px;
    cursor: grab;
    /* height: 10px; */
}
::-webkit-scrollbar-thumb:vertical {
    background: #3697fb;
    border : 1px solid #fff;
	-webkit-border-radius: 5px;
    -webkit-width:5px;
    cursor: grab;
}
::-webkit-scrollbar-thumb:vertical:hover {
	background: #3697fb;
    border : 1px solid #fff;
}




/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px){
}

p.p1 {
    margin: 0;
    font: 1.2em 'Cabin', sans-serif !important;
}


.accounting-product-search {
    box-sizing: border-box;
    margin-top: -10px;
}

/* Style the search field */
.accounting-product-search input[type=text] {
    padding: 8px;
    font-size: 17px;
    border: none;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 80%;
    background: #fff;  
}

/* Style the submit button */
.accounting-product-search button {
    float: left;
    width: 15%;
    padding: 10px;
    background: #49aa7c;
    color: white;
    font-size: 17px;
    border: 1px solid #49aa7c;
    border-left: none;
    cursor: pointer;
}

/*.accounting-product-search button:hover {
  background: #0b7dda;
}*/

/* Clear floats */
.accounting-product-search::after {
  content: "";
  clear: both;
  display: table;
}
.accounting-insurance-plan-search-product {
    position: absolute;
    top: -60px;
    /* left: 0; */
    right: 15%;
}
.accounting-insurance-plan-search-product input[type=text] {
    padding: 8px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 80%;
    background: #fff;     
}
.accounting-insurance-plan-search-product button {
    float: left;
    width: 15%;
    padding: 10px;
    background: #49aa7c;
    color: white;
    font-size: 13px;
    border: 1px solid #49aa7c;
    border-left: none;
    cursor: pointer;
}
table.sheet0 {width: 100%}
.scheme-invoices {
    max-height: 450px;
    overflow-y: auto;
}
.receive-scheme-payment p.btn-submit {
    position: absolute;
    bottom: -65px;
    text-align: center;
    left: 0;
    right: 0;   
}
.add-batchno-pharmacy,
.add-batchno-pharmacy-walkin,
.remove-batchno-pharmacy {
    position: absolute;
    top: 8px;
    right: -20px;
    /*background: #8ba6f1;*/    
}