/* definition of shakeit animation */
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes shakeit{ 0%   { margin-left: -208px; } 20%  { margin-left: -180px; } 40%  { margin-left: -198px; }	60%  { margin-left: -184px; } 80%  { margin-left: -193px; } 100% { margin-left: -190px; }}
@-moz-keyframes shakeit{ 0%   { margin-left: -208px; } 20%  { margin-left: -180px; } 40%  { margin-left: -198px; }	60%  { margin-left: -184px; } 80%  { margin-left: -193px; } 100% { margin-left: -190px; }}
@-o-keyframes shakeit{ 0%   { margin-left: -208px; } 20%  { margin-left: -180px; } 40%  { margin-left: -198px; }	60%  { margin-left: -184px; } 80%  { margin-left: -193px; } 100% { margin-left: -190px; }}
@keyframes shakeit{ 0%   { margin-left: -208px; } 20%  { margin-left: -180px; } 40%  { margin-left: -198px; }	60%  { margin-left: -184px; } 80%  { margin-left: -193px; } 100% { margin-left: -190px; }}
[not-existing] {
  zoom: 1;
}
a {
  text-decoration: underline;
}
#loginPanel {
  position: relative;
  width: 380px;
  height: 220px;
  top: 40px;
  left: 50%;
  margin-left: -190px;
  background-color: #d9dadd;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlOWU5ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZGFkZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #e9e9ee 0%, #d9dadd 100%);
  background-image: -moz-linear-gradient(top, #e9e9ee 0%, #d9dadd 100%);
  background-image: -o-linear-gradient(top, #e9e9ee 0%, #d9dadd 100%);
  background-image: linear-gradient(to bottom, #e9e9ee 0%, #d9dadd 100%);
}
.error {
  -webkit-animation: shakeit 0.3s linear;
  -moz-animation: shakeit 0.3s linear;
  -o-animation: shakeit 0.3s linear;
  animation: shakeit 0.3s linear;
}
.loginInput {
  background-color: transparent;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  position: relative;
  width: 310px;
  height: 30px;
  display: block;
  border: none;
  -webkit-box-shadow: #808080 -1px -1px 0px 0px, #808080 0px -1px 0 0, #ffffff 1px 1px 0px 0px;
  -moz-box-shadow: #808080 -1px -1px 0px 0px, #808080 0px -1px 0 0, #ffffff 1px 1px 0px 0px;
  box-shadow: #808080 -1px -1px 0px 0px, #808080 0px -1px 0 0, #ffffff 1px 1px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
  text-indent: 10px;
}
.loginInput::-webkit-input-placeholder {
  color: #949494;
  font-style: italic;
}
.loginInput:-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.loginInput::-moz-placeholder {
  color: #949494;
  font-style: italic;
}
.loginInput:-ms-input-placeholder {
  color: #949494;
  font-style: italic;
}
.loginInput italic::-webkit-input-placeholder {
  color: #949494;
}
.loginInput italic:-moz-placeholder {
  color: #949494;
}
.loginInput italic::-moz-placeholder {
  color: #949494;
}
.loginInput italic:-ms-input-placeholder {
  color: #949494;
}
#username {
  top: 25px;
}
#password {
  top: 40px;
}
#passwordForgotten {
  margin-left: auto;
  margin-right: auto;
  top: 107px;
  width: 350px;
  position: absolute;
  display: block;
  text-align: right;
}
#passwordForgotten a {
  color: #3964CE;
  font-size: 11px;
}
#rememberMe {
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  top: 60px;
  width: 320px;
  height: 30px;
  color: #000000;
  position: relative;
  display: block;
}
#rememberMeCheckbox {
  position: relative;
  float: left;
  display: inline-block;
  width: 14px;
  height: 14px;
}
#rememberMeLabel {
  padding-left: 3px;
  position: relative;
  margin-left: 2px;
  top: -1px;
  float: left;
  display: inline-block;
  font-weight: bold;
  color: #6C6C6D;
}
#rememberMeCheckbox:focus + label {
  outline: 1px dotted;
}
#buttonPanel {
  position: relative;
  display: block;
}
#inProgressPanel {
  display: none;
  top: 70px;
  position: absolute;
  padding-left: 80px;
}
#loginButton {
  margin-top: 5px;
  margin-left: 115px;
  top: 60px;
  width: 148px;
  height: 30px;
  color: #6C6C6D;
  font-weight: bold;
}
#loginButton .iconLabel {
  margin: auto;
}
#loginButton .iconLabel .icon {
  padding-right: 10px;
  padding-top: 3px;
}
#portalversion {
  color: #999999;
  font-size: 13px;
  top: 55px;
  position: relative;
  text-align: center;
  clear: both;
}
#portalversion a {
  color: #3964CE;
  font-size: 11px;
  margin-left: 5px;
}
#browserErrorPanel {
  position: relative;
  top: 145px;
}
#cookieErrorPanel {
  width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #c14e4e;
  display: table;
}
#cookieErrorPanel .cookieErrorMsg {
  display: table-row;
}
#cookieErrorPanel .cookieErrorMsg .exclamationIcon {
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}
#cookieErrorPanel .cookieErrorMsg .message {
  display: table-cell;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  margin-right: 10px;
}
#cookieErrorPanel .cookieErrorMsg .message .messageTitle {
  font-weight: bold;
}
#browserNotSupportedPanel {
  width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#browserNotSupportedPanel .browserErrorMsg {
  display: table-row;
}
#browserNotSupportedPanel .browserErrorMsg .browserNotSupportedIcon {
  display: table-cell;
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: middle;
}
#browserNotSupportedPanel .browserErrorMsg .message {
  display: table-cell;
  text-align: center;
  color: #4d4d4d;
  font-size: 10px;
  margin-right: 10px;
  padding-right: 20px;
}
