/**
Foundatin override
 */
@font-face
{
    font-family: 'Helvetica Neue';
    src: url('/font/HelveticaNeue.ttf'),
    url('/font/HelveticaNeue.eot'); /* IE9 */
}
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica,sans-serif;
    font-weight: bold;
}
.button {
    background-color: #005F67;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    opacity: 1;
}
a.button {
    background-color: #005F67;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    opacity: 1;
}
.slider-handle {
    background-color: #005F67 !important;
}
.top-bar, .top-bar ul {
    background: inherit;
}
.select2-container {
    width: 100% !important;
    text-align: left;
}
/**
Calpeda specific
 */

/**
HEADER
 */
header .top1,
header .top1 .menu.vertical {
    background-color: #000;
}
header .top2 a > img.flag {
    vertical-align: initial;
}
header li.social a {
    padding: 0.5rem;
}

header li.social a i.fa{
    font-size: 26px;
    color: #666;
}
header .top2{
    background-color: #005f67;
    height: 102px;
    vertical-align: middle;
    line-height: 102px;
    margin-bottom: 0px;
    z-index: 999;
}
header .top2 a.calpeda-logo {
    display: block;
    vertical-align: middle;
}

header .top2 a.calpeda-logo img {
    height: 50px !important;
}
header .top2 .version {
    display: table;
    height: 100%;
    width: 100%;
}
header .top2 .version span {
    display: table-cell;
    vertical-align: middle;
    color: #FFF !important;
}
header .top3,
header .top3 .title-bar
{
    background-color: #005f67;
}
header .top3 ul.menu a {
    color: #fff;
    text-transform: uppercase;
}
header .top3 ul.menu .active a {
    background-color: initial;
    text-decoration: underline;
    font-weight: bold;
}
header .langPanel {
    display: none;
}

@media screen and (max-width: 39.9375em) {

    #mainMenu {
        display: none;
    }
    #boxImage{
        display: none !important;
        background-image: url('/images/PS-cover.jpg');
        background-size: cover !important;
    }
    #logoBoxImage{
        position: absolute;
        left: 20px !important;
    }
    #logoBoxImage h3{
        font-size: 26px !important;
        text-transform: none !important;
    }
    .tabs-title {
        width: 100%;
        text-align: center;
        border: 1px solid #EEE;
    }
    .has-tip{
        margin-top: 20px;
    }
}

@media screen and (max-width: 950px) {
    #logo-selector a {
        font-size: 16px !important;
    }
}
@media screen and (min-width: 40em) {

    header .top3 .title-bar {
        display: none;
    }

}

/**
FOOTER
 */
.siteFooter {
    border-top: 5px solid #008e9a;
    color: #555;
    font-size: 14px;
    padding: 0.75rem 0;
    text-align: left;
}

.siteFooter h5{
    margin-top: 20px;
}
/**
HOME
 */

a.home-button {
    background-color: #005f67;
    color: #fff;
    display: block;
    font-size: 1.35rem;
    font-weight: bold;
    margin: 1rem 0;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase;
}

/**
PUMP SEARCH
 */

#wrapper ul.searchType {
    border: none;
    border-bottom: 2px solid #005f67;
}
#wrapper .tabs-title > a[aria-selected="true"] {
    background: #005f67;
    color: #ffffff;
}
#wrapper ul.searchType li a {
    background-color: #008e9a;
    border-left: 1rem solid #fff;
    color: #fff;
    font-size: 1.35em;
    font-weight: bold;
    line-height: 1.4em;
    text-transform: uppercase;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
#wrapper ul.searchType li:first-child a {
    border-left: none;
}
#wrapper ul.searchType li a:hover {
    background-color: #005f67;
}
.home .tabs-content {
    background-color: #f9f9f9;
    border: none;
}
div.searchPanel h4 span.numb {
    color: #005f67;
    font-size: 1.5em;
    text-align: center;
    width: 2rem;
}
span.obb {
    color: #008e9a;
    font-weight: bold;
}
span.info {
    font-size: 0.75rem;
    font-style: italic;
}

