.title-nav {
    color: #1B396A;
}
.text-blue {
    color: #1B396A;
}
.blueline {
    height:1px;
    border: 1px solid #1B396A;
    background-color: #1B396A;
    color:#1B396A;
    display: block;
}
.title-div {
    background-color: #1B396A;
    color:white;
}

.titleblue {
    color: #1B396A;
}

thead{
    background-color:#2c4370;
}
th {
    color:white;
}
.button-edit {
    background-color: #2c4370;
    color: white;
}

/*Estilos datatables*/
.page-item.active .page-link {
    background-color: #2c4370 !important;
    border: 1px solid lightgrey;
}

.dataTables_length{
    margin-top : 20px;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 25vh;
    width: 80vh;
}

.progress {
    position: relative;
    background-color: #c9cfc9;
    height: 20px;
}

.bar{
    background-color: #00ff00;
    width:0%;
    height:20px;
}
.percent {
    position: absolute;
    display: inline-block;
    left:50%;
    color:#040608;
    font-size:13px;
}

.requerido{
    background-image: radial-gradient(#F00 15%, transparent 16%), radial-gradient(#F00 15%, transparent 16%);
    background-size: 1em 1em;
    background-position: right top;
    background-repeat: no-repeat;
}