/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
label[for=pago_total] .text-danger {
    color: #000000!important;
    display: block;
    margin-bottom: 20px;
    margin-top: 5px;
    line-height: 1.1;
    font-size: 12px;
}
input[type=checkbox].custom-control-input {
    opacity: 0 !important;
}
.btn-info:disabled {
    opacity: 0.5;
}
.label_precio_total_inscripcion{
    font-size: 25px;
}
#total_inscripcion{
    text-align: right;
}
.custom-radio{
    margin-bottom: 2px;
    margin-left: 10px;
}
.select2-selection{ 
    border-color: #eaeaea !important;   
}
.select2-selection__rendered{
    background-color: #ffffff !important;
}
textarea,
input[type=date].form-control, 
input[type=datetime-local].form-control, 
input[type=month].form-control, 
input[type=time].form-control{
    background-color: #ffffff !important;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: #ffffff !important;
}
label{
    font-weight: bold;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #103152 !important;
    background-color: #103152 !important;
}
.btn-info {
    background-color: #1f5f8f !important;
    border-color: #1f5f8f !important;
}
.btn-info:hover {
    background-color: #5178a3 !important;
    border-color: #5178a3 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5178a3 !important;
}
.select2-container--open .select2-dropdown--below {
    border-color: #5178a3 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #d1e7ec !important;
}
a, a:hover {
    color: #1f5f8f !important;
}
.btn {
    color: #fff !important;
}
#anadir_grupo_a_inscripcion:hover{
    color:white !important;
}