@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-Regular.ttf');
}

body {
    font-family: 'custom-font';
    font-size: 0.8rem;
    /*font-size: 12px;*/
    margin-bottom: 55px;
}

h5{
    font-size: 1rem;
}

.borde_izq {
    border-left: solid 1px #D7DDF1;
}

.m-top {
    margin-top: 63px;
}

.font-slim {
    font-family: 'custom-font-light';
}

select, input, textarea {
    font-size: 12px !important;
}

.input-group-prepend .input-group-text, .input-group-append .input-group-text {
    font-size: 12px !important;
}

.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;
}

.css-treeview ul,
.css-treeview li {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #4E4E4E;
}

.css-treeview ul li ul li {
    margin-top: -5px;
    margin-bottom: 5px;
}

.css-treeview ul li:hover {
    background-color: #EEEEEE;
    color: #6699FF;
}

.css-treeview input {
    position: absolute;
    opacity: 0;
}

.css-treeview {
    user-select: none;
}

.css-treeview a:hover {
    color: #6699FF;
    text-decoration-style: dotted;
}

.css-treeview input + label + ul {
    margin: 0 0 0 22px;
}

.css-treeview input ~ ul {
    display: none;
}

.css-treeview label,
.css-treeview label::before {
    cursor: pointer;
}

.css-treeview input:disabled + label {
    cursor: default;
    opacity: .6;
}

.css-treeview input:checked:not(:disabled) ~ ul {
    display: block;
}

#calls, #venta {
    width: auto;
    padding: 5px 5px 5px 5px;
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: white;
    box-shadow: 2px 2px 2px #aaaaaa;
    margin: 5px
}

/* top-left border-radius */
table.redondear tr:first-child th:first-child {
    border-top-left-radius: 6px !important;
}

/* top-right border-radius */
table.redondear tr:first-child th:last-child {
    border-top-right-radius: 6px !important;
}

/* bottom-left border-radius */
table.redondear tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
table.redondear tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.css-treeview label,
.css-treeview a,
.css-treeview label::before {
    display: inline-block;
    height: 14px;
    line-height: 16px;
    vertical-align: middle;
}

/*
.css-treeview label
{
    background-position: 18px 0;
}
*/
.css-treeview label::before {
    content: "";
    width: 0px;
    margin: 0 2px 0 0;
    vertical-align: middle;
    background-position: 0 -32px;
}

.css-treeview input:checked + label::before {
    background-position: 0 -16px;
}

@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;
        }
    }
}

#divMenu {
    font-family: 'custom-font';
    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 .card-header.collapsed:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    float: right;
}

.accordion .card-header:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f107";
    float: right;
}

.btn {
    font-size: 12px !important;
}

.micro-gutters {
    margin-right: -2px;
    margin-left: -2px;
}

.micro-gutters > .col, .micro-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;
}

.table-sort thead tr th.header span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    font-size: 0.5rem;
    padding-left: 5px;
}

.table-sort thead tr th.headerSortUp span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    font-size: 0.6rem;
}

.table-sort thead tr th.headerSortDown span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    font-size: 0.6rem;
}

.orden::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    font-size: 0.5rem;
}

.orden-up::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f062";
    font-size: 0.6rem;
}

.orden-down::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    font-size: 0.6rem;
}

.btn {
    font-size: 12px !important;
}

.btn-save:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0c7  ";
}

.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  ";
    font-size: 0.7rem;
    colo: #c6dabf
}

.btn-sync:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f1  ";
    font-size: 0.7rem;
}

.btn-apply:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f152  ";
    font-size: 0.7rem;
}

.btn-calc:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ec  ";
    font-size: 0.7rem;
}

.a-edit::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f14b";
}

a.a-edit:hover {
    text-decoration: none;
}

.a-new::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f0fe";
}

.validate_red {
    background-color: #f8d7da !important;
    border-color: #ffa0a0 !important;
}

/*
Modificaciones de bootstrap-datetimepicker.min.css
*/
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: 15em
}

.bootstrap-datetimepicker-widget table th {
    height: 15px;
    font-size: 12px !important;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 15px;
    line-height: 15px;
    font-size: 12px !important;
}

.bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 12px !important;
}

.swal2-popup {
    font-size: 12px !important;
    /*font-family: 'custom-font';*/
}


.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: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000;
}

.custom-file-label:after {
    content: "Examinar";
}

.select_label {
    font-weight: bold;
    font-size: 10px;
    color: #515151;
    padding-left: 2px;
    text-decoration: none
}

