/*Put some color reference here.*/
/*
    Vital Tears Blue:   #3f91ca

    Button
        Normal
            background-color: #428bca;
            border-color: #357ebd;
        Hover
            background-color: #0077b3;
            border-color: #006699;

*/

/************************************
 *
 *  Bootstrap Overrides
 *
 ***********************************/
/* 'Poppins' */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  margin-bottom: 70px;
  font-size: 13px;
}

h1 {
  font-weight: 300;
  color: #262261;
  overflow-wrap: break-word;
}

/* h2 {
    font-size: 28px;
    font-weight:normal;
    background-color: #1b75bb;
    color: #ffffff;
    padding: 15px;
    margin-top: 0;
} */

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 11px 10px 10px 15px;
  margin-top: 0;
  background-color: #262261;
}
.panel {
  border-radius: 10px;
}
.panel-default > .panel-heading {
  background-color: white;
  color: #262261;
  border-color: #ddd;
  padding: 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.panel-heading h3 {
  margin-top: 10px;
}

.panel-default.in-house {
  border-color: #337ab7;
}

.panel-default.in-house > .panel-heading,
.panel-default.in-house > .list-group > .list-group-item {
  background-color: unset;
}

.panel-default.in-house > .panel-heading {
  background: #1b75bb;
  color: #ffffff;
}

h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.weird14pxTopMargin {
  margin-top: 14px;
}

.px-8 {
  padding-right: 8px;
  padding-left: 8px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.pad-15 {
  padding: 15px;
}

.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}

.pr-6 {
  padding-right: 6px;
}

.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pr-15 {
  padding-right: 15px;
}

.m-0 {
  margin: 0 !important;
}
.mx-0 {
  margin-right: 0;
  margin-left: 0;
}
.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}
.mr-0 {
  margin-right: 0;
}
.ml-0 {
  margin-left: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-4 {
  margin-top: 4px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mr-15 {
  margin-right: 15px;
}
.ml-auto {
  margin-left: auto;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-center-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.justify-content-end {
  display: flex;
  justify-content: flex-end;
}

.general-container {
  padding-right: 15px;
  padding-left: 15px;
}

.gap-30 {
  gap: 30px;
}

.col-gap-3 {
  column-gap: 3px;
}
.col-gap-4 {
  column-gap: 4px;
}
.col-gap-5 {
  column-gap: 5px;
}
.col-gap-6 {
  column-gap: 6px;
}

.height-100 {
  height: 100%;
}

/************************************
 *
 *  Bootstrap Overrides
 *
 ***********************************/
.navbar-brand {
  height: auto;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 20px;
}

/************************************
 *
 *  Custom
 *
 ***********************************/

.login-container {
  margin-top: 25px;
}

.sticky-footer-fix {
  padding-bottom: 25px;
}

.bg-white {
  background-color: #ffffff;
}

.bg-faded {
  background-color: #fcfcfc;
  border-left: 1px solid #262261;
}

.vtNavigation {
  border-bottom: 2px solid #3f91ca;
  margin-bottom: 0;
}

.alert {
  position: relative;
  text-align: center;
  max-width: 500px;
  margin: auto auto 20px auto;
}

.loginBoxErrorMsgContainer {
  padding: 0px 5px 15px 5px;
}

.vtFooter {
  border-top: 2px solid #3f91ca;
  margin-top: 20px;
  padding-top: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #858585;
}

.vtLogo {
  height: 55px;
}

.vtAccountDetailGapRemover {
  margin-bottom: 0;
}

.vtMargin15 {
  margin: 15px;
}

.nav-user-action a {
  color: #ccc;
}

.navbar .menu-hamburger {
  font-family: "Glyphicons Halflings";
  color: #999;
  font-size: 22px;
}

hr.short-blue {
  border: 0;
  border-bottom: 3px solid #428bca;
  margin: 1em 25% 2em;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #efefef;
}
.btn-primary {
  background-color: #262261;
  border-color: #262261;
  font-size: 14px;
}
.btn-primary:hover {
  color: #262261;
  background-color: #ffcb1f;
  border-color: #ffcb1f;
}
.btn-primary[disabled]:hover {
  background-color: #ffcb1f;
  border-color: #ffcb1f;
}
.btn-primary.disabled:focus {
  background-color: #262261;
  border-color: #262261;
}

.btn-default {
  font-size: 14px;
}
.btn-disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.btn-secondary {
  font-size: 16px;
}
.send_fax_button {
  margin-top: 20px !important;
}
.panel.panel-page {
  height: 290px;
  width: 228px;
  border: 0;
  border-radius: 0;
  background: url("../img/page-image-6a64b0ee70fb277f7e4c45051b58da46.png");
}
.panel.panel-page h2 {
  font-size: 20px;
  background: transparent;
  color: black;
}
.panel.panel-page .btn-block {
  margin: 20px 0;
}
.panel.panel-page .panel-body {
  padding: 52px 20px;
}

.panel.panel-flat {
  background: #f0f0f0;
}
.panel.panel-flat .panel-body {
  padding: 13px 20px 15px 25px;
}

.panel.panel-flat h2 {
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 300;
  background: transparent;
  color: #333;
}
.panel.panel-flat a.btn {
  text-transform: uppercase;
}

.user_profile_bubble {
  word-wrap: break-word;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  padding: 25px 20px;
  color: black;
  border-radius: 10px;
  /* border: 1px solid #262261; */
  max-width: 370px;
  top: 32px;
  margin: auto;
  margin-bottom: 90px;
}
.user-email {
  word-wrap: break-word;
}
.btn-primary {
  max-width: 200px;
  margin: auto;
}

body {
  height: 100vh;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footer_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: lightgrey;
  font-size: 14px;
  position: relative;
  margin-top: 50px;
  bottom: 10px;
  line-height: 1.7;
  padding-bottom: 5px;
}
.footer_container .vt_footer a {
  color: darkgrey;
}
.grow_box {
  flex-grow: 1;
}

.breqchboxcontainer {
  margin-top: 9px;
}

.session_expiration_notification {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.session_expiration_notification_content {
  width: 350px;
  height: 144px;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  background-color: #f0f0f1;
  justify-content: center;
  align-items: center;
  z-index: 2;
  gap: 10px;
  filter: drop-shadow(5px 5px 10px #383838);
}
.session_expiration_notification_background {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 0px;
  left: 0px;
}

.progress_bar_container {
  width: calc(100% - 20px);
  height: 30px;
  padding: 13px 4px;
  background-color: #dddbdb;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}
.progress_bar_inner {
  width: calc(100% - 20px);
  height: 20px;
  background-color: #2a388f;
  border-radius: 5px;
}

.session_check_button_container {
  display: flex;
  gap: 10px;
}

@media (max-height: 680px) {
  .footer_container {
    position: relative;
  }
}
@media (max-width: 992px) {
  .footer_container {
    position: relative;
  }
}

@media (max-width: 380px) {
  .vtLogo {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 769px) {
}

@media (max-width: 992px) {
  .zipSearchButton {
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid darkgrey;
  }
  .orderHeaderButtons {
    padding: 0px;
  }
  .orderHeaderButtons .orderHeaderPrint {
    margin-top: 0px;
  }
  .cta_stackable_button {
    margin-bottom: 10px;
  }
  .mobilePhlebPhoneBubble {
    margin-top: 10px;
  }
  .facilityHoursNotification {
    display: block;
    margin-bottom: 7px;
    max-width: 100%;
    white-space: unset;
    text-align: left;
    line-height: 1.5;
    padding: 10px;
  }
  .header_overflowing_button {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
  }
  .orderOptionBubbles {
    width: 100%;
  }
  .send_fax_button {
    min-width: 110px;
  }
  .vtNewOrderSave {
    width: 100%;
    max-width: 100%;
  }
  #vtPrintBloodBanks {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .btn-primary {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.vtHorizontalLine {
  margin-top: 10px;
}

.topMargin {
  margin-top: 20px;
}

.buttonSpacer + .buttonSpacer {
  margin-left: 20px;
}

.vtCustomAlert .alert {
  margin-bottom: 0;
  padding: 6px;
}

.bloodTubeNumber {
  font-size: 22px;
  font-weight: 500;
  margin-right: 10px;
}

/************************************
 *
 *  DataTable Overrides
 *
 ***********************************/

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: transparent;
  background: none;
  border: 1px solid #ffffff;
}
.table.dataTable .sorting_asc,
.table.dataTable .sorting_desc,
.table.dataTable .sorting {
  background-image: none;
}

.table.dataTable thead .sorting::after {
  font-family: "Glyphicons Halflings";
  content: " \e150";
  float: right;
  font-size: 0.8em;
  color: #ccc;
}

.table.dataTable thead .sorting_asc::after {
  font-family: "Glyphicons Halflings";
  content: " \e155";
  float: right;
  font-size: 0.8em;
  color: #333;
  transition: color 0.5s ease;
}

.table.dataTable thead .sorting_desc::after {
  font-family: "Glyphicons Halflings";
  content: " \e156";
  float: right;
  font-size: 0.8em;
  color: #333;
  transition: color 0.5s ease;
}

.table tbody tr {
  background-color: #ececec;
}
.table tbody tr:hover {
  cursor: pointer;
  cursor: hand;
}
.table.table-hover tbody tr:hover {
  background-color: rgb(63 81 181 / 5%);
}

.table td {
  border-top: transparent;
}

#vtUsersTable td {
  max-width: 150px;
  word-wrap: break-word;
}
body.login-page {
  background: url("../img/login-bkgd-2cc48796aac3b893fe8cb3967fd291a9.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body.login-page #footer-border {
  position: relative;
  width: 100%;
  height: 10px;
  background: #0f6dad;
  margin-top: -15px;
}
body.login-page #footer-border-corner {
  position: absolute;
  max-height: 294px;
  max-width: 402px;
  height: 0;
  bottom: 10px;
  right: 0;
}

@media (min-height: 640px) {
  body.login-page #footer-border-corner {
    height: 150px;
  }
}

@media (min-height: 785px) {
  body.login-page #footer-border-corner {
    height: 402px;
  }
}

/************************************
 *  Order Form
 ***********************************/
.form-new-order .num-refills-message {
  display: none;
  font-size: 12px;
  margin-top: -10px;
}
input.form-control.search-patient {
  border-color: #262261;
  border-width: 2px;
}
.search-patient::placeholder {
  color: #888;
}

.patient-edit-link {
  text-decoration: underline;
}
.patient-edit-link:hover {
  color: #262261;
  text-decoration: none;
  transition: color 0.5s;
}

/************************************
 *  Pay Form
 ***********************************/
.form-new-order label.control-label.required::after,
.vtFacilityForm label.control-label.required::after,
.vtClinicForm label.control-label.required::after,
.vtPhysicianForm label.control-label.required::after,
.vtCoordinatorForm label.control-label.required::after,
.vtPatientForm label.control-label.required::after,
.vtUserForm label.control-label.required::after,
.vtPayForm label.control-label.required::after {
  content: "*";
  color: red;
}

.vtPayForm .error-message {
  color: red;
  padding: 5px 15px;
}

.shippingBusinessName,
.vtPayment,
.vtTerms .vtTermsType,
.vtTerms .useMobilePhlebotomy,
.cc-firstName,
.cc-lastName {
  display: none;
}

#paymentSavedCards option:disabled {
  background-color: #ccc;
}

.payNavigation li {
  list-style: none;
}

.tfOrderDetails {
  width: 85%;
  margin: 0 20px 10px;
}

.tfOrderDetails th {
  font-weight: normal;
}

.tfOrderDetails td {
  text-align: right;
}

form[name="fos_user_change_password_form"] {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 10px;
  margin-top: -20px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
form[name="fos_user_change_password_form"] input[type="submit"] {
  background-color: #262261;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px;
  margin-left: calc(50% - 66px);
}

/************************************
 *
 *  Navigation
 *
 ***********************************/

.current a::before {
  font-family: "Glyphicons Halflings";
  content: " \e064";
  margin-right: 5px;
  font-size: 10px;
  transform: rotateY(180deg);
  display: inline-block;
}
.navbar-left .current a {
  background-color: #ffcb1f;
  font-weight: bold;
  color: #262261 !important;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: inherit;
  }
}

/************************************
 *
 *  Typeahead Overides
 *
 ***********************************/

.form-typeahead span {
  display: block !important;
}

/************************************
 *
 *  Form Styles
 *
 ***********************************/
/* .form-new-order .hs-clinic label {
  font-weight: bold;
} */

.form-pay-success .form-pay-list-items .form-pay-list-items-desc {
  padding-right: 20px;
}

/************************************
 *
 *  Print Form Styles
 *
 ***********************************/

.print {
  padding: 35px 15px;
  font-family: "Poppins", Arial, sans-serif;
}

.vSpaced > * + * {
  margin-top: 15px;
}

.printRow {
  display: inline-block;
  width: 100%;
}

.printRow_spaced {
  margin-top: 20px;
}

.printRow-hd {
  font-size: 18px;
  font-weight: bold;
  background-color: #1e78c2;
  color: #ffffff;
  padding: 10px 15px;
  margin: none;
}

.printRow-hd_secondary {
  background-color: #d8d9da;
  color: #000;
  padding: 5px 15px;
}

.printField {
  display: inline-block;
  width: 100%;
}

.printField_secondary {
  background-color: #f7f7f9;
}

.printField > * {
  border: solid 1px #dddddd;
  border-top: none;
  padding: 5px 15px;
}

.printField_split {
  border-right: none;
}

.printField_split > * {
  border: none;
}

.printField_split > *:first-child {
  padding-top: 0;
}

.printField_split > * + * {
  border-top: solid 1px #dddddd;
}

.printField-item {
  display: inline-block;
}

.printField-item_label {
  vertical-align: top;
  font-size: 10px;
}

.printField-item_input {
  padding: 5px 10px;
  font-size: 16px;
}
/************************************
 *  END - Print Form Styles
 ***********************************/

.select-disabled {
  background-color: #eee;
  opacity: 1;
}
.patient_search_result {
  border: 2px solid #1b75bb;
  padding: 10px 5px;
  position: relative;
  margin: 0px;
  margin-bottom: 4px;
  cursor: pointer;
  border-radius: 4px;
}
.patient_search_result div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* padding:0px 5px; */
}
.patient_search_result:hover {
  background-color: white;
}
.search_results_box {
  padding: 5px 0px;
}
.search_result_edit_icon {
  position: absolute;
  right: 11px;
  top: 8px;
  font-size: 23px;
  color: #1b75bb;
}
.click_here_for_more {
  text-align: center;
  padding-bottom: 15px;
  display: none;
}
.patient_phone {
  padding-top: 9px;
}

.patient-no-email {
  text-align: right;
}
.patient-no-email .checkbox {
  margin: 0;
}

.search_message {
  text-align: center;
  border: 2px solid #1b75bb;
  padding: 10px;
  border-radius: 4px;
}
.total_result_count {
  display: none;
  color: grey;
  text-align: right;
  padding-right: 5px;
}

.add-payment-link {
  display: block;
  margin-bottom: 15px;
}

#vtPatientsTable {
  table-layout: fixed;
  word-wrap:break-word;
}

