@charset "UTF-8";
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, p, pre, em, img, small, strong, sub, sup, var, b, i, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, canvas, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

footer, header, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

em, i {
  font-style: normal;
}

@font-face {
  font-family: "Continental Stag Sans";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/ContinentalStagSansWeb-Book.eot");
  src: local("Continental Stag Sans Book"), url("assets/fonts/ContinentalStagSansWeb-Book.eot#iefix") format("embedded-opentype"), url("assets/fonts/ContinentalStagSansWeb-Book.woff") format("woff"), url("assets/fonts/ContinentalStagSansWeb-Book.ttf") format("truetype");
}
@font-face {
  font-family: "Continental Stag Sans";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/ContinentalStagSansWeb-Medium.eot");
  src: local("Continental Stag Sans Medium"), url("assets/fonts/ContinentalStagSansWeb-Medium.eot#iefix") format("embedded-opentype"), url("assets/fonts/ContinentalStagSansWeb-Medium.woff") format("woff"), url("assets/fonts/ContinentalStagSansWeb-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Continental Stag Sans";
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts/ContinentalStagSansWeb-Light.eot");
  src: local("Continental Stag Sans Light"), url("assets/fonts/ContinentalStagSansWeb-Light.eot#iefix") format("embedded-opentype"), url("assets/fonts/ContinentalStagSansWeb-Light.woff") format("woff"), url("assets/fonts/ContinentalStagSansWeb-Light.ttf") format("truetype");
}
body, html, div, input, textarea, select, option, button, h1, h2, h3 {
  font-family: "Continental Stag Sans", Arial, Helvetica, sans-serif;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 200;
}

body, html, div, input, textarea, select, option, button {
  font-weight: normal;
  font-size: 17px;
}

a.link {
  color: #ffa500;
}

h1, h2, h3, h4 {
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  text-align: left;
  cursor: default;
}

h1 {
  font-size: 2.9rem;
  font-weight: 200;
  color: #ffa500;
}

h2 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
}

h3 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffa500;
}

h4 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
}

@media only screen and (max-width: 600px) {
  body, html, div, input, textarea, select, option, button {
    font-size: 15px;
  }
  h1 {
    font-size: 2rem;
  }
}
#login {
  position: absolute;
  width: 100%;
  max-width: 550px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
#login > div {
  position: relative;
  padding-top: 50%;
  background: #ffffff url("assets/visual.login.jpg") left top no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1), 0 2px 12px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1), 0 2px 12px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1);
}
#login > div .loginscreen {
  background: #ffffff;
  padding: 20px;
  text-align: left;
}
#login > div .loginscreen h1 {
  font-size: 1.8em;
  margin-bottom: 0.2em;
}
#login > div .loginscreen input[type=submit], #login > div .loginscreen button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0;
  line-height: 1.1em;
  font-size: 0.9em;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  margin-right: 5px;
  padding: 8px 12px;
  color: #fff;
  background: #ffa500;
  border-color: #ffa500;
  -webkit-transition: color linear 0.1s, border-color linear 0.1s;
  transition: color linear 0.1s, border-color linear 0.1s;
  margin-top: 10px;
}
#login > div .loginscreen input[type=submit]:focus, #login > div .loginscreen button:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}
#login > div .loginscreen input[type=submit]:hover, #login > div .loginscreen button:hover {
  color: #000;
  border-color: #000;
}
#login > a {
  margin-top: 10px;
  display: inline-block;
  color: #444;
  opacity: 0.5;
}
#login > a:hover {
  opacity: 1;
}
#login .loginform {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}
#login .loginform span input {
  width: calc(100% - 22px);
  height: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
#login .loginform span input:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}

html {
  height: 100%;
}

body {
  max-width: 100vw;
  min-height: 100vh;
  background: #f0f0f0;
}

p {
  line-height: 1.2em;
  margin: 0 0 0.7em 0;
  cursor: default;
}

#wrapper {
  position: relative;
  background: #ffffff;
  margin: -1px auto 0 auto;
  padding-top: 1px;
  padding-bottom: 0.1px;
  min-height: 100vh;
  max-width: 1100px;
  overflow: hidden;
}

#content {
  position: relative;
  margin: 30px 50px;
  min-height: 300px;
}

