﻿ul.resp-tabs-list{
    padding: 2em 0 0;
	margin: 0;
}
p {
    margin: 0;
    padding: 0;
}
.resp-tabs-list li {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 1.2em;
    font-weight: 700;
    list-style: none outside none;
    margin: 0;
    padding: 13px 25px;
}
.resp-tabs-container {
    background-color: #FFFFFF;
    clear: left;
    padding: 0;
}

.resp-tabs-container .anagrafiche {padding: 5px 10px}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    padding: 5px;
}
.resp-tab-content {
    display: none;
    padding: 25px;
}
.resp-tab-active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    margin-bottom: -1px !important;
    padding: 12px 25px 14px !important;
}
.resp-tab-active {
    background-color: #FFFFFF;
    border-bottom: medium none;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: 1px solid #DDDDDD;
}
h2.resp-accordion {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD;
    border-image: none;
    border-right: 1px solid #DDDDDD;
    border-style: solid;
    border-width: 0 1px 1px;
    font-size: 13px;
    margin: 0;
    padding: 10px 15px;
}
h2.resp-tab-active {
    border-bottom: 0 solid #DDDDDD !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
    background: none repeat scroll 0 0 blue;
    border-bottom: 12px solid #DDDDDD !important;
}
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}
.resp-vtabs .resp-tabs-list li {
    cursor: pointer;
    display: block;
    float: none;
    margin: 0;
    padding: 15px !important;
}
.resp-vtabs .resp-tabs-container {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    clear: none;
    float: left;
    min-height: 250px;
    padding: 0;
    width: 68%;
}
.resp-vtabs .resp-tab-content {
    border: medium none;
}
.resp-vtabs li.resp-tab-active {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD -moz-use-text-color #DDDDDD #DDDDDD;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    position: relative;
    z-index: 1;
}
.resp-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #DDDDDD;
    float: right;
    height: 0;
    margin-top: 3px;
    width: 0;
}
h2.resp-tab-active span.resp-arrow {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color transparent #9B9797;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 6px 12px;
}
h2.resp-tab-active {
    background: none repeat scroll 0 0 #F3F3F3 !important;
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #DDDDDD;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #DDDDDD !important;
}
.resp-jfit {
    margin: 0;
    width: 100%;
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #DDDDDD !important;
}
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
    display: none;
}
h2.resp-accordion {
    display: block;
}
.resp-vtabs .resp-tab-content {
    border: 1px solid #DDDDDD;
}
.resp-vtabs .resp-tabs-container {
    border: medium none;
    clear: none;
    float: none;
    min-height: initial;
    width: 100%;
}
.resp-accordion-closed {
    display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #DDDDDD !important;
}
}
