﻿/* DEFAULTS ----------------------------------------------------------*/
:root {
    --blue-light: #0090D0;
    --blue-dark: #00567c;
    --blue-mid: #2074a6;
}

    body {
        background: #00567C;
        font-size: .80em;
        font-family: Arial, Helvetica, sans-serif !important;
        margin: 0px;
        padding: 0px;
        color: #696969;
    }

    a:link,
    a:visited {
        color: #00567c;
    }

    a:link i.fa-print,
    a:visited i.fa-print {
        color: #00567c;
    }

    a:hover {
        color: #1d60ff;
        text-decoration: none;
    }

    a:active {
        color: #00567c;
    }

    p {
        margin-bottom: 10px;
        line-height: 1.6em;
    }
    /* 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;
    }
    /* 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: 0px;
    }
    /* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

    .page {
        width: 100%;
        background-color: #fff;
        margin: 0px auto 0px auto;
        padding-bottom: 10px;
    }

    .header {
        position: relative;
        margin: 0px;
        padding: 0px;
        background: var(--blue-light);
        width: 100%;
    }

        .header h1 {
            font-weight: 700;
            margin: 0px;
            padding: 0px 0px 0px 20px;
            color: #f9f9f9;
            border: none;
            line-height: 2em;
            font-size: 2em;
            text-indent: -999px;
            background: url(images/BuisnessYES_logo.png) no-repeat center;
            background: url(images/AdmiralPoint_logo.svg) no-repeat center;
            background-size: contain;
            width: 150px;
            margin: 0px 0px 0px 20px;
        }

    .main {
        padding: 0px 12px;
        margin: 12px 8px 8px 8px;
        min-height: 320px;
    }

    .leftCol {
        padding: 6px 0px;
        margin: 12px 8px 8px 8px;
        width: 200px;
        min-height: 200px;
    }

    .footer {
        color: #4e5766;
        padding: 8px 0px 0px 0px;
        margin: 0px auto;
        text-align: center;
        line-height: normal;
    }
    /* TAB MENU   
----------------------------------------------------------*/

    div.hideSkiplink {
        background-color: #00567C;
        width: 100%;
    }

    div.menu {
        padding: 4px 0px 4px 8px;
    }

        div.menu ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            width: 100% !important;
            z-index: 10;
            text-align: center;
        }

    li.static {
        float: none !important;
        display: inline-block;
    }

    div.menu ul li a, div.menu ul li a:visited {
        background-color: #2074A6;
        border: 1px #00567C solid;
        color: #ffffff;
        display: block;
        line-height: 1.35em;
        padding: 4px 7px;
        text-decoration: none;
        white-space: nowrap;
        border-radius: 3px;
        margin: 1px 1px;
        font-size: 12px;
    }

        div.menu ul li a:hover,
        div.menu ul li a.active,
        div.menu ul li a.selected {
            background-color: #ffffff;
            color: #2074A6;
            text-decoration: none;
        }

        div.menu ul li a:active {
            background-color: #ffffff;
            color: #2074A6;
            text-decoration: none;
        }
    /* FORM ELEMENTS   
----------------------------------------------------------*/

    fieldset {
        margin: 1em 0px;
        padding: 1em;
        border: 1px solid #ccc;
    }

        fieldset p {
            margin: 2px 12px 10px 10px;
        }

        fieldset.login label, fieldset.register label, fieldset.changePassword label {
            display: block;
        }

        fieldset label.inline {
            display: inline;
        }

    legend {
        font-size: 1.1em;
        font-weight: 600;
        padding: 2px 4px 8px 4px;
    }

    input.textEntry {
        width: 320px;
        border: 1px solid #ccc;
    }

    input.passwordEntry {
        width: 320px;
        border: 1px solid #ccc;
    }

    div.accountInfo {
        width: 42%;
        min-width: 320px;
        margin: auto;
    }
    /* MISC  
----------------------------------------------------------*/

    .clear {
        clear: both;
    }

    .title {
        display: block;
        float: left;
        text-align: left;
        width: auto;
    }

        .title h1 a {
            display: block;
            width: 120%;
            height: 100%;
            margin: 0px 0px 0px -30px;
        }

    .loginDisplay {
        font-size: 1.1em;
        display: block;
        text-align: right;
        padding: 10px;
        color: White;
    }

        .loginDisplay a:link {
            color: white;
        }

        .loginDisplay a:visited {
            color: white;
        }

        .loginDisplay a:hover {
            color: white;
        }

    .failureNotification {
        font-size: 1.2em;
        color: Red;
    }

    .bold {
        font-weight: bold;
    }

    .submitButton {
        text-align: right;
        padding-right: 10px;
    }

    table {
        border-collapse: collapse;
        font: .9em/1.2em Arial, "Arial";
        color: #033;
        background: #fff;
    }

    div#MCSecure_risultato_Ok table {
        background: trasparent;
    }

    td, th {
        padding: 3px 3px .75em 3px;
        line-height: 1.3em;
    }

    th {
        background: #839E99;
        color: #fff;
        font-weight: bold;
        text-align: left;
        padding-right: .5em;
        vertical-align: top;
    }

    thead th {
        background: #00567C;
        text-align: center;
    }

    thead .somma th {
        background: rgb(207, 134, 0);
        font-size: 1.2em;
        line-height: 1.8em;
        padding: 3px 3px .35em 3px;
    }

    body tr.somma td {
        background: rgb(207, 134, 0) !important;
        font-size: 1.2em;
        line-height: 1.8em;
        padding: 3px 3px .35em 3px;
        color: White;
        font-weight: bold;
    }

    thead .pagesize th {
        background: rgb(32, 116, 166);
        font-size: 1.2em;
        line-height: 1.8em;
        padding: 3px 3px .35em 3px;
    }

    thead th a {
        color: #FFF !important;
        /*text-decoration: none;*/
    }

    .odd td {
        background: #CDEAFF;
    }

    .odd th {
        background: #6E8D88;
    }

    td a, td a:link {
        color: #325C91;
    }

        td a:visited {
            color: #466C8E;
        }

        td a:hover, td a:focus {
            color: #1E4C94;
        }

        th a, td a:active {
            color: #fff;
        }

    tfoot th, tfoot td {
        background: #00567C;
        color: #fff;
    }

    tfoot a:link, a:visited {
        color: #00567c;
    }

    tfoot a:hover {
        color: #FFD800;
    }

    th + td {
        padding-left: .5em;
    }

    td.center {
        text-align: center;
    }

    td.imgQuote {
        width: 36px;
        height: 30px;
        background-image: url(images/Quote.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    td.imgQuoteYES {
        width: 36px;
        height: 30px;
        background-image: url(images/QuoteYES.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    td.imgQuoteYESHome {
        width: 36px;
        height: 30px;
        background-image: url(images/QuoteYEShome.png);
        background-repeat: no-repeat;
        background-position: right;
    }

    .imgUpdate {
        width: 16px;
        height: 16px;
        background-image: url(images/update.ico);
        background-repeat: no-repeat;
        background-position: right;
        border-width: 0px;
    }

    .imgRelationship {
        width: 16px;
        height: 16px;
        background-image: url(images/treeview-add.ico);
        background-repeat: no-repeat;
        background-position: right;
        border-width: 0px;
    }

    .imgDelete {
        width: 16px;
        height: 16px;
        background-image: url(images/Delete-icon.png);
        background-repeat: no-repeat;
        background-position: right;
        border-width: 0px;
    }

    .imgExport {
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #f1f8ee;
        margin-right: 6px;
        margin-top: 8px;
    }

    .imgAdd {
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #f1f8ee;
        margin-right: 2px;
    }

    .Pdf {
        background-image: url(images/DocPdf.ico);
    }

    .Excel {
        background-image: url(images/DocExcel.ico);
    }

    .Word {
        background-image: url(images/DocWord.ico);
    }

    .AddNews {
        background-image: url(images/newspaper_add.png);
    }

    th.right, td.right {
        text-align: right;
    }

    th.left, td.left {
        text-align: left;
    }

    th.middle, td.middle {
        vertical-align: middle;
        text-align: center;
    }

    .width150 {
        width: 150px;
    }

    .width20 {
        width: 20px;
    }

    .cronologia th.quota {
        width: 60%;
    }

    .cronologia th.utente {
        width: 20%;
    }

    .cronologia th.data {
        width: 20%;
    }

    .cronologia td {
        background: #E5E5E5;
    }

    .cronologia_odd td {
        background: #F2F2F2;
    }

    .cronologia th {
        background: #7db612;
    }

    .Calendar {
        width: 230px;
    }

        .Calendar .ajax__calendar_container {
            border: 1px solid #646464;
            background-color: #DBE6DD;
            color: red;
            width: 220px;
        }

    .ajax__calendar_body {
        width: auto !important;
        height: 200px !important;
        margin: 1px auto;
    }

    .Calendar .ajax__calendar_other .ajax__calendar_day,
    .Calendar .ajax__calendar_other .ajax__calendar_year {
        color: Gray;
    }

    .Calendar .ajax__calendar_hover .ajax__calendar_day,
    .Calendar .ajax__calendar_hover .ajax__calendar_month,
    .Calendar .ajax__calendar_hover .ajax__calendar_year {
        color: black;
    }

    .Calendar .ajax__calendar_active .ajax__calendar_day,
    .Calendar .ajax__calendar_active .ajax__calendar_month,
    .Calendar .ajax__calendar_active .ajax__calendar_year {
        border: 1px solid #646464;
        color: Black;
        font-weight: bolder;
    }
    /*Modal Popup*/
    .modalBackground {
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .modalPopup {
        background-color: #ffffdd;
        border-width: 3px;
        border-style: solid;
        border-color: Gray;
        padding: 3px;
        width: 200px;
    }

        .modalPopup p {
            padding: 5px;
        }

    #loading {
        background-image: url('images/loading.gif');
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        margin: 0px auto;
        min-height: 420px;
        z-index: 1;
        background-color: #F5F5F2;
        position: absolute;
    }

    #caricamento {
        background-color: rgba(100,100,100,0.5);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .caricamentobarra {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 30;
        margin-left: -100px;
        margin-top: -100px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 1px 1px 14px #000;
    }

    input[type="text"][disabled="disabled"] {
        background-color: rgb(235, 235, 228);
    }

    #UpdPanel p {
        margin-left: 45PX;
    }

    div.imgQuote,
    div.imgQuoteYES,
    div.imgQuoteYESHome {
        width: 36px;
        height: 36px;
        margin: -40px 0 0 10px;
        background-image: url(images/Quote.png);
        background-repeat: no-repeat;
        background-position: right top;
        float: left;
    }

    div.imgQuote {
        background-image: url(images/Quote.png);
    }

    div.imgQuoteYES {
        background-image: url(images/QuoteYES.png);
    }

    div.imgQuoteYESHome {
        background-image: url(images/QuoteYEShome.png);
    }

    .inputtxt {
        margin: 0;
        padding-left: 3px;
        height: 18px;
        background: #fff;
        color: #00567C;
        border: 1px solid #00567C;
        border-radius: 4px;
    }

    input:hover {
    }

    input[type="image"].Unchecked {
        border: none;
        width: 16px;
        height: 16px;
        background: url(images/chk_unchecked.png) no-repeat;
        border-radius: 10px;
    }

    input[type="image"].Checked {
        border: none;
        width: 16px;
        height: 16px;
        background: url(images/chk_checked.png) no-repeat;
        border-radius: 10px;
    }

    span.filter {
        font-style: italic;
        font-size: 12px;
        padding-left: 5px;
    }

    .btn {
        padding: 5px 22px;
        border-radius: 4px;
        font: 700 13px 'Open Sans', sans-serif;
        cursor: pointer;
        border: none;
        transition: .18s;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
        text-transform: uppercase;
        margin-left: 10px;
    }

    #MCSecure_UCListaMovimenti_BtnInvia,
    #MCSecure_UCMovimenti_BtnInvia {
        background-color: #2074A6;
    }

    .btn-light-bg {
        background: #282763 url(images/bg-content-box-btn.gif) repeat-x left top;
    }

    input.btn-light-bg:disabled {
        background: #888;
        color: #ddd;
        box-shadow: inset 1px 1px 5px #fff;
        cursor: auto;
    }

    .btn-generico-bg {
        background: #00567C;
        color: #FFF;
        cursor: pointer;
    }

    .login-btn {
        padding: 5px;
        border: 0px solid;
        border-radius: 4px;
    }

    .top-bar {
        /*float: left;*/
        width: 955px;
        width: 99%;
        border-left: 0px solid #237FBF;
        padding: 0 9px 0 9px;
        margin: 0 0 4px 0;
    }

        .top-bar h1 {
            font: 20px/21px verdana,sans-serif;
            color: #00567C;
            margin: 0 0 4px 0;
            text-align: center;
        }

    .filter-bar-2,
    .filter-bar-3,
    .filter-bar {
        clear: both;
        border-top: 2px solid var(--blue-light);
        border-bottom: 2px solid var(--blue-light);
        padding: 5px;
        margin: 0;
        overflow: visible;
    }

    .filter-bar-2 {
        border-top: 2px solid var(--blue-light);
        border-bottom: 0px solid var(--blue-light);
    }

    .filter-bar-3 {
        border-top: 0px solid var(--blue-light);
        border-bottom: 2px solid var(--blue-light);
        margin-bottom: 5px;
    }

    .div-uc {
        float: left;
        margin-left: 5px;
        position: relative;
    }

    .ddl-filtro {
        height: auto;
        padding: 5px 5px 5px 10px;
        height: 100px !important;
        width: 220px;
    }

        .ddl-filtro .error {
            color: red;
            margin-top: 8px;
            display: block;
            position: absolute;
            top: 8px;
            right: -15px;
            font-size: 25px;
        }

    .ddl-filter {
        padding-left: 3px;
        height: 22px;
        background: #fff;
        color: #00567C;
        border: 1px solid #00567C;
        border-radius: 4px;
        min-width: 200px;
    }

    .ddl-biglietto {
        padding-left: 3px;
        height: 22px;
        background: #fff;
        color: #00567C;
        border: 1px solid #00567C;
        border-radius: 4px;
        min-width: 80px;
    }

    .filter-bar-2 > div:first-child,
    .filter-bar-3 > div:first-child,
    .filter-bar > div:first-child {
        width: 100%;
        float: left;
        margin-left: 5px;
    }

        .filter-bar-2 > div:first-child > div,
        .filter-bar-3 > div:first-child > div,
        .filter-bar > div:first-child > div {
            float: left;
            margin-left: 5px;
            padding-top: 5px;
        }

    .filter-bar-2 > div:last-child,
    .filter-bar-3 > div:last-child,
    .filter-bar > div:last-child {
        width: 100%;
        clear: both;
        padding-top: 5px;
    }

    #lstview, #lstview-empty {
        width: 100%;
        margin-top: 10px;
        font-size: 11px;
    }

        #lstview.note {
            width: 50%;
            border: 3px solid #00567C;
        }

    .none {
        display: none;
    }

    a.btnVisOrdine {
        text-decoration: none;
        color: #206300;
        width: 20px;
        position: relative;
        font-size: 16px;
        text-shadow: 2px 1px 2px #000;
    }

        a.btnVisOrdine.chiudi {
            text-shadow: 0px 0px 0px #000;
            float: right;
            margin-right: -3px;
            font-weight: bold;
            font-size: 11px;
            display: block;
            background: #fff;
            text-align: center;
            width: 15px;
            height: 15px;
            border-radius: 20px;
            border: 1px solid;
            box-shadow: 1px 1px 2px #999;
            position: absolute;
            top: 5px;
            left: 265px;
        }

    #MCSecure_divVisOrdine {
        position: absolute;
        left: 380px;
        top: 410px;
        overflow: hidden;
        height: 200px;
        overflow-y: scroll;
        border: 1px solid #005200;
        border-radius: 6px 0px 0px 6px;
        box-shadow: 1px 1px 3px #000, inset 0px 0px 3px #fff, inset 0px 0px 4px #fff, inset 0px 0px 5px #fff;
        padding: 6px;
        width: 360px;
        background: rgba(255, 255, 255, 0.6);
        display: none;
    }

        #MCSecure_divVisOrdine table {
            border-collapse: collapse;
            border: 1px solid #839E99;
            box-shadow: 0px 0px 4px #9E9E9E;
            background: #f1f8ee;
            font: .9em/1.2em Arial, "Arial", Arial;
            color: #033;
            width: 345px;
        }

            #MCSecure_divVisOrdine table tr td {
                padding: 2px 6px;
                font-size: 10px;
            }

            #MCSecure_divVisOrdine table tr:nth-child(odd) td {
                background: #DDD;
            }

    div#div_riga {
        overflow: hidden;
        margin: 2px auto;
        background: rgba(100, 100, 100, 0.2);
        padding: 1%;
        border-radius: 8px;
        box-shadow: 1px 1px 6px #000;
    }

        div#div_riga.terrestre {
            background: rgba(100, 200, 100, 0.3);
        }

    table.sx,
    table.cx,
    table.dx {
        float: left;
    }

    table.dx {
        width: 19%;
    }

    table.cx {
        width: 59%;
        margin: 0 1%;
    }

    table.sx {
        width: 20%;
    }

    .scommesse_riserva_menu {
        text-align: center;
    }

    .scommesse_riserva_data {
        text-align: center;
    }

    .data_scommessa {
        text-align: center;
        width: 100%;
        font-weight: bold;
        padding: 5px 0;
        font-size: 1.2em;
    }

    #div_data table tr:nth-child(odd) {
        background-color: #ccc;
    }

    #div_data table tr:nth-child(even) {
        background-color: #E9E9E9;
    }

    #div_data table {
        border-radius: 3px;
        box-shadow: 1px 1px 3px #8D8D8D;
    }

    .TestoArticoloTestata {
        padding: 3px 0;
        margin: 8px 0;
        color: #740000;
        font-size: 1.2em;
        background-color: rgb(239, 173, 33);
        -webkit-animation-name: attenzione;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        -ms-animation-name: attenzione;
        -ms-animation-duration: 1s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-direction: alternate;
    }

    @-webkit-keyframes attenzione {
        0% {
            box-shadow: 0px 0px 5px red;
        }

        100% {
            box-shadow: 0px 0px 30px red;
        }
    }

    .bold {
        font-weight: bold;
    }

    .refresh_page {
        background: transparent url(images/ricalcola_comune_hover.png) no-repeat center top;
        background-size: 100% 100%;
        border: 0px solid;
        text-indent: -9999px;
        width: 30px;
        height: 30px;
        box-shadow: 0px 0px 0px #000 !important;
        cursor: pointer;
    }
    /*legenda mappa*/
    .contenitore_mappa {
        width: 100%;
        margin: 10px auto;
        min-width: 900px;
        display: block;
        padding: 15px 0;
    }

    #googleMap {
        width: 50%;
        margin: 0px 0px 20px 0px;
        height: 380px;
        float: left;
        border-radius: 5px;
    }

    #legend {
        width: 48%;
        margin: 0px 0px 20px 0px;
        height: 370px;
        float: right;
        overflow-y: scroll;
        border: 5px solid #777;
        border-radius: 5px;
    }

    .legenda_riga {
        height: 40px;
    }

        .legenda_riga img {
            margin: 5px 10px -15px 10px;
            width: 20px;
        }

        .legenda_riga span {
        }

    td.saldo {
        font-weight: bold;
    }
    /*#MCSecure_UCFatturazione_UpPanelFatturazione {opacity:1.0 !important;}*/
    table.TabellaFatturazioneMenu {
        width: 90%;
        margin: 5px auto;
        font-family: Arial;
        font-size: 12px;
        text-align: center;
    }

        table.TabellaFatturazioneMenu tr {
        }

            table.TabellaFatturazioneMenu tr th,
            table.TabellaFatturazioneMenu tr td {
                border: 0px solid;
            }

            table.TabellaFatturazioneMenu tr th {
                background: #00567C;
                padding: 5px;
            }

                table.TabellaFatturazioneMenu tr th a {
                    color: #fff;
                }

            table.TabellaFatturazioneMenu tr:nth-child(odd) td {
                background: #ddd;
            }

            table.TabellaFatturazioneMenu tr:nth-child(even) td {
            }

    .nav_num {
    }

        .nav_num span,
        .nav_num a {
            display: inline-block;
            background: var(--blue-light);
            padding: 5px 0px;
            text-align: center;
            width: 30px;
            border: 0px solid;
            color: #fff !important;
            text-decoration: none;
            text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
            transition: all 0.5s;
        }

            .nav_num a:hover {
                background: #126C94;
            }

        .nav_num span {
            background: #FFF;
            color: #126C94 !important;
            font-weight: bold;
            text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.0);
            cursor: default;
        }


    .attenzione_material {
        border: 6px solid rgba(0,0,0,0.0);
        text-align: center;
        width: auto !important;
        padding: 20px 10px;
        margin: 6px auto 10px auto;
        box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        background: #fff;
        color: #777;
        font-weight: bold;
        border: 6px solid;
        display: block;
        perspective-origin: center;
        -ms-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        transform: rotateX(90deg);
        transition: border-color 0.5s 0.5s;
        -webkit-animation: gira_attenzione 0.5s 0.1s forwards;
        -moz-animation: gira_attenzione 0.5s 0.1s forwards;
        -ms-animation: gira_attenzione 0.5s 0.1s forwards;
        -o-animation: gira_attenzione 0.5s 0.1s forwards;
        animation: gira_attenzione 0.5s 0.1s forwards;
    }

        .attenzione_material.arancione {
            border-color: #FFA700;
        }

        .attenzione_material.giallo {
            border-color: #fff000;
        }

        .attenzione_material.verde {
            border-color: #9CC44F;
        }

    @-webkit-keyframes gira_attenzione {
        0% {
            -webkit-transform: rotateX(90deg);
        }

        100% {
            -webkit-transform: rotateX(0deg);
        }
    }

    @keyframes gira_attenzione {
        0% {
            -ms-transform: rotateX(90deg);
            -moz-transform: rotateX(90deg);
            -o-transform: rotateX(90deg);
            transform: rotateX(90deg);
        }

        100% {
            -ms-transform: rotateX(0deg);
            -moz-transform: rotateX(0deg);
            -webkit-transform: rotateX(0deg);
            -o-transform: rotateX(0deg);
            transform: rotateX(0deg);
        }
    }

    div.intestazione_material {
        box-shadow: none;
        border-radius: 0px;
    }

        div.intestazione_material p {
            padding: 0px 20px 0px 20px;
            margin: 0;
        }

    table#MCSecure_tbl_ERR,
    table#MCSecure_tbl_OK {
        background: rgba(0,0,0,0.0) !important;
    }

    .changecolor td {
        font-size: 1.2em;
        line-height: 1.8em;
        padding: 3px 3px .35em 3px;
        font-weight: bold;
    }

    .changecolor.pro td {
        background: var(--blue-light);
        color: white;
    }

    .changecolor.sup td {
        background: #ffcd00 !important;
    }

    .fontweightbold td {
        font-weight: bold;
    }

    .selected_row td {
        background-color: #A1DCF2 !important;
    }

    .PrimaRiga {
        color: Red;
        background-color: Azure;
        font-weight: bold;
    }
    /* default layout */
    body .ajax__tab_default .ajax__tab_header {
        white-space: normal !important
    }

    body .ajax__tab_default .ajax__tab_outer {
        display: -moz-inline-box;
        display: inline-block
    }

    body .ajax__tab_default .ajax__tab_inner {
        display: -moz-inline-box;
        display: inline-block
    }

    body .ajax__tab_default .ajax__tab_tab {
        overflow: hidden;
        text-align: center;
        display: -moz-inline-box;
        display: inline-block
    }

    body .ajax__tab_xp .ajax__tab_disabled {
        cursor: default;
        color: #A0A0A0;
    }
    /* xp theme top / default */
    body .ajax__tab_xp .ajax__tab_header {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        background: transparent;
        overflow: hidden;
        height: 25px;
    }

        body .ajax__tab_xp .ajax__tab_header .ajax__tab_outer,
        body .ajax__tab_xp .ajax__tab_header .ajax__tab_inner {
            background: transparent;
            padding: 0px;
            margin: 0px;
        }

        body .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_outer,
        body .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_inner {
            background: transparent;
            padding: 0px;
            margin: 0px;
        }

        body .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_outer,
        body .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
            background: transparent;
            padding: 0px;
            margin: 0px;
        }


        body .ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
            background: #2074A6;
            color: #fff;
            border: 1px solid #2074A6;
            padding: 5px 5px 15px 5px;
            margin: 2px 1px 10px 1px;
        }

        body .ajax__tab_xp .ajax__tab_header .ajax__tab_hover .ajax__tab_tab {
            background: transparent;
            color: #2074A6;
            border: 1px solid #2074A6;
            padding: 5px 5px 15px 5px;
            margin: 2px 1px 10px 1px;
            cursor: pointer;
        }

        body .ajax__tab_xp .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
            background: transparent;
            color: #2074A6;
            border: 1px solid #2074A6;
            padding: 5px 5px 15px 5px;
            margin: 2px 1px 10px 1px;
        }

    body .ajax__tab_xp .ajax__tab_body {
        font-family: Arial;
        font-size: 10pt;
        border: 1px solid #999999;
        border-top: 0;
        padding: 8px;
        background-color: #ffffff;
        border: 1px solid #2074A6;
    }

    .colonna_torneo,
    .colonna_cash {
        padding: 5px;
        text-align: right;
    }

    th.colonna_torneo {
        background: rgba(0, 162, 255, 0.8) !important;
        color: #000;
    }

    th.colonna_cash {
        background: rgba(208, 207, 0, 0.6) !important;
        color: #000;
    }

    td.colonna_torneo {
        background: rgba(0, 162, 255, 0.4) !important
    }

    td.colonna_cash {
        background: rgba(208, 207, 0, 0.2) !important;
    }

    .odd td.colonna_torneo {
        background: rgba(0, 162, 255, 0.6) !important
    }

    .odd td.colonna_cash {
        background: rgba(208, 207, 0, 0.4) !important;
    }


    .changecolorpro td {
        font-size: 1.2em;
        line-height: 1.8em;
        padding: 3px 3px .35em 3px;
        font-weight: bold;
        background: var(--blue-light);
        color: white;
    }

    .changecolorsup td {
        font-size: 1.2em;
        line-height: 1.8em;
        padding: 3px 3px .35em 3px;
        font-weight: bold;
        background: #ffcd00 !important;
    }

    .divFiltraDataAccettazione {
        visibility: hidden;
    }

    table.FatturazioneMenu {
        margin: 1px auto;
    }

        table.FatturazioneMenu tr > td {
            background: #ddd;
            padding: 5px;
        }