@media screen and (max-width: 39.9375em) {
    #wrapper ul.searchType li a {
        border-left: none;
        border-bottom: 0.5rem solid #fff;
        font-size: 1rem;
    }
    div.resultGraph {
        min-height: initial;
    }
    label {
        font-size: .8rem;
        line-height: 1rem;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #wrapper ul.searchType li a {
        border-left: 0.5rem solid #fff;
        border-bottom: 0.5rem solid #fff;
        font-size: 1.1rem;
    }
}

/**
SEARCH RESULTS
 */
div.mainGraph div.lightblue {
    background-color: #008e9a;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
    height: 100%;
    padding: 0.5rem;
}
div.mainGraph div.rlstxt {
    line-height: 26px;
}
div.mainGraph div.rlstxt span.valore {
    font-size: 1.1rem;
    font-weight: bold;
}
div.resultGraph {
    display: block;
    min-height: 600px;
    padding: 0.5rem 0;
    width: 100%;
}
div.resultTable {
    margin: 2.5rem 0;
    padding-top: 1.2rem;
}
div.resultTable table {
    border: 1px solid #333;
    border-top: none;
    border-collapse: collapse;
    width: 100%;
}
div.resultTable table thead th i.fa {
    color: #666;
    left: 3px;
    position: absolute;
}
div.resultTable table thead th i.fa-sort-asc {
    top: 44%;
}
div.resultTable table thead th i.fa-sort-desc {
    top: 33%;
}
div.resultTable table thead th i.fa.active {
    color: #00c3da;
}
div.resultTable table tr {
    cursor: pointer;
}
div.resultTable table thead th {
    background-color: rgba(0, 142, 154, 0.1);
    background-image: none;
    border: 1px solid #bbb;
    color: #222;
    font-size: 1.05rem;
    font-weight: bold;
    padding: 0.65rem 1.2rem;
    position: relative;
    vertical-align: middle;
}
div.resultTable table tr td {
    font-size: 1rem;
    padding: 1.05rem 0.6rem;
    text-align: left;
}
div.resultTable table tr:nth-child(1) td, div.resultTable table tr:nth-child(1) td a {
   /* color:#8cb649;*/
}
div.resultTable table tr:nth-child(2) td, div.resultTable table tr:nth-child(2) td a {
   /* color:#87a7b7;*/
}
div.resultTable table tr:nth-child(3) td, div.resultTable table tr:nth-child(3) td a {
   /* color:#c4a240;*/
}
div.resultTable table tr:nth-child(4) td, div.resultTable table tr:nth-child(4) td a {
    /*color:#8014f3;*/
}
div.resultTable table tr:nth-child(5) td, div.resultTable table tr:nth-child(5) td a {
    /*color:#fddd01;*/
}
div.resultTable table tr:nth-child(6) td, div.resultTable table tr:nth-child(6) td a {
    /*color:#69e45a;*/
}
div.resultTable table tr:nth-child(7) td, div.resultTable table tr:nth-child(7) td a {
   /* color:#f7acb1;*/
}
div.resultTable table tr:nth-child(8) td, div.resultTable table tr:nth-child(8) td a {
    /*color:#323cf1;*/
}
div.resultTable table tbody tr:hover {
    background-color: #008e9a;
}
div.resultTable table tbody tr:hover td {
    color: #fff !important;
}
div.message {
    font-size: 1.5em;
    text-align: center;
}

/**
PUMP PAGE
 */
.loader {
    text-align: center;
}
.productPage .prodname .label {
    background-color: #008e9a;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
}
.productPage .pumpmodel {
    color: #000;
    padding-top: 0.5rem;
    line-height: normal;
}
.productPage .prodname div > strong {
    font-size: 1.2rem;
}
.productPage .prodname div span.pumpcode {
    font-size: 0.8rem;
    font-weight: normal;
}
.productPage .prodcontainer {
    border-top: 0px solid #005f67;
    margin: 0;
    padding-top: 30px;
}
.productPage .prod-graphs {

}
.productPage ul.tabs_lista li a {
    background-color: #008e9a;
    border-bottom: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}
