.router-anim-enter-active{animation:coming .3s;animation-delay:.4s;opacity:0}.router-anim-leave-active{animation:going .3s}@keyframes going{0%{transform:translateX(0)}to{transform:translateX(-10px);opacity:0}}@keyframes coming{0%{transform:translateX(10px);opacity:0}to{transform:translateX(0);opacity:1}}.override-light-theme.theme--light{background:#f9f9f9!important}.box-shadow-secondary{box-shadow:0 2px 4px -1px rgba(17,73,127,.24),0 4px 5px 0 rgba(17,73,127,.26)!important}.carousel-3d-slide{background-color:#fbfbfb!important}.center-the-content{display:flex;align-items:center;justify-content:center}.t-a-c{text-align:center}.t-a-l{text-align:left}.t-a-r{text-align:right}.w-100{width:100%!important}ul.multiselect__content{padding-left:0!important}.multiselect__option--highlight,.multiselect__option--highlight:after{background:var(--secondary-color)!important}.custom-ms .multiselect__tags{font-size:1.1em!important;padding-left:0}.custom-ms .multiselect__select{top:9px!important}.custom-ms .multiselect__input{top:5px!important}.custom-ms .multiselect__single{margin-top:7px!important;padding-left:0}.multiselect__tags{border-top-color:hsla(0,0%,100%,0)!important;border-left-color:hsla(0,0%,100%,0)!important;border-right-color:hsla(0,0%,100%,0)!important;border-bottom-color:#9e9e9e!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.multiselect__placeholder{color:#666!important}.bold-text{font-weight:700!important}.no-tbl-footer .v-data-footer{display:none!important}.v-data-table-header-mobile{display:none}.h-auto{height:auto!important}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-800{font-weight:800}.fg-1{flex-grow:1}.fg-2{flex-grow:2}.fg-3{flex-grow:3}.fg-4{flex-grow:4}.dpnotificationbadge{background-color:#d57a16!important;height:.6em!important;width:.6em!important;border-radius:.5em!important}.cardTitle{border-style:dashed;border-width:0;width:100%;border-color:#888}body{width:100vw;height:100vh;overflow:hidden}.toolbar-content-no-px{font-size:2em}.v-application .primary{background:linear-gradient(90deg,#ff8100,#ff5504)!important;border-top-color:#ff8100!important;border-left-color:#ff8100!important;border-right-color:#ff5504!important;border-bottom-color:#ff5504!important}.theme--dark.v-application{background:#060607;color:#fff}.v-text-field--outlined>>>fieldset{border-top-color:#ff8100!important;border-left-color:#ff8100!important;border-right-color:#ff5504!important;border-bottom-color:#ff5504!important}.ColumnContainer{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.FixedItem{height:50px;padding:5px 5px}.FixedItem,.row-div{display:flex;justify-content:space-between;align-items:center}.col-div{width:100%;height:100%}.mem-display-style{margin-top:5px!important;margin-left:5px!important}.mem-display-vrow-style{margin-top:10px!important;margin-left:0!important;margin-bottom:1px!important}.mem-display-icon-style{margin-right:10px!important}.srchcol-7{height:100%;width:60%}.srchcol-12{height:100%;width:100%}.srchcol-7 .v-text-field--outlined{padding:0 0}.cartcol-5{height:100%;width:40%}.ScrollContainer{height:calc(100% - 50px);overflow:hidden}.v-application{width:100%;height:100%}.v-application--wrap,.v-application--wrap .v-main{height:100%}.ScrollContainer .row,.ScrollContainer .row .col{height:100%;overflow:hidden}.ScrollContainer .row .col .w-100{height:100%;overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch}.ScrollContainer .scrolldata{height:100%;overflow:auto;-webkit-overflow-scrolling:touch}.child,.h-100{height:100%}.child{overflow:auto}.leftcol-10{height:100%;width:80%}.leftcol-11{height:100%;width:90%}.w-99{height:100%;width:99%}.rightcol-1{height:100%;width:10%}.center{display:flex;justify-content:center;align-items:center}.FixedItem .v-toolbar__content,.between{display:flex;justify-content:space-between;align-items:center}.FixedItem .v-toolbar__content{width:100%}.BottomItem{height:20px;padding:5px 5px;background:#b55}.BottomItem,.image_carousel{display:flex;justify-content:space-between;align-items:center}.image_carousel{height:350px}.image_carousel .v-100{height:100%}.special_menu{height:calc(100% - 410px)}.special_menu,.special_menu .in-100{overflow-x:hidden;overflow-y:scroll;-webkit-overflow-scrolling:touch}.special_menu .in-100{height:100%}:root{--webkit-footer-gap:80px}.align_right{display:flex;justify-content:right;margin-right:10px}@supports (-webkit-touch-callout:none){.on-footer{position:absolute;bottom:0;transition:padding 226ms ease-out;padding-bottom:calc(100vh - var(--webkit-footer-gap) + 2%)}.webkit-gap{position:fixed;top:0;bottom:0;display:block;width:100%;height:100%;z-index:-1}}.spansize{font-size:.75rem}.dp-fade-in{animation:dpFadeIn 2s ease}@keyframes dpFadeIn{0%{opacity:0}to{opacity:1}}.dp-slide-fade-left{transition:all .5s ease;animation:dpSlideFadeLeft .5s ease}@keyframes dpSlideFadeLeft{0%{opacity:1}to{opacity:0;transform:translateX(-10px)}}.dp-slide-fade-in-left{transition:all .5s ease;animation:dpSlideFadeInLeft .5s ease}@keyframes dpSlideFadeInLeft{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.dp-slide-fade-out{transition:all .5s ease;transform:translateX(15px);opacity:0}.dp-slide-fade-in-right{transition:all .5s ease;animation:dpSlideFadeInRight .5s ease}@keyframes dpSlideFadeInRight{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.dp-zoom-enter{transition:all .5s ease;animation:dpZoomEnterAnim .6s ease}@keyframes dpZoomEnterAnim{0%{transform:scale(1.1)}to{transform:scale(1)}}.dp-zoom-enter-2{transition:all .4s ease;animation:dpZoomEnterAnim2 .4s ease}@keyframes dpZoomEnterAnim2{0%{transform:scale(.9);opacity:0}to{transform:scale(1)}}.dp-zoom-exit{transition:all .3s ease;animation:dpZoomExitAnim .3s ease}@keyframes dpZoomExitAnim{0%{transform:scale(1)}to{transform:scale(.8);opacity:0}}.dp-zoom-exit-2{transition:all .3s ease;animation:dpZoomExitAnim2 .5s ease}@keyframes dpZoomExitAnim2{0%{transform:scale(1)}to{transform:scale(.9);opacity:0}}.divStyle{position:absolute;margin:auto;top:0;right:0;bottom:0;left:0;width:100%;height:50%}