﻿html, body, .event {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

input, select, textarea {
    margin-bottom: 5px;
    width: 50%;
    padding: 10px;
}

#email_ver_input_label {
    display: none !important;
}

#cancel {
    display: none !important;
}

label {
    display: none;
}

body {
    background: url("https://eventcontrol.blob.core.windows.net/eventaccount/assets/images/backgrounds/hand_background_darken.webp");
    -webkit-background-size: 100.4% 100.4%;
    -moz-background-size: 100.4% 100.4%;
    -o-background-size: 100.4% 100.4%;
    background-size: 100.4% 100.4%;
    font-family: 'Segoe UI Light', "Segoe UI", Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.428571429;
    font-size: 14px;
}

.event {
    display: flex;
    flex-direction: column;
}

.main-main {
    flex: 1 1 auto;
    overflow: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.main-footer {
    flex: 0 0 auto;
}

.account {
    margin: 5% 0 auto 0;
    flex: 1 1 auto;
    display: flex;
    color: white;
}

.account__header {
    display: flex;
    padding: 5px;
    margin: auto;
}

.is-full-width {
    width: 100%;
}

/*.account__left {
    padding: 100px;
    min-width: 550px;
    color: white;
    justify-content: center;
}*/

.heading-line-between {
    margin: 10px 0 10px 0;
    display: flex;
}

.title.is-4 {
    font-size: 1.5rem;
}

.flex-self-start {
    align-self: flex-start;
}

.account__content {
    border: 1px solid #EEEEEE;
    background: rgba(66, 66, 66, 0.6);
    width: 100%;
}

.account__carousel {
    border: 1px solid #EEEEEE;
}

.login {
    padding: 20px;
}

.login__demo-link {
    color: #FFD600;
}

    .login__demo-link:hover {
        color: #FFFF8D;
        transition: 0.3s;
    }

.intro {
    display: none;
}

.localAccount .divider {
    display: none;
}

.error {
    color: #FF6666;
}

.error.itemLevel {
    color: #FF6666;
    display: none;
}

.error .itemLevel p {
    color: #FF6666;
    font-size: small;
}

.entry .entry-item label {
    display: none;
}

.attrEntry a {
    display: none;
}

.entry .entry-item input {
    width: 50%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 10px;
    height: 40px;
    border: 1px solid #EEEEEE;
}

.entry .entry-item a {
    color: white;
    text-align: left;
    display: flex;
    align-self: left;
    padding: 3px;
    font-size: small;
    text-align: center;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 10px;
}

.entry .buttons button {
    margin-bottom: 25px;
    margin-top: 25px;
    background-color: #4FC3F7;
    border: none;
    color: white;
    padding: 10px;
    width: 50%;
    margin-left: 20%;
    margin-right: 20%;
}

.entry .buttons button:hover {
    background-color: #80D8FF;
    cursor: pointer;
    color: black;
    transition: 0.3s;
}

.buttons button {
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #4FC3F7;
    border: none;
    color: white;
    padding: 10px;
    width: 50%;
    margin-left: 20%;
    margin-right: 20%;
}

.buttons button:hover {
    background: lightgray;
    cursor: pointer;
    color: black;
    transition: 0.3s;
}

.buttons button:hover:disabled {
    background: darkgray;
    cursor: default;
    color: white;
    transition: 0.3s;
}

.buttons button:disabled {
    background: darkgray;
}

.buttons.verify {
    margin-bottom: 5px;
}

.buttons.verify.validate label {
    display: none;
}

.error.itemLevel {
    display: none !important;
}

.error.itemLevel.show {
    display: none;
}

.create p {
    text-align: center;
}

.create a {
    background: white;
    color: black;
    display: block;
    padding: 5px;
    text-align: center;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 50px;
}

.attr a {
    color: white;
} 

.footer {
    background: rgba(66, 66, 66, 0.6);
    color: white;
}

.footer__image {
    margin: 3px 0 0 0;
}

.footer__link {
    padding: 0 5px 0 5px;
}

.footer__hide-toggle {
    margin: 0 18px 0 0;
}

.footer--bottom {
    background: rgba(66, 66, 66, 0.8);
    padding: 3px;
    color: white;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-items-center {
    align-items: center;
}

.flex-center-wrap {
    justify-content: center;
    flex-wrap: wrap;
}

.is-yellow {
    color: #FFD600;
}

a {
    color: #FAFAFA;
}

a:hover {
  color: #4FC3F7;
  cursor: pointer;
}

    a.no-hover:hover {
        color: #FAFAFA;
        cursor: default;
        transition: 0.3s;
    }