@media (min-width: 801px) and (max-width: 1100px) {
  #wrapper {
    max-width: 100vw;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  #wrapper {
    max-width: 100vw;
  }
  #content {
    margin: 20px 30px;
  }
}
@media (min-width: 300px) and (max-width: 600px) {
  #wrapper {
    max-width: 100vw;
  }
  #content {
    margin: 10px 15px;
  }
}
#logo {
  position: absolute;
  top: 0;
  background: #ffa500 url(/assets/continental_siteseal.svg) center bottom no-repeat;
  background-size: contain;
  z-index: 100;
}

#header {
  --img: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: var(--img);
}
#header h1 {
  position: absolute;
  bottom: 0;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#header nav > ul li a {
  display: inline-block;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
#header nav > ul li a:hover {
  color: #ffa500;
}

#header + #content {
  padding-top: 20px;
}

#footer {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.85em;
  line-height: 1.25em;
  color: #000;
  background: #edf2f4;
  border-top: 1px solid #e8e8e8;
  cursor: default;
}
#footer > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  background: url(/assets/continental_logo.svg) left center no-repeat;
  background-size: contain;
}
#footer > nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#footer ul {
  list-style: none;
  display: block;
  text-align: right;
}
#footer ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}
#footer ul li a {
  display: block;
  text-decoration: none;
  line-height: 1.5em;
  opacity: 0.8;
  cursor: pointer;
  color: #000;
}
#footer ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

#logo {
  left: 52.5px;
  width: 273px;
  height: 136.5px;
}

#content {
  margin: 0 52.5px 178.5px 52.5px;
  padding-top: 147px;
}

#header {
  padding: 52.5px 52.5px 31.5px 52.5px;
}
#header h1 {
  width: calc(100% - 105px);
}

#header h1 {
  left: 52.5px;
}

#footer {
  padding: 52.5px 52.5px 31.5px 52.5px;
}

@media only screen and (min-width: 601px) and (max-width: 870px) {
  #logo {
    left: 40px;
    width: 208px;
    height: 104px;
  }
  #content {
    margin: 0 40px 136px 40px;
    padding-top: 112px;
  }
  #header {
    padding: 40px 40px 24px 40px;
  }
  #header h1 {
    width: calc(100% - 80px);
  }
  #header h1 {
    left: 40px;
  }
  #footer {
    padding: 40px 40px 24px 40px;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  #footer .nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #logo {
    left: 30px;
    width: 156px;
    height: 78px;
  }
  #content {
    margin: 0 30px 102px 30px;
    padding-top: 84px;
  }
  #header {
    padding: 30px 30px 18px 30px;
  }
  #header h1 {
    width: calc(100% - 60px);
  }
  #header h1 {
    left: 30px;
  }
  #footer {
    padding: 30px 30px 18px 30px;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  #content {
    margin-bottom: 260px;
  }
  #footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 0.75em;
  }
  #footer > span {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 26px;
    background-position: center;
  }
  #footer ul li {
    display: block;
    text-align: center;
  }
  #footer .nav {
    display: block;
  }
}
@media only screen and (max-width: 350px) {
  #loginbtn {
    display: none;
  }
}
#login > div {
  position: relative;
}
#login > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 156px;
  height: 78px;
  background: #ffa500 url(/assets/continental_siteseal.svg) center bottom no-repeat;
  background-size: contain;
  z-index: 100;
}

#epsedarkpage {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0;
  line-height: 1.1em;
  font-size: 0.9em;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  margin-right: 10px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}