.productPage ul.tabs_lista li a:hover {
    background-color: #005f67;
    color: #FFF;
}
.productPage div h4 {
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.productPage table td {
    font-size: 0.8rem;
}
.productPage table td {
    vertical-align: top;
}
.productPage ul.tecfiles {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.productPage ul.tecfiles li {
    float: none;
    list-style: none;
}

.productPage ul.tecfiles li p.intestazione{
    font-size: 16px !important;
}

.productPage ul.tecfiles li a {
    background: none;
    color: #000;
    display: block;
    font-size: 1.15rem;
    margin: 1rem 0 1.3rem 0;
    text-decoration: none;
}
.productPage ul.tecfiles li a:hover {
    background: none;
}
.productPage ul.tecfiles li img {
    display: block;
    width: 70px;
}

.productPage .pdfbutton {
    background-color: #005f67;
    text-transform: uppercase;
    text-align: center;
}
.productPage .pdfbutton a {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

/* GraphPage */

.graphpage_graph {
    width: 860px;
}


.siteFooter {
    border-top: 5px solid #475659;
    color: #FFF;
    font-family: Helvetica,sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    background-color: #475659;
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    margin-top: 3rem !important;
}

.siteFooter a, .siteFooter  p{
    font-size: 18px;
    margin-bottom: 8px;
    color: #FFF;
}

.siteFooter ul{
    list-style: none;
}

#bottom{
    padding-top: 2rem;
    border-top: 1px solid #0a0a0a;
    margin-top: 2rem;
}
#left{
    padding-left: 3rem;
}
.siteFooter ul.sub{
    list-style: none;
    margin: 0;
    padding: 0;
}
.siteFooter ul.sub li{
    display: inline-block;
    margin-right: 2rem;
}

.siteFooter ul li{
    list-style: none;
}

.siteFooter ul.socialContainer{
    list-style: none;
    margin: 0;
    margin-top: 2rem;
}
.siteFooter ul.socialContainer li{
    list-style: none;
    float: left;
    margin-right: 10px;
    width: 30px;
}
.siteFooter ul.socialContainer li .menu-title-text{
    display: none;
}
/* end frontend */


.msg {
    font-size: 0.9rem;
}


/*
 * print styles
 */
@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    a,a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,img {
        page-break-inside: avoid;
    }
    @page {
        margin: 0.5cm;
    }
    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }
    h2,h3 {
        page-break-after: avoid;
    }

    .sidebar,.debug {
        display: none !important;
    }
    .imprese-list li {
        display: none;
    }
    .imprese-list .attiva {
        display: block;
        font-weight: bold;
        font-size: 1.2em;
    }
    .imprese-list a {
        border: none;
    }
}

/**
Aggiunte Davide
**/

.select2-container{
    width: 100% !important;
    text-align: left;
}

#logged {
    font-size: 1rem;
    text-align: right !important;
}
#loaderdownload {
    padding: 10px;
    text-align: center;
    display: block;
}
.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

ul.dimensioni_txt{
    display: block;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

ul.dimensioni_txt li{
    display: inline-block !important;
    width: 100px;
    border: 0px solid #CCC;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    padding-left: 0px !important;
    min-width: 60px !important;
}

ul.dimensioni_txt li span.intestazioni{
    font-weight: bold;
    min-width: 40px;
}

ul.dimensioni_txt li span.valori{
    font-weight: normal;
    min-width: 40px;
    display: inline-block;
    padding-left: 0px;
}

.dimensioni {
    font-size: 0.75rem;
    line-height: 1.4rem;
}
.custom_pump {
    color: #A0E8AF !important;
}
.custom_pump_btn {
    color: rgba(0, 95, 103, 1) !important;
    width: 100%;
    text-decoration: underline !important;
}
.custom_pump_btn_active {
    background-color: #0add3e !important;
    width: 100%;
}
.custom_pump_border {
    border-color: #A0E8AF !important;
}
div#customize{

}

div#customize h3{
    font-size: 20px;
    padding-left: 15px;
}
div#customize ul{
    list-style: none !important;
    margin: 3px;
}
div#customize ul li{
    list-style: none !important;
    margin-top: 10px;
}

