.smaller-link-text {
    font-size: 13px;
}

html {
    background-color: #fff;
}

    html.bg-grey {
        background-color: #f2f2f2;
    }

body {
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
    color: #6f6f6f;
    /*background-color: #fff;*/
}
/*
body.modal-open {
    overflow: hidden;
    padding-right: 17px;
}
*/
.clear {
    clear: both;
    float: none;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

.main-panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .main-panel > .container {
        padding: 0;
    }

.grey-panel {
    background-color: #f2f2f2;
}

.white-panel {
    background-color: #fff;
}

.green-panel {
    background-color: #56b04c;
    color: #fff;
}

.hidden-panel {
    display: none;
}

.main-panel a {
    color: #56b04c;
}

.green-panel a {
    color: #fff;
}

#site-wrapper a.link-bold {
    font-weight: bold;
}

#site-wrapper a.link-external {
    line-height: 19px;
}

    #site-wrapper a.link-external .fa {
        font-size: 12px;
        line-height: 19px;
    }

#site-wrapper a.link-intro {
    font-weight: normal;
    font-family: "Intro Bold";
}

.main-panel.pay-panel {
    background-color: #f2f2f2;
    padding-bottom: 35px;
}

#site-wrapper .main-panel.pay-panel h3 {
    font-family: 'Intro Bold';
    text-transform: none;
    font-size: 20px;
    padding: 14px 0;
    text-align: center;
    color: #6f6f6f;
}

.main-panel.pay-panel .logos {
    height: 55px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: center;
}


/* ************* */
/*     MODALS    */
/* ************* */
.modal.fade.in {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.modal-container .modal-dialog .modal-content {
    border-radius: 5px;
}

.modal-container .modal-header,
.modal-container .modal-footer,
.modal-container .modal-body {
    padding: 10px 20px;
}

.modal-container .modal-header,
.modal-container .modal-footer {
    border: none;
}

.modal-container button.close {
    font-weight: normal;
    margin: 0;
    position: relative;
    z-index: 2;
    opacity: 1;
    outline: none;
}

    .modal-container button.close span {
        color: #999;
        font-size: 37px;
    }

#site-wrapper .modal-container .modal-header h4 {
    color: #6f6f6f;
    font-family: "Intro Black";
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    margin-top: 26px;
    text-transform: uppercase;
}

.modal-container .modal-body span {
    display: inline-block;
}

#site-wrapper .modal-container .modal-body h5 {
    font-family: "Intro Bold";
    font-size: 20px;
    font-weight: normal;
    color: #6f6f6f;
    margin: 5px 0 0;
    line-height: 1.1;
    padding: 5px 20px 15px 0;
}

#site-wrapper .modal-container.modal-form .row {
    margin-bottom: 11px;
}

    #site-wrapper .modal-container.modal-form .row.no-margin-bottom {
        margin-bottom: 0;
    }

#site-wrapper .modal-container.modal-form label {
    margin-bottom: 10px;
}

#site-wrapper .modal-container.modal-form .toggler-collapse {
    display: inline-block;
    margin: 6px 0 3px;
    font-size: 14px;
}

#site-wrapper .modal-container.modal-form .hidden-panel .toggler-collapse {
    font-size: 16px;
}

#site-wrapper .modal-container.modal-form .toggler-collapse a {
    display: inline-block;
    padding: 3px 0;
}

#site-wrapper .modal-container.modal-form .hidden-panel .fields-eraser a {
    line-height: 25px;
}

.modal-container.modal-form .hidden-panel {
    border: 1px solid #56b04c;
    border-radius: 8px;
    background-color: #edf7ee;
    padding: 24px 15px 14px;
    margin: -10px 0 23px;
    width: 100%;
}

    .modal-container.modal-form .hidden-panel .button-container {
        padding: 0;
    }

        .modal-container.modal-form .hidden-panel .button-container .btn {
            margin: 0;
            font-size: 14px;
            padding: 7px 10px;
        }

    .modal-container.modal-form .hidden-panel.calcolatore_cf_content .button-container .btn {
        font-size: 12px;
    }

    .modal-container.modal-form .hidden-panel .button-container.calculator-container {
        text-align: center;
    }

.modal-container .modal-body .field-container {
    display: block;
}

.modal-container .modal-body span,
.modal-container .modal-body .field-container {
    margin-bottom: 20px;
}

    /*DIGEPIE: Necessario azzerare il margin per la visualizzazione dello span degli errori!!!*/
    .modal-container .modal-body span.text-error {
        margin-bottom: 0px;
    }


    .modal-container .modal-body .field-container span {
        margin-bottom: 0px;
    }

.modal-container a {
    color: #56b04c;
}

/***** PERSONALIZZAZIONE DI iCheck *****/
.form-group.icheck-container .checkbox-inline > div {
    border-radius: 3px;
    margin-top: 5px;
}

.form-group.icheck-container .radio, .form-group.icheck-container .check {
    margin: 18px 0 21px;
    padding-left: 40px;
}

#consenso-privacy-checkbox-container.radio {
    margin: 18px 0 0px;
}

#consenso-set-informativo-checkbox-container.radio {
    margin: 18px 0 0px;
}

.panel-body .row.consenso-set-informativo .form-group {
    padding-left: 15px;
}

.panel-body #row-consenso-set-informativo {
    padding-left: 15px;
}

#consenso-alfaLinear-checkbox-container.radio {
    margin: 18px 0 0px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

/* ************* */
/* FROM HOME.CSS */
/* ************* */

#site-wrapper h1,
#site-wrapper h2,
#site-wrapper h3,
#site-wrapper h4,
#site-wrapper h5,
#site-wrapper h6 {
    font-weight: normal;
    color: #07A24F;
}

#site-wrapper h1 {
    font-size: 2.4em;
    margin-top: 0;
}

#site-wrapper .modal h1,
#site-wrapper .modal h2,
#site-wrapper .modal h3,
#site-wrapper .modal h4,
#site-wrapper .modal h5 {
    font-weight: bold;
}

#site-wrapper header {
    height: 73px;
    margin-bottom: 0;
    padding: 8px 0;
}

.col-no-padding {
    padding: 0;
}

#site-wrapper #top-bar-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../../images/rl2015/header-greenbar-mobile.jpg') repeat-x scroll center 44px;
    height: 73px;
    clear: right;
}

#site-wrapper #top-bar {
    text-align: right;
    padding: 5px;
}

    #site-wrapper #top-bar a i {
        font-size: 30px;
    }

    #site-wrapper #top-bar a:hover {
        text-decoration: none;
    }

    #site-wrapper #top-bar a.btn.btn-sm.dropdown-toggle {
        background-color: #FF0 !important;
        color: #333;
        border-color: #068742;
        padding-top: 8px;
    }

    #site-wrapper #top-bar .dropdown-menu {
        left: 6px;
    }

        #site-wrapper #top-bar .dropdown-menu > li > a {
            padding: 0 20px;
            line-height: 2em;
            color: #333333;
            text-transform: none;
            font-size: 16px;
            width: 100%;
            display: block;
        }

#site-menu a {
    color: #fff;
}

#site-wrapper .a6 {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

    #site-wrapper .a6 i {
        font-size: 18px;
    }

#site-wrapper footer .footer-link a {
    display: block;
    line-height: 18px;
    padding: 9px 0 10px;
}



/* ************* */
/* FROM HOME.CSS */
/* ************* */












.s1, .s2, .s3, .s4, .s5, .s6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2em;
    color: inherit;
    display: block;
}

.s1 {
    font-size: 44px;
}

.s2 {
    font-size: 34px;
}

.s3 {
    font-size: 28px;
}

    .s3 i {
        color: #069;
    }

    .s3 a {
        color: #000;
    }

        .s3 a:hover {
            text-decoration: none;
        }

.s4 {
    font-size: 24px;
}

.s5 {
    font-size: 20px;
}

.s6 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5 {
    font-weight: bold;
    line-height: 1.2em;
}

h6, .s6 {
    font-weight: normal;
}

hr {
    margin-top: 30px;
    margin-bottom: 0;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    line-height: 1.7em;
}

ul.square-list {
    list-style: square;
    margin-left: 20px;
}

.modal ul {
    list-style: inherit;
    padding-left: 18px;
}

    .modal ul#faq_list li {
        margin-bottom: 10px;
    }

.modal li {
    line-height: 1.2em;
}

ul.with_dotted li {
    list-style: initial;
    list-style-position: inside;
}

ul.disk-list {
    list-style: none;
    padding-left: 20px;
}

    ul.disk-list li {
        text-indent: -17px;
        line-height: 19px;
        margin-bottom: 6px;
    }

        ul.disk-list li:before {
            content: "•";
            font-size: 30px;
            line-height: 1;
            padding-right: 5px;
            position: relative;
            top: 5px;
        }

ul.minus-list {
    list-style: none;
    padding-left: 20px;
}

    ul.minus-list li {
        text-indent: -17px;
        line-height: 19px;
        margin-bottom: 6px;
    }

        ul.minus-list li:before {
            content: "-";
            font-size: 19px;
            line-height: 1;
            padding-right: 5px;
            position: relative;
            top: 1px;
        }
/* Body & Common classes  -----------------------------------------------------------------*/
body {
    line-height: 1.2em;
    /*Sposta la scrollbar "fuori" dal body*/
    -ms-overflow-style: scrollbar;
}


a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #E2E2E2;
}

::-moz-placeholder {
    color: #E2E2E2;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #E2E2E2;
}
/* ie */
input:-moz-placeholder {
    color: #E2E2E2;
}

::-ms-clear {
    display: none;
}

input:focus, textarea:focus, select:focus, a:focus, input, textarea,
select, a {
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

/***** GENERALIZZAZIONI KD+ - FORMS *****/
.form-group > .form-control {
    background-color: #fff;
    margin-top: 10px;
    border-color: #ababab;
    color: #6f6f6f;
}

.form-group .form-control {
    color: #6f6f6f;
}

.form-group label > span {
    display: block;
    font-size: 14px;
    line-height: 1.1;
}

.form-kilograms .kilograms-container,
.form-currency .currency-container,
.form-kilometer .kilometer-container {
    border: 1px solid #ababab;
    border-radius: 6px;
    height: 55px;
    position: relative;
}

.form-kilograms .form-control,
.form-currency .form-control,
.form-kilometer .form-control {
    border: medium none;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: right;
    width: 48px;
    height: 53px;
    margin: 0;
    line-height: 53px;
}

.form-kilograms .currency-container > span,
.form-currency .currency-container > span,
.form-kilometer .kilometer-container > span {
    height: 53px;
    position: absolute;
    line-height: 53px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
}

.form-kilograms .currency-container .label-append,
.form-currency .currency-container .label-append,
.form-kilometer .kilometer-container .label-append {
    left: 48px;
}

.form-kilograms .currency-container .label-right,
.form-currency .currency-container .label-right,
.form-kilometer .kilometer-container .label-right {
    right: 0;
}

.form-kilograms .kilograms-container .label-right,
.form-kilometer .kilometer-container .label-right {
    padding-right: 20px;
}

.form-currency .currency-container .label-right {
    padding-right: 6px;
}

.form-group .form-control.ui-autocomplete-opened {
    border-radius: 6px 6px 0 0;
}

.form-group [readonly].form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    border: 1px solid #d9d9d9;
}
/***** GENERALIZZAZIONI KD+ - FORMS *****/

.font-normal {
    font-weight: normal;
}

.border-green {
    border: 1px solid #01a34f;
}

.border-radius {
    border-radius: 6px;
}

.background-light-green {
    background-color: #eef7ed;
    overflow: hidden;
}

.background-white {
    background-color: #fff;
}

/* Bootstrap components -------------------------------------------------------------*/

/* Buttons and Inputs ----------------------------------------------------*/
.btn {
    padding: 14px 20px;
    min-width: 160px;
    font-size: 22px;
    font-weight: bold;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.2em;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 20px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 10px 20px;
}

label.btn {
    font-weight: normal;
    word-wrap: normal;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active,
.btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #1b5ac8;
    border-color: #1b5ac8;
}

.btn-default {
    box-shadow: 0 4px 0px #123678;
}

    .btn-default:active {
        transform: translateY(2px);
        -webkit-transform: translateY(2px);
        box-shadow: 0 2px 0px #123678;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active,
.btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #fff;
    border-color: #1b5ac8;
}

.btn-primary {
    box-shadow: 0 4px 0px #123678;
}

    .btn-primary:active {
        transform: translateY(2px);
        -webkit-transform: translateY(2px);
        box-shadow: 0 2px 0px #123678;
    }

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active,
.btn-success.active, .open > .dropdown-toggle.btn-default {
    background-color: #01a34f;
    border-color: #01a34f;
}

.btn-success {
    box-shadow: 0 4px 0px #0a7e3f;
}

    .btn-success:active {
        transform: translateY(2px);
        -webkit-transform: translateY(2px);
        box-shadow: 0 2px 0px #0a7e3f;
    }

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active,
.btn-info.active, .open > .dropdown-toggle.btn-info {
    background-color: #fff;
    border-color: #01a34f;
}

.btn-info {
    box-shadow: 0 4px 0px #0a7e3f;
}

    .btn-info:active {
        transform: translateY(2px);
        -webkit-transform: translateY(2px);
        box-shadow: 0 2px 0px #0a7e3f;
    }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active,
.btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-color: #cc0000;
    border-color: #cc0000;
}

.btn-warning {
    box-shadow: 0 4px 0px #67090b;
}

    .btn-warning:active {
        transform: translateY(2px);
        -webkit-transform: translateY(2px);
        box-shadow: 0 2px 0px #67090b;
    }

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active,
.btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-color: #cc0000;
    border-color: #cc0000;
}

.btn-danger {
    box-shadow: 0 4px 0px #67090b;
}

    .btn-danger:active {
        transform: translateY(2px);
        -webkit-transform: translateY(2px);
        box-shadow: 0 2px 0px #67090b;
    }

.btn-warning, .btn-danger {
    color: #ffffff;
    background-color: #cc0000;
    border-color: #cc0000;
}

.btn-xs {
    padding: 0 10px;
    height: 40px;
    font-size: 16px;
    width: auto;
    min-width: 0;
}

a.btn {
    padding-top: 15px;
}

a.btn-sm {
    padding: 8px 15px;
    border-radius: 6px;
    height: 50px;
}

    a.btn-sm i {
        font-size: 24px;
        margin: 3px 5px 0 0;
        float: left;
    }

.input-group-addon:not(:first-child ):not(:last-child ), .input-group-btn:not(:first-child ):not(:last-child ), .input-group .form-control:not(:first-child ):not(:last-child ) {
    border-radius: 0 6px 6px 0;
}
/* Buttons checkbox and radiobutton inside form -------------------------*/
.btn-group .btn {
    border-color: #01a34f;
    color: #01a34f;
    border: solid 1px;
    background-color: #fff;
    margin-right: 0px;
    min-width: 90px;
    height: 50px;
    padding-top: 13px;
    font-size: 18px;
}

.btn-group .active {
    border-color: #01a34f;
    color: #fff;
    background-color: #01a34f;
}

.btn-group.error .btn {
    border-color: #CC0000;
    color: #CC0000;
}
/* Remove shadow on active state*/
.btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.btn:active, .btn-group .btn-default:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0;
}

.btn-group.btn-group-justified .btn {
    padding-top: 15px;
}
/* Remove glow effect on buttons e input*/
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}

.btn.telephone {
    background: url(../../images/rl2015/ico_phone.png) left top no-repeat;
    border: none;
    color: #000;
    cursor: default;
    padding-left: 0;
    font-weight: normal;
    font-size: 20px;
    box-shadow: none;
    height: 75px;
    min-width: 0;
    padding-left: 55px;
    display: block;
    font-family: 'Intro Black';
    color: #6f6f6f;
    float: left;
    text-align: left;
    width: 105%;
    padding-top: 4px;
    margin-bottom: 5px;
}

    .btn.telephone:active {
        transform: none;
    }

    .btn.telephone + p {
        float: left;
        width: 95%;
        margin-top: -55px;
        margin-left: 56px;
    }

*/
/***** GENERALIZZAZIONI KD+ - LINK *****/
.main-panel .link-container {
    padding: 15px 0;
    text-align: center;
}

    .main-panel .link-container.links-centred {
        text-align: center;
    }

    .main-panel .link-container.links-left {
        text-align: left;
    }

.modal-body .main-panel .link-container {
    text-align: left;
}

.main-panel .link-container a {
    display: block;
    margin-bottom: 3px;
}

.main-panel .link-container.links-white a {
    color: #fff;
}

.main-panel .link-container a.normal {
    font-family: 'Intro Bold';
    font-size: 18px;
}

    .main-panel .link-container a.normal > .fa {
        position: relative;
        top: -1px;
        font-size: 10px;
    }

.main-panel .link-container a.little {
    font-size: 14px;
}

    .main-panel .link-container a.little > .fa {
        font-size: 8px;
    }
/***** GENERALIZZAZIONI KD+ - LINK *****/

/***** GENERALIZZAZIONI KD+ - BOTTONI *****/
.button-container .btn {
    border: medium none;
    box-shadow: none;
    font-family: "Intro Black";
    font-weight: normal;
    margin: 15px 0;
    text-transform: uppercase;
    width: auto;
    font-size: 18px;
    height: 45px;
    line-height: 25px;
    border-radius: 22px;
    padding: 10px 20px;
}

    .button-container .btn > .fa {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        position: relative;
        top: -1px;
    }

.button-container .btn-auto-height {
    height: auto;
}

    .button-container .btn-auto-height > .fa {
        font-size: 10px;
        line-height: 20px;
    }

.button-container .btn-little {
    border-radius: 17px;
    font-size: 14px;
    height: 34px;
    line-height: 20px;
    padding: 7px 10px;
    width: auto;
}

    .button-container .btn-little > .fa {
        font-size: 10px;
        line-height: 20px;
    }

