/*input*/
.Input-lab-text {
    border: 1px solid #dfe1e5;
    /*display: block;*/
    margin: 0;
    padding: 5px 30px;
    color: #fff;
    /*width: 100%;*/
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 50rem; 
    /*background-color: #fff;*/   
}
.Input-lab-text:hover {
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    border-color: rgba(223,225,229,0);
}
.Input-lab-text:focus {
    box-shadow: 0 1px 6px 0 rgba(45, 45, 71 , .2);
    border-color: rgba(223,225,229,0);
}
/*select.Input-lab-text:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    font-size: 15px;
    color: #E1E8ED;
    display: block;
}
select.Input-lab-text::-ms-expand, select.Input-lab-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
.status-completed, .status-pending {
    border-radius: 5px;
    padding: 5px 20px;
    line-height: normal;
    text-align: center;
}
.status-completed {
    background-color: rgb(234, 243, 223);
    color: #000;
}
.status-pending {
    background-color: #F3DFDF;
    color: #000;
}
/*lab Table*/
table.table-lab > thead > tr > th {
    background-color: rgb(238, 240, 240);
    color: #000;
    padding: 10px 6px; 
    border: none;
    vertical-align: middle;
    font-size: 11px;
    text-transform: uppercase;
}
table.table-lab > tbody > tr > td {
    font-size: 13px;
    vertical-align: middle;
    padding: 10px 6px;
    border-bottom: 1px solid #CED4DA;
    cursor: pointer;
}
table.table-lab > tbody > tr:hover > td.table-hover-lab {
    background-color: #f1f1f1;
}
table.table-lab > tbody > tr > td:last-child {
    /*box-shadow: 0 1px 6px 0 rgba(45, 45, 71 , .2);*/
    border-left: 1px solid #eee;
    text-align: center;
}
table.table-lab > tbody > tr > td:last-child i {
    cursor: pointer;    
}
.lab-advance > b, .lab-advance > span {
    color: #00C851;
}
.lab-due > b, .lab-due > span {
    color: #FF4444;
}
.lab-patient-details {
    width: 100%;
    border-right: 1px solid #dfe1e5;
    /*border: 1px solid #dfe1e5;*/
    /*border-radius: 5px;*/
    display: block;
    text-align: center;
    height: 100%;
    padding: 10px;
    position: relative;
}
.lab-profile-icon {
    border-radius: 100px;
    color: #fff;
    display: block;
    height: 30px;
    text-align: center;
    width: 30px;
    line-height: 30px;
    margin: 0 auto 5px auto;
}
.lab-pbottom-bar {
    margin: 15px auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.lab-emergency {
    width: 150px;
    color: #fff;
    background-color: #FF4F4F;
    font-size: 10px;
    text-align: center;
    padding: 3px;
    margin: auto;
}
.lab-fixed-pos {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 97%;
    margin-top: 5px;
}
/*Lab Register*/
.lab-input-register {
    margin-bottom: 10px;
}
.lab-input-register > label {
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}
.lab-input-register > input, .lab-input-register > select {
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    border-radius: 3px;
    text-indent: 45px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    outline: none;
    border: 1px solid #dfe1e5;
}
.lab-input-register > button {
    padding: 10px 60px;
    height: 40px;    
    border-radius: 100px;
    letter-spacing: 1px;
    outline: none;;
    border: none;
    font-weight: 500;
    font-size: 16px;
    margin: 0 10px;
}
.lab-input-register > button.btn-lab-register {
    background: linear-gradient(to right, #0f6860,#2bbb94);
    color: #fff;
}
.lab-input-register > button.btn-lab-cancel {
    background: linear-gradient(to right, #F53649,#E75B65);
    color: #fff;
}
.lab-input-register > button.btn-lab-register:hover,
.lab-input-register > button.btn-lab-register:focus {
    background: linear-gradient(to right, #2bbb94,#0f6860);
    color: #fff;
}
.lab-input-register > button.btn-lab-cancel:hover,
.lab-input-register > button.btn-lab-cancel:focus {
    background: linear-gradient(to right, #E75B65,#F53649);
    color: #fff;
}
.lab-input-register > input:focus, .lab-input-register > select:focus {
    border: 1px solid #dfe1e5;
    color: #0f6860;
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
    background-color: #fff;
}
.lab-input-register > div.lab-ricon {
    position: absolute;
    left: 17px;
    width: 40px;
    height: 37px;
    bottom: 12px;
    font-size: 17px;
    text-align: center;
    line-height: 38px;
    background-color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.lab-input-register > div.lab-ricon > i {
    font-size: 16px;
    color: #F79D02;    
}
.lab-or-dob {
    position: relative;
    top: 25px;
    text-align: center;
}
.lab-or-dob:after {
    content: "--";
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    display: inline-block;
    white-space: pre;
    right: -20px;
    top: 3px;
}
.lab-or-dob:before {
    content: "--";
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    display: inline-block;
    white-space: pre;
    left: -20px;
    top: 3px;
}
/*Lab Nav*/
.lab-nav > li > a {
    text-align: center;
    position: relative;
    display: block;
    padding: 10px 15px 0px 15px;
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
}
/*lab Icons*/
.lab-nav > li > a > i.lab-icons-nav {
    width: 29px;
    height: 29px;
    display: block;
    padding-bottom: 10px;
    text-align: center;
    margin: auto;
}
.lab-nav > li:hover > a {
    color: #2d2d47;
}
.lab-nav > li.active > a {
    color: #f79b48;
    background-color: #fff;
}
.lab-nav > li > a > i.registration-icon-lab {
    background-image: url(../img/lab/registration-lab.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li > a > i.billing-icon-lab {
    background-image: url(../img/lab/billing-lab.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li > a > i.sample-collection-icon-lab {
    background-image: url(../img/lab/sample-collections-lab.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li > a > i.operations-icon-lab {
    background-image: url(../img/lab/operations-lab.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li > a > i.settings-icon-lab {
    background-image: url(../img/lab/settings-lab.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/*Active*/
.lab-nav > li.active > a > i.registration-icon-lab, 
.lab-nav > li.active:hover > a > i.registration-icon-lab {
    background-image: url(../img/lab/registration-lab-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li.active > a > i.billing-icon-lab,
.lab-nav > li.active:hover > a > i.billing-icon-lab {
    background-image: url(../img/lab/billing-lab-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li.active > a > i.sample-collection-icon-lab,
.lab-nav > li.active:hover > a > i.sample-collection-icon-lab {
    background-image: url(../img/lab/sample-collections-lab-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li.active > a > i.operations-icon-lab,
.lab-nav > li.active:hover > a > i.operations-icon-lab  {
    background-image: url(../img/lab/operations-lab-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li.active > a > i.settings-icon-lab,
.lab-nav > li.active:hover > a > i.settings-icon-lab {
    background-image: url(../img/lab/settings-lab-active.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/*Hover*/
.lab-nav > li:hover > a > i.registration-icon-lab {
    background-image: url(../img/lab/registration-lab-hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li:hover > a > i.billing-icon-lab {
    background-image: url(../img/lab/billing-lab-hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li:hover > a > i.sample-collection-icon-lab {
    background-image: url(../img/lab/sample-collections-lab-hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li:hover > a > i.operations-icon-lab {
    background-image: url(../img/lab/operations-lab-hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.lab-nav > li:hover > a > i.settings-icon-lab {
    background-image: url(../img/lab/settings-lab-hover.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
/*popup*/
.lab-popup {
    width: 70%;
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
    top: 80px;    
    display: block;
    z-index: 99999;    
}
.lab-result-header {
    padding: 10px 15px;
    border-bottom: 1px solid #aaaaaa;
    background-color: #165153;
    color: #fff;
    display: block;
}
.lab-result-header > h1 {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: 0
}
.lab-result-body {
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    box-shadow: -2px 0px 26px -2px #aaaaaa;
    padding: 10px;
}
.lab-bar-code {
    float: right;
    border-left: 1px solid #aaaaaa;
}
.lab-bar-code > img {
    width: 150px;
}
.lab-result-header > .controls {
    float: right;
}
.lab-result-header > .controls > li {
    list-style: none;

}
.lab-result-header > .controls > li > a {
    color: #fff;
    
}
.lab-icon-dashboard {
    width: 70px;
    height: 70px;
    padding: 12px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.lab-icon-dashboard > i {
    font-size: 30px;
    
}
.card-first_col {
    background-color: #8892d6;
    color: #fff;
}
.card-second_col {
    background-color: #45bbe0;
    color: #fff;
}
.card-third_col {
    background-color: #f06292;
    color: #fff;
}
.card-fourth_col {
    background-color: #78c350;
    color: #fff;
}
.card-first_light {
    background-color: #a0a8de;
    color: #fff;
}
.card-second_light {
    background-color: #6ac9e6;
    color: #fff;
}
.card-third_light {
    background-color: #f381a8;
    color: #fff;
}
.card-fourth_light {
    background-color: #93cf73;
    color: #fff;
}
.card-stats {
    border-radius: 9px;
}