﻿
html {
    height: 100%;
}

body {
    height: inherit;
    background-color: white;
}

.a-email {
    color:  #502785;
    text-decoration: underline;
}

.caret {
    margin-left: 5px;
    border-top: 8px #502785 solid;
    border-left: 6px transparent solid;
    border-right: 6px transparent solid;
    border-bottom: 0 #502785 solid;
}

.nav-text-item {
    color: #502785;
    font-size: 16px;
}

.nav-text-item a {
    color: #502785;
}

.nav-text-large a span {
  display: inline-block;
  width: 0;
  height: 0;
  margin-bottom: 2px;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 10px solid #502785;
  border-right: 8px solid transparent;
  border-bottom: 0 dotted;
  border-left: 8px solid transparent;
}

.nav-text-large a:hover span {
    border-top-color: rgb(137,227,245);
}

.dropdownMenu {
    position: absolute;
}

.dropdownMenu ul {
    padding: 0;
    margin: 4px;
    list-style-type: none;      
}

.dropdownMenu ul li {
    margin: 2px;  
}

.dropdownMenu ul li a{
    font-size: 14px;
    color: #636363;     
    text-decoration: none; 
}

.dropdownMenu ul li a:hover{
    color: #502785;     
    text-decoration: none; 
}

#languages ul li button {
    border: none;
    padding: 0px;
}

#topContainer {
    border-top: 3px solid #18afcd;
}

#navContainer {
    margin-top: 10px;
}

#main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#login-container {
    display: flex;
    width: 800px;
    height: 530px;
    border-radius: 30px;
    margin: 0px auto;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5);*/
}

#lungtrax-info {
    width: 36%;
    background: #F5F5F5 url(/Resources/background_new.jpg) no-repeat center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#overlay {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#pulmonx-logo-wrapper {
    display: flex;
    justify-content: center;
}

#lungtrax-label-wrapper {
    display: flex;
    justify-content: center;
}

#lungtrax-label {
    font-size: 35px;
    font-weight: bold;
    color: #502785;
    margin-top: 20px;
}

#terms-and-privacy {
    display: flex;
    justify-content: space-between;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
}

#terms-and-privacy > a {
    color: #502785;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

#terms-agreement-form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footer {
    padding-top: 20px;
}

#footer-info {
    color: grey;
    font-size: 12px;
    margin-left: 30px;
    margin-right: 30px;
}

#pulmonx-hyperlink, #impressum-hyperlink {
    color: grey;
    font-size: 12px;
    text-decoration: underline;
}

#page-content {
    width: 64%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#page-content h2 {
    margin-top: 0px;
    font-family: "Open Sans";
    font-weight: bold;
}

#page-content h3  {
    margin-top: 0px;
    font-family: "Open Sans";
}

#logoContainer {
    margin-top: 180px;
}

#footerContainer {
    width: 100%;
    height: 36px;
    border-bottom: 3px solid #18afcd;
}

#resources {
    z-index: 100;
    display: none;
    width: max-content;
}


.dropdownMenu {
    background-color: #EBEBEB;
    border-top: 12px solid #502785;
}

.border_top {
    z-index: -1;
    background-color: #EBEBEB;
    position:absolute;
    left:65px;
    right:65px;
    top:0px;
    height:50px;
}

.border_bottom {
    z-index: -1;
    background-color: #EBEBEB;
    position:absolute;
    left:65px;
    right:65px;
    bottom:0px;
    height:50px;
}

.border_left {
    z-index: -1;
    background-color: #EBEBEB;
    position:absolute;
    top:50px;
    bottom:50px;
    left:15px;
    width:50px;
}

.border_right {
    z-index: -1;
    background-color: #EBEBEB;
    position:absolute;
    top:50px;
    bottom:50px;
    right:15px;
    width:50px;
}



.corner_upper_left {
    z-index: -1;
    position: absolute;
    left:15px;
    top:0px;
    width:50px;
    height:50px;
    background-image: url("/Resources/corner_upper_left.png");
}

.corner_upper_right {
    z-index: -1;
    position: absolute;
    right:15px;
    top:0px;
    width:50px;
    height:50px;
    background-image: url("/Resources/corner_upper_right.png");
}

.corner_lower_left {
    z-index: -1;
    position: absolute;
    left:15px;
    bottom:0px;
    width:50px;
    height:50px;
    background-image: url("/Resources/corner_lower_left.png");
}

.corner_lower_right {
    z-index: -1;
    position: absolute;
    right:15px;
    bottom:0px;
    width:50px;
    height:50px;
    background-image: url("/Resources/corner_lower_right.png");
}

