#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background-color: #00000080;
}

#loader .spinner-border {
    position: fixed;
    top: 50%;
    left: 50%;
    color: #ff9933;
}

.invalid-feedback {
    display: block;
}

.fa-trash-alt {
    color: red;
}

.modal-dialog {
    max-width: 900px;
}

i.fa.fa-upload,
i.fa.fa-download.fa-2x,
.ca_code {
    color: #000;
}
#cpr_img {
    width: 150px;
    height: 150px;
}
:root {
    --primary-color: rgb(0 123 255);
}
.radio-buttons input[type="radio"] {
    display: none;
}
.radio-buttons label {
    cursor: pointer;
    position: relative;
    margin-bottom : 0px;
    padding-left: 1.5rem;
    font-weight: 400 !important;
    /* font-size: 4rem; */
}
.radio-buttons label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}
.radio-buttons label::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    top: 50%;
    left: 0px;
    transform: translateY(-50%) scale(0);
    transition: transform 400ms ease;
}
.radio-buttons input[type="radio"]:checked+label::before {
    border-color: var(--primary-color);
}
.radio-buttons input[type="radio"]:checked+label::after {
    transform: translateY(-50%) scale(0.55);
}
.radio-buttons div {
    display: inline-block;
    margin-right: 5px;
}
/*#OHCAFlag, #CodeBlueFlag, #FirstBloodFlag, #IsUltraSound_Cardiac_Arrest_Flag {
    border: 1px solid;
    border-radius: 5px;
}*/
.chk_common {
    font-weight : 400 !important;
}
#chartdiv, #monthly_entries {
    width: 100%;
    height: 500px;
}
#tblMasterSheetData_filter, #tblAOCData_filter {
    display: none;
}
.hide {
    display: none;
}
.section_bg {
    /* background-color: gainsboro; */
    background-color: transparent;
}
.chart_hw {
    width: 100%;
    height: 450px;
    position: relative;
}
.chart_details {
    position: absolute !important;
    right: 25px !important;
    top: 115px !important;
}
.chart_details > p {
    margin: 0 !important;
    font-size: 18px !important;
}
/* .chart_details > .location_info {
    position: absolute;
    right: 10px;
    top: 50px;
    margin: 0;
    font-size: 20px;
}
.chart_details > .fr_info {
    position: absolute;
    right: 10px;
    top: 80px;
    font-size: 20px;
    margin: 0;
}
.chart_details > .gender_info {
    position: absolute;
    right: 10px;
    top: 110px;
    font-size: 20px;
    margin: 0;
} */
.chart_detail {
    position: absolute;
    right: 50px;
    top: 0px;
}
.chart_detail p {
    margin: 0 !important;
    font-size: 18px;
}
.full_width > h3 {
    font-size: 22px;
}
.disabled {
    cursor: not-allowed !important;
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
    /* Your styles for this resolution */
    .chart_detail {
        right: 0px;
        top: -50px;
        left: 27px;
    }
    .chart_detail p {
        font-size: 15px;
    }
    .chart_details {
        right: 0px !important;
        top: 75px !important;
        left: 20px;
    }
    .chart_details > p {
        font-size: 15px !important;
    }
    .chart_details.rcc {
        top: 60px !important;
    }
    .chart_detail.acs {
        right: 50px;
        top: 0px;
        left: unset;
    }
    .chart_detail.cpr{
        top: -70px;
    }
    .chart_hw {
        height: 260px;
    }
}