/************************************
 *  Details pages
 ***********************************/
.user_details_form p,
.user_details_form a,
.user_details_form div {
  overflow-wrap: break-word;
}

/************************************
 *  Clinic details -> Coordinators
 ***********************************/
#clinic_detail_associated_coordinators tr {
  cursor: auto;
}
a.coordinator_list,
a.coordinator_list:hover {
  color: #333;
  display: block;
  text-decoration: none;
}
td.manage_coordinator {
  width: 5%;
}
.alert-dismissible {
  margin-top: 12px;
}

.login_welcome_message {
  position: relative;
  background: #1b75bb;
  color: white;
  padding: 21px 35px;
  border-radius: 12px;
  z-index: 10000;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.wm_title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: normal;
}
.wm_content {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 50px;
}
.login_box {
  position: relative;
  z-index: 10000;
}
.login_box_inner {
  color: white;
}
.login_box .login_box_inner input[type="text"],
.login_box .login_box_inner input[type="password"] {
  border: none;
  border-radius: 10px;
  padding: 22px 20px;
  font-size: 17px;
}
.cta_holder {
  flex: 1 0 auto;
  overflow: hidden;
}
.wm_cta {
  background: #262261;
  width: auto;
  float: left;
  position: absolute;
  bottom: 20px;
  padding: 10px 26px;
  font-weight: bold;
  border-radius: 10px;
  margin-right: 15px;
  margin-top: 15px;
  color: white;
  border: 1px solid #262261;
}
.wm_cta a {
  color: white;
}
.wm_cta:nth-child(even) {
  right: 20px;
}
.login-container {
  display: flex;
}
.welcome_message,
.login_box {
  flex: 1 1 auto;
}
.login_box {
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #262261;
  padding: 21px 40px;
  color: white;
  border-radius: 10px;
  min-width: 350px;
  max-width: 350px;
}
.login_box .login_box_inner_container {
  width: 100%;
  margin-bottom: 5px;
}
.login_box input {
  padding: 10px 10px;
  border-radius: 10px;
  height: 40px;
}
.login_box input[type="submit"] {
  padding: 10px;
}
.login_box input[type="submit"] {
  background-color: #ffcb1f;
  color: #262261;
}

