﻿body {
  background-color: #E6E6E6;
  color: #006bb0;
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
}

h1, h2 {
  padding: 0 0 10px 0;
}

div.content {
  margin: 15px auto 0;
  background-color: #fff;
}

div.header {
  background-color: #FFFFFF;
  height: 90px;
}

  div.header .header-text-container {
    background-color: #006AB2;
    padding: 10px 20px;
    margin-top: 15px;
  }

    div .header .header-text:after {
      color: #fff;
      content: "Willkommen im VR-Werbemittelshop";
      font-size: 30px;
      font-weight: bold;
    }

div.sky {
  height: unset !important;
}

div.mainbox {
  background-image: url(images/background.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 480px !important;
  margin: 0 !important;
}

table.login tbody.login_fields {
  color: #006bb0;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 12px;
}

table.login input[type=text],
table.login input[type=password] {
  height: 25px;
  border: 1px solid #aaa;
  background-color: #fff;
  line-height: 25px;
  font-family: Verdana, Geneva, 'DejaVu Sans', sans-serif;
}

table.login span.pw_note {
  float: left;
}

  table.login span.pw_note a {
    margin: 3px 0;
    width: 125px;
    height: 30px;
    background-color: transparent;
    background-image: url(images/pw_button_de.png);
    background-repeat: no-repeat;
  }

table.login div.pw_note_label {
  display: inline-table;
  margin: 7px 2px;
  height: 25px;
  font-size: 11px;
}

table.login .login-submit,
table.login .login-submit:hover,
table.login .login-submit:focus {
  width: 120px;
  height: 33px;
  font-size: 25px;
}

table.login tbody.komsa-login tr td.login-button {
  text-align: center;
}

input[type=text],
input[type=password] {
  padding: 3px;
  border: 1px solid #FFFFFF;
  color: #666;
  font-size: 15px;
}

  input[type=text]:hover,
  input[type=password]:hover {
    border: 1px solid #006bb0;
  }

  input[type=text]:focus,
  input[type=password]:focus {
    border: 1px solid #ABC5CB;
  }

div.footer {
  background-color: #eee;
  padding: 0 !important;
  height: 25px;
}

  div.footer div {
    text-align: right;
    line-height: 20px;
  }

  div.footer a,
  div.footer a:visited {
    color: #006bb0;
    text-decoration: none;
    font-size: 11px;
    line-height: 24px;
  }

    div.footer a:hover,
    div.footer a:visited:hover {
      text-decoration: underline;
    }

div.pwResetForm,
div.pwChangeForm {
  position: absolute;
  float: right;
  padding: 10px;
  width: 450px;
  background-color: #fff;
  font-size: 11px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  box-shadow: 3px 3px 3px #999;
}

  div.pwChangeForm {
    margin: 120px 115px;
  }

    div.pwResetForm {
    margin: 50px 115px;
  }

  div.pwResetForm input,
  div.pwChangeForm input {
    border: 1px solid #aaa;
    font-size: 11px;
    margin: 3px;
  }

div.tencol {
  width: 100% !important;
}

div.error {
  color: #ff0000;
  opacity: 1;
  margin: 3px;
  padding: 0;
}

div.info {
  color: green;
  opacity: unset;
}

div.tencol > div.error,
div.tencol > div.info {
  position: absolute;
  left: auto;
  font-size: 12px;
  opacity: 1 !important;
}

div.tencol > div.info {
  background-color: white;
  padding: 20px;
  border: 1px solid;
  box-shadow: 3px 3px 3px #999;
}

div.tencol > div.error {
  margin: 546px 0 10px 62px;
}

.privacy-policy {
  padding: 15px 20px 30px 20px;
  font-size: 12px;
}

.content ul,
.content ol,
.content p {
  padding: 0 0 15px 0;
}

.content ul,
.content ol {
  margin: 0 0 0 35px;
}

.headline {
  color: #777;
  font-size: 12px;
}

table.login div.pw_note_container {
  margin: 15px 0 0 0;
}

button.button-primary,
button.button-primary:hover,
button.button-primary:focus {
  background-color: #ec6a35;
  color: #fff;
  font-size: 12px;
  width: unset;
  margin: 10px 0px;
}

#komsa-login-button {
  background-color: #ec6a35;
  border: 2px solid #ec6a35;
  color: #fff;
  font-size: unset;
  font-weight: bold;
  width: unset;
  height: unset;
  margin: 25px 10px;
  padding: 6px 18px;
}

input.customer-search-input {
  border: 1px solid #ccc;
}

.customer-select {
  width: unset;
}

.customer-select-wrapper {
  margin-left: 20px;
}

.customer-select .customer-select-container {
  max-height: 124px;
}

  .customer-select .customer-select-container input[type=radio] {
    display: none;
  }

  .customer-select .customer-select-container .layout-row {
    border-bottom: 1px solid #fff;
    background-color: #eee;
    margin: 0 5px 0 0;
  }

  .customer-select .customer-select-container .layout-row:hover {
    color: #fff;
    background-color: #ec6a35;
  }

    .customer-select .customer-select-container .layout-row span {
      font-size: 12px;
      font-weight: bold;
    }

      .customer-select .customer-select-container .layout-row span.company-name {
        font-size: 11px;
        font-weight: normal;
        line-height: 17px;
      }

    .customer-select .customer-select-container::-webkit-scrollbar-thumb {
      background-color: #717171;
    }

  .customer-select .customer-select-container::-webkit-scrollbar-track {
    background-color: #dbdbdd;
    border-radius: 10px;
  }

.customer-select-wrapper h2 {
  display: none;
}

.fa-angle-right:before {
  content: "\f105";
}

.customer-select .layout-col i.fas {
  font-size: 21px;
}

.small {
  font-size: 12px;
}