.btn-default, .btn-ok, .btn-save, .btn-add, .btn-download, .btn-arrow, .btn-back {
  color: #fff;
  background: #ffa500;
  border-color: #ffa500;
  -webkit-transition: color linear 0.1s, border-color linear 0.1s;
  transition: color linear 0.1s, border-color linear 0.1s;
}
.btn-default:hover, .btn-ok:hover, .btn-save:hover, .btn-add:hover, .btn-download:hover, .btn-arrow:hover, .btn-back:hover {
  color: #000;
  border-color: #000;
}
.btn-secondary, .btn-cancel, .btn-edit {
  color: #000;
  background: #ffffff;
  border-color: #000;
  -webkit-transition: color linear 0.1s, border-color linear 0.1s;
  transition: color linear 0.1s, border-color linear 0.1s;
}
.btn-secondary:hover, .btn-cancel:hover, .btn-edit:hover {
  color: #ffa500;
  border-color: #ffa500;
}
.btn-ok, .btn-save {
  padding-left: 50px;
}
.btn-ok:after, .btn-save:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_ok.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-ok:after, .btn-save:after {
  left: 15px;
}
.btn-add {
  padding-left: 50px;
}
.btn-add:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_plus.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-add:after {
  left: 15px;
}
.btn-edit {
  padding-left: 50px;
}
.btn-edit:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_edit.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-edit:after {
  left: 15px;
}
.btn-download {
  padding-left: 50px;
}
.btn-download:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_download.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-download:after {
  left: 15px;
}
.btn-arrow {
  padding-left: 50px;
}
.btn-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-arrow:after {
  left: 15px;
}
.btn-back {
  padding-left: 50px;
}
.btn-back:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_back.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-back:after {
  left: 15px;
}
.btn-dropdown {
  padding-right: 50px;
}
.btn-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_drop_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-dropdown:after {
  right: 15px;
}
.btn-delete {
  color: rgba(255, 45, 55, 0.5);
}
.btn-delete:hover {
  color: #ff2d37;
}
.btn.unfocus {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn.hidden {
  display: none;
}

.btnbar {
  margin: 20px 0 10px 0;
}
.btnbar .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

#cookiebar {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0;
  font-size: 11pt;
  line-height: 1.2em;
  text-align: center;
  color: #333;
  background: #f0f0f0;
  cursor: default;
}
#cookiebar > span {
  display: block;
  padding: 0 60px;
}
#cookiebar > span > a {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
#cookiebar .mobile {
  display: none;
}
#cookiebar > a {
  position: absolute;
  display: block;
  right: 25px;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin-top: -15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
  background: linear-gradient(to bottom, #000, #333);
  border-radius: 3px;
  cursor: pointer;
}

.hidecookiebar #cookiebar {
  display: none;
}

*:focus:not(:focus-visible) {
  outline: none;
}

.form {
  position: relative;
  display: block;
  background: #edf2f4;
}
.form .rowhead {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 0.5px;
  color: #000;
  cursor: default;
}
.form .formrow {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.form .formrow.hidden {
  display: none;
}
.form .formrow label {
  margin-bottom: 15px;
}
.form .formrow label > em {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 0.5px;
  color: rgba(68, 68, 68, 0.5);
  cursor: default;
}
.form .formrow label > em + span {
  display: block;
  line-height: 1.15em;
  min-height: 1.15em;
  color: #444;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .formrow label:focus-within em {
  color: #ffa500;
}
.form .item {
  position: relative;
}
.form .item input, .form .item textarea, .form .item select {
  width: calc(100% - 22px);
  height: 20px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.form .item input:focus, .form .item textarea:focus, .form .item select:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}
.form .item textarea {
  height: 100px;
}
.form .item select {
  width: 100%;
  height: 42px;
}
.form .item.chkok em {
  color: rgba(68, 68, 68, 0.5);
}
.form .item.chkok input, .form .item.chkok textarea, .form .item.chkok select {
  border-color: #2db928;
}
.form .item.chkerr em {
  color: #9c1317;
}
.form .item.chkerr input, .form .item.chkerr textarea, .form .item.chkerr select {
  border-color: #a63b3e;
}
.form .item.chkajax em {
  color: #00a5dc;
}
.form .item.chkajax input, .form .item.chkajax textarea, .form .item.chkajax select {
  border-color: #ccc;
}
.form .item.chkajax:before, .form .item.chkajax:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
}
.form .item.chkajax:before {
  width: 20px;
  height: 20px;
  border-color: #888 #fff #888 #fff;
}
.form .item.chkajax:after {
  width: 14px;
  height: 14px;
  border-color: #ccc #fff #ccc #fff;
  animation-direction: reverse;
}
.form .item.chkajax:before {
  right: 8px;
  bottom: 8px;
}
.form .item.chkajax:after {
  right: 11px;
  bottom: 11px;
}
.form .checkbox {
  padding-left: 35px;
  position: relative;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 20px !important;
  line-height: 1.2em;
  font-size: 0.9em;
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form .checkbox:focus-within {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}
.form .checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.form .checkbox span {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 6px;
}
.form .checkbox span:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form .checkbox:hover input ~ span {
  background-color: rgba(255, 165, 0, 0.25);
}
.form .checkbox input:checked ~ span {
  background-color: #ffa500;
}
.form .checkbox input:checked ~ span:after {
  display: block;
}
.form .checkbox.chkerr span {
  background-color: #a63b3e;
}
.form .hint {
  margin-top: 20px;
  font-size: 0.8em;
  color: rgba(68, 68, 68, 0.5);
  cursor: default;
}
.form .loading {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}
.form .loading:before, .form .loading:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
}
.form .loading:before {
  width: 20px;
  height: 20px;
  border-color: #888 #fff #888 #fff;
}
.form .loading:after {
  width: 14px;
  height: 14px;
  border-color: #ccc #fff #ccc #fff;
  animation-direction: reverse;
}
.form .loading:before {
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}
.form .loading:after {
  left: calc(50% - 7px);
  top: calc(50% - 7px);
}
.form.loading .loading {
  display: block;
}