.box_center {
    background-color: #EBEBEB;
    margin:35px 35px;
}

.pulmonx_logo {
    background-image: url("/Resources/pulmonx_logo.png");
    width: 156px;
    height: 60px;
    top: 0px;
}

#login-form {
    margin-top: 15%;
    display: flex;
    justify-content: center;
}

#lost-password-form {
    display: flex;
    justify-content: center;
}

#reset-form {
    margin-top: 5%;
    height: 100%;
    width: 100%;
    justify-content: space-around;
}

#reset-password-wrapper {
    display: flex;
    justify-content: space-between;
}

.login_label {
    line-height: 2;
    font-size: 20px;
    font-weight: bold;
    color: #2D95B4;
}

.password-requirements-label {
    line-height: 1 !important;
}

#rules-container {
    padding-left: 20px;
}

input[type=text], input[type=password], input[type=number] {
    border-left: 4px solid #502785;
    background-color: white;
    border-top: none;
    border-right: none;
    border-bottom: none;
    width: 250px;
    font-family: "Open Sans";
    font-size: 16px;
    height: 35px;
}

#login-input-username, #login-input-password,
#reset-password-input, #old-password-input,
#new-password-input, #confirm-password-input
{
    border: 1px solid lightgrey;
    border-radius: 10px;
    outline: none;
    background-color: white;
    width: 350px;
    height: 45px;
    line-height: 50px;
    font-size: 20px;
    padding: 0px 10px 0px;
}

#old-password-input, #new-password-input, #confirm-password-input {
    width: 230px;
}

.closeButton {
    min-width: 20px !important;
    height: 20px !important;
    float: right;
}

.termsCheckbox label {
    margin-left: 5px;
    font-weight: normal;
    display: inline;
}

input[type=submit]:enabled {
    margin: 0 auto;
    display: block;
    border: none;
    color: white;
    background-color: #2D95B4;
    border-radius: 12px;
    min-width: 200px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
}

input[type=submit]:hover {
    background-color: #502785;
}

input[type=submit]:disabled {
    margin: 0 auto;
    display: block;
    border-radius: 12px;
    border: none;
    color: white;
    background-color: grey;
    width: 200px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
}

#accept-terms-agreement-btn {
    position: relative;
    display: block;
    bottom: 0px;
}

#close-terms-agreement-btn {
    top: 0px;
    right: 0px;
    width: 35px;
    height: 35px;
    font-size: 15px;
    float: right;
}

#language-options {
    position: fixed;
    top: 20px;
    right: 50px;
}

#language-options a {
    color: #502785 !important;
    font-weight: bold;
}

#errorContainer {
    text-align: center;
    margin-bottom: 20px;
}

.error-message {
    width: 350px;
    margin-bottom: 15px;
    text-align: center;
}

.error {
    font-size: 16px;
    color: red;
}

.footText {
    font-size: 11px;
    font-family: "Open Sans";
    color: rgb(137,137,137);
}

.footText a {
    color: #502785;
    text-decoration: underline;
}

.navText {
    font-size: 14px;
    color: #502785;
    width: max-content;
    float: right;
}

.tab {
    display: flex;
    justify-content: space-between;
    width: 300px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
}

.tab > div {
    background-color: white;
    height: 70px;
    width: 95%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    user-select: none;
}

.tabs {
    display: flex;
    justify-content: space-between;
    width: 600px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
}

.tabs > div {
    background-color: white;
    height: 70px;
    width: 48%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    text-align: center;
    align-items: center;
    user-select: none;
}

.tab > div > label, .tabs > div > label {
    font-size: 17px; 
    margin: auto;
}

.tab-selected > label > a {
    color: #2D95B4;
}

.tab-not-selected {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.tab-not-selected > label > a {
    color: #502785;
    opacity: 1;
}

.tab-disabled {
    opacity: 0.5;
}

.tab-disabled > label > a {
    color: grey;
    pointer-events: none;
    cursor: default;
}

h1 {
    font-family: "HelveticaNeu";
    font-size: 45px;
    font-weight: normal;
    color: #502785;  
}

h2 {
    font-family: "HelveticaNeu";
    font-size: 30px;
    font-weight: normal;
    color: #502785;  
}


h3 {
    font-family: "HelveticaNeu";
    font-size: 20px;
    font-weight: normal;
    color: #502785;
}

#passwordReset a {
    float: right;
    font-weight: bold;
    color: #502785;
    text-decoration: underline;
    font-size: 14px;
}