.login_box input[type="submit"]:hover {
  background-color: #1b75bb;
  color: white;
  border: 1px solid #1b75bb;
}

.inner_container {
  position: relative;
  max-width: 950px;
  margin: auto;
  margin-top: 260px;
  margin-bottom: 20px;
}
.login_box h3 {
  margin: 0px;
  margin-bottom: 15px;
}
.forgotPassLink {
  padding-top: 12px;
}
.footer_container {
  position: relative;
  bottom: 10px;
}

.orderOptionBubbles {
  flex: 1;
  min-width: 300px;
}
.order-action-buttons {
  align-items: baseline;
  flex-wrap: wrap;
}

.OrderActionButtonWrap {
  padding: 0 5px;
}

.PatientOrderDetailsRowWrapper {
  display: flex;
}

.pipe-divider {
  font-size: 16px;
  font-weight: 400;
}

.RefillOrderButton {
  line-height: 1;
  margin: 0 15px;
}
.RefillsUsed {
  font-weight: 600;
}
.RefillOrderMessage {
  flex-basis: 100%;
  padding: 6px 25px 4px 13px;
  color: #18a773;
  order: 2;
}

.ViewPrintWrapper .loader-line {
  order: 2;
}

.RefillOrderMessage a {
  font-weight: 600;
}

