label{
    font-weight: bold;
}

.inner-addon {
    position: relative;
}

.inner-addon .fas {
    position: absolute;
    pointer-events: none;
    padding: 12px;
}

.password-reset {
    font-size: 1rem;
}

.card {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.5)!important;
    border-radius: 8px;
}

.card .card-body {
    border-radius: 8px;
}

.left-addon .fas {
    left:  0;
}

.left-addon input,
.left-addon select {
    padding-left: 40px;
}

.select2 {
    display: inline-block !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
}

/*********************************************************************/

.btn-light-yellow-congress{
    background: #EEF0A1;
    color: #333333 !important;
    border-color: #EEF0A1;
}

.btn-light-yellow-congress:hover{
    background-color:#e7ea80;
    border-color:#e5e977
}

.btn-light-yellow-congress.focus,
.btn-light-yellow-congress:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(237, 240, 163, .5);
    box-shadow:0 0 0 .2rem rgba(237, 240, 163, .5);
}

.btn-light-yellow-congress.disabled,
.btn-light-yellow-congress:disabled {
    color:#333333;
    background-color:#EEF0A1;
    border-color:#EEF0A1;
}

.btn-light-yellow-congress:not(:disabled):not(.disabled).active,
.btn-light-yellow-congress:not(:disabled):not(.disabled):active,
.show>.btn-light-yellow-congress.dropdown-toggle{
    color: #333333;
    background-color:#e5e977;
    border-color:#e3e76a;
    box-shadow:0 0 0 .2rem rgba(237, 240, 163, .5);
}

.btn-light-yellow-congress:not(:disabled):not(.disabled).active:focus,
.btn-light-yellow-congress:not(:disabled):not(.disabled):active:focus,
.show>.btn-light-yellow-congress.dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(237, 240, 163, .5);
    box-shadow:0 0 0 .2rem rgba(237, 240, 163, .5);
}

/*********************************************************************/

.btn-blue-congress{
    background: #0478A8;
    color: white !important;
    border-color: #0478A8;
}

.btn-blue-congress:hover{
    background-color:#0478A8;
    border-color:#0478A8
}

.btn-blue-congress.focus,
.btn-blue-congress:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(4, 120, 168, .5);
    box-shadow:0 0 0 .2rem rgba(4, 120, 168, .5);
}

.btn-blue-congress.disabled,
.btn-blue-congress:disabled {
    color:#fff;
    background-color:#0478A8;
    border-color:#0478A8;
}

.btn-blue-congress:not(:disabled):not(.disabled).active,
.btn-blue-congress:not(:disabled):not(.disabled):active,
.show>.btn-blue-congress.dropdown-toggle{
    color: #fff;
    background-color:#0478A8;
    border-color:#0478A8;
    box-shadow:0 0 0 .2rem rgba(4, 120, 168, .5);
}

.btn-blue-congress:not(:disabled):not(.disabled).active:focus,
.btn-blue-congress:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue-congress.dropdown-toggle:focus{
    -webkit-box-shadow:0 0 0 .2rem rgba(4, 120, 168, .5);
    box-shadow:0 0 0 .2rem rgba(4, 120, 168, .5);
}


/* ============================= */
/* --- --- MEDIA QUERIES --- --- */
/* ============================= */

@media screen and (max-width: 767px){

    .section-with-content .card-body {
        padding: 1.25rem 0 !important;
    }

}

/* ==================================== */
/* --- --- FIN DE MEDIA QUERIES --- --- */
/* ==================================== */
