﻿html {
    font-family: Roboto;
    height:100%;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: Roboto;
    background-color: #020611;
    height: 100%;
}
#body {
    /*width: 980px;
    margin: 0 auto;
    min-height: 500px;
    background-color: #fff;*/
    font-family: Roboto;
    height:100%;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.3 !important;
}
#menu{
    list-style-type:none;
}
#menu > li{
    float:left;
    padding:5px 10px;
}
    #menu > li > a {
        color:#fff;
    }
header {
    position: fixed;
    top: 0px;
    z-index: 2;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(7,175,200,0.5);
    color: #eee;
    box-shadow: 0px -10px 20px 0px rgb(7 175 200 / 20%) inset;
}
.nav-wrapper {
    height: 40px;
    /*background-color: #fefefe;*/
    width: 100%;
    margin: 0 auto;
}
.logo{
    float: left;
}
.site-title > a{
    color:#fff;
}
.nav-buttons {
    /*float: right;*/
}
.data-table {
    width: 100%;
    font-size: 12px;
    border-spacing: 0px;
    border-collapse: separate;
    margin-bottom:10px;
    border-bottom:3px solid #ccc;
}
.data-table tr{
    border-bottom:1px solid #ccc;
}
    .data-table .a {
        background-color: #f5f5f5;
    }
.data-table tr:first-child td{
    background-color:#ddd;
    font-weight:bold;
}
    .data-table td {
        padding: 5px 0px;
        background-color:#eee;
    }
#banner {
    background-color: #43AFCA;
    background-image: url(/Images/bg_12_2.jpg);
    background-size: cover;
    height: 100%;
    background-position: center bottom;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#login-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.logo{
    padding:0px;
}
.site-title{
    padding:0px;
    margin:0px;
}
nav {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
    nav > div {
        color: #C1EEF8;
        font-size: 11px;
        line-height: 30px;
        padding: 0px 5px;
        border-right: 1px solid rgba(190,240,250,0.2);
    }
    nav > div > a {
        color: #C1EEF8;
        font-size: 11px;
        line-height: 30px;
        padding: 0px 5px;
    }
.data-header {
    width: 100%;
    background-color: #142F49;
    padding: 4px 0px;
    font-size: 12px;
    color: #fff;
    margin: 2px 0px;
}
.login-wrapper {
    margin-top: 15px;
    padding: 10px;
    background-color: rgba(35,40,50,0.2);
    border-radius: 10px;
    min-height: 200px;
    width: 270px;
}
.login-header {
    font-family: 'Maven Pro', sans-serif;
    text-align: center;
    padding: 10px 0px;
    color: #E8F5FF;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.9);
    margin-top: 20px;
    width: 100%;
    box-shadow: 0px -10px 40px 5px rgb(7 175 200 / 20%) inset;
    border-top: 1px solid rgba(7,175,200,0.5);
    border-bottom: 1px solid rgba(7,175,200,0.5);
    text-shadow: 2px 2px 2px #02161b;
}
@media only screen and (max-width: 600px) {
    .login-header {
        font-size: 14px;
    }
    h2 {
        font-size: 10px !important;
        margin: 5px 10px 0px 10px;
    }
    nav > div {
        padding: 0px 2px;
    }
        nav > div > a {
            padding: 0px 2px;
        }
}
#login-btn, #register-btn {
    display: block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0px -10px 30px 0px rgb(0 0 0 / 27%) inset;
    padding: 7px 0px;
}
#login-btn {
    background-color: #42DC1C;
    border-bottom: 4px solid #2A7D15;
    color: #fff;
    padding: 10px 0px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0px #2a7d15;
}
    #login-btn:hover {
        background-color: #36C412
    }
#register-btn {
    background-color: #FFDF29;
    border-bottom: 4px solid #BC8F0C;
    color: #BD6D00;
    line-height: 40px;
    font-size:14px;
    margin-left:15px;
}
footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    border-top: 1px solid rgba(7,175,200,0.5);
    color: #eee;
    box-shadow: 0px -10px 20px 0px rgb(7 175 200 / 20%) inset;
    z-index:2;
}
.footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 14px;
    color: #C1EEF8;
}
.footer-wrapper > p {
    
    font-size: 11px;
}
.main-content {
    font-size: 13px;
    color: #fff;
    height:100%;
}

