fieldset[disabled] .multiselect{pointer-events:none}.form-control{border-radius:5px;min-height:40px}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#03a9f4;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #ced4da;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#03a9f4;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#fff;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#565454}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#03a9f4;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#03a9f4;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}@media only screen and (max-width:800px){#no-more-tables table,#no-more-tables tbody,#no-more-tables td,#no-more-tables th,#no-more-tables thead,#no-more-tables tr{display:block}#no-more-tables thead tr{position:absolute;top:-9999px;left:-9999px}#no-more-tables tr{border:1px solid rgba(56,65,74,.1490196078);margin-bottom:18px;border-radius:5px}#no-more-tables td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:15px;white-space:normal;text-align:left}#no-more-tables td:before{width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:700;display:block;content:attr(data-title)}#no-more-tables span{font-weight:700}}#products-cardex table.dataTable{border-collapse:collapse!important;margin-bottom:15px!important}#products-cardex table.dataTable tbody>tr.selected,#products-cardex table.dataTable tbody>tr>.selected{background-color:#1abc9c}#products-cardex table.dataTable tbody>tr.selected td,#products-cardex table.dataTable tbody>tr>.selected td{border-color:#1abc9c}#products-cardex table.dataTable tbody td:focus{outline:none!important}#products-cardex table.dataTable tbody td.focus,#products-cardex table.dataTable tbody th.focus{outline:2px solid #1abc9c!important;outline-offset:-1px;color:#1abc9c;background-color:rgba(26,188,156,.15)}#products-cardex .dataTables_info{font-weight:600}#products-cardex table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,#products-cardex table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before{box-shadow:0 0 45px 0 rgba(0,0,0,.12);background-color:#1abc9c;top:.85rem}#products-cardex table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,#products-cardex table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{background-color:#f1556c;top:.85rem}#products-cardex div.dt-button-info{background-color:rgba(56,65,74,.9215686275);border:none;color:#fff;box-shadow:none;border-radius:3px;text-align:center;z-index:21}#products-cardex div.dt-button-info h2{border-bottom:none;background-color:hsla(0,0%,100%,.2);color:#fff}#calendarIconDynamic p{z-index:9!important}.card-count-info-shop{min-height:150px}[v-cloak]{display:none!important;visibility:hidden!important}[v-cloak]:before{content:"";display:block;width:16px;height:16px}.pointer{cursor:pointer}.modal-light-dark .modal-header{background-color:rgba(56,65,74,.9215686275)}.modal-light-dark .close{color:#fff}.fw-55{font-weight:550}.field-icon{float:right;margin-left:-25px;margin-top:-28px;position:relative;z-index:2;margin-right:8px}.login{background-image:url(/images/bg-pattern.png?34b2b253e78da7365b7fbcbfafb1fa94);background-color:#eaeaea}table.dataTable tbody td.focus,table.dataTable tbody th.focus{outline:2px solid rgba(56,65,74,.9215686275)!important;color:rgba(56,65,74,.9215686275);background-color:hsla(0,0%,91.8%,.1803921569)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link,.page-item.active .page-link{background-color:rgba(56,65,74,.9215686275)}.page-item.active .page-link{border-color:rgba(56,65,74,.9215686275)}.page-link:focus{box-shadow:0 0 0 .15rem hsla(0,0%,73.3%,.9215686275)}.fs-100{font-size:100%!important}.form-group.required label:not(:empty):after{content:" *";color:red}.copyright{font-size:9px}.invalid-feedback{display:flex!important;width:100%;margin-top:.25rem;font-size:.75rem;color:#f1556c}.form-control:disabled{background-color:#f5f5f5}.switch-button-control{display:flex;flex-direction:row;align-items:center}.switch-button-control .switch-button{height:1.6em;width:3.2em;border:2px solid var(--color);box-shadow:inset 0 0 2px 0 rgba(0,0,0,.33);border-radius:1.6em;transition:all .3s ease-in-out;cursor:pointer}.switch-button-control .switch-button .button{height:calc(1.6em - 4px);width:calc(1.6em - 4px);border:2px solid var(--color);border-radius:calc(1.6em - 4px);background:var(--color);transition:all .3s ease-in-out}.switch-button-control .switch-button.enabled{background-color:var(--color);box-shadow:none}.switch-button-control .switch-button.enabled .button{background:#fff;transform:translateX(1.6em)}.switch-button-control .switch-button-label{margin-left:10px;margin-right:10px}@media (max-width:768px){.col-xs-0{display:none}.mobile-pt-4,.mobile-py-4{padding-top:2.25rem!important}.mobile-pl-4,.mobile-px-4{padding-left:2.25rem!important}.d-md-none{display:none}}@media (min-width:767px){.btn-inline-desktop{padding-top:29px}.desktop-pt-4,.desktop-py-4{padding-top:2.25rem!important}.desktop-pl-4,.desktop-px-4{padding-left:2.25rem!important}}@media (max-width:1200px){.each-routes-hour{font-size:1.2rem!important}}.help-block-error{color:red;font-size:13px}#vue-visits-route .timeline:before{left:257px}.btn-inline{margin-top:1.9rem!important}@media (min-width:1200px){.row-xl-reverse{flex-direction:row-reverse!important}}table.dataTable{border-collapse:collapse!important;margin-bottom:15px!important}table.dataTable tbody>tr.selected,table.dataTable tbody>tr.selected td .action-icon,table.dataTable tbody>tr>.selected,table.dataTable tbody>tr>.selected td .action-icon{color:#fff}.refresh-button{transform:rotate(1turn);transition:1s}