.OrderRefillsHeadingWrapper {
  display: flex;
  align-items: baseline;
}

.OrderRefillsHeading {
  padding-right: 5px;
}

.LastRefill {
  font-weight: 600;
}

.insurer-status {
  margin: 10px auto 0 !important;
  display: block;
}

.remove_insurer {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 6px auto;
  background-image: url("../img/x-circle-38ac89357e1ad95d192d2b5cd86de316.svg");
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #1b75bb;
  border-color: #1b75bb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #262261;
  border-color: #262261;
  color: white;
}

/************************************
 *  Navigation
 ***********************************/
.notificationCount {
  position: absolute;
  text-align: center;
  top: 13px;
  right: -11px;
  background: #ffcb1f;
  width: 22px;
  height: 22px;
  color: #262261;
  padding-top: 2px;
  font-size: 12px;
  border-radius: 40px;
  font-weight: 600;
  z-index: 100;
  padding-right: 0px;
  border: 1px solid #201d52;
}
.header_line2_menu {
  display: flex;
}

.header_aux_links {
  float: left;
}
.header_aux_links .header_aux_link {
  float: left;
  margin-top: 32px;
}
.header_aux_links .header_aux_link a {
  color: #1b75bb;
  padding-left: 20px;
  font-weight: bold;
}
.header_aux_links .header_aux_link a:hover {
  text-decoration: none;
  color: #46caf8;
}
.header_line2_menu .navbar-nav > li > a {
  color: white;
  text-transform: none;
}
.header_line2_menu .nav > li > a:focus,
.header_line2_menu .nav > li > a:hover {
  text-decoration: none;
  background-color: #ffcb1f;
  color: #262261;
  transition: all 0.1s;
}
.header_line2 {
  background: linear-gradient(#262261, #1b1847);
}
.vtNavigation {
  border-bottom: none;
}
.header_user_menu_right .navbar-right > li > a {
  color: #1b75bb;
  font-weight: bold;
  text-transform: none;
  transition: all 0.2s;
}
.header_user_menu_right .navbar-right > li > a:hover {
  background-color: white;
  color: #46caf8;
}
.header_user_menu_right .navbar-right {
  margin-top: 27px;
}
.navbar-brand {
  padding-top: 8px;
}
.portal_settings_menu {
  cursor: pointer;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
}
.portal_settings_menu a {
  color: white;
  text-decoration: none;
  padding: 15px 10px;
  min-width: 130px;
}
.portal_settings_menu a:hover,
.portal_settings_menu a.current {
  background-color: #ffcb1f;
  color: #262261;
}
.navbar-toggle {
  margin-top: 16px;
  overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 2px 0 0;
}

@media only screen and (max-width: 991px) {
  .header_aux_links {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_aux_links {
    display: none;
  }
  .header_line2 {
  }
  .navbar-left {
    width: calc(100% + 60px);
    margin: 0px;
    margin: 6px -30px 0 -30px;
  }
  .header_line2_menu {
    flex-direction: column;
  }
  .notificationCount {
    top: 10px;
    right: 6px;
  }
  .portal_settings_menu {
    margin: 0 -30px 6px -30px;
  }
  .portal_settings_menu a {
    width: 100%;
    padding: 12px 15px 9px 15px;
  }
  .header_user_menu_right .navbar-right {
    margin-top: 0px;
  }
  .navbar-toggle .icon-bar {
    height: 29px;
  }
  #vtPatientsTable {
    table-layout: auto;
  }
}

@media only screen and (max-width: 1199.8px) {
}
@media (max-height: 760px) {
  .footer_container {
    position: relative;
  }
}
@media (max-width: 992px) {
  .footer_container {
    position: relative;
  }
}
@media only screen and (max-width: 560px) {
  .wm_cta {
    float: none;
    position: relative;
    width: 100%;
    bottom: auto;
    text-align: center;
  }
  .wm_cta:nth-child(even) {
    right: auto;
  }
  .wm_content {
    padding-bottom: 30px;
  }

  .PatientOrderDetailsRowWrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .login_welcome_message {
    width: 100%;
    top: 0px;
    display: block;
  }
  .inner_container {
    margin-top: 20px;
  }
  .login_box {
    width: 100%;
    display: block;
    background-color: #262261;
    padding: 25px 40px;
    color: white;
    margin-top: 20px;
    border-radius: 10px;
    min-width: auto;
    max-width: 100%;
  }
  .login-container {
    display: block;
  }
  .forgotPassLink {
    padding-bottom: 5px;
  }

  .RefillOrderButton {
    margin: 0 10px;
  }
}

/* Loading line */
.loader-line {
  width: 100%;
  height: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin: 12px 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background-color: #3d92cc;
  -webkit-animation: lineAnim 1s linear infinite;
  -moz-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@keyframes lineAnim {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  100% {
    left: 100%;
    width: 100%;
  }
}

/************************************
 *  search box override bootstrap default colors
 ***********************************/
.searchBoxContainer {
  margin-bottom: 9px;
  float: right;
  margin-top: 24px;
  margin-right: 13px;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.searchBox {
  padding: 4px 10px;
  height: unset;
}
.input-sm {
  font-weight: 400;
  font-size: 14px;
  height: unset;
  padding: 4px 10px;
}
/* Hide DataTables' built-in search box */
#vtOrderPhysicianTable_filter {
    display: none !important;
}
/*******************************************************
 *  search box end here
 ******************************************************/

/************************************
 *  Pagination start here, override bootstrap default colors
 ***********************************/
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #2a388f;
  border-color: #2a388f;
}
.pagination > li > a,
.pagination > li > span {
  color: #2a388f;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #2a388f;
}
/*******************************************************
 *  Pagination end here
 ******************************************************/

/*******************************************************
 *  Override links bootstrap default colors
 ******************************************************/
a {
  color: #1b75bb;
}
a:focus,
a:hover {
  color: #262261;
}
/*******************************************************
 *  Override links end here
 ******************************************************/

/*******************************************************
 *  Override input/select fields bootstrap default colors
 ******************************************************/
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(63 81 181 / 18%) !important;
  border-color: #1b75bb91 !important;
}
/*******************************************************
 *  Override input/select fields end here
 ******************************************************/