.header {
  position: relative;
  padding: 10px 20px;
  background: #fff;
  z-index: 490;
}
.header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0.5)), to(rgba(240, 240, 240, 0)));
  background: linear-gradient(rgba(240, 240, 240, 0.5), rgba(240, 240, 240, 0));
  z-index: -1;
}
.header .logo {
  display: inline-block;
  width: 64px;
  height: 40px;
  background: url(assets/logo.png) left center no-repeat;
  background-size: contain;
}
.header input[type=checkbox] {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.header input[type=checkbox]:checked ~ nav {
  max-height: 100%;
}
.header input[type=checkbox]:checked ~ .menu-icon {
  background: rgba(238, 238, 238, 0.1);
}
.header input[type=checkbox]:checked ~ .menu-icon span {
  background: transparent;
}
.header input[type=checkbox]:checked ~ .menu-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
.header input[type=checkbox]:checked ~ .menu-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.header .nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-height: 0;
  background-color: #eee;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.header .menu {
  list-style: none;
  padding: 50px 40px 0 40px;
}
.header .menu li {
  display: block;
  height: 50px;
  line-height: 50px;
}
.header .menu a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #000;
  text-decoration: none;
  font-size: 1.15rem;
}
.header .menu-icon {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.header .menu-icon span {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  position: relative;
  margin-top: 9px;
}
.header .menu-icon span::before, .header .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .menu-icon span::before {
  top: 5px;
}
.header .menu-icon span::after {
  top: -5px;
}

@media (min-width: 768px) {
  .header .nav {
    position: relative;
    max-height: none;
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    overflow: visible;
  }
  .header .menu {
    padding: 0;
    margin-right: -10px;
  }
  .header .menu li {
    display: inline-block;
    vertical-align: top;
    height: 40px;
  }
  .header .menu a {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    opacity: 0.8;
  }
  .header .menu a:hover {
    opacity: 1;
    background: #ccc;
  }
  .header .menu-icon {
    display: none;
  }
}
.tabs-bar {
  list-style: none;
}
.tabs-bar li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 1px 1px 0 0;
  padding: 10px 20px;
  color: #444;
  font-size: 0.9em;
  background: #dbe6e9;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}
.tabs-bar li.active {
  color: #fff;
  background: #ffa500;
  cursor: default;
}
.tabs-bar li:hover:not(.active) {
  text-decoration: underline;
}
.tabs-bar li[data-tabvalue]:after {
  content: attr(data-tabvalue);
  display: inline-block;
  position: absolute;
  right: -2px;
  top: -2px;
  padding: 4px;
  font-size: 0.5rem;
  color: #fff;
  background: #ee1289;
  border-radius: 5px;
  z-index: 10;
}
.tabs-bar li[data-tabvalue=""]:after {
  content: "";
  display: none;
}
.tabs-content {
  display: block;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #edf2f4;
  border-radius: 0 0 6px 6px;
}

@media (min-width: 300px) and (max-width: 600px) {
  .tabs-bar li {
    padding: 10px 5px;
    border-radius: 5px 5px 0 0;
  }
  .tabs-content {
    padding: 10px;
    border: 1px solid #edf2f4;
    border-radius: 0 0 6px 6px;
  }
}
#dropdowncloser {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.01);
}

.dropdown {
  position: absolute;
  list-style: none;
  display: inline-block;
  height: auto;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}
