/* Stile utilizzato nelle pagine solo testo come "contatti", "Regolamento", ecc. */

.TabsText {
    padding: 5px;
    background-color: #000000;
    -webkit-box-shadow: 0px 130px 120px #3A3B3B inset;
    box-shadow: inset 0px 130px 120px #3A3B3B;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 10px;
    min-height: 150px;
    font-size: 12px;
}

.TabsText h1 {
    display: block;
    border-radius: 4px;
    background-color: #DD870B;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset;
    box-shadow: inset 0px 10px 10px #F9D65B;
    color: #000000;
    margin: 0 0 10px 0;
    padding: 0 5px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-align: left;
}

.TabsText p {
    margin: 5px 0;
}

.TabsText h2 {
    font-size: 14px;
    font-weight: bold;
}

.TabsText p {
    margin: 0;
    padding: 5px;
}

/* Tabs utilizzato prevalentemente nelle pagine di liste */

.Tabs {
    margin-top: 10px;
    padding: 0px;
    background-color: transparent;
    color: #FFFFFF;
    border: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Stile da applicare ai link per renderli pulsanti */

.Tabs .linkPls {
    border: 1px solid #97A8C9;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #F8B707;
    -webkit-box-shadow: 0px 10px 15px #FCE199 inset;
    box-shadow: inset 0px 10px 15px #FCE199;
    line-height: 25px;
    color: #000000;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 5px;
    min-width: 70px;
    float: right;
    cursor: pointer;
    text-align: center;
    display: block;
}

/* Elenco dei Messaggi */

.Tabs .rowMsg {
    border: 1px solid #383838;
    background-image: -webkit-linear-gradient(bottom, #000000 77%, #303030 100%);
    background-image: linear-gradient(bottom, #000000 77%, #303030 100%);
    -webkit-box-shadow: 0px 20px 30px #303030 inset;
    box-shadow: inset 0px 20px 30px #303030;
    overflow: hidden;
    padding: 5px;
    display: block;
    color: #FFFFFF;
}

.Tabs .rowMsg .imgDetail {
    display: block;
    background-image: url('Images/plsDett.png');
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    float: right;
    margin: 10px auto;
    line-height: 18px;
}

.Tabs .rowMsg .data {
    color: #CCCCCC;
    font-size: 12px;
    line-height: 18px;
}

.Tabs .rowMsg .oggetto {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

.Tabs .rowMsg .imgPriorita {
    padding-left: 30px;
}

.Tabs .rowMsg .high {
    background-image: url('Images/imgHighPr.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-position-y: 4px;
}

.Tabs .rowMsg .newMessage {
    float: right;
    margin: 14px 15px 0px 0px;
}

/* Elenco Movimenti */

.Tabs .rowMov {
    border: 1px solid #383838;
    background-image: -webkit-linear-gradient(bottom, #000000 77%, #303030 100%);
    background-image: linear-gradient(bottom, #000000 77%, #303030 100%);
    -webkit-box-shadow: 0px 20px 30px #303030 inset;
    box-shadow: inset 0px 20px 30px #303030;
    overflow: hidden;
    padding: 5px;
    display: block;
    color: #FFFFFF;
}

.Tabs .rowMov .date {
    color: #CCCCCC;
    line-height: 16px;
    font-size: 12px;
    display: inline-block;
    width: 180px;
}

.Tabs .rowMov .oggetto {
    display: block;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.Tabs .rowMov .importo {
    color: #FFFFFF;
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
}

.Tabs .rowMov .imgTipoImporto1 {
    background-image: url('Images/esito1.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 30px;
}

.Tabs .rowMov .imgTipoImporto2 {
    background-image: url('Images/esito2.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 30px;
}

.Tabs .rowMov .data {
    color: #FFFFFF;
    line-height: 16px;
    font-size: 12px;
}

.Tabs .rowMov .linkDetail {
    display: block;
    background-image: url('Images/plsDett.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    float: right;
    margin: 10px auto;
}

/* Ultimi Login */

.Tabs .rowLog {
    border: 1px solid #383838;
    background-image: -webkit-linear-gradient(bottom, #000000 77%, #303030 100%);
    background-image: linear-gradient(bottom, #000000 77%, #303030 100%);
    -webkit-box-shadow: 0px 20px 30px #303030 inset;
    box-shadow: inset 0px 20px 30px #303030;
    overflow: hidden;
    padding: 5px;
}

.Tabs .rowLog .indirizzoIp {
    color: #FFFFFF;
    line-height: 22px;
    font-weight: bold;
    font-size: 14px;
}

.Tabs .rowLog .date {
    color: #CCCCCC;
    line-height: 16px;
    font-size: 12px;
    display: inline-block;
}

.Tabs .rowLog .tipoAccesso {
    color: #CCCCCC;
    line-height: 16px;
    display: inline-block;
    font-size: 12px;
}

/* Elenco Scommesse */

.Tabs .rowBets {
    border: 1px solid #383838;
    background-image: -webkit-linear-gradient(bottom, #000000 77%, #303030 100%);
    background-image: linear-gradient(bottom, #000000 77%, #303030 100%);
    -webkit-box-shadow: 0px 20px 30px #303030 inset;
    box-shadow: inset 0px 20px 30px #303030;
    background-image: url('Images/dwnArrow_2.png');
    background-position: right 25px;
    background-repeat: no-repeat;
    padding: 5px;
    display: block;
    color: #FFFFFF;
    position: relative;
}

.Tabs .rowBets>DIV {}

.Tabs .rowBets .date {
    color: #999999;
    line-height: 16px;
    font-size: 12px;
}

.Tabs .rowBets .codice {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    /*width: 110px;*/
    margin-right: 10px;
    color: #FFFFFF;
}

.Tabs .rowBets .codice.block {
    display: block;
}

.Tabs .rowBets .tipoScommessa {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    color: #FFFFFF;
}

.Tabs .rowBets .openDetail {
    cursor: pointer;
}

.Tabs .rowBets .importo {
    color: #CCCCCC;
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
}

.Tabs .rowBets .utente {
    color: #FFFFFF;
    line-height: 15px;
    font-size: 12px;
}

.Tabs .rowBets .esito {
    border-width: 1px;
    border-color: #DE8608;
    overflow: hidden;
    border-top-style: solid;
    margin-top: 5px;
    margin-right: 40px;
    position: relative;
}

.Tabs .rowBets .esito .esitoRow {
    overflow: hidden;
    margin: 5px 0px 5px 0px;
}

.Tabs .rowBets .esito .esitoRow .giocato {
    display: inline-block;
    font-size: 12px;
}

.Tabs .rowBets .esito .esitoRow .vinto {
    font-size: 12px;
    float: right;
}

.Tabs .rowBets .esito .pagata {
    font-size: 12px;
    color: #CCCCCC;
    position: absolute;
    top: 4px;
    left: 0;
}

.Tabs .rowBets .data {
    color: #FFFFFF;
    line-height: 16px;
    font-size: 12px;
}

.Tabs .rowBets .linkDetail {
    display: block;
    background-image: url('Images/plsDett.png');
    background-position: center 15px;
    background-repeat: no-repeat;
    width: 26px;
    height: 57px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    right: 2px;
    border-left: 4px solid #000;
}

/* Elenco Risultati */

.Tabs .rowResTitle {
    margin: 10px 10px 0px 10px;
    padding: 5px 5px 3px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #DD870B !important;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset !important;
    box-shadow: inset 0px 10px 10px #F9D65B !important;
}

.Tabs .rowRes {
    -webkit-box-shadow: 0px 20px 30px #303030 inset;
    box-shadow: inset 0px 20px 30px #303030;
    overflow: hidden;
    padding: 5px 7px;
    border-radius: 5px;
    border: 1px solid #333333;
    position: relative;
}

.Tabs .rowRes .date {
    color: #CCCCCC;
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    padding: 0 4px;
    float: left;
    width: 70px;
}

.Tabs .rowRes .codice {
    display: none;
}

.Tabs .rowRes .sottoEvento {
    /*line-height:20px;*/
    font-weight: bold;
    color: #ffffff;
    border-radius: 4px;
    font-size: 14px;
    display: inline;
}

.Tabs .rowRes .risultati {
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #CCCCCC;
    padding: 2px 4px 0 4px;
}

.Tabs .rowRes .risultati span {
    color: #000000;
    border-radius: 4px;
    float: right;
    min-width: 50px;
    padding: 0px 3px;
    background-color: #DADADA;
    text-align: center;
    -webkit-box-shadow: 3px 5px 6px 1px #999999 inset;
    box-shadow: inset 3px 5px 6px 1px #999999;
}

.Tabs .rowRes .risultati DIV {
    position: relative;
    border-bottom: 1px solid #1e2d4a;
    height: 26px;
}

.Tabs .rowRes .risultati DIV:last-child {
    border: 0;
}

.Tabs .rowRes .risultati SPAN {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Dettaglio Coupon */

.Tabs .rowEventi {
    border: 1px solid #383838;
    background-image: -webkit-linear-gradient(bottom, #000000 77%, #303030 100%);
    background-image: linear-gradient(bottom, #000000 77%, #303030 100%);
    -webkit-box-shadow: 0px 20px 30px #303030 inset;
    box-shadow: inset 0px 20px 30px #303030;
    overflow: hidden;
    padding: 5px;
}

.Tabs .rowEventi .date {
    color: #CCCCCC;
    line-height: 20px;
    font-size: 14px;
}

.Tabs .rowEventi .tipoQuota {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #CBCED5;
}

.Tabs .rowEventi .sottoEvento {
    display: inline-block;
    line-height: 18px;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    color: #FFFFFF;
}

.Tabs .rowEventi .hnd {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #CBCED5;
}

.Tabs .rowEventi .quotaVis {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #CBCED5;
}

.Tabs .rowEventi .risultato {
    display: inline-block;
    line-height: 20px;
    font-weight: bold;
    margin-right: 10px;
    color: #CBCED5;
}

.Tabs .rowEventi .esito {
    display: inline-block;
    line-height: 20px;
    font-weight: bold;
    margin-right: 10px;
    color: #CBCED5;
}

.Tabs .rowEventi .tipoComb {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #FFFFFF;
}

.Tabs .rowEventi .numComb {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #FFFFFF;
}

.Tabs .rowEventi .importo {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #CBCED5;
}

.Tabs .rowEventi .vinPot {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #CBCED5;
}

.Tabs .rowEventi .dataPag {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #E19317;
}

.Tabs .rowEventi .vincita {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #F89B02;
}

.Tabs .rowEventi .bonus {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #F89B02;
}

.Tabs .rowEventi .stato {
    display: inline-block;
    line-height: 20px;
    margin-right: 10px;
    color: #F89B02;
}

/* Lista Utenti (Agenti) */

.Tabs .rowList {
    border: 1px solid #383838;
    background-image: -webkit-linear-gradient(bottom, #000000 77%, #303030 100%);
    background-image: linear-gradient(bottom, #000000 77%, #303030 100%);
    -webkit-box-shadow: 0px 20px 30px #303030 inset;
    box-shadow: inset 0px 20px 30px #303030;
    overflow: hidden;
    padding: 5px;
    display: block;
    color: #CCCCCC;
    position: relative;
}

.Tabs .rowList input[type="text"] {
    text-align: right;
}

.Tabs .rowList .content {
    /*padding-left:50px;*/
    background-position: 10px center;
    background-repeat: no-repeat;
}

.Tabs .rowList .id {
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
}

.Tabs .rowList .id div {
    min-width: 180px;
    float: left;
}

.Tabs .rowList .rowHead {
    overflow: hidden;
    padding: 5px 0px;
}

.Tabs .rowList .rowHead div span {
    padding-left: 10px;
    color: #FFFFFF;
}

.Tabs .rowList .rowDetail {
    overflow: hidden;
}

.Tabs .rowList .campo span {
    padding-left: 10px;
    color: #FFFFFF;
}

.Tabs .rowList .nome {
    line-height: 16px;
    font-size: 14px;
    float: left;
    min-width: 180px;
    font-weight: bold;
}

.Tabs .rowList .cognome {
    line-height: 16px;
    font-size: 14px;
    float: left;
    min-width: 180px;
    font-weight: bold;
}

.Tabs .rowList .campo {
    line-height: 16px;
    font-size: 14px;
    float: left;
    width: 180px;
}

.Tabs .rowList .campo span {
    line-height: 16px;
    font-size: 14px;
    text-indent: 10px;
}

.Tabs .rowList .openDetail {
    cursor: pointer;
}

.Tabs .rowList .rowAdded {
    border: 1px solid #999999;
    background-color: #000000;
    border-radius: 4px;
    padding: 5px;
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    line-height: 30px;
}

.Tabs .rowList .rowAdded div {
    display: inline;
    display: inline-block;
    min-width: 110px;
    color: #CCCCCC;
}

.Tabs .rowList .rowAdded div span {
    color: #FFFFFF;
    text-indent: 10px;
}

.Tabs .rowList .rowAdded .btnrow {
    float: right;
    line-height: 25px;
}

.Tabs .rowList .rowAdded a {
    border: 1px solid #E0A608;
    height: 25px;
    background-color: #F8B707;
    color: #000000;
    font-weight: bold;
    -webkit-box-shadow: 0px 10px 15px #FCE199 inset;
    box-shadow: inset 0px 10px 15px #FCE199;
    border-radius: 3px;
    min-width: 70px;
    padding: 0px 5px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    margin-left: 10px;
    display: inline-block;
    margin-top: 2px;
}

/* Classi associate agli Esiti delle Scommesse */

/*  Vincente */

.Tabs .imgTipoEsito1 {
    background-image: url('Images/esito1.png');
    background-repeat: no-repeat;
    background-position: 5px 15px;
    padding-left: 30px;
}

/* Perdente */

.Tabs .imgTipoEsito2 {
    background-image: url('Images/esito2.png');
    background-repeat: no-repeat;
    background-position: 5px 15px;
    padding-left: 30px;
}

/*  In corso */

.Tabs .imgTipoEsito3 {
    background-image: url('Images/esito3.png');
    background-repeat: no-repeat;
    background-position: 5px 15px;
    padding-left: 30px;
}

/*  Annullata */

.Tabs .imgTipoEsito4 {
    background-image: url('Images/esito4.png');
    background-repeat: no-repeat;
    background-position: 5px 15px;
    padding-left: 30px;
}

/*  In Accettazione */

.Tabs .imgTipoEsito5 {
    background-image: url('Images/esito5.png');
    background-repeat: no-repeat;
    background-position: 5px 15px;
    padding-left: 30px;
}

/* dettaglio esito */

.Tabs .imgTipoDettEsito0 {
    background-image: url('Images/ScommesseDettaglioEsito_0.gif');
    background-repeat: no-repeat;
    background-position: 5px 15px;
    padding-left: 30px;
}

.Tabs .imgTipoDettEsito1 {
    background-image: url('Images/ScommesseDettaglioEsito_1.gif');
    background-repeat: no-repeat;
    background-position: 5px 15px;
    padding-left: 30px;
}

.Tabs .imgTipoDettEsito2 {
    background-image: url('Images/ScommesseDettaglioEsito_2.gif');
    background-repeat: no-repeat;
    background-position: 5px 15px;
    padding-left: 30px;
}

.Tabs .imgTipoDettEsito3 {
    background-image: url('Images/ScommesseDettaglioEsito_3.gif');
    background-repeat: no-repeat;
    background-position: 5px 15px;
    padding-left: 30px;
}

/* ViewData */

.Tabs .pnlViewData {
    border-radius: 5px;
    border: 1px solid #787878;
    overflow: hidden;
    font-size: 12px;
    padding: 5px;
    margin: 10px 0;
    background-color: #010101;
    color: #CCCCCC;
    -webkit-box-shadow: 2px 8px 10px #505050 inset;
    box-shadow: inset 2px 8px 10px #505050;
}

.Tabs .pnlViewData .titleData {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #787878;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.Tabs .pnlViewData .line {
    overflow: hidden;
}

.Tabs .pnlViewData .campo {
    float: left;
    font-weight: bold;
    width: 150px;
}

.Tabs .pnlViewData .campo span {
    color: #FFFFFF;
}

.Tabs .pnlViewData .campoLine {
    font-weight: bold;
    width: 150px;
}

.Tabs .pnlViewData .campoLine span {
    color: #FFFFFF;
}

/* Fine Tabs */

.TabsSingle {
    border: 1px solid #383838;
    margin-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFFFFF;
    padding: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 150px 140px -30px #3A3B3B inset;
    box-shadow: inset 0px 150px 140px -30px #3A3B3B;
}

.TabsSingle .titleTabs {
    color: #000000;
    border-radius: 4px;
    background-color: #DD870B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-indent: 10px;
    -webkit-box-shadow: 0px 15px 10px #F9D65B inset;
    box-shadow: inset 0px 15px 10px #F9D65B;
}

.TabsSingle h1 {
    color: #000000;
    border-radius: 4px;
    background-color: #DD870B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-indent: 10px;
    -webkit-box-shadow: 0px 15px 10px #F9D65B inset;
    box-shadow: inset 0px 15px 10px #F9D65B;
    text-align: left;
    margin: 0 0 10px 0;
}

.TabsSingle h2 {
    color: #DADADA;
    border-bottom: 1px solid #EBA917;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-align: left;
    margin: 10px 0;
}

.TabsSingle .subTitleTabs {
    display: block;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}

.TabsSingle.SkinGdpr .subTitleTabs {
    text-align: center;
}

.TabsSingle.SkinGdpr .row,
.TabsSingle.skinFastGamesSwitch .row{
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.TabsSingle.SkinGdpr .row .label {
    font-weight: bold;
    line-height: 20px;
    min-height: 8px;
    padding: 0 5px 0 10px;
}

.TabsSingle.SkinGdpr .row .label input[type="checkbox" i],
.TabsSingle.skinFastGamesSwitch .row .label input[type="checkbox" i]{
    /* Uplift:
    caniuse: The appearance property is supported with the none value, but not auto.
        WebKit, Blink, and Gecko browsers also support additional vendor specific values.
    */
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
}

.TabsSingle.SkinGdpr .row .label input[type="checkbox" i]:checked {
    background-color: #000000;
    background-image: url(Images/checkedBox.png);
    background-position: 1px 1px;
    background-repeat: no-repeat;
    background-size: 16px;
}

.TabsSingle.SkinGdpr .row .label input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.TabsSingle.SkinGdpr .row .label .checkboxValue {
    width: calc(100% - 51px);
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 5px;
    text-align: justify;
}

.TabsSingle.SkinGdpr .row.checkAll {
    display: table-cell;
}

.TabsSingle.SkinGdpr .row input[type="submit"] {
    float: none;
}

.row.checkAll {
    background-color: #404040;
}

.row.checkAll .label input[type="checkbox"],
.skinFastGamesSwitch .row .label input[type="checkbox"] {
    vertical-align: middle !important;
    /* Uplift:
caniuse: The appearance property is supported with the none value, but not auto.
    WebKit, Blink, and Gecko browsers also support additional vendor specific values.
*/
    -webkit-appearance: none;
    appearance: none;
    width: 25px !important;
    height: 12px !important;
    background: #ddd;
    border-radius: 48px !important;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: transparent;
    border: 1px solid #888888 !important;
    margin-left: 0px;
}

.row.checkAll .label input[type="checkbox"]:after,
.skinFastGamesSwitch .row .label input[type="checkbox"]:after{
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
    box-shadow: 0 0 0.25em rgba(0, 0, 0, .3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: -9px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -7px;
}

.row.checkAll .label input[type="checkbox"]:checked,
.skinFastGamesSwitch .row .label input[type="checkbox"]:checked{
    background-color: transparent !important;
    background-image: none !important;
}

.row.checkAll .label input[type="checkbox"]:checked:after,
.skinFastGamesSwitch .row .label input[type="checkbox"]:checked:after{
    left: calc(100% - 15px);
    width: 25px;
    height: 25px;
    top: -7px;
    background-color: #f7cb24;
}
.skinFastGamesSwitch .row .label input[type="checkbox"]:checked:after{
    top: -8px;
}

/* bottomDashed -> Stile da aggiungere a campo per avere il fondo della riga tratteggiato */

.TabSingle .bottomDashed {
    border-width: 1px;
    border-color: #DADADA;
    border-bottom-style: dashed;
}

/* bottomDashed -> Stile da aggiungere a campo per avere il fondo della riga continuo */

.TabSingle .bottomSolid {
    border-width: 1px;
    border-color: #DADADA;
    border-bottom-style: solid;
}

.TabsSingle .campo {
    overflow: hidden;
    margin: 5px 0px 5px 0px;
    border-bottom: 1px solid #434343;
    line-height: 20px;
}

.TabsSingle .campo .label {
    float: left;
    font-size: 12px;
    color: #F89B02;
}

.TabsSingle .campo .value {
    float: right;
    font-size: 12px;
}

.TabsSingle .campo .detScoIG, .TabsSingle .campo .detScoVP {
    color: #FFBB03;
    white-space: nowrap;
    font-weight: bold;
}

.TabsSingle .campo .value .detScoEsitoVin {
    color: #21D522;
    font-weight: bold;
}

.TabsSingle .campo .value .detScoEsitoPer {
    color: #E31515;
    font-weight: bold;
}

.TabsSingle .campo .value .detScoEsitoIncorso {
    color: #FDDD06;
    font-weight: bold;
}

.TabsSingle .campo .message {
    display: block;
    font-size: 12px;
    color: #660000;
    font-weight: bold;
}

.TabsSingle .buttonRow {
    overflow: hidden;
    margin: 5px 0;
}

/* Pulsanti e link a pulsante in TabsSingle */

.divBtns {
    margin-top: 10px;
}

.TabsSingle input[type="submit"], .TabsSingle input[type="button"] {
    border: 1px solid #E0A608;
    padding-left: 15px;
    padding-right: 15px;
    height: 25px;
    background-color: #F8B707;
    color: #000000;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 30px;
    margin-bottom: 10px;
    min-width: 70px;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 15px #FCE199 inset;
    box-shadow: inset 0px 10px 15px #FCE199;
    float: right;
}

.TabsSingle input[type="submit"].sx, .TabsSingle input[type="button"].sx {
    float: left;
    margin-left: 0;
}

.TabsSingle input[type="submit"].dx, .TabsSingle input[type="button"].dx {}

.TabsSingle .linkPls {
    border: 1px solid #97A8C9;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 25px;
    background-image: url('Images/sfButton.jpg');
    background-repeat: repeat-x;
    background-color: transparent;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 5px;
    min-width: 70px;
    float: right;
    cursor: pointer;
    text-align: center;
    display: block;
}

/* Integrazioni di Stili per le varie Sezioni */

/* Giroconto */

.skinGiroconto {}

.skinGiroconto .campo {}

.skinGiroconto .campo .label {
    font-weight: bold;
}

.skinGiroconto .campo .value {
    font-weight: bold;
}

.skinGiroconto .pnlTransaction {
    background-color: #111111;
    border: 1px solid #434343;
    border-radius: 4px;
    padding: 5px;
}

.skinGiroconto .pnlTransaction .titleTransaction {
    color: black;
    border-radius: 4px;
    background-color: #DD870B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-indent: 10px;
    -webkit-box-shadow: 0px 15px 10px #F9D65B inset;
    box-shadow: inset 0px 15px 10px #F9D65B;
    margin-bottom: 10px;
}

.skinGiroconto .pnlTransaction {
    overflow: hidden;
}

.skinGiroconto .pnlTransaction .puls {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    height: 25px;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 2px;
    margin-bottom: 2px;
    min-width: 70px;
    cursor: pointer;
    border: 1px solid #666666;
    background-color: #222222;
    -webkit-box-shadow: 0px 10px 15px #999999 inset;
    box-shadow: inset 0px 10px 15px #999999;
    float: right;
    line-height: 25px;
    text-align: center;
}

.skinGiroconto .pnlTransaction .sel {
    color: #000000;
    border: 1px solid #E0A608;
    background-color: #F8B707;
    -webkit-box-shadow: 0px 10px 15px #FCE199 inset;
    box-shadow: inset 0px 10px 15px #FCE199;
}

.skinGiroconto .pnlTransaction .rowProvider {
    margin: 10px 0;
    border: 1px solid #383838;
    background-image: -webkit-linear-gradient(bottom, black 77%, #303030 100%);
    background-image: linear-gradient(bottom, black 77%, #303030 100%);
    -webkit-box-shadow: 0px 20px 30px #303030 inset;
    box-shadow: inset 0px 20px 30px #303030;
    overflow: hidden;
    padding: 5px;
    display: block;
    color: #CCC;
    position: relative;
}

.skinGiroconto .pnlTransaction .rowProvider .campo {
    border: none;
}

.skinGiroconto .pnlTransaction .campo .label {
    color: #FFFFFF;
}

.skinGiroconto .pnlTransaction .nameProvider {
    font-weight: bold;
    font-size: 16px;
}

.skinGiroconto .lblDisabled {
    background-color: #999999;
}

/* Settings - Cambio Lingua */

.skinLanguage .campo {
    line-height: 30px;
    border: none;
}

.skinLanguage .campo .label {
    line-height: 30px !important;
    font-weight: bold;
}

/* Cambio Password */

.skinUpdatePwd {}

.skinUpdatePwd .campo {
    font-weight: bold;
    border: none;
}

/* Pannello selezione */

.skinSelFormatQuote .campo .item {
    text-align: center;
    padding: 5px 10px;
    line-height: 16px;
    font-weight: bold;
    font-size: 14px;
    background-color: #606060;
    width: 85px;
    color: white;
    border-radius: 3px;
    margin: 5px;
    float: left;
}

.skinSelFormatQuote .campo .sel {
    background-color: #F8B707;
    -webkit-box-shadow: 0px 5px 15px #FCE199 inset;
    box-shadow: inset 0px 5px 15px #FCE199;
    color: #333333;
}

/* skin detail coupon */

.skinCoupon .tbl_Generali, .skinCoupon .tbl_DettagliScommessa, .skinCoupon .pnlPagamento, .skinCoupon .pnlStatoAnnullamento {
    overflow: hidden;
}

.skinCoupon .pnlPagamento .campo {
    border: none;
}

.skinCoupon .tbl_Generali .campo, .skinCoupon .tbl_DettagliScommessa .campo, .skinCoupon .pnlStatoAnnullamento .campo {
    width: 48%;
    float: left;
    border: none;
}

.skinCoupon .tbl_DettagliScommessa .campo.wide {
    width: 100%;
}

.skinCoupon .tbl_Generali .campo .label, .skinCoupon .tbl_DettagliScommessa .campo .label, .skinCoupon .pnlStatoAnnullamento .campo .label {
    float: none;
}

.skinCoupon .tbl_Generali .campo .value, .skinCoupon .tbl_DettagliScommessa .campo .value, .skinCoupon .pnlStatoAnnullamento .campo .value {
    float: none;
    font-size: 18px;
}

.skinCoupon .tbl_Generali .campo:nth-child(2), .skinCoupon .tbl_Generali .campo:nth-child(3), .skinCoupon .tbl_Generali .campo:nth-child(4), .skinCoupon .tbl_Generali .campo.nomeUtente, .skinCoupon .tbl_Generali .campo.data {
    display: block;
    font-size: 20px;
    float: none;
    width: auto;
    overflow: hidden;
    background-color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 10px;
}

.skinCoupon .tbl_Generali .campo:nth-child(2) .value, .skinCoupon .tbl_Generali .campo:nth-child(3) .value, .skinCoupon .tbl_Generali .campo:nth-child(4) .value, .skinCoupon .tbl_Generali .campo.nomeUtente .value, .skinCoupon .tbl_Generali .campo.data .value {
    float: right;
}

.skinCoupon .tbl_Generali .campo:nth-child(2) .label, .skinCoupon .tbl_Generali .campo:nth-child(3) .label, .skinCoupon .tbl_Generali .campo:nth-child(4) .label, .skinCoupon .tbl_Generali .campo.nomeUtente .label, .skinCoupon .tbl_Generali .campo.data .label {
    float: left;
}

/* skin detail transaction */

.skinTrans {
    overflow: hidden;
}

.skinTrans .campo {
    width: 48%;
    float: left;
    border: none;
}

.skinTrans .campo .label {
    float: none;
}

.skinTrans .campo .value {
    float: none;
    font-size: 18px;
}

.skinTrans .campo:nth-child(2), .skinTrans .campo:nth-child(3), .skinTrans .campo:nth-child(4), .skinTrans .campo:nth-child(5), .skinTrans .campo:nth-child(6), .skinTrans .campo:nth-child(7), .skinTrans .campo:nth-child(8), .skinTrans .campo:nth-child(9) {
    display: block;
    font-size: 20px;
    float: none;
    width: auto;
    overflow: hidden;
    background-color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 10px;
}

.skinTrans .campo:nth-child(2) .value, .skinTrans .campo:nth-child(3) .value, .skinTrans .campo:nth-child(4) .value, .skinTrans .campo:nth-child(5) .value, .skinTrans .campo:nth-child(6) .value, .skinTrans .campo:nth-child(7) .value, .skinTrans .campo:nth-child(8) .value, .skinTrans .campo:nth-child(9) .value {
    float: right;
}

.skinTrans .campo:nth-child(2) .label, .skinTrans .campo:nth-child(3) .label, .skinTrans .campo:nth-child(4) .label, .skinTrans .campo:nth-child(5) .label, .skinTrans .campo:nth-child(6) .label, .skinTrans .campo:nth-child(7) .label, .skinTrans .campo:nth-child(8) .label, .skinTrans .campo:nth-child(9) .label {
    float: left;
}

/* skin detail cashier */

.skinCashier {
    overflow: hidden;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #3A3B3B;
}

.skinCashier .campo {
    width: 48%;
    height: 20px;
    line-height: 20px;
    float: left;
    border: none;
}

.skinCashier .campo .label {
    float: none;
}

.skinCashier .campo .value {
    float: none;
    font-size: 12px;
}

.skinCashier .campo:nth-child(2), .skinCashier .campo:nth-child(3), .skinCashier .campo:nth-child(4) {
    display: block;
    font-size: 20px;
    float: none;
    width: auto;
    overflow: hidden;
    border: none;
    border-radius: 0;
    padding: 0 5px;
}

.skinCashier .campo:nth-child(2) .value, .skinCashier .campo:nth-child(3) .value, .skinCashier .campo:nth-child(4) .value {
    float: right;
}

.skinCashier .campo:nth-child(2) .label, .skinCashier .campo:nth-child(3) .label, .skinCashier .campo:nth-child(4) .label {
    float: left;
}

.skinCashier iframe {
    width: 100%;
    border: none;
    height: auto;
}

.cashierIFrame {
    background-image: url('Images/Waiting.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.cassaMenuTbl {
    margin: 15px auto 20px auto;
}

.cassaMenuTbl tr td {
    display: block;
    width: auto;
    padding: 2px 16px 2px 15px;
}

.cassaMenuTbl a {
    display: block;
    color: #ffffff;
    background-image: url(images/menu_bg_sx_mobile.png);
    line-height: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    background-repeat: repeat-x;
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #545454;
    border-radius: 5px;
}

.cassaMenuTbl a:active {
    color: #ffc20e;
    background-position: left bottom;
}

.cassaMenuTbl .sel a {
    color: #ffc20e;
}

.cassaMenuTbl a span {
    height: 45px;
    display: block;
    padding-right: 2px;
    background-repeat: no-repeat;
    background-position: right top;
}

.titleTabs.singleTab {
    color: #000000;
    border-radius: 4px;
    background-color: #DD870B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-indent: 10px;
    -webkit-box-shadow: 0px 15px 10px #F9D65B inset;
    box-shadow: inset 0px 15px 10px #F9D65B;
    margin: 0 5px;
}

.singleTab .subTitleTabs {
    display: block;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
}

/* skin detail messages */

.skinMsg {
    overflow: hidden;
}

.skinMsg>DIV .campo:nth-child(1), .skinMsg>DIV .campo:nth-child(2) {
    width: 48%;
    float: left;
    border: none;
}

.skinMsg>DIV .campo:nth-child(1) .label, .skinMsg>DIV .campo:nth-child(2) .label {
    float: none;
}

.skinMsg>DIV .campo:nth-child(1) .value, .skinMsg>DIV .campo:nth-child(2) .value {
    float: none;
    font-size: 18px;
}

.skinMsg>DIV .campo:nth-child(1), .skinMsg>DIV .campo:nth-child(2), .skinMsg>DIV .campo:nth-child(3), .skinMsg>DIV .campo:nth-child(4) {
    display: block;
    font-size: 20px;
    float: none;
    width: auto;
    overflow: hidden;
    background-color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 10px;
}

.skinMsg>DIV .campo:nth-child(3) {
    margin-bottom: 0;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.skinMsg>DIV .campo:nth-child(4) {
    margin-top: 0;
    border-top: 0;
    font-size: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.skinMsg>DIV .campo:nth-child(1) .value, .skinMsg>DIV .campo:nth-child(2) .value {
    float: right;
}

.skinMsg>DIV .campo:nth-child(1) .label, .skinMsg>DIV .campo:nth-child(2) .label {
    float: left;
}

/*--- RICERCA ---*/

.ricerca {
    background-image: -webkit-linear-gradient(bottom, #000000 70%, #4F4F4F 100%);
    background-image: linear-gradient(bottom, #000000 70%, #4F4F4F 100%);
    -webkit-box-shadow: 0px 10px 15px #4F4F4F inset;
    box-shadow: inset 0px 10px 15px #4F4F4F;
    border: 1px solid #383838;
    color: #FFFFFF;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    overflow: hidden;
}

.ricerca H1 {
    margin: 0 0 10px 0;
    padding: 0;
    border: 0;
    text-align: left;
    color: #000000;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-indent: 10px;
    background-color: #DD870B;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset;
    box-shadow: inset 0px 10px 10px #F9D65B;
}

.ricercaOpen {
    background-image: -webkit-linear-gradient(bottom, #000000 30%, #4F4F4F 100%);
    background-image: linear-gradient(bottom, #000000 30%, #4F4F4F 100%);
}

.ricerca .titleRicerca {
    margin: 0 0 10px 0;
    padding: 0;
    border: 1px solid #333333;
    text-align: left;
    color: #000000;
    border-radius: 4px;
    background-color: #DD870B;
    -webkit-box-shadow: 0px 10px 10px #F9D65B inset;
    box-shadow: inset 0px 10px 10px #F9D65B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-indent: 10px;
    background-image: url('Images/dwnArrow.png');
    background-repeat: no-repeat;
    background-position: 7px 8px;
    text-indent: 20px;
    cursor: pointer;
}

.ricerca .titleRicercaOpen {
    background-image: url('Images/highArrow.png') !important;
}

.ricerca .campo {
    overflow: hidden;
    margin: 5px 0px 5px 0px;
    line-height: 25px;
}

.ricerca .campo .label {
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    float: left;
}

.ricerca .campo .input {
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    display: inline;
    float: right;
}

.ricerca .dateChiare {
    background-color: #252526 !important;
}

.ricerca .dateChiare input {
    display: inline-block;
    border: 1px solid #000000 !important;
    padding: 4px 15px;
    background-color: #252526 !important;
    -webkit-box-shadow: 0px 10px 15px #000000 inset !important;
    box-shadow: inset 0px 10px 5px #606060 !important;
    color: #FFFFFF !important;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
}

.ricerca input[type="submit"], .Tabs input[type="button"] {
    border: 1px solid #E0A608;
    padding-left: 15px;
    padding-right: 20px;
    height: 25px;
    background-color: #F8B707;
    color: #000000;
    font-weight: bold;
    border-radius: 3px;
    margin-left: 2px;
    min-width: 70px;
    min-width: auto;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 15px #FCE199 inset;
    box-shadow: inset 0px 10px 15px #FCE199;
    float: right;
    font-size: 11px;
}

table.refusalDetails {
    width: 100%;
}

table.refusalDetails th {
    font-weight: normal;
}

table.refusalDetails td {
    font-weight: normal;
    font-size: 14px;
}

table.tblRecoveryPassword, table.tblResetPwd {
    text-align: center;
}

table.tblRecoveryPassword .tdRecoveryPasswordNotification {
    padding-bottom: 10px;
}

table.tblRecoveryPassword tr {
    overflow: hidden;
    margin-top: 5px;
}

table.tblRecoveryPassword tr td, table.tblResetPwd tr td {
    font-weight: bold;
    margin: 5px 0;
    display: inline-block;
}

table.tblRecoveryPassword tr td input, table.tblResetPwd tr td input {
    width: 180px;
    height: 22px;
    border: 0;
    margin: 0 10px;
}

table.tblRecoveryPassword tr td .btnLogin, table.tblResetPwd tr td .btnResetPwd, table.tblResetPwd tr td .btnUpdatePwd {
    display: inline-block;
    width: 190px;
    padding: 6px;
    border: 1px solid #E0A608;
    padding-left: 15px;
    padding-right: 15px;
    height: 28px;
    background-color: #F8B707;
    color: #000000;
    font-weight: bold;
    border-radius: 3px;
    min-width: 70px;
    cursor: pointer;
    -webkit-box-shadow: 0px 10px 15px #FCE199 inset;
    box-shadow: inset 0px 10px 15px #FCE199;
    box-sizing: border-box;
    align-items: flex-start;
    text-align: center;
    margin: 0;
}

table.tblRecoveryPassword tr td.ctrlMessageError {
    display: block;
    padding: 20px 30px;
}

/*########## Limitation Page ###########*/

.TabsSingle.skinAutolimitazione {
    text-align: center;
}

.TabsSingle.skinAutolimitazione h2 {
    text-align: center;
    height: auto;
}

.TabsSingle.skinAutolimitazione .row input {
    display: block;
    margin: 0 auto;
    /* Uplift:
    caniuse: The appearance property is supported with the none value, but not auto.
        WebKit, Blink, and Gecko browsers also support additional vendor specific values.
    */
    -webkit-appearance: none;
    appearance: none;
}

.TabsSingle.skinAutolimitazione .row .euro, .TabsSingle.skinAutolimitazione .row .days {
    display: block;
    position: relative;
    top: -23px;
    left: 60px;
    color: #000000;
    margin: 0 auto;
    width: 60px;
    text-align: right;
    margin-bottom: -15px;
}

.TabsSingle.skinAutolimitazione input[type="submit"] {
    float: none;
    display: block;
    margin: 12px auto;
}

.autolimitationCashierButton {
    background-color: #446800;
    box-shadow: 0 10px 5px #73a500 inset;
    margin: 0 auto;
    display: block;
    padding: 1px 8px;
    border: 1px solid #000;
    border-radius: 5px 5px 5px 5px;
    color: #FFF;
    width: 100px;
    line-height: 20px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
