/* .login-page,.register-page{
    background-image: url("../img/inicio.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;	
} */

.logo-login{
    max-height: 170 !important;
}

.dropdown-menu a, .dropdown-menu button {
    cursor: pointer;
}

.label-required::after {
    content: "*";
    color: var(--danger);
    margin-right: 2px;
    float: left;
}

/* Validación para select2 */
.was-validated .select2-hidden-accessible:invalid + span span span.select2-selection.select2-selection--single,
span.select2-selection.select2-selection--single.is-invalid {
    border: 1.5px solid #f62d51 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .75rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .select2-hidden-accessible:invalid + span span span.select2-selection.select2-selection--single:focus,
span.select2-selection.select2-selection--single.is-invalid:focus {
    border: 1.5px solid var(--primary) !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 45, 81, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(246, 45, 81, 0.25) !important;
}

.was-validated .select2-hidden-accessible:valid + span span span.select2-selection.select2-selection--single,
span.select2-selection.select2-selection--single.is-valid {
    border: 1.5px solid #36bea6 !important;
}

.was-validated .select2-hidden-accessible:valid + span span span.select2-selection.select2-selection--single:focus,
span.select2-selection.select2-selection--single.is-valid:focus {
    border: 1.5px solid var(--primary) !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 190, 166, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(54, 190, 166, 0.25) !important;
}
/* Fin validación para select2 */

/* Editable */
.editable-container, .control-group, .control-group > div, .editable-input{
    width: 100% !important;
}
.editable-error-block{
    color: var(--danger);
    font-size: 80%;
}
/* Fin Editable */

.btn-metodo-pago{
    margin-left: 2px;
    height: 100%;
    width: 100%;
    color: #6c757d;
    border-color: #6c757d;
}
.btn-metodo-pago:hover{
    margin-left: 2px;
    height: 100%;
    width: 100%;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.regular{
    background-color: #218838 !important;
    color: white !important;
}
.guarniciones{
    background-color: #6D057D !important;
    color: white !important;
}
.bebidas{
    background-color: #FB0404 !important;
    color: white !important;
}
.postres{
    background-color: #0413FB !important;
    color: white !important;
}
.minutas{
    background-color: #A47501 !important;
    color: white !important;
}
.menu{
    background-color: #343a40 !important;
    color: white !important;
}

.regular.active{
    background-color: white !important;
    color: black !important;
    font-weight: bolder;
}

.guarniciones.active{
    background-color: white !important;
    color: black !important;
    font-weight: bolder;
}
.bebidas.active{
    background-color: white !important;
    color: black !important;
    font-weight: bolder;
}
.postres.active{
    background-color: white !important;
    color: black !important;
    font-weight: bolder;
}
.minutas.active{
    background-color: white !important;
    color: black !important;
    font-weight: bolder;
}
.menu.active{
    background-color: white !important;
    color: black !important;
    font-weight: bolder;
}