.dropdown > li {
  display: block;
  padding: 4px 10px;
  margin-top: 1px;
  line-height: 1.4em;
  color: #444;
}
.dropdown > li.title {
  font-weight: 700;
}
.dropdown > li.separator {
  margin: 2px 0;
  padding: 0;
  line-height: 1px;
  height: 1px;
  background: #444;
  opacity: 0.2;
}
.dropdown > li.button {
  background: #ffffff;
  cursor: pointer;
}
.dropdown > li.button:hover {
  background: #edf2f4;
}
.dropdown > li.button.delete:hover {
  color: #ff2d37;
}
.dropdown > li.button.reset {
  color: #ff2d37;
}
.dropdown > li.button.reset:hover {
  background: #ff2d37;
  color: #ffffff;
}
.dropdown > li.button.active {
  color: #fff;
  background: #ffa500;
  opacity: 0.8;
}
.dropdown > li.button.active:hover {
  opacity: 1;
}
.dropdown > li.switch {
  cursor: pointer;
}
.dropdown > li.switch em {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 12px;
  border-radius: 6px;
  background: rgba(68, 68, 68, 0.3);
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.dropdown > li.switch em::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  background: #444;
  border-radius: 50%;
  -webkit-transition: left 0.3s linear, background-color 0.3s linear;
  transition: left 0.3s linear, background-color 0.3s linear;
}
.dropdown > li.switch.active em {
  background: rgba(45, 185, 40, 0.3);
}
.dropdown > li.switch.active em::after {
  left: 12px;
  background: #2db928;
}
.dropdown > li.switch:hover em {
  opacity: 0.8;
}
.dropdown > li.selector {
  cursor: default;
}
.dropdown > li.selector .option {
  display: inline-block;
  padding: 0 3px;
  margin-left: 3px;
  text-align: center;
  min-width: 1.9em;
  color: #444;
  background: rgba(255, 165, 0, 0.1);
  border-radius: 3px;
  cursor: pointer;
}
.dropdown > li.selector .option:hover {
  background: rgba(255, 165, 0, 0.25);
}
.dropdown > li.selector .option.selected {
  color: #fff;
  background: #ffa500;
  cursor: default;
}
.dropdown > li.selector .option.selected:hover {
  background: #ffa500;
}

div.overlay {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.overlay > a[btncancel] {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("assets/icon_close.png") center center no-repeat;
  opacity: 1;
  cursor: pointer;
  z-index: -1;
}
div.overlay > a[btncancel]:hover {
  z-index: 1;
}
div.overlay > div {
  max-height: 90vh;
  min-width: 420px;
  padding: 20px;
  background: #ffffff;
  border-radius: 0 50px 0 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  z-index: 0;
}
div.overlay label.title {
  display: block;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #444;
}
div.overlay .btnbar {
  margin-bottom: 0;
}

#jsnotify {
  position: fixed;
  right: 12px;
  top: 12px;
  display: block;
  width: calc(100% - 24px);
  max-width: 350px;
  z-index: 799;
}
#jsnotify .jsnotify {
  display: block;
  margin-bottom: 12px;
  padding: 12px;
  font-size: 0.9em;
  line-height: 1.15em;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  cursor: default;
  pointer-events: none;
}
#jsnotify .jsnotify-info {
  background-color: #ffd700;
  color: #8b7500;
}
#jsnotify .jsnotify-success, #jsnotify .jsnotify-successmsg {
  background-color: #54ff9f;
  color: #2e8b57;
}
#jsnotify .jsnotify-error, #jsnotify .jsnotify-errormsg {
  background-color: #ff3e96;
  color: #8b0a50;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  z-index: 888;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  pointer-events: none;
}
#loading:before, #loading:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
}
#loading:before {
  width: 30px;
  height: 30px;
  border-color: #888 #fff #888 #fff;
}
#loading:after {
  width: 24px;
  height: 24px;
  border-color: #ccc #fff #ccc #fff;
  animation-direction: reverse;
}
#loading:before {
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}
#loading:after {
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}

body.webapp {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body.webapp.hasoverlay {
  pointer-events: none;
}
body.webapp.hasoverlay .overlay {
  pointer-events: auto;
}
body.webapp.loading {
  pointer-events: none;
}
body.webapp.loading #loading {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 1;
}

#header {
  height: 300px;
}

#footer {
  z-index: 10;
}

#login {
  z-index: 11;
}

#wrapper.login {
  background: transparent;
}

.title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6em;
}