div#customize ul li span.intestazioni{
    font-weight: bold;
    margin-top: 10px !important;
    min-width: 40%;
    display: inline-block;
    font-size: 12px;
}

div#customize ul li select{
    font-size: 13px;
    width: 90%;
    border-radius: 5px;
    border: 1px solid rgba(151, 151, 151, 1);
    opacity: 1;
    background-color: rgba(255, 255, 255, 1);
}
@media screen and (max-width: 39.9375em) {

    div#customize ul li{
        margin-top: 0px;
    }
    div#customize ul li select{
        max-width: 90%;
    }

    .result .foto {
        position: relative !important;
        text-align: left !important;
    }

    .result .foto img{
        border: 1px solid #EEE;
    }

}
div#msg_custom{
    padding: 20px;
}
i#custom-close{
    font-size: 20px;
    cursor: pointer;
    padding-right: 20px;
}
.custom_value{
    text-decoration: underline !important;
}
form#formcustom{

}

form#formcustom label{
    display: block;
    font-size: 20px;
}


#loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/loading.gif')
    50% 50% no-repeat;
    background-color:rgba(0, 0, 0, 0.5);
}

input[type='number']{
    border-radius: 5px;
}

input[type='number'].danger{
    border: 2px solid #666 !important;
    background-color: #FF0000;
    color: #FFF;
    border-radius: 5px;
}

#addPointBox{
    margin-bottom: 1rem;
    margin-top: 1rem;
}
div.super-top{
    background-color: #000 !important;
    display: block;
}
div.expanded.row{

}
div.super-top ul{
    list-style: none;
}
div.super-top ul li{
    display: inline-block;
}

div.super-top ul li a {
    color: #9f9f9f;
    padding: 10px;
    margin-bottom: 3px;
}

div.super-top ul li span.active {
    padding-bottom: 8px;
    border-bottom: 2px solid #FFF;
}

div.super-top ul li a:hover span.active {
    padding-bottom: 8px;
    border-bottom: 0px solid #FFF;
}

div.super-top ul li a:hover {
   border-bottom: 2px solid #FFF;
}
div.super-top .socialActionBar{
    width: 20px !important;
    margin-right: 7px !important;
}
div.super-top .socialActionBar a:hover{
    border-bottom: 0px !important;
}
div.super-top .socialContainer{
    float: right !important;
}
div.super-top #header-secondary-outer ul {
    height: 32px;
    float: right;
    z-index: 1000;
    margin-right: 20px;
    display: block;
}
div.super-top .socialActionBar a span.menu-title-text{
    display: none;
}
#menu-top{
    margin-top: 0px;
}
.tracked-pos{
    background-color: #FFF !important;
}
li.language{
    padding-left: 30px;
}
li.language ul.langPanel{

}
li.language ul.langPanel li{
    background-color: #005f67 !important;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #FFF transparent transparent !important;
}
#div_perdita_di_carico{
    display: none !important;
}
#searchRslTable i.fa{
    display: none;
}
#panel-family div.imgFamily{
    margin: auto;
    text-align: center;
}
#panel-family div.imgFamily img{
    width: 50%;
}
#panel-family div.box{
    margin: 1rem;
    margin-bottom: 3rem;
}
#panel-family div.box h6 {
    padding-bottom: 3%;
    color: #006b85 !important;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
#boxImage{
    position: relative;
    height: 325px;
    background-color: #D8D8D8;
    display: none !important;
}
#boxImage #logoBoxImage{
    position: absolute !important;
    top: 101px;
    left: 119px;
    font-family: Helvetica, sans-serif !important;

}

