@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@import "/css/font-awesome.min.css";
/* LESS Document */
/* Core components */
/* LESS Document */
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
/* element styles */
/* LESS Document */
/*---------------------------------------------------------------------
	Formitems: 
---------------------------------------------------------------------*/label {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #5a4d4b;
  margin-left: 0px;
  text-transform: uppercase;
  cursor: pointer;
  width: 30%;
}
input[type="text"],
input[type="password"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  outline: none;
  padding: 8px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  background-color: #ffffff;
  margin-bottom: 6px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: inset 0 0 0 1px rgba(69, 70, 72, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="text"]:hover,
input[type="password"]:hover {
  color: #00aeef;
  box-shadow: inset 0 0 0 1px #333333;
}
input[type="text"]:focus,
input[type="password"]:focus {
  color: #333333;
  box-shadow: inset 0 0 0 1px #333333, 0 8px 6px -6px rgba(51, 51, 51, 0.2);
}
.submit-button {
  width: auto;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  line-height: 30px;
  text-decoration: none;
  border: none;
  background-color: #00aeef;
  background-color: #00aae2;
  background-image: -moz-linear-gradient(top, #00aeef, #00a5ce);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00aeef), to(#00a5ce));
  background-image: -webkit-linear-gradient(top, #00aeef, #00a5ce);
  background-image: -o-linear-gradient(top, #00aeef, #00a5ce);
  background-image: linear-gradient(to bottom, #00aeef, #00a5ce);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aeef', endColorstr='#ff00a5ce', GradientType=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
    float: left;
}
.submit-button:hover {
  color: #ffffff;
  cursor: pointer;
  background-color: #454648;
  background-color: #3e3e40;
  background-image: -moz-linear-gradient(top, #454648, #333333);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#454648), to(#333333));
  background-image: -webkit-linear-gradient(top, #454648, #333333);
  background-image: -o-linear-gradient(top, #454648, #333333);
  background-image: linear-gradient(to bottom, #454648, #333333);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff454648', endColorstr='#ff333333', GradientType=0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff929292', endColorstr='#ff5f5f5f', GradientType=0);
}

/* Components */
/* Footer */
.footer {
  z-index: 5;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
}
/* Login */
.login-wrapper {
  position: absolute;
  top: 7%;
  right: 10%;
  bottom: auto;
  left: auto;
  width: 80%;
  height: 250px;
  margin: 0px;
  padding: 0px;
}
.login-wrapper .header {
  width: 100%;
  height: 35px;
  position: relative;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  border-bottom: 1px solid #d2cfce;
  line-height: 35px;
  margin-bottom: 20px;
}
.login-wrapper .header span {
  display: inline-block;
  color: #5a4d4b;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
  line-height: 32px;
  margin: 0px;
  border-bottom: 3px solid #00aeef;
}
.login-wrapper .text {
  display: inline-block;
  color: #5a4d4b;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  font-weight: 400;
  line-height: 17px;
}
.login-wrapper .text  a{
  color: #00ace7;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 400;
  line-height: 17px;
}

#switchLogin {
    color: #00AEEF;
    font-size: 12px;
    float: right;
    margin-top: 20px;
    text-decoration: underline;
    cursor: pointer;
}

#switchForgotPassword {
  clear: both;
  display: block;
  position: relative;
  float: left;
  color: #00AEEF;
  font-size: 11px;
  line-height: 30px;
  text-decoration: underline;
  cursor: pointer;
}

#passport-placeholder,
#forgot-password-placeholder {
    display: none;
}
    #passport-placeholder .info {
        font-family: 'Open Sans', Arial, sans-serif;
        font-size: 13px;
    }

#passport-loader {
    float: left;
    display: none;
    margin-top: 20px;
}

/* news en modules*/
.news-wrapper {
  position: absolute;
  top: 7%;
  right: 10%;
  bottom: auto;
  left: auto;
  width: 80%;
  height: 250px;
  margin: 0px;
  padding: 0px;
}
.news-wrapper .header {
  width: 100%;
  height: 35px;
  position: relative;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  border-bottom: 1px solid #d2cfce;
  line-height: 35px;
  margin-bottom: 20px;
}
.news-wrapper .header span {
  display: inline-block;
  color: #5a4d4b;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
  line-height: 32px;
  margin: 0px;
  border-bottom: 3px solid #00aeef;
}
.news-wrapper .modules {
  width: 100%;
  height: 200px;
  position: relative;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  overflow: hidden;
}
.news-wrapper .modules img {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  opacity: 0;
}
.news-wrapper .contact {
  display: inline-block;
  color: #5a4d4b;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  font-weight: 400;
  line-height: 17px;
}
.news-wrapper .contact a {
  color: #00aeef;
}
/* Twitter */
.twitter {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 5%;
  left: 10%;
  width: 80%;
  height: 170px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.twitter h1 {
  width: 100%;
  height: 25px;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  color: #00aeef;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 25px;
  margin: 0px;
}
.twitter h1 i {
  font-size: 20px;
}
.twitter .tweets {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 0px;
  overflow: hidden;
}
.twitter .tweets .tweet {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: -500px;
  color: #454648;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  font-weight: 400;
  opacity: 0;
}
.twitter .tweets .tweet a {
  color: #00aeef;
}
.twitter .tweets .tweet span {
  color: #5a4d4b;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-weight: 400;
  margin-bottom: 10px;
}
.twitter .tweets .tweet span .name {
  color: #00aeef;
}
.twitter h2 {
  display: inline-block;
  width: 100%;
  height: 25px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  line-height: 25px;
  margin: 0px;
}
.twitter h2 a {
  color: #00aeef;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
/* Fonts | Icons */
html,
body {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
#container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  background-image: url("/image/main-image.jpg");
  background-size: auto 100%;
  min-height: 900px;
}
@media all and (max-width: 640px) {
  #container {
    height: 100%;
  }
}
#container .logo {
  position: absolute;
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  z-index: 20;
}
.logoimg {
  min-width: 150px;
  padding:5px;
}
@media all and (max-width: 640px) {
  #container .logo {
    width: 65px;
    position: absolute;
    top: 5px;
    right: auto;
    bottom: auto;
    left: 5%;
  }
}
#container .wrapper {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
}
@media all and (max-width: 640px) {
  #container .wrapper {
    width: 100%;
    height: 100%;
  }
}
#container .wrapper .center-wrapper {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: #f7f7f7;
}
#container .wrapper .center-wrapper:after {
  content: "";
  clear: both;
  display: block;
}
#container .wrapper .right-wrapper {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 50%;
  height: 100%;
  background-color: #ffffff;
}
#container .wrapper .right-wrapper:after {
  content: "";
  clear: both;
  display: block;
}

.loginerror,
.errormsg {
  position: relative;
  color:red;
  /*-webkit-animation: fadeinout 6s linear forwards;*/
  /*animation: fadeinout 6s linear forwards;*/
}

.loginsuccess,
.successmsg {
  position: relative;
  color: forestgreen;
  font-weight: bold;
  /*-webkit-animation: fadeinout 6s linear forwards;*/
  /*animation: fadeinout 6s linear forwards;*/
}

.infomsg {
	position: relative;
	color: #5a4d4b;
	font-family: 'Open Sans', Arial, sans-serif;
}

.errormsg,
.successmsg,
.infomsg {
	font-size: 13px;
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

.highlight_error {
	border: 1px solid red !important;
}