@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
@import url(plugins/semantic/message.css);
@import url(plugins/semantic/button.css);
@import url(plugins/semantic/icon.css);
* {
  font: 14px/1.6 Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h1 {
  font-weight: 500; }

h2 {
  font-weight: 400; }

.ChartLayout {
  display: inline-block;
  overflow: hidden !important; }

@keyframes swipe {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }
.chart-filter {
  animation: swipe 1.5s linear infinite forwards; }

.RedInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #f2f2f2;
  color: #BF311A;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px; }

.VioletInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #f2f2f2;
  color: #BF311A;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px; }

.BlueInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #f2f2f2;
  color: #BF311A;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px; }

.GreenInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #f2f2f2;
  color: #BF311A;
  font-weight: bold;
  cursor: pointer;
  font-size: 11px; }

.YellowInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  cursor: pointer;
  background: #f2f2f2;
  color: #BF311A;
  font-weight: bold;
  font-size: 11px; }

.btn--block {
  display: block; }

.btn--block + .btn--block {
  margin-left: 0; }

.btn {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 10px 31px 11px;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: transparent;
  transition: background .2s,color .2s;
  text-align: center;
  text-decoration: none;
  font: 13px/1.6 Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 22px;
  transition: border 0.1s ease-in-out; }

.btn + .btn {
  margin-left: 7px; }

.btn .b-link {
  border-radius: inherit; }

.btn.tooltip-no-js-wrap:hover > .tooltip {
  display: none !important; }

.btn:disabled > .tooltip, .btn.disabled > .tooltip {
  display: block; }

.btn--static .b-link {
  top: -1000px;
  right: -1000px;
  bottom: -1000px;
  left: -1000px; }

.btn--xsm {
  padding: 3px 15px 4px;
  border-radius: 12px;
  font-size: .929em;
  line-height: 1.308; }

.btn--xsm:before {
  border-radius: 11px; }

.btn--sm {
  padding: 7px 18px 6px;
  border-radius: 16px;
  font-size: 1em;
  line-height: 1.3572; }

.btn--sm:before {
  border-radius: 16px; }