#boxImage #logoBoxImage img{
    display: inline-block;
    margin-right: 40px;
    width: 105px;
}
#boxImage #logoBoxImage h3{
    display: inline-block;
    color: #005F67;
    text-transform: none !important;
}
body{
    font-family: Helvetica,sans-serif;
}
h3{
    opacity: 1;
    color: rgba(0, 95, 103, 1);
    font-family: Helvetica,sans-serif;
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}
.tabs{
    border: none !important;
    border-bottom: 1px solid #EEE !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
.tabs li.tabs-title a{
    border-radius: 5px 5px 0px 0px;
    opacity: 1;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 400;
    font-style: Regular;
    letter-spacing: 0px;
    text-align: center;
    height: 98px;
    vertical-align: center;
    line-height: 49px;
    padding-left: 35px;
    padding-right: 35px;
}
.FR .tabs li.tabs-title a,.DE .tabs li.tabs-title a,.ES .tabs li.tabs-title a {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.tabs li.tabs-title a{
    color: #888888;
}
.tabs-content{
    opacity: 1;
    background-color: rgba(241, 246, 246, 1);
}
.menu a{
    margin: 0px !important;
    padding: 0px !important;
}
ul#mainMenu {
    height: 102px;
    margin: 0;
}
ul#mainMenu li {
    margin: 0;
    padding-right: 20px !important;
}
ul#mainMenu a{
    line-height: 102px;
    vertical-align: middle;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: right;
}
#language-choice{
    width: 80px;
    display: inline-block;
    text-align: center;
}
ul.submenu{

}
ul.submenu li{
    height: 30px;
    line-height: 30px;
}
ul.submenu li a{
    line-height: 30px !important;
}
.is-dropdown-submenu {
    border: none !important;
}
a:hover{
    /*font-weight: bold !important;*/
}
ul.is-dropdown-submenu li{
    margin-right: 0px !important;
}
.is-dropdown-submenu-item:hover{
    background-color: darkgrey !important;
    color: #000 !important;
}
.is-dropdown-submenu-item:hover a{
    background-color: darkgrey !important;
    color: #000 !important;
}
.menu-icon{
    position: absolute;
    right: 20px;
    top: 80px;
}
#mobileMenu{

}

#mobileMenu li{
    margin-bottom: 10px;
}
#mobileMenu li .dropdown{
    text-align: left;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

#mobileMenu #language-choice{
    padding: 0;
    margin: 0;
    width: 40px !important;
    text-align: left !important;
}
ul#types, ul#families{
    list-style: none;
}
ul#types li, ul#families li{
    vertical-align: middle;
    height: 130px;
    line-height: 130px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
ul#types li h6 , ul#families h6{
    opacity: 1;
    color: rgba(136, 136, 136, 1);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
}
ul#types li:hover,ul#types li.active, ul#families li:hover, ul#families li.active {
    opacity: 1;
    background-color: rgba(0, 95, 103, 1);
    color: #FFF !important;
    border-radius: 5px 5px 0px 0px;
}


ul#types li:hover h6,ul#types li.active h6,ul#families li:hover h6,ul#families li.active h6  {
    color: #FFF !important;
}
ul#types li img{
    height: 76px;
    padding-right: 10px;
    float: left;
}
.active{
    background-color: rgba(0, 95, 103, 1);
    color: #FFF !important;
}
.prodcode{
    border-radius: 5px;
    border: 1px solid rgba(151, 151, 151, 1);
    opacity: 1;
    height: auto !important;
    /*width: 50%!important;*/
    opacity: 1;
    color: rgba(136, 136, 136, 1);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    padding-left: 20px;
    height: 27px !important;
    margin-top: 6px;
}
#next_form{
    display: none;
}
.form_filter{
    background-color: transparent !important;
}
.tabs_h3{
    margin-top: 20px;
    text-transform: none !important;
    font-size: 31px;
}
.filter-form{
    opacity: 1;
    background-color: rgba(241, 246, 246, 1);

}
#filter-box{
    width: 250px;
}
.filter_per{
    opacity: 1;
    color: rgba(0, 95, 103, 1);
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 54px;
}
.result{
    opacity: 1;
    border-top: 0px solid #005F67;
    border-bottom: 1px solid #005F67;
    padding: 10px;
    position: relative;
}
.result .foto{
    position: absolute;
    top:0px;
    right: -10px;
    height: 173px;
    background-color: #FFF;
    text-align: center;
}
.result .foto img{
    padding-top: 20px;
    max-height: 166px;
    text-align: center;
}
.result.first{
    opacity: 1;
    border-top: 1px solid #005F67;
    border-bottom: 1px solid #005F67;
    padding: 10px;
}

