:root { --default-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.45); } html { overflow-y: scroll; font-size: 16px; } .d-none { display: none !important; } /* *colorScheme darkest #080808 #333333 #5d5d5d #888888 #b3b3b3 #dddddd lightest */ body { margin: 0px; padding: 0px; font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 0.9em; display: flex; flex-direction: column; min-height: 100vh; } table { border-collapse: collapse; } table[class*="titled"] tr td:first-child { color:#0091EA; } tr td { padding: 0px; } .container { width: 100%; margin: 0 auto; } .container_1200 { width: 1200px; margin: 0 auto; } .container_400 { width: 400px; margin: 0 auto; } #header-wrapper { border-bottom: 2px solid #0091EA; overflow: hidden; } .header { padding: 12px 0 24px 0; height: 50px; max-width: 1100px; } .header .logo { position: relative; margin: 0 auto; } .header #HWgLogo { background-repeat: no-repeat; float: right; background-image: url(images/HWgLogo.svg); position: absolute; right: 0; top: 5px; } .productLogo { height: 70px; width: auto; } .header #Ver { float: right; position: absolute; right: 0; top: 55px; font-size: 1.0em; color: #0091EA; font-style: italic; } .header #Demo { font-size: 1.2em; color: #FF3a49; top: 30px; right: 0; position: absolute; } h1 { width: 1000px; margin: 0 auto; text-align: left; font-size: 5em; color: #0091EA; background: url('logoHW.png') 100% 50% no-repeat; } .Htop { font-size: 0.8em; } .title-text { text-transform: uppercase; color: #0091ea; font-weight: lighter; text-align: center; font-size: 2em; padding-top: 15px; } .menu { /*padding-top: 10px;*/ margin: .3em 0; text-align: center; } .menu a { display: inline-block; text-align: center; color: #363636; text-transform: uppercase; padding: 6px 10px 6px 10px; margin-right: 6px; text-decoration: none; font-size: 1em; border-bottom: 3px solid white; } .menu a:hover { color: #0091EA; } .menu a.menu_o { color: #0091EA; background-color: white; border-bottom: 3px solid #0091EA; } .menu a:active { color: #0091EA; background-color: white; border-bottom: 3px solid #0091EA; } div.table-wrapper { padding: 1em 0; max-width: 1100px; margin: 0 auto; } .main-wrapper { /*min-height: 500px;*/ background: #eee; padding: 1em; flex:1; } table.base { background: #fff; text-align: left; box-shadow: var(--default-box-shadow); } table.base tr { border-bottom: 1px solid #ddd; } table.base td { padding: .5em; text-align: left; } table.base td a { color: #0091EA; } table.base td a:hover { text-decoration: none; } table.base td.area { padding-top: 0; padding-bottom: 0; } table.base td.colvalue, td.val, td.formvalue { width: 230px; } table.base th, table.base td { padding: 10px 8px; } table.base td.buttonline { text-align: right; /*height: 38px; padding-right: 10px; padding-top: 0; padding-bottom: 0;*/ } table.base td.colvalue { color: #787878; border-right: 1px solid #d6d6d6; } table.base td.colvalue input { border: none; background: #fff; color: #3c3c3c; font-size: 1.084em; } table.base td.colvalue .wwwinfotext { width: 1000px; border: 0; resize: none; line-height: 25px; height: 25px; } input.butsave { font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 15px; color: #fff; background-color: #0091EA; border: 1px solid #0674b7; border-radius: 3px; height: 25px; width: 120px; letter-spacing: 1px; } input.butlong { width: auto; } input.butsave:hover { background-color: #31acf7; } input.butsave:disabled { background-color: grey; } div.buttonS { text-align: right; } table.base td.desc { color: #5d5d5d; font-size: 1.084em; font-style: italic; background-color: #fff; } table.base th { text-transform: uppercase; color: #FFFFFF; font-weight: normal; background-color: #000000a5; font-size: 0.8em; } table.base caption { background-color: #0091EA; /*font-weight: bold;*/ color: #FFFFFF; text-align: left; padding: .5em; font-size: 1.25em; font-weight: lighter; border: none; box-shadow: var(--default-box-shadow); } table.tableS { text-align: center; font-size: 0.9em; /*background-color:#005E8A;*/ margin: 8px; } table.tableS td { background-color: #CDDFFE; padding: 2px; } table.tableS th { /*background-color:#005E8A;*/ font-size: 1.2em; padding: 5px; font-weight: bold; color: #FFFFFF; text-align: left; } .value { /*color: #993366;*/ font-weight: bold; white-space: nowrap; } table.base .portal_msg { /*font-size: 1.3em;*/ font-style: italic; /*background-color: #ffd800;*/ color: black; } .button1 { padding: 0px; width: 100px; margin-left: 50px; margin-top: 2px; margin-bottom: 2px; } .resbox { margin: 0 auto; padding: 10px 10px 10px 10px; margin-top: 20px; margin-bottom: 20px; width: 300px; color: white; background-color: #0091EA; border: 1px solid white; font-size: 1.5em; font-weight: bold; text-align: center; box-shadow: 0px 0px 6px black; } .resbox button { font-size: 1em; margin-top: 1em; } input.inputres { } input.limit { width: 60px; } /* input.sensor { width: 120px; } */ textarea { width: 98%; padding: 3px 0; resize: none; } table.graph { /*background-color:#005E8A;*/ text-align: left; margin: 8px; } table.graph td { background-color: #ff6a00; padding: 2px; text-align: center; } table.graph th { font-size: 1.2em; padding: 5px; font-weight: bold; color: #FFFFFF; text-align: left; } .info { color: #787878; text-align: center; margin: 20px 0; font-size: 1.166em; } .info a { color: #787878; text-decoration: none; } .info a:hover { color: #787878; } .footer { color: #888888; background-color: #333333; position: relative; box-shadow: 0px 0px 5px gray; } .footer #contact { font-size: 0.9em; padding: 10px 0 0 0; text-align: center; } .footer #contact a:link { color: #b9b9b9; } .footer #contact p span { padding: 0 15px; } .footer #contact p .border { padding-left: 15px; border-left: 2px solid #787878; } .footer #contact p #HW { color: #0091EA; } .footer #contact p#HWGroup { width: 100%; padding: 0 0 10px 0; margin: 0; text-align: center; } table.base td.colvalue select { font-size: 0.834em; } .styled-select select {} .styled-select {} .col1 td { background-color: #ffffff !important; } .col2{ background: repeating-linear-gradient(90deg, rgb(255, 255, 255) 0%, #ff00008a 100%); } .bar_box { background-color: #d6d6d6; padding: 3px; width: 300px; } .bar_val { width: 0%; height: 15px; background-color: #0091EA; color: #fff; } .hideme { display:none; visibility:hidden; } .showme { display:table-row; visibility:visible; } /* NOVE Styly */ .destTable { border-collapse: collapse; } .destTable tr td { background-color: transparent; } .destTable tr:last-of-type { border: 0; } .destTable tr>td:last-of-type { width:10px; } button { font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 1.1em; text-align: center; text-decoration: none; padding: .3em .8em; margin: 2px; border: solid 1px #fff; border-radius: 4px; cursor: pointer; background-color: #dddddd; box-shadow: 0px 0px 2px #6c6c6c; } button:hover { background-color: #b3b3b3; color: white; } button[disabled] { pointer-events: none; } .butConfirm { font-size: 1.2em; color: #fff; background-color: #0091EA; border-color: #fff; } .butConfirm:hover { background-color: #0d7ec4; } .btn { font-family: Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 1em; border-radius: 4px; border: solid 0px transparent; cursor: pointer; margin: 2px; padding: 0.2em 0.5em; } .btn:hover { border-color: currentColor; background-color: white; } .btnDestructive { color: white; background-color: #ff3a49; } .btnDestructive:hover, .btnDestructive:focus { background-color: #d9303d; } .btnWithIcon { overflow: hidden; display: flex; align-items: center; /*transition: all 0.25s cubic-bezier(0.310, -0.105, 0.430, 1.400);*/ } .btnWithIcon .spacer { margin-left: 5px; margin-right: 5px; background-color: #ffffff4f; width: 1px; padding: 8px 0; } input, textarea, select { padding: 0.25em; } .loader { border: 3px solid #d6d6d6; /* Light grey */ border-top: 3px solid #0091EA; /* Blue */ border-radius: 50%; display: none; width: 15px; height: 15px; float: left; margin: 5px; animation: spin 1.5s ease infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .title { color:#0091EA; } .btnRow { text-align: right; background-color: white; padding: .5em .5em; margin: 1em auto; border-radius: 4px; box-shadow: var(--default-box-shadow); box-sizing: border-box; } .bookmark { margin: 0 5px; background-color: white; padding: .5em; display: inline-block; cursor: pointer; vertical-align: bottom; border-radius: 4px 4px 0px 0px; } .bookmark:not(.bookmarkSelected):hover { height: 20px; } .bookmarkSelected { height: 20px; background-color: #0091EA; color: white; } .link { cursor: pointer; text-decoration: underline; } /*blinking cursor*/ .blinking-cursor { font-weight: 100; font-style: italic; color: #2E3D48; animation: 1s blink step-end infinite; } @keyframes "blink" { from, to { color: transparent; } 50% { color: black; } }