@font-face {
    font-family: 'HxIcon';
    src: url('../fonts/HxIcon/HxIcon.eot?#iefix') format('embedded-opentype'), url('../fonts/HxIcon/HxIcon.woff') format('woff'), url('../fonts/HxIcon/HxIcon.ttf') format('truetype'), url('../fonts/HxIcon/HxIcon.svg#HxIcon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.hx-icon {
    display: inline-block;
    font: normal normal normal 14px/1 HxIcon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 90%;
    position: relative;
}
.hx-print::before{
	content: "\f02f";
}
.hx-files-o::before{
	content: "\f0c5";
}
header, .hx-container {
  transition: all 0.3s;
  position: relative;
  left: 0;
}
header.active, .hx-container.active {
    left: 260px;
    transition: all 0.3s;
}
ul{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html,
body {
    height: 100%;
    margin: 0px;
    /*overflow-x: hidden;*/
    /*-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;*/
    background-color: #ccc;
}
body.modal-open {
    overflow: hidden;
    position: relative;
}

body{
    font-family: 'Roboto';
}

option, select{
  text-transform: capitalize;
}

.shadow-textarea textarea.form-control::-webkit-input-placeholder {
    font-weight: 300;
}

.shadow-textarea textarea.form-control:-ms-input-placeholder {
    font-weight: 300;
}

.shadow-textarea textarea.form-control::-ms-input-placeholder {
    font-weight: 300;
}

.shadow-textarea textarea.form-control::placeholder {
    font-weight: 300;
}

.shadow-textarea textarea.form-control {
    padding-left: 0.8rem;
}

#widgetArea {
    overflow: hidden !important;
    padding-bottom: 900px;
}

.md-form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

ul.stepper .step:not(:last-of-type).active {
    margin-bottom: 0.625rem !important;
}

ul.stepper>.step.active:not(:last-child):after {
    height: calc(100% - 40px) !important;
}

ul.stepper>.step:not(:last-of-type):after {
    left: 0.78rem !important;
}

input,
textarea,
[contenteditable] {
    -webkit-user-select: text !important;
    user-select: text !important;
}

div.step-title p{
    font-weight: 500 !important;
}
li.step.active div.step-title p:not(.medData) {
    display: none !important;
}

li.step.active div.step-title button {
    display: inline-block !important
}

textarea {
    overflow: hidden;
}

ul.stepper .step-title {
    white-space: unset;
    padding: 0 !important;
    margin: 0 !important;
    color: #8A9197;
    font-weight: 400 !important;
}
ul.stepper .step-title p {
    margin: 0 0 0 0.5rem;
    font-weight: normal !important;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    display: inline;
}

.pt-3-half {
    padding-top: 1.4rem;
}

a{
    color: #4285f4;
    text-decoration: none;
}

img{
    max-width: 100%;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

.testName input:focus{
    outline: none;
}

.virtualNumpadWrap button{
    width: 50px !important;
}

.ui-autocomplete{
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0 0 4px 4px;
    z-index: 9999 !important;
    font-family: "Roboto", sans-serif;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.referredBy{
  position: absolute;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  width: calc(100% - 1rem) !important;
}
.referredBy .ui-menu-item {
    display: block;
    width: 100%;
}

input, td{
    -webkit-user-select: text !important;
}

.next-step, .previous-step{
    padding: 0px !important;
    width: 30px !important;
    height: 30px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc !important;
    line-height: 0;
    box-shadow: none;
}
.saveNewTemplate{
    padding: 0px !important;
    width: 30px !important;
    height: 30px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ccc !important;
    line-height: 0;
    box-shadow: none;
}
.saveNewTemplate i{
    font-size: 17px!important;
}

/*strong{
    font-weight: 700 !important;
}*/

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover{
    z-index: auto !important;
}

.tagify__dropdown{
    left: 65px !important;
}

ul.stepper .step.active:before, ul.stepper .step:before{
    display: none !important;
}

ul.stepper{
    padding: 15px !important;
}
ul.stepper li {
    padding: 4px 0;
    font-size: 1.15rem;
}

ul.stepper .step-new-content{
    margin: 0 !important;
    height: auto !important;
}

.routine_priscription h6 {
   font-weight: 400;
   font-size: 20px;
   color: #8A9197;
}
.tab_routine {
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   padding: 0.4rem 0;
   font-weight: 400;
   box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.1);
   position: relative;
   min-height: 60px;
}
.med_type {
   font-size: 13px;
   line-height: 1.2;
   text-align: center;
   color: #4E555B;
   width: 34px;
   margin: 4px 0.5rem 0;
   border: 0;
   padding: 0;
   background: none;
   font-family: "Roboto", sans-serif;
   display: flex !important;
   align-items: flex-start;
}

.med_type:focus{
  outline: none;
}

.med_type span {
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   display: -webkit-box;
   width: 28px;
}
.dosage {
   font-weight: 500;
   font-size: 13px;
   color: #4E555B;
   margin-left: 4rem;
   line-height: 1.3;
   display: flex;
    margin-top: -2px;
}
.tab_routine h5 {
   font-weight: 500;
   font-size: 13px;
   text-transform: uppercase;
   color: #040404;
   margin-bottom: 0;
   display: flex;
   align-items: center;
}
.molc_name {
    font-weight: normal;
    font-size: 12px;
    color: #8A9197;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.routine_priscription .tab_routine p {
   font-weight: normal;
    font-size: 13px;
    color: #4E555B;
    margin: 0.25rem 0 0;
    line-height: 1.5;
    padding-right: 2.5rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.tab_routine p input {
   background: #FFFFFF;
    border: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 28px;
    height: 24px;
    padding: 2px 2px 0;
    text-align: center;
    font-size: 12px;
}
/*.number_count {
   font-weight: normal;
    font-size: 15px;
    line-height: normal;
    color: #4E555B;
    position: absolute;
    right: 0.8rem;
    top: 0.2rem;
}*/

.number_count {
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
    color: #555;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: 0px;
    min-width: 30px;
    height: 30px;
    background: #ccc;
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

.expand_icon {
    position: absolute;
    right: 0.25rem;
    bottom: 0.125rem;
    cursor: pointer;
    color: #7e7e7e;
    display: flex;
}
.numbering span {
   min-width: 24px;
   height: 24px;
   padding: 0 2px;
   margin: 0 4px;
   background: #f9f9f9;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-weight: normal;
   font-size: 16px;
   line-height: normal;
   color: #4E555B;
   font-weight: bolder !important;
}
ul.stepper .step-title:hover {
    background: none !important;
}
.dlt-prescp {
    border: 0;
    width: 40px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -45px;
}
.dlt-prescp:focus {
    box-shadow: none;
    outline: none;
}

.textareaNotes,
.textareaNotes:focus {
    border: none;
    overflow: auto;
    outline: none;
    box-shadow: none;
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

ul.stepper > .step:not(:last-of-type):after{
    display: none !important;
}

select.med_type {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select.med_type::-ms-expand {
  display: none;
}

.list-group-item{
  margin: 0;
  padding: 6px !important;
  word-break: break-word;
}

.list-group-item.active{
  color: #000;
  background-color:#8dc1f9;
  border-color: #8dc1f9;
}

.list-group-item:first-child{
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #fff;
}

.list-group{
    height: 300px;
  overflow-y: auto;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.noScrollBar::-webkit-scrollbar {
    width: 0px !important;
    height: 0px !important;
}

.chingari{
  background-color: transparent;
  animation-name: chingari;
  animation-duration: 1s;
  color: #4E555B;
}

.chingari2{
  background-color: #CCCCCC;
  animation-name: chingarix;
  animation-duration: 1s;
  color: #FFFFFF;
}

@keyframes chingari {
  from { 
    background-color: #007bff; 
    color:white;
  }to {
    background-color: transparent; 
    color: #4E555B;
  }
}

@keyframes chingarix {
  from { 
    background-color: #007bff; 
    color:white;
  }to {
    background-color: #CCCCCC; 
    color: #4E555B;
  }
}

.goDownArrow {
   border: 0;
   left: 6px;
   position: absolute;
   bottom: 6px;
   width: 24px;
   height: 24px;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   background: #4285f4;
   color: #fff;
   cursor: pointer;
}
.goDownArrow i {
   font-size: 20px;
   position: relative;
   bottom: -3px;
}
#testResult .outOfRangeYes {
    color: #ff0000 !important;
    font-weight: bold;
}
.dispTestTable .outOfRangeYes {
    color: #ff0000 !important;
    font-weight: bold;
}
.result_tables {
  overflow: auto;
}
.result_tables table {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 0;
    display: table;
}
.result_tables table thead th {
    height: 38px;
    padding: 0 12px;
    vertical-align: middle;
    color: #4E555B;
    font-size: 1.15rem;
    font-weight: 500;
    background: #CBD1DE;
    text-align: center;
    white-space: nowrap;
    border-bottom: 0;
    position: relative; 
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
    border-right: 1px solid #dee2e6;
}
.testTable th:first-child,
.testTable td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}
.test_result td:first-child {
    background: #fff;
    border-right: 0;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
tr.test_result:nth-of-type(odd) td:first-child {
    background: #eee;
}
.testTable thead th:first-child {
  -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
    text-align: left;
    z-index: 2;
    border-right: 0;
}
.add_btn_dlt >th:first-child:before,
.test_result td:first-child:before {
    content: "";
    position: absolute;
    border-right: 1px solid #dee2e6;
    right: 0;
    top: 0;
    bottom: 0;
}
.testTable thead th:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    z-index: 3;
    border-right: 0;
}
.result_tables tbody td {
    font-size: 1rem !important;
    letter-spacing: 0.05em;
    color: #2E2E2E;
    padding: 8px;
    border-bottom: 0;
    border-top: 0;
    font-weight: 400;
    white-space: nowrap;
    border-right: 1px solid #dee2e6;
}
.result_tables tbody td:last-child {
    border-right: 0;
}
#testResult .testTable > thead th.thHover i {
    display: inline-block;
    position: absolute;
    bottom: 9px;
}
.result_tables table tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
.result_tables table tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}
.result_tables .btn {
    font-size: 13px;
    margin: 0;
    background: #0DB43C;
    box-shadow: none;
    padding: 4px 8px;
    white-space: nowrap;
}
.result_tables .picker__table th, .result_tables .picker__table td {
    border: none;
}
.result_tables .picker__table tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}
.result_tables .picker__table thead th {
    background-color: #fff !important;
}

h5 span.medName{
  font-size: 14px;
}

p.medData span:empty{
  margin-right: 0px !important;
}
.previousPrescriptions, .rx_grp_modal {
    max-width: 80%;
}
.previousPrescriptions .modal-header, .rx_grp_modal .modal-header {
    border: 0;
    padding: 0 0.5rem 0 0.75rem;
    background: #8A9197;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    align-items: center;
}
.previousPrescriptions .modal-title,
.previousPrescriptions .modal-header>span,
.rx_grp_modal .modal-title,
.rx_grp_modal .modal-header>span,
.rx_grp_modal .modal-header .editCaseSheetClose {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #FFFFFF;
    display: flex;
    padding: 0.75rem;
}
.previousPrescriptions .modal-header span,
.rx_grp_modal .modal-header span {
    cursor: pointer;
}
.previousPrescriptions .modal-body,
.rx_grp_modal .modal-body {
    background: #BCBCC1;
}
.previousPrescriptions .accordion .card {
    border: 0 !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    margin-bottom: 8px !important;
}
.rx_grp_modal .accordion .card {
    border: 0 !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    margin-bottom: 8px !important;
}
.previousPrescriptions .accordion .card-header {
    padding: 0;
    padding-left: 1rem;
    background-color: #eee !important;
    -webkit-border-radius: 10px 10px 0 0 !important;
    -moz-border-radius: 10px 10px 0 0 !important;
    border-radius: 10px 10px 0 0 !important;
}
.prev-prescripton-sticky h5 {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #3a3a3a;
}
.prev-prescripton-sticky .date_sticky {
    font-weight: 500;
}
.date_sticky i {
    cursor: pointer;
    font-size: 16px;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    color: #555;
    border-left: 2px solid #ddd;
}
.date_sticky i:last-child {
    border-right: 2px solid #ddd;
}
.copy_prev_pres_btn button {
    font-size: 12px;
    letter-spacing: 0.02em;
    color: #3a3a3a;
    line-height: normal;
    text-transform: capitalize;
    background: none;
    box-shadow: none;
    padding: 8px;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
    border-right: 2px solid #ddd;
}
.copy_prev_pres_btn button:first-child {
    border-left: 2px solid #ddd;
}
.copy_prev_pres_btn .rotate-icon {
    padding: 8px;
    cursor: pointer;
    font-size: 20px;
}
.copy_prev_pres_btn button:hover,.copy_prev_pres_btn button:focus, .copy_prev_pres_btn button:active {
    box-shadow: none !important;
}
.copy_prev_pres_btn i {
    font-size: 16px;
}
.rotate-icon:not(.collapsed) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.detailed_report_p span {
    font-size: 14px;
    color: #000000;
}
.detailed_report_p b {
    font-weight: 400;
    font-size: 14px;
    color: #8A9197;
}
.ttl_desc {
    font-size: 14px;
    line-height: normal;
    color: #8A9197;
    margin-right: 0.5rem;
}
.ttl_desc img {
    width: 16px;
    cursor: pointer;
}
.visit_detailed_desc>p {
    margin-bottom: 0.5rem;
}
.visit_detailed_desc strong {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #444444;
}
.visit_detailed_desc .medsRx {
    background: #F5F5F5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.rx_grp_modal .medsRx {
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.visit_detailed_desc .medsRx>p, .rx_grp_modal .medsRx>p {
    padding: 0.4rem 0 0.3rem;
    border-bottom: 1px solid #dee2e6;
}
.visit_detailed_desc .medsRx>p:last-child, .rx_grp_modal .medsRx>p:last-child {
    border-bottom: 0;
}
.visit_detailed_desc .medsRx strong, .rx_grp_modal .medsRx strong {
    display: block;
    letter-spacing: 0.02em;
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}
.show-hide-info {
    display: none;
}
.visit_detailed_desc .medsRx.active .show-hide-info {
    display: block;
}
.pre_med_type {
    width: 36px;
    font-size: 13px;
    color: #4E555B;
    margin: 0 0.5rem 0 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 400;
}
.visit_detailed_desc .advise_notes {
    text-transform: unset;
    color: #4E555B;
}
.advise_notes br {
    display: none;
}
.detailed_report_p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0.5rem 0.75rem;
}
.detailed_report_p:empty {
    display: none;
}
.detailed_report_p strong {
    font-size: 14px;
    color: #8A9197;
    font-weight: 400;
    margin-right: 0.25rem;
    text-transform: capitalize;
    display: inline-block;
}
.detailed_report_p span {
    margin-right: 0.75rem;
    display: inline-block;
}
.result_tables {
    width: calc(100% - 150px);
}
.virtualNumpadWrap button {
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #b2cfff;
    font-size: 1.4rem;
}
.virtualNumpadWrap button:hover {
    box-shadow: none;
    border-color: #b2cfff;
}
.hx-container {
    padding: 15px;
    margin: 39px 0 0;
}

td.virtualNumpad{
  text-align: center;
}

td.bpinput span:nth-of-type(odd){
  text-align: right !important;
}

td.bpinput span:nth-of-type(even){
  text-align: left !important;
}

#medicine .step-new-content{
  display: block !important;
}
#medicine .step-new-content input.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 10px !important;
    height: 36px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ced4da;
    outline: none;
    border-right: 0;
}

