@font-face {
    font-family: 'Roboto';
    src:url('../fonts/roboto/Roboto-Light.ttf');
}
label, span, p {
    font-weight: 400 !important;
}
body{
    font-family: 'Roboto' !important;
}
div.box {
    border-top-color: #FFFFFF !important;
}
.box-title{
    text-transform: uppercase !important;
    font-weight: bold !important;
    color: #495057 !important;
}
h4{
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.form-control{
    border-radius: 0px !important;
}
/**sideBar*/
.main-sidebar{
    background-color: #ffffff !important;
    border-right: 1px solid #d2d6de !important;
}
.skin-black .sidebar-menu>li.header{
    color: #222d32 !important;
    background: #ffffff !important;
    /*border-bottom: 1px solid #c8cdcf;*/
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
/** hover and open menu*/
.skin-black .sidebar-menu>li:hover>a, .skin-black .sidebar-menu>li.active>a, .skin-black .sidebar-menu>li.menu-open>a{
    background-color: #222d32 !important;
    color: #fff !important;
}
.skin-black .sidebar-menu>li>.treeview-menu{
    background: #ffffff !important;
}
.treeview > a:hover{
    background-color: #a9a7a7 !important;
}
.treeview > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-transform: initial;
    font-size: 14px;
    /** White side bar*/
    color: #222d32 !important;
    /*border-bottom: 1px solid #c8cdcf;*/
}
.treeview-menu{
    /*border: 1px solid #eeeeee;*/
}
.treeview-menu li div > div a {
    text-transform: initial !important;
    font-size: 14px !important;
    padding: 10px 5px !important;
    /** White side bar*/
    color: #222d32 !important;
    background-color: #ffffff !important;
    border-radius: 15px;
}
.treeview-menu li div > div a:hover {
    color: #000000 !important;
    font-weight: bold !important;
    background-color: #eeeeee !important;
}
.user-panel div.info > p, .user-panel div.info > a{
    color: #222d32 !important;
}
.sidebar-collapse>.wrapper>.main-sidebar>.sidebar>.user-panel>.image>img{
    margin-left: 0% !important;
}
.user-panel>.image>img {
    width: 100%;
    max-width: 200px !important;
    height: auto;
    margin-left: 5%;
}
.skin-black .sidebar-form input[type="text"], .skin-black .sidebar-form .btn{
    background-color: #ffffff;
}
/**DataTable*/
td > i {
    /*font-size: 24px !important;*/
    font-size: 20px !important;
    margin-top: 5%;
    margin-bottom: 5%;
}
td {
    vertical-align: middle !important;
}
td > i.fa-plus{
    color: #146c43 !important;
}
td > i.fa-edit{
    color: #0d6efd !important;
}
td > i.fa-pencil-square-o{
    color: #0d6efd !important;
}
td > i.fa-info-circle{
    color: #4f9dad !important;
}
td > i.fa-print{
    color: #4f9dad !important;
}
td > i.fa-times{
    color: #b02a37 !important;
}
td > i.fa-remove{
    color: #b02a37 !important;
}
td > i.fa-exchange{
    color: #565e64 !important;
}
td > i.fa-share-square-o{
    color: #6c757d !important;
}
td > i.fa-check-square{
    color: #198754 !important;
}
td > i.fa-calendar-o{
    color: #6c757d !important;
}
td > i.fa-credit-card{
    color: #0b5ed7 !important;
}
td > i.fa-upload{
    color: #0d6efd !important;
}
td > i.fa-cloud-upload{
    color: #4f9dad !important;
}
td > i.fa-calendar{
    color: #4f9dad !important;
}
/**BUTTONS*/
.btn-success{
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}
.btn-primary{
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-primary:hover{
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-success:hover{
    color: #fff;
    background-color: #157347 !important;
    border-color: #146c43 !important;
}
/**SWEET ALERT*/
.swal-button.swal-button--confirm{
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}
.swal-button.swal-button--confirm:hover{
    color: #fff !important;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
}
.swal-button.swal-button--cancel{
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}
.swal-button.swal-button--cancel:hover{
    color: #fff !important;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}
/**TEXT*/
.text-primary{
    color: #0d6efd !important;
}
/**LOGIN*/
.login-page, .register-page {
    background: #fff !important;
}
#login-form > div.form-group input {
    height: 50px !important;
    font-size: 22px !important;
}
#login-form > div.form-group span.glyphicon {
    font-size: 22px !important;
    margin-top: 2% !important;
}
.login-logo, .register-logo{
    margin-bottom: 0 !important;
}
.tree-link > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-transform: initial;
    font-size: 14px;
    /** White side bar*/
    color: #222d32 !important;
    /*border-bottom: 1px solid #c8cdcf;*/
}
.redirect_app{
    width: 100%;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px;
    border: none;
}
.mb-1{
    margin-bottom: 1rem;
}
.mb-2{
    margin-bottom: 2rem;
}
.mb-2{
    margin-bottom: 3rem;
}
.input-group .input-group-addon {
    border-radius: 5px !important;
    border-color: #d2d6de;
    background-color: #eee;
    font-weight: bold;
}
.is-required:after {
    content: '*';
    margin-left: 3px;
    color: red;
    font-weight: bold;
}
.is-optional:after {
    content: '*';
    margin-left: 3px;
    color: rgb(112, 109, 109);
    font-weight: bold;
}
.mv-5{
    height: 50vh;
}
.mv-4{
    height: 40vh;
}
.mv-3{
    height: 30vh;
}
.t-head{
    position: sticky;
    top: 0;
}
.info-header{
    margin-top: 15px !important;
}
.td-bg{
    background-color: #eee !important;
    color: #333 !important;
    font-weight: bold !important;
}
.text-wrap{
    white-space: normal !important;
}

.resume-label{
    color: #808080 !important;
    text-align: center !important;
}

.box-resume{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.resume-label-detail{
    ont-weight: bold !important;
    font-size: 28px !important;
    text-align: center !important;
}

.resume-label-primary{
    color: #323295 !important;
}

.resume-label-danger{
    color: #f00 !important;
}

.resume-label-info{
    color: #0097ff !important;
}

.resume-label-success{
    color: #0ca64f !important;
}

/**.input-sm*/
input,select {
    height: 30px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.chosen-single{
    height: 30px !important;
    line-height: 30px !important;
}

.filter-by{
    border: 3px solid #d7d700 !important;
}

div.alert {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

div.alert > i {
    font-size: 14px !important;
}

/** btn-sm */
/*button {*/
/*    padding: 5px 10px !important;*/
/*    font-size: 12px !important;*/
/*    line-height: 1.5 !important;*/
/*    border-radius: 3px !important;*/
/*}*/

/*** PRUEBA DE AUTO COMPLETADO */
.autocomplete-suggestions {
    /* border: 1px solid #ddd; */
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    background: #fff;
    z-index: 1000;
    width: 90%;
    box-sizing: border-box;
}
.autocomplete-suggestion {
    padding: 10px;
    cursor: pointer;
}
.autocomplete-suggestion:hover {
    background-color: #ddd;
}
/*** PRUEBA DE AUTO COMPLETADO */

/**hide in mobile*/
@media screen and (max-width: 767px) {
    .hide-in-mobile{
        display: none !important;
    }
    .show-in-mobile{
        display: block !important;
    }
}