:focus {
    outline: #333 auto 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: #333 !important;
}

.master-wrapper form input.error {
    border: 1px solid red;
    margin-bottom: 0;
}

.breadcrumb {
    background-color: transparent !important;
 }

/* .grafico-fondo img {
    height: auto !important;
    margin-top: 143px;
} */


/* .box_solicitudes:focus {
    -webkit-box-shadow: 0 0 0 0 #fff, 0 0 0 0 #333;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #333;
} */

#radicacion {
    width: 100%;
    border: transparent;
    background: transparent;
    padding: 0;
    border-radius: 6px;
}

@media (max-width: 768px) {

    #radicacion {
        width: 100%;
    }
}