/*-------------------- MOBILE & TABLET (max-width:1199.98px) --------------------*/
@media (max-width:1199.98px) {
    .container {
        padding: 2rem 7.5%;
    }
    .img-overflow img {
        transform: translate(0, -30%);
    }
    .content-sidebar {
        width: 220px;
        height: auto;
        position: absolute;
        top: 64px;
        left: 0;
        z-index: 10;
        border: solid;
    }
    .sidebar{
        width: 100%;
        position: relative;
    }
        .sidebar ul {
            padding: .5rem 0;
        }
}
/*-------------------- MOBILE (max-width:991.98px) --------------------*/
@media (max-width:991.98px) {
    #optionsReportings .tab-header h4 {
        padding: 1rem .5rem;
        font-size: 110%;
    }
    .img-overflow img {
        transform: translate(0, -15%);
    }
    .responsive table.table:not(.responsive-min table.table) {
        width: 150% !important;
    }
}
/*-------------------- MOBILE (max-width:767.98px) --------------------*/
@media (max-width:767.98px) {
    #header .content-hotel {
        max-width: 530px;
    }
    .container {
        padding: 2rem 5%;
    }
    .img-overflow {
        height: 15rem;
    }
        .img-overflow img {
            transform: translate(0, 0);
        }
}
@media (max-width:679.98px) {
    #header .content-hotel {
        max-width: 425px;
    }
}
/*-------------------- MOBILE (max-width:575.98px) --------------------*/
@media (max-width:575.98px) {
    html, body {
        font-size: 16px;
    }    
    h1{
        font-size: 180%;
    }
    h2 {
        font-size: 160%;
    }
    h3 {
        font-size: 140%;
    }
    h4 {
        font-size: 120%;
    }
    h5 {
        font-size: 100%;
    }
    input,
    button,
    select,
    textarea {
        font-size: 16px !important;
    }
    #header .content-hotel {
        max-width: 330px;
    }
    #containerBody {
        min-height: calc(1 * 90vh);
    }
    #optionsReportings {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .img-overflow {
        height: 10rem;
    }
    .col-xs-1 {
        width: 12%;
        text-align: left !important;
    }
    .col-xxs-1 {
        width: 4%;
    }
@media (max-width:459.98px) {
    #header .content-hotel {
        max-width: 230px;
    }
}
@media (max-width:359.98px) {
    #header .content-hotel {
        max-width: 225px;
    }
}
/*-------------------- DESKTOP (min-width:1200px) --------------------*/
@media (min-width:1200px) {
    .content-sidebar {
        box-shadow: 1px 1px 10px rgba(211, 211, 211);
    }
}