/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Montserrat);

hr {
  opacity: 0.5;
}

a:link {
    color: #00ada7;
    text-decoration: none;
}
  
a:visited {
  color: #00ada7;
  text-decoration: none;
}

a:hover {
  color: #29c5c7;
  text-decoration: none;
}

a:active {
  color: #00ada7;
  text-decoration: none;
}

.login-page {
  width: 400px;
  margin: auto;
}

.wait-page {
    width: 520px;
    padding: 5% 0 0;
    margin: auto;
  }

.above-form {
    font-size: 20px;
    text-align: center;
    color: #666666;
    padding: 25px;
}
.form {
  position: relative;
  background: #FFFFFF;
  max-width: 500px;
  margin: 0 auto 100px;
  padding: 35px;
  text-align: left;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

@media (max-width: 800px)  {
	.form{
		box-shadow: none;
	}
  }

.form-block {
    position: relative;
    width: 90%;
    left: 5%;
    text-align: center;
}

.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
}

.form label {
    line-height: 25px;
}

.form input[type="submit"] {
  background: #00ada7;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 15px;
  border: 1px solid #00ada7;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.form input[type="submit"]:hover,.form input[type="submit"]:active,.form input[type="submit"]:focus {
  background: #29c5c7;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #00ada7;
  text-decoration: none;
}

.form-alt input[type="submit"] {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;

}

.form-alt input[type="submit"]:hover, .form-alt input[type="submit"]:active, .form-alt input[type="submit"]:focus {
  background: #f1f1f1;
}

.header {

    width: 100%;
    position: fixed;        
    padding: 5px 0;
    top: 0;
    height: 60px;

    background-color:#FFFFFF;;
    color:#666666;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
    z-index:100;
}

.header-block {
    position: relative;
    width: 80%;
    left:0 ;
    top: 10%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}

.footer {

  width: 100%;
  position: fixed;        
  padding: 10px 0;
  bottom: 0;
  height: 30px;
  background-color:#FFFFFF;
  color:#666666;
  text-align: center;

}
.footer-block {
  transform: translate(0, -50%);
}

html {
  position: relative;
  min-height: 100%;
}



body {
  background: #E5E5E5;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  padding-top: 60px;
  padding-bottom: 30px;
  margin:0;

}

@media (max-width: 800px)  {
	body{
		background: white;
	}
  }

input {
  font-family: "Montserrat";
}

#loading-progress {
    width: 100%;
    background-color:#E8E8E8;
}
  
#loading-bar {
    width: 0%;
    height: 25px;
    background-color: #00ada7;
}
.topnav-left {
    float: left;
    top: 60%;
    width: 40%;
  }
.topnav-right {
    position: relative;
    float: right;
    top: 15;
     transform: translate(-5%, -35%);
}

.topnav-right-text {
  font-size: 16px;
  text-align: right;
}

.dropbtn {
  padding: 16px;
  font-size: 30px;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  color: #00ada7;
}

.dropbtn:hover .fa-wine-glass,
.dropbtn .fa-wine-glass-alt {
  display: none;
}

.dropbtn:hover .fa-wine-glass-alt {
  display: inline;
}


.dropdown {
  position: relative;
  display: inline-block;
  z-index:200;
}

.dropdown-content {
  display: none;
  position: absolute;
  color: #1a1a1a;
  background-color: #f9f9f9;
  min-width: 200px;
  font-size: 14px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 20;
  transform: translate(0%, 0%)
}

.dropdown-content a {
  padding: 12px 16px;
  color:  #1a1a1a;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.clearfix {
  clear: both;
}

.alert {
  color: #D7264A;
}

#please-wait {
  display:none;
  font-weight: bold;
}
#something-went-wrong {
  display:none;
  color: #D7264A;
  font-weight: bold;
}
#no-vintrace {
  display:none;
  color: #D7264A;
  font-weight: bold;
}