.result.first.detail{
    margin-top: 40px !important;
    margin-bottom: 0px !important;
}
.result .alternative{
    background-color: #F1F6F6;
}

.alternative{
    background-color: #F1F6F6 !important;
}
.result span.label{
    padding-top: 5px;
    display: block;
    text-transform: uppercase;
    background-color: transparent;
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

.FR .result span.label{
    font-size: 10px;
}
.PT .result span.label{
    font-size: 9px;
}
.result span.value{
    display: block;
    text-transform: uppercase;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    padding-left: 8px;
    line-height: 14px;
    padding-bottom: 20px;
}
.result span.value a{
    font-size: 14px !important;
    padding: 0 !important;
}
.modify_search{
    background-color: #F1F6F6;
    padding-top: 30px;
    padding-bottom: 30px;
}
.modify_search #submitFormPump, #submitFormGroup{
    margin-left: 0px;
}
.modify_search h4, .modify_search h3{
    display: none;
}
.h3_form_pump{
    text-transform: none;
    display: block;
    font-size: 31px !important;
}
.productPage{
    margin-top: 30px;
}
.button svg{
    width: 32px;
    height: 32px;
    fill: #FFF;
    padding-right: 10px;
    float: left;
}
.bg-light-green{
    background-color: #F1F6F6 !important;
    display: block;
}
.prodcontainer{

}
.prodcontainer .tabs li.tabs-title {
    margin-bottom: 10px;
    border-radius: 5px;
    opacity: 1;
    /*background-color: rgba(241, 246, 246, 1);*/
    background-color: transparent;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    min-width: 280px;
}
.prodcontainer .tabs {
    margin-top: 0px !important;
}
.prodcontainer .tabs {
    border-bottom: 0px solid #FFF !important;
}
.prodcontainer .tabs li.tabs-title a {
    background-color: rgba(241, 246, 246, 1);
    height: 48px !important;
    line-height: 48px !important;
    opacity: 1;
    color: rgba(0, 0, 0, 1);
    font-size: 18px !important;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    padding: 0!important;
    padding-left: 20px !important;
    border-radius: 5px 5px 5px 5px;
    text-transform: uppercase;
}
.prodcontainer .tabs-content{
    background-color: transparent;
    border: 1px solid #EEE;
    margin-left: -37px;
}
.button.large{
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    width: 280px;
}
.button.large img{
    padding-left: 0px;
    padding-right: 12px;
    height: 37px;
}
.mr-2{
    margin-right: 20px;
}
.mt-2{
    margin-top: 20px;
}
.bg-light-green{
    margin-top: 5px;
    background-color: #F1F6F6 !important;
}
#customize{
    position: relative;
}

#customize #custom-close{
    position: absolute;
    top: 20px;
    right: 0px;
}
.addPoint{
    margin-top: 20px;
}

.PT .addPoint label{
    font-size: 11px;
}
.spec{
    margin-top: -10px;
}
input.numberADD{
    margin-bottom: 0px !important;
}

.addPoint .select_um{
    margin-left: -20px;
}
.spec_detail{
    list-style: none;
    margin: 10px;
    padding: 0;
    display: block !important;
}

.spec_detail.row{
    margin: 0px !important;
}
.spec_detail li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.intestazione{
    display: block;
    text-transform: uppercase;
    background-color: transparent;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
}
.valore{
    display: block;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    padding-left: 0px;
    line-height: 14px;
}

.productPage .tabs-content{
    border: 0;
}

.tabs-content ul.spec_detail li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 20px;
    max-height: 57px !important;
}
#panel-descs h3, #panel-files h3, #panel-dimensions h3, #panel-graphs h3, #panel-family h3.h3_form_pump{
    margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 95, 103, 1);
    opacity: 1;
    text-transform: inherit;
}

#panel-descs h3.h3_form_pump{
    margin-top: 0rem !important;
}