.btn, .btn:hover {
  color: #fff; }

.btn > .icon-svg, .btn > .icon:hover, .btn > .icon-svg:hover {
  color: inherit; }

.btn--red {
  background: #f02139; }

.btn--red:hover, .btn--red:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--red:active, .btn--red.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--orange {
  background: #c14032; }

.btn--orange:hover, .btn--orange:focus {
  background: #c14032 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--orange:active, .btn--orange.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dorange {
  background: #ef5322; }

.btn--dorange:hover, .btn--dorange:focus {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dorange:active, .btn--dorange.active {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yellow {
  background: #fec309; }

.btn--yellow:hover, .btn--yellow:focus {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yellow:active, .btn--yellow.active {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--grass {
  background: #86c313; }

.btn--grass:hover, .btn--grass:focus {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--grass:active, .btn--grass.active {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lime {
  background: #BF311A; }

.btn--lime:hover, .btn--lime:focus {
  background: #BF311A linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lime:active, .btn--lime.active {
  background: #BF311A linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--green {
  background: #BF311A; }

.btn--green:hover, .btn--green:focus {
  background: #BF311A linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--green:active, .btn--green.active {
  background: #BF311A linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua {
  background: #00caa8; }

.btn--aqua:hover, .btn--aqua:focus {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--aqua:active, .btn--aqua.active {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--sky {
  background: #28c4f6; }

.btn--sky:hover, .btn--sky:focus {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--sky:active, .btn--sky.active {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dsky {
  background: #1eb2fc; }

.btn--dsky:hover, .btn--dsky:focus {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dsky:active, .btn--dsky.active {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lblue {
  background: #2b8cfc; }

.btn--lblue:hover, .btn--lblue:focus {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lblue:active, .btn--lblue.active {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--blue {
  background: #BF311A; }

.btn--blue:hover, .btn--blue:focus {
  background: #BF311A linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--blue:active, .btn--blue.active, .btn--blue.loading {
  background: #BF311A linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dgrey {
  background: #9aa9c5; }

.btn--dgrey:hover, .btn--dgrey:focus {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dgrey:active, .btn--dgrey.active {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--pink {
  background: #f55280; }

.btn--pink:hover, .btn--pink:focus {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--pink:active, .btn--pink.active {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--laguna {
  background: #2f75c1; }

.btn--laguna:hover, .btn--laguna:focus {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--laguna:active, .btn--laguna.active {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vdgrey {
  background: #333844; }

.btn--vdgrey:hover, .btn--vdgrey:focus {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vdgrey:active, .btn--vdgrey.active {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua-blue {
  background: #08b5fd; }

.btn--aqua-blue:focus, .btn--aqua-blue:hover {
  background: #069fde; }

.btn--aqua-blue:active, .btn--aqua-blue.active {
  background: #0487bd; }

.btn--facebook {
  background: #3464d4; }

.btn--facebook:hover, .btn--facebook:focus {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--facebook:active, .btn--facebook.active {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--twitter {
  background: #1cacff; }

.btn--twitter:hover, .btn--twitter:focus {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--twitter:active, .btn--twitter.active {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--google {
  background: #dd4b39; }

.btn--google:hover, .btn--google:focus {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--google:active, .btn--google.active {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--instagram {
  background: #3674a9; }

.btn--instagram:hover, .btn--instagram:focus {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--instagram:active, .btn--instagram.active {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--linkedin {
  background: #006799; }

.btn--linkedin:hover, .btn--linkedin:focus {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--linkedin:active, .btn--linkedin.active {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vk {
  background: #2c70b4; }

.btn--vk:hover, .btn--vk:focus {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vk:active, .btn--vk.active {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--odnoklassniki {
  background: #f7882b; }

.btn--odnoklassniki:hover, .btn--odnoklassniki:focus {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--odnoklassniki:active, .btn--odnoklassniki.active {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yandex {
  background: #ee3a2e; }

.btn--yandex:hover, .btn--yandex:focus {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yandex:active, .btn--yandex.active {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--transparent {
  background: rgba(0, 0, 0, 0.5); }

.btn--transparent > .ico, .btn--transparent > .icon-svg {
  opacity: 0.8; }

.btn--transparent:hover, .btn--transparent:focus {
  background: rgba(0, 0, 0, 0.7); }

.btn--transparent:hover > .ico, .btn--transparent:focus > .ico, .btn--transparent.active > .ico, .btn--transparent:hover > .icon-svg, .btn--transparent:focus > .icon-svg, .btn--transparent.active > .icon-svg {
  opacity: 1; }

.btn--transparent:active {
  background: rgba(0, 0, 0, 0.9); }

.btn--glass:before {
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.3); }

.btn--glass:hover:before {
  border-color: #fff; }

.btn--glass:active:before, .btn--glass.active:before {
  border-color: rgba(255, 255, 255, 0.3); }

.btn--white {
  background: #fff;
  color: #4d4d4d; }

.btn--white:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--white:hover, .btn--white:focus {
  color: #BF311A; }

.btn--white:hover:before, .btn--white:focus:before {
  border-width: 2px;
  border-color: #BF311A; }

.btn--white:active, .btn--white.active, .btn--white.loading {
  color: #2058c6; }

.btn--white:active:before, .btn--white.active:before, .btn--white.loading:before {
  border-width: 2px;
  border-color: #2058c6; }

.btn--gold {
  background: #fff;
  color: #4d4d4d; }

.btn--gold:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--gold:hover:before, .btn--gold:focus:before {
  border-width: 2px;
  border-color: #fec309; }

.btn--gold:active, .btn--gold.active, .btn--gold.loading {
  background: #fec309; }

.btn--gold:active:before, .btn--gold.active:before, .btn--gold.loading:before {
  border: none; }

.btn--gold.active:hover {
  background: #e4af08; }

.btn-normal {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }
  .btn-normal:before {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important; }

select {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 100%;
  transition: all 0.2s ease;
  padding-top: 8.5px;
  padding-right: 35px;
  padding-bottom: 8.5px;
  padding-left: 10px;
  font-weight: 500;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 39.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../drawable/icons8_triangular_arrow_down_20px_1.png) right 10px center no-repeat #fff;
  background-size: 20px; }

select:focus {
  border: 1px solid #BF311A;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(191, 49, 26, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select:hover {
  border: 1px solid #BF311A;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(191, 49, 26, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 0\0 ) {
  select {
    background: none\9;
    padding: 5px\9; } }
input[type=text],
input[type=password],
input[type=email],
input[type=date],
textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8.5px 14px;
  transition: all 0.2s ease; }
  input[type=text].SelectorRight,
  input[type=password].SelectorRight,
  input[type=email].SelectorRight,
  input[type=date].SelectorRight,
  textarea.SelectorRight {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; }
  input[type=text]:hover, input[type=text]:focus,
  input[type=password]:hover,
  input[type=password]:focus,
  input[type=email]:hover,
  input[type=email]:focus,
  input[type=date]:hover,
  input[type=date]:focus,
  textarea:hover,
  textarea:focus {
    border: 1px solid #0A84FF;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

input[type=checkbox].r_checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  transition: all 0.2s ease; }

input[type=checkbox].r_checkbox + label.label {
  padding-left: 35px;
  transition: all 0.2s ease;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px;
  line-height: 24px;
  height: 24px; }

input[type=checkbox].r_checkbox:hover + label.label {
  background-position: 0 -24px; }

input[type=checkbox].r_checkbox:checked + label.label {
  background-position: 0 -48px; }

.label {
  background-position: 0 0px; }

.label-blue {
  background-image: url(../drawable/checkbox.png); }

input[type=radio].r_radio {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=radio].r_radio + label.label {
  transition: all 0.2s ease;
  padding-left: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px;
  line-height: 24px;
  height: 24px; }

input[type=radio].r_radio:hover + label.label {
  background-position: 0 -24px; }

input[type=radio].r_radio:checked + label.label {
  background-position: 0 -48px; }

.InputMultiSelector {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%; }
  .InputMultiSelector input[type=text] {
    background: url(../drawable/icons8_triangular_arrow_down_20px_1.png) right 10px center no-repeat #fff;
    background-size: 20px; }
  .InputMultiSelector .InputMultiSelectorList {
    position: absolute;
    left: 0;
    min-width: 250px;
    max-width: 400px;
    display: none; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box {
      float: left;
      width: 100%;
      padding: 10px 0;
      position: relative;
      background: #fff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #ccc; }
      .InputMultiSelector .InputMultiSelectorList .arrow_box .option {
        float: left;
        width: 100%;
        padding: 5px 20px;
        font-size: 14px; }
        .InputMultiSelector .InputMultiSelectorList .arrow_box .option label {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-size: 14px; }
        .InputMultiSelector .InputMultiSelectorList .arrow_box .option:hover {
          background: #f2f2f2; }
      .InputMultiSelector .InputMultiSelectorList .arrow_box .optgroup {
        float: left;
        width: 100%;
        padding: 5px 20px;
        font-weight: 600;
        font-size: 11px; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:after, .InputMultiSelector .InputMultiSelectorList .arrow_box:before {
      bottom: 100%;
      left: 12%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:before {
      border-color: rgba(204, 204, 204, 0);
      border-bottom-color: #ccc;
      border-width: 11px;
      margin-left: -11px; }

.ic_close {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0.3; }
  .ic_close:hover {
    opacity: 1;
    cursor: pointer; }

.ic_close:before, .ic_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #333; }

.ic_close:before {
  transform: rotate(45deg); }

.ic_close:after {
  transform: rotate(-45deg); }

.Toast {
  z-index: 100000;
  position: fixed;
  right: 20px;
  top: 20px; }
  .Toast.Error .Toast-Inner {
    border-left: 5px solid #FC6404; }
    .Toast.Error .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Error .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #FC6404; }
  .Toast.Info .Toast-Inner {
    border-left: 5px solid #1A3AF8; }
    .Toast.Info .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Info .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #1A3AF8; }
  .Toast.Success .Toast-Inner {
    border-left: 5px solid #08B62C; }
    .Toast.Success .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Success .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #F2F2F6; }
  .Toast .Toast-Inner {
    border-left: 5px solid #ccc;
    border-left: 5px;
    display: flex;
    align-items: center;
    width: 500px;
    max-width: 500px;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .Toast .Toast-Inner .Toast-Close {
      border-left: 1px solid #e2e2e2;
      display: inline-block;
      padding: 15px 20px;
      font-size: 16px; }
      .Toast .Toast-Inner .Toast-Close:hover {
        color: #1A3AF8;
        cursor: pointer; }
    .Toast .Toast-Inner .Toast-Icon {
      display: inline-block;
      padding: 0 20px;
      font-size: 16px;
      font-weight: 900; }
      .Toast .Toast-Inner .Toast-Icon .Icon-Inner {
        display: inline-block;
        background: #ccc;
        width: 30px;
        height: 30px;
        max-height: 30px;
        text-align: center;
        line-height: 32px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
    .Toast .Toast-Inner .Toast-Text {
      display: inline-block;
      width: 100%;
      padding: 15px 0; }
      .Toast .Toast-Inner .Toast-Text b {
        display: inline-block;
        width: 100%;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px; }
      .Toast .Toast-Inner .Toast-Text i {
        display: inline-block;
        width: 100%;
        font-weight: 300;
        font-size: 15px;
        font-style: normal;
        color: #666;
        line-height: 24px; }

b {
  font-weight: 600; }

body {
  background: #F5F7FA;
  margin: 0; }

section.Layout {
  border: 0; }

.SuccessMessage {
  float: left;
  width: 100%;
  text-align: center; }
  .SuccessMessage span {
    float: left;
    width: 100%; }
    .SuccessMessage span:nth-child(2) {
      padding-top: 10px;
      font-weight: 600; }
    .SuccessMessage span:nth-child(3) {
      padding-top: 10px; }
    .SuccessMessage span:nth-child(4) {
      padding-top: 10px; }

._Input {
  float: left;
  width: 100%;
  margin-top: 15px; }
  ._Input.Label {
    padding-bottom: 40px; }
  ._Input:first-child {
    margin-top: 0; }
  ._Input .btn {
    width: 100% !important; }
  ._Input span {
    float: left;
    width: 100%; }
    ._Input span input {
      width: 100%; }
    ._Input span:nth-child(2) {
      padding-top: 8px; }

._InputForm {
  float: left;
  width: 100%; }
  ._InputForm span {
    float: left;
    width: 100%; }
    ._InputForm span:nth-child(1) {
      font-size: 14px; }
    ._InputForm span:nth-child(2) {
      padding-top: 8px; }

.Input-20 {
  float: left;
  width: 20%; }
  .Input-20.Left {
    padding-left: 10px; }

.Input-30 {
  float: left;
  width: 30%; }
  .Input-30.Left {
    padding-left: 10px; }

.Input-40 {
  float: left;
  width: 40%; }
  .Input-40.Left {
    padding-left: 10px; }

.Input-50 {
  float: left;
  width: 50%; }
  .Input-50.Left {
    padding-left: 10px; }

.Input-60 {
  float: left;
  width: 60%; }
  .Input-60.Left {
    padding-left: 10px; }

.Input-70 {
  float: left;
  width: 70%; }
  .Input-70.Left {
    padding-left: 10px; }

.Input-80 {
  float: left;
  width: 80%; }
  .Input-80.Left {
    padding-left: 10px; }

.Input-90 {
  float: left;
  width: 90%; }
  .Input-90.Left {
    padding-left: 10px; }

.Input-100 {
  float: left;
  width: 100%; }
  .Input-100.Left {
    padding-left: 10px; }

.ListViewLayout {
  float: left;
  width: 100%;
  padding-top: 0px; }
  .ListViewLayout .ListViewLayout__Title {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 20px; }
  .ListViewLayout .ListViewLayout_ResultList {
    float: left;
    width: 100%;
    padding-top: 30px; }
  .ListViewLayout .ListViewLayout__Search {
    float: left;
    width: 100%;
    padding-top: 20px; }
    .ListViewLayout .ListViewLayout__Search .arrow_box {
      padding: 10px;
      float: left;
      width: 100%;
      position: relative;
      background: #fff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }
      .ListViewLayout .ListViewLayout__Search .arrow_box * {
        font-size: 14px; }
      .ListViewLayout .ListViewLayout__Search .arrow_box ._OptionSubmit {
        float: left;
        width: 100%;
        padding: 10px 0 0px;
        text-align: center;
        border-top: 1px solid #eee; }
      .ListViewLayout .ListViewLayout__Search .arrow_box ._OptionItem {
        float: left;
        width: 25%;
        padding: 10px; }
        .ListViewLayout .ListViewLayout__Search .arrow_box ._OptionItem input {
          width: 100%; }
        .ListViewLayout .ListViewLayout__Search .arrow_box ._OptionItem span {
          float: left;
          width: 100%; }
          .ListViewLayout .ListViewLayout__Search .arrow_box ._OptionItem span:nth-child(1) {
            padding-bottom: 10px;
            font-weight: 600; }
    .ListViewLayout .ListViewLayout__Search .arrow_box:after {
      bottom: 100%;
      left: 10%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 8px;
      margin-left: -8px; }

.__TelefonItem {
  margin-top: 15px;
  float: left;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 14px 20px;
  display: flex;
  align-items: center; }
  .__TelefonItem:first-child {
    margin-top: 0; }
  .__TelefonItem span {
    float: left; }
    .__TelefonItem span img {
      width: 32px;
      vertical-align: middle; }
    .__TelefonItem span:nth-child(1) {
      width: 45px; }
    .__TelefonItem span:nth-child(2) {
      width: calc(100% - 45px);
      font-weight: 600; }

.__InfoText {
  display: inline-block;
  margin-top: 40px;
  padding: 6px 10px;
  background: #F5F7FA;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 11px; }

.Stellenanzeigen_Info {
  float: left;
  width: 100%; }
  .Stellenanzeigen_Info .__InfoTitle {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 15px; }
    .Stellenanzeigen_Info .__InfoTitle.Top {
      padding-top: 20px; }
  .Stellenanzeigen_Info .__InfoItem {
    float: left;
    width: 100%;
    padding: 10px 0; }
    .Stellenanzeigen_Info .__InfoItem ul {
      margin: 0;
      padding: 0 14px; }
      .Stellenanzeigen_Info .__InfoItem ul li {
        line-height: 24px; }
    .Stellenanzeigen_Info .__InfoItem:hover {
      background: #F5F7FA;
      background: linear-gradient(90deg, white 0%, #f5f7fa 56%, white 100%); }
    .Stellenanzeigen_Info .__InfoItem * {
      font-size: 14px; }
    .Stellenanzeigen_Info .__InfoItem span {
      float: left; }
      .Stellenanzeigen_Info .__InfoItem span:nth-child(1) {
        width: 30%;
        font-weight: 600; }
      .Stellenanzeigen_Info .__InfoItem span:nth-child(2) {
        width: 70%; }

.OptionsList {
  float: left;
  width: 100%;
  position: relative; }
  .OptionsList .OptionsList_List {
    position: absolute;
    display: none;
    top: 40px;
    right: 0;
    z-index: 100; }
    .OptionsList .OptionsList_List .arrow_box {
      position: relative;
      background: #fff;
      float: left;
      width: 240px;
      border: 1px solid #e2e2e2;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      padding: 6px 0; }
      .OptionsList .OptionsList_List .arrow_box .itemSplit {
        float: left;
        width: 100%;
        background: #eee;
        height: 1px;
        margin: 4px 0; }
      .OptionsList .OptionsList_List .arrow_box .item {
        color: #000;
        float: left;
        width: 100%;
        padding: 8px 25px; }
        .OptionsList .OptionsList_List .arrow_box .item:hover {
          font-weight: 600;
          cursor: pointer;
          background: #f9f9f9;
          color: #BF311A; }
    .OptionsList .OptionsList_List .arrow_box:after, .OptionsList .OptionsList_List .arrow_box:before {
      bottom: 100%;
      left: 90%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .OptionsList .OptionsList_List .arrow_box:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 8px;
      margin-left: -8px; }
    .OptionsList .OptionsList_List .arrow_box:before {
      border-color: rgba(204, 204, 204, 0);
      border-bottom-color: #ccc;
      border-width: 9px;
      margin-left: -9px; }

.ContactLayout {
  float: left;
  width: 100%;
  background: #F5F7FA;
  background: linear-gradient(48deg, #f5f7fa 13%, white 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0 10px; }
  .ContactLayout .__Profile_Icon {
    display: inline-block;
    width: 100%; }
    .ContactLayout .__Profile_Icon .__Icon {
      display: inline-block;
      width: 60px;
      height: 60px; }
      .ContactLayout .__Profile_Icon .__Icon img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .ContactLayout .__Buttons {
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px 5px 0;
    display: flex; }
    .ContactLayout .__Buttons .__ButtonItem {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      display: inline-block;
      background: #e5eaf0;
      width: 100%;
      padding: 11px 14px 8px;
      margin: 0 4px; }
      .ContactLayout .__Buttons .__ButtonItem.Blue {
        background: #E3F2FD; }
        .ContactLayout .__Buttons .__ButtonItem.Blue:hover {
          background: #04a7ff; }
      .ContactLayout .__Buttons .__ButtonItem.Green {
        background: #E8F5E9; }
        .ContactLayout .__Buttons .__ButtonItem.Green:hover {
          background: #2aba3f; }
      .ContactLayout .__Buttons .__ButtonItem:hover {
        background: #454f59;
        cursor: pointer;
        color: #fff; }
  .ContactLayout .__Name {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    font-weight: 600; }
  .ContactLayout .__City {
    padding-top: 20px;
    display: inline-block;
    width: 60%;
    text-align: left; }
    .ContactLayout .__City.Normal {
      padding-top: 0; }
      .ContactLayout .__City.Normal img {
        vertical-align: middle; }
    .ContactLayout .__City .__CityBlock_Ext {
      float: left;
      width: 100%;
      text-align: center; }
      .ContactLayout .__City .__CityBlock_Ext span {
        font-size: 14px;
        width: 100% !important;
        display: inline-block; }
        .ContactLayout .__City .__CityBlock_Ext span img {
          width: 24px; }
        .ContactLayout .__City .__CityBlock_Ext span:nth-child(1) {
          width: 42px; }
        .ContactLayout .__City .__CityBlock_Ext span:nth-child(2) {
          width: calc(100% - 42px); }
    .ContactLayout .__City .__CityBlock {
      float: left;
      width: 100%;
      display: flex;
      align-items: center; }
      .ContactLayout .__City .__CityBlock span {
        font-size: 14px;
        display: inline-block; }
        .ContactLayout .__City .__CityBlock span img {
          width: 32px; }
        .ContactLayout .__City .__CityBlock span:nth-child(1) {
          width: 42px; }
        .ContactLayout .__City .__CityBlock span:nth-child(2) {
          width: calc(100% - 42px); }

.ProfileSettingsLayout {
  float: left;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .ProfileSettingsLayout .__Tabs {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 20px; }
    .ProfileSettingsLayout .__Tabs .__TabItem {
      display: inline-block;
      margin: 0 10px;
      border-bottom: 1px solid transparent;
      padding: 18px 0;
      font-size: 14px; }
      .ProfileSettingsLayout .__Tabs .__TabItem.active {
        font-weight: 600;
        color: #304FFE;
        border-bottom: 1px solid #304FFE; }
      .ProfileSettingsLayout .__Tabs .__TabItem:hover {
        cursor: pointer;
        font-weight: 600;
        color: #304FFE;
        border-bottom: 1px solid #304FFE; }
  .ProfileSettingsLayout .__LeftContent {
    float: left;
    width: 60%; }
    .ProfileSettingsLayout .__LeftContent.Short {
      width: 65%; }
  .ProfileSettingsLayout .__RightContent {
    float: left;
    width: 40%;
    padding-left: 40px; }
    .ProfileSettingsLayout .__RightContent.Short {
      width: 35%; }
    .ProfileSettingsLayout .__RightContent .Tipp {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      position: relative;
      background: #f2f2f2;
      float: left;
      width: 100%;
      padding: 30px;
      color: #666; }
      .ProfileSettingsLayout .__RightContent .Tipp .Tipp_Title {
        float: left;
        width: 100%;
        font-weight: 600; }
      .ProfileSettingsLayout .__RightContent .Tipp .Tipp_Text {
        float: left;
        width: 100%;
        padding-top: 10px;
        font-weight: 300; }
    .ProfileSettingsLayout .__RightContent .Tipp:after {
      right: 100%;
      top: 50%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(242, 242, 242, 0);
      border-right-color: #f2f2f2;
      border-width: 8px;
      margin-top: -8px; }
  .ProfileSettingsLayout .__SubTitle {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 600; }
    .ProfileSettingsLayout .__SubTitle.Top {
      margin-top: 20px;
      border-top: 1px solid #e2e2e2;
      padding-top: 20px; }
  .ProfileSettingsLayout .__Content {
    float: left;
    width: 100%;
    padding: 30px; }
    .ProfileSettingsLayout .__Content.Gray {
      background: #F5F7FA; }
    .ProfileSettingsLayout .__Content .__TextView {
      float: left;
      width: 100%; }
    .ProfileSettingsLayout .__Content .__InputView {
      float: left;
      width: 100%;
      padding-top: 15px; }
  .ProfileSettingsLayout .__Button {
    float: left;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    padding: 10px 30px; }
  .ProfileSettingsLayout .__Title {
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600; }

.PasswordRecoverNewLayout {
  float: left;
  width: 100%;
  margin-top: 40px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .PasswordRecoverNewLayout .__Content {
    float: left;
    width: 100%;
    padding: 30px; }
    .PasswordRecoverNewLayout .__Content .__TextView {
      float: left;
      width: 100%; }
    .PasswordRecoverNewLayout .__Content .__InputView {
      float: left;
      width: 100%;
      padding-top: 15px; }
  .PasswordRecoverNewLayout .__Button {
    float: left;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    padding: 10px 30px; }
  .PasswordRecoverNewLayout .__Title {
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600; }

.PasswordRecoveryLayout {
  float: left;
  width: 100%;
  padding-bottom: 20px; }
  .PasswordRecoveryLayout .__Info {
    float: left;
    width: 100%;
    font-weight: 300; }

.ModalToolbarButton {
  float: left;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding: 10px;
  text-align: right; }

.HeaderLayout_PlaceHolder {
  float: left;
  width: 100%;
  height: 70px; }

.HeaderLayout {
  float: left;
  width: 100%;
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #e2e2e2; }
  .HeaderLayout.FixedToFront {
    z-index: 100; }
  .HeaderLayout .__Center {
    position: relative;
    margin: 0 auto;
    width: 1100px; }
    .HeaderLayout .__Center .FlexLayout {
      display: flex;
      width: 100%;
      align-items: center;
      height: 70px; }
      .HeaderLayout .__Center .FlexLayout .__Logo {
        width: 150px;
        display: inline-block; }
        .HeaderLayout .__Center .FlexLayout .__Logo img {
          height: 50px;
          display: inline-block; }
      .HeaderLayout .__Center .FlexLayout .__ActionBar {
        display: inline-block;
        width: calc(100% - 300px - 150px);
        text-align: center; }
        .HeaderLayout .__Center .FlexLayout .__ActionBar .__Link {
          display: inline-block;
          padding: 6px 12px;
          color: #000; }
          .HeaderLayout .__Center .FlexLayout .__ActionBar .__Link:hover {
            background: #f9f9f9;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            cursor: pointer;
            color: #304FFE; }
      .HeaderLayout .__Center .FlexLayout .__Login {
        width: 300px;
        display: flex;
        align-items: center;
        justify-content: right;
        text-align: right; }
        .HeaderLayout .__Center .FlexLayout .__Login .ProfileLogin {
          position: relative;
          display: flex;
          align-items: center;
          margin-left: 15px; }
          .HeaderLayout .__Center .FlexLayout .__Login .ProfileLogin .__DropDownBox {
            z-index: 10;
            position: absolute;
            display: none;
            right: 0;
            top: 60px; }
            .HeaderLayout .__Center .FlexLayout .__Login .ProfileLogin .__DropDownBox .arrow_box {
              padding: 8px 0;
              float: left;
              width: 260px;
              -webkit-box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.15);
              -moz-box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.15);
              position: relative;
              background: #fff;
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              border-radius: 10px; }
              .HeaderLayout .__Center .FlexLayout .__Login .ProfileLogin .__DropDownBox .arrow_box .__Item_Tag {
                margin-top: 5px;
                float: left;
                width: 100%;
                text-align: left;
                padding: 8px 40px;
                font-size: 11px;
                font-weight: 600; }
              .HeaderLayout .__Center .FlexLayout .__Login .ProfileLogin .__DropDownBox .arrow_box .__Item {
                float: left;
                width: 100%;
                text-align: left;
                padding: 8px 40px;
                font-size: 14px; }
                .HeaderLayout .__Center .FlexLayout .__Login .ProfileLogin .__DropDownBox .arrow_box .__Item:hover {
                  cursor: pointer;
                  color: #BF311A;
                  background: #F5F7FA; }
            .HeaderLayout .__Center .FlexLayout .__Login .ProfileLogin .__DropDownBox .arrow_box:after {
              bottom: 100%;
              left: 88%;
              border: solid transparent;
              content: "";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-color: rgba(255, 255, 255, 0);
              border-bottom-color: #fff;
              border-width: 8px;
              margin-left: -8px; }
          .HeaderLayout .__Center .FlexLayout .__Login .ProfileLogin .__DropDown {
            display: inline-block;
            padding-left: 10px; }
          .HeaderLayout .__Center .FlexLayout .__Login .ProfileLogin .__Icon {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: #454f59 url("../drawable/bg_dark_avatar_male_normal.png") center;
            background-size: cover;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px; }

.RelativeLayout {
  float: left;
  width: 100%; }
  .RelativeLayout .__Center {
    position: relative;
    margin: 0 auto;
    width: 1100px; }
    .RelativeLayout .__Center .__InnerLayout {
      float: left;
      border: 1px solid #e2e2e2;
      width: 100%;
      padding: 40px;
      background: #f9f9f9; }

.LoginLayout {
  float: left;
  width: 100%;
  display: flex;
  justify-content: right;
  padding-right: 80px;
  align-items: center;
  min-height: 700px;
  background: #cad0d9 url("../drawable/_login.png") center no-repeat;
  background-size: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .LoginLayout .LoginLayout_Login {
    display: inline-block;
    width: 360px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2); }
    .LoginLayout .LoginLayout_Login .__Line {
      float: left;
      width: 100%;
      padding: 20px 0;
      display: inline-block;
      display: flex;
      justify-content: space-between; }
      .LoginLayout .LoginLayout_Login .__Line span {
        display: inline-block; }
        .LoginLayout .LoginLayout_Login .__Line span hr {
          background-color: #e2e2e2;
          height: 1px;
          border: 0; }
        .LoginLayout .LoginLayout_Login .__Line span:nth-child(1) {
          width: 40%; }
        .LoginLayout .LoginLayout_Login .__Line span:nth-child(2) {
          width: 20%;
          text-align: center; }
        .LoginLayout .LoginLayout_Login .__Line span:nth-child(3) {
          width: 40%; }
    .LoginLayout .LoginLayout_Login .__LoginInput {
      padding: 0 30px;
      float: left;
      width: 100%; }
      .LoginLayout .LoginLayout_Login .__LoginInput .btn {
        width: 100%; }
      .LoginLayout .LoginLayout_Login .__LoginInput.Bottom {
        padding-bottom: 20px; }
      .LoginLayout .LoginLayout_Login .__LoginInput.Top {
        padding-top: 20px; }
      .LoginLayout .LoginLayout_Login .__LoginInput span {
        float: left;
        width: 100%; }
        .LoginLayout .LoginLayout_Login .__LoginInput span input {
          width: 100%; }
        .LoginLayout .LoginLayout_Login .__LoginInput span:nth-child(2) {
          padding-top: 10px; }
        .LoginLayout .LoginLayout_Login .__LoginInput span:nth-child(3) {
          padding-top: 10px; }
          .LoginLayout .LoginLayout_Login .__LoginInput span:nth-child(3) a {
            font-size: 11px; }
    .LoginLayout .LoginLayout_Login .__Title {
      float: left;
      width: 100%;
      padding: 30px 30px 30px 30px;
      font-weight: 600;
      font-size: 24px; }

.InfoTextBlock {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.04); }
  .InfoTextBlock p {
    margin: 0;
    padding: 0; }

.PageContent {
  float: left;
  width: 100%;
  padding-top: 20px; }

.PageTitle {
  float: left;
  width: 100%;
  padding-top: 0px;
  font-weight: 600;
  font-size: 20px; }

.FooterLayout {
  float: left;
  width: 100%; }
  .FooterLayout .__Center {
    position: relative;
    width: 1100px;
    margin: 0 auto; }
    .FooterLayout .__Center .__InnerLayout {
      float: left;
      width: 100%; }
      .FooterLayout .__Center .__InnerLayout .__Footer_Lines {
        padding: 15px 20px;
        float: left;
        width: 100%;
        font-size: 11px; }
        .FooterLayout .__Center .__InnerLayout .__Footer_Lines .__Right {
          float: right;
          font-size: 11px; }
          .FooterLayout .__Center .__InnerLayout .__Footer_Lines .__Right a {
            display: inline-block;
            margin-left: 15px;
            font-size: 11px !important; }
        .FooterLayout .__Center .__InnerLayout .__Footer_Lines .__Left {
          font-size: 11px;
          float: left;
          color: #333 !important; }
          .FooterLayout .__Center .__InnerLayout .__Footer_Lines .__Left a {
            color: #666;
            font-size: 11px !important; }
      .FooterLayout .__Center .__InnerLayout .__Footer_Adress {
        float: left;
		
        width: 100%;
        background: #c14032;
        display: flex;
        padding: 0 30px; }
        .FooterLayout .__Center .__InnerLayout .__Footer_Adress .__Item {
          float: left;
          width: 100%;
          color: #fff;
          padding: 15px 20px;
          font-size: 11px; }
          .FooterLayout .__Center .__InnerLayout .__Footer_Adress .__Item a {
            text-decoration: underline;
			  z-index:10;
            color: #fff; }
            .FooterLayout .__Center .__InnerLayout .__Footer_Adress .__Item a:hover {
              text-decoration: none; }
            .FooterLayout .__Center .__InnerLayout .__Footer_Adress .__Item a b {
              font-weight: bolder;
              font-size: 11px !important; }
    .FooterLayout .__Center .__Copyright {
      float: left;
      width: 100%;
      text-align: center;
      padding: 20px 0;
      color: #555;
      font-size: 14px; }
      .FooterLayout .__Center .__Copyright i {
        display: inline-block;
        margin-top: 10px;
        font-weight: 300;
        font-size: 11px;
        font-style: normal; }
    .FooterLayout .__Center .__FooterLogo {
      float: left;
      width: 100%;
      text-align: center; }
      .FooterLayout .__Center .__FooterLogo img {
        height: 40px; }
    .FooterLayout .__Center .__LinkList {
      float: left;
      width: 100%;
      text-align: center;
      padding: 20px 0; }
      .FooterLayout .__Center .__LinkList .__Link {
        display: inline-block;
        padding: 6px 12px;
        color: #999; }
        .FooterLayout .__Center .__LinkList .__Link:hover {
          background: rgba(255, 255, 255, 0.1);
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          cursor: pointer;
          color: #fff; }

.AnzeigeVerlangernLayout {
  float: left;
  width: 100%;
  border: 1px solid #FFE082;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  background: #FFF8E1; }
  .AnzeigeVerlangernLayout span {
    color: #FF6D00;
    display: inline-block; }
    .AnzeigeVerlangernLayout span i {
      font-size: 11px;
      font-weight: 300;
      font-style: normal; }
    .AnzeigeVerlangernLayout span:nth-child(1) {
      width: 60%;
      padding-left: 20px; }
    .AnzeigeVerlangernLayout span:nth-child(2) {
      width: 40%;
      text-align: center;
      border-left: 1px solid #e2e2e2; }

table.SnowWhite {
  width: 100%; 
	 
  border-collapse: collapse;
  -webkit-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff; }
  table.SnowWhite tbody tr:hover td {
    color: #BF311A;
    cursor: pointer;
	  
    background: #f9f9f9; }
  table.SnowWhite tbody tr td {
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    padding: 13px 10px;
	   
    font-size: 14px; }
    table.SnowWhite tbody tr td b {
      font-weight: bold !important; }
  table.SnowWhite thead tr th {
    color: #BF311A;
    padding: 13px 10px;
   	  text-align: left;
    font-size: 14px; }
    table.SnowWhite thead tr th.tablesorter-headerAsc {
      border-bottom: 1px solid #BF311A;
      background: #EEEEEE url("../drawable/sort-up.png") right 5px center no-repeat;
      background-size: 20px; }
    table.SnowWhite thead tr th.tablesorter-headerDesc {
      border-bottom: 1px solid #BF311A;
      background: #EEEEEE url("../drawable/sort-down.png") right 5px center no-repeat;
      background-size: 20px; }

a {
  color: #BF311A;
  text-decoration: none; }

.HomeInfoLayout {
  float: left;
  width: 100%;
  display: flex;
  padding: 30px; }
  .HomeInfoLayout .__Info_TextView {
    display: inline-block;
    width: calc(100% - 450px); }
    .HomeInfoLayout .__Info_TextView._Left {
      padding-left: 40px; }
    .HomeInfoLayout .__Info_TextView._Right {
      padding-right: 40px; }
    .HomeInfoLayout .__Info_TextView .__IconTextView {
      float: left;
      width: 100%;
      padding: 15px 0; }
      .HomeInfoLayout .__Info_TextView .__IconTextView span {
        float: left; }
        .HomeInfoLayout .__Info_TextView .__IconTextView span:nth-child(1) {
          width: 80px; }
          .HomeInfoLayout .__Info_TextView .__IconTextView span:nth-child(1) ._Icon {
            float: left;
            width: 60px;
            text-align: center;
            line-height: 60px;
            height: 60px;
            background: #fff;
            color: #BF311A;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            font-size: 24px; }
        .HomeInfoLayout .__Info_TextView .__IconTextView span:nth-child(2) {
          width: calc(100% - 80px); }
          .HomeInfoLayout .__Info_TextView .__IconTextView span:nth-child(2) .__Icon_Title {
            float: left;
            width: 100%;
            font-weight: 600;
            font-size: 18px; }
          .HomeInfoLayout .__Info_TextView .__IconTextView span:nth-child(2) .__Icon_Text {
            float: left;
            line-height: 24px;
            width: 100%;
            padding-top: 10px;
            font-weight: 300; }
    .HomeInfoLayout .__Info_TextView .__Subtitle {
      color: #454f59;
      float: left;
      width: 100%;
      padding-bottom: 15px;
      padding-top: 10px;
      font-weight: 300;
      font-size: 18px; }
    .HomeInfoLayout .__Info_TextView .__Title {
      float: left;
      width: 100%;
      font-weight: 600;
      font-size: 30px; }
  .HomeInfoLayout .__Info_ImageView {
    display: inline-block;
    width: 450px; }
    .HomeInfoLayout .__Info_ImageView img {
      width: 100%; }

.HomeSearchTable {
  float: left;
  width: 100%;
  padding-top: 30px; }

.HomeSearchTable_Title {
  float: left;
  width: 100%;
  padding-top: 0px; }
  .HomeSearchTable_Title b {
    font-size: 20px; }

.HomeSearchLayout {
  margin-top: 40px;
  float: left;
  width: 100%;
  background: #fff;
  min-height: 300px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.05); }
  .HomeSearchLayout .SearchView {
    float: left;
    width: 50%;
    padding: 50px 80px; }
    .HomeSearchLayout .SearchView .SearchView_Title {
      float: left;
      width: 100%;
      font-weight: 600;
      font-size: 40px; }
    .HomeSearchLayout .SearchView .SearchView_Input {
      float: left;
      width: 100%;
      padding-top: 30px; }
      .HomeSearchLayout .SearchView .SearchView_Input .SearchViewBox {
        float: left;
        width: 100%;
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #e2e2e2;
        padding: 10px;
        display: flex;
        align-items: center; }
        .HomeSearchLayout .SearchView .SearchView_Input .SearchViewBox input {
          border: 0;
          width: 100%;
          font-size: 18px;
          font-weight: 300; }
        .HomeSearchLayout .SearchView .SearchView_Input .SearchViewBox span {
          display: inline-block; }
          .HomeSearchLayout .SearchView .SearchView_Input .SearchViewBox span:nth-child(2) {
            padding: 0 10px; }
  .HomeSearchLayout .ImageView_Holder {
    position: absolute;
    right: 0;
    bottom: 0; }
    .HomeSearchLayout .ImageView_Holder img {
      vertical-align: middle;
      height: 357px; }



.__Banner {
	position: relative;
	left: 50%;
	top: 180px;
	margin-left: -450px;
	max-width: 900px;
	padding-bottom: 40px;
}
.__Banner-top {
	position: relative;
	left: 50%;
	top: 0px;
	margin-left: -450px;
	max-width: 900px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.FooterLayout .__Center {
	position: relative;
	/*top: -140px; */
}

@media (max-width: 900px){
	.__Banner-top {
		max-width:98%; 
		left: 0px;
		margin: 0px auto;
	
	}
}

@media (max-width: 427px){
	.__Banner-top {
		max-width:98%; 
		margin: 0px auto;
	}
}

@media (max-width: 360px){
	.__Banner-top {
		max-width:98%; 
		margin: 0px auto;
	}
}

@media (max-width: 325px){
	.__Banner-top {
		top: 330px;
		padding-bottom: 0px;
	}
}


/*# sourceMappingURL=style.css.map */
