@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    /*font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.modal>* {
    font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
    font-size: 0.9rem;
    line-height: 1.4;
}

.form-control,
.btn {
    font-size: 0.9rem;
    line-height: 1.4;
}

.input-sm,
select.input-sm,
textarea.input-sm {
    height: 30px;
}

.login-page a,
.login-page a:visited {
    text-decoration: none;
    color: #6a6a6a;
}

.login-page a:hover {
    text-decoration: none;
    color: #5cca83;
}

.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;
}


.table-no-striped tbody tr:hover,
.table-report .odd:hover,
.table-report .even:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.trClassTitle {
    background-color: rgba(0, 0, 0, .50) !important;
    color: #fff
}

.trClassSubTitle {
    background-color: rgba(0, 0, 0, .15) !important;
}

.table-report .odd {
    background-color: rgba(0, 0, 0, .05) !important;
}

.table-report .even {
    background-color: rgba(255, 255, 255, 1) !important;
}

.table-report .td-gray td {
    color: gray;
    font-size: 90%;
}

.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: #46ae6a;
}

.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;
}

.form-control:focus {
    border-color: #46ae6a;
    box-shadow: inset 0 0 0 transparent, 0 0 0 .2rem rgba(0, 255, 50, .25);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #46ae6a;
    color: #fff;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: 0;
    border: 1px solid #46ae6a;
}


.servicesList .action-box .bordeGris {
    border-color: #6a6a6a !important;
    background-color: #CDCDCD !important;
}

.servicesList .action-box .bordeVerde {
    border-color: #5cca83 !important;
    background-color: #FFF !important;
}

.action-box .ui-state-active .bordeVerde,
.action-box .ui-widget-content .ui-state-active .bordeVerde,
.action-box .ui-widget-header .ui-state-active .bordeVerde {
    background: #409c61 !important;
    color: #ffffff !important;
}

/*btn-colors*/
.btn-blue {
    background-color: #35bfd4;
    color: #f7f7f7;
}

.btn-blue:hover {
    background-color: #33a0b1;
    color: #f7f7f7;
}

.btn-yellow {
    background-color: #e3b041;
    color: #f7f7f7;
}

.btn-yellow:hover {
    background-color: #b0862c;
    color: #f7f7f7;
}

.fondoLogo {
    background-color: #f7f7f7;
    opacity: 0.99;
}

.sidebar-dark-primary {
    background-color: #1a3725;
}

.sidebar-dark-primary .sidebar a {
    color: #c2c7d0;
}

.sidebar-dark-primary::before {
    content: "";
    background-image: url('../images/page-header-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.1;
}

.nav-sidebar .nav-item .nav-treeview .nav-item .nav-link {
    padding-left: 2rem;
}

.colorContainer {
    width: 100px;
    min-height: 23px;
    height: 100%;
    border: 1px solid gray;
    border-radius: 15px;
}

.bs_link {
    font-family: 'Kaushan Script', cursive;
    color: #FED369;
    font-size: 1.3em;
}

.bs_link:active,
.bs_link:hover,
.bs_link:focus,
.bs_link:visited {
    text-decoration: none;
    color: #FED369;
}

.mh1 {
    min-height: 10px;
}

.mh2 {
    min-height: 20px;
}

.mh3 {
    min-height: 30px;
}

.mh5 {
    min-height: 50px;
}

.mh10 {
    min-height: 100px;
}

.mh20 {
    min-height: 200px;
}

.mh30 {
    min-height: 300px;
}

.mh50 {
    min-height: 500px;
}

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

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

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

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

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

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

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

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

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

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

.puntero,
.cursorPointer {
    cursor: pointer !important;
}

.cursorMover {
    cursor: move;
}

.cursorMoverH {
    cursor: ew-resize !important;
}

.cursorMoverV {
    cursor: ns-resize !important;
}

.cursorDisabled {
    cursor: not-allowed !important;
}

.oculto {
    display: none;
}

.mt10 {
    margin-top: 100px;
}

.mt1 {
    margin-top: 10px;
}

.mt7 {
    margin-top: 70px;
}

.mb1 {
    margin-bottom: 10px;
}

.mb05 {
    margin-bottom: 5px;
}

.mb0 {
    margin-bottom: 0px;
}

.mbr05 {
    margin-bottom: 0.5rem;
}

.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;
}

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

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

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

.p05rem {
    padding: 0.13rem 0.5rem;
}

.p0 {
    padding: 0px;
}

.p05 {
    padding: 5px;
}

.p1 {
    padding: 10px;
}

.p2 {
    padding: 20px !important;
}

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

.pt5 {
    padding-top: 5px !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;
}

.pr05 {
    padding-right: 5px;
}

.pr1 {
    padding-right: 10px;
}

.pr105 {
    padding-right: 15px;
}

.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;
}

.pl05 {
    padding-left: 5px;
}

.pl1 {
    padding-left: 10px;
}

.pl2 {
    padding-left: 20px;
}

.pl3 {
    padding-left: 30px;
}

