/* Write your custom CSS here */
.card-image{
    margin: 10px 0px;
}

.m_consulta{
    margin: 20px 0px!important;
}

.input-field input[type=search] {
    font-size: 15px!important;
    width: 80%!important;
}

.input-field input[type=search]:focus {
    color: black!important;
}

.icon_accion{
    display: block!important;
    text-align: center!important;
    font-size: 34px!important;
}
.height-auto{
    height: auto!important;
}

.img_logo{
    height: 250px!important;
    object-fit: contain!important;
}

.icon_size {
    width: 10em!important;
    text-align: center!important;
}

.icon_acciones{
    margin: 0px 15px;
}

.cenefa{
    background: #26a69a!important;
    font-size: 20px!important;
    color: white!important;
    font-weight: bold;
}

.sidebar-profile{
    background: rgba(0,104,87,1)!important;
    background: -moz-linear-gradient(top, rgba(0,104,87,1) 0%, rgba(0,114,95,1) 27%, rgba(0,142,118,1) 100%)!important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,104,87,1)), color-stop(27%, rgba(0,114,95,1)), color-stop(100%, rgba(0,142,118,1)))!important;
    background: -webkit-linear-gradient(top, rgba(0,104,87,1) 0%, rgba(0,114,95,1) 27%, rgba(0,142,118,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(0,104,87,1) 0%, rgba(0,114,95,1) 27%, rgba(0,142,118,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(0,104,87,1) 0%, rgba(0,114,95,1) 27%, rgba(0,142,118,1) 100%)!important;
}

.onet{
    font-size: 0.8rem!important;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%)!important;
}