/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 *{
    box-sizing: border-box;
}


.site-header {
	background-image:url('https://abxtracker.com/wp-content/uploads/2017/05/qtq50-ppzUkE-2108x1300.jpeg')!important;
}

.site-info-wrapper
{
	display:none;
}

#masthead {
    z-index: 1;
}

html,body{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;

}
h1,h2,h3,h4,h5{
    margin: 0;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.float-right {
    float: right!important;
}
.mr-5, .mx-5 {
    margin-right: 3rem!important;
}

.post-edit-link {
     display:none;
}

.axb_col-1, .axb_col-2, .axb_col-3, .axb_col-4, .axb_col-5, .axb_col-6, .axb_col-7, .axb_col-8, .axb_col-9, .axb_col-10, .axb_col-11, .axb_col-12, .col,
.axb_col-auto, .axb_col-sm-1, .axb_col-sm-2, .axb_col-sm-3, .axb_col-sm-4, .axb_col-sm-5, .axb_col-sm-6, .axb_col-sm-7, .axb_col-sm-8, .axb_col-sm-9, .axb_col-sm-10, .axb_col-sm-11, .axb_col-sm-12, .axb_col-sm,
.axb_col-sm-auto, .axb_col-md-1, .axb_col-md-2, .axb_col-md-3, .axb_col-md-4, .axb_col-md-5, .axb_col-md-6, .axb_col-md-7, .axb_col-md-8, .axb_col-md-9, .axb_col-md-10, .axb_col-md-11, .axb_col-md-12, .axb_col-md,
.axb_col-md-auto, .axb_col-lg-1, .axb_col-lg-2, .axb_col-lg-3, .axb_col-lg-4, .axb_col-lg-5, .axb_col-lg-6, .axb_col-lg-7, .axb_col-lg-8, .axb_col-lg-9, .axb_col-lg-10, .axb_col-lg-11, .axb_col-lg-12, .axb_col-lg,
.axb_col-lg-auto, .axb_col-xl-1, .axb_col-xl-2, .axb_col-xl-3, .axb_col-xl-4, .axb_col-xl-5, .axb_col-xl-6, .axb_col-xl-7, .axb_col-xl-8, .axb_col-xl-9, .axb_col-xl-10, .axb_col-xl-11, .axb_col-xl-12, .axb_col-xl,
.axb_col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.show-admin-bar {display: none;}

.abx_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/* 
.abx_col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.abx_col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
} */

.abx_col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .abx_col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .abx_col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    padding: 0 15px;
  }
  .abx_col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 0 15px;
  }
  .abx_col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
  }
  .abx_col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
  }
  .abx_col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0 15px;
  }
  .abx_col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .abx_col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 0 15px;
  }
  .abx_col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
  }
  .abx_col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
  }
  .abx_col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding: 0 15px;
  }
  .abx_col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    padding: 0 15px;
  }
  .abx_col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
