﻿
/*-------------------------- DONATINI ------------------------------------*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url("/Pages/Frontend/4Control/img/loader.gif") center no-repeat #fff;
}
/*-------------------------------------------------------------------------*/
html{
    margin:0px;
    padding:0px;
}

body{
    margin-top:-20px!important;
    padding:0px !important;
}

.TitleDiv{
    font-family: 'Open Sans', sans-serif;
    font-size:22px;
    color:#4C4C4C;
    font-weight:800;
    width:80%;
    margin-left:10%;
    margin-right:10%;
    border-bottom:3px solid #0083c1; 
    text-align:center;
    height:75px;
    margin-top:80px;
    padding-top:18px;
    position:absolute;
    background-color:white;
    display:inline-block;    
}

.ContentDiv{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color:#4C4C4C;
    font-weight:500;
    width:80%;
    margin-left:10%;
    margin-right:10%;
    border:1px solid white; 
    text-align:center;
    min-height:50px;
    margin-top:40px;
    padding-top:20px;
    background-color:white;
    display:inline-block;
    margin-bottom:50px;
}

.QuestionDiv{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color:#4C4C4C;
    font-weight:500;
    width:80%;
    margin-left:10%;
    margin-right:10%;
    border:1px solid white; 
    text-align:center;
    min-height:50px;
    margin-top:60px;
    padding-top:20px;
    background-color:white;
    display:inline-block;
    margin-bottom:50px;
}

.ChoicesDiv{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color:#595959 !important;
    font-weight:500;
    width:80%;
    margin-left:10%;
    margin-right:10%;
    padding-top:25px !important;
    padding-bottom:10px;
    border:2px solid #e5e5e5; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align:center;
    height:200px;
    margin-top:40px;
    padding-top:20px;
    background-color:white;
    display:inline-table;
    margin-bottom:85px;
}

.ModalText {
    font-size:30px;
}

.TableTitle {
    margin-left:50px;
    text-align:center;
    font-size:35px;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:bold;
    color:#4273B6;    
}

.RankingTable {
    width:90%; 
    margin-left:5%;
    margin-right:5%;
    border: 1px solid;
    border-color:#4273B6;
}

.RankingName {
    text-align:center;
    font-size:20px;
    font-weight:bold;
    color:#4273B6;
}

.RankingTitle {
    text-align:center;
    font-size:20px;
    font-weight:bold;
    color:#B76B24;
}

.InfoText {
    font-size:25px;
    color:#4273B6;
}

.ImgStatus {
    height: 40px;
    float:right;
    margin-right: 5px;
}

.ImgStatus2 {
    height: 50px;
    margin-left:10px;
}

a:hover {
    text-decoration:none;
}

.MainDiv {
    text-align:center;
    opacity:1;
    width:90%;
    min-height:520px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:130px;
    margin-top:20px;
    border: 3px solid #404D9C;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding-left:30px;
    padding-right:30px;
}

.PageTitle {
    text-align:center;
    font-size:25px;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:bold;
    color:#B76B24;
}

.HeaderImg {
    max-height:230px !important;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}

.BtnMenu {
    font-size:25px;
    color:#4273B6;
    background-color:white;
    width:70%;
    height:100px;
    border: 3px solid #B76C25;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin-top:10px;
    margin-bottom:10px;
}

.ParRpt { 
    margin-top:40px;
}

.BtnStatistic { 
    text-decoration:none;
    text-align:center;
    font-size:22px;
    color:#4273B6;
    background-color:white;
    width:300px;
    height:50px;
    border: 2px solid #4273B6;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    margin-top:30px;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
    white-space: normal;
}

.BtnNav { 
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight:500;
    text-align:center;
    text-decoration:none;
    text-align:center;
    color:white;
    background-color:#0083c1;
    width:120px !important;
    height:30px !important;
    margin:20px;
    border: 1px solid #0083c1;
    padding-bottom:34px;
}

.NavBar {
    float:left; 
    width:100%; 
    position:fixed;
    bottom:0;
    left:0; 
    float:left;
    background-color: #e5e5e5;
    text-align:center;
}

@media screen and (orientation:portrait) and
(-webkit-min-device-pixel-ratio : 1.5) {

    .MainDiv {
        margin-bottom:180px !important;
    }

    .PageTitle {
        text-align:center;
        font-size:45px;
        margin-top:10px;
        margin-bottom:10px;
        font-weight:bold;
        color:#B76B24;
    }

    .InfoText {
        font-size:45px;
        color:#4273B6;
    }

    .BtnMenu {
        font-size:45px !important;
        color:#4273B6;
        background-color:white;
        width:90% !important;
        height:240px !important;
        border: 3px solid #B76C25;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        margin-top:20px;
        margin-bottom:20px;
    }

    .ParRpt { 
        margin-top:80px;
    }

    .ImgStatus {
        height: 80px;
        float:right;
        margin-right: 10px;
    }

    .NavBar {
        text-align:center;
    }

    .BtnNav { 
        float:right;
        text-decoration:none;
        text-align:center;
        font-size:45px !important;
        color:#4273B6;
        background-color:white;
        width:150px !important;
        height:150px !important;
        border: 3px solid #B76C25;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        margin-top:20px;
        margin-bottom:20px;
        margin-left:auto;
        margin-right:auto;
        white-space: normal;
    }

    .PageTitle {
        text-align:center;
        font-size:45px !important;
        margin-top:10px;
        margin-bottom:10px;
        font-weight:bold;
        color:#4273B6;
    }

    .form-group {
        height:100px;
    }

    .AccessCode {
        height:100px;
        font-size:50px;
        margin-top: 30px;
    }

    .Accedi {
        font-size:50px;
        height:100px;
    }

    .PageTitle {
        font-size:50px;
    }

    .HeaderImg {
        max-height:230px !important;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }
  
}