.tabs-content ul.spec_detail li:nth-child(4n+1), ul.spec_detail li:nth-child(4n+2) {
    background: #F1F6F6;
}
a.link{
    opacity: 1;
    color: rgba(0, 95, 103, 1);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: underline;
}
#boxImage{

}
.family_image{
    text-align: left !important;
    position: relative;
}
.family_image img{
    height: 230px;
    border: 1px solid rgba(0, 95, 103, 1);
    border-radius: 5px;
    padding: 10px;
}

a.icon-link {
    font-size: 16px;
    background-image: linear-gradient(
            to right,
            #005F67,
            #005F67 50%,
            #000 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

a.icon-link:before {
    content: '';
    background: #005F67;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

a.icon-link:hover {
    background-position: 0;
}

a.icon-link:hover::before {
    width:100%;
}

#downloadAction{
    padding-top: 40px;
}
#downloadAction .button.large{
    margin-bottom: 16px;
}
#actionPumpPage{
    text-align: center;
    margin-top: -15px;
}
ul.pagination{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
ul.pagination li{
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
}
ul.pagination li a{
    margin: 0 !important;
    padding: 0 !important;
}

.filter-table.stickOnScroll-on{
    right: 19.9% !important;
    overflow-y:scroll !important;
    overflow-x:scroll !important;
    height: 95% !important;
}

.text-lowercase{
    text-transform: none !important;
}

#box-logo{
    background-color: #000000;
    height: 35px;
    padding-left: 30px;
    line-height: 35px;
    vertical-align: middle;
}
#box-logo img{
    height: 15px;
    line-height: 35px;
}
#logo-selector {
    padding-left: 30px;
}
#logo-selector img {
    padding-right: 10px;
}
#logo-selector a {
    color: #FFF;
    font-size: 24px;
    line-height: 102px;
}
.ui-front{
    height: 200px;
    overflow: scroll;
}
.ui-menu-item :hover, .ui-menu-item :focus {
    background-color: #005f67 !important;
}

span.dInt{
    border: 1px solid #888;
    padding: 5px;
    width: 35px;
    height: 30px;
    display: inline-block;
}
span.dVal{
    border: 1px solid #888;
    padding: 5px;
    width: 98px;
    height: 30px;
    display: inline-block;
}
.menu-prod{
    padding-right: 0px;
}
.tabs-title {
    /*float: right !important;*/
}
.prodcontainer .tabs li.tabs-title a.button.large{
    height: 61.5px !important;
    line-height: 61px !important;
}
.tabs-panel{
    padding-top: 0px !important;
}
.prodcontainer ul.tabs_lista{
    float: right;
}
.dimensioni ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.dimensioni ul li { background: white; }
.dimensioni ul li:nth-child(odd) { background-color: #F1F6F6 !important }

.remove-pers {
    position: absolute;
    top: -13px;
    right: 13px;
    font-size: 26px !important;
    color: #FFF;
}

.remove-inverter {
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 26px !important;
    color: #FFF;
}
#scrollTop{
    position: fixed;
    right: 50px;
    bottom: 50px;
    background-color: #005F67;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    opacity: 1;
    font-size: 30px;
    padding: 5px;
    cursor: pointer;
}
#orders{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

#orders li{
   text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}

#orders li label{
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}

#orders li label.small{
    margin-left: 2px;
    margin-right: 2px;
    padding: 2px;
}
#orders li label.small.active{
    border-radius: 5px;
}
#orders li input{

}
div.form-order{
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 5px;
}
.text-uppercase a{
    text-transform: uppercase !important;
}
.results ul.tabs li.tabs-title a{
    font-size: 16px !important;
}
.results .tabs-content {
    background-color: #FFF;
}
button.large .value-bottom{
    display: inline-flex;
    width: 78%;
    line-height: 20px;
    word-wrap: break-word;         /* All browsers since IE 5.5+ */
    overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
}
#addPointButton{
    width: 220px;
}
.report-errors{
    float:right;
    padding-right:20px;
    color: #FFF;
    cursor: pointer;
}