.button-container .btn-large {
    border-radius: 27px;
    font-size: 23px;
    height: 55px;
    line-height: 25px;
    padding: 15px 25px;
}

.button-container .btn-large-hppersonale {
    font-size: 16px;
}

.button-container .btn-large > .fa {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    top: -2px;
}

.button-container .btn-white,
.button-container .btn-white:focus,
.button-container .btn-white:active,
.button-container .btn-white:hover,
.button-container .btn-white:visited {
    background-color: #fff;
    color: #56b04c;
}

.button-container .btn-green,
.button-container .btn-green:focus,
.button-container .btn-green:active,
.button-container .btn-green:hover,
.button-container .btn-green:visited {
    background-color: #56b04c;
    color: #fff;
}

.button-container .btn-grey,
.button-container .btn-grey:focus,
.button-container .btn-grey:active,
.button-container .btn-grey:hover,
.button-container .btn-grey:visited {
    background-color: #f2f2f2;
    color: #56b04c;
}

.button-container .btn-empty,
.button-container .btn-empty:focus,
.button-container .btn-empty:active,
.button-container .btn-empty:hover,
.button-container .btn-empty:visited {
    color: #56b04c;
    border: 3px solid #56b04c;
    background-color: transparent;
    padding: 7px 10px;
}

.button-container .btn-empty-white,
.button-container .btn-empty-white:focus,
.button-container .btn-empty-white:active,
.button-container .btn-empty-white:hover,
.button-container .btn-empty-white:visited {
    color: #fff;
    border: 3px solid #fff;
    background-color: transparent;
    padding: 7px 17px;
}

.button-container .btn-large.btn-empty {
    padding: 12px 22px;
    border: 3px solid #56b04c;
}

.button-container .btn-large.btn-empty-white {
    padding: 12px 22px;
    border: 3px solid #fff;
}

.button-container .btn-little.btn-empty,
.button-container .btn-little.btn-empty-white {
    border-width: 2px;
    padding: 5px 8px;
}

.hidden-panel .button-container.calculator-container .btn {
    font-size: 14px;
}

/***** GENERALIZZAZIONI KD+ - BOTTONI *****/


.form-control {
    height: 55px;
    font-size: 20px;
    font-weight: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-appearance: none;
}


    .form-control:focus {
        box-shadow: none;
    }

    .form-control.danger {
        color: #930;
    }

.form-control-feedback {
    line-height: 60px;
}

.form-inline button {
    margin-top: 20px;
}


.has-error .form-control {
    border-color: #ababab;
}

    /*Commentato perché si toglie il punto esclamativo rosso dalle validazioni*/
    /*.has-error.form-group input {
  background-image: url(../../images/rl2015/warning.png);
  background-repeat: no-repeat;
  background-position: 96% 56%;
  padding-right:50px;
}*/

    .has-error .form-control:focus {
        box-shadow: none;
    }

.has-error input::-webkit-input-placeholder {
    color: #ff0000 !important;
    opacity: 0.5;
}

.mismatch-error input::-webkit-input-placeholder {
    color: #ff0000 !important;
    opacity: 0.5;
}

.has-error input::-moz-placeholder {
    color: #ff0000 !important;
    opacity: 0.5;
}

.mismatch-error input::-moz-placeholder {
    color: #ff0000 !important;
    opacity: 0.5;
}

.has-error input:-ms-input-placeholder {
    color: #ff0000 !important;
}

.mismatch-error input:-ms-input-placeholder {
    color: #ff0000 !important;
}

.has-error inputinput:-moz-placeholder {
    color: #ff0000 !important;
    opacity: 0.5;
}

.mismatch-error inputinput:-moz-placeholder {
    color: #ff0000 !important;
    opacity: 0.5;
}
/* SPINNER INLINE */
.form-group input.with-spinner.spinning {
    background-image: url("../../images/rl2015/loader.gif");
    background-position: 96% 56%;
    background-repeat: no-repeat;
    padding-right: 50px;
}

label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.radio label, .options label {
    display: block;
    max-width: 100%;
    margin-bottom: 15px;
    font-weight: normal;
    padding-left: 30px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity = 0);
    }

.form-control.input-small {
    width: auto;
}

select {
    height: 60px;
    min-width: 84px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #D9D9D9;
    background-color: #FFF;
    border-radius: 6px;
    outline: none;
}

    select.error {
        border: 1px solid #CC0000;
        color: #CC0000;
    }

/* Affix -----------------------------------------------------------------*/
.affix {
    top: 24px;
    width: 360px;
}

.affix-bottom {
    position: absolute;
    width: 360px;
}

/* Input-group-addon -----------------------------------------------------*/
.input-group-addon.primary {
    color: #fff;
    background-color: #1b5ac8;
    border-color: #1b5ac8;
}

.input-group-addon.success {
    color: rgb(255, 255, 255);
    background-color: rgb(92, 184, 92);
    border-color: rgb(76, 174, 76);
}

.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
}

.input-group-addon.warning {
    color: rgb(255, 255, 255);
    background-color: rgb(240, 173, 78);
    border-color: rgb(238, 162, 54);
}

.input-group-addon.danger {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}

input.form-control.locked {
    border: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    cursor: default;
    margin-top: -15px;
    margin-bottom: -8px;
    margin-left: -10px;
    padding-right: 0;
}

input:-moz-read-only { /* For Firefox */
    background-color: white;
}

input:read-only {
    background-color: white;
}

input.form-control.locked + span {
    display: none;
}

/* Modals ----------------------------------------------------------------*/
/* body.modal-open {
	overflow: inherit;
} */
/*
.modal .close {
	font-size: 30px;
	font-weight: normal;
	opacity: 0.6;
	position: relative;
	padding: 0 10px;
	margin: 0 -10px;
	z-index: 2
}

.modal-body h5, .modal-body h4 {
	color: #01a34f;
	line-height: 1.2em;
}
.modal .well {
	font-size: 0.98em;
	color: #686868;
}
*/
/* Popover ---------------------------------------------------------------*/
.popover {
    background-color: #f1f2c9;
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #6f6f6f;
    padding: 5px 3px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 180px;
    z-index: 99999;
    /*    margin-left: 100px; */
}

    .popover.bottom > .arrow {
        border-bottom-color: #d2d2d2;
    }

    .popover.right > .arrow {
        border-right-color: #d2d2d2;
    }

    .popover.left > .arrow {
        border-left-color: #d2d2d2;
    }

    .popover.top > .arrow {
        border-top-color: #d2d2d2;
    }

    .popover.left > .arrow:after {
        border-left-color: #f1f2c9;
    }

    .popover.bottom > .arrow:after {
        border-bottom-color: #f1f2c9;
    }

    .popover.top > .arrow:after {
        border-top-color: #f1f2c9;
    }

    .popover.right > .arrow:right {
        border-right-color: #f1f2c9;
    }

/* Popover ---------------------------------------------------------------*/
.alert-warning {
    color: #333;
}

/* Centred column -------------------------------------------*/
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

/* Stripes ---------------------------------------------------------------*/
.stripe {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1) inset;
    border: none;
}


.stripe-gray {
    background: #ededed;
    border: none;
}

.stripe-white {
    background: #fff;
    border: none;
}

    .stripe-white .container {
        margin: 0 auto;
    }

/* Stripes with arrow ----------------------------------------------------*/
.stripe-step {
    border: 0;
}

    .stripe-step.first-step {
        border: 0;
    }

    .stripe-step:before {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #fff;
        bottom: -25px;
        content: '';
        left: 50%;
        top: -18px;
        margin-left: -25px;
        position: relative;
    }

/* Columns of same height styles */
.row-same-height {
    display: table;
    width: 100%;
}

.col-xs-height {
    display: table-cell;
    float: none;
}

/* Vertical alignment styles */
.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/* Nav tabs stripe */
.nav-tabs-stripe {
    border-bottom: 0;
}

    .nav-tabs-stripe li a, .nav-tabs-stripe li a:hover, .nav-tabs-stripe li a:active,
    .nav-tabs-stripe li a:link, .nav-tabs-stripe li a:visited {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        font-size: 18px;
        padding: 20px 40px;
        background-color: #fff;
        border: 1px solid #fff;
        border-bottom: 1px solid #068742;
        color: #068742;
    }

    .nav-tabs-stripe li.active a, .nav-tabs-stripe li.active a:visited,
    .nav-tabs-stripe li.active a:active, .nav-tabs-stripe li.active a:focus,
    .nav-tabs-stripe li.active a:hover {
        background-color: #f3ffe8;
        border: 1px solid #068742;
        border-bottom: 1px solid #f3ffe8;
    }

#editWarning {
    margin-top: 0px;
}
/* Sidebar */
.sidebar {
    position: fixed;
    z-index: 0;
}

    .sidebar.topBar {
        position: fixed;
        z-index: 666;
        width: 100%;
        left: 0;
        padding-top: 0px;
    }
/* .sidebar.dipendente{ */
/* } */
/* .sidebar.topBar.dipendente{ */
/* 	position: absolute; */
/*   	width: 100%; */
/*   	top: 0px!important; */
/* } */
.affix {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 666;
}

.affix-top {
    position: fixed;
    left: 0;
    top: 44px;
    width: 100%;
}


/* End sidebar*/
.sub-sidebar {
    background-color: #FFF;
    display: none;
    padding: 0;
    border-bottom: 0px #000 solid;
    /* box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); */
}

    .sub-sidebar .close-sub-sidebar {
        margin-bottom: 0px;
    }

.sidebar .s5 {
    font-size: 16px;
    margin-top: 6px;
}

.sidebar .s2 {
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 3px;
}

.sidebar .bundle .bundle-badge {
    top: 50px;
    left: 14.5%;
}

.head-sidebar {
    margin-top: -5px;
}

    .head-sidebar .s1 {
        margin-top: 6px;
        font-size: 24px;
        text-align: right;
        margin-top: 19px;
    }
/* End sidebar */
.partner {
    margin-top: 40px;
}

    .partner p.content {
        margin: 0;
        padding-top: 5px;
    }

    .partner span.bolder {
        font-size: 18px;
        font-weight: normal;
        font-family: 'Intro Bold';
    }

.s1.price {
    font-size: 64px;
}

.modify-link {
    margin-left: -10px;
}

.modify-date {
    margin-left: -10px;
}

.panel {
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.transparent-panel .panel {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel.nested {
    box-shadow: none;
}

    .panel.nested .btn {
        min-width: 140px;
    }

.panel h2 {
    padding: 0 10px;
    color: #ABABAB;
}

.panel.active h2 {
    color: #fff;
}

.panel.done h2 {
    color: #01a34f;
}

.panel h4 {
    font-size: 20px;
}

.panel.nested h4 {
    font-size: 16px;
}

.text-evidence {
    font-size: 20px;
    font-weight: bold;
    margin: 24px 0 24px 0;
    padding: 0;
    line-height: 1.2em;
    display: block;
    background: none;
    border: none;
    outline: none;
}

    .text-evidence small {
        display: block;
        font-weight: normal;
        font-size: 0.9em;
        margin-top: 5px;
    }

button.text-evidence {
    margin-left: -10px;
}

.promo_badge {
    display: none;
}

.toggle-arrow {
    width: 32px;
    height: 30px;
    display: inline-block;
    margin-right: -2px;
    margin-left: 7px;
    margin-top: 12px;
    margin-bottom: -4px;
    padding-top: 1px;
    cursor: pointer;
    color: green;
    border: 1px solid green;
    text-align: center;
}

/* Various common classes ------------------------------------------------------*/
.help-button {
    width: 60px;
    height: 60px;
    background-color: #01a34f;
    color: #FFF;
    margin: -45px -15px;
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
    opacity: .5;
    cursor: pointer;
}

    .help-button:hover {
        opacity: 1;
    }

.help-box {
    background: #CCC;
    padding: 15px;
}

.text-green {
    color: #01a34f;
}

.text-red {
    color: #cc0000;
}

.text-light-grey {
    color: #b3b3b3;
}

.loading_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    z-index: 9999;
}

.loading_overlay_icon {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    z-index: 99999;
}

.modal_wrapper {
    display: none;
}

.overflow_hidden {
    overflow: hidden;
}

.inline_el {
    display: inline;
}

.cardslogo {
    width: 100%;
    max-width: 320px;
}

#top-bar-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    clear: both;
}

#toggle-bar {
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
    background: url(../../images/rl2015/ico_apri_arrow.png) no-repeat;
    background-position: right 9px;
    width: 115px;
    margin-top: 7px;
}

    #toggle-bar.chiudi {
        width: 60px;
        background: url(../../images/rl2015/ico_chiudi_arrow.png) no-repeat;
        background-position: right 9px;
    }

#ui-autocomplete-list-relative {
    padding-right: 2px;
    background: none;
}

div.awesomplete > ul, ul.ui-autocomplete {
    padding: 10px 0;
    border: 1px solid #ababab;
    border-top: none;
    border-radius: 0 0 6px 6px;
    margin-top: -2px;
    background: #fff;
    z-index: 9999999;
}

    div.awesomplete > ul[hidden], div.awesomplete > ul:empty {
        display: none;
    }

    div.awesomplete > ul > li, ul.ui-autocomplete > li {
        position: relative;
        padding: .2em .5em;
        cursor: pointer;
        font-weight: bold;
        color: #6f6f6f;
    }

        div.awesomplete > ul > li:hover, ul.ui-autocomplete > li:hover,
        .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
            margin: 0;
            color: #56b04c;
        }
        /* 
div.awesomplete>ul>li:hover, ul.ui-autocomplete>li:hover {
	background: #ededed;
	color: black;
} */

        div.awesomplete > ul > li[aria-selected="true"] {
            background: #ededed;
            color: white;
        }

div.awesomplete mark {
    font-weight: normal;
    background-color: transparent;
    padding: 0;
}

div.awesomplete li:hover mark {
    background-color: transparent;
}

div.awesomplete li[aria-selected="true"] mark {
    background-color: transparent;
}
/*-----------------------------------------------------------------------------------*/
/*	2.	Header Styles
/*-----------------------------------------------------------------------------------*/
header {
    height: 20px;
    margin-bottom: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

/* Main site navigation */
.container.menu {
    padding-left: 0;
    padding-right: 0;
}

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
    outline: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:hover, h2 a:hover, h3 a:hover,
h4 a:hover, h5 a:hover, h6 a:hover, h1 a:active, h2 a:active, h3 a:active,
h4 a:active, h5 a:active, h6 a:active, h1 a:focus, h2 a:focus, h3 a:focus,
h4 a:focus, h5 a:focus, h6 a:focus, h1 a:visited, h2 a:visited, h3 a:visited,
h4 a:visited, h5 a:visited, h6 a:visited {
    color: #07A24F;
}

.burger-menu {
    float: right;
    height: 42px;
    margin-right: -10px;
    margin-top: 19px;
    width: 42px;
    background: url(../../images/rl2015/sprite-new.png) no-repeat -192px -146px;
}

a.toggle-nav, a.toggle-nav:hover {
    text-decoration: none;
}

#site-wrapper {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    padding: 0;
}

/* questa forse influisce sul desktop */
#site-menu {
    width: 275px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -275px;
    background: #fff;
    padding: 0;
    border-left: 5px solid #068742;
    z-index: 9;
}

