@font-face {
  font-family: 'Roboto Light';
  src: url('../../fonts/RobotoLight.woff2') format('woff2'), url('../../fonts/RobotoLight.woff') format('woff');
}
html {
  height: 100%;
}
body {
  background-size: cover;
  background: #ffffff;
  font-family: Roboto Light, Segoe UI, helvetica, verdana, Arial, Bitstream Vera Sans;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 520px), only screen and (max-height: 520px) {
  body {
    background: white;
  }
}
@media only screen and (min-width: 520px) and (min-height: 520px) {
  body {
    background: #0094cd;
  }
}
input:not([type=checkbox]),
select {
  font-family: Roboto Light, Segoe UI, helvetica, verdana, Arial, Bitstream Vera Sans;
  font-size: 13px;
  border: 1px solid #777777;
  padding: 5px;
  padding-left: 7px;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  margin-top: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*input:focus, select:focus {
}*/
button,
input[type=button],
input[type=submit] {
  font-family: Roboto Light, Segoe UI, helvetica, verdana, Arial, Bitstream Vera Sans;
  font-size: 13px;
  border: 0px solid #777777;
  padding-left: 2px;
  width: 150px;
  height: 30px;
  /*
	background-image: url(../images/button.png);
	background-position: bottom;
	*/
  border-radius: 3px;
  /*-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;*/
  color: #ffffff;
  background-color: #777777;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  color: white;
  background-color: #f7a600;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  color: white;
  background-color: #aaa;
}
button:focus {
  /*border-color: @buttonBackgroundColorHover;*/
}
button:active {
  position: relative;
  top: 1px;
  left: 0px;
}
a,
a:hover,
a:visited {
  color: #777777;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.layer,
#background-layer,
#background-layer-loading,
#image-layer-1,
#image-layer-2,
#effect-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#background-layer {
  z-index: -5;
}
#background-layer-loading {
  z-index: -4;
  display: none;
}
#image-layer-1 {
  z-index: -3;
}
@media only screen and (min-width: 520px) and (min-height: 520px) {
  #image-layer-1 {
    background: url("../resources/logo-unymira-white.png") no-repeat;
    background-position: 30px 20px;
    background-size: 300px auto;
    opacity: 0.2;
  }
}
#image-layer-2 {
  z-index: -2;
}
#effect-layer {
  z-index: -1;
}
.page-text,
.page-text-important {
  font-weight: normal;
  text-align: left;
  margin-top: 10px;
}
.page-text-important {
  font-weight: bold;
}
#language-selector {
  font-size: 90%;
  float: left;
  vertical-align: bottom;
  line-height: 1px;
}
.language-selected {
  color: #ffffff;
  background-color: #777777;
  font-family: Roboto Light, Segoe UI, helvetica, verdana, Arial, Bitstream Vera Sans;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.block,
.message,
#page,
.message-error,
.message-warning,
.message-success,
.message-info {
  padding: 30px;
}
#messages {
  position: absolute;
  width: 100%;
  word-break: break-word;
  color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 520px), only screen and (max-height: 520px) {
  #messages {
    width: 100% !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
#messages,
#messages a,
#messages a:visited,
#messages a:hover {
  color: #777777;
}
.message,
.message-error,
.message-warning,
.message-success,
.message-info {
  font-weight: normal;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  border-radius: 0px;
  box-shadow: none;
  backdrop-filter: none;
  background-color: #ffffff;
  color: #777777;
}
@media only screen and (min-width: 520px) and (min-height: 520px) {
  .message,
  .message-error,
  .message-warning,
  .message-success,
  .message-info {
    border: 1px solid #cfcfcf;
    box-shadow: none;
  }
}
.message-error {
  border: 0;
  border-left: 12px solid #a12222;
}
.message-warning {
  border: 0;
  border-left: 12px solid #f7a600;
}
.message-success {
  border: 0;
  border-left: 12px solid #9ec640;
}
.message-info {
  border: 0;
}
.message-info-STANDARD {
  border-left: 12px solid #777777;
}
.message-info-IMPORTANT {
  border-left: 12px solid #f7a600;
}
.message-info,
.message-info a,
.message-info a:visited,
.message-info a:hover {
  color: #777777 !important;
}
.html-text {
  white-space: pre-line;
}
.html-text a {
  text-decoration: underline;
}
.html-text h1 {
  font-size: large;
  margin-top: 0px;
  margin-bottom: 0px;
}
.html-text h2 {
  font-size: larger;
  margin-top: 0px;
  margin-bottom: 0px;
}
#loginarea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  width: 500px;
  max-width: 500px;
}
@media only screen and (max-width: 520px), only screen and (max-height: 520px) {
  #loginarea {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
#application-name {
  margin-top: 7px;
  width: 100%;
  text-align: left;
  color: #777777;
  font-weight: normal;
}
#page {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  border-radius: 0px;
  backdrop-filter: none;
  color: #777777;
  background-color: #ffffff;
}
@media only screen and (min-width: 520px) and (min-height: 520px) {
  #page {
    border: 1px solid #cfcfcf;
    box-shadow: none;
  }
}
#content {
  margin-top: 30px;
}
#logo {
  height: auto;
  width: auto;
  color: inherited;
  font-size: 40px;
  font-family: Roboto Light, Segoe UI, helvetica, verdana, Arial, Bitstream Vera Sans;
  font-weight: inherited;
  text-align: left;
  background-image: url("");
  background-repeat: no-repeat;
  padding-top: 0px;
  opacity: 1;
  min-height: 48px;
}
#logo::after {
  content: "Knowledge Center";
}
#logo-seperator {
  margin-top: 5px;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #777777 0%, rgba(119, 119, 119, 0) 50%, #777777 100%);
  background-size: 200%;
}
.logo-seperator-loading {
  animation: AnimationName 1s linear infinite;
}
@keyframes AnimationName {
  0% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 0% 50%;
  }
  100% {
    background-position: -100% 50%;
  }
}
#shadow_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  height: 50px;
  width: 100%;
  background-image: url("../resources/shadow_top.png");
  background-repeat: repeat-x;
}
#shadow_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  height: 25px;
  width: 100%;
  background-image: url("../resources/shadow_bottom.png");
  background-repeat: repeat-x;
}
#sso-login {
  text-align: right;
  margin-top: 20px;
}
#sso-login A {
  text-decoration: underline;
}
#reset-login {
  font-size: 150%;
  font-weight: bold;
}
#reset-password {
  margin-top: 3px;
  color: #777777;
}
#language-selector {
  margin-top: 20px;
}
.header-error {
  font-weight: bold;
  padding: 5px;
  width: 99%;
  border: 0px solid darkred;
  color: white;
  background-color: rgba(170, 0, 0, 0.9);
}
#buttons {
  margin-top: 30px;
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 520px), only screen and (max-height: 520px) {
  #css-select {
    display: none;
  }
}
.login-message-STANDARD {
  /* 	border: 0; */
  /*   	border-left: 10px solid @baseTextColor; */
  /*   	padding: 10px; */
}
.login-message-IMPORTANT {
  border: 0;
  border-left: 10px solid #f7a600;
  padding: 10px;
}
input:not([type=checkbox]),
select {
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #777777;
  outline: none;
}
input:not([type=checkbox]):focus,
select:focus {
  border: 0;
  border-bottom: 1px solid #f7a600;
  color: black;
}