.staff .abx_close {
    position: relative;
    bottom: 24px;
    left: 6px;
}
.ml30{
	margin-left:30px;
}
.abx_mainWrapper{
   /* background: url("../images/bg.jpg")no-repeat; */
    background-size: cover;
   /* height: 100%; */
    background-attachment: fixed;
  /* overflow: auto; */
}
.abx_logo{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
}
.abx_container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}
.abx_card{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.abx_card_header{
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.abx_card_body{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.abx_card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.abx_card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.abx_card.abx_customCard .abx_card_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.abx_card.abx_customCard .abx_card_header > h4{
    font-size: 1.5rem;
    font-weight: 400;
}
.abx_card.abx_customCard .abx_card_header > h5{
    font-size: 1.25rem;  
    font-weight: 300;
}
.abx_card.abx_customCard .abx_card-footer {
    background: transparent;
}
.abx_idnumber {
    float: right;
    background: #eee;
    padding: .5rem 1rem;
    border-radius: 50px; 
}
.abx_info_box textarea{
	height:100px;
}
.abx_perscriptionWrapper {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.abx_info_box h5 {
    font-weight: 800;
    margin-bottom: 1rem;
}
.abx_info_box p{
    margin-bottom: 1.5rem;
}
.abx_search_wide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.abx_search_patient {
    width: 800px;
	padding: 30px 0px;
}
.abx_margin_5 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.abx_checkbox{
	position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.abx_form-group {
    margin-bottom: 1rem;
}
.abx_drug_wrapper > h5{
    margin-bottom: 1rem;
}
.abx_label {
    display: inline-block;
    margin-bottom: .5rem;
}
.abx_form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-sizing: border-box;
}
.abx_d-block{
    display: block!important;
}
.abx_btn_info {
    color: #fff!important;
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
    padding: .375rem .75rem!important;
    border: 0!important;
    font-size: 16px!important;
    border-radius: .25rem!important;
}
.abx_plus-ic{
    font-size: 16px;
    display: inline-block;
    margin-right: 6px;
}
.d-flex{
    display: flex;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.detail-tbx{
    border-radius: 4px;
    padding: 5px;
    margin: 0 10px;
    border: 1px solid #ccc;
}
.abx_modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  .abx_modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 35%;
  }
  
  .abx_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  #hide_role .abx_close {
    position: relative;
    bottom: 75px;
    left: 10px;
}
  .abx_close:hover,
  .abx_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .add_algy{
    padding:8px; 
    font-family:sans-serif; 
    color:#f3f4f5; 
    background:#2897b2; 
    font-size:12px; 
    cursor:pointer;
  }
  .abx_tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background:#2c3e50;
}

.abx_tabs li{
    display: inline-block;
    margin:0;
    padding: 10px 20px 5px 20px;
    cursor: pointer;
    font-size:1.2em;
    line-height:2em;
    color:#FFF;
}

.abx_tabs li:hover {
    background:#2897b2;
    }

.abx_tabs li.current{
    background: #17a2b8;
    color: #FFF;
}

.abx_tabs-content{
    -moz-box-shadow: 0 0 5px #ddd;
    -webkit-box-shadow: 0 0 5px#ddd;
    box-shadow: 0 0 5px #ddd;
    display: none;
    background: #ededed;
    padding: 15px;
    line-height:1.4;
}

.abx_tabs-content.current{
    display: inherit;
}
.abx_tab_under_button {
    background-color: #17a2b8;
    border: #17a2b8;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
  }
  
  .abx_tab_under_button_c {
    background-color: white;
    color: black;
    border: 2px solid #17a2b8;
}
  
.abx_tab_under_button_c:hover, .abx_tab_under_button_c:active {
    background-color: #17A2BB;
    color: white;
    border: 2px solid #17a2b8;
}
#tab-1 ul ,#tab-2 ul,#tab-1 ul,#tab-3 ul{
    margin: 0px;
    padding: 0px;
}
#tab-1 ul li,#tab-2 ul li,#tab-1 ul li,#tab-3 ul li {
    display: inline-block;
}
img.ajaxloader {
    position: fixed;
    left: 40%;
    top: 6em;
    z-index: 9999;
    width: 20%;
}
.loaderajax{
	display:none;  
} 