#site-menu {
    background-color: #56b04c;
    padding-top: 12px;
    -webkit-box-shadow: inset 20px 0px 20px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: inset 20px 0px 20px 0px rgba(0,0,0,0.10);
    box-shadow: inset 20px 0px 20px 0px rgba(0,0,0,0.10);
    border: none;
}

    #site-menu li {
        line-height: 2.7em;
    }

    #site-menu ul, #site-menu ul li span {
        margin: 0 auto;
    }

    #site-menu li.logged-user {
        -webkit-box-shadow: inset 20px 0px 20px 10px rgba(0,0,0,0.10);
        -moz-box-shadow: inset 20px 0px 20px 10px rgba(0,0,0,0.10);
        box-shadow: inset 20px 0px 20px -10px rgba(0,0,0,0.10);
        background-color: #FFFFFF;
        padding: 4px 0 16px;
        margin-top: -12px;
    }

    #site-menu ul li i {
        color: #fff;
        font-size: 11px;
        height: 0;
        margin: 23px 26px 0 0;
    }
    /* questa forse influisce sul desktop */
    #site-menu li a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 0 10px;
    }
    /* questa è mobile da quì */
    #site-menu li {
        font-family: "Intro Bold";
        font-size: 18px;
        border-bottom: 1px solid #78c070;
    }

        #site-menu li a {
            height: 60px;
            border: none;
            padding: 5px 17px;
        }

        #site-menu li .lu-voice {
            font-family: "Intro Bold";
            padding: 5px 17px;
            line-height: 37px;
            font-size: 16px;
            display: block;
            color: #6f6f6f;
            height: 37px;
        }

            #site-menu li .lu-voice.link {
                font-family: "Roboto";
                font-weight: bold;
                color: #56b04c;
            }

        /* a quì */
        #site-menu li form {
            line-height: 1.2em;
        }

            #site-menu li form a {
                font-family: Roboto, Arial, sans-serif;
                /* font-weight: normal; */
                font-weight: bold;
                padding: 5px 0px;
                font-size: 15px;
                text-align: left;
                height: auto;
                display: inline-block;
                width: auto;
            }

        #site-menu li.active a {
            color: #999;
        }

    #site-menu .login-area {
        background-color: #FF0;
        padding-left: 15px;
        border-bottom: 1px solid #ccc;
    }

    #site-menu li.login {
        border: none;
        color: #fff;
    }

        #site-menu li.login > a {
            background: url("../../images/rl2015/menu-icons-lucchetto.png") no-repeat scroll 90% center transparent;
        }

        #site-menu li.login .row {
            font-family: Roboto, Arial, sans-serif;
            font-weight: normal;
            text-align: left;
            font-size: 15px;
            line-height: 1.2;
        }

            #site-menu li.login .row a {
                font-family: "Intro Bold";
                font-size: 18px;
            }

                #site-menu li.login .row a i {
                    height: auto;
                    margin: 0;
                }
        /*
#site-menu li.login #form-login-menu .form-group .form-control {
    float: left;
}
*/
        #site-menu li.login #form-login-menu .form-group.mismatch-error input {
            border-color: #f30404;
        }



        #site-menu li.login a.nolink {
            background: url("../../images/rl2015/menu-icons-lucchetto.png") no-repeat scroll 90% center transparent;
        }

        #site-menu li.login .collapsing,
        #site-menu li.login .collapse {
            padding: 20px 20px 40px;
            background-color: #32a228;
        }

        #site-menu li.login .form-control:first-child {
            margin-bottom: 16px;
            font-family: Intro Bold;
            /*text-align: center;*/ /* Rimosso per CR 731*/
        }

    #site-menu li a:hover {
        text-decoration: none;
    }

    #site-menu ul li ul {
        padding: 10px 0 0;
        background-color: #32a228;
    }

        #site-menu ul li ul li {
            border: none;
        }

            #site-menu ul li ul li a {
                height: 55px;
            }

            #site-menu ul li ul li.line-2 a {
                height: 65px;
            }

            #site-menu ul li ul li a {
                padding-left: 20px;
                font-weight: normal;
                line-height: 35px;
                font-family: "Intro Bold";
                font-size: 18px;
            }

            #site-menu ul li ul li.line-2 a {
                line-height: 18px;
            }

    #site-menu .btn.btn-primary.btn-sm {
        margin: 25px;
        border: 1px solid;
    }

        #site-menu .btn.btn-primary.btn-sm:hover {
            background-color: #fff;
        }

    #site-menu li.login .btn {
        background: transparent none repeat scroll 0 0;
        border: 3px solid #fff;
        border-radius: 27px;
        box-shadow: none;
        font-family: "Intro Black";
        font-size: 23px;
        font-weight: normal;
        height: 55px;
        line-height: 55px;
        padding: 0;
        text-transform: uppercase;
        margin-top: 22px;
        margin-bottom: 30px;
        width: 100%;
    }

        #site-menu li.login .btn i {
            margin: 0;
            font-size: 20px;
            height: auto;
        }

#site-wrapper.show-nav #site-canvas {
    -webkit-transform: translateX(-275px);
    transform: translateX(-275px);
}

#site-wrapper footer {
    padding: 0;
}

.nav-tabs {
    margin-bottom: 0px;
    border-bottom: none;
}

    .nav-tabs li {
        margin-top: 8px;
        margin-bottom: 2px;
    }

.nav-tabs-stripe li a, .nav-tabs-stripe li a:hover, .nav-tabs-stripe li a:active,
.nav-tabs-stripe li a:link, .nav-tabs-stripe li a:visited {
    font-size: 16px;
    padding: 10px 20px;
}

.nav {
    margin-bottom: -15px;
}

.tab-pane .stripe {
    margin-top: 16px;
}

/* Navigazione Preventivatore */
.sidebar-form {
    font-size: 0.90em;
    background-color: #fff;
    min-height: 44px;
    padding: 15px;
    border-radius: 6px;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20);
}

    .sidebar-form li {
        line-height: 1.2em;
    }

    .sidebar-form hr {
        margin-bottom: 15px;
    }

.sidebar .s5 {
    margin-top: 6px;
}

.sidebar .s2 {
    font-size: 30px;
}

.sidebar .btn-xs {
    margin-left: -5px;
    margin-top: -5px;
}

.sidebar .bundle {
    border: 1px dashed #01a34f;
    border-radius: 8px;
    width: 80%;
    float: right;
    margin-right: -5px;
    background-color: #f2fde9;
    margin-bottom: 5px;
    padding: 5px;
}

    .sidebar .bundle .bundle-badge {
        width: 70px;
        height: 70px;
        background-color: #01a34f;
        border-radius: 38px;
        position: absolute;
        top: 57px;
        left: 15.5%;
        background: url(../../images/rl2015/sprite.png) no-repeat -375px -10px;
    }

    .sidebar ul, .sidebar .bundle ul {
        margin-bottom: 0px;
        margin-top: 15px;
    }

.sidebar li {
    display: none;
    margin-bottom: 16px;
    line-height: 16px;
}

    .sidebar li.selected {
        display: inline-block;
        width: 100%;
        font-size: 16px;
    }

.head-sidebar .s6 {
    color: #ccc;
}

.sub-sidebar hr {
    margin-top: 8px;
    margin-bottom: 8px;
}

.sub-sidebar .s5 {
    text-align: right;
    margin-top: 0px;
}

.sub-sidebar .close-sub-sidebar {
    display: block;
    padding: 3px 15px;
    width: 100%;
    background-color: #ededed;
    margin-bottom: -10px;
}
/*-----------------------------------------------------------------------------------*/
/*	4.	Main Content Styles
/*-----------------------------------------------------------------------------------*/


.bundle.arrow-down {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #fff;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: -15px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #cc0000;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #cc0000;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #cc0000;
}

.bg-warning {
    background-color: #eef7ed;
    margin-top: 20px;
    margin-bottom: 20px;
}

#editWarning {
    margin-top: 0px;
}

.radio, .checkbox, .form-horizontal .radio, .form-horizontal .checkbox {
    padding-left: 30px;
    position: relative;
    margin-bottom: 22px;
    padding-top: 0;
}

    .radio label, .options label {
        padding-left: 0px;
    }

.top-bordered-md.top-bordered-xs {
    border-top: solid 1px #ededed;
}

.bottom-bordered-md.bottom-bordered-xs {
}

.left-bordered-md.left-bordered-xs {
    border-left: solid 1px #ededed;
}

.right-bordered-md.right-bordered-xs {
    border-right: solid 1px #ededed;
}

.top-bordered-md {
    border-top: none;
}

.bottom-bordered-md {
    border-bottom: none;
}

.left-bordered-md {
    border-left: none;
}

.right-bordered-md {
    border-right: none;
}
/* Spacing ---------------------------------------------------------------*/
.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-xs {
    margin-bottom: 4;
}

.margin-bottom-sm {
    margin-bottom: 8px;
    text-align: left;
}

.margin-bottom-md {
}

.margin-bottom-lg {
    margin-bottom: 24px;
    text-align: center;
}

    .margin-bottom-lg a {
        font-size: 18px;
        font-family: 'Intro Bold';
        font-weight: normal;
        color: #56b04c;
    }

.margin-bottom-xl {
    margin-bottom: 32px;
}

.margin-bottom-xxl {
    margin-bottom: 64px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-xs {
    margin-top: 4;
}

.margin-top-sm {
    margin-top: 8px;
}

.margin-top-md {
    margin-top: 16px;
}

.margin-top-lg {
    margin-top: 24px;
}

.margin-top-xl {
}

.margin-top-xxl {
    margin-top: 20px;
}

.padding-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.padding-xs {
    padding-top: 4px;
    padding-bottom: 4px;
}

.padding-sm {
    padding-top: 8px;
    padding-bottom: 8px;
}

.padding-md {
    padding-bottom: 25px;
}

.panel-body.padding-lg, .padding-lg {
    padding-top: 25px;
    padding-bottom: 24px;
}

.padding-xl, .panel-body .row.padding-xl {
    font-size: 40px;
    font-family: 'Intro Black';
    color: #6f6f6f;
}

.padding-xxl {
    padding-top: 64px;
    padding-bottom: 64px;
}
/* Sidebar */
.affix {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 666;
}

.affix-top {
    position: fixed;
    left: 0;
    top: 44px;
    width: 100%;
}


.sub-sidebar .s5 {
    text-align: right;
}

.toggle-arrow {
    width: 32px;
    height: 30px;
    display: inline-block;
    margin-right: -5px;
    margin-left: 8px;
    margin-top: 10px;
    cursor: pointer;
    color: green;
    border: 1px solid green;
    text-align: center;
}

.sidebar .s5 {
    font-size: 18px;
    margin-top: 10px;
}

.sidebar .s2 {
    font-size: 25px;
    margin-top: -5px;
    margin-bottom: 3px;
}

.sidebar .bundle .bundle-badge {
    top: 50px;
    left: 15%;
}

.head-sidebar {
    background-color: #56b04c;
    padding: 0 0 5px 0;
    color: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
    z-index: 999;
    position: relative;
}

    .head-sidebar .s3 {
        font-size: 16px;
        margin-top: 5px;
        border-radius: 6px 6px 0 0;
        color: #fff;
        padding: 0px 0px 0px 15px;
        font-family: 'Intro Bold';
        font-weight: normal;
    }

        .head-sidebar .s3 small a {
            font-size: 16px;
            font-weight: normal;
            color: #1b5ac8;
        }
/* End sidebar */
.partner {
    margin-top: 50px;
}

.container {
    padding: 0 15px;
    /*overflow: hidden;*/
}

#complementary .container {
    padding: 0 0 0 8px;
}

.s1.price {
    font-size: 64px;
}

.bundle .s3 {
    font-size: 22px;
}

.sidebar h1, .sidebar h2, .sidebar h3 {
    font-size: 1.4em;
}

.sidebar h2 {
    padding-left: 15px;
}

.btn-group input {
    width: 100%;
}

    .btn-group input[type="radio"], .btn-group input[type="checkbox"] {
        width: auto;
    }


.panel h2 {
    padding-left: 15px;
}

/* .panel.done h2 {
	padding-top: 2px;
} */

.panel-body.panel-zero {
    padding: 15px 0;
}

.panel-status {
    margin: 15px 0px 0px 15px;
    height: 32px;
    width: 32px;
}

.panel.nested h4 {
    font-size: 18px;
}

.col-centered.main-data {
    padding: 10px 0 10px 0px;
}

.main-data .s5 {
    font-weight: normal;
    padding-bottom: 5px;
}

.modify-panel {
    padding-top: 15px;
    text-align: right;
    padding-right: 15px;
    margin-left: -30px;
    display: none;
}

.box-modifica-label {
    display: none;
    float: right;
    margin-right: 15px;
}

    .box-modifica-label a {
        color: #56b04c;
        float: right;
        font-size: 14px;
        margin: 10px;
    }

.modify-link {
    padding-top: 0;
}

.text-warning {
    font-size: 22px;
    line-height: 1.2em;
    color: #000;
    /*padding: 16px 0;*/
    display: block;
}

.panel-body .tick {
    margin-left: -10px;
}

.premio-feat-price-sm, .premio-feat-price-md, .premio-feat-price-lg {
    margin-top: 25px;
    margin-bottom: 30px;
}

.sidebar {
    width: 100%;
    padding: 0px 5px;
    min-height: 0px;
    -webkit-transition: top 50ms ease-out;
    -moz-transition: top 50ms ease-out;
    -o-transition: top 50ms ease-out;
    -ms-transition: top 50ms ease-out;
    transition: top 50ms ease-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.20); */
}

.promo_badge {
    display: none;
}

/* CALCOLO PREMIO -------------------------------------------*/
.partner {
    background-color: #fff;
    margin: 0px;
    padding: 27px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

    .partner p {
        display: block;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

.panel-heading {
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
}

.premio-feat-price-sm, .premio-feat-price-md, .premio-feat-price-lg {
    border-radius: 12px;
    margin-bottom: 32px;
    max-width: 205px;
    margin-left: auto;
    margin-right: auto;
}

.active .premio-feat-price-sm, .nested.active .premio-feat-price-sm,
.active .premio-feat-price-md, .nested.active .premio-feat-price-md,
.active .premio-feat-price-lg, .nested.active .premio-feat-price-lg {
    border-radius: 12px;
    border: 1px solid #01a34f;
}

.nested .premio-feat-price-sm, .nested .premio-feat-price-md, .nested .premio-feat-price-lg {
    border: 1px solid #15469b;
}

.active .premio-feat-price-top, .nested.active .premio-feat-price-top {
    background-color: #01a34f;
    border-radius: 9px 9px 0 0;
    color: #fff;
    padding: 35px 0 16px 0;
}

.nested .premio-feat-price-top {
    background-color: #fff;
    color: #333;
    border-radius: 12px 12px 0 0;
    padding: 35px 0 16px 0;
}

.premio-feat-price-top {
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    padding: 35px 0 16px 0;
}

    .premio-feat-price-top .s2 {
        margin-bottom: 10px;
        font-weight: 500;
    }

.premio-feat-price-bottom {
    padding: 0;
    color: #01a34f;
}

    .premio-feat-price-bottom .btn-block {
        margin: 10px;
        width: 90%;
    }

.panel.nested .premio-feat-price-bottom .btn-block {
    width: 88%;
}

.fa-lock {
    margin-left: 15px;
    color: #FC0;
}

.align-center {
    display: inline-block;
    margin: 0 auto;
}

.s1.price {
    font-size: 94px;
}

.panel-body .tick {
    width: 36px;
    height: 36px;
    background: url(../../images/rl2015/sprite.png) no-repeat -36px -102px;
    margin-left: 15px;
}

.tick, .nested .tick {
    width: 36px;
    height: 36px;
    background: url(../../images/rl2015/sprite.png) no-repeat 0px -102px;
}

.panel-heading .tick {
    margin-top: 15px;
    margin-right: 15px;
}

ul.premio-feat-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.premio-feat-price-sm, .nested .premio-feat-price-sm, .nested .premio-feat-price-md, .nested .premio-feat-price-lg,
#panelSevenTwo .premio-feat-price-md, #panelSevenOne .premio-feat-price-sm {
    text-align: center;
    margin-top: 0px;
    background: #56b04c;
    color: #fff;
    padding-top: 31px;
    border-radius: 30px;
    width: 172px;
    min-height: 140px;
    max-height: 140px;
    padding-bottom: 6px;
    border: none;
    margin-bottom: 20px;
}

    .premio-feat-price-sm .s2 {
        font-size: 32px;
        font-family: 'Intro Black';
        font-weight: normal;
        line-height: 26px;
    }

.premio-feat-price-md {
    text-align: center;
    margin-top: 25%;
}

.premio-feat-price-lg {
    text-align: center;
    margin-top: 50%;
}

button.text-evidence {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../../images/rl2015/ico_help.png") no-repeat scroll center center transparent;
}

.col-lg-4.col-md-4 .premio-feat-price-lg {
    margin-top: -5px;
    margin-bottom: 30px;
}

.premio-basket > div.s6 {
    background-color: #01a34f;
    padding: 10px;
    color: #FFF;
}

.premio-basket ul {
    padding: 5px;
    margin-bottom: 0px;
}

    .premio-basket ul li {
        line-height: 1.7em;
    }

ul.in-basket {
    padding-left: 10px;
    margin-bottom: 0px;
}

.premio-ban-price {
    background: url(../../images/rl2015/sprite.png);
    background-position: 0px -60px;
    background-size: 200%;
    background-repeat: no-repeat;
    position: relative;
    top: 20px;
    left: 0;
    width: 75px;
    height: 20px;
    margin-top: -20px;
}

ul.discount {
    color: #6f6f6f;
}

    ul.discount li i {
        margin-right: 3px;
        color: #56b04c;
    }

#home-pay {
    border-top: solid 1px #ededed;
}

.card-logo {
    margin: 10px auto;
    width: 150px;
    height: 60px;
    background-color: #CCC;
}

.stripe-white #home-pay {
    margin: 0;
    padding: 0;
}
/* Varie calcolatore premio */
.waiting_to_premio {
    width: 100%;
    height: 100%;
    display: none;
    background: #fff;
    position: fixed;
    z-index: 99999;
    text-align: center;
}

footer {
    margin-top: 50px;
    min-height: 50px;
    background-color: #dadada;
    position: absolute;
    width: 100%;
    left: 0;
}

    footer ul li a, footer .disclaimer-links a {
        margin: 0;
        font-family: Roboto, Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
    }

#site-wrapper footer h6 {
    font-family: "Intro Bold";
    text-align: left;
    color: #fff;
    padding: 16px 12px;
    line-height: 1.1;
    font-size: 22px;
}

    #site-wrapper footer h6 i {
        font-size: 14px;
    }

#site-wrapper #div-logo-home,
#site-wrapper #div-logo {
    display: inline-block;
    left: -2px;
    top: 5px;
    position: relative;
    z-index: 1;
    width: 110px;
    margin-left: -5px;
}

#site-wrapper #trigger-overlay {
    display: block;
}

#site-wrapper footer {
    margin-top: 0;
    position: static;
}

    #site-wrapper footer .main-panel > .container {
        padding: 0 15px;
    }

    #site-wrapper footer .green-panel {
        background-color: #56b04c;
        color: #fff;
        padding-bottom: 0;
        padding-top: 0;
    }

    #site-wrapper footer .white-panel {
        background-color: #fff;
        color: #999;
    }

    #site-wrapper footer .row > div {
        margin-bottom: 10px;
        padding: 0;
    }

        #site-wrapper footer .row > div ul {
            margin-top: 10px;
            padding: 12px 15px 0;
            background-color: #45a93b;
        }

    #site-wrapper footer a {
        color: #fff;
    }

        #site-wrapper footer a:hover {
            color: #fff;
        }

    #site-wrapper footer .white-panel a,
    #site-wrapper footer .white-panel a:hover {
        color: #56b04c;
    }

    #site-wrapper footer ul li a {
        margin: 0;
    }

footer .social-row {
    margin-top: 6px;
}

    footer .social-row h6 {
        margin: 0;
    }

#site-wrapper footer .row > div ul.social {
    text-align: left;
    background: none;
    margin: 3px 0 0;
    padding: 0 13px;
}

