@font-face {
    font-family: horas;
    src: url('../fonts/Horas-SemiBold.ttf');
}

@font-face {
    font-family: horasbold;
    src: url('../fonts/Horas-ExtraBold.ttf');
}



* {
    font-family: horas;
}

div.g-recaptcha div{
    width: auto!important;
}


.btn-orange{
    background: #7c7392;
    color: #fff;

}

.error{
    color: red
}

.number-top-dashboard{
    font-size: .8rem;
}
.title-top-dasboard{
    font-size: 14px;
    font-weight: 300;
    margin: 0 10px;
}

.btn-orange:hover{
    background: #7c7392;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s ;
    -ms-transition: all ease .4s ;
    -o-transition: all ease .4s ;
    transition: all ease .4s ;

}

.btn-blue-dark{
    background: #453c5b;
    color: #fff;

}

.btn-blue-dark:hover{
    background: #453c5b;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s ;
    -ms-transition: all ease .4s ;
    -o-transition: all ease .4s ;
    transition: all ease .4s ;

}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: url('/img/loading.gif') 50% 50% no-repeat rgb(238 238 238);
    opacity: .8;
}

.breadcumb:hover{
    color: #7c7392!important;
    text-decoration:none;
    cursor:pointer
}

.jconfirm-icon-c{
    margin-bottom: 10px;
}

.jconfirm .jconfirm-cell {
    vertical-align: top!important;
}

.title-modal-dialog{
    margin-bottom: 0!important;
    line-height: 1.5!important;
    font-size: 1rem!important;
    font-weight: bold;
    color:black!important;
}

.ui-menu{
    z-index: 999999999999!important ;
    height: 300px;
    overflow: auto;
}

.title-modal-dialog{
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 7px!important;
}

.card-usuarios{
    height: 490px;
}

@media (max-width: 767px) {
    .nav-empresa{
        height: 20px;
        margin-top: 6px;
    }

    .card-usuarios{
        height: 260px;
    }
}



.tooltip {
    z-index: 99999999!important;
}

.w-55{
    width: 55%!important;
}

.keyboard-blackout-background{
    z-index: 999000000!important;
}

.keyboard-wrapper {
    z-index: 10000000000!important;
}


.bg-blue-dark{
    background-color: #453c5b;
    color: white;
}