/*******************************************************
 *  Override calendar bootstrap default colors
 ******************************************************/
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #1b75bb;
}
.bootstrap-datetimepicker-widget table td.today:before {
  border-bottom-color: #337ab7;
}



/*******************************************************
 *  Blood Requisition start here
 ******************************************************/
.patient-information, .post-collection {
  display: flex; 
  align-items: stretch;
}

.post-collection ol, .shipping-instructions ul {
  padding-left: 15px;
}
.patient-information, .post-collection, 
.specimens, .shipping-instructions, .doctor-signature {
  margin-right: 0;
  margin-left: 0;
}
 /*******************************************************
 *  Blood Requisition end here
 ******************************************************/
 
/*******************************************************
 *  Activation Registrations start here
 ******************************************************/
.nav-tabs{
  margin-top:20px;
}

.filterButtons{
  overflow: auto;
  padding: 17px 0;
}
.filterButton{
  float: left;
  padding: 12px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid lightgray;
  min-width: 120px;
  text-align:center;
  transition: all 0.3s;
}
.filterButton:hover{
  border: 2px solid #1b75bb;
}
.activeFilter{
  border: 2px solid #1b75bb;
  font-weight: bold;
}
.paginator_pages{
  float:right;
  margin-right:19px;
}
.paginator_pages .pagination > li > a,
.paginator_pages .pagination > li > span {
    margin-left: 24px;
}
.pagination-icon { display: none; }
.pagination-text { display: inline; }
@media (max-width: 600px) {
  .paginator_pages .pagination > li > a,
  .paginator_pages .pagination > li > span {
    margin-left: 8px;
    margin-right: 0;
    /* padding-left: 7px; */
    font-size: 14px;
  }
  .paginator_pages {
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .paginator_pages .pagination > li:first-child > a {
      margin-left: 0 !important;
  }
  .pagination-icon { display: inline; }
  .pagination-text { display: none; }
}
.searchBar{
  margin-top: 8px;
}

.registration{
  border: 2px solid #1f7ebd;
  border-radius: 4px;
  margin: 2px 0;
  padding: 10px 5px;
  position: relative;
  margin-bottom: 3px;
}
.registration_field_label{
  font-size: 12px;
  color: grey;
}
.registration_field_data{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.registration_brief_info {
  margin: 0px;
  cursor:pointer;
}
.registration_full_info{
  margin: 0px;
  margin-top: 10px;
  border-top: 1px solid #1b75bb;
  padding: 10px 10px;
}
.registration_full_info div{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.registration_pull_down_icon{
  position: absolute;
  right: 20px;
  top: 20px;
  color: #1b75bb;
}
.full_info_section_title{
  padding-bottom:10px;
}
#clinic_username_input{
  border-radius: 3px;
  border: 1px solid lightgray;
  padding-left: 5px;
}
.log_timestamp{
  color:grey;
}
.alertTriangle{
  position: absolute;
  top: 3px;
  right: 4px;
  color: #fa5c00;
  z-index: 1000;
}
.physicianAlertTriangle{
  left:2px;
}
.actionHolder{
  float: left;
  overflow: hidden;
  width: 33.3333%;
  cursor: pointer;
  text-align: center;
  height: 34px;
  margin-top: 3px;
  font-size: 20px;
  padding-top: 4px;
}
.actionHolder span{
  transition: all 0.3s;
}
.actionHolder:hover span{
  transform:scale(1.5);
}
.glyphicon-ok{
  color:green;
}
.glyphicon-remove{
  color:red;
}
.actionsColumn{
  padding:0px;
  position: relative;
  min-height: 37px;
  margin-left: -20px;
}
.loading{
  display:none;
  text-align: center;
  padding: 4px;
  background: #f0f0f0;
}
.logTarget{
  clear:both;
  padding-left: 16px;
}

.registration_edit_form{
  margin:0;
}
.editFormAction{
  margin-right:20px;
  margin-top:10px;
  text-align:right;
}

.physician_edit_input{
  padding:10px 20px;
  width:100%;
}
.email_already_used{
  color:red;
  margin-bottom:10px;
  display:none;
}
/*******************************************************
 *  Activation Registrations end here
 ******************************************************/

 /*******************************************************
 *  Serum Order css start here
 ******************************************************/
 .order-reference-number {
  display: flex; 
  flex-wrap: wrap; 
  align-items: flex-end;
  padding-top: 20px;
  margin-bottom: 20px;
  row-gap: 12px;
 }
 .order-reference-number h1 {
  margin: 0;
 }
 .order-reference-number-buttons {
  display: flex; 
  flex-wrap: wrap; 
  align-items: center;
  margin-left: auto;
 }
 .orderHeaderButtons {
  min-width: 130px;
 }
 .orderHeaderButtons a {
  margin-bottom: 0;
 }
.vtRefillWrapper {
  border: 2px solid #acc9e8;
  min-height: 90px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.submission-status, .refill-date {
  min-width: 155px;
  margin-left: 15px;
  margin-right: 15px;
}
.submission-status-label-wrapper {
  min-width: 120px;
  margin-left: 15px;
  margin-right: 15px;
}
.submission-status-print, .refill-date-print {
  min-width: 155px;
  margin-left: auto;
  margin-right: 15px;
}
.label-submission-status {
  margin: 0;
}
.refill-date-header {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 992px) {
  .vtRefillWrapper {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .submission-status-label-wrapper, 
  .submission-status, .submission-status-print,
  .refill-date-header, .refill-date, .refill-date-print {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .refill-date-header h4 {
    margin-top: 14px;
    margin-bottom: 0;
  }
  .label-submission-status {
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .order-reference-number-buttons {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    row-gap: 12px;
  }
  .orderHeaderButtons {
    width: calc(100% - 30px);
  }
}
/*******************************************************
 *  Activation Registrations end here
 ******************************************************/

/*******************************************************
 *  Patient details page start here
 ******************************************************/
.update-email-wrapper {
  display: flex; 
  flex-direction: column;
  margin-bottom: 18px;
}
.email-label {
  padding: 0; 
  flex-basis: 62%;
}
.email-tooltip.tooltip {
  left: 0 !important; 
}
.email_input_wrapper {
  flex-direction: row;
  display: flex;
  gap: 10px;
}
.update_email_messages .loading, 
.update_email_messages .error,
.update_email_messages .success {
  margin-top: 10px;
  font-style: italic;
}
@media (max-width: 500px) {
  .email_input_wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .update_email_messages .loading, 
  .update_email_messages .error,
  .update_email_messages .success {
    margin-top: 0px;
  }
}
 /*******************************************************
 *  Patient details page end here
 ******************************************************/