footer ul.social > li {
    width: 44px;
    height: 43px;
    background: url(../../images/rl2015/footer-social-logos.png) no-repeat center center transparent;
    display: inline-block;
    margin-right: 11px;
}

    footer ul.social > li a {
        border-radius: 50%;
        display: inline-block;
        height: 100%;
        width: 100%;
    }

    footer ul.social > li.twitter {
        background-position: 0.3px 0;
    }

    footer ul.social > li.googleplus {
        background-position: -45px 0;
    }

    footer ul.social > li.facebook {
        background-position: -90px 0;
    }

    footer ul.social > li.youtube {
        background-position: -135px 0;
    }

    footer ul.social > li.blog {
        background-position: -180px 0;
    }

    footer ul.social > li.instagram {
        background-position: -226px 0;
    }

#site-wrapper footer .white-panel .row > div {
    text-align: left;
    padding: 0 14px;
}

footer .white-panel .row > div > span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-top: 8px;
    padding: 4px 0 7px;
}

#site-wrapper footer .row > .disclaimer-links {
    /* margin: 50px 0 90px; */
    margin: 0;
}

    #site-wrapper footer .row > .disclaimer-links ul.list-inline {
        background: none;
        margin: 22px 0 5px;
        padding: 0;
    }

#site-wrapper footer .disclaimer-links ul li {
    padding: 0;
    margin-right: 4px;
}

#site-wrapper footer .disclaimer-links a {
    color: #56b04c;
    display: inline-block;
    padding: 1px 0 0;
    margin: 15px 0 8px 0;
}

    #site-wrapper footer .disclaimer-links a:last-child {
        margin-left: 12px;
    }

#site-wrapper footer.footer-mini .main-panel > .container {
    padding: 0;
}

    #site-wrapper footer.footer-mini .main-panel > .container .row {
        margin: 0;
    }

        #site-wrapper footer.footer-mini .main-panel > .container .row > .disclaimer-links {
            background-color: #56b04c;
        }

#site-wrapper footer.footer-mini .disclaimer-links a {
    color: #fff;
}

#site-wrapper footer.footer-mini .row > div {
    font-size: 14px;
    line-height: 1.2;
    margin: 6px 0;
    padding: 0 12px;
    text-align: left;
}

#site-wrapper footer.footer-mini .row > div {
    padding: 14px 15px 80px;
    margin: 0;
}

#site-wrapper footer.footer-mini .row > .disclaimer-links {
    padding: 9px 12px 13px;
}

    #site-wrapper footer.footer-mini .row > .disclaimer-links ul {
        margin: 0;
    }

#site-wrapper footer.footer-mini .copyright a {
    color: #56b04c;
}

    #site-wrapper footer.footer-mini .copyright a:hover {
        color: #56b04c;
    }

.media i.fa-check {
    margin-top: 5px;
    color: #068742;
}

.standard_modal.text-evidence.pull-right {
    margin-top: -32px;
}
/* label.payments img {
	margin-top: -10px;
	max-height: 29px;
} */

.top-rounded {
    margin: 0;
    background-color: #F3FFE8;
    border: 1px solid #068742;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}

.mid-rounded {
    margin: 0;
    background-color: #F3FFE8;
    border: 1px solid #068742;
    border-bottom: none;
}

.bottom-rounded-empty {
    margin: 0;
    border: 1px solid #068742;
    border-top: none;
    border-radius: 0 0 6px 6px;
    background-color: #F3FFE8;
    height: 5px;
}

#site-wrapper #breadcrumb {
    padding: 9px 0;
    color: #999;
    margin-left: 0;
    margin-top: 3px;
}
/****** GENERALIZZAZIONI KD+ - BREADCRUMB *****/
.breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.breadcrumb-panel > .container {
    padding: 0 15px;
}

.breadcrumb > li {
    font-family: "Intro Bold";
    font-weight: normal;
    font-size: 14px;
}

    .breadcrumb > li + li::before {
        font-size: 9px;
        font-family: FontAwesome;
        content: "";
        margin-left: -4px;
        margin-right: 2px;
    }

/****** GENERALIZZAZIONI KD+ - BREADCRUMB *****/

/****** GENERALIZZAZIONI KD+ - TITOLI *****/

.title-panel > .container > div {
    margin: 32px 0 12px;
}

#site-wrapper .title-panel h1 {
    margin: 0;
    font-family: "Intro Black";
    font-weight: normal;
    font-size: 24px;
    text-align: left;
    color: #6f6f6f;
    text-transform: uppercase;
}

.subtitle-panel > .container > div {
    margin: 3px 0 15px;
}

.subtitle-panel .subtitle > div {
    padding: 0;
}

#site-wrapper .subtitle-panel h3 {
    margin: 0;
    font-family: "Intro Bold";
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #6f6f6f;
}

#site-wrapper .subtitle-panel.sospensione h3,
#site-wrapper .subtitle-panel.riattivazione h3 {
    margin-top: 24px;
}

.main-panel.title-panel p,
.main-panel.subtitle-panel p {
    margin-bottom: 0;
    margin-top: 14px;
}

.main-panel.title-panel p {
    margin-top: 4px;
}
/****** GENERALIZZAZIONI KD+ - TITOLI *****/
/****** GENERALIZZAZIONI KD+ - ERRORI *****/
#menu-mobile-partial-container .form-group span {
    display: inline-block;
    margin: 0;
}

#menu-mobile-partial-container .form-group > span {
    display: inline;
}

.linear-error {
    visibility: hidden;
    display: none;
    position: relative;
    margin-bottom: 10px;
}

    .linear-error.overlap-error {
        display: block;
        position: absolute;
        z-index: 1;
    }

.has-error .linear-error {
    visibility: visible;
    display: block;
    text-align: left;
}

.text-error {
    width: auto;
    display: inline-block;
    background-color: #f30404;
    color: #fff;
    padding: 15px 10px;
    border-radius: 4px;
    font-size: 14px;
}

    .text-error::after {
        content: " ";
        position: absolute;
        bottom: -9px;
        left: 10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f30404;
    }

p.text-error {
    margin: 0;
}

.alert.alert-panel {
    border-radius: 0;
    border: none;
    background-color: #f5f5f5;
    color: #f30404;
    padding: 10px 0;
}

    .alert.alert-panel p {
        margin: 0;
    }

    .alert.alert-panel.alert-dismissable .close, .alert.alert-panel.alert-dismissible .close {
        opacity: 1;
        padding: 8px;
        right: -8px;
        top: -12px;
    }

        .alert.alert-panel.alert-dismissable .close > span, .alert.alert-panel.alert-dismissible .close > span {
            color: #f30404;
            font-size: 24px;
        }

        .alert.alert-panel.alert-dismissable .close:HOVER, .alert.alert-panel.alert-dismissible .close:HOVER {
            color: #f30404;
            opacity: 0.5;
        }

    .alert.alert-panel.alert-dismissable p > span a, .alert.alert-panel.alert-dismissible p > span a {
        color: #f30404;
        font-weight: bold;
    }

.modal .alert.alert-panel.alert-dismissable .close, .modal .alert.alert-panel.alert-dismissible .close {
    position: absolute;
    right: 0;
}

.modal .alert.alert-panel.alert-dismissable p > span, .modal .alert.alert-panel.alert-dismissible p > span {
    padding-right: 22px;
    margin-bottom: 0;
}

.alert-panel.alert-white-transparent {
    background-color: transparent;
    color: #fff;
    margin: 0;
}

    .alert-panel.alert-white-transparent .container > div {
        padding: 0;
        text-align: left;
    }

.has-error .icheckbox_square-green {
    background-position: -264px 0;
}

.has-error .iradio_square-green {
    background-position: -240px 0;
}
/****** GENERALIZZAZIONI KD+ - ERRORI *****/
/****** GENERALIZZAZIONI KD+ - SELECT *****/

.cs-select > span::after, .cs-select .cs-selected span::after {
    font-family: FontAwesome;
    font-size: 22px;
}

.cs-select > span,
.cs-select > .cs-options span,
.cs-select.cs-active > span {
    color: #6f6f6f;
    font-size: 14px;
}
    /*
.cs-select > .cs-placeholder > span {
	color: #9c1e13;
}
*/
    .cs-select > span strong,
    .cs-select > .cs-options span strong,
    .cs-select.cs-active > span strong,
    .cs-select.cs-select-line-1 > span,
    .cs-select.cs-active.cs-select-line-1 > span,
    .cs-select.cs-select-line-1 > .cs-options span {
        font-size: 18px;
        font-weight: bold;
    }

.cs-select.cs-select-line-1 > span,
.cs-select.cs-select-line-1 > .cs-options span {
    line-height: 2;
}

.cs-select > .cs-options .cs-selected span {
    color: #56b04c;
    background: none;
}

.cs-select.cs-active > span::after,
.cs-select > span::after {
    color: #999;
    right: 22px;
    top: 50%;
}

.cs-select > .cs-options span {
    white-space: normal;
    text-overflow: initial;
}

.cs-select > span::after {
    content: "";
}
/* TEMP */
.select-container {
    margin-bottom: 24px;
}

    .select-container .cs-skin-overlay > span {
        padding: 13px 19px;
    }

    .select-container .select-label {
        margin-bottom: 10px;
    }

.cs-select > span.cs-placeholder {
    display: block;
    padding-right: 37px;
}

    .cs-select > span.cs-placeholder > span {
        overflow: hidden;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
/* TEMP */
/* SELECT MINI per Nuova Premio */
.cs-select.cs-select-mini {
    max-width: 300px;
}

    .cs-select.cs-select-mini > span {
        line-height: 13px;
        min-height: 55px;
    }

        .cs-select.cs-select-mini > span.cs-placeholder {
            padding-right: 28px;
        }

        .cs-select.cs-select-mini.cs-active > span::after, .cs-select.cs-select-mini > span::after {
            right: 14px;
        }

        .cs-select.cs-select-mini > span strong,
        .cs-select.cs-select-mini > .cs-options span strong,
        .cs-select.cs-select-mini.cs-active > span strong {
            font-size: 15px;
            line-height: 1;
        }

    .cs-select.cs-select-mini.cs-select-line-1 > span,
    .cs-select.cs-select-mini.cs-active.cs-select-line-1 > span,
    .cs-select.cs-select-mini.cs-select-line-1 > .cs-options span {
        line-height: 28px;
        /*padding: 13px 19px;*/
    }

.cs-select-line-2.cs-select-mini .cs-placeholder > span {
    overflow: visible;
}
/* SELECT Nuova Premio Con Franchigia */
.cs-select.cs-select-mini.cs-select-with-franchigia {
    margin-bottom: 5px;
}

    .cs-select.cs-select-mini.cs-select-with-franchigia > span,
    .cs-select.cs-select-mini.cs-select-with-franchigia.cs-active > span
    /*.cs-select.cs-select-mini.cs-select-with-franchigia > .cs-options span*/ {
        line-height: 20px;
        min-height: 30px;
        padding: 5px 10px;
    }

        .cs-select.cs-select-mini.cs-select-with-franchigia > span strong,
        /*.cs-select.cs-select-mini.cs-select-with-franchigia > .cs-options span strong,*/
        .cs-select.cs-select-mini.cs-select-with-franchigia.cs-active > span strong,
        .cs-select.cs-select-mini.cs-select-with-franchigia > span,
        .cs-select.cs-select-mini.cs-select-with-franchigia.cs-active > span
        /*.cs-select.cs-select-mini.cs-select-with-franchigia > .cs-options span*/ {
            font-size: 16px;
        }
/* SELECT Nuova Premio Con Franchigia */
/* SELECT MINI per Nuova Premio */
/****** GENERALIZZAZIONI KD+ - SELECT *****/
/****** GENERALIZZAZIONI KD+ - DATEPICKER *****/
.date {
    width: 100%;
}

    .date > .datepicker_mask {
        border-color: #ababab;
    }

    .date > .input-group-addon {
        width: 57px;
        border-color: #57b04d;
        background: url("../../images/rl2015/ico-calendar-white.png") no-repeat scroll center center #57b04d;
    }

.datepicker.dropdown-menu {
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 17px;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    z-index: 1000 !important;
    right: 30px !important;
    left: auto !important;
}

.datepicker.datepicker-dropdown::before {
    right: 7px;
    top: -12px;
}

.datepicker.datepicker-dropdown::after {
    top: -11px;
}

.datepicker.datepicker-dropdown::before,
.datepicker.datepicker-dropdown::after {
    right: 16px;
    left: auto;
}

.dropdown-menu::after,
.dropdown-menu::before {
    border-width: 0 12px 12px;
}

.datepicker table {
    border: none;
    border-radius: 6px;
    overflow: hidden;
    display: block;
}

    .datepicker table thead tr:first-child th.next,
    .datepicker table thead tr:first-child th.prev {
        color: #fff;
        font-size: 0;
        height: 0;
        width: 0;
    }

        .datepicker table thead tr:first-child th.next::after,
        .datepicker table thead tr:first-child th.prev::after {
            color: #57b04d;
            font-family: FontAwesome;
            font-size: 12px;
            font-weight: normal;
        }

        .datepicker table thead tr:first-child th.next::after {
            content: "";
            padding-right: 15px;
        }

        .datepicker table thead tr:first-child th.prev::after {
            content: "";
            padding-left: 15px;
        }

    .datepicker table thead tr:first-child .datepicker-switch {
        font-family: "Intro Bold";
        font-weight: normal;
        color: #6f6f6f;
        height: 50px;
        font-size: 16px;
    }

    .datepicker table thead tr th.dow {
        font-family: Roboto, Arial, sans-serif;
        color: #6f6f6f;
        font-weight: bold;
        font-size: 14px;
    }

    .datepicker table tbody tr td.day {
        font-family: Roboto, Arial, sans-serif;
        font-weight: normal;
        font-size: 14px;
        color: #6f6f6f;
        background: none;
    }

        .datepicker table tbody tr td.day:hover,
        .datepicker table tbody tr td.active.day:hover {
            background: none;
            color: #6f6f6f;
        }

    .datepicker table tbody tr td.old.day,
    .datepicker table tbody tr td.new.day {
        color: #a9a9a9;
    }

    .datepicker table tbody tr td.day.today,
    .datepicker table tbody tr td.day.today:hover {
        color: #57b04d;
        font-weight: bold;
    }

        .datepicker table tbody tr td.active.day,
        .datepicker table tbody tr td.day:hover,
        .datepicker table tbody tr td.day.today:hover {
            position: relative;
            z-index: 1;
            background: none;
        }

            .datepicker table tbody tr td.day:hover::after, .datepicker table tbody tr td.day.active::after {
                background-color: #57b04d;
                border-radius: 50%;
                content: " ";
                display: inline-block;
                height: 30px;
                margin: 4px 5px;
                left: 0;
                position: absolute;
                top: 0;
                width: 30px;
                z-index: -1;
            }

    .datepicker table tbody tr td.active.day {
        font-weight: bold;
        color: #fff;
    }

        .datepicker table tbody tr td.active.day::after {
            background-color: #57b04d;
        }

    .datepicker table tbody tr td.day:hover::after {
        background-color: #eef7ed;
    }
/****** GENERALIZZAZIONI KD+ - DATEPICKER *****/
.bottom-rounded {
    margin: 0;
    border: 1px solid #068742;
    border-radius: 0 0 6px 6px;
    background-color: #fff;
}

.collapse.dropdown-menu {
    width: 100%;
    position: inherit;
    margin: 3px 0px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ededed;
}

a.anchor-nav-item, a.anchor-nav-item:hover {
    font-size: 18px;
    font-family: 'Intro Bold';
    font-weight: normal;
    color: #56b04c;
}

    /* CR 984: fix padding for Informazioni Utili */
    a.anchor-nav-item.fix-padding {
        padding: 5px 5px 5px 15px !important;
    }

/* END CR 984 */

/* Ticket 8105: fix padding mobile */

@media(min-width: 360px) and (max-width: 767px) {

    a.anchor-nav-item.fix-padding {
        padding: 0px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {

    a.anchor-nav-item.fix-padding, a.anchor-nav-item.less-padding {
        padding: 5px 5px !important;
    }
}

/* END 8105 */

a.personal-area:visited {
    color: #fff;
}



/**** GENERALIZZAZIONE PANNELLI ****/
/* FASCIA CON VISUAL ADATTIVO (homepage, Landing Page) */
.main-panel.main-visual .image-container {
    min-height: 147px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

    .main-panel.main-visual .image-container.image-container-auto,
    .main-panel.main-visual .image-container.image-container-moto,
    .main-panel.main-visual .image-container.image-container-autocarro {
        display: none;
    }

        .main-panel.main-visual .image-container.image-container-auto.active,
        .main-panel.main-visual .image-container.image-container-moto.active,
        .main-panel.main-visual .image-container.image-container-autocarro.active {
            display: block;
        }

/*.main-panel.main-visual .image-container.image-container-auto {
        background-image: url("../../images/rl2015/home-main-visual-mobile.jpg");
    }

    .main-panel.main-visual .image-container.image-container-auto {
        background-image: url("../../images/rl2015/home_main_visual_moto_mobile.jpg");
    }

    .main-panel.main-visual .image-container.image-container-autocarro {
        background-image: url("../../images/rl2015/home-main-visual_furgone_mobile.jpg");
    }*/
/* FASCIA CON VISUAL ADATTIVO (homepage, Landing Page) */
/* CALL-TO-ACTION CON FASCIA TRASPARENTE (homepage, Landing Page) */
.main-panel.call-to-action {
    background-color: #56b04c;
    text-align: center;
    transition: background-color 1s ease;
}

#site-wrapper .main-panel.call-to-action h1 {
    font-family: 'Intro Black';
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: 13px 0;
}

.main-panel.call-to-action .form-control {
    text-align: center;
    margin-top: 0;
}

.main-panel.call-to-action .form-group {
    margin-bottom: 17px;
}

    .main-panel.call-to-action .form-group input {
        background-color: #fff;
    }

    .main-panel.call-to-action .form-group .form-note {
        color: white;
        margin-top: 5px;
        font-size: 14px;
    }

#site-wrapper .main-panel.call-to-action .linear-error.overlap-error {
    margin-right: 15px;
}

#site-wrapper .main-panel.call-to-action .text-error {
    width: 100%;
}

.main-panel.call-to-action .button-container .btn {
    margin: 0;
}

.main-panel.call-to-action .link-container {
    padding: 24px 0 10px;
}

    .main-panel.call-to-action .link-container a {
        margin-bottom: 0;
    }

.main-panel.call-to-action ::-webkit-input-placeholder {
    font-family: 'Intro Bold';
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #ccc;
}

.main-panel.call-to-action ::-moz-placeholder {
    font-family: 'Intro Bold';
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #ccc;
}
/* firefox 19+ */
.main-panel.call-to-action :-ms-input-placeholder {
    font-family: 'Intro Bold';
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #ccc;
}
/* ie */
.main-panel.call-to-action input:-moz-placeholder {
    font-family: 'Intro Bold';
    font-size: 20px;
    line-height: 39px;
    text-align: center;
    color: #ccc;
}
/* CALL-TO-ACTION CON FASCIA TRASPARENTE (homepage, Landing Page) */

#close-panel {
    cursor: pointer;
    padding-top: 20px;
    color: #56b04c;
    font-weight: bold;
    line-height: 16px;
}

    #close-panel .fa {
        font-size: 12px;
        line-height: 16px;
        position: relative;
        top: -2px;
    }



