@import url('owl.carousel.min.css');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.checkboxes {
    padding: 10px;
}

    .checkboxes input {
        height: 15px !important;
        width: 15% !important;
    }

.modal-medium {
    max-width: 1100px !important;
}

.modal-medium-1200 {
    max-width: 1200px !important;
}

.modal-medium-1300 {
    max-width: 1200px !important;
}

.modal-medium-1400 {
    max-width: 1400px !important;
}

.modal-maximum {
    max-width: 1500px !important;
}

.modal-mini {
    max-width: 900px !important;
    padding-top: 200px !important;
}

    .modal-mini .modal-content {
        width: 900px !important;
    }

    .modal-mini .popup-content {
        width: 900px !important;
    }


.modal-edit-mini {
    max-width: 900px !important;
}

.modal-view-small {
    max-width: 300px !important;
}

.modal-view-inout {
    max-width: 1000px !important;
    padding-top: 100px !important;
}

body .modal .nice-select {
    height: 35px !important;
}

/*custom site report*/
.contents-mapview {
    padding-bottom: 10px;
    border-style: solid;
    border-width: thin;
}

#mapViewer {
    position: relative
}

.map_title {
    position: absolute;
    pointer-events: none;
    color: white;
}

img.map {
    width: 100%;
    height: 600px;
}

.container {
    padding-bottom: 10px;
}

.cursor-pointer {
    cursor: pointer;
    color: #42A5F5;
}

.pic {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 80px;
}

.card-block {
    width: 200px;
    border: 1px solid lightgrey;
    border-radius: 5px !important;
    background-color: #FAFAFA;
    margin-bottom: 30px;
}

.card-body.show {
    display: block;
    min-height: 150px;
}

.card {
    padding-bottom: 20px;
    box-shadow: 2px 2px 6px 0px rgb(200, 167, 216);
}

.card-footer {
    text-align: right;
    padding-bottom: 0px;
    display: flex;
    float: right;
}

.selected {
    background-color: #6495ED;
    /*background-color: #9bbaef;*/
    color: #333 !important;
}

.add-bg-filed {
    margin-top: 10px;
}

.label-custom {
    display: inline !important;
}

.card-body {
    max-height: 280px;
    overflow-y: scroll;
}

    .card-body .scrollbar {
        margin-left: 30px;
        float: left;
        height: 270px;
        width: 60px;
        background: #F5F5F5;
        overflow-y: scroll;
        margin-bottom: 25px;
    }

    .card-body .force-overflow {
        min-height: 270px;
    }

    .card-body::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5;
    }

    .card-body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

.group-header {
    font-size: medium;
    font-weight: 600;
    background-color: #6495ED;
    padding: 5px 10px 5px 10px;
    width: fit-content;
}

fieldset.scheduler-border {
    border: 1px solid #3296FA !important;
    padding: 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    box-shadow: 0px 0px 0px 0px #000;
    border-radius: 10px;
}

legend.scheduler-border {
    font-size: 1.1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    color: #428BCA;
    padding: 5px 15px;
    margin: 0;
}

.popup-bo-loc.show-filter {
    z-index: 1;
}

.row-w-100 {
    width: 100%
}

.point-disable {
    pointer-events: none;
    cursor: not-allowed;
}

.label-hoatdong {
    color: #70ad47;
    font-weight: 600;
}

.label-yellow {
    color: #FEB700;
    font-weight: 600;
}

.label-orange {
    color: #ff6a00;
    font-weight: 600;
}

.parent-bed {
    padding-top: 5px;
    padding-bottom: 2px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
    max-height: 55px;
    overflow: hidden;
}

.child-bed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.parent-bed-1 {
    padding-top: 5px;
    padding-bottom: 2px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.child-bed-1 {
    display: block;
    width: 50%;
}

.dot-disable {
    float: right;
    height: 16px;
    width: 16px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.dot-enable {
    float: right;
    height: 16px;
    width: 16px;
    background-color: #1be56c;
    border-radius: 50%;
    display: inline-block;
}

.patient-area-status {
    padding: 5px;
}

.patient-status {
    display: flex;
    align-items: center;
}

    .patient-status span {
        padding: 1px 5px 1px 5px;
    }

.label-ngung {
    color: #ed7d31;
    font-weight: 600;
}

.label-ngungdh {
    color: #843c0c;
    font-weight: 600;
}

.label-radius {
    border-radius: 10px;
    color: white;
    margin: 3px 10px 3px 10px;
}

.badge {
    font-size: 100% !important;
    border-radius: 1rem;
    width: 7%;
    background-color: #20202030 !important;
    color: white;
    float: right !important;
}

.btn-success-cus {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    border-radius: 20px !important;
}

    .btn-success-cus:hover {
        color: #fff !important;
        background-color: #218838 !important;
        border-color: #1e7e34 !important;
    }

.btn-sm-cus {
    padding: 5px 10px !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    border-radius: 5px !important;
}

    .btn-sm-cus span {
        font-size: 10px !important;
    }

.statistic-cus {
    min-height: 165px !important;
}

.breadcrumb-card-area {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
/*switch*/
.switch {
    pointer-events: none;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #C90707;
    -webkit-transition: .2s;
    transition: .2s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .2s;
        transition: .2s;
    }

input:checked + .slider {
    background-color: #00972A;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00972A;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}
.input-filed label.red {
    color: #d33a36;
}