﻿* {
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    height: 100%;
}

table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

a {
    outline: none;
}

h2 {
    margin-top: 15px;
    margin-bottom: 40px;
    color: #0086C0;
    font-size: 16pt;
}

h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #0086C0;
    font-size: 14pt;
}

h4 {
    color: #303030;
    margin-bottom: 10px;
    padding: 0;
    font-size: 12pt;
    font-weight: bold;
}

h5 {
    color: #303030;
    margin-top: 10px;
    padding: 0;
    font-size: 10pt;
    font-weight: bold;
}

br.clear {
    clear: both !important;
}

select {
    border: 1px solid #ccc;
    vertical-align: top;
}

input[type=text], input[type=password], textarea, select {
    border: solid 1px #cccccc;
    padding: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 23px;
}

#out_testata_logo {
    clear: left;
    width: 100%;
    margin: 0 auto;
}

#testata_logo {
    width: 940px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

#singlelogo {
    margin: 15px 0;
    float: left;
}

    #singlelogo img {
    }

#multiplelogo {
    margin: 15px 0;
    float: left;
}

/* LOGOUT AREA */

#divCustomer {
    text-align: right;
    padding: 0;
    margin: 5px;
    font-weight: bold;
    font-size: 12px;
    bottom: 0px;
    float: right;
}

    #divCustomer select {
        font-size: 11px;
        width: 300px;
    }

    #divCustomer span {
        font-size: 11px;
        font-weight: normal;
        width: 300px;
    }

    #divCustomer a, #divCustomer a:link, #divCustomer a:visited, #divCustomer a:active {
        font-family: Arial,Helvetica,Sans-Serif;
        font-size: 11px;
        color: #000000;
        font-weight: normal;
        text-decoration: none;
    }

        #divCustomer a:hover {
            text-decoration: underline;
        }

/* END LOGOUT AREA */

#path {
    font-size: 11px;
    font-weight: bold;
    display: none;
}

    #path span {
        font-weight: normal;
    }

#out_menu_main {
    clear: left;
    width: 100%;
    margin: 0 auto;
    background-color: #4AA9D2;
    border-bottom: 2px solid #F2F2F2;
}

#menu_main {
    width: 940px;
    margin: 0 auto;
    height: 40px;
    background-color: #0086C0;
}

    #menu_main ul {
        margin: 0;
        padding: 0;
    }

    #menu_main li {
        list-style: none;
        line-height: 40px;
        float: left;
    }

    #menu_main a {
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        display: block;
        margin: 0 15px;
    }

#out_header {
    clear: left;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/sf_header.png) top center no-repeat;
    background-color: #66B8DC;
}

#header {
    width: 940px;
    margin: 0 auto;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
}

#out_main {
    clear: left;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

#main {
    width: 940px;
    margin: 0 auto;
    display: block;
}

    #main p {
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
    }

#out_menu_bottom {
    clear: left;
    width: 100%;
    margin: 0 auto;
    background: url(../images/sf_menu_bottom.png) bottom repeat-x;
}

#menu_bottom {
    width: 940px;
    margin: 0 auto;
    height: 30px;
    font-size: 11px;
    color: #666;
    letter-spacing: 1px;
}

    #menu_bottom ul {
        margin: 0;
        padding: 0;
    }

    #menu_bottom li {
        list-style: none;
        line-height: 30px;
        float: left;
    }

    #menu_bottom a {
        font-size: 11px;
        text-decoration: none;
        color: #666;
        letter-spacing: 1px;
        display: block;
        padding: 0 10px;
    }

        #menu_bottom a:hover {
            background-color: #999;
            color: #FFF;
        }

/* GRIDVIEW */

.gdv {
    width: 940px;
    margin: 10px auto 10px auto;
    border-bottom: solid 2px #0086C0;
}

    .gdv th {
        background-color: #0086C0;
        color: #fff;
        font-size: 14px;
        padding: 5px 2px 0 2px;
        padding-bottom: 6px;
        border: solid 1px #0086C0;
    }

    .gdv tr.even {
        background-color: #ffffff;
    }

    .gdv tr.odd {
        background-color: #f5f5f5;
    }

    .gdv th a {
        color: #fff;
    }

    .gdv td {
        color: #000;
        font-size: 13px;
        padding: 4px 2px 4px 2px;
        border: solid 1px #ffffff;
    }

    .gdv .valuta {
        text-align: right;
    }

    .gdv .gridStatus input[type=image],
    .gdv .gridButton input[type=image] {
        width: 16px;
        height: 16px;
    }

        .gdv .gridButton input[type=image]:hover {
            opacity: 0.7;
        }