/**** GENERALIZZAZIONE PANNELLI ****/


@media (min-width: 320px) {
    .head-sidebar {
        padding: 5px 0;
        margin-top: 0;
        /*height: 65px;*/
        /*commentato da paolo perchè se no in versione mobile la barra è troppo stretta in altezza*/
    }

        .head-sidebar .s3 {
            font-size: 18px;
            margin-top: 0;
            background-color: transparent;
            border-radius: 6px 6px 0 0;
            padding: 0 0 0 15px;
        }

    .sidebar {
        width: 100%;
        padding: 0 15px;
        border-radius: 0;
        -webkit-transition: top 50ms linear;
        -moz-transition: top 50ms linear;
        -o-transition: top 50ms linear;
        -ms-transition: top 50ms linear;
        transition: top 50ms linear;
    }

    .modify-panel {
        margin-left: -10px;
    }

    .panel h4 {
        font-size: 24px;
    }

    button.text-evidence {
        margin-left: 0;
    }
}


a.closeIcon {
    width: 12px;
    height: 12px;
    display: block;
}

.cookies-container {
    background-color: #56b04c;
}

    .cookies-container .container {
        color: white;
        font-size: 14px;
        position: relative;
    }


        .cookies-container .container a {
            text-decoration: underline;
            font-weight: bold;
            color: white;
        }

            .cookies-container .container a.closeIcon {
                position: absolute;
                right: 10px;
                top: 15px;
                text-decoration: none;
                z-index: 5;
                font-size: 20px;
                line-height: 12px;
                font-weight: normal;
            }

        .cookies-container .container .text {
            width: 95%;
            padding: 12px 0;
        }


.btn-group.rounded {
    background-color: #f2f2f2;
    border-radius: 50px;
    padding: 5px;
}

    .btn-group.rounded > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-radius: 50px;
    }

    .btn-group.rounded.bordered > .btn:not(.active):not(.dropdown-toggle) {
        border: 1px solid transparent;
    }

    .btn-group.rounded.bordered > .btn.bordered:not(.active):not(.dropdown-toggle) {
        border: 1px solid #a2a2a2;
    }

[data-toggle='buttons'].btn-group.rounded > .btn {
    /*padding:*/
    border-radius: 50px;
    border: none;
    background: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Intro Black';
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
    color: #56B04C;
}

    [data-toggle='buttons'].btn-group.rounded > .btn.active {
        background-color: #56B04C;
        color: white;
    }

.collapsing {
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}

@media (min-width: 480px) {
    .stripe {
    }

    #complementary .container {
        padding: 0 15px;
    }

    .container {
        overflow: auto;
    }

    .head-sidebar .s1 {
        margin-top: 16px;
    }

    .head-sidebar .s3 {
        margin-top: -16px;
        background-color: #56b04c;
        border-radius: 6px 6px 0 0;
        color: #fff;
        padding: 10px 0 10px 15px;
    }

    .panel.premio .panel-body.padding-lg {
        padding-bottom: 24px;
        padding-top: 24px;
    }

    .text-warning {
        line-height: inherit;
        font-size: 24px;
    }

    .radio, .checkbox, .form-horizontal .radio, .form-horizontal .checkbox {
        margin-bottom: 10px;
        padding-top: 0;
    }

        .radio.margin-bottom-lg, .checkbox.margin-bottom-lg {
            margin-bottom: 24px;
        }

    .panel.done .panel-heading {
        min-height: initial;
        min-height: auto;
    }

    .modify-panel {
        padding-top: 28px;
        margin-left: 0;
    }
    /* label.payments:first-of-type img {
		margin-top: -13px;
	}
	label.payments:first-of-type {
		height: 77px;
	} */
    .container {
        overflow: visible;
    }

    .panel-body.panel-zero {
        padding: 0 15px;
    }

    .col-centered.main-data {
        padding: 20px 0 20px 30px;
    }

    .padding-md, .panel-body.panel-zero.padding-md {
        padding-top: 16px;
        padding-bottom: 16px;
    }


    .margin-top-lg {
        margin-top: 0;
    }

    .news-panel > .container > div.margin-top-lg {
        margin-top: 16px !important;
    }
}

@media ( min-width : 480px) and (max-width: 768px) {
    #editWarning {
        margin-top: 0;
    }

    .s1 {
        font-size: 32px;
    }
    /* Sidebar */
    .sidebar {
        width: 100%;
        padding: 0 15px;
        -webkit-transition: top 50ms linear;
        -moz-transition: top 50ms linear;
        -o-transition: top 50ms linear;
        -ms-transition: top 50ms linear;
        transition: top 50ms linear;
    }

    .affix {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 666;
    }

    .affix-top {
        position: fixed;
        left: 0;
        top: 44px;
        width: 100%;
    }

    .sidebar hr {
        display: none;
    }

    .head-sidebar {
        padding: 5px 0;
    }

    .sub-sidebar {
        background-color: #FFF;
        display: none;
        padding: 10px 0;
        /* border-bottom: 3px #07A24F solid; */
    }

        .sub-sidebar .s5 {
            text-align: right;
        }

    .toggle-arrow {
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-left: 10px;
        margin-top: 5px;
        cursor: pointer;
        color: green;
        border: 1px solid green;
        text-align: center;
    }

    .sidebar .s2 {
        font-size: 26px;
    }

    .sidebar .s5 {
        margin-top: 8px;
    }

    .sidebar .bundle .bundle-badge {
        left: 17%;
    }

    .head-sidebar .s3 {
        font-size: 18px;
        margin-top: 2px;
        background-color: transparent;
        border-radius: 6px 6px 0 0;
        padding: 0 0 0 15px;
    }

    .head-sidebar .s1 {
        margin-top: 5px;
        font-size: 30px;
        text-align: right;
    }
    /* End sidebar */
    .col-centered.main-data {
        padding: 15px 0 15px 20px;
    }

    .panel-heading h2 {
        font-size: 30px;
    }

    .modify-panel {
        padding-top: 22px;
    }

    .panel-body .tick {
        margin-left: -5px;
    }

    .premio-feat-price-sm, .premio-feat-price-md, .premio-feat-price-lg {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .bundle.arrow-down {
        margin-top: -15px;
    }

    .promo_badge {
        display: none;
    }

    .panel h4 {
        font-size: 19px;
    }
}

.main-panel.sceglierci-panel {
    background: none;
}

.main-panel.sceglierci-panel-titolo {
    padding-top: 23px;
}

.main-panel.sceglierci-panel-immagini {
    padding-bottom: 18px;
}

.main-panel.sceglierci-panel .container div.reason {
    background: url('../../images/rl2015/home-panel-sceglierci-bg.jpg') repeat-x scroll center 156px;
    text-align: center;
    margin-top: 4px;
}

    .main-panel.sceglierci-panel .container div.reason .image-container {
        width: 220px;
        height: 180px;
        position: relative;
        margin: auto;
        display: block;
    }

#site-wrapper .main-panel.sceglierci-panel .reason .message h4 {
    font-family: 'Intro Bold';
    font-size: 20px;
    color: #6f6f6f;
    margin: 6px 0 14px;
}

.sceglierci-panel .message p {
    padding: 0 15px;
    margin-bottom: 0px;
}

.sceglierci-panel .message.unipol p {
    margin-bottom: 15px;
}

.sceglierci-panel .message.telefono p {
    margin-bottom: 10px;
}

.link-green {
    font-size: 18px;
    margin: 10px 0;
    display: block;
    font-family: 'Intro Bold';
    font-weight: normal;
}

    .link-green, .link-green:hover, .link-green:visited, .link-green:active, .link-green:focus {
        color: #56b04c;
    }

        .link-green i.fa {
            font-size: 0.7em;
        }

/* GENERALIZZAZIONI PANEL */

.bg-gray {
    background: #F2F2F2 none repeat scroll 0% 0%;
    padding-top: 15px;
}

.gray {
    background: #f2f2f2;
}

#site-wrapper .gray #garanzie, #site-wrapper .gray #altre-garanzie {
    padding: 0;
}

#site-wrapper .gray h2 {
    font-family: 'Intro Black';
    color: #6f6f6f;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 25px;
}

#altre-garanzie {
    margin-bottom: 15px;
}


#garanzie-casa,
#garanzie-famiglia {
    padding-left: 0px;
    padding-right: 0px;
}

.panel-container-1 .panel-body a {
    color: #56b04c;
    font-weight: bold;
}

.panel-container-1 .panel-body {
    position: relative;
    height: 190px;
}

    .panel-container-1 .panel-body h3 {
        font-family: "Intro Black";
        color: #6F6F6F;
        font-size: 18px;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 0;
    }

        .panel-container-1 .panel-body h3 a {
            color: #6F6F6F;
            font-weight: normal;
        }

.panel-container-1 .panel.iniziative {
    /*margin-bottom: 33px;*/
    text-align: center;
}

    .panel-container-1 .panel.iniziative .center-block.iniziative.family {
        display: block;
        margin: 0 25px;
        background-image: url('../../images/rl2015/linear_family_center.png');
        height: 115px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 4px;
    }

    .panel-container-1 .panel.iniziative .center-block.iniziative.friends {
        display: block;
        background-image: url('../../images/rl2015/linear_friends_center.png');
        height: 124px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .panel-container-1 .panel.iniziative .center-block.iniziative.benefits {
        display: block;
        background-image: url(../../images/rl2015/linear_benefits_center.png);
        height: 130px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center -4px;
    }

    .panel-container-1 .panel.iniziative .center-block.iniziative.best-driver {
        display: block;
        background-image: url('../../images/rl2015/logo-best-driver-rgb-linear.png');
        height: 63px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 0px;
    }

.panel-container-1 .panel-heading.iniziative.best-driver {
    border-bottom: none;
    margin: 17px 25px 8px 25px;
    height: 52px;
}

.panel-container-1 .panel-heading.iniziative.corona-virus {
    border-bottom: none;
    margin: 17px 25px 8px 25px;
    height: 52px;
}

    .panel-container-1 .panel-heading.iniziative.corona-virus .title {
        font-family: "Intro Black";
        font-size: 24px;
        font-weight: normal;
        display: inline-block;
        text-align: left;
    }

    .panel-container-1 .panel-heading.iniziative.corona-virus .icon-title {
        font-size: 54px;
        display: inline-block;
        color: #56b04c;
    }

.panel-container-1 .panel-body.iniziative {
    padding: 20px;
    height: 230px;
}

.panel-container-1 .panel {
    padding-top: 18px;
    margin-bottom: 16px;
}

.panel-container-1 .panel-heading {
    border-bottom: 5px solid #56b04c;
    height: 130px;
    padding: 0;
}

    .panel-container-1 .panel-heading.iniziative {
        border-bottom: 5px solid #56b04c;
        height: 77px;
        padding: 0;
    }

.panel-container-1 .panel-body p {
    font-size: 16px;
    line-height: 19px;
    font-family: Roboto, Arial, sans-serif;
}

    .panel-container-1 .panel-body p.description-box {
        margin-bottom: 0;
        height: 123px;
    }

        .panel-container-1 .panel-body p.description-box.iniziative {
            margin-bottom: -30px;
            height: 123px;
        }

        .panel-container-1 .panel-body p.description-box span {
            font-size: 12px;
            display: block;
        }

    .panel-container-1 .panel-body p.link-box {
        position: absolute;
        bottom: 0;
    }

#garanzie .spacer {
    display: block;
    height: 16px;
    clear: both;
}
/* FINE GENERALIZZAZIONI PANEL */


/** GENERALIZZAZIONE RCAUTO CONTAINER **/

#rca-container .stripe .container h2 {
    font-family: 'Intro Black';
    font-weight: normal;
    color: #6f6f6f;
    line-height: 29px;
    font-size: 24px;
    text-transform: uppercase;
    width: 80%;
}

#rca-container .stripe .container p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
}

#rca-container .container-big-image {
    border-bottom: 8px solid #56b04c;
    height: 151px;
    margin-top: 15px;
}

    #rca-container .container-big-image .container {
        text-align: center;
    }

#rca-container .stripe .container a {
    color: #56b04c;
    font-weight: bold;
}

#rca-container .container.fai-preventivo {
    margin-top: 10px;
    padding-bottom: 15px;
}

#rca-container .stripe .container .button-container a {
    color: #fff;
}

/** FINE GENERALIZZAZIONE RCAUTO CONTAINER **/

/** BOX SCEGLIERCI **/
#sceglierci .main-panel.sceglierci-panel-titolo {
    padding-top: 15px;
}

#sceglierci .main-panel.sceglierci-panel .reason .message h4 {
    margin: 6px 0px 9px;
}

#sceglierci .main-panel h3 {
    font-family: "Intro Black";
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    color: #6F6F6F;
    margin: 10px 0;
    text-transform: uppercase;
}

/** END BOX SCEGLIERCI **/

/** BOX SINISTRI */
.pannelloSinistri {
    padding: 15px;
}

    .pannelloSinistri a {
        color: #56b04c;
        font-weight: bold;
    }

    .pannelloSinistri span.targaVeicoloPrecedenteSinistro {
        color: #999;
    }

    .pannelloSinistri img.clessidraStatoAvanzamento {
        height: 20px;
        margin-left: 2px;
        margin-top: -4px;
    }



/** END BOX SINISTRI **/

/** LINEAR TAB CONTAINER **/
.linear-tab-container, .tab-content {
    clear: both;
}

    .linear-tab-container ul.nav.nav-tabs {
        margin: 0;
    }

.linear-tab-container {
    padding: 0 15px;
}

    .linear-tab-container .link-tab-container {
        display: table;
        width: 100%;
        height: 100%;
        padding: 0 15px;
    }

    .linear-tab-container .nav-tabs li {
        margin: 0;
        width: 50%;
        background: #eef7ed;
        min-height: 70px;
    }

        .linear-tab-container .nav-tabs li.active {
            background: #fff;
        }

        .linear-tab-container .nav-tabs li a {
            font-family: 'Intro Bold';
            font-size: 20px;
            color: #56b04c;
            font-weight: normal;
            line-height: 20px;
            display: table-cell;
            vertical-align: middle;
            height: 70px;
        }

        .linear-tab-container .nav-tabs li.active a {
            color: #6f6f6f;
        }

    .linear-tab-container .nav-tabs > li.active > a, .linear-tab-container .nav-tabs > li.active > a:hover {
        border: none;
        background: #fff;
    }

    .linear-tab-container .nav-tabs li > a:hover {
        background: #eef7ed;
    }

    .linear-tab-container .nav-tabs > li > a {
        border: none;
    }

.nav-tabs > li > a {
    border-radius: 6px;
}

.linear-tab-container .nav-tabs > li.first, .linear-tab-container .nav-tabs > li.first:hover {
    border-radius: 6px 0 6px 0;
}

.linear-tab-container .nav-tabs > li.active.first {
    border-radius: 6px 0 0 0;
}

.linear-tab-container .nav-tabs > li.second, .linear-tab-container .nav-tabs > li.second:hover {
    border-radius: 0 6px 0 6px;
}

.linear-tab-container .nav-tabs > li.active.second {
    border-radius: 0 6px 0 0;
}

.linear-tab-container .tab-pane {
    padding: 0 15px;
}

    .linear-tab-container .tab-pane h2 {
        padding: 0;
    }


/** END LINEAR TAB CONTAINER **/

@media (min-width: 900px) and (max-width: 1024px) {
    #cookie-bar .cookies-container.container.text {
        width: 90%;
        margin-left: inherit;
    }
}

.linear-tooltip {
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}

.tooltip-text {
    width: auto;
    display: inline-block;
    background-color: #f1f2c9;
    color: #6f6f6f;
    padding: 15px 10px;
    border-radius: 4px;
    font-size: 14px;
}

    .tooltip-text::after {
        content: " ";
        position: absolute;
        bottom: -9px;
        left: 35px;
        width: 0;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 10px solid #f1f2c9;
    }


.panel .zip-label {
    height: 55px;
    line-height: 55px;
}