.pl4 {
    padding-left: 40px;
}

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

.ph05 {
    padding-left: 5px;
    padding-right: 5px;
}

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

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

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

.pv05 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.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;
}

.m0 {
    margin: 0px;
}

.mt0 {
    margin-top: 0px;
}

.ml0 {
    margin-left: 0px;
}

.ml1 {
    margin-left: 10px;
}

.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;
}

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

.help-block {
    color: gray;
    font-size: 70%;
}

.label-primary {
    padding: 0px 5px;
    margin: 0px 1px;
    border-radius: 3px;
    background-color: #3c8dbc !important;
}

.select2-selection__choice {
    background-color: #3c8dbc !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    color: rgba(255, 255, 255, .9);
    background-color: #5cca83;
    /*color: #343a40;
    background-color: rgba(255,255,255,.9);*/
}

.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active,
.sidebar-dark-primary .nav-treeview>.nav-item>.nav-link.active:hover {
    color: rgba(255, 255, 255, .9);
    background-color: #5cca83;
    /*color: #343a40;
    background-color: rgba(255,255,255,.9);*/
}

.sidebarMap,
.topbarMap,
.sidebarBigMap {
    width: 100%;
    min-height: 100px;
    height: 410px;
    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;
}

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

.noDeco,
.noDeco:hover,
.noDeco:visited {
    text-decoration: none;
    color: #000;
}

.btn-green,
.btn-green:hover {
    color: rgba(255, 255, 255, .9);
    background-color: #5cca83;
    border-color: #5cca83;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}

.login-box hr {
    width: 70%;
    border-top: #78787830 solid 1px;
}

.login-page::before {
    content: "";
    background-image: url('../images/page-header-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.07;
}

.serviceDetail {
    background-color: #eee;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #DDD;
}

.servicesList {
    min-height: 500px;
    max-height: 1000px;
}

.actionsList {
    min-height: 400px;
    max-height: 500px;
}

.selectedActionsList {
    min-height: 500px;
    max-height: 1000px;
}

.servicesList,
.actionsList,
.selectedActionsList {
    background-color: #eee;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #DDD;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.servicesList::-webkit-scrollbar,
.actionsList::-webkit-scrollbar,
.selectedActionsList::-webkit-scrollbar {
    display: none;
}

.servicesList .grupoElementos>*,
.actionsList .grupoElementos>*,
.selectedActionsList .grupoElementos>* {
    position: relative;
    top: 10px !important;
}

.servicesList .grupoElementos,
.actionsList .grupoElementos,
.selectedActionsList .grupoElementos {
    list-style-type: none;
    margin: 5px;
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 0 0.75rem;
}

.servicesList>.grupoElementos:last-of-type .actionsList>.grupoElementos:last-of-type,
.selectedActionsList>.grupoElementos:last-of-type {
    margin-bottom: 0px !important;
}

.serviceGroup {
    list-style: none;
    white-space: nowrap;
    overflow: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border-radius: 10px;
    background-color: #bdf6d0;
    color: #363636;
    list-style-type: none;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
    list-style-type: none;
}

.alert-description {
    border-radius: 5px;
    background-color: #5cca83 !important;
    color: #fff !important;
}

select.cierre,
select.apertura,
.mhc2 {
    height: calc(2rem + 2px) !important;
}

.ofs {
    overflow: scroll;
}

.ofh {
    overflow: hidden;
}

.ofa {
    overflow: auto;
}

.ofxs {
    overflow-x: scroll;
}

.ofxh {
    overflow-x: hidden;
}

.ofxa {
    overflow-x: auto;
}

.ofys {
    overflow-y: scroll;
}

.ofyh {
    overflow-y: hidden;
}

.ofya {
    overflow-y: auto;
}

/*Colors*/
.bg-white {
    background-color: #FFFFFF;
}

.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-lateNight {
    background-color: #adb3b8 !important
}

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

.text-goodNight {
    color: #a2a8ae !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-black {
    background-color: #111 !important
}

.bg-yellow {
    background-color: #f39c12 !important
}

.bg-aqua {
    background-color: #00c0ef !important
}

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

.bg-light-blue {
    background-color: #3c8dbc !important
}

.bg-green {
    background-color: #00a65a !important
}

.bg-nasturciam {
    background-color: #ea4335;
}

.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-lateNight,
.bg-vibrantYellow,
.bg-sunsetOrange,
.bg-discoBlue,
.bg-chromeYellow,
.bg-freshTurquoise,
.bg-lighterPink,
.bg-red,
.bg-nasturciam,
.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 {
    color: #FFFFFF !important
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.vab {
    vertical-align: bottom;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.di {
    display: inline;
}

.dn {
    display: none;
}

.df {
    display: flex
}

.dt {
    display: table;
}

.bradius50 {
    border-radius: 50%;
}

.br25r {
    border-radius: .25rem;
}

.lst-none {
    list-style-type: none;
}

.ws-nowrap {
    white-space: nowrap;
}