html {
    background-color: #ffffff;
}

html {
    font-size:4.4vw;
}

html, body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
    width: 100vw;
    /*
            height: 100vh;
            min-height: 100vh;
    */
    position: relative;
    font-family: "Montserrat","Roboto","Arial","Helvetica";

}


body {
    background-color: #6EC2A6;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


::-moz-selection {
    color: #ffffff;
    background: #6EC2A6;
}

::selection {
    color: #ffffff;
    background: #6EC2A6;
}

*, *:ACTIVE, *:HOVER, *:FOCUS {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-tap-highlight-color: transparent;
}

input, select, textarea, button {
    outline: none;
    font-family:Roboto,Arial,Helvetica;
    -webkit-tap-highlight-color: transparent !important;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
    font-family:Roboto,Arial,Helvetica;
    border: 10px solid red;
}
img, input[type="checkbox"], label {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent !important;
}

#Phone, #Pin {
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -o-user-select: auto !important;
    user-select: auto !important;
}


#AlertBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    display: none;
    z-index: 11111;
}
#AlertBox .Inner {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}
#AlertBox #AlertBoxIcon {
    display:inline-block;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    font-size:6rem;
    margin-top:10vh;
    margin-bottom:2vh;
    color:#aa0000;
}
#AlertBox #AlertBoxIcon:before {
    margin:0px !important;
    padding:0px !important;
    width:auto !important;
}
#AlertBox #AlertBoxIcon.icon-attention {
    color:#aa0000;
}
#AlertBox #AlertBoxIcon.icon-info-circled {
    color:#64ACC5;
}
#AlertBox P {
    margin:0px;
    padding:0px;
    text-align:center;
    font-size:1.3rem;
    line-height: 1.7rem;
}
#AlertBox #AlertBoxButton, #AlertBox #AlertBoxSecButton {
    display:block;
    position:absolute;
    left:20vw;
    right:20vw;
    bottom:10vh;
    width:60vw;
    margin:0px;
    padding:0px;
    border:0px;
    text-align:center;
    font-size:1.1rem;
    line-height:3rem;
    font-weight:bold;
    color:#ffffff;
    background-color:#6EC2A6;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    border-radius: 0.3rem;
}
#AlertBox #AlertBoxSecButton {
    bottom:22vh;
    background-color:#aaaaaa;
}


#WaiterWindow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000050;
    /*	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk2AQAALgAtFVIVl0AAAAASUVORK5CYII=);
            background-repeat: repeat; */
    display: none;
    z-index: 11111;
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

#WaiterWindow .circle {
    position: absolute;
    height: 40vw;
    width: 40vw;
    box-sizing: border-box;
    left: calc(50vw - 20vw);
    top: calc(50vh - 20vw);
    border: 1.5rem solid;
    border-color: #E67676 #F2F062 #A9E6E6 #7692E4;
    border-radius: 50%;
    animation: spin 1s infinite linear;
}








#Header {
    position: absolute;
    left: 0;
    top: 2rem;
    width: 100vw;
    height: 4rem;
    background-color: #6EC2A6;
    z-index: 100;
    line-height: 4rem;
    color: #ffffff;
    font-size: 1.3rem;
    text-transform: uppercase;
}
#Header .Icon {
    display: block;
    position: absolute;
    top: 0.9rem;
    height: 2.2rem;
    width: 2.2rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 101;
    cursor: pointer;
    font-size: 1rem;
    color: #ffffff;
}

#Header .icon-user:before {
    margin-left: 0.05em;
    margin-top: -0em;
    font-size: 2rem;
}
#Header .icon-user {
    right: 1rem;
}

#Header #PageTitleCentered {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #ffffff;
    display: block;
    margin-left: 4.3rem;
    margin-right: 4.3rem;
    overflow: hidden;
    height: 4rem;
    font-weight: 600;
}
#Header #PageTitle {
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #ffffff;
    display: inline-flex;
    align-content: flex-start;
    margin-left: 4.3rem;
    width: 65vw;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 4rem;
    font-weight: 600;
}
#Header #PageTitle SPAN {
    display: block;
    font-size: 0.9rem;
    line-height: 1.1rem;
    color: #ffffff;
    font-weight: 400;
}
#Content {
    position: absolute;
    left: 0;
    top: 4rem;
    height: calc(100vh - 4rem);
    width: 100vw;
    background-color: #ffffff;
}


/* FONT CORRECTIONS */
.icon-at_email:before {
    margin-left: 0.05em !important;
    margin-top: 0.05em !important;
}
.icon-lock_locked:before {
    margin-left: -0.05em !important;
    margin-top: 0.05em !important;
}



.icon-user{
    color:#eeeeee !important;
        
}