.overlay {
    z-index: 1100;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.overlay-window {
    z-index: 1100;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
}
.close-overlay {
    background-color: #d53e3e;
    color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 4px;
    cursor: pointer;
    width: 50px;
    text-align: center;
    margin-bottom: 10px;
    font-size:12px;
}
    .close-overlay:hover {
        background-color: #e85959;
    }
.close-overlay > i{
    color:#fff;
}
.overlay-wrapper {
    padding: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #17485B;
    box-shadow: 0px -10px 40px 5px rgb(7 175 200 / 10%) inset;
    border-top: 1px solid rgba(7,175,200,0.5);
    border-bottom: 1px solid rgba(7,175,200,0.5);
    text-shadow: 2px 2px 2px #02161b;
}

.overlay-wrapper-h {
    padding: 8px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px -10px 20px 0px rgb(7 175 200 / 20%) inset;
    border: 1px solid rgba(7,175,200,0.5);
}
.overlay-wrapper-registration-banner {
    padding: 8px;
    box-shadow: 0px -10px 20px 0px rgb(7 175 200 / 20%) inset;
    border: 1px solid rgba(7,175,200,0.5);
    background-image: url('/Images/registration.png');
    height: 148px;
}
.registration-loading {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
}
.float-btn {
    background-color: #0DBA02;
    border: 0px;
    padding: 10px 30px 10px 30px;
    color: #fff;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
    width: -webkit-fill-available;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px rgb(20 60 20 / 70%);
    box-shadow: 0px -10px 20px rgb(180 250 180 / 50%) inset;
}
.float-btn:hover {
    background-color: #2DCA23;
}
.float-input > input[type="text"], input[type="password"], input[type="email"], select {
    border-radius: 4px;
    border: 1px solid #167E99;
    padding: 10px;
    display: block;
    color: #0050A5;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(15,171,255,0.5);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(15,171,255,0.5);
    box-shadow: inset 0px 0px 10px 0px rgba(15,171,255,0.5);
    width: 100%;
    font-size: 12px;
    text-align: center;
    background: rgba(255,255,255,0.9) !important;
    box-sizing: border-box;
}
.input-simplified {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: -webkit-fill-available;
    font-size: 12px;
    text-align: left !important;
}
.label > label{
    font-size:12px;
    color:#fff;
}

/*NOTIFICATIONS*/

.notif-info, .notif-success, .notif-warning, .notif-error, .notif-validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 20px 20px 20px 60px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 13px;
    display: none;
    border-radius:5px;
}

.notif-info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}

.notif-success {
    color: #FFF;
    background-color: #0EBA0B;
    background-image: url('/Images/success.png');
    border: 0px;
}
.login-loading {
    color: #FFF;
    background-color: rgba(20,170,220,1);
    background-image: url(/Images/loading_blue.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    padding: 14px 10px 14px 40px;
    border: 0px;
    font-size: 11px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-size: 24px 24px;
    box-shadow: 0px -10px 10px rgb(100 220 250 / 30%) inset;
}
.hidden{
    display:none !important;
}

.notif-warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
}

.login-error {
    margin: 0px 0px 10px 0px;
    padding: 15px 15px 15px 55px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 13px;
    display: none;
    border-radius: 5px;
    background-size: 32px 32px;
}

.notif-error, .login-error {
    color: #fff;
    background-color: #D42222;
    background-image: url(/Images/error.png);
    border: 3px solid #C61B1B;
}
label.error {
    background-color: #FF7878;
    padding: 5px;
    font-size: 11px;
    color: #690000;
    border-radius: 3px;
    display: block;
    text-shadow: 0 0 black;
}
#add_manager_form {
    width: 360px;
}
    #add_manager_form > div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom:5px;
    }


#add_manager_form_finish {
    max-width: 350px;
}
    #add_manager_form_finish > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}
    #add_manager_form_finish > div > div:nth-child(1) {
        width: 120px;
        font-size: 12px;
        color: #fff;
    }
#add_new_manager {
    background-color: #42DC1C;
    border-bottom: 4px solid #2A7D15;
    color: #fff;
    padding: 10px 0px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0px #2a7d15;
    transition: all 0.2s;
    box-shadow: 0px -10px 30px 0px rgb(0 0 0 / 27%) inset;
    text-align: center;
    width: 200px;
}
.float-input{
    width:240px;
}
#add_manager_form > div > div:nth-child(1) {
    width: 120px;
    font-size: 12px;
    color: #fff;
}
.link{
    color:#adfaff;
    text-decoration:none;
}
.consent {
    width: auto !important;
    text-align: center;
    margin-top: 5px;
    font-size: 11px !important;
    border-top:1px solid rgba(15,171,255,0.5);
    padding-top:5px;
}
        .disabled {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.3;
    }
