﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}




body {
    background-image: url("WallPaperApp-min.jpg");
    background-size: cover;
    color: #161515;
    font-family: 'Arial';
}

.DivMain {
    margin: 0px 0px 0px 0px;
}

.DivClear {
    clear: both;
}

.DivCenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.DivLeft {
    text-align: left;
    margin-left: 2px;
    margin-right: 2px;
}

.ButtonRight {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: 2px;
}


.DivWarning {
    padding: 5px 0px 2px 5px;
    color: red;
    background-color: yellow;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-shadow: 5px 5px 2px #404040;
    -moz-box-shadow: 5px 5px 2px #404040;
    box-shadow: 5px 5px 2px #404040;
}

.DivError {
    padding: 5px 0px 2px 5px;
    color: white;
    background-color: red;
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-shadow: 5px 5px 2px #404040;
    -moz-box-shadow: 5px 5px 2px #404040;
    box-shadow: 5px 5px 2px #404040;
}

.DivErrorUpdate {
    padding: 5px 0px 2px 5px;
    color: white;
    background-color: red;
    width: 91%;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-weight: bold;
    -webkit-box-shadow: 5px 5px 2px #404040;
    -moz-box-shadow: 5px 5px 2px #404040;
    box-shadow: 5px 5px 2px #404040;
    text-align:center;
}


.Logo {
    /*margin: 2px 0px 2px 3px;*/
    font-weight: bold;
    font-family: 'Verdana';
    font-size: 12px;
    min-height: 40px;
}

.LogoDefault {
    padding: 9px 0px 3px 0px;
    color: white !important;
    font-weight: bold;
    font-family: 'Verdana';
    font-size: 22px;
    height: 28px;
}

.logoContainer {
    margin-left: 2px;
    float: left;
    padding: 0px;
}

.LogoCaratterePrimario {
    color: #ff3300;
    font-size: 14px;
}

.LogoCarattereSecondario {
    font-size: 11px;
}

.LogoBar {
    height: 3px;
    background-color: #ff3300;
}

/*HOME*/
.divVersion {
    margin-top: 2px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
}

/*.divPublishBeta {
    font-size:10px;
}

.divVersion {
    font-size:10px;
}

.divVersionPublishdate {
    font-size:10px;
}*/


.Title {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    font-weight: bold;
}

.MinorTitle {
    text-align: left;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: bold;
}

.MinorTitleEmergency {
    color: red;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: bold;
}

.MinorTitlePhone {
    color: red;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 46px;
    font-weight: bold;
}

.MinorTitleEmail {
    color: red;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    font-weight: bold;
}

.Box {
    margin: 10px 0px 10px 0px;
}


.Input {
    width: 170px;
    font-size: 22px;
    height: 40px;
    font-weight: bold;
}

.DivSpace {
    height: 10px;
}

.DivSpace2x {
    height: 20px;
}

.DivSpacex5 {
    height: 50px;
}


/*MENU */
.menu {
    margin-top: 20px;
}

.menuItem {
    color: white;
    padding: 12px 12px 12px 8px;
    font-size: 13px;
    text-decoration: none;
    display: block;
}

.menuTitle {
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.menuSpace {
    height: 1px;
    margin: 2px 2px 2px 2px;
    background-color: white;
}




.MainText {
    margin: 10px 0px 10px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.SecondText {
    margin: 3px 0px 10px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.SecondTextLight {
    color: #4682b4;
    margin: 0px 0px 10px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.LogInA {
    margin-top: 13px;
    width: 130px;
    float: left;
}

.LogInB {
    float: right;
    margin-bottom: 10px;
    margin-right: 2px;
}

.BoxA {
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}

.BoxB {
    float: right;
    margin-top: 0px;
    margin-right: 3px;
}

.QuickGameList {
    color: #4682b4;
    margin: 10px 0px 10px 5px;
    font-size: 18px;
    font-weight: bold;
}

.UpdateGameContainer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.MessageWarningUpdateGame
{
    width:100%;
    font-size: 20px;
    color:white;
    font-weight:bold;
    background-color:red;
    text-align:center;
}

.TeamName {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    font-weight: bold;
}

.InputPoints {
    width: 60px;
    font-size: 30px;
    height: 50px;
    font-weight: bold;
}

.LittleNote {
    margin: 8px;
    font-size: 11px;
}

.MediumNote {
    margin: 10px;
    font-size: 11px;
}


.DivFunctionality {
    padding-left: 2px;
    padding-right: 2px;
}




















/* SQUARED ONE */
.squaredOne {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

    .squaredOne label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 4px;
        top: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .squaredOne label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: #00bf00;
            background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: linear-gradient(top, #00bf00 0%, #009400 100%);
            top: 2px;
            left: 2px;
            -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        }

        .squaredOne label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .squaredOne input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

.window {
    margin: 20px auto;
    display: block;
}


.loginRemember {
    padding-top: 0px;
    padding-bottom: 5px;
    text-align: right;
}

.btnLogin {
    width: 100%;
    text-align: center;
    height: 60px;
    font-weight: bold;
    color: white;
    font-size: 20px;
}

.loginContainer {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.txtLogin {
    height: 40px;
    width: 94%;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.loginFailure {
    padding-top: 10px;
    padding-bottom: 10px;
}

.divWelcome {
    z-index: 1000;
    margin-left: 2px;
    margin-right: 2px;
}

.divMinorText {
    font-size: 10px;
}

.divFunctionalatyExplanation {
    font-size: 10px;
}

.rbDecorated {
    padding-left: 42px !important; /* this could be increased if you want to have more space betwwen the left button edge and the text  */
    text-align: left !important;
}


.wrap {
    white-space: normal;
    width: 100px;
}

.divPin {
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    vertical-align:middle;
    width:100%;
}

.divPlayerLate
{
    padding-top:30px;
    padding-bottom:10px;
}

.AppPageTitle 
{
    text-align:center;
    font-weight:bold;
    color:white;
    width:100%;
    height:18px;
}