/* latin-ext */
@font-face {
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kaushanscript/v9/vm8vdRfvXFLG3OLnsO15WYS5DG72wNJVMJ8br5Y.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Kaushan Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/kaushanscript/v9/vm8vdRfvXFLG3OLnsO15WYS5DG74wNJVMJ8b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.bitsolar,
.bitsolar:hover,
.bitsolar:visited,
.bitsolar:active {
    font-family: 'Kaushan Script', cursive;
    font-size: 1.3em;
    color: #FED369;
    text-decoration: none !important;
}

.appName {
    font-family: 'Kaushan Script', cursive;
    color: #FED369;
    text-decoration: none !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar .brand-link .appNameSideBar {
    display: none;
}

.sidebar-mini .main-sidebar .brand-link .appNameSideBarCollapse {
    display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar .brand-link .appNameSideBarCollapse {
    display: inline;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.select2-container--open {
    z-index: 9999;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid~.invalid-feedback {
    display: block;
}

.dataTables_length label select {
    width: 65px !important;
}

div.dt-button-collection {
    padding: 0;
}

.buttons-columnVisibility {
    display: block;
}

.buttons-columnVisibility.active {
    background-color: rgba(128, 128, 128, 0.1);
    font-weight: bolder;
}



.nav-sidebar .nav-treeview {
    padding-left: 15px !important;
}

.help-block {
    font-size: 0.7rem;
    color: #888;
}

.help-block.empty-content {
    font-size: 0.8rem;
    color: #888;
}

.dropzone {
    padding: 10px;
    min-height: 170px;
}

.dropzone .dz-preview {
    margin: 0px;
}

.dropzone .dz-message {
    padding-top: 10px;
}

.dropzone.dz-clickable {
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.color-box {
    height: 50px;
    width: 50px;
    margin: auto;
    border-radius: 50%;
    border: solid 1px #bbb;
}

.color-box-40 {
    height: 40px;
    width: 40px;
    margin: auto;
    border-radius: 50%;
    border: solid 1px #bbb;
    margin-bottom: 10px;
}

.apertura {
    color: #3ac47d !important;
    border-color: #3ac47d !important;
}

.cierre {
    color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.bl {
    border-left: solid 1px #ccc;
}

input[type=checkbox] {
    width: 1.3rem;
    height: 1.3rem;
    top: 5px;
    position: relative;
}

.label-input {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}

.bold {
    font-weight: bold !important;
}

.normal {
    font-weight: normal !important;
}

.italic {
    font-weight: italic !important;
}

.puntero {
    cursor: pointer;
}

.oculto {
    display: none;
}

.dEnLinea {
    display: inline;
}

.dBlock {
    display: block;
}

.floatIzq {
    float: left;
}

.floatDer {
    float: right;
}

.down1 {
    position: relative;
    top: 1px;
}

.down2 {
    position: relative;
    top: 2px;
}

.down3 {
    position: relative;
    top: 3px;
}

.down4 {
    position: relative;
    top: 4px;
}

.down5 {
    position: relative;
    top: 5px;
}

.down7 {
    position: relative;
    top: 7px;
}

.down10 {
    position: relative;
    top: 10px;
}

.down15 {
    position: relative;
    top: 15px;
}

.down20 {
    position: relative;
    top: 20px;
}

.p0 {
    padding: 0px;
}

.p05 {
    padding: 5px;
}

.p1 {
    padding: 10px;
}

.p2 {
    padding: 20px;
}

.pt0 {
    padding-top: 0px !important;
}

.pt1 {
    padding-top: 10px !important;
}

.pt2 {
    padding-top: 20px !important;
}

.pt3 {
    padding-top: 30px !important;
}

.pt4 {
    padding-top: 40px !important;
}

.pr0 {
    padding-right: 0px;
}

.pr1 {
    padding-right: 10px;
}

.pr2 {
    padding-right: 20px;
}

.pb0 {
    padding-bottom: 0px;
}

.pb03 {
    padding-bottom: 3px;
}

.pb05 {
    padding-bottom: 5px;
}

.pb1 {
    padding-bottom: 10px;
}

.pb2 {
    padding-bottom: 20px;
}

.pl0 {
    padding-left: 0px;
}

.pl1 {
    padding-left: 10px;
}

.pl2 {
    padding-left: 20px;
}

.ph0 {
    padding-left: 0px;
    padding-right: 0px;
}

.ph1 {
    padding-left: 10px;
    padding-right: 10px;
}

.ph2 {
    padding-left: 20px;
    padding-right: 20px;
}

.pv0 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.pv1 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.pv2 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.w1 {
    width: 10%;
}

.w105 {
    width: 15%;
}

.w2 {
    width: 20%;
}

.w3 {
    width: 30%;
}

.w4 {
    width: 40%;
}

.w5 {
    width: 50%;
}

.w6 {
    width: 60%;
}

.w7 {
    width: 70%;
}

.w8 {
    width: 80%;
}

.w9 {
    width: 90%;
}

.w10 {
    width: 100%;
}

.mauto {
    margin: auto;
}

.mb0 {
    margin-bottom: 0px;
}

.mt0 {
    margin-top: 0px;
}

.ml0 {
    margin-left: 0px;
}

.mr0 {
    margin-right: 0px;
}

.mr1 {
    margin-right: 10px;
}

.fSize05 {
    font-size: 0.5rem;
}

.fSize06 {
    font-size: 0.6rem;
}

.fSize07 {
    font-size: 0.7rem;
}

.fSize08 {
    font-size: 0.8rem;
}

.fSize09 {
    font-size: 0.9rem;
}

.fSize1 {
    font-size: 1rem;
}

.fSize101 {
    font-size: 1.1rem;
}

.fSize102 {
    font-size: 1.2rem;
}

.fSize103 {
    font-size: 1.3rem;
}

.fSize104 {
    font-size: 1.4rem;
}

.fSize105 {
    font-size: 1.5rem;
}

.fs9 {
    font-size: 9px;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.bg-balkan,
.bg-pearl,
.bg-turkish,
.bg-sea,
.bg-ring,
.bg-magenta,
.bg-grass,
.bg-marine,
.bg-hollyhock,
.bg-mintGreen,
.bg-freePurple,
.bg-goodNight,
.bg-vibrantYellow,
.bg-sunsetOrange,
.bg-discoBlue,
.bg-chromeYellow,
.bg-freshTurquoise,
.bg-lighterPink,
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    color: #fff !important
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important
}

.bg-gray-light {
    background-color: #f7f7f7
}

.bg-black {
    background-color: #111 !important
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #dd4b39 !important
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #f39c12 !important
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #00c0ef !important
}

.bg-blue {
    background-color: #0073b7 !important
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
    background-color: #3c8dbc !important
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important
}

.bg-navy {
    background-color: #001F3F !important
}

.bg-teal {
    background-color: #39CCCC !important
}

.bg-olive {
    background-color: #3D9970 !important
}

.bg-lime {
    background-color: #01FF70 !important
}

.bg-orange {
    background-color: #FF851B !important
}

.bg-fuchsia {
    background-color: #F012BE !important
}

.bg-purple {
    background-color: #605ca8 !important
}

.bg-maroon {
    background-color: #D81B60 !important
}

.bg-mintGreen {
    background-color: #05c46b !important
}

.bg-freePurple {
    background-color: #3c40c6 !important
}

.bg-goodNight {
    background-color: #485460 !important
}

.bg-freshTurquoise {
    background-color: #00d8d6 !important
}

.bg-vibrantYellow {
    background-color: #ffd32a !important
}

.bg-sunsetOrange {
    background-color: #ff5e57 !important
}

.bg-discoBlue {
    background-color: #0fbcf9 !important
}

.bg-chromeYellow {
    background-color: #ffa801 !important
}

.bg-lighterPink {
    background-color: #ef5777 !important
}

.bg-turkish {
    background-color: #006266 !important
}

.bg-balkan {
    background-color: #178863 !important
}

.bg-pearl {
    background-color: #1e272e !important
}

.bg-sea {
    background-color: #1B1464 !important
}

.bg-ring {
    background-color: #5758BB !important
}

.bg-magenta {
    background-color: #6F1E51 !important
}

.bg-grass {
    background-color: #009432 !important
}

.bg-marine {
    background-color: #0652DD !important
}

.bg-hollyhock {
    background-color: #B53471 !important
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important
}

.bg-black-active {
    background-color: #000 !important
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
    background-color: #d33724 !important
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
    background-color: #db8b0b !important
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
    background-color: #00a7d0 !important
}

.bg-blue-active {
    background-color: #005384 !important
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
    background-color: #357ca5 !important
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
    background-color: #008d4c !important
}

.bg-navy-active {
    background-color: #001a35 !important
}

.bg-teal-active {
    background-color: #30bbbb !important
}

.bg-olive-active {
    background-color: #368763 !important
}

.bg-lime-active {
    background-color: #00e765 !important
}

.bg-orange-active {
    background-color: #ff7701 !important
}

.bg-fuchsia-active {
    background-color: #db0ead !important
}

.bg-purple-active {
    background-color: #555299 !important
}

.bg-maroon-active {
    background-color: #ca195a !important
}

.text-gray {
    color: #d2d6de;
}

.text-gray-light {
    color: #f7f7f7;
}

.text-black {
    color: #111;
}

.text-red {
    color: #dd4b39;
}

.text-yellow {
    color: #f39c12;
}

.text-aqua {
    color: #00c0ef;
}

.text-blue {
    color: #0073b7;
}

.text-light-blue {
    color: #3c8dbc;
}

.text-green {
    color: #00a65a;
}

.text-navy {
    color: #001F3F;
}

.text-teal {
    color: #39CCCC;
}

.text-olive {
    color: #3D9970;
}

.text-lime {
    color: #01FF70;
}

.text-orange {
    color: #FF851B;
}

.text-fuchsia {
    color: #F012BE;
}

.text-purple {
    color: #605ca8;
}

.text-maroon {
    color: #D81B60;
}

.text-mintGreen {
    color: #05c46b;
}

.text-freePurple {
    color: #3c40c6;
}

.text-goodNight {
    color: #485460;
}

.text-freshTurquoise {
    color: #00d8d6;
}

.text-vibrantYellow {
    color: #ffd32a;
}

.text-sunsetOrange {
    color: #ff5e57;
}

.text-discoBlue {
    color: #0fbcf9;
}

.text-chromeYellow {
    color: #ffa801;
}

.text-lighterPink {
    color: #ef5777;
}

.text-turkish {
    color: #006266;
}

.text-balkan {
    color: #178863;
}

.text-pearl {
    color: #1e272e;
}

.text-sea {
    color: #1B1464;
}

.text-ring {
    color: #5758BB;
}

.text-magenta {
    color: #6F1E51;
}

.text-grass {
    color: #009432;
}

.text-marine {
    color: #0652DD;
}

.text-hollyhock {
    color: #B53471;
}

.alert-info,
.bg-info,
.label-info {
    padding: 0 10px;
    border-radius: 10px;
}

.sombra001 {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.sidebarMap,
.topbarMap,
.sidebarBigMap {
    width: 100%;
    min-height: 100px;
    height: 250px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: -3px 3px 10px 0px rgba(173, 173, 173, 0.7);
    -moz-box-shadow: -3px 3px 10px 0px rgba(173, 173, 173, 0.7);
    box-shadow: -3px 3px 10px 0px rgba(173, 173, 173, 0.7);
}

.topbarMap {
    height: 150px;
}

.sidebarBigMap {
    height: 650px;
}

/*
.nav-pills .nav-link {
    color: #343434 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #9b0c0c !important;
}

.nav-pills .nav-link:not(.active):hover {
    color: #9b0c0c !important;
}*/