.sign-in-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 270px;
    align-items: flex-start;
    margin-top:10px;
}
    .sign-in-wrapper > div {
        height: 40px;
        width: -webkit-fill-available;
        cursor: pointer;
        padding: 0px !important;
        margin-top: 0px !important;
        border-radius: 5px;
        background-position: center center;
        background-size: 24px 24px;
        background-repeat: no-repeat;
        transition: all 0.5s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.sign-in-facebook {
    background-color: #1877f2;
    border-bottom: 4px solid #005790;
    background-image: url(/Images/social/facebook.png);
}
    .sign-in-facebook:hover {
        background-color: #1063cf;
    }
    .sign-in-google {
    background-color: #fff;
    border-bottom: 4px solid #ddd;
    background-image: url(/Images/social/google.png);
}
        .sign-in-google:hover {
            background-color: #fff;
        }
        .sign-in-google > div > div > div{
            border:0px;
        }
        .social-label {
            text-align: center;
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            text-shadow: 0px 2px #222;
            letter-spacing: 0.5px;
        }
.latest {
    width: 600px;
    background-color: rgba(0,0,0,0.8);
    padding: 12px;
    font-size: 12px;
    border-radius: 3px;
    margin-bottom: 50px;
}

.latest-block {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 8px;
    padding-bottom: 8px;
}

    .latest-block > div > ul {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0px 0px 0px 25px;
        list-style-type: square;
    }

        .latest-block > div > ul > li {
        }

    .latest-block > div:nth-child(1) {
        padding: 5px 4px;
        border-radius: 3px;
        background-color: rgba(40,200,220,0.3);
        margin-bottom: 5px;
    }

    .latest-block > div:nth-child(2) {
        font-size: 11px;
        font-style: italic;
        color: #aaa;
    }

    .latest-block > div:nth-child(3) {
        margin-top: 5px;
        padding: 5px 0px;
    }
.cookie-consent {
    position: fixed;
    bottom: 0px;
    margin: 20px;
    background-color: rgba(0,0,0,0.95);
    z-index: 1000;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    width: -webkit-fill-available;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 0px -10px 80px 5px rgb(7 175 200 / 40%) inset;
    border: 1px solid rgba(7,175,200,0.5);
    display: none;
}

.cookie-consent-header {
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    font-weight: bold;
}

.cookie-consent-description {
    font-size: 11px;
    padding: 0px 10px 10px 10px;
}

.accept-cookie {
    width: 150px;
    padding: 10px;
    text-align: center;
    background-color: #1877f2;
    border-bottom: 4px solid #005790;
    margin: 10px;
    border-radius: 5px;
    text-shadow: 2px 2px #444;
    cursor: pointer;
}

.home-media {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    background-color: rgba(0,0,0,0.6);
    padding: 10px;
    margin-bottom: 70px;
    border-radius: 5px;
}

    .home-media > div {
    }
        .home-media > div > a {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
        }
            .home-media > div > a > span {
                color: #ddd;
                text-decoration: none;
                padding: 3px;
                font-size: 12px;
            }
        .home-media > div > a > img {
            max-width: 200px;
            border: 2px solid #1D4165;
            margin: 8px;
            border-radius: 3px;
            box-shadow: 0px 10px 2px rgb(0 0 0 / 30%);
            cursor: pointer;
            transition: all 0.5s;
        }

            .home-media > div > a > img:hover {
                opacity: 0.9;
                border: 2px solid #64EFFF;
            }

.home-media-label {
    text-shadow: 1px 1px rgb(0 0 0 / 50%);
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    margin-top: 30px;
}

@media only screen and (max-width: 700px) {
    .home-media {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

h1 {
    font-size: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 4px;
}

h2 {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 5px solid #cef;
        border-color: #cef transparent #cef transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
@media only screen and (min-device-width: 400px) and (max-device-width: 1200px) and (orientation: landscape) {
    .overlay-wrapper-registration-banner{
        display:none;
    }
    .overlay-wrapper{
        padding:10px !important;
    }
    .login-header{
        display:none;
    }
}