
html, body {
    font-family: 'Nunito Sans',sans-serif;
    font-size: 0.875rem;
}

@media screen and (max-width: 576px) {
    .help {
        display: none;
    }
}

.help {
    background-color: #FF5A47;
    border-color: #FF5A47;
    border-style: solid;
    border-radius: 50%;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    height: 50px;
    outline: none;
    position: absolute;
    right: 40px;
    text-align: center;
    top: 100px;
    width: 50px;
    z-index: 999;
}

.help-panel {
    border: 3px solid #FF5A47;
    color: black;
    font-size: 1rem;
    padding: 20px;
    position: absolute;
    right: 65px;
    top: 120px;
    width: 300px;
    z-index: 998;
    background-color: white;
}

.title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}


@media screen and (max-width: 1200px) {
    .help {
        right: 10px;
        top: 100px;
    }

    .help-panel {
        right: 35px;
        top: 120px;
    }
}

@media screen and (max-width: 768px) {
    .help {
        right: 10px;
    }

    .help-panel {
        right: 35px;
    }
}



.hide {
    transition-duration: 10ms;
    display: none;
}



h1:focus {
    outline: none;
}

.btn {
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn {
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
}

    .btn:focus {
        border: none;
        box-shadow: none !important;
        outline: none !important;
    }

        .btn:focus::after {
            border: none;
            box-shadow: none !important;
            outline: none !important;
        }

        .btn:focus::before {
            border: none;
            box-shadow: none !important;
            outline: none !important;
        }

    .btn:enabled:hover {
        text-decoration: none;
        border: none;
        outline: none;
        box-shadow: none;
        background-color: #cc4739 !important;
        color: white !important;
    }

    .btn:disabled {
        background-color: #93939A !important;
        color: black !important;
        box-shadow: none !important;
        border: none !important;
    }

        .btn:disabled:hover {
            background-color: #93939A !important;
            color: black !important;
            box-shadow: none !important;
            border: none !important;
            text-decoration: none !important;
        }

.btn-primary {
    background-color: #FF5A47;
    color: white;
}

    .btn-primary:focus {
        background-color: #FF5A47;
        color: white;
    }

    .btn-primary:active {
        background-color: white !important;
        border-color: #FF5A47 !important;
        color: #FF5A47 !important;
    }

    .btn-primary:focus {
        background-color: #FF5A47 !important;
        color: white !important;
    }

    .btn-primary:hover {
        text-decoration: none;
        background-color: #cc4739 !important;
        color: white !important;
        border: none !important;
    }

.btn-outline {
    background-color: white;
    border: solid 1px #FF5A47;
    color: black !important;
}

    .btn-outline:focus {
        background-color: white;
        color: black;
    }

    .btn-outline:active {
        background-color: white !important;
        border-color: #FF5A47 !important;
        color: black !important;
    }

    .btn-outline:focus {
        background-color: #FF5A47 !important;
        color: black !important;
    }

    .btn-outline:hover {
        background-color: white !important;
        color: black !important;
        text-decoration: underline;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #FF5A47;
    box-shadow: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #FF5A47;
    outline: 0;
    box-shadow: none;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}


@media only screen and (max-width: 799px){
    .HeaderLogo{
        text-align:center;
        margin-bottom:10px;
    }

    .loginPanel{
        width:auto;
    }

    .login-panel-right {
        display: none;  
    }

    .btn-login {
        margin-top: 10px;
        min-width: 100%;
    }

    .row-section-login-tc {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 0px;
        text-align: center;
    }

    .row-section-controls{

    }

    .row-section-guest-access {
        text-align: center;
    }

    .row-section-society-tc {
        text-align: center;
    }

    .response-row {
    }
}

@media only screen and (min-width: 800px) {
    .HeaderLogo {
    }

    .login-panel-left {
        width:800px;
        margin-top:20px;
        border: 1px solid #FF5A47;
        margin-bottom: 20px;
    }

    .login-panel-right {
        background-color: #FF5A47;
        min-height: 300px;
        color: white;
        text-align:center;
    }

    .btn-login{
        float:right;
    }

    .row-section-login-tc {
        margin-top: 15px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .row-section-controls {
        margin-top: 5px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .row-section-guest-access {
        text-align:center;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .row-section-society-tc {
        text-align:center;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .response-row {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 70px;
        padding-right: 30px;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }