﻿/* DEFAULTS
----------------------------------------------------------*/



@font-face {
    font-family: "DroidSansMono";
    src: url("font/DroidSansMono.ttf");
}

@media screen and (orientation: portrait) {
    .Accountbody {
        background-image: url('/pictures/bg4.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (orientation: landscape) {
    .Accountbody {
        background-image: url('/pictures/bg4.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}


body {
    background: #fff;
    font-size: 2.10em;
    font-family: "Roboto-Regular", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-image: url("/pictures/bg3.png");
    
}

Mybody {
    background: #fff;
    font-size: 1.50em;
    font-family: "Roboto-Regular", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-image: url("/pictures/bg.png");
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 00px;
    line-height: 1.6em;
}


StilePager {
    font-size: 1.5em;
    font-weight: 200;
}

/* HEADINGS   
----------------------------------------------------------*/
        h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}


/* PRIMARY LAYOUT ELEMENTS   
.page margin was 20px
----------------------------------------------------------*/

.page {
    width: auto;
    /* background-color: #fff;*/
    margin: 0 auto 0px auto;
    border: 0 solid #496077;
    position: relative;
}

pageTornei {
    width: auto;
    /*background-color: #fff;*/
    margin: 0 auto 0px auto;
    border: 0 solid #496077;
}

.pageTornei2 {
    width: 100%;
    /*background-color: #fff;*/
    margin: 0 0 0 0;
    border: 0 solid #496077;
    margin-right: 0px;
}



.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #fff;*/
    width: 100%;
}

    .header h1 {
        /*font-weight: 700;*/
        margin: 0px;
        /* padding: 0px 0px 0px 20px;*/
        padding: 0px 0px 0px 0px;
        color: #000000;
        border: none;
        line-height: 2em;
        font-size: 1em;
    }

.main {
    /*padding: 0px 12px; */
        margin: 12px 8px 8px 8px;
        min-height: 420px;
    }

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0 0 0;
    margin: 0 auto;
    text-align: center;
    line-height: normal;
    font-size: 0.50em;
}


/* TAB MENU   
----------------------------------------------------------*/
div .hideSkiplink {
    background-color: #000000;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 0px;
}

    div.menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #000000;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #ffffff;
                color: #000000;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #000000;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }


    fieldset .inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}



/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 0.8em;
    display: block;
    text-align: right;
    padding: 10px;
    color: Black;
}

    .loginDisplay a:link {
        color: Black;
    }

    .loginDisplay a:visited {
        color: Black;
    }

    .loginDisplay a:hover {
        color: Black;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    /*text-align: right;*/
    padding-right: 10px;
}

.hiddencol {
    display: none;
}

content .hiddencol {
    display: none;
}

.RowStyle {
    height: 70px;
}

.AlternateRowStyle {
    height: 70px;
}

.tr {
    height: 70px;
}


select {
    overflow: hidden;
    font-size: 1.1em;
    font-weight: 600;
    border: 1px solid #7d6754;
    background-color: #dde4ec;
    margin-bottom: 2px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

input,button {
    font-size: 1.1em;
    font-weight: 600;
    border: 1px solid #7d6754;
    background-color: #dde4ec;
    margin-bottom: 2px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.button {
    display: inline-block;
    margin: 0 auto;
    width: 200px;
    margin-top: 10px;
}


div {
    margin-right: 2px;
}


td.risultatoTOP {
    height: 40px;
    width: 80px;
    overflow: hidden;
    font-weight: 800;
    white-space: nowrap;
    font-size: 1.0em;
    background-color: #8bc0e0;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    color: #000;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

td.risultatoDOWN {
    height: 40px;
    width: 80px;
    overflow: hidden;
    font-weight: 800;
    white-space: nowrap;
    font-size: 1.0em;
    background-color: #8bc0e0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    color: #000;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

td.cognome1 {
    height: 40px;
    width: 180px;
    overflow: hidden;
    color: #000;
    white-space: nowrap;
    font-size: 1.0em;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 1px 0px;
    padding: 0 3px 0 3px;
}

td.cognome2 {
    height: 40px;
    width: 180px;
    overflow: hidden;
    color: #000;
    white-space: nowrap;
    font-size: 1.0em;
    border: 0px solid #8bc0e0;
    border-width: 1px 0px 0px 0px;
    padding: 0 3px 0 3px;
}

tr.row32 {
    height: 40px;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

tr.row64 {
    height: 40px;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}



table.dirette th.cognome2 {
    width: 20px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.5em;
    border: 0px solid #8bc0e0;
    border-width: 1px 0px 0px 0px;
}




table.dirette {
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-spacing: 0;
    border-collapse: collapse;
}


td.ordine1 {
    height: 40px;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.8em;
    text-align: center;
    
}

td.ordine2 {
    height: 40px;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.8em;
    text-align: center;

}


td.ordine3 {
    height: 40px;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.8em;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    text-align: center;
}

tr.row64Esterna {
    height: 80px;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

td.interna64 {
    overflow: hidden;
    white-space: nowrap;
    border: 0px solid #8bc0e0;
    border-width: 0px 1px 0px 0px;
    height: 33px;
    text-align: right;
}

tr.row64interna {
    height: 40px;
    border: none;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

td.interna32 {
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.0em;
    border: 0px solid #8bc0e0;
    border-width: 0px 1px 0px 0px;
    height: 116px;
    text-align: right;
}

tr.row32interna {
    height: 120px;
    border: none;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

tr.row32Esterna {
    height: 215px;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

tr.row32Esterna_step16 {
    height: 190px;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

p.p32 {
    margin-bottom: 68px;
    line-height: 0px;
}


td.interna16 {
    column-span: all;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.0em;
    border: 0px solid #8bc0e0;
    border-width: 0px 1px 0px 0px;
    height: 307px;
    text-align: right;
}

tr.row16interna {
    height: 350px;
    border: none;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

tr.row16Esterna {
    height: 422px;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

p.p16 {
    margin-bottom: 200px;
    line-height: 0px;
}

td.interna8 {
    column-span: all;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.0em;
    border: 0px solid #8bc0e0;
    border-width: 0px 1px 0px 0px;
    height: 695px;
    text-align: right;
}

tr.row8interna {
    height: 695px;
    border: none;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

tr.row8Esterna {
    height: 769px;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

p.p8 {
    margin-bottom: 340px;
    line-height: 0px;
}


td.interna4 {
    column-span: all;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.0em;
    border: 0px solid #8bc0e0;
    border-width: 0px 1px 0px 0px;
    height: 1465px;
    text-align: right;
}

tr.row4interna {
    height: 1465px;
    border: none;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

tr.row4Esterna {
    height: 1545px;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

p.p4 {
    margin-bottom: 725px;
    line-height: 0px;
}


td.interna2 {
    column-span: all;
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.0em;
    border: 0px solid #8bc0e0;
    border-width: 0px 1px 0px 0px;
    height: 3010px;
    text-align: right;
}

tr.row2interna {
    height: 3010px;
    border: none;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

tr.row2Esterna {
    height: 1600px;
    border: 0px solid #8bc0e0;
    border-width: 0px 0px 0px 0px;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
}

p.p2 {
    margin-bottom: 1495px;
    line-height: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
    .sticky + .content {
        padding-top: 60px;
    }

.AllGir {
    border: none;
    border-width: 0px;
    width: 450px;
    display: inline-grid;
    justify-content: center;
    padding-right: 10px;
}

.AllGirTop {
    text-align: center;
}


.AllGirMap {
    float: left;
    clear: both;
    height: 400px;
}

.AllGirWrapper {
    float: left;
    clear: both;
    font-size: 0.6em;
    height: 100px;
}

.AllGirWrapperPedanaNumero {
    float: left;
    clear: both;
    font-size: 0.6em;
    height: 30px;
}


table {
    white-space: normal;
    line-height: normal;
    font-weight: normal;
    font-size: x-large;
    /*font-size: 1.1em;*/
    font-style: normal;
    text-align: start;
    font-variant: normal;
}

/* Modal Content */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;

position:absolute; /*it can be fixed too*/
        left:0; right:0;
        top:0; bottom:0;
        margin:auto;

        /*this to solve "the content will not be cut when the window is smaller than the content": */
        
        overflow:auto;
}

@media screen and (orientation: portrait) {
    .modal-content {
        max-width: 80%;
        max-height: 20%;
    }
}

@media screen and (orientation: landscape) {
    .modal-content {
        max-width: 85%;
        max-height: 45%;
    }
}


/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.p-modal {
    /* padding: 70px; */
}
/* Modal Content - END */

.col-2, .col-1, .col-3, .col-4, .col-5, .col-6, .col-9, .col-10, .col-12 {
    padding-right: 1px;
    padding-left: 5px;
}

.AccediButton {
    background-color: gold;
    color: black;
    font-weight: 200 !important;
    font-size: 27px;
    border: 1px solid #7d6754 !important;
    margin-bottom: 0px !important;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    position: absolute;
    top: 20px;
    right: 185px;
}


.Smussa {
    border-radius: 3px;
}

.Ombreggia {
    box-shadow: #999999 2px 2px;
}

.IntestazioneStagioneNonSelezionata {
    background-color: gold ;
}

.IntestazioneStagione {
    background-color: gold;
}

.MenuNavigazione {
    background-color: gold;
    margin-bottom : 50px;
}

.societa {
    font-size: 0.50em;
    font-family: "Roboto-Regular", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 100;
}


.societa2 {
    font-size: 12pt;
    font-family: "Roboto-Regular", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 100;
}

.spazia_spazio {
    word-spacing: 15px;
}
