/* * * Formulario de la parte pública * * */

/* RESERVAS */
#modal_rsv {
    top: 10px;
    padding-top: 25px;
}

#modal_rsv .modal-header h3, .modal-header .modal-title {
    color: #fff;
    font-weight: bold;
    font-family: 'work_sansbold';
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bootbox .modal-header{
    color: #5C6681;
}

#modal_rsv .modal-body {
    background-color: white;
    padding: 0;
}

#modal_rsv .modal-header {
    border: none;
}

#modal_rsv .modal-body .container {
    width: auto !important;
}

#modal_rsv .modal-body input, #modal_rsv .modal-body textarea, #modal_rsv .modal-body select {
    border-color: rgb(204, 204, 204);
    color: rgb(85, 85, 85) !important;
}

#modal_rsv .has-error input, .has-error textarea, .has-error select {
    border-color: #b94a48 !important;
}

#modal_rsv .modal-content {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

#modal_rsv .control-label{
    text-transform: uppercase;
    font-size: 12px;
}

#modal_rsv div.control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

#modal_rsv .bloque_reserva {
    padding: 0px;
    border: 0px;
}

#modal_rsv .modal-title {
    font-size: 24px;
    text-align: center;
}

#modal_rsv .modal-footer {
    border-top: none;
    padding-top: 30px;
    padding-bottom: 30px;
}

#modal_rsv .bot_env {
    background-color: #414756;
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 14px !important;
    padding: 8px 30px;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
}

#modal_rsv .bot_env:hover {
    background-color: #5C6681;
    color: #ffffff;
}

#modal_rsv .bot_cancel {
    background-color: #fff;
    color: #000;
    letter-spacing: 2px;
    font-size: 14px !important;
    padding: 8px 30px;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
}

#modal_rsv .bot_cancel:hover {
    background-color: #5C6681;
    color: #ffffff;
}

#modal_rsv .banda_disponibilidad {
    background-color: #EEEEEE;
    margin-top: -15px;
    margin-bottom: 25px;
    padding: 30px 0;
}

#modal_rsv .banda_disponibilidad label {
    color: #000000;
}

#modal_rsv .disclaimer_rsv {
    text-align: center;
    font-size: 13px;
    color: #000000;
    padding: 30px;
    background-color: #eeeeee;
    margin-top: 20px;
    margin-bottom: 20px;
}

#modal_rsv .checks_infolegal {
    font-size: 13px;
}

#modal_rsv .btn-calendario {
    border-radius: 0;
    -ms-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    background-color: #414756;
    color: #ffffff;
    font-size: 20px;
}


/* Datepicker con el modal */
.datepicker-dropdown {
    z-index: 1100 !important;
    background-color: #FFFFFF!important;
    color: #666666;
}

.datepicker-days .day{
    color: #000000;
}

/* Popup de la sección Restaurante -- reservar */
#modal_rsv .modal-header, #modal_rsv .modal-footer {
    background-color: rgb(94, 103, 130);
}

/* imagen responsive */
#modal_rsv .modal-body img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

/* #Media Queries
================================================== */

/* Pantallas grandes */
@media only screen and (min-width: 1824px) {

}

/* Ordenadores de sobremesa y portátiles */
@media only screen and (min-width: 1024px) and (max-width: 1404px) {

}

@media (max-width: 1024px) {

}

@media only screen and (min-width: 1000px) and (max-width: 1404px) {
    #btn_rsv_index {
        top: 25%;
    }
}

/* iPads (portrait) */
@media only screen
and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}

/* iPads (landscape) */
@media only screen
and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPads (portrait & landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #btn_rsv_index {
        top: 44%;
        padding-top: 0px;
        padding-left: 8px;
        padding-right: 13px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    #btn_rsv_index {
        top: 85%;
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 507px) and (max-width: 640px) {
    #btn_rsv_index {
        top: 71%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 506px) {
    #btn_rsv_index {
        top: 60%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    #btn_rsv_index {
        top: 73%;
    }
}

@media only screen and (min-width: 351px) and (max-width: 412px) {
    #btn_rsv_index {
        height: 130px;
        width: 101px;
        right: 0%;
        top: 74%;
        padding-top: 2px;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
        line-height: 15px;
    }

    #btn_rsv_index p {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 350px) {
    #btn_rsv_index {
        height: 130px;
        width: 101px;
        right: 0%;
        top: 66%;
        padding-top: 2px;
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
        line-height: 15px;
    }

    #btn_rsv_index p {
        margin-top: 5px;
    }
}