.telephone.acquista-telefono {
    width: auto;
    cursor: pointer;
    font-family: Intro Bold;
    color: #56b04c;
}

    .telephone.acquista-telefono > p {
        margin-bottom: 0;
    }

        .telephone.acquista-telefono > p:nth-child(2) {
            padding-left: 15px;
        }

.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.container-table .vertical-center-row > div {
    padding: 0;
}

.panel-body .row .cancelink {
    margin-top: 10px;
    font-size: 18px;
    color: #56b04c;
    font-weight: bold;
    text-align: center;
}

/*Volkswagen*/

.modal-container #prev-partnership-vwfs .modal-header h4,
#prev-partnership-vwfs .modal-body p {
    color: #4c5356; /*VWAG Grey*/
}

#prev-partnership-vwfs .btn.btn-vwfs {
    background-color: #004666; /*VWAG Petrol*/
    color: #fff;
}

.l-strong, .text-strong {
    font-weight: bold;
}

.white-space-nowrap {
    white-space: nowrap;
}

/* reCaptcha */
.grecaptcha-badge {
    display: none;
}

.l-recaptcha-placeholder {
}

.l-recaptcha-privacy {
    font-size: 12px;
    color: #fff;
}

.l-recaptcha-privacy-grey {
    font-size: 12px;
    color: #6f6f6f;
}

   .l-recaptcha-privacy-grey a {
        display: inline !important;
        font-weight: 700;
        color: #6f6f6f !important;
    }

    .l-recaptcha-privacy a {
        display: inline !important;
        font-weight: 700;
        color: #fff;
    }

    .l-recaptcha-privacy.l-recaptcha-privacy-intervista {
        font-size: 16px;
        color: #6f6f6f;
    }

        .l-recaptcha-privacy.l-recaptcha-privacy-intervista a {
            color: #6f6f6f;
        }

.l-uso-dati {
    margin-bottom: 0 !important;
    font-size: 12px !important;
    font-weight: 700;
}

.main-panel .link-container.link-btn-tipo-proprietario {
    text-align: center;
}

.main-panel.call-to-action .link-container.link-btn-tipo-proprietario {
    padding: 10px 0 7px 0;
}

.nav.nav-tabs.tabs.group.form-swiper .form-swiper-tab:not(.active) {
    display: none;
}

/* ICO bianco sotto */
.box-image .panel-header-image {
    margin: -1px 30px 0 -5px;
    float: left;
}

.basic-info-panel .panel-header + .panel-header-image,
#riepilogo-preventivo .panel-header + .panel-header-image {
    position: absolute;
    margin: -57px 0 0 16px;
}

.box-image .panel-header-image,
.basic-info-panel .panel-header + .panel-header-image,
#riepilogo-preventivo .panel-header + .panel-header-image {
    width: 78px;
    height: auto;
}

    .box-image .panel-header-image.panel-header-image-casa::before,
    .basic-info-panel .panel-header.panel-header-casa + .panel-header-image.panel-header-image-casa::before,
    #riepilogo-preventivo .panel-header.panel-header-casa + .panel-header-image.panel-header-image-casa::before {
        content: url('../../images/rl2015/ico_bianco_sotto_casa.png');
    }

    .box-image .panel-header-image.panel-header-image-auto::before,
    .basic-info-panel .panel-header.panel-header-auto + .panel-header-image.panel-header-image-auto::before,
    #riepilogo-preventivo .panel-header.panel-header-auto + .panel-header-image.panel-header-image-auto::before {
        content: url('../../images/rl2015/ico_bianco_sotto_auto.png');
    }

    .box-image .panel-header-image.panel-header-image-moto::before,
    .basic-info-panel .panel-header.panel-header-moto + .panel-header-image.panel-header-image-moto::before,
    #riepilogo-preventivo .panel-header.panel-header-moto + .panel-header-image.panel-header-image-moto::before {
        content: url('../../images/rl2015/ico_bianco_sotto_moto.png');
    }

    .box-image .panel-header-image.panel-header-image-autocarro::before,
    .basic-info-panel .panel-header.panel-header-autocarro + .panel-header-image.panel-header-image-autocarro::before,
    #riepilogo-preventivo .panel-header.panel-header-autocarro + .panel-header-image.panel-header-image-autocarro::before {
        content: url('../../images/rl2015/ico_bianco_sotto_autocarro.png');
    }

    .box-image .panel-header-image.panel-header-image-ciclo::before,
    .basic-info-panel .panel-header.panel-header-ciclo + .panel-header-image.panel-header-image-ciclo::before,
    #riepilogo-preventivo .panel-header.panel-header-ciclo + .panel-header-image.panel-header-image-ciclo::before {
        content: url('../../images/rl2015/ico_bianco_sotto_ciclo.png');
    }

.row > .linear-error {
    padding: 0 15px;
}

    .row > .linear-error > .text-error::after {
        left: 25px;
    }

.row.has-error > .linear-error + div > .form-group .form-control,
.row.has-error > .linear-error + .form-group .form-control {
    margin-top: 0;
}

.flusso-sostituzione #info-fast-quote-sostituzione {
    padding: 20px;
}

#info-fast-quote-sostituzione span.info {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    display: inline-block;
    background: url(../../../images/rl2015/ico-info-green.png);
    background-size: 14px;
    margin-top: 0px;
    margin-bottom: 2px;
}

#info-fast-quote-sostituzione ul.disk-list li .popover {
    text-indent: 0px;
}

.flusso-sostituzione #info-fast-quote-sostituzione ul {
    margin: 5px 0;
}

.flusso-sostituzione #info-fast-quote-sostituzione li {
    line-height: 1;
    margin-bottom: -5px;
}

.intervista.flusso-sostituzione #panelTwo.panel.middle {
    border: none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.flusso-sostituzione .data-validita {
    margin: 7px 0 0 -15px;
}

.flusso-sostituzione .basic-info-panel.editing .data-nascita-proprietario .data,
.flusso-sostituzione .basic-info-panel.editing .data-nascita-proprietario .partitaIva {
    margin-top: 14px;
}

.flusso-sostituzione .basic-info-panel.editing .button-container {
    margin: 0px;
}

.flusso-sostituzione .dtInizioValidita-input span.text-evidence {
    font-family: Roboto, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.flusso-sostituzione .dtInizioValidita-input button {
    margin-bottom: 0px;
    margin-top: 3px;
}

.flusso-sostituzione .dtInizioValidita-input .col-xs-10 {
    padding-right: 0px;
}

.flusso-sostituzione .ore-minuti-label {
    margin-bottom: 10px;
}

.acquista.flusso-sostituzione .bg-warning {
    margin-top: 0px;
    margin-bottom: 0px;
}

.acquista.flusso-sostituzione .dati-figura-contrattuale label {
    margin: 10px 0;
}

.acquista.flusso-sostituzione .dati-figura-contrattuale hr {
    margin: 10px 0;
}

.flusso-sostituzione #linearModalSituazionePrecedenteVeicolo .modal-title {
    margin-bottom: 0px;
}

.flusso-sostituzione #linearModalSituazionePrecedenteVeicolo .button-container {
    margin: 0px;
    padding-left: 0px;
}

.flusso-sostituzione #linearModalSituazionePrecedenteVeicolo p {
    font-size: 16px;
}

.flusso-sostituzione .check_date_response .text-warning {
    margin-top: 12px;
}

.flusso-sostituzione #eliminaPreventivo {
    line-height: 30px;
}


.main-panel.grey-panel.flusso-sostituzione .col-sm-6.auto,
.main-panel.grey-panel.flusso-sostituzione .col-sm-6.moto,
.main-panel.grey-panel.flusso-sostituzione .col-sm-6.ciclo,
.main-panel.grey-panel.flusso-sostituzione .col-sm-6.furgone {
    height: 30px;
}

    .main-panel.grey-panel.flusso-sostituzione .col-sm-6.auto img,
    .main-panel.grey-panel.flusso-sostituzione .col-sm-6.moto img,
    .main-panel.grey-panel.flusso-sostituzione .col-sm-6.ciclo img,
    .main-panel.grey-panel.flusso-sostituzione .col-sm-6.furgone img {
        position: absolute;
        bottom: 0;
    }

.sxPreCompilati {
    line-height: 60px;
}

.contattaci .bg-warning {
    margin-top: 0px;
}

.contattaci ul.disk-list li {
    margin-bottom: 0;
}

#site-wrapper .sinistri-faq h2 {
    margin-left: 15px;
    font-family: "Intro Bold";
    color: #6f6f6f;
    font-size: 20px;
}

.sinistri-faq ul {
    margin-left: 30px;
    margin-bottom: 27px;
}

.sinistri-faq li {
    line-height: 1.7em;
}

.sinistri-faq ul li a {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #56b04c;
}

    .sinistri-faq ul li a:last-child {
        margin-bottom: 0;
    }

.sfondo-verdeacqua-panel {
    background-color: #EEF7ED;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 12px;
}

.linearModal_TrackingSinistri .modal-title {
    font-family: "Intro Bold";
    color: #6f6f6f;
    font-size: 20px;
}

.linearModal_TrackingSinistri .modal-body-details {
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
}

.linearModal_TrackingSinistri .link-green {
    display: inline;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.modal-container .modal-content.elimina-prv .button-container a {
    width: 100%;
    padding-right: 0;
}

@media (max-width: 767px) {

    .modal-container .modal-content.elimina-prv .button-container a {
        width: 104%;
    }

    .modal-container .modal-content.elimina-prv .text-center {
        margin-top: 0 !important;
    }
}

/*Aggiunto per CR 731*/
.eye-password {
    width: 10%;
    height: 20px;
    display: inline-block;
    position: relative;
    bottom: 37px;
    left: calc(90% - 6px);
    cursor: pointer;
}

    .eye-password:hover {
        cursor: pointer;
    }

@media screen and (max-width:768px) {
    #menu-mobile-partial-container a.eye-password {
        width: 13%;
        height: 18px !important;
        display: -webkit-inline-box;
        position: relative;
        bottom: 52px;
        left: 40%;
        margin: 0 !important;
    }

    .button-container .btn.back-to-pagamento {
        font-size: 12px;
    }
}

.eye-password.open {
    background: url(../../images/rl2015/occhio_grigio.png) no-repeat transparent;
    background-size: contain;
}

.eye-password.closed {
    background: url(../../images/rl2015/occhio_grigio_barrato.png) no-repeat transparent;
    background-size: contain;
}

.popover {
    width: fit-content;
}

    .popover.right {
        margin-left: 23px;
    }

        .popover.right .arrow:after {
            border-right-color: #f1f2c9;
        }
/* End CR 731*/

.preventivo-bersani-error .title {
    font-family: "Intro Bold";
    font-size: 22px;
    color: #555555;
    margin: 15px 0 30px 0;
    padding: 0;
}

#intro .title-panel h1 {
    font-size: 23px;
}

/* Ticket 8104 - Fix carattere titolo modale */
h5.modal-title.fixed-title {
    font-family: "Intro Bold" !important;
}
/* End Fix */

p.roboto-mono, span.roboto-mono {
    font-family: 'Roboto Mono', monospace;
    display: inline;
}

.inline-data {
    display: inline-block;
    font-style: normal;
}

.logon-container p {
    font-size: 16px;
}

.logon-container .link-bold {
    font-family: Intro Bold;
    font-size: 18px;
}

    .logon-container .link-bold .fa-chevron-right {
        font-size: 12px;
    }
/* End Fix */

@media screen and (max-width:767px) {
    #site-menu li.logged-user {
        display: inline-block !important;
        width: 100%;
    }
}

/*da levare quando mettiamo il file custom bootstrap*/
.radio-inline {
    position: unset;
}

@media screen and (max-width: 992px) {
    .reloading_added .popover {
        z-index: 1000;
    }
}

/* TKT 8499 */
h5.modal-title.intro-black-24 {
    font-family: "Intro Black" !important;
    font-size: 24px !important;
}
/* END TKT 8499 */

.main-panel.pay-panel .info {
    padding-bottom: 36px;
}

.main-panel p.not-found-text a.normal .fa {
    font-size: 11px;
}

.prev_casa .scelta-casa {
    font-size: 16px;
    cursor: pointer;
    text-align: left;
}

    .prev_casa .scelta-casa label {
        cursor: pointer;
    }

    .prev_casa .scelta-casa > div {
        margin-top: 7px;
    }

    .prev_casa .scelta-casa.active {
        font-size: 16px;
        background-color: #edf7ee;
    }

    .prev_casa .scelta-casa .iradio_square-green {
        position: relative;
        float: left;
        margin-top: 2px;
    }

}

ul.prodotti-servizi {
    list-style-type: disc;
    margin-left: 18px;
}

    ul.prodotti-servizi li {
        margin-bottom: 10px;
        line-height: 1.2em;
    }

#site-menu li.assicurazione-casa a {
    line-height: 23px;
}

#site-menu ul li.altre-assicurazioni ul {
    display: contents !important;
}

#site-menu ul li.altre-assicurazioni .fa {
    margin: 0 !important;
    color: #999;
    padding: 0px !important;
}

#site-menu ul li.altre-assicurazioni:hover .fa {
    color: #56b04c !important;
}

@media (min-width: 767px) {
    #site-menu li.assicurazione-casa,
    #site-menu li.assicurazione-furgone {
        margin: 0 !important;
        display: none;
    }

    #site-menu ul li.altre-assicurazioni .fa {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    #site-menu li.altre-assicurazioni {
        margin: 0 !important;
        display: none;
    }
}

#site-menu li.altre-assicurazioni .dropdown-menu {
    display: none !important;
    margin-top: 0 !important;
}

#site-menu li.altre-assicurazioni.dropdown.open .dropdown-menu {
    display: block !important;
    margin-top: 0 !important;
    padding: 0px !important;
}

#site-menu li.altre-assicurazioni.dropdown.open .dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    z-index: 1000 !important;
    float: left !important;
    min-width: 160px !important;
    font-size: 14px !important;
    text-align: left !important;
    list-style: none !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border-radius: 4px !important;
    box-shadow: 0 0 10px 0 rgba(0 0 0 / 15%) !important;
    border: none !important;
}

    #site-menu li.altre-assicurazioni.dropdown.open .dropdown-menu li {
        display: block !important;
        margin: 0 !important;
        padding: 10px 20px !important;
        width: 100% !important;
        text-align: left !important;
        color: #999 !important;
        border-radius: 4px !important;
    }

        #site-menu li.altre-assicurazioni.dropdown.open .dropdown-menu li a {
            color: #999 !important;
            font-size: 18px;
            font-family: 'Intro Bold';
        }

        #site-menu li.altre-assicurazioni.dropdown.open .dropdown-menu li:hover {
            background-color: #56b04c !important;
        }

            #site-menu li.altre-assicurazioni.dropdown.open .dropdown-menu li:hover a {
                color: white !important;
                cursor: pointer;
            }

#site-menu li.altre-assicurazioni.dropdown.open {
    padding-bottom: 0px;
}

#site-menu #sub5 {
    background-color: #32a228;
    text-align: left;
}

#site-menu li #sub5 {
    line-height: 2.7em;
    font-family: "Intro Bold";
    font-size: 18px;
    border-bottom: 1px solid #78c070;
}

#site-menu .fa-chevron-down.casa.mobile,
#site-menu .fa-chevron-up.casa.mobile{
    float:right; 
    margin: 14px 10px; 
    font-size:18px;
}

/*payment logos*/
img.logo-mastercard {
    width: 48px;
    margin-top: 2px;
}
img.logo-visa {
    width: 52px;
    margin-top: 8px;
}
img.logo-americanexpress {
    width: 35px;
    margin-top: -1px;
}
img.logo-postepay {
    width: 110px;
    margin-top: 6px;
}
img.logo-lis-paga {
    width: 110px;
    margin-top: 3px;
}
img.logo-mooney {
    width: 105px;
    margin-top: 10px;
}
img.logo-coop {
    width: 68px;
    margin-top: 6px;
}