.gridFilter {
    padding: 5px;
    border: solid 1px #cccccc;
    background: #f5f5f5;
    display: block;
}

    .gridFilter * {
        font-size: 11px;
        color: #666666;
    }

    .gridFilter select, .gridFilter input, .gridFilter textarea, .gridFilter[type=radio] {
        margin: 0 4px 0 4px;
    }

    .gridFilter span.itemFilter {
        margin: 5px 20px 5px 5px;
        min-width: 240px;
        display: inline-block;
    }

    .gridFilter div.buttons {
        width: auto;
        float: right;
        margin: 5px 20px 5px 5px;
        padding: 0;
    }

.gdvFilter {
    display: block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .gdvFilter .gdvPageSize {
        float: right;
    }

    .gdvFilter a.search {
        margin-top: 5px;
        padding-left: 20px;
        background: transparent url(/images/search-16.png) no-repeat;
        text-decoration: none;
        font-weight: bold;
        color: #0086C0;
        display: inline-block;
    }

        .gdvFilter a.search:hover {
            opacity: 0.7;
        }

.noContent {
    margin-top: 20px;
    font-weight: bold;
    font-size: 12pt;
    color: #c00;
    font-style: italic;
}

.login, .esito, .itemWizard, .boxContent {
    margin: 40px auto 40px;
    border: 1px solid #0086C0;
    background: #f5f5f5;
    border-radius: 6px;
    width: 450px;
    padding: 10px;
}

    .itemWizard.large {
        width: 700px;
    }

.boxContent {
    width: 800px;
}


    .login h4, .esito h4, .itemWizard h4, .boxContent h4 {
        display: block;
        color: #0086C0;
        padding: 0;
        margin: 0 0 10px 0;
    }

    .login h5, .esito h5, .itemWizard h5, .boxContent h5 {
        display: block;
        color: #0086C0;
        padding: 0;
        margin: 10px 0 0 0;
    }

.login > div, .esito > div, .itemWizard > div {
    padding: 10px;
}

.login > table, .esito > table, .itemWizard > table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
}

    .login > table > tbody > tr > td, .esito > table > tbody > tr > td, .itemWizard > table > tbody > tr > td {
    }

.login .label, .itemWizard .label {
    width: 140px;
    font-weight: bold;
    text-align: right;
    color: #303030;
}

.login .value, .itemWizard .value {
    text-align: left;
    color: #000000;
    padding-left: 10px;
}

.esito p {
    font-weight: bold;
}

    .esito p strong {
        font-weight: bold;
        color: #c00;
    }

#overlay,
.updateProgress {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    /* background: rgba(255,255,255,0.95); */
    background: rgba(48,48,48,0.9);
}

    .updateProgress div.loader {
        padding: 0px;
        position: absolute;
        top: 40%;
        left: 48%;
        z-index: 60;
    }

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.footer, .push {
    height: 32px;
}

.buttons {
    padding: 20px 0 20px 0;
    text-align: right;
}

a.button {
    position: relative;
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 2px 12px 2px 12px;
    width: 100px;
    background-color: #0086C0;
    border-radius: 60px;
    text-decoration: none;
}

    a.button:hover {
        background-color: #4AA9D2;
        transition: all 0.2s linear;
    }

    a.button.gray {
        color: #999 !important;
        background-color: #c0c0c0;
    }

        a.button.gray:hover {
            background-color: #aaa;
        }

.validationConfirm {
    color: #0086c0;
    text-align: left;
    font-size: 12px;
}

.validationSummary {
    color: #c00;
    text-align: left;
    font-size: 12px;
}

span.validationConfirm, span.validationSummary {
    display: inline-block;
    float: left;
    width: 260px;
}

div.validationSummary {
    display: block;
    float: left;
    width: 400px;
}

    div.validationSummary ul {
        padding-left: 20px;
    }

        div.validationSummary ul li {
            color: #c00;
            text-align: left;
            font-size: 12px;
            padding-bottom: 5px;
        }

#divForm table {
    width: 720px;
    margin: 10px auto 0;
}

    #divForm table tr {
        vertical-align: middle;
    }

    #divForm table th {
        width: 200px;
        padding: 2px 10px;
        background-color: #0086BD;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: bold;
        text-align: right;
    }

    #divForm table td {
        font-size: 13px;
        padding: 2px 10px;
    }

        #divForm table td img {
            vertical-align: middle;
        }

#divForm input {
    width: 410px;
    vertical-align: middle;
}

.break {
    font-weight: bold;
    font-size: 12px;
}

.resetFilter {
    vertical-align: middle;
}

