body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif !important;
  background-color: #fff;
  color: #424242;
}
.wrapper {
  margin: 0 auto;
  width: 90%;
}
.wrapper--request_add {
  width: 65%;
  max-width: 900px;
}
.wrapper--view {
  width: 45%;
}
a {
  color: #2c9fd6;
  text-decoration: none;
}
h1 {
  color: #2c9fd6;
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
}
legend,
h2 {
  background: linear-gradient(90deg, #55b7e7 0%, #70c2eb 100%);
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-left: -10px;
  padding: 10px;
  line-height: 36px;
  text-align: left;
}
h3 {
  color: #2c9fd6;
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 0.5em 0;
}
header {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 40px 0 18px;
  margin: 0 0 25px;
}
header .wrapper {
  position: relative;
}
header .logo {
  width: 300px;
  float: left;
  display: block;
}
header .logo__img {
  width: 300px;
}
header .menu {
  right: 0;
  top: 15px;
  float: right;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  margin-top: 29px;
  padding: 0;
}
header .menu__link {
  padding: 0;
  margin: 0;
  margin-left: 25px;
  float: left;
  display: inline-block;
}
header .menu__link_current,
header .menu__link:hover {
  text-decoration: underline;
}
footer {
  background: #4c6a79;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px;
  display: block;
  color: #fff;
  clear: both;
  overflow: hidden;
  margin: 30px auto;
}
.content {
  margin-left: 90px;
}
.request_list {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  clear: both;
}
.request_list thead tr {
  background: linear-gradient(90deg, #55b7e7 0%, #70c2eb 100%);
  background-attachment: fixed;
}
.request_list thead td {
  color: #fff;
  padding: 5px;
  vertical-align: middle;
  position: relative;
}
.request_list tbody tr:nth-of-type(2n) {
  background: #f1f2f3;
}
.request_list tbody tr:hover {
  background: #2c9fd6;
  color: #fff;
}
.request_list tbody tr:hover .button {
  border: 2px solid white;
  text-decoration: none;
}
.request_list tbody tr td {
  padding: 6px 7px;
}
.request_list tbody tr td.center {
  text-align: center;
}
.request_list tbody tr td.nobr {
  white-space: nowrap;
}
.request {
  display: block;
}
.request__str {
  display: block;
  padding: 3px;
  font-size: 16px;
  overflow: hidden;
  margin-top: 5px;
  border-bottom: 1px dotted #2c9fd6;
}
.request__str--title {
  padding: 3px;
  font-weight: bold;
  color: #4c6a79 !important;
}
.request__key {
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
}
.request__key:after {
  content: ': ';
}
.request__val {
  float: right;
  display: inline-block;
  padding: 0;
  margin: 0;
  clear: right;
  color: #2c9fd6;
}
.request__year {
  width: 32%;
  display: inline-block;
}
.request__gwh {
  width: 32%;
  display: inline-block;
}
.request__comment {
  border-left: 2px solid #2c9fd6;
  margin-left: 10px;
  padding-left: 10px;
  font-style: italic;
}
.request__comment:before {
  content: "“ ";
}
.request__comment:after {
  content: " „";
}
.request__price {
  width: 32%;
  display: inline-block;
  color: #2c9fd6;
  text-align: right;
  float: right;
}
.request__price--title {
  color: #4c6a79;
}
.request__price input[type=number] {
  height: 1.5em !important;
  padding: 0;
  margin-top: 0;
  position: relative;
  top: -2px;
  width: 100px;
}
.request__price input[type=checkbox] {
  display: none;
}
.request__price input[type=checkbox] + label {
  padding-left: 5px;
}
.request__price input[type=checkbox] + label:after {
  padding-left: 5px;
  display: inline-block;
  font-weight: bold;
  content: '✓';
  color: green;
  cursor: pointer;
}
.request__price input[type=checkbox]:checked + label:after {
  content: '✗';
  color: red;
}
.green {
  color: #1c1;
}
.red {
  color: red;
}
.orange {
  color: orange;
}
.right {
  float: right;
}
.order {
  display: block;
  float: right;
  width: 15px;
  height: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 1px;
}
.order-item {
  font-size: 15px;
  text-align: center;
  width: 15px;
  padding: 0;
  margin: 0;
  color: #999;
  background: transparent;
  border: none;
  cursor: pointer;
}
.order-item--active {
  color: white;
}
.template {
  display: block;
  padding: 20px;
  border-radius: 2px;
  box-sizing: border-box;
  width: 32%;
  height: 100px;
  font-size: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #2c9fd6;
  color: white;
}
.template__list {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
}
.template:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.actions {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
}
.actions .select_all,
.actions .unselect_all {
  float: right;
  cursor: pointer;
  margin-left: 10px;
}
.actions .select_all:hover,
.actions .unselect_all:hover {
  text-decoration: underline;
}
.pagination--action {
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 10px;
}
.pagination--action:hover {
  text-decoration: underline;
}
.pagination--label {
  overflow: hidden;
  margin-bottom: 10px;
  margin-right: 10px;
}
.icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100% 100%;
}
.icon__email {
  background: url("../img/icon_email.5bb738a20253.svg") no-repeat center center !important;
}
.icon__email_send {
  background: url("../img/icon_email_send.ee6b419d5b6f.svg") no-repeat center center !important;
}
.icon__post {
  background: url("../img/icon_post.f5f960d4b3b4.svg") no-repeat center center !important;
}
.icon__post_send {
  background: url("../img/icon_post_send.d54f46feb544.svg") no-repeat center center !important;
}
.icon__notice {
  background: url("../img/icon_notice.e7f996717e63.svg") no-repeat center center !important;
}
.icon__notice_1 {
  background: url("../img/icon_notice_1.c8bdad5796bd.svg") no-repeat center center !important;
}
.icon__notice_2 {
  background: url("../img/icon_notice_2.b60ccd22b2e6.svg") no-repeat center center !important;
}
.icon__pay {
  background: url("../img/icon_pay.8ad111699fc0.svg") no-repeat center center !important;
}
.icon__pay_part {
  background: url("../img/icon_pay_part.6c124d631e0d.svg") no-repeat center center !important;
}
.icon__pay_done {
  background: url("../img/icon_pay_done.2928c3f920a1.svg") no-repeat center center !important;
}
.icon__return {
  background: url("../img/icon_return.0c99fca87b97.svg") no-repeat center center !important;
}
.icon__return_done {
  background: url("../img/icon_return_done.91b84784a0b7.svg") no-repeat center center !important;
}
.icon__cancel {
  background: url("../img/icon_cancel.52335c1c3a03.svg") no-repeat center center !important;
}
.icon__cancel_done {
  background: url("../img/icon_cancel_done.ca22df247b1c.svg") no-repeat center center !important;
}
.icon__archive {
  background: url("../img/icon_archive.5846a345ede2.svg") no-repeat center center !important;
}
.icon__archive_done {
  background: url("../img/icon_archive_done.4fda0dd3bb9e.svg") no-repeat center center !important;
}
.progress {
  position: relative;
  width: 100%;
  height: 25px;
  overflow: hidden;
  background: #C6DCF6;
  border-radius: 2px;
  border: 1px solid #2c9fd6;
}
.hidden {
  display: none;
}
.line {
  position: absolute;
  width: 100%;
  height: 25px;
  text-align: center;
  text-transform: uppercase;
  line-height: 27px;
  font-weight: bold;
  color: #fff;
  z-index: 100;
}
.subline {
  position: absolute;
  background: #2c9fd6;
  height: 25px;
}
.dec {
  animation: decrease 16s 0.5s infinite;
}
@keyframes decrease {
  0% {
    left: -80%;
    width: 80%;
  }
  50% {
    left: 110%;
    width: 10%;
  }
  100% {
    left: -80%;
    width: 80%;
  }
}
.form {
  margin: 0 auto;
  width: 30%;
  display: block;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.form__title {
  color: #2c9fd6;
}
.form__text {
  color: #424242;
}
.form .button {
  float: right;
  margin-left: 15px;
  width: 135px;
}
.form--add_invoice {
  clear: both;
  margin: 0 auto;
  width: 500px;
  overflow: hidden;
}
.form--add_invoice fieldset {
  margin: 0 auto;
  width: 100%;
}
.form--invoice {
  padding: 0;
  margin: 0;
}
.form--invoice .field__label {
  float: left;
  padding: 4px 0;
  margin: 5px 0;
  width: 300px;
}
.form--invoice .field__field {
  float: left;
  width: 200px;
}
.form--invoice .button {
  padding: 4px 10px;
  margin: 5px 10px;
  border-radius: 5px;
}
@-webkit-keyframes flash_border {
  0% {
    border-color: red;
  }
  10% {
    border-color: #4c6a79;
  }
  20% {
    border-color: red;
  }
  30% {
    border-color: #4c6a79;
  }
  40% {
    border-color: red;
  }
  50% {
    border-color: #4c6a79;
  }
  60% {
    border-color: red;
  }
  70% {
    border-color: #4c6a79;
  }
  80% {
    border-color: red;
  }
  90% {
    border-color: #4c6a79;
  }
  100% {
    border-color: red;
  }
}
@keyframes flash_border {
  0% {
    border-color: red;
  }
  10% {
    border-color: #4c6a79;
  }
  20% {
    border-color: red;
  }
  30% {
    border-color: #4c6a79;
  }
  40% {
    border-color: red;
  }
  50% {
    border-color: #4c6a79;
  }
  60% {
    border-color: red;
  }
  70% {
    border-color: #4c6a79;
  }
  80% {
    border-color: red;
  }
  90% {
    border-color: #4c6a79;
  }
  100% {
    border-color: red;
  }
}
.field--error .select2-selection,
.field--error input {
  border: solid 1px red !important;
  -webkit-animation: flash_border 5s;
  animation: flash_border 5s;
  -moz-animation: flash_border 5s;
  -o-animation: flash_border 5s;
}
.field--required .field__label:after {
  content: 'erforderlich';
  padding-right: 3px;
  padding-top: 7px;
  text-align: right;
  float: right;
  font-size: 13px;
  color: #424242;
}
.field--nolabel {
  width: auto;
  float: left;
  margin-right: 15px;
}
.field--nolabel .field__label {
  display: none;
}
.field--nolabel .field__field,
.field--nolabel .field input,
.field--nolabel .field select {
  display: inline-block;
  max-width: 150px !important;
  min-width: 110px !important;
}
.field--uplabel {
  width: auto;
  float: left;
  margin-right: 12px;
  margin-top: 10px;
  margin-bottom: -10px;
}
.field--uplabel .field__label {
  font-size: 14px;
}
.field--uplabel .field__field,
.field--uplabel .field input,
.field--uplabel .field select {
  display: inline-block;
  max-width: 160px !important;
  min-width: 100px !important;
}
.field--small {
  width: auto;
  float: left;
  margin-right: 20px;
}
.field--small .field__label {
  display: inline-block;
  margin-right: 10px;
}
.field--small .field__field,
.field--small .field input,
.field--small .field select {
  display: inline-block;
  width: 185px !important;
}
.field--part {
  overflow: hidden;
}
.field--part .field__label {
  display: inline-block;
  padding-top: 10px;
}
.field--part .field__field,
.field--part .field input {
  float: right;
  display: inline-block;
  width: 30px !important;
}
.field--discount {
  border-bottom: 1px dotted #2c9fd6;
  margin-bottom: 10px;
}
.field--discount label {
  display: block;
  padding-top: 10px;
  color: #2c9fd6;
  font-weight: lighter;
}
.field--discount input[type=checkbox] {
  display: none;
}
.field--discount input[type=checkbox] + label:after {
  float: right;
  padding-left: 5px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  content: '✗';
  color: red;
}
.field--discount input[type=checkbox]:checked + label:after {
  content: '✓';
  color: green;
}
.field--date_from,
.field--date_to {
  width: 100px;
}
.field--date_from input,
.field--date_to input {
  position: relative;
  top: -3px;
}
.field--date_from {
  margin-right: 5px;
}
.field--date_to {
  margin-right: 15px;
}
.field__label {
  color: #2c9fd6;
  font-size: 16px;
  font-weight: lighter;
  display: block;
}
.field__field input,
.field__field select,
.field__field textarea {
  margin-top: 3px;
  box-sizing: border-box;
  line-height: 1.4;
  height: 2em;
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  outline: 0;
  color: #424242;
  background: #fff;
  box-shadow: inset 0 0 25px 0 #fff;
}
.field__field textarea {
  height: 140px;
}
.btn {
  border-radius: 0!important;
  outline: none;
}
.btn-blue {
  background: #2c9fd6 !important;
}
.button {
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  background: #2c9fd6;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  outline: 0;
  border: 2px solid #2c9fd6;
  text-transform: uppercase;
  float: right;
  margin-top: 20px;
}
.button:hover {
  text-decoration: underline;
}
.button:disabled {
  opacity: 0.5;
  text-decoration: none;
  cursor: not-allowed;
}
.button--center {
  float: none !important;
  margin: 4px auto !important;
  text-align: center !important;
  display: block;
}
.button--left {
  float: left !important;
}
.button--download {
  border: 2px solid #2c9fd6;
  padding: 2px 12px;
  text-align: center;
  text-transform: none;
  width: 92px;
  font-size: 14px;
  margin-top: 0;
}
.button--download:hover {
  text-decoration: none;
  border: 2px solid white;
}
.button--delete {
  border: 2px solid #d61c1f;
  margin-left: 15px;
  background: #d61c1f;
  text-align: center;
}
.button--archive {
  margin-left: 15px;
  text-align: center;
  background: #4c6a79;
  border: 2px solid #4c6a79;
}
.button--download_zip {
  margin-left: 15px;
  text-align: center;
  background: #afca0b;
  border: 2px solid #afca0b;
}
.button--notice_1 {
  background: gold;
  border: 2px solid gold;
}
.button--notice_2 {
  background: orange;
  border: 2px solid orange;
}
.button--cancel {
  margin-left: 15px;
  background: #bb0000;
  border: 2px solid #bb0000;
}
.button--paid {
  background: #1c1;
  border: 2px solid #1c1;
}
.button--top {
  margin-bottom: 30px;
}
fieldset {
  box-sizing: border-box;
  border: none;
  display: inline-block;
  width: calc(50% - 12px);
  padding: 30px;
  float: left;
}
fieldset:last-of-type {
  margin-right: 0;
}
input,
select,
textarea {
  margin-top: 3px;
  box-sizing: border-box;
  line-height: 1.4;
  height: 2em;
  width: 100%;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  outline: 0;
  color: #424242;
  background: #fff;
  box-shadow: inset 0 0 25px 0 #fff;
}
input[type=checkbox] {
  width: auto;
  box-shadow: none !important;
}
.filter {
  width: 100%;
  min-height: 65px;
  display: block;
  clear: both;
  overflow: hidden;
}
.filter .button {
  font-size: 15px;
  float: none;
  padding: 2px 5px 2px 5px;
}
.filter .button--filter {
  margin: 30px 0 0 1px;
  padding: 2px 5px 2px 25px;
  background-size: 16px 16px !important;
  background: #2c9fd6 url("../img/icon_filter.20a50c4c79c2.svg") no-repeat 5px center !important;
}
.filter .select2-container {
  margin-top: 3px !important;
}
.select2-dropdown,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc !important;
  outline: none;
  border-radius: 0 !important;
  font-size: 14px !important;
}
.select2-container--default .select2-selection--multiple {
  padding: 0 !important;
  margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}
.request_data_form .select2-container {
  width: 100px !important;
}
.select2-dropdown {
  z-index: 99999999 !important;
}
.buttons {
  height: 80px;
}
#logout-form {
  display: inline;
}
#logout-form button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0 0 0 25px;
  float: left;
  display: inline-block;
  color: #2c9fd6;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Lato', sans-serif !important;
}
form.capture-payment-dialog {
  overflow: hidden;
  /* since select2 element increases height when rendered */
}
.template--login .login__error {
  font-weight: normal;
  color: red;
}
.template--login .forgot {
  margin-top: 20px;
  text-align: center;
  display: block;
  font-weight: normal;
  color: #777;
  text-decoration: underline;
  font-size: 14px;
}
.template--login .form {
  margin: 0 auto;
  width: 500px;
  display: block;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.template--login .form__title {
  color: #2c9fd6;
}
.template--login .form__text {
  color: #424242;
}
.template--login .field {
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.template--login .field input {
  font-size: 18px;
  border: none;
  color: #777;
  margin: 0;
  height: 40px;
}
.template--login .field input::placeholder {
  color: #ddd;
}
.template--login .field--username {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  height: 40px;
  padding-left: 42px !important;
  background: url("../img/icon_username.a83833b3476f.svg") #2c9fd6 no-repeat 6px center !important;
  background-size: 30px 30px !important;
}
.template--login .field--username input:-webkit-autofill,
.template--login .field--username input:-webkit-autofill:hover,
.template--login .field--username input:-webkit-autofill:focus,
.template--login .field--username input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.template--login .field--password {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  padding-left: 42px !important;
  background: url("../img/icon_password.118c94bc9614.svg") #2c9fd6 no-repeat 6px center !important;
  background-size: 30px 30px !important;
}
.template--login .field--password input:-webkit-autofill,
.template--login .field--password input:-webkit-autofill:hover,
.template--login .field--password input:-webkit-autofill:focus,
.template--login .field--password input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.template--login .button {
  font-size: 16px;
  width: 100%;
}
.template--login input,
.template--login select,
.template--login textarea {
  box-sizing: border-box;
  margin-top: 3px;
  line-height: 1.4;
  height: 2em;
  width: 87%;
  width: 100%;
  font-size: 14px;
  border: 0;
  border: 1px solid #ccc;
  padding: 5px 10px;
  outline: 0;
  color: #424242;
  background: #fff;
  box-shadow: inset 0px 0px 25px 0px #fff;
}
/*# sourceMappingURL=all.css.41ae66314f5c.map */