.doseDrop{
  color: #bbb !important;
}
.dispTestTable {
    border-collapse: collapse;
    margin-top: 0.5rem;
    background: #fff;
}
.dispTestTable td, .dispTestTable th {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0.5rem;
    white-space: nowrap;
}
.dispTestTable th {
    font-weight: 500;
    background: #CBD1DE;
}
.dispTestTable th:first-child,
.dispTestTable td:first-child {
    border-right: 0;
}
.dispTestTable td:first-child {
    background: #fff;
}
.dispTestTable th:first-child:before,
.dispTestTable td:first-child:before {
    content: "";
    position: absolute;
    border-right: 1px solid #ddd;
    right: 0;
    top: 0;
    bottom: 0;
}
.dispTestTable td {
    font-weight: 400;
}
.dispTestTable th:first-child, .dispTestTable td:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
}
.dispTestTable td:last-child, .dispTestTable th:last-child {
    border-right: 0;
}
.dispTestTable tbody tr:last-child td {
    border-bottom: 0;
}
.overflow_ellipses {
    display: block;
    max-width: 350px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}
.table-responsive {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.test_case_sheet label {
    letter-spacing: 0.25px;
    margin: 0;
    min-width: 70px;
}
.test_case_sheet .pat_edit_field {
    width: 100%;
    max-width: unset;
}
.test_case_sheet .pat_edit_field input, .test_case_sheet .pat_edit_field select {
    max-width: 100%;
}
.hx-dltBtn {
    margin: 0;
    padding: 0.25rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #e16969;
    background: transparent !important;
    display: inline-flex;
}
.hx-dltBtn:focus, .hx-dltBtn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.table-editable tbody {
    background: #fff;
}
.add_btn_dlt .dispDate {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
}
.max_scroll {
    max-height: 350px;
    overflow: auto;
}
.rx_grpd .fa-prescription {
    margin-right: 0.5rem;
    color: #eee;
}
.rx_grpd button.btn {
    padding: 4px 10px;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    font-size: 1rem;
}
.rx_grpd button.btn:hover, .rx_grpd button.btn:focus {
    box-shadow: none;
}
.rx_grpd button.btn i {
    font-size: 1.25rem;
}
.rx_grpd button.btn span {
    display: flex;
    line-height: 1;
}
.container_templates {
    height: calc(100% - 39px);
}
.templates_menu {
    width: 300px;
    /* height: 100%; */
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.15);
}
.templates_menu h6 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.01em;
    color: #4E555B;
    padding: 1rem;
    margin: 0;
    border-bottom: 1px solid transparent;
}
.templates_menu ul {
    background: #fff;
    list-style: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.templates_menu li, .templates_content_inner li {
    font-size: 20px;
    letter-spacing: 0.01em;
    padding: 0 0.25rem;
}
.templates_menu li {
    color: #4E555B;
    cursor: pointer;
}
.templates_content_inner li {
    color: #000;
}
.templates_menu li span,
.templates_content_inner li span {
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
}
.templates_menu li.active {
  pointer-events: none;
}
.templates_menu li:last-child span {
    border-bottom-color: transparent;
}
.templates_menu li.active {
    color: #fff;
    background: #1976D2;
}
.templates_menu li.active span {
    border-bottom-color: transparent;
}
.templates_content {
    height: 100%;
    padding: 0.5rem;
    width: calc(100% - 300px);
}
.templates_content_inner {
    height: 100%;
    background: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.templates_content_inner ul {
    list-style: none;
}
.templates_content_inner li span[aria-expanded = "true"] {
    border-bottom-color: transparent;
    font-weight: 500;
}
.templates_collapse_content {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    white-space: normal;
    letter-spacing: 0.01em;
    color: rgb(78, 85, 91);
    padding: 0rem 1rem 1rem 3rem;
    border-bottom: 1px solid #dee2e6;
}
span.med_durationp:focus {
  outline: none;
}
.medicine_popup {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) !important;
    -webkit-border-radius: 0 0 30px 30px !important;
    -moz-border-radius: 0 0 30px 30px !important;
    border-radius: 0 0 30px 30px !important;
}
.medicine_popup .modal-body {
    padding: 1.8rem 2rem 1rem;
}
.medicine_popup .medTyped {
    border: 0;
    width: 42px;
    font-size: 16px;
    color: #4E555B;
    text-transform: uppercase;
}
.medicine_popup .medTyped:focus,
.medicine_popup .medName:focus,
.medicine_popup .genericName:focus {
    outline: none;
}
.medicine_popup .medName {
    border: 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #040404;
    min-width: 200px;
}
.medicine_popup .hx-dosage {
    font-weight: 500;
    font-size: 16px;
    color: #2C2D2E;
    margin-left: 1rem;
    white-space: nowrap;
}
.medicine_popup .hx-dosage span {
    background: none;
    padding: 0 4px;
    margin: 0;
}
.medicine_popup .genericName {
    margin: 0;
    border: 0;
    font-size: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #4E555B;
}
.medicine_popup .med_qty_copy {
    white-space: nowrap;
}
.medicine_popup .med_qty_copy label {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #8A9197;
}
.medicine_popup .med_qty_copy .medqtyx {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #040404;
    padding-left: 4px;
    min-width: 32px;
    height: 18px;
    border: 0;
    text-align: center;
}
.medicine_popup .med_qty_copy .medqtyx:focus {
  outline: none;
}
.medicine_popup .med_durationp {
    font-size: 16px;
}
.medicine_popup .hx-days {
    width: 28px;
    color: #4E555B;
    padding: 3px 0 !important;
    font-size: 1.2rem;
    margin-left: 0.125rem !important;
    background: linear-gradient(0deg, #FBFCFC 3.13%, rgba(238, 238, 238, 0.46938) 52.32%, rgba(234, 234, 234, 0) 95.83%), #FFFFFF;
    border: 1px solid #C1C4C6;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}
.medicine_popup .hx-days.active {
    color: #fff;
    background: #1976D2;
    border-color: #1976D2;
}
#billing th, #billing td {
    font-size: 1rem;
    padding: 0.75rem;
}
#billing th, #billing td:first-child {
    white-space: nowrap;
}
.datepicker-dropdown:before, .datepicker-dropdown:after {
    display: none !important;
}
.step-new-content .md-form .text-area-input::-webkit-input-placeholder,
#medicine .form-control.medicine::-webkit-input-placeholder,
.form-control.refer_to::-webkit-input-placeholder,
#nextVisitDate.form-control::-webkit-input-placeholder,
#durationNum.form-control::-webkit-input-placeholder {
    color: grey;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.step-new-content .md-form .text-area-input:-moz-placeholder,
#medicine .form-control.medicine:-moz-placeholder,
.form-control.refer_to:-moz-placeholder,
#nextVisitDate.form-control:-moz-placeholder,
#durationNum.form-control:-moz-placeholder {
    color: grey;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1;
}