/* POPUP */
.popupAlert {
    text-align: left;
    position: fixed;
    padding: 10px;
    width: 180px;
    border: 1px solid #cc0000;
    background: #f5f5f5;
    border-radius: 6px;
    left: 10px;
    bottom: 45px;
}

    .popupAlert h5 {
        padding-left: 20px;
        background: url(../images/alert.png) no-repeat;
        background-position: 0 2px;
        font-size: 18px;
        font-weight: bold;
        color: #cc0000;
        margin-top: 0px;
    }

    .popupAlert ul {
        padding: 0;
        margin: 0 0 0 10px;
    }

    .popupAlert li {
        font-size: 9px;
        font-weight: bold;
        color: #000;
    }

a.close {
    border-bottom: medium none;
    position: absolute;
    border-left: medium none;
    text-indent: -9000px;
    width: 19px;
    background: url(../images/close.png) no-repeat -133px -3px;
    height: 19px;
    border-top: medium none;
    top: -10px;
    cursor: pointer;
    right: -10px;
    border-right: medium none;
}

/* Fine popup*/

.pnlAlert {
    margin: 40px auto 40px;
    border: 1px solid #cc0000;
    background: #f5f5f5;
    border-radius: 6px;
    width: 450px;
    padding: 10px;
}

    .pnlAlert h5 {
        padding-left: 20px;
        background: url(../images/alert.png) no-repeat;
        background-position: 0 2px;
        font-size: 18px;
        font-weight: bold;
        color: #cc0000;
        margin-top: 0;
    }


/* --------------------------  Tooltip ---------------------------------------- */
#tooltip h3, #tooltip div {
    margin: 0;
}

#tooltip.pretty {
    font-family: Arial;
    border: none;
    width: 210px;
    padding: 20px;
    height: 135px;
    opacity: 0.8;
    background: url('../images/shadow.png');
}
    /* Titolo tooltip */
    #tooltip.pretty h3 {
        margin-bottom: 0.5em;
        font-size: 12pt;
        width: 220px;
        text-align: center;
    }

    #tooltip.pretty div {
        width: 220px;
        text-align: left;
        font-size: 10pt;
    }
/* Testo del tooltip */
#tooltip.fancy {
    background: url('../images/shadow2.png');
    padding-top: 55px;
    height: 100px;
}

    #tooltip.fancy.viewport-right {
        background: url('../images/shadow2-reverse.png');
    }

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

#tooltip.right {
    width: 250px;
}

#fancy2 {
    float: right;
}

/* Long */
#tooltip.long {
    font-family: Arial;
    border: none;
    width: 210px;
    padding: 20px;
    height: 235px;
    opacity: 0.8;
    background: url('../images/shadow-long-left.png');
}
    /* Titolo tooltip */
    #tooltip.long h3 {
        margin-bottom: 0.5em;
        font-size: 12pt;
        width: 220px;
        text-align: center;
    }

    #tooltip.long div {
        width: 220px;
        text-align: left;
        font-size: 9pt;
    }
/* Testo del tooltip */
#tooltip.fancyLong {
    background: url('../images/shadow-long-left.png');
    padding-top: 55px;
    height: 200px;
}

    #tooltip.fancyLong.viewport-right {
        background: url('../images/shadow-long-right.png');
    }
/* --------------------------------- Fine tooltip ------------------------------  */


vSugg {
    text-align: center;
    width: 100%;
}

#divSugg A {
    font-size: 10px;
}

.subT {
    color: Gray;
    font-style: italic;
    font-size: 11px;
}

.divLegenda {
    float: right;
    width: 220px;
    margin-bottom: 20px;
}

.legendaHeader {
    text-align: center;
    width: 100%;
    border-bottom: solid 1px black;
    margin-bottom: 5px;
    font-weight: bold;
}

.legendaContainer {
    padding-left: 10px;
    font-size: 11px;
}

.legendaRow {
    margin-bottom: 4px;
    width: 100%;
}

.legendaColor {
    border: solid 1px black;
    width: 10px;
    height: 12px;
    float: left;
    margin-right: 5px;
}

#divConfBonifico {
    text-align: center;
    margin: 15px 0 15px 0;
}

#divMsgConferma {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}

#divAttenzione {
    font-size: 14px;
    margin-top: 20px;
    text-align: justify;
}

#divNota {
    font-size: 11px;
    margin-top: 20px;
    text-align: justify;
}

#divAttenzione Strong {
    color: #F00;
}

.nota {
    font-style: italic;
    font-size: 11px;
    color: Gray;
}
/* Stili per menù, in override a ddlevelsmenu-topbar.css */
.ddsubmenustyle, .ddsubmenustyle div {
    font: normal 12px Arial;
    list-style-type: none;
    visibility: hidden;
}

.mattblackmenu {
    margin: 0;
    padding: 0;
}

