﻿.rightColumnContent b {
    font-weight: bold !important;
}

.headline {
    text-align: justify;
}

.breadcrumbsSP {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #797c7f;
    width: 100%;
    max-width: 1180px;
    margin: 6px auto 7px;
    height: auto;
    line-height: 20px;
    padding: 0 5px 0;
}

    .breadcrumbsSP a {
        color: #797c7f;
        text-decoration: none;
    }

.documenti-area {
    padding-bottom: 10px;
    overflow-x: hidden;
}

.faq ul.documenti-list {
    width: 100%;
}

.documenti-area ul.documenti-list {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.documenti-area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .documenti-area ul.documenti-list li.accordion.active {
        background: url("/Style%20Library/unipol/img/ptz/1702_arrow-red-down.png") 0 8px no-repeat;
    }

    .documenti-area ul.documenti-list li {
        margin: 0 0 10px 0;
        padding: 0 0 0 20px;
        background: url("/Style%20Library/unipol/img/ptz/1702_arrow-red.png") 7px 2px no-repeat;
        line-height: 20px;
    }

.faq ul.documenti-list {
    width: 100%;
}

.documenti-area ul.documenti-list li a {
    color: #0F3250;
}

.faq p {
    color: #0F3250;
}

ul .accordion a {
    font-size: 20px;
}

h1.documentFirstHeading {
    background-color: #0F3250;
    border-bottom: 0 none;
    color: #fff;
    font-size: 24px;
    margin: 10px -8px 10px -15px;
    padding: 9px 20px 6px;
    text-transform: none;
    font-family: 'apex_newbook', sans-serif;
    font-weight: bold;
}

.boxCaratteristiche h2, .boxCaratteristiche h3 {
    font-family: 'apex_newbold', sans-serif;
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
    color: #0F3250;
}

.boxDocumentazione h2, .boxDocumentazione h3, .boxPerSaperneDiPiu h2, .boxPerSaperneDiPiu h3 {
    background-color: #0F3250;
    border-bottom: 0 none;
    color: #fff;
    font-size: 20px;
    margin: 10px -15px 10px -20px;
    padding: 9px 15px 6px;
    font-family: "apex_newbook", sans-serif;
    font-weight: bold;
}

.boxDescrizioneEstesa h2, .boxDescrizioneEstesa h3 {
    font-family: 'apex_newbold', sans-serif;
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
    color: #0F3250;
}

.boxAltreSoluzioni h2, .boxAltreSoluzioni h3 {
    font-family: 'apex_newbold', sans-serif;
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: bold;
    color: #0F3250;
}



.contentBoxSottotitolo {
    background-color: #F9F9F9;
    border: 1px solid #dedede;
    padding: 10px;
}

.boxImmagini img {
    width: 100% !important;
}

.boxDiscalimer {
    font-family: Arial, sans-serif;
    line-height: 1.5em;
    font-size: 13px;
}

    .boxDiscalimer strong {
        font-weight: 500;
    }

/*Area di garanzia*/

.contentBoxSottoAreaDiGaranzia {
    background-color: #F9F9F9;
    border: 1px solid #dedede;
    padding: 10px;
    position: relative;
}

    .contentBoxSottoProdottoInSG h2,
    .contentBoxSottoAreaDiGaranzia h2 {
        text-transform: uppercase;
        font-size: 24px;
        line-height: 1.2em;
        padding-bottom: 8px;
        margin: 0 0 0 0px;
        font-size: 20px;
        font-family: 'apex_newbold', sans-serif;
        font-weight: 900;
        color: #123251;
    }

.contentBoxSottoProdottoInSG {
    background-color: #F9F9F9;
    border: 1px solid #dedede;
    padding: 10px;
    position: relative;
    min-height: 150px;
}

.arrowContainer {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.imgUnderMenu img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Tables */

table {
    max-width: 100%;
}

th {
    text-align: left;
}

.table {
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }



    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }



    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }



    .table .table {
        background-color: #fff;
    }



.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eaeaea;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