@media screen and (orientation:portrait) and
(-webkit-min-device-pixel-ratio : 2) {

    .MainDiv {
        margin-bottom:180px !important;
    }

    .PageTitle {
        text-align:center;
        font-size:45px !important;
        margin-top:10px;
        margin-bottom:10px;
        font-weight:bold;
        color:#4273B6;
    }

    .InfoText {
        font-size:45px;
        color:#4273B6;
    }

    .BtnMenu {
        font-size:45px !important;
        color:#4273B6;
        background-color:white;
        width:90% !important;
        height:240px !important;
        border: 3px solid #B76C25;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        margin-top:20px;
        margin-bottom:20px;
    }

    .ParRpt { 
        margin-top:80px;
    }

    .ImgStatus {
        height: 80px;
        float:right;
        margin-right: 10px;
    }

    .NavBar {
        text-align:center;
    }

    .BtnNav { 
        float:none;
        text-decoration:none;
        text-align:center;
        font-size:45px !important;
        color:#4273B6;
        background-color:white;
        width:150px !important;
        height:150px !important;
        border: 3px solid #B76C25;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        margin-top:20px;
        margin-bottom:20px;
        margin-left:auto;
        margin-right:auto;
        white-space: normal;
    }

    .PageTitle {
        text-align:center;
        font-size:45px !important;
        margin-top:10px;
        margin-bottom:10px;
        font-weight:bold;
        color:#4273B6;
    }

    .form-group {
        height:100px;
    }

    .AccessCode {
        height:100px;
        font-size:50px;
        margin-top: 30px;
    }

    .Accedi {
        font-size:50px;
        font-weight:bold;
        height:150px;
    }

    .PageTitle {
        font-size:50px;
    }

    .HeaderImg {
        max-height:230px !important;
        max-width:100%;
        margin-left:auto;
        margin-right:auto;
    }

}

@media all and (orientation:portrait) {
    .form-group {
        height:100px;
    }

    .AccessCode {
        height:100px;
        font-size:50px;
        margin-top: 30px;
    }

    .Accedi {
        font-size:50px;
        font-weight:bold;
        height:150px;
    }

    .PageTitle {
        font-size:50px;
    }

    .BtnNav { 
        float:none;
    }

    .NavBar {
        text-align:center;
    }

    .ModalText {
        font-size:42px;
    }
}

@media all and (max-width:500px) {
    .NavBar {
        display:none;
    }
}

@media all and (orientation:landscape) {
    .HeaderImg{
        max-height:300px;
    }
}



.MyRoom{
    background-color:white; 
    margin-top:40px; 
    padding-left:20px; 
    padding-right:20px;
    display:inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size: 14px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color:#0083c1;
}

.MyTitle{
    margin-top:20px;
    font-family: 'Open Sans', sans-serif;
    color:white;
    font-weight:800;
    font-size:30px;
}

.MyContentBox{
    font-family: 'Open Sans', sans-serif;
    color:#0083c1;
    font-size:18px;
    float:left;
    width:90%;
    min-height:150px;
    margin-left:5%;
    margin-right:5%;
    background-color:white;
    border: 1px solid gray;
    margin-top: -50px;
    text-align:center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-bottom: 30px;
}

.MyLogin{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-top:40px;
    color:white;
    font-size:16px;
    background-color:#0083c1;
    border:1px solid white;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:30px;
    padding-right:30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.BtnRpt { 
    font-family: 'Open Sans', sans-serif;
    text-decoration:none;
    text-align:center;
    font-size:22px !important;
    color:#0083c1;
    background-color:white !important;
    width:80% !important;
    min-height:50px !important;
    border: 1px solid #0083c1;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    white-space: normal;
}

.BtnConfirm { 
    font-family: 'Open Sans', sans-serif;
    text-decoration:none;
    text-align:center;
    font-size:18px !important;
    color:white;
    background-color:#00A887 !important;
    width:80% !important;
    min-height:50px !important;
    border: 1px solid #00A887;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    white-space: normal;
}

.BtnRechoice { 
    font-family: 'Open Sans', sans-serif;
    text-decoration:none;
    text-align:center;
    font-size:18px !important;
    color: white;
    background-color:#595959 !important;
    width:80% !important;
    min-height:50px !important;
    border: 1px solid #595959;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    white-space: normal;
}


