/*!
 * vue-treeselect v0.4.0 | (c) 2017-2019 Riophae Lee
 * Released under the MIT License.
 * https://vue-treeselect.js.org/
 */.vue-treeselect-helper-hide{display:none}.vue-treeselect-helper-zoom-effect-off{-ms-transform:none!important}[dir] .vue-treeselect-helper-zoom-effect-off{transform:none!important}@keyframes vue-treeselect-animation-fade-in{0%{opacity:0}}@keyframes vue-treeselect-animation-bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}@keyframes vue-treeselect-animation-rotate-ltr{to{transform:rotate(1turn)}}@keyframes vue-treeselect-animation-rotate-rtl{to{transform:rotate(-1turn)}}[dir] .vue-treeselect__multi-value-item--transition-enter-active,[dir] .vue-treeselect__multi-value-item--transition-leave-active{transition-duration:.2s;transition-property:transform,opacity}[dir] .vue-treeselect__multi-value-item--transition-enter-active{transition-timing-function:cubic-bezier(.075,.82,.165,1)}.vue-treeselect__multi-value-item--transition-leave-active{position:absolute}[dir] .vue-treeselect__multi-value-item--transition-leave-active{transition-timing-function:cubic-bezier(.215,.61,.355,1)}.vue-treeselect__multi-value-item--transition-enter,.vue-treeselect__multi-value-item--transition-leave-to{-ms-transform:scale(.7);opacity:0}[dir] .vue-treeselect__multi-value-item--transition-enter,[dir] .vue-treeselect__multi-value-item--transition-leave-to{transform:scale(.7)}.vue-treeselect__multi-value-item--transition-move{transition:transform .2s cubic-bezier(.165,.84,.44,1)}.vue-treeselect{position:relative}[dir=ltr] .vue-treeselect{text-align:left}[dir=rtl] .vue-treeselect{text-align:right}.vue-treeselect div,.vue-treeselect span{box-sizing:border-box}.vue-treeselect svg{fill:currentColor}.vue-treeselect__control{display:table;table-layout:fixed;width:100%;height:36px}[dir] .vue-treeselect__control{border:1px solid #ddd;border-radius:5px;background:#fff;transition-duration:.2s;transition-property:border-color,box-shadow,width,height,background-color,opacity;transition-timing-function:cubic-bezier(.215,.61,.355,1)}[dir=ltr] .vue-treeselect__control,[dir=rtl] .vue-treeselect__control{padding-left:5px;padding-right:5px}[dir] .vue-treeselect:not(.vue-treeselect--disabled):not(.vue-treeselect--focused) .vue-treeselect__control:hover{border-color:#cfcfcf}[dir] .vue-treeselect--focused:not(.vue-treeselect--open) .vue-treeselect__control{border-color:#039be5;box-shadow:0 0 0 3px rgba(3,155,229,.1)}[dir] .vue-treeselect--disabled .vue-treeselect__control{background-color:#f9f9f9}[dir] .vue-treeselect--open .vue-treeselect__control{border-color:#cfcfcf}[dir=ltr] .vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control,[dir=rtl] .vue-treeselect--open.vue-treeselect--open-below .vue-treeselect__control{border-bottom-left-radius:0;border-bottom-right-radius:0}[dir=ltr] .vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control,[dir=rtl] .vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control{border-top-left-radius:0;border-top-right-radius:0}.vue-treeselect__multi-value,.vue-treeselect__value-container{width:100%;vertical-align:middle}.vue-treeselect__value-container{display:table-cell;position:relative}[dir] .vue-treeselect--searchable:not(.vue-treeselect--disabled) .vue-treeselect__value-container{cursor:text}.vue-treeselect__multi-value{display:inline-block}[dir] .vue-treeselect--has-value .vue-treeselect__multi-value{margin-bottom:5px}.vue-treeselect__placeholder,.vue-treeselect__single-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;top:0;bottom:0;line-height:34px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}[dir=ltr] .vue-treeselect__placeholder,[dir=ltr] .vue-treeselect__single-value,[dir=rtl] .vue-treeselect__placeholder,[dir=rtl] .vue-treeselect__single-value{padding-left:5px;padding-right:5px;right:0;left:0}.vue-treeselect__placeholder{color:#bdbdbd}.vue-treeselect__single-value{color:#333}.vue-treeselect--focused.vue-treeselect--searchable .vue-treeselect__single-value{color:#bdbdbd}.vue-treeselect--disabled .vue-treeselect__single-value{position:static}.vue-treeselect__multi-value-item-container{display:inline-block;vertical-align:top}[dir] .vue-treeselect__multi-value-item-container{padding-top:5px}[dir=ltr] .vue-treeselect__multi-value-item-container{padding-right:5px}[dir=rtl] .vue-treeselect__multi-value-item-container{padding-right:0;padding-left:5px}.vue-treeselect__multi-value-item{display:inline-table;color:#039be5;font-size:12px;vertical-align:top}[dir] .vue-treeselect__multi-value-item{cursor:pointer;background:#e3f2fd;padding:2px 0;border:1px solid transparent;border-radius:2px}.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new):hover{color:#039be5}[dir] .vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-disabled):hover .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new) .vue-treeselect__multi-value-item:not(.vue-treeselect__multi-value-item-new):hover{cursor:pointer;background:#e3f2fd}.vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled{color:#757575}[dir] .vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-disabled{cursor:default;background:#f5f5f5}.vue-treeselect--disabled .vue-treeselect__multi-value-item{color:#555}[dir] .vue-treeselect--disabled .vue-treeselect__multi-value-item{cursor:default;background:#fff;border-color:#e5e5e5}[dir] .vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new,[dir] .vue-treeselect__multi-value-item.vue-treeselect__multi-value-item-new:hover{background:#e8f5e9}.vue-treeselect__multi-value-label,.vue-treeselect__value-remove{display:table-cell;vertical-align:middle}[dir] .vue-treeselect__multi-value-label,[dir] .vue-treeselect__value-remove{padding:0 5px}.vue-treeselect__value-remove{color:#039be5;line-height:0}[dir=ltr] .vue-treeselect__value-remove{padding-left:5px;border-left:1px solid #fff}[dir=rtl] .vue-treeselect__value-remove{padding-right:5px;border-left:0 none;border-right:1px solid #fff}.vue-treeselect__multi-value-item:hover .vue-treeselect__value-remove{color:#e53935}.vue-treeselect--disabled .vue-treeselect__value-remove,.vue-treeselect__multi-value-item-disabled .vue-treeselect__value-remove{display:none}.vue-treeselect__value-remove>svg{width:6px;height:6px}.vue-treeselect__multi-value-label{white-space:pre-line;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[dir=ltr] .vue-treeselect__multi-value-label{padding-right:5px}[dir=rtl] .vue-treeselect__multi-value-label{padding-left:5px}.vue-treeselect__limit-tip{display:inline-block;vertical-align:top}[dir] .vue-treeselect__limit-tip{padding-top:5px}[dir=ltr] .vue-treeselect__limit-tip{padding-right:5px}[dir=rtl] .vue-treeselect__limit-tip{padding-right:0;padding-left:5px}.vue-treeselect__limit-tip-text{display:block;color:#bdbdbd;font-size:12px;font-weight:600}[dir] .vue-treeselect__limit-tip-text{cursor:default;margin:2px 0;padding:1px 0}.vue-treeselect__input-container{display:block;max-width:100%;outline:none}.vue-treeselect--single .vue-treeselect__input-container{font-size:inherit;height:100%}.vue-treeselect--multi .vue-treeselect__input-container{display:inline-block;font-size:12px;vertical-align:top}[dir=ltr] .vue-treeselect--searchable .vue-treeselect__input-container,[dir=rtl] .vue-treeselect--searchable .vue-treeselect__input-container{padding-left:5px;padding-right:5px}[dir] .vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container{padding-top:5px}[dir=ltr] .vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container{padding-left:0}[dir=rtl] .vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container{padding-left:5px;padding-right:0}.vue-treeselect--disabled .vue-treeselect__input-container{display:none}.vue-treeselect__input,.vue-treeselect__sizer{line-height:inherit;font-family:inherit;font-size:inherit}[dir] .vue-treeselect__input,[dir] .vue-treeselect__sizer{margin:0}.vue-treeselect__input{max-width:100%;outline:none;box-sizing:content-box;line-height:1;vertical-align:middle}[dir] .vue-treeselect__input{margin:0;padding:0;border:0;box-shadow:none;background:none transparent}.vue-treeselect__input::-ms-clear{display:none}.vue-treeselect--single .vue-treeselect__input{width:100%;height:100%}[dir] .vue-treeselect--multi .vue-treeselect__input{padding-top:3px;padding-bottom:3px}.vue-treeselect--has-value .vue-treeselect__input{line-height:inherit;vertical-align:top}.vue-treeselect__sizer{position:absolute;top:0;visibility:hidden;height:0;overflow:scroll;white-space:pre}[dir=ltr] .vue-treeselect__sizer{left:0}[dir=rtl] .vue-treeselect__sizer{right:0}.vue-treeselect__x-container{display:table-cell;vertical-align:middle;width:20px;line-height:0;color:#ccc}[dir] .vue-treeselect__x-container{text-align:center;cursor:pointer}[dir=ltr] .vue-treeselect__x-container,[dir=rtl] .vue-treeselect__x-container{animation:vue-treeselect-animation-fade-in .2s cubic-bezier(.075,.82,.165,1)}.vue-treeselect__x-container:hover{color:#e53935}.vue-treeselect__x{width:8px;height:8px}.vue-treeselect__control-arrow-container{display:table-cell;vertical-align:middle;width:20px;line-height:0}[dir] .vue-treeselect__control-arrow-container{text-align:center;cursor:pointer}[dir] .vue-treeselect--disabled .vue-treeselect__control-arrow-container{cursor:default}.vue-treeselect__control-arrow{width:9px;height:9px;color:#ccc}.vue-treeselect:not(.vue-treeselect--disabled) .vue-treeselect__control-arrow-container:hover .vue-treeselect__control-arrow{color:#616161}.vue-treeselect--disabled .vue-treeselect__control-arrow{opacity:.35}[dir=ltr] .vue-treeselect__control-arrow--rotated{-ms-transform:rotate(180deg);transform:rotate(180deg)}[dir=rtl] .vue-treeselect__control-arrow--rotated{-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.vue-treeselect__menu-container{position:absolute;width:100%;overflow:visible;transition:0s}[dir=ltr] .vue-treeselect__menu-container{left:0}[dir=rtl] .vue-treeselect__menu-container{right:0}.vue-treeselect--open-below:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container{top:100%}.vue-treeselect--open-above:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container{bottom:100%}.vue-treeselect__menu{display:block;position:absolute;overflow-x:hidden;overflow-y:auto;width:auto;line-height:180%;-webkit-overflow-scrolling:touch}[dir] .vue-treeselect__menu{cursor:default;padding-top:5px;padding-bottom:5px;border:1px solid #cfcfcf;background:#fff}.vue-treeselect--open-below .vue-treeselect__menu{top:0}[dir] .vue-treeselect--open-below .vue-treeselect__menu{margin-top:-1px;border-top-color:#f2f2f2;box-shadow:0 1px 0 rgba(0,0,0,.06)}[dir=ltr] .vue-treeselect--open-below .vue-treeselect__menu,[dir=rtl] .vue-treeselect--open-below .vue-treeselect__menu{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.vue-treeselect--open-above .vue-treeselect__menu{bottom:0}[dir] .vue-treeselect--open-above .vue-treeselect__menu{margin-bottom:-1px;border-bottom-color:#f2f2f2}[dir=ltr] .vue-treeselect--open-above .vue-treeselect__menu,[dir=rtl] .vue-treeselect--open-above .vue-treeselect__menu{border-top-left-radius:5px;border-top-right-radius:5px}[dir=ltr] .vue-treeselect__indent-level-0 .vue-treeselect__option{padding-left:5px}[dir=rtl] .vue-treeselect__indent-level-0 .vue-treeselect__option{padding-left:5px;padding-right:5px}[dir=ltr] .vue-treeselect__indent-level-0 .vue-treeselect__tip{padding-left:25px}[dir=rtl] .vue-treeselect__indent-level-0 .vue-treeselect__tip{padding-left:5px;padding-right:25px}[dir=ltr] .vue-treeselect__indent-level-1 .vue-treeselect__option{padding-left:25px}[dir=rtl] .vue-treeselect__indent-level-1 .vue-treeselect__option{padding-left:5px;padding-right:25px}[dir=ltr] .vue-treeselect__indent-level-1 .vue-treeselect__tip{padding-left:45px}[dir=rtl] .vue-treeselect__indent-level-1 .vue-treeselect__tip{padding-left:5px;padding-right:45px}[dir=ltr] .vue-treeselect__indent-level-2 .vue-treeselect__option{padding-left:45px}[dir=rtl] .vue-treeselect__indent-level-2 .vue-treeselect__option{padding-left:5px;padding-right:45px}[dir=ltr] .vue-treeselect__indent-level-2 .vue-treeselect__tip{padding-left:65px}[dir=rtl] .vue-treeselect__indent-level-2 .vue-treeselect__tip{padding-left:5px;padding-right:65px}[dir=ltr] .vue-treeselect__indent-level-3 .vue-treeselect__option{padding-left:65px}[dir=rtl] .vue-treeselect__indent-level-3 .vue-treeselect__option{padding-left:5px;padding-right:65px}[dir=ltr] .vue-treeselect__indent-level-3 .vue-treeselect__tip{padding-left:85px}[dir=rtl] .vue-treeselect__indent-level-3 .vue-treeselect__tip{padding-left:5px;padding-right:85px}[dir=ltr] .vue-treeselect__indent-level-4 .vue-treeselect__option{padding-left:85px}[dir=rtl] .vue-treeselect__indent-level-4 .vue-treeselect__option{padding-left:5px;padding-right:85px}[dir=ltr] .vue-treeselect__indent-level-4 .vue-treeselect__tip{padding-left:105px}[dir=rtl] .vue-treeselect__indent-level-4 .vue-treeselect__tip{padding-left:5px;padding-right:105px}[dir=ltr] .vue-treeselect__indent-level-5 .vue-treeselect__option{padding-left:105px}[dir=rtl] .vue-treeselect__indent-level-5 .vue-treeselect__option{padding-left:5px;padding-right:105px}[dir=ltr] .vue-treeselect__indent-level-5 .vue-treeselect__tip{padding-left:125px}[dir=rtl] .vue-treeselect__indent-level-5 .vue-treeselect__tip{padding-left:5px;padding-right:125px}[dir=ltr] .vue-treeselect__indent-level-6 .vue-treeselect__option{padding-left:125px}[dir=rtl] .vue-treeselect__indent-level-6 .vue-treeselect__option{padding-left:5px;padding-right:125px}[dir=ltr] .vue-treeselect__indent-level-6 .vue-treeselect__tip{padding-left:145px}[dir=rtl] .vue-treeselect__indent-level-6 .vue-treeselect__tip{padding-left:5px;padding-right:145px}[dir=ltr] .vue-treeselect__indent-level-7 .vue-treeselect__option{padding-left:145px}[dir=rtl] .vue-treeselect__indent-level-7 .vue-treeselect__option{padding-left:5px;padding-right:145px}[dir=ltr] .vue-treeselect__indent-level-7 .vue-treeselect__tip{padding-left:165px}[dir=rtl] .vue-treeselect__indent-level-7 .vue-treeselect__tip{padding-left:5px;padding-right:165px}[dir=ltr] .vue-treeselect__indent-level-8 .vue-treeselect__option{padding-left:165px}[dir=rtl] .vue-treeselect__indent-level-8 .vue-treeselect__option{padding-left:5px;padding-right:165px}[dir=ltr] .vue-treeselect__indent-level-8 .vue-treeselect__tip{padding-left:185px}[dir=rtl] .vue-treeselect__indent-level-8 .vue-treeselect__tip{padding-left:5px;padding-right:185px}.vue-treeselect__option{display:table;table-layout:fixed;width:100%}[dir=ltr] .vue-treeselect__option,[dir=rtl] .vue-treeselect__option{padding-left:5px;padding-right:5px}[dir] .vue-treeselect__option--highlight{background:#f5f5f5}.vue-treeselect--single .vue-treeselect__option--selected{font-weight:600}[dir] .vue-treeselect--single .vue-treeselect__option--selected,[dir] .vue-treeselect--single .vue-treeselect__option--selected:hover{background:#e3f2fd}.vue-treeselect__option--hide{display:none}.vue-treeselect__option-arrow-container,.vue-treeselect__option-arrow-placeholder{display:table-cell;vertical-align:middle;width:20px;line-height:0}[dir] .vue-treeselect__option-arrow-container,[dir] .vue-treeselect__option-arrow-placeholder{text-align:center}[dir] .vue-treeselect__option-arrow-container{cursor:pointer}.vue-treeselect__option-arrow{display:inline-block;width:9px;height:9px;color:#ccc;vertical-align:middle;transition:transform .2s cubic-bezier(.19,1,.22,1)}[dir=ltr] .vue-treeselect__option-arrow{-ms-transform:rotate(-90deg);transform:rotate(-90deg)}[dir=rtl] .vue-treeselect__option-arrow{-ms-transform:rotate(90deg);transform:rotate(90deg)}.vue-treeselect--branch-nodes-disabled .vue-treeselect__option:hover .vue-treeselect__option-arrow,.vue-treeselect__option-arrow-container:hover .vue-treeselect__option-arrow{color:#616161}.vue-treeselect__option-arrow--rotated{-ms-transform:rotate(0)}[dir] .vue-treeselect__option-arrow--rotated{transform:rotate(0)}[dir=rtl] .vue-treeselect__option-arrow--rotated{-ms-transform:rotate(0);transform:rotate(0)}[dir=ltr] .vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter{-ms-transform:rotate(-90deg)!important;transform:rotate(-90deg)!important}[dir=rtl] .vue-treeselect__option-arrow--rotated.vue-treeselect__option-arrow--prepare-enter{-ms-transform:rotate(90deg)!important;transform:rotate(90deg)!important}.vue-treeselect__label-container{display:table-cell;vertical-align:middle;display:table;width:100%;table-layout:fixed;color:inherit}[dir] .vue-treeselect__label-container{cursor:pointer}.vue-treeselect__option--disabled .vue-treeselect__label-container{color:rgba(0,0,0,.25)}[dir] .vue-treeselect__option--disabled .vue-treeselect__label-container{cursor:not-allowed}.vue-treeselect__checkbox-container{display:table-cell;width:20px;min-width:20px;height:100%;vertical-align:middle}[dir] .vue-treeselect__checkbox-container{text-align:center}.vue-treeselect__checkbox{display:block;width:12px;height:12px;position:relative;transition:all .2s cubic-bezier(.075,.82,.165,1)}[dir] .vue-treeselect__checkbox{margin:auto;border-width:1px;border-style:solid;border-radius:2px}.vue-treeselect__check-mark,.vue-treeselect__minus-mark{display:block;position:absolute;top:1px;opacity:0;transition:all .2s ease}[dir] .vue-treeselect__check-mark,[dir] .vue-treeselect__minus-mark{background-repeat:no-repeat}[dir=ltr] .vue-treeselect__check-mark,[dir=ltr] .vue-treeselect__minus-mark{left:1px}[dir=rtl] .vue-treeselect__check-mark,[dir=rtl] .vue-treeselect__minus-mark{right:1px}.vue-treeselect__minus-mark{width:8px;height:8px}[dir] .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAAD///////9zeKVjAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=);background-size:8px 8px}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){[dir] .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){[dir] .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAD///////////84wDuoAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){[dir] .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==)}}.vue-treeselect__checkbox--indeterminate>.vue-treeselect__minus-mark{opacity:1}[dir] .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAACVBMVEUAAADi4uLh4eHOxeSRAAAAAnRSTlMAuLMp9oYAAAAPSURBVAjXY4CDrJUgBAMAGaECJ9dz3BAAAAAASUVORK5CYII=)}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){[dir] .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){[dir] .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAADi4uLi4uLh4eE5RQaIAAAAA3RSTlMAyTzPIdReAAAAGUlEQVQI12PAD+b///+Nof7//79gAsLFCwAx/w4blADeeQAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){[dir] .vue-treeselect__checkbox--disabled .vue-treeselect__minus-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAD1BMVEUAAADh4eHg4ODNzc3h4eEYfw2wAAAABHRSTlMAy2EFIuWxUgAAACRJREFUGNNjGBBgJOICBY7KDCoucODEAJSAS6FwUJShGjAQAADBPRGrK2/FhgAAAABJRU5ErkJggg==)}}.vue-treeselect__check-mark{width:8px;height:8px;-ms-transform:scaleY(.125)}[dir] .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAQlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8IX9KGAAAAFXRSTlMA8u24NxILB+Tawb6jiH1zRz0xIQIIP3GUAAAAMklEQVQI1y3FtQEAMQDDQD+EGbz/qkEVOpyEOP6PudKjZNSXn4Jm2CKRdBKzSLsFWl8fMG0Bl6Jk1rMAAAAASUVORK5CYII=);background-size:8px 8px;transform:scaleY(.125)}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){[dir] .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){[dir] .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMAzu4sDenl38fBvo1OMyIdEQrj1cSihX5hYFpHNycIcQOASAAAAF9JREFUGNN9zEcOgDAMRFHTS0LvNfe/JRmHKAIJ/mqeLJn+k9uDtaeUeFnFziGsBucUTirrprfe81RqZ3Bb6hPWeuZwDFOHyf+ig9CCzQ7INBn7bG5kF+QSt13BHNJnF7AaCT4Y+CW7AAAAAElFTkSuQmCC)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){[dir] .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAWlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////9ZMre9AAAAHXRSTlMA/PiJhGNI9XlEHJB/b2ldV08+Oibk49vPp6QhAYgGBuwAAACCSURBVCjPrdHdDoIwDAXgTWAqCigo/+f9X5OwnoUwtis4V92XNWladUl+rzQPeQJAN2EHxoOnsPn7/oYk8fxBv08Rr/deOH/aZ2Nm8ZJ+s573QGfWKnNuZGzWm3+lv2V3pcU1XQ385/yjmBoM3Z+dXvlbYLLD3ujhTaOM3KaIXvNkFkuSEvYy1LqOAAAAAElFTkSuQmCC)}}.vue-treeselect__checkbox--checked>.vue-treeselect__check-mark{opacity:1;-ms-transform:scaleY(1)}[dir] .vue-treeselect__checkbox--checked>.vue-treeselect__check-mark{transform:scaleY(1)}[dir] .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAMAAADz0U65AAAAP1BMVEUAAADj4+Pf39/h4eHh4eHh4eHk5OTh4eHg4ODi4uLh4eHh4eHg4ODh4eHh4eHg4ODh4eHh4eHp6en////h4eFqcyvUAAAAFHRSTlMAOQfy7bgS5NrBvqOIfXNHMSELAgQ/iFsAAAA2SURBVAjXY4AANjYIzcjMAaVFuBkY+RkEWERYmRjYRXjANAOfiIgIFxNIAa8IpxBEi6AwiAQAK2MBd7xY8csAAAAASUVORK5CYII=)}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){[dir] .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){[dir] .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAXVBMVEUAAADh4eHh4eHh4eHi4uLb29vh4eHh4eHh4eHh4eHh4eHh4eHh4eHi4uLi4uLj4+Pi4uLk5OTo6Ojh4eHh4eHi4uLg4ODg4ODh4eHg4ODh4eHf39/g4OD////h4eEzIk+wAAAAHnRSTlMAzu6/LA3p5eLZx8ONTjYiHRIKooV+YWBaRzEnCANnm5rnAAAAZElEQVQY033P2wqAIAyA4VWaaWrnc/n+j5mbhBjUf7WPoTD47TJb4i5zTr/sRDRHuyFaoWX7uK/RlbctlPEuyI1f4WY9yQINEkf6rzzo8YIzmUFoCs7J1EjeIaa9bXIEmzl8dgOZEAj/+2IvzAAAAABJRU5ErkJggg==)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:288dpi){[dir] .vue-treeselect__checkbox--disabled .vue-treeselect__check-mark{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAADh4eHh4eHh4eHh4eHi4uLi4uLh4eHh4eHh4eHf39/j4+Ph4eHh4eHh4eHg4ODi4uLh4eHh4eHi4uLh4eHh4eHh4eHh4eHh4eH////h4eF3FMFTAAAAGnRSTlMA+/eJhGhfSHE9JBzz5KaQf3pXT0Xbz0I5AYDw8F0AAAB+SURBVCjPrdHbDoMgEEVRKAii1dZe9fz/hxplTiKIT7qfYCWTEEZdUvOwbckNAD2WHeh3brHW5f5EzGQ+iN+b1Gt6KPvtv16Dn6JX9M9ya3/A1yfu5dlyduL6Hec7mXY6ddXLPP2lpABGZ8PWXfYLTJxZekVhhl7eTX24zZPNKXoRC7zQLjUAAAAASUVORK5CYII=)}}[dir] .vue-treeselect__checkbox--unchecked{border-color:#e0e0e0;background:#fff}[dir] .vue-treeselect__label-container:hover .vue-treeselect__checkbox--unchecked{border-color:#039be5;background:#fff}[dir] .vue-treeselect__checkbox--checked,[dir] .vue-treeselect__checkbox--indeterminate,[dir] .vue-treeselect__label-container:hover .vue-treeselect__checkbox--checked,[dir] .vue-treeselect__label-container:hover .vue-treeselect__checkbox--indeterminate{border-color:#039be5;background:#039be5}[dir] .vue-treeselect__checkbox--disabled,[dir] .vue-treeselect__label-container:hover .vue-treeselect__checkbox--disabled{border-color:#e0e0e0;background-color:#f7f7f7}.vue-treeselect__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:table-cell;max-width:100%;vertical-align:middle}[dir] .vue-treeselect__label{cursor:inherit}[dir=ltr] .vue-treeselect__label{padding-left:5px}[dir=rtl] .vue-treeselect__label{padding-left:0;padding-right:5px}.vue-treeselect__count{font-weight:400;opacity:.6}[dir=ltr] .vue-treeselect__count{margin-left:5px}[dir=rtl] .vue-treeselect__count{margin-left:0;margin-right:5px}.vue-treeselect__tip{display:table;table-layout:fixed;width:100%;color:#757575}[dir=ltr] .vue-treeselect__tip,[dir=rtl] .vue-treeselect__tip{padding-left:5px;padding-right:5px}.vue-treeselect__tip-text{display:table-cell;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:12px}[dir=ltr] .vue-treeselect__tip-text,[dir=rtl] .vue-treeselect__tip-text{padding-left:5px;padding-right:5px}.vue-treeselect__error-tip .vue-treeselect__retry{font-style:normal;font-weight:600;text-decoration:none;color:#039be5}[dir] .vue-treeselect__error-tip .vue-treeselect__retry{cursor:pointer}[dir=ltr] .vue-treeselect__error-tip .vue-treeselect__retry{margin-left:5px}[dir=rtl] .vue-treeselect__error-tip .vue-treeselect__retry{margin-left:0;margin-right:5px}.vue-treeselect__icon-container{display:table-cell;vertical-align:middle;width:20px;line-height:0}[dir] .vue-treeselect__icon-container{text-align:center}[dir=ltr] .vue-treeselect--single .vue-treeselect__icon-container{padding-left:5px}[dir=rtl] .vue-treeselect--single .vue-treeselect__icon-container{padding-left:0;padding-right:5px}.vue-treeselect__icon-warning{display:block;position:relative;width:12px;height:12px}[dir] .vue-treeselect__icon-warning{margin:auto;border-radius:50%;background:#fb8c00}.vue-treeselect__icon-warning:after{display:block;position:absolute;content:"";top:2.5px;width:2px;height:1px}[dir] .vue-treeselect__icon-warning:after{border:0 solid #fff;border-top-width:5px;border-bottom-width:1px}[dir=ltr] .vue-treeselect__icon-warning:after{left:5px}[dir=rtl] .vue-treeselect__icon-warning:after{right:5px}.vue-treeselect__icon-error{display:block;position:relative;width:12px;height:12px}[dir] .vue-treeselect__icon-error{margin:auto;border-radius:50%;background:#e53935}.vue-treeselect__icon-error:after,.vue-treeselect__icon-error:before{display:block;position:absolute;content:""}[dir] .vue-treeselect__icon-error:after,[dir] .vue-treeselect__icon-error:before{background:#fff}[dir=ltr] .vue-treeselect__icon-error:after,[dir=ltr] .vue-treeselect__icon-error:before{-ms-transform:rotate(45deg);transform:rotate(45deg)}[dir=rtl] .vue-treeselect__icon-error:after,[dir=rtl] .vue-treeselect__icon-error:before{-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.vue-treeselect__icon-error:before{width:6px;height:2px;top:5px}[dir=ltr] .vue-treeselect__icon-error:before{left:3px}[dir=rtl] .vue-treeselect__icon-error:before{right:3px}.vue-treeselect__icon-error:after{width:2px;height:6px;top:3px}[dir=ltr] .vue-treeselect__icon-error:after{left:5px}[dir=rtl] .vue-treeselect__icon-error:after{right:5px}.vue-treeselect__icon-loader{display:block;position:relative;width:12px;height:12px}[dir] .vue-treeselect__icon-loader{margin:auto;text-align:center}[dir=ltr] .vue-treeselect__icon-loader{animation:vue-treeselect-animation-rotate-ltr 1.6s linear infinite}[dir=rtl] .vue-treeselect__icon-loader{animation:vue-treeselect-animation-rotate-rtl 1.6s linear infinite}.vue-treeselect__icon-loader:after,.vue-treeselect__icon-loader:before{position:absolute;content:"";top:0;display:block;width:100%;height:100%;opacity:.6}[dir] .vue-treeselect__icon-loader:after,[dir] .vue-treeselect__icon-loader:before{border-radius:50%}[dir=ltr] .vue-treeselect__icon-loader:after,[dir=ltr] .vue-treeselect__icon-loader:before{left:0;animation:vue-treeselect-animation-bounce 1.6s ease-in-out infinite}[dir=rtl] .vue-treeselect__icon-loader:after,[dir=rtl] .vue-treeselect__icon-loader:before{right:0;animation:vue-treeselect-animation-bounce 1.6s ease-in-out infinite}[dir] .vue-treeselect__icon-loader:before{background:#039be5}[dir] .vue-treeselect__icon-loader:after{background:#b3e5fc}[dir=ltr] .vue-treeselect__icon-loader:after,[dir=rtl] .vue-treeselect__icon-loader:after{animation-delay:-.8s}.vue-treeselect__menu-placeholder{display:none}.vue-treeselect__portal-target{position:absolute;display:block;top:0;height:0;width:0;overflow:visible;box-sizing:border-box}[dir] .vue-treeselect__portal-target{padding:0;margin:0;border:0}[dir=ltr] .vue-treeselect__portal-target{left:0}[dir=rtl] .vue-treeselect__portal-target{right:0}.header-template[data-v-eeeda51a]{color:#227ff4}[dir] .header-template[data-v-eeeda51a]{margin:0 10px}[dir=ltr] .header-template[data-v-eeeda51a]{text-align:left}[dir=rtl] .header-template[data-v-eeeda51a]{text-align:right}.header-template svg[data-v-eeeda51a]{fill:transparent!important}.btn-text-select[data-v-eeeda51a]{font-size:12px;line-height:18px}[dir=ltr] .btn-text-select[data-v-eeeda51a]{margin-left:10px}[dir=rtl] .btn-text-select[data-v-eeeda51a]{margin-right:10px}.border-item-select[data-v-eeeda51a]{width:100%}[dir] .border-item-select[data-v-eeeda51a]{border-bottom:1px;border-color:#ebe9f1}[dir] .is-invalid .vue-treeselect__control{border-color:#ea5455;background-repeat:no-repeat;background-size:calc(.725em + .438rem) calc(.725em + .438rem)}[dir] table.vgt-table{border:1px solid #dcdfe6}table.vgt-table td{color:#606266}[dir] table.vgt-table td{border-bottom:1px solid #dcdfe6}[dir] .vgt-table th.sortable:after{border-bottom:5px solid #cfd3e0}[dir] .vgt-table th.sortable:before{border-top:5px solid #cfd3e0}.vgt-table th.line-numbers,.vgt-table th.vgt-checkbox-col{color:#606266}[dir] .vgt-table th.line-numbers,[dir] .vgt-table th.vgt-checkbox-col{background:linear-gradient(#f4f5f8,#f1f3f6)}[dir=ltr] .vgt-table th.line-numbers,[dir=ltr] .vgt-table th.vgt-checkbox-col{border-right:1px solid #dcdfe6}[dir=rtl] .vgt-table th.line-numbers,[dir=rtl] .vgt-table th.vgt-checkbox-col{border-left:1px solid #dcdfe6}[dir] .vgt-table th.vgt-row-header{border-bottom:2px solid #dcdfe6;border-top:2px solid #dcdfe6;background-color:#fafafb}[dir=ltr] .vgt-table th.vgt-row-header .triangle:after{border-left:6px solid #606266}[dir=rtl] .vgt-table th.vgt-row-header .triangle:after{border-right:6px solid #606266}.vgt-table thead th{color:#606266}[dir] .vgt-table thead th{border-bottom:1px solid #dcdfe6;background:linear-gradient(#f4f5f8,#f1f3f6)}.vgt-input,.vgt-select{color:#606266}[dir] .vgt-input,[dir] .vgt-select{border:1px solid #dcdfe6}.vgt-input::placeholder,.vgt-select::placeholder{color:#606266}.vgt-input:focus,.vgt-select:focus{outline:0}[dir] .vgt-table.bordered td,[dir] .vgt-table.bordered th{border:1px solid #dcdfe6}[dir] .vgt-table.bordered th.vgt-row-header{border-bottom:3px solid #dcdfe6}[dir] .vgt-global-search{border:1px solid #dcdfe6;background:linear-gradient(#f4f5f8,#f1f3f6)}[dir] .vgt-global-search__input .input__icon .magnifying-glass{border:2px solid #d6dae2}[dir] .vgt-global-search__input .input__icon .magnifying-glass:before{background:#d6dae2}[dir] .vgt-selection-info-row{border-top:1px solid #dcdfe6}[dir=ltr] .vgt-selection-info-row,[dir=rtl] .vgt-selection-info-row{border-left:1px solid #dcdfe6;border-right:1px solid #dcdfe6}[dir] .vgt-wrap__actions-footer{border:1px solid #dcdfe6}.vgt-wrap__footer{color:#606266}[dir] .vgt-wrap__footer{border:1px solid #dcdfe6;background:linear-gradient(#f4f5f8,#f1f3f6)}.vgt-wrap__footer .footer__row-count__select{color:#606266}.vgt-wrap__footer .footer__row-count__select:focus{outline:0}.vgt-wrap__footer .footer__navigation__page-btn{color:#606266}.vgt-wrap__footer .footer__navigation__page-btn:focus{outline:0}[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-right-color:#606266}[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after,[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-left-color:#606266}[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after{border-right-color:#606266}.empty-table[data-v-6e61f5e2]{display:flex;justify-content:center;align-items:center}.vgt-wrap .vgt-table{font-size:14px;line-height:21px}[dir] .vgt-wrap .vgt-table{border:none}.vgt-wrap .vgt-table thead th{color:#181f28!important}[dir] .vgt-wrap .vgt-table tbody.body-group-content{border-bottom:1px solid #ebe9f1;border-top:1px solid #ebe9f1}[dir] .vgt-wrap .vgt-table th.vgt-checkbox-col{border-bottom:none}.vgt-wrap .vgt-table.striped{font-size:1rem}.vgt-wrap .vgt-table.striped td{vertical-align:middle}[dir] .vgt-wrap .vgt-table th.sortable:before{border-top-color:#ebe9f1}[dir] .vgt-wrap .vgt-table th.sortable:after{border-bottom-color:#ebe9f1}[dir] .vgt-wrap .vgt-table th.vgt-row-header{border-bottom:0!important;border-top:0 solid #ebe9f1;background-color:#fff}.vgt-wrap .vgt-table thead th{text-transform:uppercase;font-size:12px;line-height:22px;font-weight:600}[dir] .vgt-wrap .vgt-table thead th{background-color:rgba(34,127,244,.12);border:none}[dir] .vgt-wrap .vgt-table thead th.sorting-desc:before{border-top-color:#227ff4}[dir] .vgt-wrap .vgt-table thead th.sorting-asc:after{border-bottom-color:#227ff4}[dir] .vgt-wrap .vgt-table thead th.vgt-checkbox-col{background-color:rgba(34,127,244,.12)!important;padding-top:4px!important}.vgt-wrap .vgt-table thead th.vgt-checkbox-col input{width:18px;height:18px}[dir] .vgt-wrap .vgt-table thead th.vgt-checkbox-col input{border-radius:3px;border:1.5px solid #d6d8de}[dir] .vgt-wrap .vgt-table tbody tr{border-bottom:1px solid #cbcdd2}.vgt-wrap .vgt-table tbody td{vertical-align:middle;color:#2e3a4a}[dir] .vgt-wrap .vgt-table tbody td{border-bottom:none;cursor:pointer}.vgt-wrap .vgt-table tbody .vgt-row-header{font-weight:500}.vgt-wrap .vgt-table tbody .vgt-row-header input{width:18px;height:18px}[dir] .vgt-wrap .vgt-table tbody .vgt-row-header input{border-radius:3px;border:1.5px solid #d6d8de}.vgt-wrap .vgt-table tbody .vgt-row-header .triangle{display:none}.vgt-wrap .vgt-table tbody th.vgt-checkbox-col input{width:18px;height:18px}[dir] .vgt-wrap .vgt-table tbody th.vgt-checkbox-col input{border-radius:3px;border:1.5px solid #d6d8de}[dir=ltr] .vgt-wrap.rtl .vgt-table th.sortable:after,[dir=ltr] .vgt-wrap.rtl .vgt-table th.sortable:before{left:2rem}[dir=rtl] .vgt-wrap.rtl .vgt-table th.sortable:after,[dir=rtl] .vgt-wrap.rtl .vgt-table th.sortable:before{right:2rem}[dir=ltr] .vgt-wrap.rtl .pagination .page-item:last-child:not(.next-item) .page-link{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:1.428rem;border-bottom-left-radius:1.428rem}[dir=ltr] .vgt-wrap.rtl .pagination .page-item:first-child:not(.prev-item) .page-link,[dir=rtl] .vgt-wrap.rtl .pagination .page-item:last-child:not(.next-item) .page-link{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:1.428rem;border-bottom-right-radius:1.428rem}[dir=rtl] .vgt-wrap.rtl .pagination .page-item:first-child:not(.prev-item) .page-link{border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:1.428rem;border-bottom-left-radius:1.428rem}[dir] body.dark-layout .vgt-wrap .vgt-table,[dir] body.dark-layout .vgt-wrap .vgt-table td,[dir] body.dark-layout .vgt-wrap .vgt-table th,[dir] body.dark-layout .vgt-wrap .vgt-table tr{background-color:#283046;border-color:#3b4253}body.dark-layout .vgt-wrap .vgt-table td input,body.dark-layout .vgt-wrap .vgt-table td span,body.dark-layout .vgt-wrap .vgt-table th input,body.dark-layout .vgt-wrap .vgt-table th span,body.dark-layout .vgt-wrap .vgt-table tr input,body.dark-layout .vgt-wrap .vgt-table tr span{color:#b4b7bd}[dir] body.dark-layout .vgt-wrap .vgt-table td input,[dir] body.dark-layout .vgt-wrap .vgt-table th input,[dir] body.dark-layout .vgt-wrap .vgt-table tr input{background-color:#283046;border-color:#404656}body.dark-layout .vgt-wrap .vgt-table td input::placeholder,body.dark-layout .vgt-wrap .vgt-table th input::placeholder,body.dark-layout .vgt-wrap .vgt-table tr input::placeholder{color:#b4b7bd}[dir] body.dark-layout .vgt-wrap .vgt-table th.sortable:after{border-bottom-color:#b4b7bd}[dir] body.dark-layout .vgt-wrap .vgt-table th.sortable:before{border-top-color:#b4b7bd}[dir] body.dark-layout .vgt-wrap .vgt-table thead th.sorting-desc:before{border-top-color:#227ff4}[dir] body.dark-layout .vgt-wrap .vgt-table thead th.sorting-asc:after{border-bottom-color:#227ff4}html[dir=rtl] .b-pagination .page-item.prev-item{margin-right:.3571rem;margin-left:0}html[dir=rtl] .b-pagination .page-item.prev-item .page-link svg{transform:rotate(1turn)}html[dir=rtl] .b-pagination .page-item.prev-item~.page-item:nth-child(2):not(.active) .page-link{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:5rem;border-bottom-left-radius:5rem}html[dir=rtl] .b-pagination .page-item.prev-item~.page-item:nth-last-child(2):not(.active) .page-link{border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-top-right-radius:5rem;border-bottom-right-radius:5rem}html[dir=rtl] .b-pagination .page-item.prev-item~.page-item:nth-child(2){border-top-right-radius:0;border-bottom-right-radius:0;border-top-left-radius:5rem;border-bottom-left-radius:5rem}html[dir=rtl] .b-pagination .page-item.prev-item~.page-item:nth-last-child(2){border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5rem;border-bottom-right-radius:5rem}html[dir=rtl] .b-pagination .page-item.next-item{margin-right:0;margin-left:.3571rem}html[dir=rtl] .b-pagination .page-item.next-item .page-link svg{transform:rotate(1turn)}html[dir=rtl] .b-pagination .page-item.active .page-link{border-top-right-radius:5rem!important;border-bottom-right-radius:5rem!important}[dir] .vgt-table.striped tbody tr:nth-of-type(odd){background-color:rgba(51,68,109,.03)}[dir=ltr] .vgt-right-align{text-align:right}[dir=ltr] .vgt-left-align,[dir=rtl] .vgt-right-align{text-align:left}[dir=rtl] .vgt-left-align{text-align:right}[dir] .vgt-center-align{text-align:center}[dir=ltr] .vgt-pull-left{float:left!important}[dir=ltr] .vgt-pull-right,[dir=rtl] .vgt-pull-left{float:right!important}[dir=rtl] .vgt-pull-right{float:left!important}.vgt-clearfix:after{display:block;content:""}[dir] .vgt-clearfix:after{clear:both}.vgt-responsive{width:100%;overflow-x:auto;position:relative}.vgt-text-disabled{color:#909399}.vgt-wrap{position:relative}.vgt-fixed-header{position:absolute;z-index:10;width:100%;overflow-x:auto}table.vgt-table{font-size:16px;border-collapse:collapse;width:100%;max-width:100%;table-layout:auto}[dir] table.vgt-table{background-color:#fff;border:1px solid #ebe9f1}table.vgt-table td{vertical-align:top;color:#2e3a4a}[dir] table.vgt-table td{padding:.75em .75em .75em .75em;border-bottom:1px solid #ebe9f1}[dir] table.vgt-table tr.clickable{cursor:pointer}[dir] table.vgt-table tr.clickable:hover{background-color:#f1f5fd}.vgt-table th{vertical-align:middle;position:relative}[dir=ltr] .vgt-table th{padding:.75em 1.5em .75em .75em}[dir=rtl] .vgt-table th{padding:.75em .75em .75em 1.5em}[dir] .vgt-table th.sortable{cursor:pointer}.vgt-table th.sortable:after{content:"";position:absolute;height:0;width:0;top:50%}[dir] .vgt-table th.sortable:after{margin-top:-7px;border-bottom:5px solid transparent}[dir=ltr] .vgt-table th.sortable:after{right:6px;border-left:5px solid transparent;border-right:5px solid transparent}[dir=rtl] .vgt-table th.sortable:after{left:6px;border-right:5px solid transparent;border-left:5px solid transparent}.vgt-table th.sortable:before{content:"";position:absolute;height:0;width:0;top:50%}[dir] .vgt-table th.sortable:before{margin-bottom:-7px;border-top:5px solid transparent}[dir=ltr] .vgt-table th.sortable:before{right:6px;border-left:5px solid transparent;border-right:5px solid transparent}[dir=rtl] .vgt-table th.sortable:before{left:6px;border-right:5px solid transparent;border-left:5px solid transparent}.vgt-table th.line-numbers,.vgt-table th.vgt-checkbox-col{color:#2e3a4a;word-wrap:break-word;width:25px}[dir] .vgt-table th.line-numbers,[dir] .vgt-table th.vgt-checkbox-col{padding:0 .75em 0 .75em;text-align:center;background:linear-gradient(transparent,transparent)}[dir=ltr] .vgt-table th.line-numbers,[dir=ltr] .vgt-table th.vgt-checkbox-col{border-right:1px solid #ebe9f1}[dir=rtl] .vgt-table th.line-numbers,[dir=rtl] .vgt-table th.vgt-checkbox-col{border-left:1px solid #ebe9f1}[dir] .vgt-table th.filter-th{padding:.75em .75em .75em .75em}[dir] .vgt-table th.vgt-row-header{border-bottom:2px solid #ebe9f1;border-top:2px solid #ebe9f1;background-color:#fff}.vgt-table th.vgt-row-header .triangle{width:24px;height:24px;position:relative}[dir] .vgt-table th.vgt-row-header .triangle{border-radius:15%;margin:0 8px}.vgt-table th.vgt-row-header .triangle:after{content:"";position:absolute;display:block;top:50%;transition:transform .3s ease}[dir] .vgt-table th.vgt-row-header .triangle:after{margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent}[dir=ltr] .vgt-table th.vgt-row-header .triangle:after{left:50%;border-left:6px solid #2e3a4a;margin-left:-3px}[dir=rtl] .vgt-table th.vgt-row-header .triangle:after{right:50%;border-right:6px solid #2e3a4a;margin-right:-3px}[dir=ltr] .vgt-table th.vgt-row-header .triangle.expand:after{transform:rotate(90deg)}[dir=rtl] .vgt-table th.vgt-row-header .triangle.expand:after{transform:rotate(-90deg)}.vgt-table thead th{color:#2e3a4a;vertical-align:bottom}[dir] .vgt-table thead th{border-bottom:1px solid #ebe9f1;background:linear-gradient(transparent,transparent)}[dir=ltr] .vgt-table thead th{padding-right:1.5em}[dir=rtl] .vgt-table thead th{padding-left:1.5em}.vgt-table thead th.vgt-checkbox-col{vertical-align:middle}[dir] .vgt-table thead th.sorting-asc:after{border-bottom:5px solid #409eff}[dir] .vgt-table thead th.sorting-desc:before{border-top:5px solid #409eff}.vgt-input,.vgt-select{width:100%;height:32px;line-height:1;display:block;font-size:14px;font-weight:400;color:#2e3a4a;box-sizing:border-box;transition:border-color .2s cubic-bezier(.645,.045,.355,1)}[dir] .vgt-input,[dir] .vgt-select{padding:6px 12px;border-radius:4px;background-image:none;background-color:#fff;border:1px solid #a6a8b0}.vgt-input::placeholder,.vgt-select::placeholder{color:#2e3a4a;opacity:.3}.vgt-input:focus,.vgt-select:focus{outline:none}[dir] .vgt-input:focus,[dir] .vgt-select:focus{border-color:#409eff}.vgt-loading{position:absolute;width:100%;z-index:10}[dir] .vgt-loading{margin-top:117px}.vgt-loading__content{color:#409eff}[dir] .vgt-loading__content{background-color:#c0dfff;padding:7px 30px;border-radius:3px}.vgt-inner-wrap.is-loading{opacity:.5;pointer-events:none}[dir] .vgt-table.bordered td,[dir] .vgt-table.bordered th{border:1px solid #ebe9f1}[dir] .vgt-table.bordered th.vgt-row-header{border-bottom:3px solid #ebe9f1}[dir=ltr] .vgt-wrap.rtl{direction:rtl}[dir=rtl] .vgt-wrap.rtl{direction:ltr}[dir=ltr] .vgt-wrap.rtl .vgt-table.condensed thead th,[dir=ltr] .vgt-wrap.rtl .vgt-table thead th{padding-left:1.5em;padding-right:.75em}[dir=rtl] .vgt-wrap.rtl .vgt-table.condensed thead th,[dir=rtl] .vgt-wrap.rtl .vgt-table thead th{padding-right:1.5em;padding-left:.75em}[dir=ltr] .vgt-wrap.rtl .vgt-table th.sorting-asc:after,[dir=ltr] .vgt-wrap.rtl .vgt-table th.sorting:after{margin-right:5px;margin-left:0}[dir=rtl] .vgt-wrap.rtl .vgt-table th.sorting-asc:after,[dir=rtl] .vgt-wrap.rtl .vgt-table th.sorting:after{margin-left:5px;margin-right:0}[dir=ltr] .vgt-wrap.rtl .vgt-table th.sortable:after,[dir=ltr] .vgt-wrap.rtl .vgt-table th.sortable:before{right:inherit;left:6px}[dir=rtl] .vgt-wrap.rtl .vgt-table th.sortable:after,[dir=rtl] .vgt-wrap.rtl .vgt-table th.sortable:before{left:inherit;right:6px}[dir] .vgt-table.condensed td,[dir] .vgt-table.condensed th.vgt-row-header{padding:.4em .4em .4em .4em}@media(max-width:576px){.vgt-compact *{box-sizing:border-box}.vgt-compact tbody,.vgt-compact td,.vgt-compact tr{display:block;width:100%}.vgt-compact thead{display:none}[dir] .vgt-compact tr{margin-bottom:15px}.vgt-compact td{position:relative}[dir=ltr] .vgt-compact td{text-align:right}[dir=rtl] .vgt-compact td{text-align:left}.vgt-compact td:before{content:attr(data-label);position:relative;width:40%;font-weight:700}[dir=ltr] .vgt-compact td:before{float:left;left:0;padding-left:10px;text-align:left}[dir=rtl] .vgt-compact td:before{float:right;right:0;padding-right:10px;text-align:right}.vgt-compact th.line-numbers{width:100%!important;display:block}[dir] .vgt-compact th.line-numbers{padding:.3em 1em!important}}.vgt-global-search{display:flex;flex-wrap:nowrap;align-items:stretch}[dir] .vgt-global-search{padding:5px 0;border:1px solid #ebe9f1;border-bottom:0;background:linear-gradient(transparent,transparent)}.vgt-global-search__input{position:relative;flex-grow:1}[dir=ltr] .vgt-global-search__input{padding-left:40px}[dir=rtl] .vgt-global-search__input{padding-right:40px}.vgt-global-search__input .input__icon{position:absolute;max-width:32px}[dir=ltr] .vgt-global-search__input .input__icon{left:0}[dir=rtl] .vgt-global-search__input .input__icon{right:0}.vgt-global-search__input .input__icon .magnifying-glass{display:block;width:16px;height:16px;position:relative}[dir] .vgt-global-search__input .input__icon .magnifying-glass{margin-top:3px;border:2px solid #e5e3ed;border-radius:50%}[dir=ltr] .vgt-global-search__input .input__icon .magnifying-glass{margin-left:8px}[dir=rtl] .vgt-global-search__input .input__icon .magnifying-glass{margin-right:8px}.vgt-global-search__input .input__icon .magnifying-glass:before{content:"";display:block;position:absolute;bottom:-5px;width:8px;height:4px}[dir] .vgt-global-search__input .input__icon .magnifying-glass:before{background:#e5e3ed;border-radius:2px}[dir=ltr] .vgt-global-search__input .input__icon .magnifying-glass:before{right:-7px;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}[dir=rtl] .vgt-global-search__input .input__icon .magnifying-glass:before{left:-7px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg)}[dir=ltr] .vgt-global-search__actions{margin-left:10px}[dir=rtl] .vgt-global-search__actions{margin-right:10px}.vgt-selection-info-row{font-size:13px;color:#d3aa3b;font-weight:700}[dir] .vgt-selection-info-row{background:#fdf9e8;padding:5px 16px;border-top:1px solid #ebe9f1}[dir=ltr] .vgt-selection-info-row,[dir=rtl] .vgt-selection-info-row{border-left:1px solid #ebe9f1;border-right:1px solid #ebe9f1}.vgt-selection-info-row a{font-weight:700;display:inline-block}[dir=ltr] .vgt-selection-info-row a{margin-left:10px}[dir=rtl] .vgt-selection-info-row a{margin-right:10px}[dir] .vgt-wrap__actions-footer{border:1px solid #ebe9f1}.vgt-wrap__footer{color:#2e3a4a}[dir] .vgt-wrap__footer{padding:1em;border:1px solid #ebe9f1;background:linear-gradient(transparent,transparent)}.vgt-wrap__footer .footer__row-count__label,.vgt-wrap__footer .footer__row-count__select{display:inline-block;vertical-align:middle}.vgt-wrap__footer .footer__row-count__label{font-size:14px;color:#909399}.vgt-wrap__footer .footer__row-count__select{width:auto;height:auto;font-size:14px;color:#2e3a4a;font-weight:700}[dir] .vgt-wrap__footer .footer__row-count__select{background-color:transparent;padding:0;border:0;border-radius:0}[dir=ltr] .vgt-wrap__footer .footer__row-count__select{margin-left:8px}[dir=rtl] .vgt-wrap__footer .footer__row-count__select{margin-right:8px}.vgt-wrap__footer .footer__row-count__select:focus{outline:none}[dir] .vgt-wrap__footer .footer__row-count__select:focus{border-color:#409eff}.vgt-wrap__footer .footer__navigation{font-size:14px}.vgt-wrap__footer .footer__navigation__info,.vgt-wrap__footer .footer__navigation__page-btn,.vgt-wrap__footer .footer__navigation__page-info{display:inline-block;vertical-align:middle}.vgt-wrap__footer .footer__navigation__page-btn{text-decoration:none;color:#2e3a4a;font-weight:700;white-space:nowrap}.vgt-wrap__footer .footer__navigation__page-btn:focus{outline:none}[dir] .vgt-wrap__footer .footer__navigation__page-btn:focus{border:0}.vgt-wrap__footer .footer__navigation__page-btn.disabled,.vgt-wrap__footer .footer__navigation__page-btn.disabled:hover{opacity:.5}[dir] .vgt-wrap__footer .footer__navigation__page-btn.disabled,[dir] .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover{cursor:not-allowed}[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-right-color:#2e3a4a}[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after,[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-left-color:#2e3a4a}[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after{border-right-color:#2e3a4a}.vgt-wrap__footer .footer__navigation__page-btn .chevron{width:24px;height:24px;position:relative}[dir] .vgt-wrap__footer .footer__navigation__page-btn .chevron{border-radius:15%;margin:0 8px}.vgt-wrap__footer .footer__navigation__page-btn .chevron:after{content:"";position:absolute;display:block;top:50%}[dir] .vgt-wrap__footer .footer__navigation__page-btn .chevron:after{margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent}[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn .chevron:after{left:50%}[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn .chevron:after{right:50%}[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn .chevron.left:after{border-right:6px solid #409eff;margin-left:-3px}[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn .chevron.left:after{border-left:6px solid #409eff;margin-right:-3px}[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn .chevron.right:after{border-left:6px solid #409eff;margin-left:-3px}[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn .chevron.right:after{border-right:6px solid #409eff;margin-right:-3px}.vgt-wrap__footer .footer__navigation__info,.vgt-wrap__footer .footer__navigation__page-info{display:inline-block;color:#909399}[dir] .vgt-wrap__footer .footer__navigation__info,[dir] .vgt-wrap__footer .footer__navigation__page-info{margin:0 16px}.vgt-wrap__footer .footer__navigation__page-info__current-entry{width:30px;display:inline-block;font-weight:700}[dir] .vgt-wrap__footer .footer__navigation__page-info__current-entry{text-align:center;margin:0 10px}@media only screen and (max-width:750px){.vgt-wrap__footer .footer__navigation__info{display:none}[dir=ltr] .vgt-wrap__footer .footer__navigation__page-btn{margin-left:16px}[dir=rtl] .vgt-wrap__footer .footer__navigation__page-btn{margin-right:16px}}[dir] .vgt-table.nocturnal{border:1px solid #435169;background-color:#324057}[dir] .vgt-table.nocturnal tr.clickable:hover{background-color:#445168}.vgt-table.nocturnal td{color:#c7ced8}[dir] .vgt-table.nocturnal td{border-bottom:1px solid #435169}.vgt-table.nocturnal th.line-numbers,.vgt-table.nocturnal th.vgt-checkbox-col{color:#c7ced8}[dir] .vgt-table.nocturnal th.line-numbers,[dir] .vgt-table.nocturnal th.vgt-checkbox-col{background:linear-gradient(#2c394f,#2c394f)}[dir=ltr] .vgt-table.nocturnal th.line-numbers,[dir=ltr] .vgt-table.nocturnal th.vgt-checkbox-col{border-right:1px solid #435169}[dir=rtl] .vgt-table.nocturnal th.line-numbers,[dir=rtl] .vgt-table.nocturnal th.vgt-checkbox-col{border-left:1px solid #435169}.vgt-table.nocturnal thead th{color:#c7ced8}[dir] .vgt-table.nocturnal thead th{border-bottom:1px solid #435169;background:linear-gradient(#2c394f,#2c394f)}[dir] .vgt-table.nocturnal thead th.sortable:before{border-top-color:#3e5170}[dir] .vgt-table.nocturnal thead th.sortable:after{border-bottom-color:#3e5170}.vgt-table.nocturnal thead th.sortable.sorting-asc{color:#fff}[dir] .vgt-table.nocturnal thead th.sortable.sorting-asc:after{border-bottom-color:#409eff}.vgt-table.nocturnal thead th.sortable.sorting-desc{color:#fff}[dir] .vgt-table.nocturnal thead th.sortable.sorting-desc:before{border-top-color:#409eff}[dir] .vgt-table.nocturnal.bordered td,[dir] .vgt-table.nocturnal.bordered th{border:1px solid #435169}.vgt-table.nocturnal .vgt-input,.vgt-table.nocturnal .vgt-select{color:#c7ced8}[dir] .vgt-table.nocturnal .vgt-input,[dir] .vgt-table.nocturnal .vgt-select{background-color:#232d3f;border:1px solid #435169}.vgt-table.nocturnal .vgt-input::placeholder,.vgt-table.nocturnal .vgt-select::placeholder{color:#c7ced8;opacity:.3}.vgt-wrap.nocturnal .vgt-wrap__footer{color:#c7ced8}[dir] .vgt-wrap.nocturnal .vgt-wrap__footer{border:1px solid #435169;background:linear-gradient(#2c394f,#2c394f)}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__label{color:#8290a7}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select{color:#c7ced8}[dir] .vgt-wrap.nocturnal .vgt-wrap__footer .footer__row-count__select:focus{border-color:#409eff}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn{color:#c7ced8}[dir=ltr] .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,[dir=ltr] .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-right-color:#c7ced8}[dir=ltr] .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,[dir=ltr] .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after,[dir=rtl] .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,[dir=rtl] .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-left-color:#c7ced8}[dir=rtl] .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,[dir=rtl] .vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after{border-right-color:#c7ced8}.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__info,.vgt-wrap.nocturnal .vgt-wrap__footer .footer__navigation__page-info{color:#8290a7}[dir] .vgt-wrap.nocturnal .vgt-global-search{border:1px solid #435169;background:linear-gradient(#2c394f,#2c394f)}[dir] .vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass{border:2px solid #3f4c63}[dir] .vgt-wrap.nocturnal .vgt-global-search__input .input__icon .magnifying-glass:before{background:#3f4c63}.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input,.vgt-wrap.nocturnal .vgt-global-search__input .vgt-select{color:#c7ced8}[dir] .vgt-wrap.nocturnal .vgt-global-search__input .vgt-input,[dir] .vgt-wrap.nocturnal .vgt-global-search__input .vgt-select{background-color:#232d3f;border:1px solid #435169}.vgt-wrap.nocturnal .vgt-global-search__input .vgt-input::placeholder,.vgt-wrap.nocturnal .vgt-global-search__input .vgt-select::placeholder{color:#c7ced8;opacity:.3}[dir] .vgt-table.black-rhino{border:1px solid #435169;background-color:#dfe5ee}[dir] .vgt-table.black-rhino tr.clickable:hover{background-color:#fff}.vgt-table.black-rhino td{color:#49515e}[dir] .vgt-table.black-rhino td{border-bottom:1px solid #bbc5d6}.vgt-table.black-rhino th.line-numbers,.vgt-table.black-rhino th.vgt-checkbox-col{color:#dae2f0}[dir] .vgt-table.black-rhino th.line-numbers,[dir] .vgt-table.black-rhino th.vgt-checkbox-col{background:linear-gradient(#4c5c79,#4e5d7c)}[dir=ltr] .vgt-table.black-rhino th.line-numbers,[dir=ltr] .vgt-table.black-rhino th.vgt-checkbox-col{border-right:1px solid #435169}[dir=rtl] .vgt-table.black-rhino th.line-numbers,[dir=rtl] .vgt-table.black-rhino th.vgt-checkbox-col{border-left:1px solid #435169}.vgt-table.black-rhino thead th{color:#dae2f0}[dir] .vgt-table.black-rhino thead th{border-bottom:1px solid #435169;background:linear-gradient(#4c5c79,#4e5d7c)}[dir=ltr] .vgt-table.black-rhino thead th{text-shadow:1px 1px #3e5170}[dir=rtl] .vgt-table.black-rhino thead th{text-shadow:-1px 1px #3e5170}[dir] .vgt-table.black-rhino thead th.sortable:before{border-top-color:#607498}[dir] .vgt-table.black-rhino thead th.sortable:after{border-bottom-color:#607498}.vgt-table.black-rhino thead th.sortable.sorting-asc{color:#fff}[dir] .vgt-table.black-rhino thead th.sortable.sorting-asc:after{border-bottom-color:#409eff}[dir] .vgt-table.black-rhino thead th.sortable.sorting-desc:before{border-top-color:#409eff}[dir] .vgt-table.black-rhino.bordered td{border:1px solid #bbc5d6}[dir] .vgt-table.black-rhino.bordered th{border:1px solid #435169}.vgt-table.black-rhino .vgt-input,.vgt-table.black-rhino .vgt-select{color:#dae2f0}[dir] .vgt-table.black-rhino .vgt-input,[dir] .vgt-table.black-rhino .vgt-select{background-color:#34445f;border:1px solid transparent}.vgt-table.black-rhino .vgt-input::placeholder,.vgt-table.black-rhino .vgt-select::placeholder{color:#dae2f0;opacity:.3}.vgt-wrap.black-rhino .vgt-wrap__footer{color:#dae2f0}[dir] .vgt-wrap.black-rhino .vgt-wrap__footer{border:1px solid #435169;background:linear-gradient(#4c5c79,#4e5d7c)}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count{position:relative}[dir=ltr] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count{padding-right:3px}[dir=rtl] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count{padding-left:3px}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__label{color:#98a5b9}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select{color:#49515e;-webkit-appearance:none;-moz-appearance:none;appearance:none}[dir] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select{background:#dfe5ee;border:none;border-radius:3px}[dir=ltr] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select{padding-right:15px;padding-left:5px}[dir=rtl] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select{padding-left:15px;padding-right:5px}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select::-ms-expand{display:none}[dir] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count__select:focus{border-color:#409eff}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count:after{content:"";display:block;position:absolute;height:0;width:0;top:50%;pointer-events:none}[dir] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count:after{margin-top:-1px;border-top:6px solid #49515e;border-bottom:none}[dir=ltr] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count:after{right:6px;border-left:6px solid transparent;border-right:6px solid transparent}[dir=rtl] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__row-count:after{left:6px;border-right:6px solid transparent;border-left:6px solid transparent}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn{color:#dae2f0}[dir=ltr] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,[dir=ltr] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-right-color:#dae2f0}[dir=ltr] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,[dir=ltr] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after,[dir=rtl] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.left:after,[dir=rtl] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.left:after{border-left-color:#dae2f0}[dir=rtl] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled .chevron.right:after,[dir=rtl] .vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-btn.disabled:hover .chevron.right:after{border-right-color:#dae2f0}.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__info,.vgt-wrap.black-rhino .vgt-wrap__footer .footer__navigation__page-info{color:#dae2f0}[dir] .vgt-wrap.black-rhino .vgt-global-search{border:1px solid #435169;background:linear-gradient(#4c5c79,#4e5d7c)}[dir] .vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass{border:2px solid #3f4c63}[dir] .vgt-wrap.black-rhino .vgt-global-search__input .input__icon .magnifying-glass:before{background:#3f4c63}.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input,.vgt-wrap.black-rhino .vgt-global-search__input .vgt-select{color:#dae2f0}[dir] .vgt-wrap.black-rhino .vgt-global-search__input .vgt-input,[dir] .vgt-wrap.black-rhino .vgt-global-search__input .vgt-select{background-color:#44516c;border:1px solid transparent}.vgt-wrap.black-rhino .vgt-global-search__input .vgt-input::placeholder,.vgt-wrap.black-rhino .vgt-global-search__input .vgt-select::placeholder{color:#dae2f0;opacity:.3}[dir=ltr] .vgt-table .custom-checkbox{margin-left:13px}[dir=rtl] .vgt-table .custom-checkbox{margin-right:13px}[dir] .btn-pd0 button{padding:0}.img-empty-table[data-v-6e61f5e2]{height:300px}[dir] .listwork[data-v-fa3c57fc]{background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.06);border-radius:6px}[dir] .listwork__top[data-v-fa3c57fc]{padding:20px}.listwork__top h4[data-v-fa3c57fc]{font-family:Montserrat;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#181f28}.listwork__text__center p[data-v-fa3c57fc]{font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:21px}[dir] .listwork__text__center p[data-v-fa3c57fc]{margin-top:20px}[dir=ltr] .listwork__text__center p[data-v-fa3c57fc]{text-align:right;padding-right:20px}[dir=rtl] .listwork__text__center p[data-v-fa3c57fc]{text-align:left;padding-left:20px}.listwork__head__02[data-v-fa3c57fc]{display:flex;align-items:center;justify-content:space-between}[dir] .listwork__head__02[data-v-fa3c57fc]{padding:20px}.listwork__head__02__left h4[data-v-fa3c57fc]{font-family:Montserrat;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#000}.listwork__head__02__right[data-v-fa3c57fc]{display:flex;align-items:center}[dir=ltr] .listwork__head__02__right__icon[data-v-fa3c57fc]{margin-left:20px}[dir=rtl] .listwork__head__02__right__icon[data-v-fa3c57fc]{margin-right:20px}.listwork__button[data-v-fa3c57fc]{display:flex;align-items:center;justify-content:flex-end}[dir] .listwork__button[data-v-fa3c57fc]{padding-top:40px;padding-bottom:20px}[dir=ltr] .listwork__button[data-v-fa3c57fc]{padding-right:20px}[dir=rtl] .listwork__button[data-v-fa3c57fc]{padding-left:20px}[dir=ltr] .listwork__button__item[data-v-fa3c57fc]{margin-left:20px}[dir=rtl] .listwork__button__item[data-v-fa3c57fc]{margin-right:20px}.header[data-v-fa3c57fc]{display:flex}[dir] .header[data-v-fa3c57fc]{margin-bottom:32px}.header-title[data-v-fa3c57fc]{height:26px;font-weight:500;font-size:21px;line-height:25,6px;position:relative;color:#2e3a4a}[dir=ltr] .header-title[data-v-fa3c57fc]{padding-right:20px}[dir=rtl] .header-title[data-v-fa3c57fc]{padding-left:20px}.header-title[data-v-fa3c57fc]:after{content:"";display:block;position:absolute;top:0;width:1px;height:26px}[dir] .header-title[data-v-fa3c57fc]:after{background-color:#cbcdd2}[dir=ltr] .header-title[data-v-fa3c57fc]:after{right:0}[dir=rtl] .header-title[data-v-fa3c57fc]:after{left:0}.header-breadcrumb[data-v-fa3c57fc]{font-size:14px;height:21px;line-height:21px;display:flex;align-content:center}[dir] .header-breadcrumb[data-v-fa3c57fc]{padding:0}a[data-v-fa3c57fc]{color:#227ff4;text-decoration:none}.breadcrumb-item.active[data-v-fa3c57fc]{color:#2e3a4a}[dir] .breadcrumb[data-v-fa3c57fc]{padding-left:20px}.text-danger[data-v-fa3c57fc]{color:red}.cssInput[data-v-fa3c57fc]{outline:none}[dir] .cssInput[data-v-fa3c57fc]{border:0;border-bottom:.2px solid grey}