﻿.session-login-left {
  background-image: url('images/hand-tastatur.jpg');
  background-repeat: no-repeat;
  height: 0px;
  padding-top: 19.52%;
}
.session-login-right {
  padding-left: 10px;
  margin-top: 0;
}
.session-login-right > div,
.session-login-right li.active {
  background-color: white !important;
}
.session-login-right li {
  padding-left: 7px !important;
  padding-right: 0px !important;
}
.session-login-right div {
  height: 114px;
}
.session-login-tabheader {
  font-size: 1.2em;
  color: #77c3df;
  vertical-align: middle;
  padding-right: 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, from(#77c3df), to(#2e77a1));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #77c3df, #2e77a1);
  /* Chrome 10+, Saf5.1+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.session-login-tabheader:hover {
  color: #b6e2f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4f1f9), to(#4e97be));
  /* Saf4+, Chrome */
  background: -webkit-linear-gradient(top, #e4f1f9, #4e97be);
  /* Chrome 10+, Saf5.1+ */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1024px) {
  .ae-top-header-right {
    display: none;
  }
}
#Choicelist {
  margin-top: 10px;
}
#Choicelist div {
  display: block;
  padding: 0 0 5px 5px;
  clear: both;
}
#Choicelist div span {
  display: block;
  padding-left: 20px;
  cursor: inherit;
}
#Choicelist div label {
  font-size: rem-calc(16);
}
#Choicelist div input {
  float: left;
  width: auto;
  margin-left: -20px;
  margin-top: 6px;
  padding: 0;
  -webkit-appearance: radio;
}