@media (min-width: 768px) {        
    .panel-body .row .cancelink {
        margin-top: 34px;
        font-size: 18px;
        color: #56b04c;
        font-weight: bold;
        text-align: center;
    }

    /* ************* */
    /*     MODALS    */
    /* ************* */
    .modal-container .modal-dialog {
        width: 620px;
    }

    .modal-container .modal-header,
    .modal-container .modal-footer,
    .modal-container .modal-body {
        padding-left: 27px;
        padding-right: 27px;
    }

    .modal-container button.close {
        margin: 3px 0;
    }

    #site-wrapper .modal-container .modal-header h4 {
        margin-top: 45px;
        font-size: 24px;
    }

    .modal-container .container {
        width: 100%;
        padding: 0;
    }

    #site-wrapper .modal-container.modal-form .hidden-panel .fields-eraser {
        text-align: right;
        padding-right: 15px;
        padding-left: 0;
        float: right;
    }

    #site-wrapper .modal-container.modal-form .hidden-panel .calculator-container {
        width: auto;
        padding-left: 15px;
        padding-right: 0;
        float: left;
    }

    .modal-container.modal-form .hidden-panel .button-container .btn {
        font-size: 18px;
    }

    #site-wrapper h1 {
        font-size: 44px;
        margin: 27px 0 13.5px;
    }

        #site-wrapper h1.margin-bottom-xl {
            margin-bottom: 32px;
        }

    .margin-top-xxl {
        margin-top: 64px;
    }

    #site-wrapper header {
        height: 105px;
        padding: 13px 0;
    }

        #site-wrapper header.header-mini {
            height: 130px;
            background: #fff;
        }

    #site-wrapper #top-bar-wrap {
        height: 105px;
        background: url('../../images/rl2015/header-greenbar-desktop.jpg') repeat-x scroll center 72px;
    }

    #site-wrapper #div-logo-home,
    #site-wrapper #div-logo {
        left: -9px;
        top: 4px;
        width: 193px;
    }

    #site-wrapper.show-nav #site-canvas {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    #site-wrapper #top-bar {
        height: 65px;
        margin-top: 7px;
        padding: 15px 0;
    }

        #site-wrapper #top-bar a {
            color: #56b04c;
            font-size: 18px;
            font-family: 'Intro Bold';
            font-weight: normal;
            display: inline-block;
            border: none;
            height: auto;
            box-shadow: none;
            padding: 8px 20px;
        }

            #site-wrapper #top-bar a.header-link {
                vertical-align: middle;
                font-size: 14px;
            }

            #site-wrapper #top-bar a.btn-primary {
                background-color: #56b04c;
                color: #fff;
                height: 34px;
                border-radius: 17px;
                min-width: 0;
                font-size: 14px;
                margin-left: 10px;
                text-transform: uppercase;
            }

    /* HP Personale */

    #site-wrapper .logged-user #top-bar a {
        min-width: 0;
    }

    #site-wrapper #top-bar .logged-user {
        background-color: #56b04c;
        border-radius: 17px;
        overflow: hidden;
        margin-left: -8px;
        margin-top: 3px;
        float: right;
        padding: 0;
    }

        #site-wrapper #top-bar .logged-user a {
            font-family: "Roboto";
            font-weight: bold;
            line-height: 34px;
            font-size: 14px;
            color: #FFFFFF;
            height: 34px;
            float: left;
            padding: 0;
        }

        #site-wrapper #top-bar .logged-user .area-privata {
            border-right: 1px solid #FFFFFF;
            /*text-overflow: ellipsis;*/
            padding: 0 15px 0 15px;
            white-space: nowrap;
            /*overflow: hidden;
        max-width: 130px;*/
        }

        #site-wrapper #top-bar .logged-user .logout {
            padding: 0 20px 0 11px;
            font-weight: bold;
        }

    /* End HP Personale */

    /* HP Personale */

    #site-wrapper .logged-user #top-bar a {
        min-width: 0;
    }

    #site-wrapper #top-bar .logged-user {
        background-color: #56b04c;
        border-radius: 17px;
        overflow: hidden;
        margin-left: -8px;
        margin-top: 3px;
        float: right;
        padding: 0;
        margin-left: 10px;
    }

        #site-wrapper #top-bar .logged-user a {
            font-family: "Roboto";
            font-weight: bold;
            line-height: 34px;
            font-size: 14px;
            color: #FFFFFF;
            height: 34px;
            float: left;
            padding: 0;
        }

        #site-wrapper #top-bar .logged-user .area-privata {
            border-right: 1px solid #FFFFFF;
            /*text-overflow: ellipsis;*/
            padding: 0 15px 0 15px;
            white-space: nowrap;
            /*overflow: hidden;
        max-width: 130px;*/
        }

        #site-wrapper #top-bar .logged-user .logout {
            padding: 0 20px 0 11px;
            font-weight: bold;
        }

    #linearModalSituazionePrecedenteVeicolo p {
        font-weight: normal;
    }

    /* End HP Personale */

    /* Bordered div --------------------------------------------*/
    .right-bordered-md {
        border-right: solid 1px #ededed;
    }

    .panel-body {
        padding-top: 0;
        padding-bottom: 0;
    }

    .cards-logos div {
        padding: 0;
    }

    .card-logo {
        float: left;
        width: 160px;
    }

    #site-menu {
        position: static;
        background: none;
        height: 53px;
        border: none;
        width: auto;
        padding: 0 15px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        #site-menu li {
            float: left;
            margin-right: 19px;
            white-space: nowrap;
            line-height: 1.7em;
            border: none;
            display: inline;
            position: relative;
            padding: 10px 0px 14px;
            background-color: #FFF;
            width: auto;
            text-align: center;
        }

            #site-menu li[data-row="1"] {
                text-align: left;
            }

        #site-menu ul li[data-row="5"] {
            text-align: right;
            margin-right: 0px;
        }

    .container.menu {
        overflow: visible;
    }

    #site-menu ul li ul li a {
        padding-left: 0;
        background: none;
        border-bottom: none;
    }

    #site-menu li a {
        display: inline;
        border-bottom: none;
        padding: 0;
        font-family: 'Intro Bold';
        font-size: 14px;
        color: #999;
    }

    #site-menu ul li:hover a {
        color: #56b04c;
    }

    #site-menu ul li i {
        padding: 11px 0 0 3px;
        color: #999;
        font-size: 10px;
        margin: 0 0 0 3px;
    }

    #site-menu ul li:hover i {
        color: #56b04c;
    }

    #site-menu ul li ul {
        position: absolute;
        display: none;
        background-color: #fff;
        min-width: 180px;
        padding: 0 0 3px 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        margin: 14px 0 0 -15px;
        z-index: 999;
        -webkit-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.05);
        -moz-box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.05);
        box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.05);
        ;
        filter: DropShadow(Color=#ccc, OffX=3, OffY=3);
    }

        #site-menu ul li ul.collapse.in,
        #site-menu ul li ul.collapse,
        #site-menu ul li ul.collapsing {
            transition: none;
        }

    #site-menu ul ul li {
        padding: 0;
        height: 55px;
        width: 100%;
        border-top: none;
        margin: 0;
    }

        #site-menu ul ul li:hover {
            color: #fff;
            background-color: #56b04c;
        }

    #site-menu ul.collapsing li a,
    #site-menu ul.collapse li a {
        color: #999;
        display: block;
        font-family: Roboto, Arial, sans-serif;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.1;
        height: 55px;
        padding: 0 20px;
        width: 100%;
    }

    #site-menu ul.collapsing.with-icons li a,
    #site-menu ul.collapse.with-icons li a {
        padding: 17px 20px 17px 76px;
    }

    #site-menu ul li ul li.line-2 a {
        height: 55px;
    }

    #site-menu ul.collapsing.with-icons li.line-2 a,
    #site-menu ul.collapse.with-icons li.line-2 a {
        padding: 10px 20px 10px 76px;
    }

    #site-menu ul.collapsing li.moto a,
    #site-menu ul.collapse li.moto a {
        background: url("../../images/rl2015/menu-icons-moto.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li.casa a,
    #site-menu ul.collapse li.casa a {
        background: url("../../images/rl2015/menu-icons-casa.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li.furgone a,
    #site-menu ul.collapse li.furgone a {
        background: url("../../images/rl2015/menu-icons-furgone.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li.ciclomotore a,
    #site-menu ul.collapse li.ciclomotore a {
        background: url("../../images/rl2015/menu-icons-ciclomotore.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li.documenti a,
    #site-menu ul.collapse li.documenti a {
        background: url("../../images/rl2015/menu-icons-documenti.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li.auto a,
    #site-menu ul.collapse li.auto a {
        background: url("../../images/rl2015/menu-icons-auto.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li:hover a,
    #site-menu ul.collapse li:hover a {
        color: #fff;
    }

    #site-menu ul.collapsing li.moto:hover a,
    #site-menu ul.collapse li.moto:hover a {
        background: url("../../images/rl2015/menu-icons-moto-active.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li.casa:hover a,
    #site-menu ul.collapse li.casa:hover a {
        background: url("../../images/rl2015/menu-icons-casa-active.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li.furgone:hover a,
    #site-menu ul.collapse li.furgone:hover a {
        background: url("../../images/rl2015/menu-icons-furgone-active.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li.ciclomotore:hover a,
    #site-menu ul.collapse li.ciclomotore:hover a {
        background: url("../../images/rl2015/menu-icons-ciclomotore-active.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li.documenti:hover a,
    #site-menu ul.collapse li.documenti:hover a {
        background: url("../../images/rl2015/menu-icons-documenti-active.png") no-repeat scroll left center transparent;
    }

    #site-menu ul.collapsing li.auto:hover a,
    #site-menu ul.collapse li.auto:hover a {
        background: url("../../images/rl2015/menu-icons-auto-active.png") no-repeat scroll left center transparent;
    }

    #site-menu li ul.collapse.in {
        display: block;
        visibility: visible;
        height: auto !important;
    }

    #site-menu ul li i + a {
        cursor: default;
    }

    #site-menu li.active {
        background-color: #068742;
        border: none;
    }

        #site-menu li.active i, #site-menu li.active a, #site-menu li.active ul li a.nolink {
            color: #FFF;
        }

            #site-menu li.active a.nolink, #site-menu li.active ul li a.nolink {
                cursor: default;
            }

                #site-menu li.active:hover, #site-menu li.active a:hover, #site-menu li.active ul li a.nolink:hover {
                    border: none;
                }

    .l-reCaptcha-is-enable {
        height: 19px;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
    }

    #site-wrapper.fix-footer footer {
        position: fixed;
        bottom: 0;
    }

    #site-wrapper footer .main-panel > .container {
        padding: 0;
    }

    #site-wrapper footer .row > div {
        padding: 0 15px;
    }

    #site-wrapper footer .row {
        margin: 40px 0 0 0;
    }

    #site-wrapper footer .white-panel .row {
        margin: 0;
    }

    #site-wrapper footer .row > div ul {
        background: none;
        padding: 0;
        margin: 10px 0 0;
    }

        #site-wrapper footer .row > div ul.social {
            margin-top: 10px;
            padding: 0;
        }

    #site-wrapper footer h6 {
        font-size: 18px;
        padding: 0;
        margin-bottom: 0;
    }

    #site-wrapper footer .footer-link:nth-child(1n+2) {
        padding-left: 52px;
    }

    #site-wrapper footer .footer-link:nth-child(3) {
        padding-left: 100px;
    }

    #site-wrapper footer .footer-link a {
        padding: 2px 0 3px;
    }

    #site-wrapper footer.footer-mini .main-panel > .container {
        padding: 0 15px;
    }

        #site-wrapper footer.footer-mini .main-panel > .container .row > div {
            padding: 19px 0;
        }

            #site-wrapper footer.footer-mini .main-panel > .container .row > div > span {
                display: inline-block;
                padding-top: 6px;
            }

    .sidebar {
        background-color: #fff;
        min-height: 44px;
        padding: 15px;
        padding-bottom: 0;
        border-radius: 6px;
        border: none;
    }

    .btn-block + .dropdown-menu {
        width: 90%;
        position: absolute;
        margin: 3px 15px;
    }

    #site-wrapper #breadcrumb {
        margin-left: 10px;
        margin-top: 0;
    }
    /***** GENERALIZZAZIONI KD+ - LINK *****/
    .main-panel .link-container a.normal {
        font-size: 16px;
    }

    /***** GENERALIZZAZIONI KD+ - LINK *****/
    /****** GENERALIZZAZIONI KD+ - BREADCRUMB *****/
    /*
	.breadcrumb-panel {
		margin-top: 22px;
	}
	*/
    /****** GENERALIZZAZIONI KD+ - BREADCRUMB *****/
    /****** GENERALIZZAZIONI KD+ - TITOLI *****/
    .title-panel > .container > div {
        margin: 46px 0 17px;
    }

    .subtitle-panel > .container > div {
        margin-bottom: 30px;
    }

    .main-panel.title-panel p, .main-panel.subtitle-panel p {
        margin-bottom: -6px;
        margin-top: 4px;
    }
    /****** GENERALIZZAZIONI KD+ - TITOLI *****/
    /***** GENERALIZZAZIONI KD+ - BOTTONI *****/
    .button-container .btn {
        width: auto;
        font-size: 14px;
    }

        .button-container .btn > .fa {
            font-size: 11px;
        }

    .button-container .btn-large {
        font-size: 18px;
        padding: 15px 30px;
    }

        .button-container .btn-large.btn-empty {
            padding: 12px 27px;
        }

        .button-container .btn-large > .fa {
            font-size: 12px;
            top: -2px;
        }

    /***** GENERALIZZAZIONI KD+ - BOTTONI *****/

    /***** GENERALIZZAZIONI KD+ - DATEPICKER *****/
    .datepicker.dropdown-menu {
        /*margin-left: 48px;
		margin-right: 0px;*/
    }

    .datepicker-dropdown.datepicker-orient-right::before,
    .datepicker-dropdown.datepicker-orient-right::after {
        /*right: 17px;
		left: auto;*/
    }
    /***** GENERALIZZAZIONI KD+ - DATEPICKER *****/


    /***** GENERALIZZAZIONI KD+ - POPOVER *****/
    .popover {
        width: auto;
    }
    /***** GENERALIZZAZIONI KD+ - POPOVER *****/

    /**** GENERALIZZAZIONE PANNELLI ****/

    /* FASCIA CON VISUAL ADATTIVO (homepage, Landing Page) */
    .main-panel.main-visual .image-container {
        min-height: 400px;
        background-size: cover;
        /* no-repeat scroll cover transparent;*/
        background-position: center center;
    }

    #site-wrapper .main-panel.main-visual .image-container .message-pane h2 {
        font-family: 'Intro Black';
        font-size: 25px;
        color: white;
        margin: 25px 0 -2px -4px;
    }

    #site-wrapper .main-panel.main-visual .image-container .message-pane h3 {
        font-family: "Intro Bold";
        font-size: 20px;
        color: white;
        margin: 0 0 0 -4px;
    }
    /* FASCIA CON VISUAL ADATTIVO (homepage, Landing Page) */
    /* CALL-TO-ACTION CON FASCIA TRASPARENTE (homepage, Landing Page) */
    .main-panel.call-to-action {
        background-color: rgba(10, 131, 0, 0.6);
        text-align: left;
    }

    #site-wrapper .main-panel.call-to-action h1 {
        text-align: left;
        margin-top: 13px;
        margin-bottom: 12px;
    }

    .main-panel.call-to-action .form-control {
        text-align: left;
    }

    .main-panel.call-to-action .form-group {
        margin-bottom: 10px;
    }

        .main-panel.call-to-action .form-group .form-note {
            margin-top: 10px;
        }

    .main-panel.call-to-action .button-container .btn {
        width: 100%;
        padding-left: 9px;
        padding-right: 9px;
    }

    .main-panel.call-to-action .link-container {
        padding: 10px 0 0;
    }

    .main-panel.call-to-action ::-webkit-input-placeholder {
        text-align: left;
    }

    .main-panel.call-to-action ::-moz-placeholder {
        text-align: left;
    }

    .main-panel.call-to-action :-ms-input-placeholder {
        text-align: left;
    }

    .main-panel.call-to-action input:-moz-placeholder {
        text-align: left;
    }

    .main-panel.call-to-action ::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 35px;
    }

    .main-panel.call-to-action ::-moz-placeholder {
        font-size: 16px;
        line-height: 35px;
    }
    /* firefox 19+ */
    .main-panel.call-to-action :-ms-input-placeholder {
        font-size: 16px;
        line-height: 35px;
    }
    /* ie */
    .main-panel.call-to-action input:-moz-placeholder {
        font-size: 16px;
        line-height: 35px;
    }
    /* CALL-TO-ACTION CON FASCIA TRASPARENTE (homepage, Landing Page) */

    /* PANNELLO SCEGLIERCI (homepage, Polizza Auto, Landing Page) */
    .main-panel.sceglierci-panel-immagini {
        padding-bottom: 0;
        background: url("../../images/rl2015/home-panel-sceglierci-bg-tablet.jpg") repeat-x scroll center 128px transparent;
    }

    .main-panel.sceglierci-panel-testo {
        padding-bottom: 18px;
    }

    .main-panel.sceglierci-panel .container div.reason {
        background: none;
        margin-top: 11px;
    }

        .main-panel.sceglierci-panel .container div.reason .image-container {
            width: 165px;
            height: 135px;
        }

    #site-wrapper .main-panel.sceglierci-panel .reason .message h4 {
        font-size: 14px;
    }

    .sceglierci-panel .message p {
        font-size: 12px;
    }
    /* PANNELLO SCEGLIERCI (homepage, Polizza Auto, Landing Page) */

    /**** GENERALIZZAZIONE PANNELLI ****/

    .link-green {
        margin: 10px 0;
    }

    .panel-container-1 .panel-body {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main-panel .link-container.link-btn-tipo-proprietario {
        text-align: left;
    }

    /* ICO bianco sotto */
    .basic-info-panel .panel-header + .panel-header-image #riepilogo-preventivo .panel-header + .panel-header-image {
        margin-left: 19px;
    }

    .panel-body .row.consenso-set-informativo .form-group {
        padding-left: 5px;
    }

    .panel-body #row-consenso-set-informativo {
        padding-left: 10px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

    #editWarning {
        margin-top: 0;
    }
    /* Sidebar */
    .sidebar {
        width: 100%;
        padding: 0 15px;
        -webkit-transition: top 50ms linear;
        -moz-transition: top 50ms linear;
        -o-transition: top 50ms linear;
        -ms-transition: top 50ms linear;
        transition: top 50ms linear;
    }

    .affix {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 666;
    }

    .affix-top {
        position: fixed;
        left: 0;
        top: 44px;
        width: 100%;
    }

    .sidebar hr {
        display: none;
    }

    .head-sidebar {
        padding: 5px 0;
    }

    .sub-sidebar {
        background-color: #FFF;
        display: none;
        padding: 10px 0;
    }

        .sub-sidebar .s5 {
            text-align: right;
        }

    .sidebar .bundle .bundle-badge {
        left: 17%;
    }

    .toggle-arrow {
        width: 32px;
        height: 32px;
        display: inline-block;
        margin-left: 10px;
        margin-top: 4px;
        cursor: pointer;
        color: green;
        border: 1px solid green;
        text-align: center;
    }

    .sidebar .s2 {
        font-size: 26px;
    }

    .head-sidebar .s3 {
        font-size: 18px;
        margin-top: 2px;
        background-color: transparent;
        border-radius: 6px 6px 0 0;
        padding: 0 0 0 15px;
    }

    .head-sidebar .s1 {
        margin-top: 5px;
        font-size: 30px;
        text-align: right;
    }
    /* End sidebar */

    .partner {
        margin-top: 50px;
    }

    .col-centered.main-data {
        padding: 15px 0 15px 8px;
    }

    .text-evidence img {
        margin-left: -5px;
    }

    .panel-heading h2 {
        font-size: 30px;
    }

    .modify-panel {
        padding-top: 22px;
    }

    .panel-body .tick {
        margin-left: -5px;
    }

    .panel.premio.bundle .arrow {
        position: static;
        margin-left: auto;
        margin-right: auto;
        margin-top: -15px;
        margin-bottom: 15px;
    }

    .premio-feat-price-sm, .premio-feat-price-md, .premio-feat-price-lg {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .premio-feat-price-content {
        margin-top: 0;
    }

    .clue h6 {
        padding: 15px;
    }

    .clue-arrow {
        margin: -20px auto 0 auto;
    }

    .bundle.arrow-down {
        margin-top: -15px;
    }

    .promo_badge {
        display: none;
    }

    /***** GENERALIZZAZIONI KD+ - SELECT *****/
    .cs-select.cs-select-mini.cs-select-line-1 > span,
    .cs-select.cs-select-mini.cs-active.cs-select-line-1 > span,
    .cs-select.cs-select-mini.cs-select-line-1 > .cs-options span {
        line-height: 28px;
    }

    .cs-select.cs-select-mini.cs-select-with-franchigia > span,
    .cs-select.cs-select-mini.cs-select-with-franchigia.cs-active > span,
    .cs-select.cs-select-mini.cs-select-with-franchigia > .cs-options span {
        line-height: 20px;
    }
    /***** GENERALIZZAZIONI KD+ - SELECT *****/

}

