
body { 
  margin: 0; background: #7e7e7e; font-size: 11px; font-family:'Open Sans',sans-serif;
}

.button { cursor: hand; cursor: pointer; }
.floatleft {  float: left; }
.floatright { float: right; }
.floater { width: 100%; height: 1%;  }
.floater:after { 
   clear: both;
   height: 0;
   visibility: hidden;
   content: ".";
   display: block;
}
.marginleft { margin-left: 20px; }
.margintop { margin-top: 20px; }
.marginbottom { margin-bottom: 20px; }
.marginright { margin-right: 20px; }
.textnormal { color: #3e3e3e; }
.block { display: inline-block; }
.invisible { display: none !important; }
.middle { margin-left: auto; margin-right: auto; }
.textcenter { text-align: center; }
.textleft { text-align: left; }
.textright { text-align: right; }
.noborder { border: 0px; }
.collapsedborder { border-collapse: collapse; }
.link { text-decoration: none; color: #000000; }
.link:hover { text-decoration: underline; color: #aaaaaa; }
a { cursor: hand; cursor: pointer; }
a img { border: 0px; }
from, fieldset { margin: 0px; padding: 0px; border: 0px; }
ul, li { margin: 0; padding: 0; list-style: none; }
textarea { resize: none; }
table { border-collapse: collapse; }
input { font-family: 'Open Sans',sans-serif; }


.hand {
  cursor: hand;
  cursor: pointer;
}
.breakline {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
}
.overunderline {
  text-decoration: none;
}
.overunderline:hover {
  text-decoration: underline;
}
.clear:after {
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
}
/* New Css, indelen! ======================================================================== */
label {
  color: #555;
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
label:after {
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
}
.textarea label:last-child {
  margin-bottom: 0;
}
.form label:last-child {
  margin-bottom: 0;
}
label span.h1,
label span.h2,
label span.h3 {
  display: block;
  /*float:left;*/
  height: 20px;
  position: relative;
  width: 100%;
}
/* ??? */
label span.h2 .question {
  margin-top: -20px;
}
label.error {
  position: relative;
}
label.error span.h1,
label.error span.h2,
label.error span.h3,
label.error a {
  color: #F00 !important;
}
label.error span.errormsg {
  color: #F00 !important;
  font-weight: normal;
  font-style: italic;
  position: absolute;
  top: 0px;
  right: 0px;
}
.errormsg {
  display: none;
}
.error > .errormsg {
  display: block;
}
.error.srv {
  display: none;
}
.error.clnt {
  display: none;
}
label.error input {
  border: 1px solid #F00 !important;
}
.defaultValue {
  color: #BBB !important;
  font-style: italic;
}
.inputelement:not(.error) .formfeed {
  display: none;
}
.inlinequestionformmsg {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 0px;
  position: relative;
  top: -15px;
  margin: 0 -5px -20px 0;
  cursor: hand;
  cursor: pointer;
  background: url("/_Lib/img/Customer/Icons/questionmark_3.png") no-repeat center center;
}
/* inlinequestion */
.inlinequestionmark {
  width: 25px;
  height: 20px;
  display: inline-block;
  font-size: 0px;
  position: relative;
  margin: 0;
  top: 5px;
  cursor: hand;
  cursor: pointer;
  background: url("/_Lib/img/Customer/Icons/questionmark_4.png") no-repeat center center;
}
span.h2 .inlinequestionmark {
  margin-top: -10px;
}
/* POP UP tooltip */
.popup_tooltip {
  position: absolute;
  display: none;
  width: 300px;
  z-index: 9999;
  zoom: 1;
}
.popup_tooltiptop {
  width: 300px;
  height: 30px;
  display: block;
  background: url("/_Lib/img/Customer/style/popup_tooltiptop.png") no-repeat center bottom;
}
.popup_tooltiptop.inverse {
  background: url("/_Lib/img/Customer/style/popup_tooltiptop_inverse.png") no-repeat center bottom;
}
.popup_tooltipmiddle {
  width: 230px;
  display: block;
  padding: 0 35px;
  color: #7e7e7e;
  font-size: 14px;
  font-style: italic;
  background: url("/_Lib/img/Customer/style/popup_tooltipmiddle.png") repeat-y center center;
}
.popup_tooltipbottom {
  width: 300px;
  height: 30px;
  display: block;
  background: url("/_Lib/img/Customer/style/popup_tooltipbottom.png") no-repeat center top;
}
.popup_tooltip .popup_tooltipmiddle p {
  margin: 0;
  padding: 0;
  color: #555;
}
.popup_tooltip .popup_tooltipmiddle .scaleholder {
  position: relative;
  z-index: 1;
  width: 230px;
  height: 20px;
  display: block;
}
.popup_tooltip .popup_tooltipmiddle .scalebarmask {
  position: absolute;
  left: 55px;
  top: 0;
  z-index: 0;
  width: 175px;
  height: 20px;
  background: url("/_Lib/img/Customer/style/rating_scalebar.png") no-repeat top right;
}
.popup_tooltip .popup_tooltipmiddle .scalebar {
  position: absolute;
  left: 55px;
  top: 0;
  z-index: -1;
  height: 20px;
  /* THEME backgroundcolor */
}
.popup_tooltip .popup_tooltipmiddle .scalebarrear {
  position: absolute;
  left: 55px;
  top: 0;
  z-index: -2;
  width: 175px;
  height: 20px;
  background: #dfdfdf;
}
.tooltiptext {
  display: none;
}
.tooltip {
  cursor: hand;
  cursor: pointer;
}
span.tooltip {
  font-size: 0px;
}
/* login */
.loginpanel {
  position: relative;
  font-family: 'Open Sans',sans-serif;
  width: 400px;
  background: #fff;
  min-width: 200px;
  max-width: 600px;
  padding: 0 !important;
  margin: 60px auto 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -moz-box-shadow: 0 1px 15px 0 rgba(69, 65, 78, 0.3);
  -webkit-box-shadow: 0 1px 15px 0 rgba(69, 65, 78, 0.3);
  box-shadow: 0 1px 15px 0 rgba(69, 65, 78, 0.3);
  color: #000000;
  font-size: 12px;
}
.loginpanel .logo {
  position: absolute;
  display: block;
  top: -65px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
}
.loginpanel form {
  position: relative;
}
.loginpanel form div.error {
  color: #ff0000;
  line-height: 20px;
  margin: 20px;
  font-weight: 500;
}
.loginpanel form fieldset {
  margin: 20px 0;
  padding: 20px 0;
}
.loginpanel form fieldset h1 {
  margin: 0 20px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.loginpanel form fieldset h3 {
  margin: 5px 20px 0 20px;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
.loginpanel form fieldset label {
  margin: 0 20px;
  display: block;
}
.loginpanel form fieldset label span {
  display: block;
  color: #000;
  font-size: 13px;
  margin: 15px 0 5px;
}
.loginpanel form fieldset label input {
  display: block;
  height: 46px;
  box-sizing: border-box;
  padding: 5px 9px;
  color: #000;
  font-size: 13px;
  line-height: 46px;
  background: #fff;
  border: 1px solid #ebedf2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 100%;
}
.loginpanel form fieldset label input:focus {
  border-color: #005499;
}
.loginpanel form fieldset .g-recaptcha {
  min-width: 304px;
  margin: 15px 20px;
}
.loginpanel form fieldset hr {
  background: #ebedf2;
  height: 1px;
  border: none;
  margin: 20px 0;
}
.loginpanel form fieldset .button,
.loginpanel form fieldset button {
  float: right;
  margin-right: 20px;
  display: block;
  padding: 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none !important;
  line-height: 37px;
  border: none;
  background: #005499;
  cursor: hand;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
}
.loginpanel form fieldset .forgot {
  float: left;
  margin-left: 20px;
  display: block;
  color: #005499;
  font-size: 13px;
  line-height: 37px;
  text-decoration: none;
}
.loginpanel .flags {
  position: absolute;
  display: block;
  left: 0;
  bottom: -30px;
}
.loginpanel .flags li {
  float: left;
}
.loginpanel .flags li.active {
  display: none;
}
.loginpanel .flags li + li {
  margin-left: 10px;
}
.loginpanel .flags li img {
  width: 15px;
  height: 15px;
  border: 2px solid #555;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.loginpanel > hr {
  margin: 20px 0;
  padding: 0;
  background: #cfcfcf;
  border: 0;
  height: 1px;
}
.loginpanel > a {
  color: #005499;
  font-size: 13px;
  line-height: 37px;
  text-decoration: none;
}
body,
html {
  background-color: #003560;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 100%;
  width: 100%;
  font-family: 'Roboto';
  display: flex;
  align-items: center;
  justify-content: center;
}
.errorpanel {
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -200px;
  width: 400px;
  color: #fff;
}
.errorpanel h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 28px;
}
.errorpanel p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
}
.errorpanel p a {
  color: inherit;
  font-weight: bold;
}