.text {
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.6em;
}
.text strong {
  font-weight: 700;
}
.text a.lnk {
  color: inherit;
}
.text a.lnk:hover {
  color: #ffa500;
}
.text.footnote {
  font-size: 0.9rem;
  color: #7c7c7c;
}
.text.bold {
  font-weight: 700;
}

table.table {
  margin: 0 0 0.7em 0;
}
table.table th {
  padding: 5px 10px;
  text-align: left;
  font-weight: 700;
  color: #888;
  border: 1px solid #ccc;
  cursor: default;
}
table.table td {
  padding: 5px 10px;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.2em;
  color: #000;
  border: 1px solid #ccc;
}

ul.list {
  list-style: none;
  margin: 0 0 0.7em 0;
}
ul.list li {
  margin: 0 0 0.35em 0;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.2em;
}
ul.list li:before {
  content: "› ";
}

.orangebox {
  display: block;
  margin: 2em 0 2.5em 0;
  padding: 1.6em;
  text-align: center;
  font-size: 1.1rem;
  font-weight: normal;
  color: #000;
  background: rgba(255, 165, 0, 0.3);
}

#iconline {
  --iconsize: 5.8rem;
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
#iconline li > * {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 0.7em;
  cursor: default;
}
#iconline li > *.icon {
  margin: 0 auto 0.7em auto;
  width: var(--iconsize);
  height: var(--iconsize);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#iconline li > *.icon.icon-1 {
  background-image: url(assets/icons/big-buy_orange.svg);
}
#iconline li > *.icon.icon-2 {
  background-image: url(assets/icons/big-register_orange.svg);
}
#iconline li > *.icon.icon-3 {
  background-image: url(assets/icons/big-coin_orange.svg);
}

#homebuttons {
  max-width: 300px;
  margin: 0 auto 1.5rem auto;
}
#homebuttons .btn {
  display: block;
  margin: 0 0 0.7rem 0;
  text-align: center;
}

#form {
  padding: 1.5rem;
}
#form a.lnk {
  color: inherit;
}
#form a.lnk:hover {
  color: #ffa500;
}
#form a.lnk:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}

#billfiles span, #billfiles label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 120px;
  height: 120px;
  background: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #dbe6e9;
  border-radius: 6px;
}
#billfiles span {
  cursor: default;
  overflow: hidden;
  background-size: contain;
}
#billfiles span a {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1.5em;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  background: rgba(255, 255, 255, 0.8);
  color: rgba(68, 68, 68, 0.5);
  cursor: pointer;
}
#billfiles span a:hover {
  color: #ffa500;
}
#billfiles label {
  cursor: pointer;
  background-image: url(assets/icons/upload_orange.svg);
  background-size: 50px;
}
#billfiles label:hover {
  background-color: rgba(255, 165, 0, 0.25);
}
#billfiles label:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}
#billfiles label.loading {
  background-image: none;
  cursor: progress;
}
#billfiles label.loading:before, #billfiles label.loading:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
}
#billfiles label.loading:before {
  width: 20px;
  height: 20px;
  border-color: #888 #fff #888 #fff;
}
#billfiles label.loading:after {
  width: 14px;
  height: 14px;
  border-color: #ccc #fff #ccc #fff;
  animation-direction: reverse;
}
#billfiles label.loading:before {
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}
#billfiles label.loading:after {
  left: calc(50% - 7px);
  top: calc(50% - 7px);
}
#billfiles label input[type=file] {
  display: none;
}

#billfiles span, #billfiles label, #photofiles span, #photofiles label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 120px;
  height: 120px;
  background: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #dbe6e9;
  border-radius: 6px;
}
#billfiles span, #photofiles span {
  cursor: default;
  overflow: hidden;
  background-size: contain;
}
#billfiles span a, #photofiles span a {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1.5em;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  background: rgba(255, 255, 255, 0.8);
  color: rgba(68, 68, 68, 0.5);
  cursor: pointer;
}
#billfiles span a:hover, #photofiles span a:hover {
  color: #ffa500;
}
#billfiles label, #photofiles label {
  cursor: pointer;
  background-image: url(assets/icon_upload_orange.svg);
  background-size: 50px;
}
#billfiles label:hover, #photofiles label:hover {
  background-color: rgba(255, 165, 0, 0.25);
}
#billfiles label:focus, #photofiles label:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}
#billfiles label.loading, #photofiles label.loading {
  background-image: none;
  cursor: progress;
}
#billfiles label.loading:before, #billfiles label.loading:after, #photofiles label.loading:before, #photofiles label.loading:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
}
#billfiles label.loading:before, #photofiles label.loading:before {
  width: 20px;
  height: 20px;
  border-color: #888 #fff #888 #fff;
}
#billfiles label.loading:after, #photofiles label.loading:after {
  width: 14px;
  height: 14px;
  border-color: #ccc #fff #ccc #fff;
  animation-direction: reverse;
}
#billfiles label.loading:before, #photofiles label.loading:before {
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}
#billfiles label.loading:after, #photofiles label.loading:after {
  left: calc(50% - 7px);
  top: calc(50% - 7px);
}
#billfiles label input[type=file], #photofiles label input[type=file] {
  display: none;
}

