@media (min-width: 991px) {
    .modal_upload_document .modal-dialog {
        max-width: 800px;
    }
}

@media(max-width:1199px)
{
    .res-br-hide{
        display: none;
    }
    .wrap .header-fixed li.nav-item a{
        padding:0.5rem 1.5rem;
        min-height: 50px;
    }
    .wrap .header-fixed .nav-login a, .wrap .header-fixed .nav-reservation a{
        padding-top: 0.5rem!important;
        height: auto!important;
    }
    .nav-reservation .nav-link .btn-reservation
    {
        max-width: 300px;
    }
}

@media(max-height:767px) and (min-width: 1201px)
{
    .header-fixed .dropdown-profile .dropdown-menu{
        top: unset;
        left: unset;
        z-index: 9999;
    }
}
@media(max-height:767px) and (max-width: 1200px)
{
    .header-fixed .dropdown-profile .dropdown-menu{
        top: -100px;
        left: 90%;
        z-index: 9999;
    }
    .header-fixed .menu-header-right
    {
        height: 55px;
    }
}