@media (min-width: 1200px) {
    .d-xl-block-inline {
        display: inline-block!important;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

@media (max-width: 1023px ) {
    .ql-size-large {
        font-size: 1.3em;
    }

    .header-holder {
        background-color: #111D47 !important;
        color: #FFF !important;
        width: 100%;
        padding: 15px;
        z-index: 1;
        position: fixed;
        box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
        z-index: 3;
        border-left: 1px solid white;
        font-family: BebasNeue-Regular!important;
        text-transform: uppercase!important;
    }

    .header-holder p {
        margin: 0;
        font-size: 36px;
        line-height: 35px;
    }

}
@media screen and (min-width: 768px) {
    .modal-lg {
        max-width: 750px;
    }
    .modal-content {
        margin-top: 40px;
    }
    .full-screen-modal .close {
        padding: 0;
        position: absolute;
        right: 20px;
        top: 0px;
        background-color: #fff;
        color: #000;
        opacity: 1;
        font-size: 45px;
        font-weight: 200;
    }

}
@media screen and (min-width: 1024px) {

    .modal-lg {
        max-width: 1010px;
    }
    .modal-content {
        margin-top: 40px;
    }
    .full-screen-modal .close {
        padding: 0;
        position: absolute;
        right: 20px;
        top: 0px;
        background-color: #fff;
        color: #000;
        opacity: 1;
        font-size: 50px;
        font-weight: 200;
    }
    hidden-lg {
        display: none;
    }

    .responsive-card {
        border: none;
        margin-left: 280px;
    }
    .padded-left {
        padding-left: 280px!important;
    }

}

@media screen and (max-width: 767px) {

    .mmb-10 {margin-bottom:10px;}
    .full-screen-modal .close {
        padding: 0;
        position: absolute;
        right: 16px;
        top: 0px;
        background-color: #fff;
        color: #000;
        opacity: 1;
        font-size: 55px;
        font-weight: 200;
    }
    .hidden-mobile {
        display: none;
    }
    .modal.show .modal-dialog {
        margin-top: 50px;
    }
    .menu-holder {
        z-index: 12;
    }

    .modal-header .close {
        padding: 5px 10px;
        position: absolute;
        right: 16px;
        top: -18px;
        background-color: #f9a831;
        color: white;
        opacity: 1;
    }
    .alert-success h2 {
        color: #199054;
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
    }
    .alert-danger h2 {
        color: #FFF;
        font-size: 12px;
        line-height: 15px;
        padding: 10px;
    }

    .ql-size-large {
        font-size: 1.2em;
    }

    .staff-nav .mat-stroked-button {
        min-width: 22px;
        padding: 8px 8px;
    }
    .staff-nav .material-icons {
        font-size: 24px;
        line-height: 1;
    }

    .staff-nav-holder {
        text-align: left;
        width: 210px;
        margin: 0 auto
    }
    .staff-nav-holder-img {
        width: 60px;
        display: none;
    }
    .staff-nav-holder-title {
        width: 210px;
    }
    .btn-width-50 {
        width: 80%;
    }

    .dashboard-badge {
        border: 1px solid #333;
        border-radius: 5px;
        padding: 5px 2px;
        text-align: center;
        line-height: 16px;
        font-size: 11px;
        font-family: CamptonLight;
        font-weight: normal;
    }

    .table td, .table th {
        padding: .75rem .10rem;
        vertical-align: middle;
        border-top: 1px solid #dee2e6;
        font-size: 12px;
    }

    .modal-backdrop {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .info-modal {
        left: unset;
    }
    .status-cell {
        width: 110px;
    }
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .ipad-vert-only {
        display: flex !important;
    }
    .mobile-only, .ipad-horiz-only, .desktop-only {
        display: none !important;
    }
    .footer p {
        font-size: 20px;
    }
    .footer-bottom-bar {
        font-size: 13px;
    }
    .btn-group-sm>.btn, .btn-sm {
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
    }
    .footer-logo {
        max-width: 65%;
    }
    .footer .ql-size-large {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .ipad-horiz-only {
        display: flex !important;
    }
    .mobile-only, .ipad-vert-only, .desktop-only {
        display: none !important;
    }
    .footer p {
        font-size: 20px;
    }
    .footer-bottom-bar {
        font-size: 13px;
    }
    .footer .ql-size-large {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .desktop-only {
        display: flex !important;
    }
    .mobile-only, .ipad-vert-only, .ipad-horiz-only {
        display: none !important;
    }
    .footer p {
        font-size: 26px;
    }
    .footer-bottom-bar {
        font-size: 20px;
    }
    .footer .ql-size-large {
        text-align: center;
        font-size: 20px;
        font-weight: normal;
    }
    .menu-holder {
        margin-left: 0;
    }
    .wrapper {
        width: 100%;
        margin-left: 285px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