@media (min-width: 992px) {
    .header-mini .container{
            margin-left: auto;
    }

    .sidebar {
        width: 295px;
        max-width: 295px;
    }

    .margin-top-lg {
        margin-top: 24px;
    }
    /* ************* */
    /*     MODALS    */
    /* ************* */
    .modal-container .modal-dialog {
        /* width: 760px; */
        margin-top: 60px;
    }

    .head-sidebar {
        padding: 0;
    }

        .head-sidebar .s3 {
            font-size: 24px;
            font-family: 'Intro Black';
            color: #fff;
            text-transform: uppercase;
            line-height: 26px;
            background: #56B04C url("../../images/rl2015/ico_desktop_box_prezzo_polizza.png") no-repeat;
            background-position: 90% center;
            height: 90px;
            padding-top: 17px;
        }

    .sub-sidebar #label-sconto.selected {
        border-top: 1px solid #eee;
        padding-top: 16px;
        margin-bottom: 0;
    }

        .sub-sidebar #label-sconto.selected .fa {
            color: #56B04C;
        }

    img.paypal-home-logo {
        float: right;
    }

    #site-wrapper #trigger-overlay {
        display: none;
    }

    #site-menu {
        margin: 0;
    }

        #site-menu ul {
            padding: 0;
            margin: 0;
        }

            #site-menu ul li {
                padding: 10px 0 15px;
                margin-right: 30px;
            }

                #site-menu ul li i {
                    margin: 0 0 0 6px;
                }

                #site-menu ul li ul {
                    margin-left: -15px;
                    margin-top: 16px;
                    min-width: 228px;
                }

        #site-menu li {
            margin-left: 0px;
        }

            #site-menu li[data-row="1"] {
                text-align: left;
            }

        #site-menu ul li[data-row="5"] {
            text-align: right;
            margin-left: 3px;
        }

        #site-menu li a {
            font-size: 18px;
        }

        #site-menu ul.collapsing li a,
        #site-menu ul.collapse li a {
            font-size: 16px;
        }

    .col-md-height {
        display: table-cell;
        float: none;
    }

    .head-sidebar {
        background-color: #FFF;
        box-shadow: none;
    }

        .head-sidebar .s1 {
            font-size: 44px;
            text-align: left;
        }

    .sub-sidebar {
        background-color: #FFF;
        display: block !important;
        padding: 0;
        border: none;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .top-bordered-md {
    }

    .premio-feat-price-top .s2.margin-bottom-md {
        margin-bottom: 16px;
    }

    #site-wrapper #breadcrumb {
        margin-left: 145px;
    }

    #site-wrapper #top-bar a.header-link {
        font-size: 18px;
    }

    /***** GENERALIZZAZIONI KD+ - SELECT *****/
    .cs-select .cs-options {
        max-height: none;
        overflow: auto;
    }

        .cs-select .cs-options .cs-options-wrapper {
            position: relative;
            max-height: 400px;
            overflow-x: hidden;
            overflow-y: auto;
        }

    .cs-select > .cs-options .cs-selected span {
        color: #fff;
        background-color: #56b04c;
    }

    .cs-select.cs-select-mini.cs-select-line-1 > span,
    .cs-select.cs-select-mini.cs-active.cs-select-line-1 > span,
    .cs-select.cs-select-mini.cs-select-line-1 > .cs-options span {
        line-height: 28px;
    }

    .cs-select.cs-select-mini.cs-select-with-franchigia > span,
    .cs-select.cs-select-mini.cs-select-with-franchigia.cs-active > span,
    .cs-select.cs-select-mini.cs-select-with-franchigia > .cs-options span {
        line-height: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .cs-select.cs-select-mini.cs-select-with-franchigia > span strong,
        .cs-select.cs-select-mini.cs-select-with-franchigia > .cs-options span strong,
        .cs-select.cs-select-mini.cs-select-with-franchigia.cs-active > span strong,
        .cs-select.cs-select-mini.cs-select-with-franchigia > span,
        .cs-select.cs-select-mini.cs-select-with-franchigia.cs-active > span,
        .cs-select.cs-select-mini.cs-select-with-franchigia > .cs-options span {
            font-size: 16px;
        }
    /***** GENERALIZZAZIONI KD+ - SELECT *****/


    /***** GENERALIZZAZIONI KD+ - DATEPICKER *****/
    .datepicker.dropdown-menu {
        right: 57.5% !important;
    }
    /***** GENERALIZZAZIONI KD+ - DATEPICKER *****/


    .main-panel.pay-panel {
        padding-bottom: 14px;
        padding-top: 9px;
    }

        .main-panel.pay-panel .logos {
            text-align: left;
            width: auto;
            display: block;
            margin: 0px 18px;
        }

            .main-panel.pay-panel .logos.first-logo {
                margin-left: 0px;
            }

            .main-panel.pay-panel .logos.last-logo {
                text-align: left;
                width: auto;
                display: block;
                margin-right: 0px;
            }

    @media (min-width: 480px) and (max-width: 768px) {
        .main-panel.pay-panel .logos.logos-col-1,
        .main-panel.pay-panel .logos.logos-col-2,
        .main-panel.pay-panel .logos.logos-col-3,
        .main-panel.pay-panel .logos.logos-col-6,
        .main-panel.pay-panel .logos.logos-col-7,
        .main-panel.pay-panel .logos.logos-col-8 {
            width: 33.33333333%;
        }

        .main-panel.pay-panel .logos.logos-col-4,
        .main-panel.pay-panel .logos.logos-col-5 {
            width: 50%;
        }
    }

    #site-wrapper .main-panel.pay-panel h3 {
        text-align: left;
    }

    #site-wrapper footer h6 {
        font-size: 20px;
    }

    #site-wrapper footer .green-panel {
        padding-bottom: 44px;
        padding-top: 41px;
    }

    #site-wrapper footer .social-row {
        position: relative;
        margin-left: 140px !important;
    }

        #site-wrapper footer .social-row > div {
            padding: 0;
            position: absolute;
            right: 0;
            top: -55px;
        }

        #site-wrapper footer .social-row h6 {
            padding-left: 18px;
        }

    #site-wrapper footer .row > div ul.social {
        margin-top: 17px;
        padding: 0 0 0 17px;
    }

    #site-wrapper footer .social-row ul li {
        background-size: auto 32px;
        height: 32px;
        margin-right: 8px;
        width: 33px;
    }

        #site-wrapper footer .social-row ul li.googleplus {
            background-position: -33px 0;
        }

        #site-wrapper footer .social-row ul li.facebook {
            background-position: -66px 0;
        }

        #site-wrapper footer .social-row ul li.youtube {
            background-position: -100px 0;
        }

        #site-wrapper footer .social-row ul li.blog {
            background-position: -134px 0;
        }

        #site-wrapper footer .social-row ul li.instagram {
            background-position: -168.3px 0;
        }

    #site-wrapper footer .white-panel {
        padding: 0;
    }

    #site-wrapper footer .row {
        margin: 0;
    }

    footer .white-panel .row > div {
        margin-top: 15px;
    }

        footer .white-panel .row > div > span {
            margin-top: 1px;
            padding: 0;
        }

    #site-wrapper footer .white-panel .row > .disclaimer-links {
        margin: 0;
        text-align: right;
    }

        #site-wrapper footer .white-panel .row > .disclaimer-links ul.list-inline {
            margin: 7px 0 0;
        }

    #site-wrapper footer .row > .disclaimer-links ul li {
        margin-right: 12px;
    }

    #site-wrapper footer .row > div:nth-child(4) {
        padding-left: 54px;
    }

    #site-wrapper footer .row.social-row > div {
        padding-left: 35px;
    }

    /**** MINI FOOTER ****/
    #site-wrapper footer.footer-mini .green-panel {
        padding: 0;
    }

    #site-wrapper footer.footer-mini .row > div {
        padding: 0 10px;
    }

    #site-wrapper footer.footer-mini .row > .disclaimer-links {
        margin: 0;
        padding: 0 5px;
    }

        #site-wrapper footer.footer-mini .row > .disclaimer-links ul {
            margin: 0;
        }

    #site-wrapper footer .row > .disclaimer-links ul li {
        margin-right: 12px;
    }

    .personal-area {
        float: right;
        width: 159px;
        height: 34px;
        background: #56b04c;
        border-radius: 30px;
        color: #fff;
        font-size: 14px;
        font-family: 'Intro Black';
        text-align: center;
        line-height: 34px;
        margin-top: -75px;
        display: block;
        position: relative;
        z-index: 100;
    }

        .personal-area:hover {
            color: #fff;
        }

    /***** GENERALIZZAZIONI KD+ - LINK *****/
    .main-panel .link-container a.normal {
        font-size: 18px;
    }
    /***** GENERALIZZAZIONI KD+ - LINK *****/
    /***** GENERALIZZAZIONI KD+ - BOTTONI *****/
    .button-container .btn {
        font-size: 18px;
        padding: 10px 20px;
    }

        .button-container .btn > .fa {
            font-size: 12px;
        }

    .button-container .btn-empty,
    .button-container .btn-empty-white {
        padding: 7px 17px;
    }

    .button-container .btn-large {
        padding: 15px 25px;
        font-size: 23px;
    }

    .button-container .btn-large-hppersonale {
        font-size: 14px;
    }

    .button-container .btn-large.btn-empty,
    .button-container .btn-large.btn-empty-white {
        padding: 12px 22px;
    }

    .button-container .btn-large > .fa {
        font-size: 16px;
        top: -2px;
    }

    .button-container .btn-little {
        font-size: 14px;
        padding: 7px 10px;
    }

        .button-container .btn-little.btn-empty,
        .button-container .btn-little.btn-empty-white {
            padding: 5px 8px;
        }

        .button-container .btn-little > .fa {
            font-size: 10px;
        }

        .button-container .btn-little.btn-empty > .fa {
            line-height: 18px;
            top: -2px;
        }
    /***** GENERALIZZAZIONI KD+ - BOTTONI *****/

    .partner {
        margin: 0 0 30px;
    }

    .btn.telephone {
        background: transparent url("../../images/rl2015/ico_phone_desktop.png") no-repeat scroll left top;
    }

    .main-panel.sceglierci-panel-titolo {
        padding-top: 28px;
    }

    .main-panel.sceglierci-panel-immagini {
        background-image: url('../../images/rl2015/home-panel-sceglierci-bg.jpg');
        background-position: center 172px;
    }

        .main-panel.sceglierci-panel-immagini .container div.reason {
            margin-top: 16px;
            padding-left: 7px;
            padding-right: 12px;
        }

    .main-panel.sceglierci-panel-testo {
        padding-bottom: 33px;
    }

        .main-panel.sceglierci-panel-testo .container div.reason {
            margin-top: 1px;
            padding: 0;
        }

    .main-panel.sceglierci-panel .container div.reason .image-container {
        width: 220px;
        height: 180px;
    }

    #site-wrapper .main-panel.sceglierci-panel .reason .message h4 {
        font-size: 18px;
    }

    .sceglierci-panel .message p {
        font-size: 16px;
    }

    .panel-container-1 .panel {
        margin-bottom: 33px;
    }

    /** GENERALIZZAZIONE RCAUTO CONTAINER **/

    #rca-container .container-big-image .container {
        text-align: right;
        position: relative;
    }

    #rca-containerr .stripe .container h2 {
        width: 45%;
        margin-bottom: 20px;
    }

    #rca-container .stripe .container p {
        width: 55%;
        margin-bottom: 20px;
    }

        #rca-container .stripe .container p.start-link {
            padding-top: 5px;
            margin-bottom: 15px;
        }

    #rca-container .container-big-image {
        height: 8px;
        margin-top: 5px;
    }

        #rca-container .container-big-image img {
            position: absolute;
            right: 15px;
            bottom: -8px;
        }

    #rca-container .stripe {
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 45px;
    }

    /** FINE GENERALIZZAZIONE RCAUTO CONTAINER **/

    /* GENERALIZZAZIONI PANEL */

    #site-wrapper .gray h2 {
        margin-top: 37px;
        margin-bottom: 37px;
    }

    #site-wrapper .gray #garanzie-casa h2 {
        margin-top: 20px;
    }


    .prime-garanzie .panel {
        margin-bottom: 0;
    }

    #altre-garanzie {
        margin-bottom: 10px;
    }

    #garanzie .spacer {
        height: 33px;
    }

    /* FINE GENERALIZZAZIONI PANEL */

    /** BOX SCEGLIERCI **/
    #site-wrapper .main-panel h3 {
        text-align: left;
    }

    #sceglierci .main-panel.sceglierci-panel-testo {
        padding-bottom: 24px;
    }

    /** END BOX SCEGLIERCI **/
    .flusso-sostituzione .dtInizioValidita-input button {
        float: none !important;
        margin: 3px 0 0 -75px;
    }

    .flusso-sostituzione .basic-info-panel.editing .button-container button {
        margin-bottom: 36px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .affix {
        width: 213px;
    }

    .affix-bottom {
        width: 213px;
    }

    .col-centered.main-data {
        padding: 15px 0 15px 8px;
    }

    .text-evidence img {
        margin-left: -5px;
    }

    .panel-heading h2 {
        font-size: 30px;
    }

    .panel-body .tick {
        margin-left: -5px;
    }

    button.text-evidence {
        margin-left: -10px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }

    .sidebar {
        width: 360px;
    }

    #site-menu ul li ul {
        margin-left: -25px;
        margin-top: 13px;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
    }

    #site-wrapper footer .row {
        margin: 0;
    }

    #site-wrapper footer .green-panel {
        padding-bottom: 44px;
    }

    img.paypal-home-logo {
        float: right;
    }

    /***** GENERALIZZAZIONI KD+ - DATEPICKER *****/
    .datepicker.dropdown-menu {
        right: 55.5% !important;
    }
    /***** GENERALIZZAZIONI KD+ - DATEPICKER *****/

    /**** GENERALIZZAZIONE PANNELLI ****/

    /* FASCIA CON VISUAL ADATTIVO (homepage, Landing Page) */
    .main-panel.main-visual .image-container {
        background-position: center bottom;
    }
    /* FASCIA CON VISUAL ADATTIVO (homepage, Landing Page) */

    /* CALL-TO-ACTION CON FASCIA TRASPARENTE (homepage, Landing Page) */
    /* CALL-TO-ACTION CON FASCIA TRASPARENTE (homepage, Landing Page) */

    /* PANNELLO SCEGLIERCI (homepage, Polizza Auto, Landing Page) */
    .main-panel.sceglierci-panel-immagini .container div.reason {
        background: none;
        margin-top: 17px;
        text-align: center;
    }

    #site-wrapper .main-panel.sceglierci-panel .reason .message h4 {
        font-size: 20px;
        margin-top: 7px;
    }

    #site-wrapper .main-panel.sceglierci-panel {
        background-position: center 173px;
    }
    /* PANNELLO SCEGLIERCI (homepage, Polizza Auto, Landing Page) */
}

@media (min-width: 900px) and (max-width: 1024px) {
    #cookie-bar .cookies-container.container.text {
        width: 90%;
        margin-left: inherit;
    }
}

#site-menu ul li[data-row="1"] {
    margin-left: 0;
    text-align: left;
}

@media (max-width: 991px) {
    .telephone.acquista-telefono > p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #divInfoFurtoIncendio #modalInfoRateLabel, #divInfoCristalli #modalInfoRateLabel {
        font-size: 20px;
    }
}

#divInfoFurtoIncendio .btn.btn-large.btn-green, #divInfoCristalli .btn.btn-large.btn-green {
    font-size: 14px;
    font-family: 'Intro Black';
}

#divInfoFurtoIncendio a.link-bold, #divInfoCristalli a.link-bold {
    font-size: 18px;
    font-family: 'Intro Bold';
    text-align: center;
}

.modal #btn-conferma {
    font-size: 17px;
    margin-bottom: 45px;
}

.modalSostituzioneVeicoloProprietari.modal-footer button.close {
    margin-top: 27px;
}

#divDatiPF .row.row-button .form-group,
#divDatiPF .row.row-button button,
#divDatiPF .privacy .row .form-group,
#divDatiPF .privacy .row .radio,
#divDatiPF .row.row-button {
    margin-bottom: 0px !important;
}