.select_label_blue {
    font-weight: bold;
    font-size: 10px;
    text-decoration: none
}

/*Personalizar dthmlxCombo*/
div.dhxcombo_material input.dhxcombo_input {
    font-family: 'custom-font';
    font-size: 12px;
    text-transform: uppercase
}

div.dhxcombolist_material div.dhxcombo_option {
    font-family: 'custom-font';
    font-size: 12px;
    height: 28px;
    line-height: 28px
}

/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/

/*general styles for all CSS Checkboxes*/
label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 20px;
    /*height:15px;*/
    display: inline-block;
    /*line-height:15px;*/
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -15px;
}

.css-label {
    background-image: url(../images/checkbox/dark-check-green.png);
}

input[type=button], input[type=submit] {
    font-size: 11.5px;
    height: 30px
}

/*specific classes related to Checkbox skins*/

.lite-green-check {
    background-image: url(../images/checkbox/lite-green-check.png);
}

.lite-blue-check {
    background-image: url(../images/checkbox/lite-blue-check.png);
}

.lite-gray-check {
    background-image: url(../images/checkbox/lite-gray-check.png);
}

.lite-cyan-check {
    background-image: url(../images/checkbox/lite-cyan-check.png);
}

.lite-orange-check {
    background-image: url(../images/checkbox/lite-orange-check.png);
}

.lite-red-check {
    background-image: url(../images/checkbox/lite-red-check.png);
}

.lite-x-cyan {
    background-image: url(../images/checkbox/lite-x-cyan.png);
}

.lite-x-gray {
    background-image: url(../images/checkbox/lite-x-gray.png);
}

.lite-x-blue {
    background-image: url(../images/checkbox/lite-x-blue.png);
}

.lite-x-orange {
    background-image: url(../images/checkbox/lite-x-orange.png);
}

.lite-x-red {
    background-image: url(../images/checkbox/lite-x-red.png);
}

.lite-x-green {
    background-image: url(../images/checkbox/lite-x-green.png);
}

.mac-style {
    background-image: url(../images/checkbox/mac-style.png);
}

.mario-style {
    background-image: url(../images/checkbox/mario-style.png);
}

.alert-style {
    background-image: url(../images/checkbox/alert-style.png);
}

.lite-plus {
    background-image: url(../images/checkbox/lite-plus.png);
}

.dark-plus {
    background-image: url(../images/checkbox/dark-plus.png);
}

.dark-plus-cyan {
    background-image: url(../images/checkbox/dark-plus-cyan.png);
}

.dark-plus-orange {
    background-image: url(../images/checkbox/dark-plus-orange.png);
}

.dark-check-cyan {
    background-image: url(../images/checkbox/dark-check-cyan.png);
}

.dark-check-green {
    background-image: url(../images/checkbox/dark-check-green.png);
}

.dark-check-orange {
    background-image: url(../images/checkbox/dark-check-orange.png);
}


.depressed-lite-small {
    background-image: url(../images/checkbox/depressed-lite-small.png);
}

.elegant {
    background-image: url(../images/checkbox/elegant.png);
}

.depressed {
    background-image: url(../images/checkbox/depressed.png);
}

.chrome-style {
    background-image: url(../images/checkbox/chrome-style.png);
}

.web-two-style {
    background-image: url(../images/checkbox/web-two-style.png);
}

.vlad {
    background-image: url(../images/checkbox/vlad.png);
}

.klaus {
    background-image: url(../images/checkbox/klaus.png);
}

input[type=checkbox].css-checkbox.med + label.css-label.med {
    padding-left: 22px;
    height: 17px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 11.5px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}

input[type=checkbox].css-checkbox.sme + label.css-label.sme {
    padding-left: 22px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 11.5px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme {

    background-position: 0 -16px;
}

input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
    padding-left: 22px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 11.5px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg {

    background-position: 0 -20px;
}

.bd-cargando-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 24px);
}

.bd-cargando-modal-lg .modal-dialog .modal-content {
    background-color: transparent;
    border: none;
}

.bg-obs {
    background-color: #FFD2AD !important;
}

.bg-val {
    background-color: #B8E297 !important;
}

.bg-last {
    background-color: #92BECC !important;
}

.bg-recovery {
    background-color: #DBD885 !important;
}

.f_cantidad {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #2d9fd9;
    color: #a0d18c;
    /*width: 20px;*/
    /*height: 30px;*/
    /*padding-left: 10px;*/
}