.status {
  display: block;
  padding: 6px 10px;
  margin: 20px 0;
  line-height: 1.2em;
  text-align: center;
  background: #f0f0f0;
  color: #444;
  cursor: default;
}
.status em {
  font-weight: 700;
}
.status-active {
  background: #2db928;
  color: #ffffff;
}
.status-extandable {
  background: #ffa500;
  color: #fff;
}
.status-attention, .status-invalid, .status-ended {
  background: #ff2d37;
  color: #ffffff;
}

.data {
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}
.data li label, .data li span {
  display: block;
  padding: 6px 10px;
  border: 2px solid #f0f0f0;
  line-height: 1.2em;
}
.data li label {
  background-color: #f0f0f0;
  color: rgba(68, 68, 68, 0.5);
  cursor: default;
}
.data li span {
  color: #444;
  border-top-width: 0;
  cursor: default;
}

.hint {
  display: block;
  padding: 12px 20px;
  margin: 20px 0;
  line-height: 1.2em;
  font-size: 0.9em;
  color: #444;
  background: #f0f0f0;
  border-radius: 10px;
  cursor: default;
}
.hint a {
  color: inherit;
  text-decoration: underline;
}
.hint a:hover {
  color: #ffa500;
}

.mainnav {
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  margin: 20px 0;
}
.mainnav li a {
  position: relative;
  display: block;
  background: #ffa500;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  padding-top: 35%;
  color: #444;
}
.mainnav li a span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition-property: padding-bottom;
  transition-property: padding-bottom;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.5, 1);
          transition-timing-function: cubic-bezier(0.17, 0.67, 0.5, 1);
}
.mainnav li a:hover span {
  padding-bottom: 25px;
}
.mainnav li.extend a {
  background-image: url(assets/icon_extend.svg);
}
.mainnav li.warranty a {
  background-image: url(assets/icon_warranty.svg);
}

.subnav {
  list-style: none;
  margin: 20px 0;
}
.subnav li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.subnav li a {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #ffa500;
  padding: 8px 12px;
  border-radius: 4px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.subnav li a:hover {
  color: #444;
}

#halfling a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 140px 1fr 160px;
  grid-template-columns: 180px 140px 1fr 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 6px;
  background: #edf2f4;
  margin-bottom: 1px;
}
#halfling a span {
  line-height: 2em;
}
#halfling a span:nth-child(1) {
  color: #444;
}
#halfling a span:nth-child(2) {
  font-weight: bold;
  color: #00a5dc;
}
#halfling a span:nth-child(3) {
  color: #000;
}
#halfling a em {
  line-height: 2em;
  text-align: center;
  color: #ffa500;
  background: #ffffff;
  border: 1px solid #ffffff;
}
#halfling a:hover {
  background: #dbe6e9;
}
#halfling a:hover em {
  color: #fff;
  background: #ffa500;
}

@media only screen and (min-width: 701px) and (max-width: 800px) {
  #halfling a {
    -ms-grid-columns: 160px 100px 1fr 120px;
    grid-template-columns: 160px 100px 1fr 120px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 700px) {
  #halfling a {
    -ms-grid-columns: 160px 100px 1fr 0;
    grid-template-columns: 160px 100px 1fr 0;
  }
  #halfling a > *:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  #halfling a {
    -ms-grid-columns: 160px 1fr 0 0;
    grid-template-columns: 160px 1fr 0 0;
  }
  #halfling a > *:nth-child(3) {
    display: none;
  }
  #halfling a > *:nth-child(4) {
    display: none;
  }
}