html {
    font-size: 14px;
}

.pull-left {
    /*acomoda a la posicion izquierda la palabra sysVentas del footer*/
    float: left;
}


@media(max-width:767px) {
    /*.content-wrapper {
        margin-top: 7rem;
    }*/
    .main-sidebar {
        position: absolute;
    }
}

@media(max-width:770px) {
    .hidden-xs {
        display: none;
    }
}
/*
@media(min-width: 770px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
*/
/*estilo de la barra de usuario*/
.navbar-nav>.user-menu .user-image {
    margin-top: -5px;
}
/*estilo de la barra de usuario*/
.content-header>.breadcrumb {
    display: block;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>.active {
    color: #777;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}

@media (max-width: 991px) {
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        right: 0;
    }
}

/*MODIFICAR ESTILOS PARA EL COMBO DESPLEGRABLE*/

.select2-container--default .select2-selection--single {
    border: 1px solid #d2d6de!important;
    /*border-radius: 0!important;*/
    padding: .375rem .75rem!important;
    height: calc(2.25rem + 2px)!important;
    border-radius: .25rem!important;
}

.select2-selection__rendered {
    padding-left: 0!important;
    line-height: 30px!important;
    padding-right: 0!important;
}

.select2-selection__arrow {
    top: 5px!important;
    right: 5px!important;
}

.select2-container {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    /* width: 1%!important; */
}
.input-group .select2-container{
    width: 1%!important;
}
.modal-content {
    border-radius: .3rem!important;
}

.ajs-message.ajs-notify {
    color: #d9edf7 !important;
    background-color: #31708f !important;
    border-color: #d9edf7 !important;
}

.main-header .sidebar-toggle:before {
    display: none;
}

/*acomodar el mensaje del required para combos*/

.lista{
    transform: translate(150px, 40px);
}

.alert-danger {
    color: #721c24!important;
    background-color: #f8d7da!important;
    border-color: #f5c6cb!important;
}

.sidebar-menu>li>a>.fa {
    text-align: center;
}

button .badge {
    font-size: 120%!important;
}

.btn-group .dropdown-toggle {
    font-size: 75%;
    padding: .4rem;
    font-weight: 700;
    line-height: 1;
    border-radius: .25rem;
}

/*diseño login**/

* {
    font-family: 'Hind Siliguri';
}

#login_resid .form-outline i{
    text-align: center;
    color: #acacac;
    transition: 0.5s;
    font-size: 1rem;
}

#login_resid .form-outline input:valid,
#login_resid select:valid {
    background: rgba(0, 255, 0, 0.1);
}

#login_resid input:invalid,
#login_resid select:invalid {
    background: rgba(189, 245, 255, 0.2);
}

#login_resid .container-fluid {
    background-color: paleturquoise;
    min-height: 100vh;
    display: flex;
}

#login_resid .row {
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

.login-form {
    font-size: 15px;
}

.login-form form, .registro-form form{
    background: #f5f5f5;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    box-shadow: 0rem 0.3rem 2rem black;
    border-radius: 0 40px 0 40px;
    margin: auto;
    max-width: 450px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.login-form .hint-text {
    color: #777;
    padding-bottom: 15px;
    text-align: center;
    font-size: 13px;
}

#login_resid .form-control,
#login_resid .btn {
    min-height: 38px;
    border-radius: 2px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
}

#login_resid .input-group-addon .fa {
    font-size: 18px;
}

#login_resid .divider:after,
#login_resid .divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #9c9c9c;
}

#login_resid .h-custom {
    height: calc(100% - 73px);
}

@media ( max-width: 450px) {
    #login_resid .h-custom {
        height: 100%;
    }
}

.alertify-notifier .ajs-message.ajs-success {
    color: rgb(253, 253, 253);
    background: rgba(67, 139, 84, 0.95);
    text-shadow: -1px -1px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important
}

.ajs-message.ajs-notify {
    color: #31708f!important;
    background-color: #d9edf7!important;
    border-color: #31708f!important;
}

/*FUERZO MODIFICAR EL ESTILO DEL TOAST*/

.toast-top-right{
    top: auto!important;
    bottom: 0;
    text-align: center;
}

.toast-message{
    font-size: 1.15rem;
}

#toast-container>.toast-warning,#toast-container>.toast-info{
    background-size: 30px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #777;
    border-radius: 50rem;
    border-left: 2px solid #f5f5f5;
}

#cbx-asistencia .select2-container--default .select2-selection--single{
    border-color: black!important;
    border-top-width: 5px!important;
    
}