.nav-item.active>* {
    background-color: #19804e !important;
    color: white !important;
}

.nav-item:hover {
    background-color: rgb(25, 128, 78, 0.2) !important;
}

.bg-default {
    background-color: #E4ECEF !important;
}

.bg-default2 {
    background-color: #d3d9da !important;
}

.pagination>* {
    background: transparent !important;
    border-color: transparent !important;
}

th {
    vertical-align: middle !important;
}

td {
    text-align: center !important;
}

.sorting_disabled
{
    padding: 4px !important;
}

.popover{
    max-width: 100%;
}
.crop-text {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

#fecha_incidencia:read-only {
    background-color: #FFFFFF;
}

#fecha_creada_filtrar:read-only {
    background-color: #FFFFFF;
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

#fecha_rango_listado:read-only {
    background-color: #FFFFFF;
}

#usuario_creado_filtrar, #estado_filtrar {
    background-color: #FFFFFF;
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

.daterangepicker .ranges ul > li:last-child  {
    border-top: 1px solid #dee2e6;
}

.list-group {
    max-height: 250px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#contenido-mensajes {
    width: 100% !important;
    height: 500px !important;
    max-height: 500px !important;
    overflow-y: auto !important;
}

.fecha-envio-usuario {
    border-bottom: 1px solid black;
}

.mensaje {
    border-radius: 10px;
}

.incidencia-header>* {
    font-size: 14px !important;
}

.contacto-header>* {
    font-size: 14px !important;
}

.icono-archivo {
    font-size: xx-large;
}

.icono-archivo {
    font-size: xx-large;
}

.fa-file-pdf {
    color: red;
}

.fa-file-word {
    color: blue;
}

.fa-file-excel {
    color: green;
}

.fa-file-audio {
    color: goldenrod;
}

.fa-file-video {
    color: chocolate;
}

.fa-file-archive {
    color: purple;
}

.fa-file-image {
    color: rgb(0, 255, 191);
}

.fa-file-image {
    color: rgb(0, 255, 191);
}

.fa-file-alta {
    color: white(0, 255, 191);
}