@charset "UTF-8";:root{--background-color:rgb(240, 240, 240);--main-color:black;--subcolor1:white;--input-border-color:rgb(177, 177, 177);--input-border-color-hover:rgb(225, 225, 225);--input-placeholder-color:rgb(133, 133, 133);--link-color:rgb(0, 111, 187);--link-color-hover:rgb(0, 111, 187);--nav-color:#066490;--nav-link-color:white;--nav-link-color-hover:black;--table-header-background:rgb(85, 96, 142);--table-header-color:white;--table-row-border-color:var(--input-border-color);--dialog-bg-color:rgb(171, 171, 171);--dialog-border-color:var(--input-border-color);--accordion-bg-color:var(--table-header-background);--btn-color:rgb(38, 166, 154);--btn-color-hover:rgb(77, 143, 137);--btn-reset-color:rgb(171, 171, 171);--btn-reset-color-hover:rgb(143, 143, 143);--disabled-color:dimgray;--shadow-color:rgb(133, 133, 133);--white1:#ddd;--success-color:rgb(0, 110, 0);--success-color-hover:rgb(0, 174, 0);--error-color:rgb(200, 0, 0);--error-color-hover:rgb(245, 0, 0);--orange1:hsla(32.8, 100%, 51.3%);--color3:#47a5c4;--color4:#cea442;--color5:#367c80;--color6:rgb(0, 111, 187);--color7:rgb(24, 83, 123);--color8:#7d9ec0;--color9:rgb(47, 79, 79)}@font-face{font-family:Oswald;src:url(../font/Oswald-Regular.ttf) format('truetype')}*{padding:0;margin:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:400}body{font-family:Arial,Helvetica,sans-serif;min-height:100%;width:100%;overflow-x:hidden;line-height:1.4;color:var(--main-color)}div.background{position:fixed;width:100%;height:100%;background:url(../img/background2.jpg) left top/cover no-repeat;background-attachment:fixed;z-index:-1}caption,h1,h2{font-size:1.2em;font-weight:400;letter-spacing:5px;color:var(--main-color)}h2{font-size:1.1em}a{text-decoration:none;color:var(--link-color);transition:all .5s;font-size:14px}a.no_edit{text-decoration:line-through;text-decoration-color:var(--main-color)}a:hover{color:#000}a:hover+span.line{width:90%;background:var(--main-color)}span.line{width:0;padding:1px 0;background:0 0;transition:width .5s}ol,ul{list-style:none}p.error{color:var(--error-color);font-size:20px}p.success{color:var(--success-color);font-size:20px}div.row{display:flex;flex-flow:row wrap;justify-content:center;align-items:center}div.col{display:flex;flex-direction:column;justify-content:center;align-items:center}span.nav_icon,span.nav_icon1,span.nav_icon2{width:24px;height:24px;display:inline-block;transition:background .5s}span.nav_icon{background:url(../img/arrow-down2.png) center/contain no-repeat}span.nav_icon1{background:url(../img/arrow-up2.png) center/contain no-repeat}span.nav_icon2{background:url(../img/arrow-right.svg) center/contain no-repeat}span.search_icon{background:url(../img/search2.png) center/contain no-repeat;height:30px;width:50px;display:inline-block;cursor:pointer;transition:background-color 1s}span.search_icon2{height:50px}span.in{display:inline-block;background:url(../img/in.png) center/contain no-repeat;width:48px;height:48px}span.out{display:inline-block;background:url(../img/out.png) center/contain no-repeat;width:48px;height:48px}span.ecommerce{display:inline-block;background:url(../img/ecommerce.png) center/contain no-repeat;width:48px;height:48px}span.dashboard{background:url(../img/dashboard.png) center/cover no-repeat;width:48px;height:48px;display:inline-block}span.dialog_icon{width:64px;height:64px;display:inline-block}span.warning_icon{background:url(../img/warning-64.png) center/cover no-repeat}span.info_icon{background:url(../img/info-64.png) center/cover no-repeat}i{color:var(--color3)}button{cursor:pointer}.hidden{display:none!important}input:disabled,select:disabled{background:var(--disabled-color)!important}