﻿@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
.button-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.button-container .button-wrapper {
  display: inline-block;
  margin-left: auto;
}
.button-container .button-wrapper:first-child {
  margin-left: initial;
}
.button-container .button-wrapper:last-child {
  margin-left: auto;
}

html, body {
  font: 300 16px Roboto;
  height: 100%;
  padding: 0;
  margin: 0;
}

.header {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: white;
}
.header .crest {
  max-height: 70px;
  padding: 15px 50px;
}
@media only screen and (max-width: 500px) {
  .header .crest {
    max-height: 50px;
    padding: 25px 50px;
  }
}
.header .appstore {
  position: absolute;
  right: 10px;
  width: 140px;
  top: 25px;
}

label[for] {
  cursor: pointer;
}

.content {
  background-image: url("/Images/Background.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  background-color: ActiveBorder;
  background-position: center 0;
}
@media only screen and (max-width: 1025px) {
  .content {
    background-image: url("/Images/Background_small.jpg");
  }
}
.content .functions {
  text-align: center;
  padding-top: 120px;
}
@media only screen and (max-width: 1025px) {
  .content .functions {
    padding-top: 110px;
  }
}
.content .functions .function {
  display: inline-block;
  padding: 0 50px;
}
@media only screen and (max-width: 1025px) {
  .content .functions .function {
    padding: 0;
    width: 130px;
    height: 130px;
    overflow: hidden;
  }
}
.content .functions .function .fotoIcon {
  height: 85px;
  border-radius: 15px;
}
@media only screen and (max-width: 1025px) {
  .content .functions .function .fotoIcon {
    height: 62px;
  }
}
@media only screen and (max-width: 1025px) {
  .content .functions .function input {
    height: 62px;
  }
}
@media only screen and (max-width: 1025px) {
  .content .functions .function .bnetIcon {
    width: 75px;
    height: 75px;
  }
}
.content .functions .function .name {
    text-align: center;
    width: fit-content;
    margin: 1rem auto 0 auto;
    background-color: rgba(255, 255, 255, 0.30) !important;
    backdrop-filter: blur(5px);
    padding: 0.1rem 0.5rem 0.1rem 0.5rem;
    border-radius: 20px;
}
.content .functions .apps {
  display: none;
  position: absolute;
  right: 5px;
  top: 85px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid white;
  border-radius: 15px;
  color: #666;
  text-align: center;
}
.content .functions .apps .app {
  padding-top: 10px;
}
.content .functions .apps p {
  margin: 5px 0;
  font-size: 22px;
}
.content .functions .apps img {
  border-radius: 15px;
  width: 75px;
  height: 75px;
}
.content .copyright {
  position: fixed;
  left: 10px;
  bottom: 10px;
}
.content .copyright.right {
  left: auto;
  right: 10px;
}
.content .copyright a, .content .copyright a:visited {
  color: white;
  text-decoration: none;
}
.content .demo a {
  position: fixed;
  right: 20px;
  top: 10px;
  border: 1px solid #4CC0A1;
  border-radius: 25px;
  padding: 8px 25px;
  text-decoration: none;
  background-color: #4CC0A1;
  color: white;
}
.content .demo a:visited {
  color: white;
}
.content .demo a img {
  width: 25px;
  vertical-align: middle;
}
.content .admin {
  position: fixed;
  right: 10px;
  bottom: 35px;
}
.content .admin a, .content .admin a:visited {
  color: white;
  text-decoration: none;
}
.content .support {
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.content .support a, .content .support a:visited {
  color: white;
  text-decoration: none;
}
.content .welcome-white {
  color: white;
}
.content .welcome-black {
  color: black;
}
.content .welcome {
  position: absolute;
  font-size: 48px;
  font-weight: 100 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  width: 100%;
  bottom: 75px;
}
@media only screen and (max-width: 1025px) {
  .content .welcome {
    font-size: 30px;
  }
}
.content .welcome .sub {
  font-size: 24px;
}
@media only screen and (max-width: 1025px) {
  .content .welcome .sub {
    font-size: 18px;
  }
}
.content .welcome .sub a, .content .welcome .sub a:visited {
  color: white;
  text-decoration: none;
}
.content .welcome .welcome-text {
  padding-left: 5%;
}

.loginform {
  display: none;
  position: fixed;
  top: calc(50% - 125px);
  left: calc(50% - 200px);
  width: 375px;
}
.loginform.isApp {
  top: 115px;
  left: 20px;
  box-shadow: none;
  background-color: transparent;
}
.loginform.taller {
  top: calc(50% - 200px);
}
.loginform .wrap {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 5px #666;
  min-height: 260px;
}
.loginform .wrap h1 {
  font-weight: 300;
  color: #777;
  margin: 0 0 30px 0;
}
.loginform .wrap h2 {
  font-weight: 300;
  color: #777;
  margin: 0;
}
.loginform .wrap input[type=text], .loginform .wrap input[type=password] {
  width: 295px;
  margin-bottom: 20px;
  font-size: 14px;
  border: none;
  box-shadow: 0px 0px 5px #a9a9a9;
  padding: 10px;
  -webkit-appearance: none;
}
.loginform .wrap button, .loginform .wrap input[type=button] {
  text-align: right;
  border-radius: 25px;
  border: none;
  background-color: #4CC0A1;
  color: white;
  font-size: 14px;
  padding: 7px 20px;
  cursor: pointer;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.loginform .wrap p {
  margin: 0;
  padding-bottom: 20px;
}
.loginform .wrap select {
  color: #666;
  padding-left: 5px;
  padding-right: 35px;
  border: none;
  border-radius: 25px;
  height: 40px;
  width: 290px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../Images/ddl_grey.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px;
  font-size: 14px;
  box-shadow: 0px 0px 5px #a9a9a9;
  position: absolute;
  top: calc(50% - 20px);
}
.loginform .wrap .kb_wrap {
  position: relative;
}
.loginform .wrap .kb_wrap i {
  position: absolute;
  padding: 7px;
  right: 0;
  color: lightslategray;
  cursor: pointer;
  font-size: 30px;
}

.validation-summary-errors {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: white;
  height: 50px;
  width: 100%;
  text-align: center;
}
.validation-summary-errors ul {
  list-style: none;
  padding: 0;
}

[tooltip]:before {
  content: attr(tooltip);
  display: block !important;
  position: absolute;
  opacity: 0;
  transition: all 0.15s ease;
  padding: 10px;
  color: white;
  border-radius: 10px;
  box-shadow: 2px 2px 1px silver;
}
[tooltip]:hover:before {
  opacity: 1;
  background: #4CC0A1;
  margin-top: -50px;
  margin-left: -20px;
}
[tooltip]:not([tooltip-persistent]):before {
  pointer-events: none;
}

.greeting-wrapper {
  text-align: center;
  position: absolute;
  bottom: 200px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7490196078);
  box-sizing: border-box;
  padding: 10px;
  font-weight: bolder;
}
.greeting-wrapper .greeting {
  padding: 1px;
  margin-bottom: 10px;
}
.greeting-wrapper .greeting p {
  margin: 0;
}

.appcontainer {
  margin-top: 10px;
}
.appcontainer .linkLogo {
  width: auto;
}

/*# sourceMappingURL=Landing.css.map */