.fi-topbar nav{
    background-color: #3f5398;
}

.fi-sidebar{
    border-right: 1px solid #e5e5e5;
}

.fi-simple-main-ctn{
    /* background-color: #3f5398 !important; */
    background-image: url('/images/fonfo-gris.jpg') !important;
}

.fi-ta-header-heading, .fi-section-header-heading {
    color: #3f5398 !important;
}


/* CUSTOM MODAL */


.custom-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.custom-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.custom-modal-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.custom-modal-close-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 05px 10px;
    cursor: pointer;
    border-radius: 03px;
    font-size: 11px;
}

.custom-modal-close-button:hover {
    background-color: #0056b3;
}

#custom-modal-table {
    margin: 20px 10px;

}

/* CUSTOM MODAL TABLE */

#custom-modal-table {
    width: 100%;
    white-space: nowrap;

}

#custom-modal-table thead {
    text-align: center;
    font-size: 10px;
    padding: 20px 10px;
}

#custom-modal-table thead th {
    padding: 5px 10px;
}

#custom-modal-table tbody {
    text-align: center;
    font-size: 10px;
    border-top: 0.5px solid #000;
}
#custom-modal-table tbody td {
    padding: 5px 10px;
}