.step-new-content .md-form .text-area-input::-moz-placeholder,
#medicine .form-control.medicine::-moz-placeholder,
.form-control.refer_to::-moz-placeholder,
#nextVisitDate.form-control::-moz--placeholder,
#durationNum.form-control::-moz--placeholder {
    color: grey;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    opacity: 1;
}

.step-new-content .md-form .text-area-input:-ms-input-placeholder,
#medicine .form-control.medicine:-ms-input-placeholder,
.form-control.refer_to:-ms-input-placeholder,
#nextVisitDate.form-control:-ms-input-placeholder,
#durationNum.form-control:-ms-input-placeholder {
    color: grey;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
.form-control.refer_to {
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 10px !important;
    height: 36px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ced4da;
    outline: none;
    border-right: 0;
}
.step-new-content .md-form .text-area-input {
    padding: 8px 10px !important;
    height: 34px;
    box-sizing: border-box;
    box-shadow: none;
}
p#adviceSumrry, p#dietSumrry {
    text-transform: unset;
}
.PutTestVitals strong {
    color: #71787e;
    font-weight: 500;
    margin-right: 0.5rem;
    text-transform: capitalize;
    display: inline-block;
}
.PutTestVitals span {
    margin-right: 1rem;
    display: inline-block;
    text-transform: initial;
}
.emptyMedPre:before {
    content: "Tap here to add instructions";
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
    color: #8A9197;
}
.navbar-brand span {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 1.1;
}
#testResult tbody tr:last-child td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #f6f7fb !important;
    border: 0;
}
.table a {
    margin-right: 0 !important;
}
.hx-table-split a.hx-text-primary span {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}
#update-appnt-status-form .pat_edit_field i {
    top: 25px;
}
#testCurtainModal .modal-dialog,
#patientDetailsModal .modal-dialog {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: calc(100% - 3.5rem);
}
#testCurtainModal .modal-content,
#patientDetailsModal .modal-content {
    height: 100%;
}
#patientDetailsModal .modal-body {
    overflow: hidden;
    padding: 0;
}
.new-visit-btn,
#editPatientDiv .edit_patient {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 1rem;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    transform: translate3d(0,0,0);
}
#consultation table {
    margin-bottom: 5rem;
}
#patientDetailsModal .pat-tabs {
    background: #fff;
    padding: 1rem 0 1.5rem;
}
#editPatientDiv .m_bottom-5 {
    margin-bottom: 5rem;
}

