@font-face {
    font-family: 'custom-font';
    src: url('../fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'custom-font-light';
    src: url('../fonts/roboto/RobotoCondensed-Light.ttf');
}

body {
    font-family: 'custom-font';
    padding-bottom: 28px;
    margin-top: 56px;
    font-size: 0.8rem !important;
    color: #4E4E4E;
    background-image: linear-gradient(#126A37, white);
    background-repeat: repeat-x
}

input {
    font-size: 0.8rem !important;
}

.font-slim {
    font-family: 'custom-font-light';
}

.dropdown-menu {
    font-size: 0.8rem;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/* Modificar Bootstrap */
.mini-gutters {
    margin-right: -2px;
    margin-left: -2px;
}

.mini-gutters > .col, .mini-gutters > [class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
}

.tiny-gutters {
    margin-right: -5px;
    margin-left: -5px;
}

.tiny-gutters > .col, .tiny-gutters > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.small-gutters {
    margin-right: -10px;
    margin-left: -10px;
}

.small-gutters > .col, .small-gutters > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}


.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 260px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body {
    padding: 5px 5px 80px;
}

.modal.left.fade .modal-dialog {
    left: -260px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}


@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .css-treeview {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix {
        from {
            padding: 0;
        }
        to {
            padding: 0;
        }
    }
}

.cbp-spmenu {
    position: fixed;
    margin-top: 60px;
    font-size: 11.5px;
    padding: 5px;
    background-image: none;
}

#divMenu {
    width: auto;
    padding: 5px 5px 5px 5px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 2px 2px 2px #aaaaaa;
    margin: 5px;
}

#divMenu hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 5px 0px;
}

#accordion_menu h3 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
}

#ui-id-2, #ui-id-4, #ui-id-6, #ui-id-8, #ui-id-10, #ui-id-12 {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 2px
}


.text-app {
    color: #126A37;
}

a.text-app:hover {
    color: #70A586;
}

.th_all {
    background-color: #126A37;
    color: #FFF
}

.swal2-popup {
    font-size: 12px !important;
    /*font-family: 'custom-font';*/
}

.custom-file-label:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c6";
}

.btn {
    font-size: 0.8rem !important;
}

.btn-save:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0c7  ";
}

.btn-apply:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f058  ";
}

.btn-close:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f057  ";
}

.btn-new:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055  ";
}

.btn-search:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002  ";
}

.input-username:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002  ";
}

.btn-sync:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f1  ";
}

.validate_red {
    background-color: #f8d7da !important;
    border-color: #ffa0a0 !important;
}

.autocomplete-suggestions {
    border: 1px solid #E0E0E0;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
    cursor: pointer;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #126A37;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.border-outline{
    outline: #E0E0E0 solid 1px
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #126A37;
    border-color: #70A586;
}

.page-item.active .page-link:hover {
    color: #fff;
}

.nav-item.active a.nav-link{
    color: #126A37 !important;
    font-weight: bold;
}