.wc-filter-container {
	/*display: inline-block;*/
	cursor: pointer;
	float: left;
	border-radius: 4px;
	margin-right: 5px;
}
.color-inherit{
    color:inherit !important;
    cursor: default !important;
}
.ui-sortable .ui-state-disabled{
    opacity: 1;
}
/* Cathlab + Matrix Styles */
.pt_and_procedure_info tr td{
    padding-left: 5px;
    width:49%
}
.waiting-toggle-button,.show-info-toggle-button{
    width: 20px;
    height: 20px;
    z-index: 100;
}
.wc-cal-event-open {
  float: left;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-bottom: 0px
}

.wc-cal-event-delete {
    float: right;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.wc-cal-event.ui-resizable-resizing {
    cursor: s-resize;
}
.wc-cal-event .loading{
    position:absolute;
    right:5px;
    top:25px;
    display:none;
    width:20px;
}
.patientcard .loading{
    position:absolute;
    left:5px;
    top:30px;
    display:none;
    width:20px;
}
.current_patients.pool .loading{
    position:absolute;
    left:6px;
    top:6px;
    display:none;
    width:20px;
}
.pool .loading{
    position:absolute;
    left:6px;
    top:12px;
    display:none;
    width:20px;
}
.wc-cal-event .wc-title{
    float: left;
    width:100%;
}
.wc-cal-event .wc-time {
    /*background-color: #2b72d0;*/
    background: #bebebe;
    border: 1px solid #1b62c0;
    /*color: #fff;*/
    color: #000;
    padding: 0;
    font-weight: bold;
    font-size: 11px!important;
    float: left;
    width:100%;
}
.wc-cal-event .wc-time{
    text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;
    float: left;
}
.wc-cal-event .wc-time .wc-timeright{
  text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;
  float: left;
}
.wc-cal-event .wc-time .wc-timeleft{
    text-shadow: 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white;
    float: left;
  }
.wc-container .ui-draggable .wc-time {
    cursor: move;
}
/* [class*=" icon-"], [class^=icon-] {
    min-width: 10px;
    line-height : 20px;
} */


/* Hub Styles */

.lab_name{
    width:200px;
    float:right
}

/* Other Styles */
.font-weight-bold {
    font-weight: 600 !important;
}
.table-patient.table th, .table-patient.table td {
    padding: 0!important;
    border:0px;
    /*line-height: 1.41rem*/
}
.table th {
    font-weight: 700;
}
.table td, .table th {
    vertical-align: middle;
}
.patient_identification_td{
    text-align: center;
}
td.patient_identification_cru,td.patient_identification_cathlab{
    width:100px;
}
.patient_identification_status,.patient_identification_time{
    margin:5px;
    display: inline-table;
}
td p {
    margin: 0;
}
.editable-click, a.editable-click, a.editable-click:hover{
    border-bottom: dashed 0px transparent!important;
}
/* Ensure select2 input fits well in popup */
.select2-container {
    z-index: 9990;
}
.editable-container .select2-container {
    z-index: 9990;
    min-width: 200px;
}
.editable-input .ht30:not(.select2-container) {
    display: block;
    width: 100%;
    min-width: 180px;
    height: calc(1.5715em + 0.875rem + 2px);
    padding: 0.4375rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5715;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
}
.additional_note,.safety_note{
    word-break: keep-all;
    overflow-wrap: break-word;
    hyphens: none;
}
.ht30{height:30px;}
.ht15 { height:15px;line-height:15px}
.popupwindow_titlebar_text{
    padding-left: 0px!important;
}
.popupwindow_titlebar_text .card_title{
padding-left:5px;
}

.table-xs td,
.table-xs th {
    padding: 0.5rem 0.75rem;
}

.modal {
    z-index: 1100;
}
details>summary {
    list-style: none;
}
summary::-webkit-details-marker {
    display: none
}
.see_all{
    font-size: 12px;
}
.wc-toolbar .navbar-nav-link{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 1rem;
}
.jconfirm-title{
    line-height: 30px;
    font-size: 25px;
    font-weight: bold;
}