fieldset[disabled] .multiselect{pointer-events:none}.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:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 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;-ms-touch-action:manipulation;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{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.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:-ms-input-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 #e8e8e8;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:#41b883;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:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.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:50;-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:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;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 .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;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}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@font-face{font-family:Giraffey;src:url(/static/fonts/Giraffey/Giraffey.otf)}body,html{width:100%;height:100%;padding:0;margin:0;font-family:Lato,sans-serif;font-weight:lighter;font-size:10pt;color:#737373}h1,h2,h3,h4,h5,h6{color:#4b4b4b;text-transform:uppercase}h3{font-size:21px}.h1,.h2,.h3,h1,h2,h3{font-weight:700;margin-top:20px;margin-bottom:20px}a{text-decoration:none!important;color:#29166f!important}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.grid-container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.square{position:relative;width:100%}.square:after{content:"";display:block;padding-bottom:100%}.square>.square-content{position:absolute;width:100%;height:100%}.zlv-1{z-index:1000}.zlv-2{z-index:2000}.zlv-3{z-index:3000}.zlv-4{z-index:4000}.zlv-5{z-index:5000}.zlv-6{z-index:6000}.fs-11{font-size:11px}.fs-12{font-size:12px}.fs-13{font-size:13px}.fs-14{font-size:14px}.pb-0{padding-bottom:0!important}.pr-10{padding-right:10px!important}.pb-10{padding-bottom:10px!important}.pb-20{padding-bottom:20px!important}.clear-text-transform{text-transform:none}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.text-muted{color:#999fae!important}.color-primary{color:#29166f}.color-info{color:#6569df}.color-success{color:#3ccc38}.color-warning{color:#fecd2f}.color-danger{color:#fd3259}.color-hold{color:#24d5d8}.background-color-info{background-color:#6569df!important}.background-color-success{background-color:#3ccc38!important}.background-color-danger{background-color:#fd3259!important}.inline-block{display:inline-block!important}.vertical-container{display:table;width:100%;height:100%}.vertical-content{display:table-cell;width:100%;height:100%;vertical-align:middle}.center-vertical{vertical-align:middle!important}.center-horizontal{margin:auto!important}.center-text{text-align:center!important}.left-text{text-align:left!important}.right-text{text-align:right!important}.float-right{float:right!important}.box-shadow-0{box-shadow:0 0 0 0 rgba(50,50,50,.75)}.box-shadow-1{box-shadow:0 5px 5px 1px rgba(50,50,50,.5)}.box-shadow-2{box-shadow:0 5px 10px 2px rgba(50,50,50,.5)}.box-shadow-3{box-shadow:0 5px 30px 3px rgba(50,50,50,.5)}.box-shadow-4{box-shadow:0 5px 40px 4px rgba(50,50,50,.5)}.box-shadow-5{box-shadow:0 5px 50px 5px rgba(50,50,50,.5)}#app{height:100%}#app,.content{width:100%;background-color:#f2f3f9}.content{min-height:100%;box-sizing:border-box;transition:padding .25s ease}@media (min-width:1920px){.content{padding:90px 30px 30px}}@media (min-width:768px) and (max-width:1920px){.content{padding:90px 30px 30px}}@media (max-width:768px){.content{padding:90px 30px 30px}}.content>div{max-width:1600px;margin:auto!important}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.max-width-100{max-width:100%}.fade-enter-active,.fade-leave-active{transition:opacity .25s ease}.router-fade-enter-active,.router-fade-leave-active{transition:opacity .5s ease}.router-fade-enter,.router-fade-leave-to{opacity:0}.block{margin:30px 0}.block-separator{width:10%;max-width:50px;border-bottom:2px solid #29166f}.basic-loader{display:table;width:100%;height:100%;top:0;left:0;transition:all .25s ease}.basic-loader>div{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center}.basic-loader>div>.loader{margin:auto}.block-loader{position:absolute;display:table;width:100%;height:100%;top:0;left:0;transition:all .25s ease}.block-loader>div{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center}.block-loader>div>.loader{margin:auto}.block-breadcrumb{position:relative;width:100%;padding:0 20px 12px 0;margin-bottom:12px;border-bottom:1px solid #f0f0f0}.block-breadcrumb>span{text-transform:uppercase;font-size:12px;font-weight:700}.block-breadcrumb>.arrow-back{position:absolute;top:0;right:0}.block-body{position:relative;width:100%;height:100%;border-radius:3px;box-sizing:border-box;overflow:auto}.block-white{background:#fff;box-shadow:0 12px 25px rgba(0,0,0,.08)!important;-webkit-box-shadow:0 12px 25px rgba(0,0,0,.08)!important;-moz-box-shadow:0 12px 25px rgba(0,0,0,.08)!important}.badge-default{background-color:#29166f}.table{margin:0!important;overflow-y:auto;-webkit-overflow-scrolling:touch}.table,.table>table{width:100%}.table-responsive{overflow-x:auto}.table-stripped tr:nth-child(2n){background-color:rgba(101,105,223,.1)}.table-basic>tbody>tr{height:80px;border-bottom:2px solid #f2f3f9}.table-basic>tbody>tr.danger{background-color:#fd3259}.table-basic>tbody>tr>td{font-size:12px;vertical-align:middle}.table-basic>tbody>tr.tr-clickable{cursor:pointer}.table-basic>tbody>tr.tr-clickable:hover{background-color:#29166f;color:#fff}.table-basic>tbody>tr.tr-clickable.tr-light:hover{background-color:rgba(41,22,111,.1);color:#373737}.table-basic>tbody>tr>td:first-of-type{padding-left:25px}.table-basic>tbody>tr>td:last-of-type{padding-right:25px;border-right:0}.table-basic>thead>tr{height:50px}.table-basic>thead>tr>th{padding:6px;text-transform:uppercase;font-size:12px;border-bottom:2px solid #f2f3f9;vertical-align:middle;color:#bcc1d5}.table-basic>thead>tr>th:first-of-type{box-sizing:border-box;padding-left:25px}.table-basic>thead>tr>th:last-of-type{box-sizing:border-box;padding-right:25px}.list-none{list-style:none;padding:0}.vue-tooltip.tooltip-12{font-size:12px}.dropdown{cursor:pointer}.dropdown.visible>.dropdown-content{display:block}.dropdown>.dropdown-content{display:none;position:absolute;top:100%;right:0;background:#fff;box-shadow:0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow:0!important;-moz-box-shadow:0!important}.dropdown>.dropdown-content>ul{list-style:none;width:100%;margin:0;padding:8px 0}.dropdown>.dropdown-content>ul>li{width:100%}.dropdown>.dropdown-content>ul>li>a{display:inline-block;width:100%;font-size:12px;padding:9px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#373737!important;white-space:nowrap;text-align:left}.dropdown>.dropdown-content>ul>li>a:hover{background:#f7fafc}.dropdown>.dropdown-content>ul>li>a>span:first-of-type{margin-right:3px}.dropdown>.dropdown-content>ul>li>a>span:first-of-type>i{font-size:12px}.dropdown-content .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.sweet-modal .sweet-box-actions .sweet-action-close:hover{background-color:#29166f!important}.sweet-modal-buttons{text-align:center}.sweet-modal-buttons>button{display:inline-block}.sweet-modal-overlay{background:rgba(75,75,75,.8)!important}.btn{display:block;font-size:12px;border:0;border-radius:3px;padding:10px 30px;outline:none;box-shadow:0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow:0 3px 12px rgba(0,0,0,.05)!important;-moz-box-shadow:0 3px 12px rgba(0,0,0,.05)!important}.btn.no-radius{border-radius:0!important}.btn.disabled{opacity:.6;cursor:not-allowed}.btn.loading{opacity:.6;cursor:progress}.btn.disabled:hover{background-color:#969696}.btn-default{color:#373737;background-color:#fff}.btn-default:hover{background-color:#29166f;color:#fff}.btn-group{color:#373737;background-color:#fff;border-top:2px solid #f2f3f9;border-bottom:2px solid #f2f3f9;border-right:2px solid #f2f3f9;border-left:0;margin-left:0!important;box-shadow:none!important}.btn-group:hover{background-color:#f2f3f9}.btn-primary{background-color:#29166f;color:#fff}.btn-primary:hover{background-color:#6569df}.btn-success{background-color:#3ccc38;color:#fff}.btn-success:hover{background-color:#00a83a}.btn-danger{background-color:#fd3259;color:#fff}.btn-danger:hover{background-color:#e71835}.file-uploads{cursor:pointer;border:1px dashed #29166f;padding:6px 12px;box-sizing:border-box}.file-uploads:hover{border:1px solid #29166f}.file-uploads-progress{background-color:#29166f;width:100%;border-radius:20px;text-align:center;padding:2px;box-sizing:border-box;color:#999fae}.btn-icon{padding:0 6px;cursor:pointer}.btn-icon:hover{color:#29166f}.bb-tag{font-size:10px;border:0;border-radius:3px;padding:5px 15px;outline:none;box-shadow:0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow:0 3px 12px rgba(0,0,0,.05)!important;-moz-box-shadow:0 3px 12px rgba(0,0,0,.05)!important}.bb-tag-primary{background-color:#29166f;color:#fff}.bb-tag-success{background-color:#3ccc38;color:#fff}.bb-tag-danger{background-color:#fd3259;color:#fff}.bb-tag-warning{background-color:#fecd2f;color:#fff}.bb-tag-info{background-color:#6569df;color:#fff}.bb-tag-hold{background-color:#24d5d8;color:#fff}.form-input-error{color:rgba(253,50,89,.8);font-size:9pt}.form-input-success{color:rgba(60,204,56,.8);font-size:9pt}.form-header{width:100%;background-color:#29166f;color:#999fae;font-size:18px;text-transform:uppercase;padding:10px 5px;box-sizing:border-box}.form-group>label{font-size:12px;text-transform:uppercase}input.input-basic,textarea.textarea-basic{display:block;width:100%;border:0;border:2px solid #f2f3f9;color:#373737;outline:none;font-size:12px;padding:10px 12px;border-radius:3px}textarea.textarea-basic{resize:none;min-height:120px}input.input-basic:focus,textarea.textarea-basic:focus{border:2px solid #29166f}input.input-basic::-webkit-input-placeholder{color:hsla(0,0%,45%,.6)}input.input-basic:-moz-placeholder,input.input-basic::-moz-placeholder{color:rgba(41,22,111,.2);opacity:.2}input.input-basic:-ms-input-placeholder,input.input-basic::-ms-input-placeholder{color:rgba(41,22,111,.2)}input.input-basic.error,textarea.textarea-basic.error{border:2px solid #fd3259!important}.inner-addon{position:relative}.inner-addon>i{position:absolute;padding:14px;pointer-events:none}.left-addon>i{left:0}.right-addon>i{right:0}.left-addon input{padding-left:30px}.right-addon input{padding-right:30px}select.select-basic{display:block;width:100%}.label-checkbox{cursor:pointer}.checkcontainer{display:block;position:relative;padding-left:35px;padding-top:4px;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.checkcontainer input{position:absolute;opacity:0}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee}.checkcontainer:hover input~.checkmark{background-color:#ccc}.checkcontainer input:checked~.checkmark{background-color:#3ccc38}.checkmark:after{content:"";position:absolute;display:none}.checkcontainer input:checked~.checkmark:after{display:block}.checkcontainer .checkmark:after{left:10px;top:6px;width:7px;height:12px;border:solid #fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.radiobtn{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;border-radius:50%}.checkcontainer:hover input~.radiobtn{background-color:#ccc}.checkcontainer input:checked~.radiobtn{background-color:#3ccc38}.radiobtn:after{content:"";position:absolute;display:none}.checkcontainer input:checked~.radiobtn:after{display:block}.checkcontainer .radiobtn:after{top:6px;left:6px;width:13px;height:13px;border-radius:50%;background:#fff}.swal2-container{z-index:10000!important}.tabs-component{margin:4em 0}.tabs-component-tabs{border:1px solid #ddd;border-radius:6px;margin-bottom:5px}@media (min-width:700px){.tabs-component-tabs{border:0;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:-1px}}.tabs-component-tab{color:#999;font-size:14px;font-weight:600;margin-right:0;list-style:none}.tabs-component-tab:not(:last-child){border-bottom:1px dotted #ddd}.tabs-component-tab:hover{color:#666}.tabs-component-tab.is-active{color:#000}.tabs-component-tab.is-disabled *{color:#cdcdcd;cursor:not-allowed!important}@media (min-width:700px){.tabs-component-tab{background-color:#fff;border:1px solid #ddd;border-radius:3px 3px 0 0;margin-right:.5em;transform:translateY(2px);transition:transform .3s ease}.tabs-component-tab.is-active{border-bottom:1px solid #fff;z-index:2;transform:translateY(0)}}.tabs-component-tab-a{-ms-flex-align:center;align-items:center;color:inherit;display:-ms-flexbox;display:flex;padding:.75em 1em;text-decoration:none}.tabs-component-panels{padding:4em 0}@media (min-width:700px){.tabs-component-panels{border-top-left-radius:0;background-color:#fff;border:1px solid #ddd;border-radius:0 6px 6px 6px;box-shadow:0 0 10px rgba(0,0,0,.05);padding:4em 2em}}.navbartop[data-v-209eb072]{position:fixed;top:0;left:0;width:100%;height:60px;box-sizing:border-box;padding:0 10px 0 30px;background-color:#fff}.navbartop-left[data-v-209eb072]{position:absolute;display:table;top:0;left:0;width:250px;height:100%;padding-left:45px}.navbartop-left>div[data-v-209eb072]{display:table-cell;height:100%;vertical-align:middle}.navbartop-left>div[data-v-209eb072]:first-of-type{width:auto;padding-right:20px}.navbartop-left>div:first-of-type>i[data-v-209eb072]{cursor:pointer}.navbartop-left>div[data-v-209eb072]:nth-of-type(2){width:100%}.navbar-logo-text[data-v-209eb072]{font-family:Giraffey,sans-serif;font-size:32px;font-weight:lighter;text-transform:uppercase;color:#29166f;letter-spacing:1px;line-height:2.2}.navbartop-center[data-v-209eb072]{position:absolute;display:table;top:0;left:0;height:100%;width:100%;padding:0 250px;box-sizing:border-box}.navbartop-center>div[data-v-209eb072]{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center}.navbartop-center>div>a[data-v-209eb072]{font-weight:700;margin:0 20px;color:#999fae!important}.navbartop-center>div>a.router-link-exact-active[data-v-209eb072]{color:#373737!important}.navbartop-right[data-v-209eb072]{position:absolute;display:table;top:0;right:0;width:250px;height:100%}.navbartop-right>div[data-v-209eb072]{display:table-cell;width:100%;height:100%;vertical-align:middle;padding-right:45px;text-align:right}.sector-actions[data-v-209eb072]{display:inline-block;font-weight:700}.sector-actions>.dropdown>div>i[data-v-209eb072]{font-size:10px}.dropdown-sector[data-v-209eb072]{margin-top:23px}.user-actions[data-v-209eb072]{display:inline-block;cursor:pointer;color:#999fae;font-size:10px}.menu-actions>.dropdown>div[data-v-209eb072]{font-weight:700}.avatar[data-v-209eb072]{width:32px;height:32px;border-radius:16px;margin-left:20px}.dropdown-user[data-v-209eb072]{width:200px;margin-top:15px}.dropdown-user-info[data-v-209eb072]{display:inline-block;width:100%;font-size:12px;font-family:Lato-Bold,sans-serif;padding:9px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#373737;white-space:nowrap;text-transform:none;text-align:left}.navbartop-indicator[data-v-209eb072]{position:absolute;bottom:0;right:0;height:4px;background-color:#29166f;transition:all .25s ease-in-out}.navbar-side[data-v-209eb072]{position:fixed;top:62px;left:-200px;width:200px;height:100%;padding-bottom:62px;box-sizing:border-box;transition:all .25s ease-in-out}.navbar-side.active[data-v-209eb072]{left:0}.navbar-side>div[data-v-209eb072]{width:100%;height:100%;background-color:#fff}.navbar-side>div>a[data-v-209eb072]{display:block;width:100%;padding:20px 10px;box-sizing:border-box}.popup-selector-component[data-v-3e98f89d]{position:fixed;display:table;width:100%;height:100%;top:0;left:0;z-index:10000;background-color:rgba(75,75,75,.8);box-sizing:border-box;box-shadow:0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow:0!important;-moz-box-shadow:0!important}.popup-selector-component>div[data-v-3e98f89d]{display:table-cell;width:100%;height:100%;vertical-align:middle}.popup-selector-component>div>div[data-v-3e98f89d]{position:relative;width:95%;max-width:400px;min-height:200px;background-color:#fff;margin:auto;padding-bottom:40px}.popup-selector-head[data-v-3e98f89d]{display:inline-block;width:100%;border-bottom:1px solid #f0f0f0;margin:0}.popup-selector-head>h3[data-v-3e98f89d]{font-family:Lato,sans-serif;font-weight:700;text-align:center;opacity:.95}.popup-selector-content[data-v-3e98f89d]{padding:18px;box-sizing:border-box;font-size:12px;font-family:Lato,sans-serif;color:#373737}.popup-selector-content label>i[data-v-3e98f89d]{float:right;font-size:14px;margin-top:2px}.popup-selector-buttons[data-v-3e98f89d]{position:absolute;bottom:0;display:inline-block;width:100%;height:48px;padding-top:5px;border-top:1px solid #f0f0f0;margin:0;text-align:center}.popup-selector-buttons>.btn[data-v-3e98f89d]{display:inline-block;margin:0 4px}#operator-login[data-v-335d701c]{position:fixed;width:100%;height:100%;top:0;left:0;z-index:10000}#operator-login>div[data-v-335d701c]{display:table;width:100%;height:100%;overflow:auto;background:#4568dc;background:linear-gradient(90deg,#b06ab3,#4568dc)}#operator-login>div>div[data-v-335d701c]{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center}#operator-login-form[data-v-335d701c]{width:100%;height:100%;max-width:300px;max-height:400px;background-color:#fff;margin:auto;box-shadow:0 0 89px 5px rgba(0,0,0,.75)}#operator-login-form>div[data-v-335d701c]{width:100%;height:20%}#operator-login-form>div:first-of-type>div[data-v-335d701c]{display:table;width:100%;height:100%;border-bottom:1px solid #fff;background-color:hsla(0,0%,78%,.5)}#operator-login-form>div:first-of-type>div>span[data-v-335d701c]{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center;font-size:40px;font-weight:700;color:#333}.operator-login-key[data-v-335d701c]{float:left;display:table;width:25%;height:100%;cursor:pointer;background-color:#333}#operator-login-form>div:nth-of-type(5)>.operator-login-key[data-v-335d701c]:first-of-type{background-color:#4568dc!important;opacity:.95}#operator-login-form>div:nth-of-type(5)>.operator-login-key:first-of-type.pressed[data-v-335d701c],#operator-login-form>div:nth-of-type(5)>.operator-login-key[data-v-335d701c]:first-of-type:hover{background-color:#4568dc!important;opacity:1}#operator-login-form>div:nth-of-type(5)>.operator-login-key[data-v-335d701c]:nth-of-type(2){background-color:#3ccc38!important;opacity:.95}#operator-login-form>div:nth-of-type(5)>.operator-login-key:nth-of-type(2).pressed[data-v-335d701c],#operator-login-form>div:nth-of-type(5)>.operator-login-key[data-v-335d701c]:nth-of-type(2):hover{background-color:#3ccc38!important;opacity:1!important}#operator-login-form>div:nth-of-type(5)>.operator-login-key:nth-of-type(2).disabled[data-v-335d701c]:hover{background-color:#3ccc38!important;opacity:.5!important}.operator-login-key.disabled[data-v-335d701c]{opacity:.5!important;cursor:not-allowed}.operator-login-key.middle[data-v-335d701c]{width:50%!important}.operator-login-key>div[data-v-335d701c]{display:table-cell;width:100%;height:100%;vertical-align:middle;text-align:center;font-size:20px;font-weight:700;color:#fff}.operator-login-key.pressed[data-v-335d701c],.operator-login-key[data-v-335d701c]:hover{background-color:#b06ab3!important}.border-bottom[data-v-335d701c]{border-bottom:1px solid #fff}.border-top[data-v-335d701c]{border-top:1px solid #fff}.border-left[data-v-335d701c]{border-left:1px solid #fff}.border-right[data-v-335d701c]{border-right:1px solid #fff}.loader[data-v-335d701c]{margin:auto}.loader[data-v-bbc43b32]{border-radius:50%;width:24px;height:24px;border:.25rem solid hsla(0,0%,100%,.2);animation:spin-data-v-bbc43b32 1s infinite linear}.loader.hidden[data-v-bbc43b32]{display:none}@keyframes spin-data-v-bbc43b32{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.block-body.stats-movements-chart>.block-loader[data-v-53c08af2],.block-body.stats-movements>.block-loader[data-v-53c08af2],.block-body.stats-stock>.block-loader[data-v-53c08af2]{min-height:260px}.block-body.stats-movements-chart[data-v-53c08af2],.block-body.stats-movements[data-v-53c08af2],.block-body.stats-stock[data-v-53c08af2]{min-height:260px;overflow-x:hidden}#stats-movements[data-v-53c08af2]{height:260px;padding:25px 40px;box-sizing:border-box}#stats-movements h1[data-v-53c08af2]{margin:0;font-size:22px;color:#373737}#stats-movements h3[data-v-53c08af2]{margin:5px 0 0;font-size:30px;color:#373737}#stats-movements .count[data-v-53c08af2]{font-size:14px;color:#999fae;margin:10px 0}#stats-movements .total[data-v-53c08af2]{font-size:12px}#stats-stock[data-v-53c08af2]{height:260px;padding:25px 40px;box-sizing:border-box}#stats-stock h1[data-v-53c08af2]{margin:0;font-size:22px;color:#373737}#stats-stock h3[data-v-53c08af2]{margin:5px 0 0;font-size:30px;color:#373737}#stats-stock .count[data-v-53c08af2]{font-size:14px;color:#999fae;margin:10px 0}#stats-stock .increment[data-v-53c08af2]{font-size:12px}#login-page[data-v-a9186d4e]{width:100%;height:100%;background:url(/static/images/login-bg-1.jpg) 50%;background-size:cover}#login-page>div[data-v-a9186d4e]{width:100%;height:100%;overflow:auto;background:rgba(41,22,111,.3);background:-webkit-gradient(left top,left bottom,color-stop(0,rgba(41,22,111,.3)),color-stop(27%,rgba(101,105,223,.49)),color-stop(51%,rgba(188,193,213,.66)),color-stop(55%,rgba(188,193,213,.69)),color-stop(100%,#999fae));background:linear-gradient(180deg,rgba(41,22,111,.3),rgba(101,105,223,.49) 27%,rgba(188,193,213,.66) 51%,rgba(188,193,213,.69) 55%,#999fae);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$base-color",endColorstr="$base-color-secondary",GradientType=0)}#login-page .container[data-v-a9186d4e]{display:table;width:100%;height:100%}#login-page .container>div[data-v-a9186d4e]{display:table-cell;width:100%;height:100%;box-sizing:border-box;padding:20px 0;vertical-align:middle;text-align:center}#login-content[data-v-a9186d4e]{width:80%;max-width:800px;margin:auto;padding-bottom:30px;background:hsla(0,0%,100%,.92)}#login-content .logo[data-v-a9186d4e]{padding:25px;font-family:Giraffey,sans-serif;font-size:32px;font-weight:lighter;color:#646973;letter-spacing:1px}#login-content .logo>span[data-v-a9186d4e]:first-of-type{float:left}#login-content .logo>span[data-v-a9186d4e]:nth-of-type(2){float:right}#login-header[data-v-a9186d4e]{width:80%;margin:40px auto;border-top:1px solid #e6e6e6}#login-header>h1[data-v-a9186d4e]{width:80%;margin:12px auto;padding-bottom:12px;border-bottom:1px solid #e6e6e6}#login-form[data-v-a9186d4e]{width:80%;max-width:250px;margin:auto}#login-button[data-v-a9186d4e]{border:0;padding:14px 28px;color:#fff;background-color:#29166f;cursor:pointer;font-size:10pt}#login-button[data-v-a9186d4e]:hover{background-color:#999fae}#login-loader[data-v-a9186d4e]{margin:auto}input.clean[data-v-a9186d4e]{border:0;width:100%;font-size:12px;background-color:transparent;border-bottom:2px solid #e6e6e6;padding:5px;text-align:center;outline:0;color:#737373;box-sizing:border-box}input.clean[data-v-a9186d4e]::-webkit-input-placeholder{color:hsla(0,0%,45%,.6)}input.clean[data-v-a9186d4e]:-moz-placeholder,input.clean[data-v-a9186d4e]::-moz-placeholder{color:rgba(41,22,111,.2);opacity:.2}input.clean[data-v-a9186d4e]:-ms-input-placeholder,input.clean[data-v-a9186d4e]::-ms-input-placeholder{color:rgba(41,22,111,.2)}input.clean[data-v-a9186d4e]:focus{border-bottom:2px solid #29166f}.block-body>.block-loader[data-v-872975cc],.block-body[data-v-872975cc]{min-height:400px}.content-title[data-v-7b0268d5]{font-family:Lato,sans-serif;color:#373737;font-size:25px;font-weight:700}.content-subtitle[data-v-7b0268d5]{font-family:Lato,sans-serif;color:#999fae;font-size:12px;font-weight:100}.content-title-actions[data-v-7b0268d5]{box-sizing:border-box;padding:10px 15px}.content-title-actions>.action-item[data-v-7b0268d5]{display:inline-block;margin-left:10px}.block-body>.block-loader[data-v-0fe6a6a5],.block-body[data-v-0fe6a6a5]{min-height:400px}.form-group[data-v-0fe6a6a5]{text-align:left}.input-basic[data-v-0fe6a6a5]{width:auto!important}.block-body>.block-loader[data-v-19c9cf9a],.block-body[data-v-19c9cf9a]{min-height:400px}.form-group[data-v-19c9cf9a]{text-align:left}.input-basic[data-v-19c9cf9a]{width:auto!important}td[data-v-4c0d814b]:first-of-type,td[data-v-4c0d814b]:nth-of-type(3),th[data-v-4c0d814b]:first-of-type,th[data-v-4c0d814b]:nth-of-type(3){width:150px}td[data-v-4c0d814b]:nth-of-type(4),th[data-v-4c0d814b]:nth-of-type(4){width:50px}.table-contacts>tbody>tr[data-v-4c0d814b]{cursor:pointer}b[data-v-55864f24]{font-family:Lato,sans-serif;color:#373737;font-size:14px;font-weight:700}.table-contact-basic td[data-v-55864f24]:first-of-type,.table-contact-billing td[data-v-55864f24]:first-of-type,.table-contact-billing td[data-v-55864f24]:nth-of-type(2),.table-contact-billing th[data-v-55864f24]:first-of-type{width:200px}.table-contact-billing td[data-v-55864f24]:nth-of-type(4),.table-contact-billing th[data-v-55864f24]:first-of-type{width:137px}.table-contact-contact td[data-v-55864f24]:nth-of-type(2),.table-contact-contact td[data-v-55864f24]:nth-of-type(3),.table-contact-contact th[data-v-55864f24]:nth-of-type(2),.table-contact-contact th[data-v-55864f24]:nth-of-type(3){width:20%}.table-contact-contact td[data-v-55864f24]:nth-of-type(4),.table-contact-contact th[data-v-55864f24]:nth-of-type(4){width:137px}.table-contact-address th[data-v-55864f24]:first-of-type{width:200px}.table-contact-address th[data-v-55864f24]:nth-of-type(3){width:137px}.table-contact-address tr.divider[data-v-55864f24]{border-bottom:2px solid #29166f}.table-contact-billing td[data-v-ea9954a6]:first-of-type,.table-contact-billing td[data-v-ea9954a6]:nth-of-type(2),.table-contact-billing th[data-v-ea9954a6]:first-of-type{width:200px}.table-contact-billing td[data-v-ea9954a6]:nth-of-type(4),.table-contact-billing th[data-v-ea9954a6]:first-of-type{width:137px}.table-contact-contact td[data-v-ea9954a6]:nth-of-type(2),.table-contact-contact td[data-v-ea9954a6]:nth-of-type(3),.table-contact-contact th[data-v-ea9954a6]:nth-of-type(2),.table-contact-contact th[data-v-ea9954a6]:nth-of-type(3){width:20%}.table-contact-contact td[data-v-ea9954a6]:nth-of-type(4),.table-contact-contact th[data-v-ea9954a6]:nth-of-type(4){width:137px}.table-contact-address th[data-v-ea9954a6]:first-of-type{width:200px}.table-contact-address th[data-v-ea9954a6]:nth-of-type(3){width:137px}.block-body>.block-loader[data-v-e0fb997a],.block-body[data-v-e0fb997a]{min-height:400px}td[data-v-e0fb997a]{vertical-align:middle!important}td.import-state-0[data-v-e0fb997a],td.import-state-1[data-v-e0fb997a],td.import-state-4[data-v-e0fb997a]{opacity:.8}td.import-state-2[data-v-e0fb997a],td.import-state-5[data-v-e0fb997a]{color:#3ccc38}td.import-state-3[data-v-e0fb997a],td.import-state-6[data-v-e0fb997a],td.import-state--2[data-v-e0fb997a]{color:#fd3259}td.import-action>div[data-v-e0fb997a]{width:220px;margin:auto}.block-tools.uploading>span[data-v-e0fb997a]{display:inline-block}.block-tools.uploading>span>div[data-v-e0fb997a]{top:6px!important;position:relative!important}.product-property[data-v-3ee97828]{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid rgba(153,159,174,.25)}.product-property[data-v-3ee97828]:last-of-type{padding-bottom:0!important;margin-bottom:0!important;border-bottom:0!important}td.code[data-v-3ee97828],th.code[data-v-3ee97828]{width:250px}.quill-editor img{max-width:100%}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover{color:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover{color:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter{stroke:#fff}@media (pointer:coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-stroke.ql-thin,.ql-bubble .ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-item:before,.ql-bubble .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-item:before,.ql-bubble .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-item:before,.ql-bubble .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"\D7";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:after,.ql-container.ql-bubble:not(.ql-disabled) a:before{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,.ql-container.ql-bubble:not(.ql-disabled) a:hover:before{visibility:visible}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:a b c d e f g h i}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:a b c d e f g h i;counter-increment:j}.ql-editor ol li:before{content:counter(j,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:a}.ql-editor ol li.ql-indent-1:before{content:counter(a,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:b c d e f g h i}.ql-editor ol li.ql-indent-2{counter-increment:b}.ql-editor ol li.ql-indent-2:before{content:counter(b,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:c d e f g h i}.ql-editor ol li.ql-indent-3{counter-increment:c}.ql-editor ol li.ql-indent-3:before{content:counter(c,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:d e f g h i}.ql-editor ol li.ql-indent-4{counter-increment:d}.ql-editor ol li.ql-indent-4:before{content:counter(d,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:e f g h i}.ql-editor ol li.ql-indent-5{counter-increment:e}.ql-editor ol li.ql-indent-5:before{content:counter(e,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:f g h i}.ql-editor ol li.ql-indent-6{counter-increment:f}.ql-editor ol li.ql-indent-6:before{content:counter(f,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:g h i}.ql-editor ol li.ql-indent-7{counter-increment:g}.ql-editor ol li.ql-indent-7:before{content:counter(g,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:h i}.ql-editor ol li.ql-indent-8{counter-increment:h}.ql-editor ol li.ql-indent-8:before{content:counter(h,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:i}.ql-editor ol li.ql-indent-9{counter-increment:i}.ql-editor ol li.ql-indent-9:before{content:counter(i,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}b[data-v-769a7dba]{font-family:Lato,sans-serif;color:#373737;font-size:14px;font-weight:700}.table-properties-basic[data-v-769a7dba]{margin-top:50px!important}.table-properties-advanced>tbody>tr>td[data-v-769a7dba],.table-properties-advanced>thead>tr>th[data-v-769a7dba]{width:50%}.table-properties-advanced>tbody>tr>td[data-v-769a7dba]:first-of-type,.table-properties-advanced>thead>tr>th[data-v-769a7dba]:first-of-type{text-align:right;padding-right:50px}.table-properties-advanced>tbody>tr>td[data-v-769a7dba]:nth-of-type(2),.table-properties-advanced>thead>tr>th[data-v-769a7dba]:nth-of-type(2){text-align:left;padding-left:50px}.block-loader[data-v-898c196c]{background-color:#fff}.table-products>tbody>tr>td[data-v-898c196c]:first-of-type,.table-products>thead>tr>th[data-v-898c196c]:first-of-type{width:23%}.table-products>tbody>tr>td[data-v-898c196c]:nth-of-type(2),.table-products>thead>tr>th[data-v-898c196c]:nth-of-type(2){width:4%}.table-products>tbody>tr>td[data-v-898c196c]:nth-of-type(3),.table-products>thead>tr>th[data-v-898c196c]:nth-of-type(3){width:23%}.table-products>tbody>tr>td[data-v-898c196c]:nth-of-type(4),.table-products>thead>tr>th[data-v-898c196c]:nth-of-type(4){width:50%}.table-products>tbody>tr>td>img[data-v-898c196c]{max-width:100%}.table-products>tbody>tr[data-v-898c196c]{cursor:pointer}.block-body>.block-loader[data-v-2dc10c16],.block-body[data-v-2dc10c16]{min-height:400px}.content-tools-component[data-v-6d1c2f18]{width:100%;height:120px;background-color:#f2f3f9}.content-tools-component.search .content-tools-body[data-v-6d1c2f18],.content-tools-component.search[data-v-6d1c2f18]{height:180px}.content-tools-border[data-v-6d1c2f18]{position:fixed;top:60px;left:0;width:100%;height:2px;background-color:#f2f3f9}.content-tools-body[data-v-6d1c2f18]{position:fixed;width:100%;height:120px;top:62px;left:0;background-color:#fff}.content-tools-body>div[data-v-6d1c2f18]{max-width:1600px;margin:auto!important}.content-tools-search[data-v-6d1c2f18]{margin-top:30px}.content-tools-search>div[data-v-6d1c2f18]{width:100%}.content-tools-actions>.action-item[data-v-6d1c2f18]{display:inline-block;margin-left:10px}.content-tools-actions>div[data-v-6d1c2f18]{text-align:right}.content-tools-actions>div>.multiselect[data-v-6d1c2f18]{display:inline-block;max-width:300px;width:100%}@media (min-width:1920px){.content-tools-body[data-v-6d1c2f18]{padding:30px}}@media (min-width:768px) and (max-width:1920px){.content-tools-body[data-v-6d1c2f18]{padding:30px}}@media (max-width:768px){.content-tools-body[data-v-6d1c2f18]{padding:30px}}.location>.square[data-v-536c1732]{background:#fff;cursor:pointer}.location>.square i[data-v-536c1732]{color:#29166f;font-size:22px}.location>.square[data-v-536c1732]:hover{background:#29166f;cursor:pointer}.location>.square:hover i[data-v-536c1732]{color:#fff}.block-body>.block-loader[data-v-4dc2e421],.block-body[data-v-4dc2e421]{min-height:400px}.table>tbody>tr>td[data-v-4dc2e421]:first-of-type,.table>tbody>tr>td[data-v-4dc2e421]:nth-of-type(2){width:20%}.table>tbody>tr>td[data-v-4dc2e421]:nth-of-type(3),.table>tbody>tr>td[data-v-4dc2e421]:nth-of-type(4){width:15%}.table>tbody>tr>td[data-v-4dc2e421]:nth-of-type(5){width:10%}.table>tbody>tr>td[data-v-4dc2e421]:nth-of-type(6){width:5%}.table>tbody>tr>td[data-v-4dc2e421]:nth-of-type(7){width:20%}.table>tbody>tr>td>img[data-v-4dc2e421]{max-width:100%}.block-body>.block-loader[data-v-688d686f],.block-body[data-v-688d686f]{min-height:400px}.table-reserves>tbody>tr>td[data-v-688d686f]{cursor:pointer}.table-reserves>tbody>tr>td[data-v-688d686f]:first-of-type{width:30%}.table-reserves>tbody>tr>td[data-v-688d686f]:nth-of-type(2),.table-reserves>tbody>tr>td[data-v-688d686f]:nth-of-type(3){width:10%}.table-reserves>tbody>tr>td[data-v-688d686f]:nth-of-type(4){width:20%}.table-reserves>tbody>tr>td[data-v-688d686f]:nth-of-type(5){width:10%}.table-reserves>tbody>tr>td[data-v-688d686f]:nth-of-type(6){width:20%}.stock-reserve-component[data-v-343fe36c]{position:fixed;display:table;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;top:0;left:0;z-index:9000;background-color:rgba(75,75,75,.8);box-sizing:border-box}.stock-reserve-component>div[data-v-343fe36c]{display:table-cell;width:100%;height:100%}.stock-reserve-component>div>div[data-v-343fe36c]{position:absolute;background-color:#fff;width:100%;height:100%;border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow:0!important;-moz-box-shadow:0!important}.stock-reserve-head[data-v-343fe36c]{display:table;width:100%;height:50px;border-bottom:1px solid rgba(0,0,0,.08);padding-left:8px}.stock-reserve-confirm[data-v-343fe36c],.stock-reserve-export[data-v-343fe36c],.stock-reserve-import[data-v-343fe36c]{float:right;margin:6px}.stock-reserve-close[data-v-343fe36c]{float:right;color:#999fae;border:1px solid #999fae;padding:8px 10px 5px;margin-top:6px;margin-right:8px;border-radius:22px;cursor:pointer}.stock-reserve-close[data-v-343fe36c]:hover{color:#fd3259;border:1px solid #fd3259}.stock-reserve-head>span[data-v-343fe36c]{height:100%;display:table-cell;vertical-align:middle;font-family:Raleway,sans-serif;text-transform:uppercase;font-size:14px;font-weight:700;color:#4b4b4b}.stock-reserve-head>span>i[data-v-343fe36c]{color:#29166f}.stock-reserve-content[data-v-343fe36c]{width:100%;height:100%;padding:0 10px 60px;box-sizing:border-box}.stock-reserve-content>div.table-responsive[data-v-343fe36c]{width:100%}.stock-reserve-content>div.table-responsive>table[data-v-343fe36c]{width:100%;min-width:1000px}.stock-reserve-content>div.table-responsive[data-v-343fe36c]:first-of-type,.stock-reserve-content>div.table[data-v-343fe36c]:first-of-type{height:50px}.stock-reserve-content>div.table-responsive[data-v-343fe36c]:nth-of-type(2),.stock-reserve-content>div.table[data-v-343fe36c]:nth-of-type(2){max-height:calc(100% - 50px)}.stock-reserve-content th[data-v-343fe36c]{padding:10px;border-bottom:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08)}.table-responsive th[data-v-343fe36c]:last-of-type{border-right:0}.table-responsive tr:first-of-type>td:nth-of-type(2)>button[data-v-343fe36c]{margin:auto}.table-stripped.table-responsive>table>tbody>tr[data-v-343fe36c]:first-of-type{background-color:#29166f}.table-responsive td[data-v-343fe36c]:nth-of-type(2),.table-responsive th[data-v-343fe36c]:nth-of-type(2){width:200px;text-align:center}.stock-reserve-content td[data-v-343fe36c]{padding:8px;box-sizing:border-box}.table-responsive td[data-v-343fe36c]:nth-of-type(5),.table-responsive td[data-v-343fe36c]:nth-of-type(6){text-align:center}.table td[data-v-343fe36c]:nth-of-type(2),.table th[data-v-343fe36c]:nth-of-type(2){width:160px}.table td[data-v-343fe36c]:nth-of-type(2){text-align:center}.stock-reserve-content tr.current>td[data-v-343fe36c]{background-color:#29166f;color:#999fae}.block-body>.block-loader[data-v-72063648],.block-body[data-v-72063648]{min-height:400px}.table-responsive td[data-v-72063648]:nth-of-type(2),.table-responsive th[data-v-72063648]:nth-of-type(2){width:100px;text-align:center}.block-body>.block-loader[data-v-e123996e],.block-body[data-v-e123996e]{min-height:400px}.table-movements>tbody>tr>td[data-v-e123996e]{cursor:pointer}.table-movements>tbody>tr>td[data-v-e123996e]:first-of-type{width:130px}.table-movements>tbody>tr>td[data-v-e123996e]:nth-of-type(2),.table-movements>tbody>tr>td[data-v-e123996e]:nth-of-type(3){width:90px}.table-movements>tbody>tr>td[data-v-e123996e]:nth-of-type(4){width:200px}.table-movements>tbody>tr>td[data-v-e123996e]:nth-of-type(5){width:90px}.table-movements>tbody>tr>td[data-v-e123996e]:nth-of-type(7),.table-movements>tbody>tr>td[data-v-e123996e]:nth-of-type(8),.table-movements>thead>tr>th[data-v-e123996e]:nth-of-type(7),.table-movements>thead>tr>th[data-v-e123996e]:nth-of-type(8){width:90px;text-align:center}.table-movements>tbody>tr>td[data-v-e123996e]:nth-of-type(9){width:100px}.warehouse-movement[data-v-78af802b]{position:fixed;display:table;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;top:0;left:0;z-index:9000;background-color:rgba(75,75,75,.8);box-sizing:border-box}.warehouse-movement>div[data-v-78af802b]{display:table-cell;width:100%;height:100%}.warehouse-movement>div>div[data-v-78af802b]{position:absolute;background-color:#fff;width:100%;height:100%;border-radius:8px;box-shadow:0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow:0!important;-moz-box-shadow:0!important}.warehouse-movement-head[data-v-78af802b]{display:table;width:100%;height:50px;border-bottom:1px solid rgba(0,0,0,.08);padding-left:8px}.warehouse-movement-confirm[data-v-78af802b],.warehouse-movement-import[data-v-78af802b]{float:right;margin:6px}.warehouse-movement-close[data-v-78af802b]{float:right;color:#999fae;border:1px solid #999fae;padding:8px 10px 5px;margin-top:6px;margin-right:8px;border-radius:22px;cursor:pointer}.warehouse-movement-close[data-v-78af802b]:hover{color:#fd3259;border:1px solid #fd3259}.warehouse-movement-head>span[data-v-78af802b]{height:100%;display:table-cell;vertical-align:middle;font-family:Raleway,sans-serif;text-transform:uppercase;font-size:14px;font-weight:700;color:#4b4b4b}.warehouse-movement-head>span>i[data-v-78af802b]{color:#29166f}.warehouse-movement-content[data-v-78af802b]{width:100%;height:100%;padding:0 10px 60px;box-sizing:border-box}.warehouse-movement-content>div.table-responsive[data-v-78af802b]{width:100%}.warehouse-movement-content>div.table-responsive>table[data-v-78af802b]{width:100%;min-width:1000px}.warehouse-movement-content>div.table-responsive[data-v-78af802b]:first-of-type,.warehouse-movement-content>div.table[data-v-78af802b]:first-of-type{height:50px}.warehouse-movement-content>div.table-responsive[data-v-78af802b]:nth-of-type(2),.warehouse-movement-content>div.table[data-v-78af802b]:nth-of-type(2){max-height:calc(100% - 50px)}.warehouse-movement-content th[data-v-78af802b]{padding:10px;border-bottom:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08)}.table-responsive th[data-v-78af802b]:last-of-type{border-right:0}.table-responsive td[data-v-78af802b]:first-of-type,.table-responsive th[data-v-78af802b]:first-of-type{width:150px}.table-responsive td[data-v-78af802b]:nth-of-type(2),.table-responsive th[data-v-78af802b]:nth-of-type(2){width:250px}.table-responsive td[data-v-78af802b]:nth-of-type(4),.table-responsive th[data-v-78af802b]:nth-of-type(4){width:350px}.table-responsive td[data-v-78af802b]:nth-of-type(5),.table-responsive th[data-v-78af802b]:nth-of-type(5){width:190px}.table-responsive td[data-v-78af802b]:nth-of-type(6),.table-responsive th[data-v-78af802b]:nth-of-type(6){width:100px}.warehouse-movement-content td[data-v-78af802b]{padding:8px;box-sizing:border-box}.table-responsive td[data-v-78af802b]:nth-of-type(5),.table-responsive td[data-v-78af802b]:nth-of-type(6){text-align:center}.table td[data-v-78af802b]:nth-of-type(2),.table th[data-v-78af802b]:nth-of-type(2){width:160px}.table td[data-v-78af802b]:nth-of-type(2){text-align:center}.warehouse-movement-content tr.current>td[data-v-78af802b]{background-color:#29166f;color:#999fae}.block-body>.block-loader[data-v-6f3715b2],.block-body[data-v-6f3715b2]{min-height:400px}tr>td[data-v-6b047332]:nth-child(2),tr>td[data-v-6b047332]:nth-child(3),tr>td[data-v-6b047332]:nth-child(4),tr>td[data-v-6b047332]:nth-child(5),tr>td[data-v-6b047332]:nth-child(6),tr>th[data-v-6b047332]:nth-child(2),tr>th[data-v-6b047332]:nth-child(3),tr>th[data-v-6b047332]:nth-child(4),tr>th[data-v-6b047332]:nth-child(5),tr>th[data-v-6b047332]:nth-child(6){width:80px;text-align:center}.page-item[data-v-824f89bc]{display:inline-block;width:40px;height:40px;background-color:#fff;cursor:pointer;border-right:1px solid #f2f3f9}.page-item.disabled[data-v-824f89bc]{opacity:.5;cursor:not-allowed}.page-item.disabled[data-v-824f89bc]:hover{background-color:#fff!important}.page-item[data-v-824f89bc]:first-of-type{border-left:1px solid #f2f3f9}.page-item[data-v-824f89bc]:hover{background-color:#6569df;border-right:1px solid #fff}.page-item[data-v-824f89bc]:hover:first-of-type{border-left:1px solid #fff}.page-item.current[data-v-824f89bc]{background-color:#29166f;border-right:1px solid #fff}.page-item.current[data-v-824f89bc]:first-of-type{border-left:1px solid #fff}.page-item>div[data-v-824f89bc]{display:table;width:100%;height:100%}.page-item>div>div[data-v-824f89bc]{display:table-cell;width:100%;height:100%;vertical-align:middle;color:#373737;text-align:center}.page-item.current>div>div[data-v-824f89bc],.page-item:hover>div>div[data-v-824f89bc]{color:#fff}.page-item.disabled:hover>div>div[data-v-824f89bc]{color:#373737}.paginator-info[data-v-824f89bc]{text-align:right;color:#999fae}.block-body>.block-loader[data-v-73a31091],.block-body[data-v-73a31091]{min-height:400px}.table>tbody>tr>td[data-v-73a31091]:first-of-type,.table>tbody>tr>td[data-v-73a31091]:nth-of-type(2){width:20%}.table>tbody>tr>td[data-v-73a31091]:nth-of-type(3),.table>tbody>tr>td[data-v-73a31091]:nth-of-type(4){width:15%}.table>tbody>tr>td[data-v-73a31091]:nth-of-type(5){width:10%}.table>tbody>tr>td[data-v-73a31091]:nth-of-type(6){width:5%}.table>tbody>tr>td[data-v-73a31091]:nth-of-type(7){width:20%}.table>tbody>tr>td>img[data-v-73a31091]{max-width:100%}.product-data .important[data-v-693417e4]{color:#29166f}.product-data .reference[data-v-693417e4]{padding:25px 25px 0;box-sizing:border-box;border-top:1px solid #f0f0f0}.product-data .name[data-v-693417e4]{padding:0 25px 25px;box-sizing:border-box}.product-data .name-edit[data-v-693417e4],.product-data .pricing[data-v-693417e4]{padding:25px;border-top:1px solid #f0f0f0}.product-data .pricing[data-v-693417e4]{box-sizing:border-box}.product-data .buttons[data-v-693417e4]{display:-ms-flexbox;display:flex}.product-data .buttons>button[data-v-693417e4]{width:100%}.product-data .buttons>button.edit[data-v-693417e4]{width:50%}.shop-product>div[data-v-693417e4]{position:relative}.shop-product .delete[data-v-693417e4]{position:absolute;top:5px;right:5px;display:none}.shop-product:hover .delete[data-v-693417e4]{display:block}.alert-component[data-v-6ee2fe76]{position:fixed;display:table;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;top:0;left:0;z-index:10000;background-color:rgba(75,75,75,.8);box-sizing:border-box}.alert-component>div[data-v-6ee2fe76]{display:table-cell;width:100%;height:100%;vertical-align:middle}.alert-component>div>div[data-v-6ee2fe76]{position:relative;width:95%;max-width:400px;min-height:200px;background-color:#fff;margin:auto;padding-bottom:40px;box-shadow:0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow:0!important;-moz-box-shadow:0!important;border-radius:8px}.alert-head[data-v-6ee2fe76]{display:inline-block;width:100%;border-bottom:1px solid #f0f0f0;margin:0}.alert-head>h3[data-v-6ee2fe76]{font-family:Rosarina,sans-serif;text-align:center;opacity:.95}.alert-content[data-v-6ee2fe76]{padding:18px;box-sizing:border-box;font-size:12px;font-family:Roboto,sans-serif;color:#4b4b4b;text-align:center}.alert-buttons[data-v-6ee2fe76]{position:absolute;bottom:0;display:inline-block;width:100%;height:48px;padding-top:5px;border-top:1px solid #f0f0f0;margin:0;text-align:center}.alert-buttons>.btn[data-v-6ee2fe76]{display:inline-block;margin:0 4px}.ti.ti-check[data-v-06295e8a],.ti.ti-plus[data-v-06295e8a]{color:#3ccc38;cursor:pointer;margin-left:5px}.ti.ti-check[data-v-06295e8a]:hover,.ti.ti-plus[data-v-06295e8a]:hover{color:#00a83a}.ti.ti-trash[data-v-06295e8a]{color:#fd3259;cursor:pointer}.ti.ti-trash[data-v-06295e8a]:hover{color:#e71835}.halo-tree li span[data-v-06295e8a]:hover{background-color:transparent}.vue-tooltip{background-color:#000;box-sizing:border-box;color:#fff;max-width:320px;padding:6px 10px;border-radius:3px;z-index:100;box-shadow:2px 2px 3px rgba(0,0,0,.4)}.vue-tooltip.vue-tooltip-hidden{transform:translateX(-100000px)!important}.vue-tooltip .vue-tooltip-content{text-align:center}.vue-tooltip .tooltip-arrow{content:"";width:0;height:0;border-style:solid;position:absolute;margin:5px}.vue-tooltip[x-out-of-boundaries]{display:none}.vue-tooltip[x-placement^=bottom]{margin-top:5px}.vue-tooltip[x-placement^=bottom] .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:#000;border-top-color:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important;top:-5px;margin-top:0;margin-bottom:0}.vue-tooltip[x-placement^=top]{margin-bottom:5px}.vue-tooltip[x-placement^=top] .tooltip-arrow{border-width:5px 5px 0;border-top-color:#000;border-bottom-color:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important;bottom:-5px;margin-top:0;margin-bottom:0}.vue-tooltip[x-placement^=right]{margin-left:5px}.vue-tooltip[x-placement^=right] .tooltip-arrow{border-width:5px 5px 5px 0;border-right-color:#000;border-top-color:transparent!important;border-left-color:transparent!important;border-bottom-color:transparent!important;left:-5px;margin-left:0;margin-right:0}.vue-tooltip[x-placement^=left]{margin-right:5px}.vue-tooltip[x-placement^=left] .tooltip-arrow{border-width:5px 0 5px 5px;border-left-color:#000;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important;right:-5px;margin-left:0;margin-right:0}.qrcode-stream{display:flex;flex-flow:row nowrap;justify-content:space-around;align-items:center}.qrcode-stream__inner-wrapper{position:relative;max-width:100%;max-height:100%;z-index:0}.qrcode-stream__overlay,.qrcode-stream__tracking-layer{position:absolute;width:100%;height:100%;top:0;left:0}.qrcode-stream__camera,.qrcode-stream__pause-frame{display:block;object-fit:contain;max-width:100%;max-height:100%}.qrcode-reader{display:flex;flex-flow:row nowrap;justify-content:space-around;align-items:center}.qrcode-reader__inner-wrapper{position:relative;max-width:100%;max-height:100%;z-index:0}.qrcode-reader__overlay,.qrcode-reader__tracking-layer{position:absolute;width:100%;height:100%;top:0;left:0}.qrcode-reader__camera,.qrcode-reader__pause-frame{display:block;object-fit:contain;max-width:100%;max-height:100%}@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}to{width:25px;left:14px;top:45px}}@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0;top:35px}to{width:47px;right:8px;top:38px}}@keyframes rotatePlaceholder{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}.animateSuccessTip{animation:animateSuccessTip .75s}.animateSuccessLong{animation:animateSuccessLong .75s}.sweet-modal-icon.sweet-modal-success.animate:after{animation:rotatePlaceholder 4.25s ease-in}@keyframes animateErrorIcon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0deg);opacity:1}}.animateErrorIcon{animation:animateErrorIcon .5s}@keyframes animateXMark{0%{transform:scale(.4);margin-top:26px;opacity:0}50%{transform:scale(.4);margin-top:26px;opacity:0}80%{transform:scale(1.15);margin-top:-6px}to{transform:scale(1);margin-top:0;opacity:1}}.animateXMark{animation:animateXMark .5s}@keyframes pulseWarning{0%{border-color:#f8d486}to{border-color:#f8bb86}}.pulseWarning{animation:pulseWarning .75s infinite alternate}@keyframes pulseWarningIns{0%{background-color:#f8d486}to{background-color:#f8bb86}}.pulseWarningIns{animation:pulseWarningIns .75s infinite alternate}@keyframes rotate-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sweet-modal-icon{position:relative;width:80px;height:80px;border:4px solid gray;border-radius:50%;margin:auto;padding:0;box-sizing:content-box}.sweet-modal-icon.sweet-modal-error{border-color:#f44336}.sweet-modal-icon.sweet-modal-error .sweet-modal-x-mark{position:relative;display:block}.sweet-modal-icon.sweet-modal-error .sweet-modal-line{display:block;position:absolute;top:37px;height:5px;width:47px;background-color:#f44336;border-radius:2px}.sweet-modal-icon.sweet-modal-error .sweet-modal-line.sweet-modal-left{transform:rotate(45deg);left:17px}.sweet-modal-icon.sweet-modal-error .sweet-modal-line.sweet-modal-right{transform:rotate(-45deg);right:16px}.sweet-modal-icon.sweet-modal-warning{border-color:#ff9800}.sweet-modal-icon.sweet-modal-warning .sweet-modal-body{position:absolute;width:5px;height:47px;left:50%;top:10px;margin-left:-2px;border-radius:2px;background-color:#ff9800}.sweet-modal-icon.sweet-modal-warning .sweet-modal-dot{position:absolute;left:50%;bottom:10px;width:7px;height:7px;margin-left:-3px;border-radius:50%;background-color:#ff9800}.sweet-modal-icon.sweet-modal-info{border-color:#039be5}.sweet-modal-icon.sweet-modal-info:before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;margin-left:-2px;border-radius:2px;background-color:#039be5}.sweet-modal-icon.sweet-modal-info:after{content:"";position:absolute;width:7px;height:7px;top:19px;margin-left:-3px;border-radius:50%;background-color:#039be5}.sweet-modal-icon.sweet-modal-success{border-color:#4caf50}.sweet-modal-icon.sweet-modal-success:after,.sweet-modal-icon.sweet-modal-success:before{content:"";position:absolute;border-radius:40px;width:60px;height:120px;background:#fff;transform:rotate(45deg)}.sweet-modal-icon.sweet-modal-success:before{border-radius:120px 0 0 120px;top:-7px;left:-33px;transform:rotate(-45deg);transform-origin:60px 60px}.sweet-modal-icon.sweet-modal-success:after{border-radius:0 120px 120px 0;top:-11px;left:30px;transform:rotate(-45deg);transform-origin:0 60px}.sweet-modal-icon.sweet-modal-success .sweet-modal-placeholder{box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2;width:80px;height:80px;border:4px solid rgba(76,175,80,.2);border-radius:50%}.sweet-modal-icon.sweet-modal-success .sweet-modal-fix{position:absolute;left:28px;top:8px;z-index:1;width:7px;height:90px;background-color:#fff;transform:rotate(-45deg)}.sweet-modal-icon.sweet-modal-success .sweet-modal-line{display:block;position:absolute;z-index:2;height:5px;background-color:#4caf50;border-radius:2px}.sweet-modal-icon.sweet-modal-success .sweet-modal-line.sweet-modal-tip{width:25px;left:14px;top:46px;transform:rotate(45deg)}.sweet-modal-icon.sweet-modal-success .sweet-modal-line.sweet-modal-long{width:47px;right:8px;top:38px;transform:rotate(-45deg)}.sweet-modal-icon.sweet-modal-custom{border-radius:0;border:none;background-size:contain;background-position:50%;background-repeat:no-repeat}.sweet-modal.theme-dark .sweet-modal-icon.sweet-modal-success .sweet-modal-fix,.sweet-modal.theme-dark .sweet-modal-icon.sweet-modal-success:after,.sweet-modal.theme-dark .sweet-modal-icon.sweet-modal-success:before{background-color:#182028}.sweet-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9001;font-size:14px;-webkit-font-smoothing:antialiased;background:hsla(0,0%,100%,.9);opacity:0;transition:opacity .3s;transform:translate3D(0,0,0);-webkit-perspective:500px}.sweet-modal-overlay.theme-dark{background:rgba(24,32,40,.94)}.sweet-modal-overlay.is-visible{opacity:1}.sweet-modal{box-sizing:border-box;background:#fff;box-shadow:0 8px 46px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.03);position:absolute;top:50%;left:50%;width:80%;max-width:640px;max-height:100vh;overflow-y:auto;border-radius:2px;transform:scale(.9) translate(calc(-50% - 32px),-50%);opacity:0;transition-property:transform,opacity;transition-duration:.3s;transition-delay:.05s;transition-timing-function:cubic-bezier(.52,.02,.19,1.02)}.sweet-modal .sweet-box-actions{position:absolute;top:12px;right:12px}.sweet-modal .sweet-box-actions .sweet-action-close{display:inline-block;cursor:pointer;color:#222c38;text-align:center;width:42px;height:42px;line-height:42px;border-radius:50%}.sweet-modal .sweet-box-actions .sweet-action-close svg{width:24px;height:24px;vertical-align:middle;margin-top:-2px}.sweet-modal .sweet-box-actions .sweet-action-close svg,.sweet-modal .sweet-box-actions .sweet-action-close svg circle,.sweet-modal .sweet-box-actions .sweet-action-close svg path,.sweet-modal .sweet-box-actions .sweet-action-close svg polygon,.sweet-modal .sweet-box-actions .sweet-action-close svg rect{fill:currentColor}.sweet-modal .sweet-box-actions .sweet-action-close:hover{background:#039be5;color:#fff}.sweet-modal .sweet-title{height:64px;line-height:64px;border-bottom:1px solid #eaeaea;padding-left:32px;padding-right:64px}.sweet-modal .sweet-title,.sweet-modal .sweet-title>h2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sweet-modal .sweet-title>h2{margin:0;padding:0;font-weight:500;font-size:22px}.sweet-modal ul.sweet-modal-tabs{margin:0;padding:0;list-style-type:none;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:calc(100% + 32px);height:100%;margin-left:-32px;overflow-x:auto}.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab{display:block;height:100%}.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding-left:20px;padding-right:20px;color:#222c38;text-decoration:none;text-align:center;height:100%}.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-title{display:block}.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon{display:block;line-height:1}.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img,.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg{width:16px;height:16px}.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img,.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img circle,.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img path,.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img polygon,.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img rect,.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg,.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg circle,.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg path,.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg polygon,.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg rect{fill:currentColor}.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon+span.sweet-modal-tab-title{line-height:1;margin-top:8px}.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab:first-child a{padding-left:32px}.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab.active a{font-weight:600;color:#039be5}.sweet-modal ul.sweet-modal-tabs li.sweet-modal-tab.disabled a{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default;pointer-events:none;color:#999}.sweet-modal.has-tabs:not(.has-title) .sweet-title{height:84px;line-height:84px}.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs{width:100%;height:48px;margin:0;border-bottom:1px solid #eaeaea}.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a{margin-top:-4px}.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon{display:inline-block}.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon img,.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-icon svg{vertical-align:middle;margin-top:-2px;margin-right:8px}.sweet-modal.has-tabs.has-title ul.sweet-modal-tabs li.sweet-modal-tab a span.sweet-modal-tab-title{display:inline-block}.sweet-modal .sweet-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:24px 32px;line-height:1.5}.sweet-modal .sweet-content .sweet-content-content{-ms-flex-positive:1;flex-grow:1}.sweet-modal .sweet-content .sweet-modal-tab:not(.active){display:none}.sweet-modal .sweet-content .sweet-modal-icon{margin-bottom:36px}.sweet-modal .sweet-buttons{text-align:right;padding:12px 20px}.sweet-modal .sweet-content+.sweet-buttons{border-top:1px solid #eaeaea}.sweet-modal.is-alert .sweet-content{display:block;text-align:center;font-size:16px;padding-top:64px;padding-bottom:64px}.sweet-modal.has-tabs.has-icon .sweet-content{padding-top:32px;padding-bottom:32px}.sweet-modal.has-tabs.has-icon .sweet-content .sweet-content-content{padding-left:32px}.sweet-modal.has-tabs.has-icon .sweet-content .sweet-modal-icon,.sweet-modal:not(.has-content) .sweet-modal-icon{margin-bottom:0}.sweet-modal.theme-dark{background:#182028;color:#fff}.sweet-modal.theme-dark .sweet-box-actions .sweet-action-close{color:#fff}.sweet-modal.theme-dark .sweet-title{border-bottom-color:#090c0f;box-shadow:0 1px 0 #273442}.sweet-modal.theme-dark ul.sweet-modal-tabs li a{color:#fff}.sweet-modal.theme-dark ul.sweet-modal-tabs li.active a{color:#039be5}.sweet-modal.theme-dark ul.sweet-modal-tabs li.disabled a{color:#3e5368}.sweet-modal.theme-dark.has-tabs.has-title ul.sweet-modal-tabs{border-bottom-color:#090c0f;box-shadow:0 1px 0 #273442}.sweet-modal.theme-dark .sweet-content+.sweet-buttons{border-top-color:#273442;box-shadow:0 -1px 0 #090c0f}.sweet-modal .sweet-buttons,.sweet-modal .sweet-content{opacity:0;transition-property:transform,opacity;transition-duration:.3s;transition-delay:.09s;transition-timing-function:cubic-bezier(.52,.02,.19,1.02)}.sweet-modal .sweet-content{transform:translateY(-8px)}.sweet-modal .sweet-buttons{transform:translateY(16px)}.sweet-modal.is-visible{transform:translate(-50%,-50%);opacity:1}.sweet-modal.is-visible .sweet-buttons,.sweet-modal.is-visible .sweet-content{transform:none;opacity:1}.sweet-modal.bounce{animation-name:bounce;animation-duration:.3s;animation-iteration-count:2;animation-direction:alternate}@media screen and (min-width:601px){@keyframes bounce{0%{transform:scale(1) translate(-50%,-50%)}50%{transform:scale(1.02) translate(calc(-50% + 8px),-50%)}to{transform:scale(1) translate(-50%,-50%)}}}@media screen and (max-width:600px){.sweet-modal.is-mobile-fullscreen{width:100%;height:100vh;left:0;top:0;transform:scale(.9)}.sweet-modal.is-mobile-fullscreen.is-visible{transform:none}.sweet-modal.is-mobile-fullscreen .sweet-buttons{box-sizing:border-box;position:absolute;bottom:0;left:0;width:100%}}.halo-tree li span:hover{background-color:transparent}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.halo-tree .expand-enter-active{transition:all 3s ease;height:50px;overflow:hidden}.halo-tree .expand-leave-active{transition:all 3s ease;height:0;overflow:hidden}.halo-tree .expand-enter,.halo-tree .expand-leave{height:0;opacity:0}.halo-tree{font-size:14px;transition:height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out}.halo-tree ul{box-sizing:border-box}.halo-tree li,.halo-tree ul{list-style-type:none;text-align:left}.halo-tree .inputCheck{display:inline-block;position:relative;width:14px;height:14px;border:1px solid #888;border-radius:2px;top:4px;text-align:center;font-size:14px;line-height:14px}.halo-tree .inputCheck.notAllNodes:before{content:"\2713";display:block;position:absolute;width:100%;height:100%;background-color:#888;z-index:1;color:#fff}.halo-tree .inputCheck.box-checked:after{content:"\2713";display:block;position:absolute;z-index:1;width:100%;text-align:center}.halo-tree .box-halfchecked{background-color:#888}.halo-tree .box-halfchecked:after{content:"\2713";display:block;position:absolute;z-index:1;width:100%;text-align:center;color:#fff}.halo-tree .check{display:block;position:absolute;font-size:14px;width:16px;height:16px;left:-5px;top:-4px;border:1px solid #000;opacity:0;cursor:pointer;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);z-index:2}.halo-tree .chkDisabled{background-color:#f5f5f5;opacity:1;cursor:not-allowed}.halo-tree li{margin:0;padding:5px 5px 5px 15px;position:relative;list-style:none}.halo-tree li:after,.halo-tree li:before{content:"";left:-8px;position:absolute;right:auto;border-width:1px}.halo-tree li:before{border-left:1px dashed #999;bottom:50px;height:100%;top:-8px;width:1px}.halo-tree li:after{border-top:1px dashed #999;height:20px;top:17px;width:28px}.halo-tree li:last-child:before{height:26px}.halo-tree>li.first-node:before{top:17px}.halo-tree>li.second-node:before{top:4px}.halo-tree>li.first-node.only-node:before{border-left:none}.halo-tree>li.only-node:after{border-top:none}.halo-tree>ul{padding-left:0}.halo-tree ul{padding-left:17px;padding-top:10px}.halo-tree .tree-expand{display:inline-block;width:14px;height:14px;text-align:center;line-height:13px;border:1px solid #888;border-radius:2px;background:#fff;font-style:normal}.halo-tree .tree-open{line-height:13px}.halo-tree .tree-close:after{content:"+"}.halo-tree .tree-open:after{content:"\2013"}.halo-tree .tree-empty:after{content:""}.halo-tree .tree-node-el{background-color:#fff;padding-left:2px;position:relative;z-index:3}.halo-tree li.leaf{padding-left:15px}.halo-tree li.leaf:after{content:"";left:-7px;position:absolute;right:auto;border-width:1px;border-top:1px dashed #999;height:20px;top:17px;width:25px}.halo-tree-search-box{height:18px;line-height:18px;outline:none;border:1px solid #888;border-radius:3px}.halo-tree-search-box:focus{border:1px solid #108ee9;box-shadow:0 2px 2px rgba(16,142,233,.2);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.halo-tree .node-title{padding:3px;border-radius:3px;cursor:pointer;margin:0 2px}.halo-tree .node-title:hover{background-color:#ccc}.halo-tree .node-title-disabled{padding:3px;border-radius:3px;background-color:#f5f5f5;opacity:1;cursor:not-allowed;margin:0 2px}.halo-tree .node-title-disabled:hover{background-color:#f5f5f5}.halo-tree .node-selected{border:1px solid #ddd;background-color:#ddd}.halo-tree .node-title.node-searched{border:1px solid #ff8247}svg[data-v-e7743bdc]{height:14px;width:14px;overflow:visible;line-height:14px}circle[data-v-e7743bdc]{fill:#1e90ff;fill-opacity:0;animation:opacity-data-v-e7743bdc 1.2s linear infinite}circle[data-v-e7743bdc]:nth-child(12n+1){animation-delay:-.1s}circle[data-v-e7743bdc]:nth-child(12n+2){animation-delay:-.2s}circle[data-v-e7743bdc]:nth-child(12n+3){animation-delay:-.3s}circle[data-v-e7743bdc]:nth-child(12n+4){animation-delay:-.4s}circle[data-v-e7743bdc]:nth-child(12n+5){animation-delay:-.5s}circle[data-v-e7743bdc]:nth-child(12n+6){animation-delay:-.6s}circle[data-v-e7743bdc]:nth-child(12n+7){animation-delay:-.7s}circle[data-v-e7743bdc]:nth-child(12n+8){animation-delay:-.8s}circle[data-v-e7743bdc]:nth-child(12n+9){animation-delay:-.9s}circle[data-v-e7743bdc]:nth-child(12n+10){animation-delay:-1s}circle[data-v-e7743bdc]:nth-child(12n+11){animation-delay:-1.1s}circle[data-v-e7743bdc]:nth-child(12n+12){animation-delay:-1.2s}.g-circles--v2 circle[data-v-e7743bdc]{fill-opacity:0;stroke-opacity:0;stroke-width:1;stroke:#9acd32;animation-name:opacity-stroke-data-v-e7743bdc,colors-data-v-e7743bdc,colors-stroke-data-v-e7743bdc,transform-2-data-v-e7743bdc}.g-circles--v3 circle[data-v-e7743bdc]{fill-opacity:1;animation-name:opacity-data-v-e7743bdc,colors-data-v-e7743bdc}.g-circles--v4 circle[data-v-e7743bdc]{fill-opacity:1;fill:orange;transform-origin:60px 60px;animation-name:opacity-data-v-e7743bdc,colors-3-data-v-e7743bdc,transform-data-v-e7743bdc}@keyframes opacity-data-v-e7743bdc{3%{fill-opacity:1}75%{fill-opacity:0}}@keyframes opacity-stroke-data-v-e7743bdc{10%{stroke-opacity:1}85%{stroke-opacity:0}}@keyframes colors-data-v-e7743bdc{0%{fill:#9acd32}10%{fill:gold}75%{fill:crimson}}@keyframes colors-stroke-data-v-e7743bdc{0%{stroke:#9acd32}10%{stroke:gold}75%{stroke:crimson}}@keyframes colors-2-data-v-e7743bdc{0%{fill:#ff0}50%{fill:red}65%{fill:#ff4500}95%{fill:gold}}@keyframes colors-3-data-v-e7743bdc{0%{fill:#9acd32}50%{fill:#40e0d0}65%{fill:#ff0}95%{fill:orange}}@keyframes transform-data-v-e7743bdc{10%{transform:scale(.75)}}@keyframes transform-2-data-v-e7743bdc{40%{transform:scale(.85)}60%{stroke-width:20}}.tree-container{position:relative;width:90%;height:36px;border:1px solid #ccc;border-radius:6px}.tag-box-container{position:relative;width:100%;height:36px;overflow:hidden}.tag-box{width:2000%;height:36px}.tree-box{margin-top:3px;border-radius:6px;border:1px solid #ccc;box-shadow:0 0 5px rgba(0,0,0,.4)}.tree-box ul{margin-left:0;-webkit-padding-start:10px}.search-input{width:96%;height:30px;box-sizing:border-box;margin:5px auto 0;font-size:14px;text-indent:1em;outline:none}.search-input,.tag{border:1px solid #ccc;border-radius:6px}.tag{float:left;position:relative;min-width:50px;height:26px;margin:4px;padding:0 10px;line-height:26px;text-align:center;background-color:#fff;user-select:none;cursor:default;transition:padding .3s}.tag .rmNode{display:none}.tag:hover{padding-right:25px}.tag:hover>.rmNode{display:block!important}.blank{background-color:#fff;border:0}.rmNode{position:absolute;right:5px;top:5px;width:15px;height:15px;line-height:15px;font-size:12px;background-color:#b3b3b3;color:#ececec;border-radius:50%;cursor:pointer}.fade-enter-active,.fade-leave-active{transition:opacity .5s,transform .5s}.fade-enter,.fade-leave-active{opacity:0;transform:translateY(-10px)}.vue-switcher{position:relative;display:inline-block}.vue-switcher__label{display:block;font-size:10px;margin-bottom:5px}.vue-switcher input{opacity:0;width:100%;height:100%;position:absolute;z-index:1;cursor:pointer}.vue-switcher div{height:10px;width:40px;position:relative;border-radius:30px;display:-ms-flex;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;cursor:pointer;transition:all .4s ease}.vue-switcher div:after{content:"";height:18px;width:18px;border-radius:100px;display:block;transition:all .3s ease;position:absolute;left:100%;margin-left:-17px;cursor:pointer;top:-4px}.vue-switcher--unchecked div{-ms-flex-pack:end;justify-content:flex-end}.vue-switcher--unchecked div:after{left:15px}.vue-switcher--disabled div{opacity:.3}.vue-switcher--disabled input{cursor:not-allowed}.vue-switcher--bold div{top:-8px;height:26px;width:51px}.vue-switcher--bold div:after{margin-left:-22px;top:4px}.vue-switcher--bold--unchecked div:after{left:26px}.vue-switcher--bold .vue-switcher__label span{padding-bottom:7px;display:inline-block}.vue-switcher-theme--default.vue-switcher-color--default div{background-color:#b7b7b7}.vue-switcher-theme--default.vue-switcher-color--default div:after{background-color:#9d9d9d}.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div{background-color:#aaa}.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div:after{background-color:#c4c4c4}.vue-switcher-theme--default.vue-switcher-color--blue div{background-color:#77b0c8}.vue-switcher-theme--default.vue-switcher-color--blue div:after{background-color:#539bb9}.vue-switcher-theme--default.vue-switcher-color--blue.vue-switcher--unchecked div{background-color:#c0dae5}.vue-switcher-theme--default.vue-switcher-color--blue.vue-switcher--unchecked div:after{background-color:#77b0c8}.vue-switcher-theme--default.vue-switcher-color--red div{background-color:#c87777}.vue-switcher-theme--default.vue-switcher-color--red div:after{background-color:#b95353}.vue-switcher-theme--default.vue-switcher-color--red.vue-switcher--unchecked div{background-color:#e5c0c0}.vue-switcher-theme--default.vue-switcher-color--red.vue-switcher--unchecked div:after{background-color:#c87777}.vue-switcher-theme--default.vue-switcher-color--yellow div{background-color:#c9c377}.vue-switcher-theme--default.vue-switcher-color--yellow div:after{background-color:#bab353}.vue-switcher-theme--default.vue-switcher-color--yellow.vue-switcher--unchecked div{background-color:#e6e3c0}.vue-switcher-theme--default.vue-switcher-color--yellow.vue-switcher--unchecked div:after{background-color:#c9c377}.vue-switcher-theme--default.vue-switcher-color--orange div{background-color:#c89577}.vue-switcher-theme--default.vue-switcher-color--orange div:after{background-color:#b97953}.vue-switcher-theme--default.vue-switcher-color--orange.vue-switcher--unchecked div{background-color:#e5cec0}.vue-switcher-theme--default.vue-switcher-color--orange.vue-switcher--unchecked div:after{background-color:#c89577}.vue-switcher-theme--default.vue-switcher-color--green div{background-color:#77c88d}.vue-switcher-theme--default.vue-switcher-color--green div:after{background-color:#53b96e}.vue-switcher-theme--default.vue-switcher-color--green.vue-switcher--unchecked div{background-color:#c0e5ca}.vue-switcher-theme--default.vue-switcher-color--green.vue-switcher--unchecked div:after{background-color:#77c88d}.vue-switcher-theme--bulma.vue-switcher-color--default div{background-color:#dcdcdc}.vue-switcher-theme--bulma.vue-switcher-color--default div:after{background-color:#f5f5f5}.vue-switcher-theme--bulma.vue-switcher-color--default.vue-switcher--unchecked div{background-color:#e8e8e8}.vue-switcher-theme--bulma.vue-switcher-color--default.vue-switcher--unchecked div:after{background-color:#f5f5f5}.vue-switcher-theme--bulma.vue-switcher-color--primary div{background-color:#05ffda}.vue-switcher-theme--bulma.vue-switcher-color--primary div:after{background-color:#00d1b2}.vue-switcher-theme--bulma.vue-switcher-color--primary.vue-switcher--unchecked div{background-color:#6bffe9}.vue-switcher-theme--bulma.vue-switcher-color--primary.vue-switcher--unchecked div:after{background-color:#05ffda}.vue-switcher-theme--bulma.vue-switcher-color--blue div{background-color:#5e91e3}.vue-switcher-theme--bulma.vue-switcher-color--blue div:after{background-color:#3273dc}.vue-switcher-theme--bulma.vue-switcher-color--blue.vue-switcher--unchecked div{background-color:#b5ccf2}.vue-switcher-theme--bulma.vue-switcher-color--blue.vue-switcher--unchecked div:after{background-color:#5e91e3}.vue-switcher-theme--bulma.vue-switcher-color--red div{background-color:#ff6b89}.vue-switcher-theme--bulma.vue-switcher-color--red div:after{background-color:#ff3860}.vue-switcher-theme--bulma.vue-switcher-color--red.vue-switcher--unchecked div{background-color:#ffd1da}.vue-switcher-theme--bulma.vue-switcher-color--red.vue-switcher--unchecked div:after{background-color:#ff6b89}.vue-switcher-theme--bulma.vue-switcher-color--yellow div{background-color:#ffe78a}.vue-switcher-theme--bulma.vue-switcher-color--yellow div:after{background-color:#ffdd57}.vue-switcher-theme--bulma.vue-switcher-color--yellow.vue-switcher--unchecked div{background-color:#fffcf0}.vue-switcher-theme--bulma.vue-switcher-color--yellow.vue-switcher--unchecked div:after{background-color:#ffe78a}.vue-switcher-theme--bulma.vue-switcher-color--green div{background-color:#3dde75}.vue-switcher-theme--bulma.vue-switcher-color--green div:after{background-color:#22c65b}.vue-switcher-theme--bulma.vue-switcher-color--green.vue-switcher--unchecked div{background-color:#94edb3}.vue-switcher-theme--bulma.vue-switcher-color--green.vue-switcher--unchecked div:after{background-color:#3dde75}.vue-switcher-theme--bootstrap.vue-switcher-color--default div{background-color:#e6e6e6}.vue-switcher-theme--bootstrap.vue-switcher-color--default div:after{background-color:#f0f0f0}.vue-switcher-theme--bootstrap.vue-switcher-color--default.vue-switcher--unchecked div{background-color:#f5f5f5}.vue-switcher-theme--bootstrap.vue-switcher-color--default.vue-switcher--unchecked div:after{background-color:#f0f0f0}.vue-switcher-theme--bootstrap.vue-switcher-color--primary div{background-color:#4f93ce}.vue-switcher-theme--bootstrap.vue-switcher-color--primary div:after{background-color:#337ab7}.vue-switcher-theme--bootstrap.vue-switcher-color--primary.vue-switcher--unchecked div{background-color:#9fc4e4}.vue-switcher-theme--bootstrap.vue-switcher-color--primary.vue-switcher--unchecked div:after{background-color:#4f93ce}.vue-switcher-theme--bootstrap.vue-switcher-color--success div{background-color:#80c780}.vue-switcher-theme--bootstrap.vue-switcher-color--success div:after{background-color:#5cb85c}.vue-switcher-theme--bootstrap.vue-switcher-color--success.vue-switcher--unchecked div{background-color:#c7e6c7}.vue-switcher-theme--bootstrap.vue-switcher-color--success.vue-switcher--unchecked div:after{background-color:#80c780}.vue-switcher-theme--bootstrap.vue-switcher-color--info div{background-color:#85d0e7}.vue-switcher-theme--bootstrap.vue-switcher-color--info div:after{background-color:#5bc0de}.vue-switcher-theme--bootstrap.vue-switcher-color--info.vue-switcher--unchecked div{background-color:#daf1f8}.vue-switcher-theme--bootstrap.vue-switcher-color--info.vue-switcher--unchecked div:after{background-color:#85d0e7}.vue-switcher-theme--bootstrap.vue-switcher-color--warning div{background-color:#f4c37d}.vue-switcher-theme--bootstrap.vue-switcher-color--warning div:after{background-color:#f0ad4e}.vue-switcher-theme--bootstrap.vue-switcher-color--warning.vue-switcher--unchecked div{background-color:#fceedb}.vue-switcher-theme--bootstrap.vue-switcher-color--warning.vue-switcher--unchecked div:after{background-color:#f4c37d}.vue-switcher-theme--bootstrap.vue-switcher-color--danger div{background-color:#d9534f}.vue-switcher-theme--bootstrap.vue-switcher-color--danger div:after{background-color:#c9302c}.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked div{background-color:#eba5a3}.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked div:after{background-color:#d9534f}.split-select-component[data-v-4c44330c]{position:fixed;display:table;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;top:0;left:0;z-index:10000;background-color:rgba(75,75,75,.8);box-sizing:border-box}.split-select-component>div[data-v-4c44330c]{display:table-cell;width:100%;height:100%;vertical-align:middle}.split-select-component>div>div[data-v-4c44330c]{display:table;position:relative;background-color:#fff;margin:auto;box-shadow:0 3px 12px rgba(0,0,0,.05)!important;-webkit-box-shadow:0!important;-moz-box-shadow:0!important}.split-select-option[data-v-4c44330c]{display:table-cell;width:200px;height:200px;vertical-align:middle;color:#29166f;text-align:center;border-right:1px solid rgba(0,0,0,.08);cursor:pointer;font-family:Raleway,sans-serif;text-transform:uppercase;font-size:12px}.split-select-option[data-v-4c44330c]:hover{color:#fff!important;background-color:#29166f!important}.split-select-option[data-v-4c44330c]:last-of-type{border-right:0}.split-select-option>i[data-v-4c44330c]{font-size:50px}.split-select-option>p[data-v-4c44330c]{margin-top:20px}