/* Prev Visit Table*/
.previousPrescriptions .dispTestTable td, .previousPrescriptions .dispTestTable th {
  padding: 0 0.5rem;
  text-transform: uppercase;
}
span.ladda-spinner {
    position: absolute;
    height: initial;
    width: initial;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.list-group.frequency{
  max-width: 110px;
}

.modal-open .modal {
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#testCurtainModal {
 -webkit-overflow-scrolling: unset;
}

.hx-date-ranges .list-group {
    height: auto;
    overflow-y: unset;
    border-bottom: 0;
}
.hx-date-ranges .list-group-item:first-child {
    color: #000;
}
.hx-date-ranges .list-group-item.active:first-child {
    color: #fff;
}

.form-control::-webkit-input-placeholder {
    font-size: 12px;
    text-transform: unset;
    color: #b2b2b2 !important;
    top: -1px;
    position: relative;
}

.form-control::-moz-placeholder {
    font-size: 12px;
    text-transform: unset;
    color: #b2b2b2 !important;
    top: -1px;
    position: relative;
}

.form-control:-ms-input-placeholder {
    font-size: 12px;
    text-transform: unset;
    color: #b2b2b2 !important;
    top: -1px;
    position: relative;
}

.form-control::-ms-input-placeholder {
    font-size: 12px;
    text-transform: unset;
    color: #b2b2b2 !important;
    top: -1px;
    position: relative;
}

.form-control::placeholder {
    font-size: 12px;
    text-transform: unset;
    color: #b2b2b2 !important;
    top: -1px;
    position: relative;
}

.hplx_ad{
      border-radius: 3px;
    border: 1px solid #006621;
    padding: 1px 3px 0 2px !important;
    line-height: 11px;
    /* margin-right: 7px; */
    background-color: #fff;
    color: #006621;
    display: inline-block;
    font-size: 11px;
    margin-left: 7px;
}

/*Responsive CSS*/
@media only screen and (max-width: 765px) {
    #patientDetailsModal .profile-id {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    p.pro-title {
        font-size: 1.25rem !important;
    }
    .pat-tabs li {
        width: 10rem !important;
    }
    .patient-table thead th, .test_case_table thead th,
    .patient-table tbody td, .test_case_table tbody td {
        font-size: 12px !important;
    }
    .patient-table thead th, .test_case_table thead th,
    .patient-table tbody td {
        padding: 0.5rem !important;
    }
    .add_bill {
        padding: 0.5rem 0.5rem 1rem;
    }
    .addBill_input {
        margin-right: 0.5rem;
    }
    .addBill_input label {
        font-size: 12px;
    }
    .addBill_input input, .addBill_input select {
        font-size: 12px;
        padding: 0.5rem 0.4rem;
    }
    .addBill_input i, .addBill_input label[for="bill_date"] {
        right: 2px;
    }
    .add_bill>div {
        flex-wrap: wrap;
    }
    .addBill_input {
        width: calc(50% - 1rem);
        margin: 0.5rem 0.5rem 0 !important;
    }
    input#bill_amount, .addBill_input select {
        padding-right: 1.5rem;
    }
    #billing th, #billing td {
        font-size: 12px;
        padding: 0.75rem 0.5rem;
    }
    .edit_patient button, .new-visit-btn button {
        min-width: initial;
        font-size: 0.875rem;
    }
    .patient_prof_tab p {
        font-size: 12px !important;
    }
    .patient_prof_tab li>span {
        font-size: 13px !important;
    }
    .patient_prof_tab li>span i {
        font-size: 1rem;
        top: 0px;
    }
    .hx-table-striped thead tr th, .hx-table-split thead th {
        padding: 0.75rem;
        font-size: 12px;
    }
    .hx-table-striped tbody tr td, .hx-table-split td {
        padding: 0.125rem 0.75rem;
    }
    .hx-table-striped tbody tr td, .hx-table-striped tbody tr td a {
        font-size: 12px;
    }
    .overflow_ellipses {
        max-width: 190px;
    }
    ul.stepper li, ul.stepper .step-title p {
        font-size: 12px;
    }
    .list-group-item {
        padding: 4px !important;
    }
    ul.stepper .step-title {
        font-size: 14px;
    }
    .tagger {
        -webkit-border-radius: 2px !important;
        -moz-border-radius: 2px !important;
        border-radius: 2px !important;
        font-size: 12px !important;
    }
    .hideMedModal {
        padding: 5px 8px !important;
    }
    .hx-med-row label, .hx-med-row span, .hx-med-row input, .hx-med-row textarea,
    .hx-vp-collapse-section h3, .hx-vp-collapse h4, .hx-table-split tbody tr div {
      font-size: 12px !important;
    }
    .hx-med-row {
      min-height: 52px;
    }
    #med_notes .hx-med-row {
      min-height: 72px;
    }
    .hx-med-row textarea {
      min-height: 46px;
    }
    .medicine_popup .hx-days {
      width: 22px;
      padding: 1px 0 !important;
      font-size: 0.875rem;
    }
    .medicine_popup .med_durationp {
      font-size: 13px;
    }
    .medicine_popup .medTyped {
      width: 38px;
      font-size: 14px;
    }
    .medicine_popup .medName, .medicine_popup .hx-dosage {
      font-size: 14px;
    }
    .medicine_popup .modal-body {
        padding: 1.25rem 1rem 1rem;
    }
    .new-visit-btn button {
        min-width: unset !important;
    }
    .templates_menu {
        width: 200px;
    }
    .templates_menu h6, .templates_menu li, .templates_content_inner li, .change_pass .navbar h2 {
        font-size: 16px;
    }
    .templates_menu li span, .templates_content_inner li span {
        padding: 0.75rem 1.2rem;
    }
    .templates_content {
        width: calc(100% - 200px);
    }
    .templates_collapse_content {
        font-size: 14px;
        line-height: 20px;
    }
    .hx-btn-group-nav label {
        min-width: 170px;
        font-size: 0.875rem;
        padding: 0;
    }
    .hx-tab-wrap, .hx-table-wrap {
        padding: 1rem 0.5rem !important;
    }
    .hx-card .card-body {
        padding: 0.5rem;
    }
    .hx-vp-collapse-section {
        padding-left: 1rem;
    }
    #vp-test-case-sheet .hx-vp-collapse {
        padding: 0 12px 1px !important;
    }
    .test_case_sheet .edit_patient, .test_case_sheet .pat_edit_field {
        padding-left: 12px !important;
    }
    .test_case_sheet .edit_patient button {
        white-space: nowrap;
    }
    .test_case_sheet .pat_edit_field input, .test_case_sheet .pat_edit_field select {
        padding-right: 1.75rem;
    }
    .cd-stretchy-nav ul a {
        height: 45px !important;
        line-height: 45px !important;
        font-size: 16px !important;
    }
    .cd-stretchy-nav ul a i {
        top: 12px !important;
    }
    span.overflow_ellipses {
        max-width: 120px;
    }
    .hx-table-split tbody tr td:last-of-type {
        width: 50px;
        padding: 0;
    }
    #consultationList i.material-icons {
        font-size: 20px;
    }
    .hx-table-split a.hx-text-primary span {
        max-width: 190px;
    }
    .hx-tab-clinic h4 {
      font-size: 1.5rem;
    }
    .hx-tab-clinic p {
      font-size: 1.2rem;
    }
}
textarea.md-textarea{
  position: absolute;
  top:18;
  padding-left:7px;
  height: 40px!important;
}
.hx-btn-outline {
    height: 2.6rem;
    color: #1976d2;
    background: 0 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #C5C5C5;
    padding: 5px 14px!important;
    -webkit-border-radius: 2px!important;
    border-radius: 2px!important;
    font-weight: 500;
    font-size: .875rem;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: .4px;
    text-transform: uppercase; 
}
.ref_to_left{
  left: 15px!important;
}
