
    #ui-datepicker-div {
        z-index: 99999 !important;
    }

    @media(max-width:299px) {
        .btnPrecioReservaDetalle {
            width: 150px;
        }
    }

    @media(max-width:400px){.sidebar-block{padding:15px 15px;}}

    .txtContenedorCont {
        border-left: 1px dashed #80808096;
        background: #f7f7f787;
        height: 200px;
        overflow-y: scroll;
        padding-top: 10px;
    }

    @media(min-width:1500px) {
        .contenedorSec {
            padding-left: 200px;
            padding-right: 200px;
        }
    }


    @media(min-width:1400px) {
        .container {
            width: 1300px
        }
    }

    @media(min-width:1500px) {
        .container {
            width: 1400px
        }
    }

    @media(min-width:1600px) {
        .container {
            width: 1500px
        }
    }

    @media(min-width:1700px) {
        .container {
            width: 1600px
        }
    }

    @media(min-width:1800px) {
        .container {
            width: 1700px
        }
    }

    @media(min-width:1900px) {
        .container {
            width: 1800px
        }
    }

    @media(min-width:2000px) {
        .container {
            width: 1900px
        }
    }