.abx_custom-inline-form .abx_form-group {
    display: flex;
}
.abx_custom-inline-form .abx_form-group .abx_label {
    white-space: nowrap;
    margin-right: 10px;
}
div#patient_searchautocomplete-list {
    font-size: 18px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: 1px solid #ccc;
}
.infectionList{
    list-style: none;
}
.infectionList li{
    margin-bottom: 10px;
}
.infectionList_table{
    width: 100%;
    border-collapse: collapse;
}
.infectionList_table tr th{
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    text-align: left;
}
.infectionList_table tr th{
    border-bottom: 1px solid #ddd;
}
.infectionList_table tr th{
    padding: .8rem;

}
.abx_perscriptionWrapper, .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.justify-content-center {
    justify-content: center;
}
.abxsign_descriptionbox {
    width: 50%;
    padding: 1rem;
    margin: 3rem auto;
    background: #f7f7f7;
    border-radius: 1rem;
}
.abx_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
.abx_switch .swit{
    bottom: 21px;
}  
  .abx_switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .abx_switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #008000;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .abx_switch_slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .abx_switch input:checked + .abx_switch_slider {
    background-color: #ccc;
  }
  
  .abx_switch input:focus + .abx_switch_slider {
    box-shadow: 0 0 1px #17a2b8;
  }
  
  .abx_switch input:checked + .abx_switch_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .abx_switch_slider.abx_switch_slider_round {
    border-radius: 50px;
  }
  
  .abx_switch_slider.abx_switch_slider_round:before {
    border-radius: 50%;
  }

  .ui-tabs-vertical { width: 48em; }
  .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
  .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
  .ui-tabs-vertical .ui-tabs-nav li a { display:block; width: 100%;}
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; }
  .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width:35em;}
  #tab_vertical.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
}
.tablesorter-default{
	margin: 0px 0 0px!important;
}
.green-col{
    color: green;
    font-size: 16px!important;
}
span.cursor {
    cursor: pointer;
    text-decoration: underline;
    color: #2897b2;
}
ul.infectionList {
   padding-left: 0px;
}
.drug_ln {
    background: #2897b2;
}
.drug_ln h5{
    color: #fff;
}
.sensitivity_data p {
    margin-bottom: 5px;
}
.patient_uni {
    display: none;
}
.sens_text{
    height:calc(5.5em + .75rem + 2px);
}
p.dep_hid {
    display: none;
}
p.dep_show { 
    display: block;
}
.abx_card_body.c-diff {
    overflow: auto;
    height: 300px;
}
.abx_bacteria .ms-options-wrap > .ms-options {
    left: auto;
    width: 55%;
}
.abx_bacteria .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    top: 15px;
}
.abx_bacteria button {
    background: transparent;
    border-color: #ccc;
    height: 40px;
    border-radius: 5px;
}
.abx_bacteria button:active, .abx_bacteria button:hover {
    background: transparent;
    color: #000;
    border-color: #ccc;
}
div#tabs ul {
    background: #fff;
    border-color: transparent;
    border-bottom-color: #c5c5c5;
}
div#report_tab ul {
    background: #fff;
    border-color: transparent;
    border-bottom-color: #c5c5c5;
}
button.abx_btn_info.abx_new_pat {
    width: 150px;
    height: 40px;
    float: right;
}
.pcs:after {
    content: " pcs";
  }
  
  .cur:before {
    content: "$";
  }
  
  .per:after {
    content: "%";
  }
  
  * {
    box-sizing: border-box;
  }
  
  table {
    width: 100%;
  }
  table th {
    text-align: left;
    border-bottom: 1px solid #000;
  }
  table th, table td {
    padding: .4em;
  }
  
  table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
    cursor: pointer;
  }
  table.fold-table > tbody > tr.view td:first-child,
  table.fold-table > tbody > tr.view th:first-child {
    position: relative;
    padding-left: 20px;
  }
  table.fold-table > tbody > tr.view td:first-child:before,
  table.fold-table > tbody > tr.view th:first-child:before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    color: #000;
    content: "\f0d7";
    transition: all .3s ease;
  }
  table.fold-table > tbody > tr.view:nth-child(4n-1) {
    background: #eee;
  }
  table.fold-table > tbody > tr.view:hover {
    background: #ddd;
  }
  table.fold-table > tbody > tr.view.open {
    color: #2897b2;
  }
  table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
    transform: rotate(-180deg);
    color: #000;
  }
  table.fold-table > tbody > tr.fold {
    display: none;
  }
  table.fold-table > tbody > tr.fold.open {
    display: table-row;
  }
  
  .fold-content {
    padding: .5em;
  }
  .fold-content h3 {
    margin-top: 0;
  }
  .fold-content > table {
    border: 2px solid #ccc;
	font-size: 12px;
  }
  span.add_parent i {
    font-size: 40px;
}
.sho_his {
    margin-bottom: 40px;
}
.sho_his p {
    margin-bottom: 0.1rem;
}
.cursor_sel {
    cursor: pointer;
    text-decoration: underline;
    color: #8a28b2;
}
span.abx_fqclose {
    color: #aaaaaa;
    float: right;
    cursor: pointer;
    font-size: 28px;
    font-weight: bold;
}
.mg_ten{
	margin: 0px 5px;
}
tr.view.odd, tr.view.even {
    line-height: 35px;
}
.abxsign_descriptionbox_census{
	width: 75%;
    padding: 3rem 1rem;
    margin: 4rem auto;
    background: #f7f7f7;
    border-radius: 1rem;
}
.ui-tooltip{
      max-width: 1000px !important;
      width: auto !important;
      overflow:auto !important;
  }
.ui-tooltip-content{
  background-color: #fdf8ef;
  }
 .form-inline {  
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 10px;
}

.form-inline label {
  margin: 5px 10px 5px 0;
}

.form-inline input {
  vertical-align: middle;
  margin: 10px 6px 10px 0;
  padding: 3px!important;
  background-color: #fff;
  border: 1px solid #ddd;
}

.form-inline button {
  padding: 10px 20px;
  background-color: dodgerblue;
  border: 1px solid #ddd;
  color: white;
  cursor: pointer;
}
.form-inline select#role {
	padding: 7px 15px;
}
.form-inline button:hover {
  background-color: royalblue;
}
.pagination li {
	  display: inline-block;
	  border: 1px solid green;
}

.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination li.active {
  background-color: #17a2b8;
}
.pagination li.active a {
  color: white;
}
.pagination li:hover:not(.active) {background-color: #ddd;}

ul.pagination {
    margin: 30px 100px 0px;
    text-align: center;
}
#user .fa-user {
    font-size: 50px;
    color: #4e00a0;
}
#user {
    position: fixed;
    right: 0;
    bottom: 10%;
    text-align: center;
    width: 100px;
    z-index: 99999;
    margin-top: -2.5em;
}
#SubmitButtonActual, #verified {
    background-color: #17a2b8;
    border-color: transparent;
    border-radius: 5px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea{
	color:black!important;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-state-active a {
    color: #fff;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-state-active {
    background: #007fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #007fff;
}