@media (max-width: 767px)
{
    .nueva-solicitud{
        padding-top: 10px;
    }
}

.detailResolucion{
    overflow: initial !important;
    white-space: initial !important;
}

.form-group.row{
    align-items: flex-end;
}

#h-fecha{
    text-align: left;
}

#form-control-horario{
    align-items: flex-end;
}

#form-control-horario > div{
    padding: 10px;
}

.btn-acreditacion{
    white-space: normal;
}

#btn-exportar-excel{
    color:#fff;
    background-color:#5cb85c;
    border-color:#4cae4c;
}

#btn-exportar-excel:hover{
    color:#fff;
    background-color:#449d44;
    border-color:#398439;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
}

.has-search .form-control{
    padding-left: 2.375rem !important;
}

/* Icono de lupa en Buscadores */
.fa.fa-search.form-control-feedback.lupa{
    padding-left: 15px !important;
}

#botones-destacados button{
    white-space: normal;
}

/* ajusta texto de tablas */
.ajuste-texto > span{
    white-space: normal !important;
}
.ajuste-texto > small{
    white-space: normal !important;
}
.ajuste-texto-tabla{
    white-space: normal !important;
}
.alinear-centro
{
    align-items: center !important;
}
@media (min-width: 768px)
{
    .btn-responsivo
    {
        max-width: 10rem;
        margin-bottom: 6px;
    }
}

@media (max-width: 767px)
{
    .btn-responsivo
    {
        margin-top: 15px;
    }
}

#div-form-table .col-md-6{
    display: grid;
    text-align: left;
}

#div-form-table .col-md-6 label{
    padding-left: 1em;
}

@media (min-width: 767px){
    .div-btn-filtro{
        padding-top: 2.5em;
    }
}

.form-control{
    min-height: 41px !important;
}
select{
    font-family: 'Open Sans', sans-serif !important;
}
.select2-selection--multiple{
    border-radius: 10px !important;
}
.select2-selection.select2-selection--multiple{
    border: 1px solid #CAE4FF !important;
}
#div_ind_unico{
    display: block ruby !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    #div_ind_unico{
        display: flow-root !important;
    }
}