.button-white{
    color: white;
}

.progress-bar{
    border-top-right-radius: 40px !important;
    border-bottom-right-radius: 40px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.progress{

    border-radius: 40px !important;
    background-color: white !important;

    /* Changes below */
    -webkit-box-shadow: inset 0 0 0 2px #337AB7 !important;
    -moz-box-shadow: inset 0 0 0 2px #337AB7 !important;
    box-shadow: inset 0 0 0 2px grey !important;
    border: none;
}

/*
    Alinear la barra de progreso en el centro
 */
.table > tbody > tr > td {
    vertical-align: middle !important;
}
.table > tbody > tr > td > .progress {
    margin-bottom: 0px !important;
}

#toastsContainerTopRight{
    margin: 15px;
}

filepond--root.filepond--hopper{
    margin: 0px;
}

.filepond--drop-label{
    font-size: 12px!important;
}

.biography{
}

.main-sidebar {
    background-color: #002033 !important;
}

.nav-link.active{
    background-color: #891436 !important;
}

.info{
    margin-top: 10px;
}

.brand-link.text-center{
    background-color: #002033;
    border-bottom: 0px;
}

.btn-primary{
    background-color: #891436;
    border-color: #891436;
}

.btn-primary:hover{
    background-color: #4e0016;
    border-color: #891436;
}

a {
    color: #4e0016;
}

a:hover {
    color: #4e0016;
}

.bg-info{
    background-color: #002033 !important;
}

.alert.alert-info{
    background-color: #002033;
}

.nav-item{
    color: white;
}