/* toast css */
.wrapper{
    position: absolute;
    bottom: 40px;
    right: 40px;
    animation: show_toast 1s ease forwards;
}
@keyframes show_toast {
    0%{
        transform: translateX(-100%);
    }
    40%{
        transform: translateX(10%);
    }
    80%, 100%{
        transform: translateX(20px);
    }
}
.wrapper.hide{
    animation: hide_toast 1s ease forwards;
}
@keyframes hide_toast {
    0%{
        transform: translateX(20px);
    }
    40%{
        transform: translateX(10%);
    }
    80%, 100%{
        opacity: 0;
        pointer-events: none;
        transform: translateX(-100%);
    }
}
.wrapper .toast{
    background: #fff;
    padding: 20px 15px 20px 20px;
    border-radius: 10px;
    border-left: 5px solid #2ecc71;
    box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
    width: 550px;
    max-width: 550px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
    color:#000
}
.wrapper .toast.offline{
    border-color: #ccc;
}
.wrapper .toast.warning{
    border-color: orange;
}
.toast .content{
    display: flex;
    align-items: center;
}
.content .icon{
    font-size: 25px;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #2ecc71;
}
.toast.offline .content .icon{
    background: #ccc;
}
.toast.warning .content .icon{
    background: orange;
    display: none;
}
.content .details{
    margin-left: 15px;
}
.details span{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.details p{
    color: #878787;
}
.details .result{
    color: #000;
}
.toast .close-icon{
    color: #878787;
    font-size: 23px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #f2f2f2;
    transition: all 0.3s ease;
}
.close-icon:hover{
    background: #efefef;
}
/* toast css */
.wc-filter-container {
	cursor: pointer;
	float: left;
	border-radius: 4px;
	margin-right: 5px;
}
#calendar .highlight {
    animation: borderPulse 5s;
}
#calendar .highlight.sign_in {
    animation: borderPulse2 5s;
}
#calendar .highlight.popup_box_info {
    animation: borderPulse3 5s;
}
#calendar .highlight.labturnovertime {
    animation: borderPulse4 5s;
}
@keyframes borderPulse {
	0% {
		border: 5px solid red;
        border-top: 0px;
        border-bottom: 0px;
        z-index: 3000;
	}
	50% {
		border: 5px solid red;
        border-top: 0px;
        border-bottom: 0px;
        z-index: 3000;
	}
	100% {
		border: 5px solid red;
        border-top: 0px;
        border-bottom: 0px;
        z-index: 3000;
	}
}
@keyframes borderPulse2 {
	0% {
		border: 5px solid red;
        border-bottom: 0px;
	}
	50% {
		border: 5px solid red;
        border-bottom: 0px;
	}
	100% {
		border: 5px solid red;
        border-bottom: 0px;
	}
}
@keyframes borderPulse3 {
	0% {
        border-right: 5px solid red;
	}
	50% {
		border-right: 5px solid red;
	}
	100% {
		border-right: 5px solid red;
	}
}
@keyframes borderPulse4 {
	0% {
        border: 5px solid red;
        border-top: 0px;
	}
	50% {
		border: 5px solid red;
        border-top: 0px;
	}
	100% {
		border: 5px solid red;
        border-top: 0px;
	}
}
.wc-logo-container{
    float: left;
    height: 30px;
}
.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-cal-event label{
    cursor: pointer;
}
.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;
}
/* .calendar-picker [class*=" icon-"], [class^=icon-]{
    font-size: 1rem;
} */
.calendar-picker{
    /* padding: 0.3em 0.3em !important; */
    margin-left: 0.1em !important;
}
.wc-module{
    margin-left: 0.1em !important;
    line-height: 1.7;
}
.ui-button.dailyUser{
    box-sizing: border-box;
    width: 80%;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
.patientcard .safeties_select{
    display: flex;
}
.patientcard .safeties_select .circle{
    margin: 5px auto;
}
.patientcard .safeties_select span{
    margin-left: 2px;
}
.patientcard .prep_status_select{
    display: flex;
}
.patientcard .prep_status_select .circle{
    margin: 5px auto;
}
.patientcard .prep_status_select span{
    margin-left: 2px;
}
.navbar-dark .navbar-nav-link.disabled{
    color: rgba(0, 0, 0, 1);
}
.modal .y_n{
    display: none;
}
.preop_postop_status i,.preop_postop_status td{
    color:#fff;
}
.editable-barrier label{
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
}
.editable-barrier .input-medium{
    width: 200px;
    margin-left: 80px;
}
.editable-barrier span{
    width: 150px;
}
.editable-barrier span.title {
    width: 200px;
    display: inline-block;
}
.editable-barrier textarea{
    width: 300px;
    margin-left: 80px;
    min-height: 100px !important
}
.m-1auto {
    margin: 0.3125rem auto !important;
}