.mattblackmenu li a {
    text-transform: uppercase;
    background: #0086c0;
    padding: 12px;
    vertical-align: central;
    border-right: none;
    height: 40px;
}

    .mattblackmenu li a:visited {
        color: #FFFFFF;
    }

    .mattblackmenu li a:hover {
        color: #000000;
        background: #0086C0;
    }

.mattblackmenu a.selected {
    background: #0086C0;
}

.mattblackmenu li.exit a {
    float: right;
    display: inline-block;
    padding-right: 36px;
    background-image: url(../images/exit-2.png);
    background-position: top right;
    background-repeat: no-repeat;
}

    .mattblackmenu li.exit a:hover {
        background-position: bottom right;
    }

.mattblackmenu li.attCart a {
    float: right;
    display: inline-block;
    background-image: url(../images/cart-2.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #F2C964;
    position:relative;
    padding-right: 20px;
}
.attCart .downarrowpointer {
    display: none;
}

.mattblackmenu li.attCart a .itemNumber {
    position:absolute;
    left:0;
    right:0;
    text-align:center;
    top: 10px;
}


    .mattblackmenu li.attCart a:hover {
        background-position: bottom left;
    }

#out_menu_levels {
    clear: left;
    width: 100%;
    margin: 0 auto;
    background-color: #4AA9D2;
    border-bottom: 2px solid #F2F2F2;
}

#menu_levels {
    width: 940px;
    margin: 0 auto;
    height: 40px;
    background-color: #0086C0;
}

.mattblackmenu ul {
    margin: 0;
    padding: 0;
    font: normal 12px Arial;
    list-style-type: none;
    background: #0086C0;
    overflow: hidden;
    width: 100%;
    border: none;
}

.ddsubmenustyle {
    border: none;
}

    .ddsubmenustyle li a {
        display: block;
        width: auto;
        min-width: 200px;
        max-width: 340px;
        color: white;
        background-color: #4AA9D2;
        text-decoration: none;
        border-right: 1px solid white;
        border-bottom: none;
        padding: 4px 5px;
    }

    .ddsubmenustyle #ddsubmenuCarrelli ul,
    .ddsubmenustyle #ddsubmenuCarrelli ul li,
    .ddsubmenustyle #ddsubmenuCarrelli ul li a {
        width: 80px;
    }

    .ddsubmenustyle div {
        border: none;
    }

    .ddsubmenustyle li a:hover {
        background-color: #4AA9D2;
        color: #000;
    }
/* Fine stili per menù, in override a ddlevelsmenu-topbar.css */

#divForm table th {
    background-color: #4AA9D2;
    padding-right: 15px;
}

    #divForm table th.obbligatorio {
        background: #0086C0 url('/images/obbligatorio.png') no-repeat top right;
    }

#divForm input[type='radio'] {
    width: inherit;
}

#divForm .validationError {
    text-indent: -2000px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('/images/alert.png');
}


/* CRREDITO DISPONIBILE */
.ricarica {
    position: relative;
    border: 2px solid #0086C0;
    border-radius: 6px;
    display: block;
    padding: 10px;
    vertical-align: middle;
    margin: 13px;
}

    .ricarica h3 {
        font-size: 20px;
        margin: 0px;
    }

    .ricarica h4 {
        font-size: 13px;
        margin: 0px;
        color: #0086C0;
    }

    .ricarica hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border-style: solid;
        border-color: #0086C0;
    }

    .ricarica strong {
    }

/* CARRELLO */
.cart {
    /* position: fixed; */
    position: relative;
    width: 180px;
    height: 60px;
    border: 2px solid #F26C4F;
    border-radius: 6px;
    display: block;
    padding: 10px;
    vertical-align: middle;
    margin: 13px 13px 0 0;
    background: #0086C0 url(/images/delete-40w.png) no-repeat right 10px;
}

a:hover .cart {
    background: #4AA9D2 url(/images/delete-40w.png) no-repeat right 10px;
    /* border: 2px solid #F26C4F; */
    transition: all 0.2s linear;
}

.cart.confirm {
    background: #F26C4F url(/images/checkmark-40w.png) no-repeat right 10px;
    /* border: 2px solid #F26C4F; */
}

a:hover .cart.confirm {
    background: #00a850 url(/images/checkmark-40w.png) no-repeat right 10px;
    /* border: 2px solid #00a850; */
    transition: all 0.2s linear;
}

a .cart,
a .cart * {
    font-size: 13pt;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    color: #ffffff;
}

.cart .cartCounter {
    font-size: 12px;
    border-bottom: medium none;
    position: absolute;
    border-left: medium none;
    background: transparent url(/images/cart-counter.png) no-repeat;
    width: 26px;
    overflow: hidden;
    height: 26px;
    border-top: medium none;
    top: -13px;
    cursor: pointer;
    right: -13px;
    border-right: medium none;
    display: block;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
}
