/*INPUT CALENDAR*/
.input_icono input { 
    text-indent: 5px;
}
.input_icono .fa-calendar { 
    position: absolute;
    top: 13px;
    left: 10px;
    color: #000000;
}
.input_icono .fa-calendar {
    left: auto; 
    right:25px; 
    color: #FFF;
}
/*INPUT TIME*/
.input_icono input { 
    text-indent: 5px;
}
.input_icono .fa-clock-o { 
    position: absolute;
    top: 8px;
    left: 10px;
}
/******************************************************************************/
.div_fila_1 {
    width: 50%;
    float: left;
}

.div_fila_2 {
    width: 50%;
    float: left;
}
.fila_turnos_disponibles{
    border-radius: 10px;
    border: none;
    padding-top: 12px;
    padding-bottom: 10px; 
    background: #ffffff; 
    height: 40px; 
    margin-top: 10px;
    cursor:pointer
}
#select_tiempo_reserva{
    background: #d8d8d9;
    color: #011842;
    border-color: #d8d8d9;
    border-radius: 10px;
    text-align: center;
    padding: 0px;
    height: 35px;
    width: 80px;
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 14px;
    padding-left: 7px;
}
/**********************************************************************/
.turnos_input{
    background-color: rgba(198, 198, 198, 0.5) !important;
    color: 6f6f6f !important;
    font-weight: bold !important;
}
.turnos_input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    6f6f6f !important;
}
.turnos_input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    6f6f6f !important;
    opacity:  1 !important;
}
.turnos_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    6f6f6f !important;
    opacity:  1 !important;
}
.turnos_input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    6f6f6f !important;
}
.turnos_input::-ms-input-placeholder { /* Microsoft Edge */
    color:    6f6f6f !important;
}

::placeholder { /* Most modern browsers support this now. */
    color:    6f6f6f !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #panel_fondo{
        background: #f1f2f7;
        height: 740px;
        margin-top: 65px;

    }
    #BtnNuevaEspeficicacion{
        position: absolute;
        top: 25px; 
        cursor: pointer;
        z-index: 1050;
        left: 280px;
    }
}
