/* Add Google WebFonts */
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300|Roboto:400,500,700);

* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    *:hover {
        -moz-transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }

.obbligatorio {
    border-color: #dd0000 !important;
}

input[type="text"].obbligatorio, textarea.obbligatorio, .field_module.obbligatorio {
    background-color: #fcc;
}

input[type="text"]:focus {
    background-color: #fff !important;
}

input[type="text"]:onblur {
    background-color: #fff !important;
}

label.obbligatorio, span.obbligatorio {
    color: #f00 !important;
}

a.obbligatorio {
    color: #f00 !important;
}

input[type="radio"] {
    -webkit-appearance: radio !important;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

input:not([type="radio"]) {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.menu_verticale, div.content .dx {
    position: fixed;
    height: 95%;
    min-height: 95%;
    padding: 20px;
    margin: 0px;
    top: 0;
}

.menu_verticale {
    width: 15%;
    min-width: 230px;
    left: 0;
}

div.content .centro {
    width: 55%;
    left: 13%;
    position: relative;
    padding: 20px;
    margin: 0px;
    top: 0;
}

div.content .dx {
    width: 30%;
    padding: 0px;
    margin: 20px;
    margin-top: 20px;
    right: 0px;
    border: 1px solid #ccc;
}

div.content .centro section {
    margin-bottom: 10px;
}

    div.content .centro section h4 {
    width: 100%;
    clear: both;
    position: relative;
    text-align: left;
    padding:15px 10px 10px 10px;
    color: #262626;
    font-size: 20px;
    display: none;
    color: #262626;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    }

.container_assembler {
    position: absolute;
    min-height: 100%;
    height: 100%;
    background: #ccc;
    border: 1px solid #ccc;
    width: 100%;
}

.obbligatorio {
    border-color: #dd0000;
}

font {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-family: 'Roboto', sans-serif;
}

html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: 100%;
    width: 100%;
}

div.wrapper, form#aspnetForm {
    height: 100%;
    margin: 0px auto;
    position: relative;
}

h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 60px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.img_selezioni {
    border: none;
}

a:focus {
    outline: 0;
}

.fancybox-button--thumbs, .fancybox-button--play, .fancybox-infobar {
    display: none !important;
}

.fancybox-caption {
    border-top: none !important;
}

a {
    color: black;
    text-decoration: none;
}

    a:hover {
        color: black;
        text-decoration: underline;
    }

::selection {
    background: #DEDEDE; /* Safari */
}

::-moz-selection {
    background: #DEDEDE; /* Firefox */
}



::-webkit-input-placeholder { /* WebKit browsers */
    color: #837D81;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #837D81;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #837D81;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #837D81;
}

input:focus {
    outline: none;
}
/* btn è usato nel bootstrap.css */
.btn2, .btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #262626;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: center;
    margin: 0px;
    font-size: 15px;
    border: 1px solid #262626;
    padding: 10px 20px;
    margin-top: 10px;
    white-space: normal;
}

    .btn2.small {
        padding: 6px 20px;
        margin: 0px;
        font-size: 17px;
    }

    .btn2:hover, .btn:hover {
        text-decoration: none;
        background-color: #262626;
        color: #fff;
    }

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.clear {
    clear: both;
}

header {
    width: 100%;
    position: relative;
    clear: both;
}

div.content {
    /*  overflow: auto;
    clear: both;*/
}

    div.content .container {
    }

.campo_form {
    position: relative;
    float: left;
    width: 40%;
}

div.footer {
    display: none !important;
    width: 100%;
    height: 210px; /* 155px; */
    position: relative;
    bottom: 0px;
    border-top: 1px solid #262626;
    text-align: center;
    color: #FFF;
    background-color: #262626;
    padding: 20px;
    clear: both;
}
/*module*/


.modulo {
    width: 640px;
    margin-top: 20px;
    border-spacing: 0px 10px;
}

    .modulo tr td {
        padding: 5px;
    }

    .modulo tr th {
        background: #e6e6e6;
        color: #427fc1;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.label_module {
    float: left;
    position: relative;
    text-align: left;
    width: auto;
    font-size: 23px;
    color: #666;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin: 5px 0px;
    padding: 3px 10px;
}

.select_module, .field_module, .field_note {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ccc;
}
/*

.field_module {
position: relative;
  
    border: 1px solid #e3e3e3;
    background: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    width: 100%;
    overflow: auto;
    -moz-box-shadow: inset 2px 3px 3px #f5f4f4;
    -webkit-box-shadow: inset 2px 3px 3px #f5f4f4;
    box-shadow: inset 2px 3px 3px #f5f4f4;
    padding-right: 10;
    padding-left: 10px;
    color: #4B4B4B;
    font-weight: 400;
           font-family: 'Roboto', sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}





.field_note {
	border: 1px solid #e3e3e3;
	background: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	margin: 0;
	height: 200px !important;
	overflow: auto;
	-moz-box-shadow: inset 2px 3px 3px #f5f4f4;
	-webkit-box-shadow: inset 2px 3px 3px #f5f4f4;
	box-shadow: inset 2px 3px 3px #f5f4f4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #3f79b7;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	width: 100%;
		-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	 outline:none;

	
}*/
.label_check a {
    color: #666;
    text-decoration: underline;
}

.label_check input {
    position: relative;
    float: left;
    margin-right: 5px;
    top: 2px;
}

.alert {
    color: #7E7E7E;
    line-height: 20px;
    font-size: 11px;
}

.campo_form {
    width: 50%;
    padding-bottom: 20px;
    position: relative;
    float: left;
    padding-right: 10px;
}

.pathway {
    position: relative;
    width: calc(100% - 370px);
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .pathway a {
        margin-left: 5px;
        margin-right: 5px;
    }

        .pathway a:hover {
            margin-left: 5px;
            margin-right: 5px;
        }

.sx {
    position: relative;
    float: left;
}

.dx {
    position: relative;
    float: right;
}

.menu {
    position: relative;
    clear: both;
    width: 100%;
}

hr {
    border-top: 1px solid #ccc;
    border-left: none;
    height: 1px;
    width: 100%;
    border-right: none;
    border-bottom: none;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
    clear: both;
}

.cerca {
    float: right;
    padding: 5px;
    position: relative;
    background-color: white;
    width: 200px;
    border: 1px solid #ccc;
}

.newsletter {
    float: right;
    padding: 5px;
    position: relative;
    background-color: white;
    width: 100%;
    border: 1px solid #ccc;
}

    .cerca input[type="text"], .newsletter input[type="text"] {
        border: none;
        background-color: transparent;
        width: calc(100% - 20px);
        color: #666;
        font-size: 13px;
    }

    .cerca input[type="image"], .newsletter input[type="image"] {
        position: relative;
        width: 16px;
        top: 2px;
    }

.logo {
    width: 200px;
    background: white;
    z-index: 9999;
    padding: 5px;
    top: 0px;
    position: relative;
    float: left;
    clear: both;
}

.footer .box {
    position: relative;
    float: left;
    width: 33%;
}

.footer .btn2 {
    position: relative;
    float: right;
    height: 120px;
    width: 100px;
    font-size: 20px;
    font-weight: 400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}

    .footer .btn2 .img_selezioni {
        margin-bottom: 5px;
        max-width: 100%;
    }

.dx .img {
    width: 95%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 400px;
    display: table;
    position: absolute;
    top: 20px;
    top: 56px;
}

    .dx .img div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .dx .img div img {
            max-width: 100%;
            max-height: 400px;
        }

.new {
    position: absolute;
    z-index: 99;
    border: none !important;
    right: 0px;
    top: 0px;
}

#sync1 .new {
    left: 15px;
    top: 5px;
}

#sync2 .selected {
    width: 40px;
    left: 5px;
    top: 5px;
}

#sync2 .new {
    width: 40px;
    left: 18px;
    top: 5px;
}

.dx .btn2.small {
    float: right;
    margin-left: 5px;
    top: -10px;
    position: relative;
}

.dx .btn2 {
}

.dued {
    float: right;
    margin-left: 5px;
}

.selettori {
    position: relative;
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
}

.pointer {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

div.content .sx {
    /*background-image:url( ../../assembler/img/touch.png);
	background-repeat:no-repeat;
	background-position:center bottom;*/
}

.pulsanti {
    position: absolute;
    bottom: 10px;
    width: 95%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

ul.misure_personalizzate {
    padding-left: 43px;
}

*/ ul.misure_personalizzate li {
    width: 100%;
    clear: both;
    list-style-type: none;
    margin-bottom: 2px;
    height: auto;
    overflow: auto;
}

ul.misure_personalizzate li img, .taglie ul li img {
    position: relative;
    float: right;
    margin-right: 10px;
    top: 12px;
    width: 20px;
}

.taglie {
    width: 100%;
    clear: both;
    position: relative;
}

.prod_carrello label {
    font-weight: 500;
    text-transform: inherit;
    color: #262626;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 19px;
    margin-left: 5px;
}

.taglie ul li {
    position: relative;
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    margin-right: 2px;
    margin-bottom: 2px;
    width: 24%;
}

.taglie input {
    font-family: 'Roboto', sans-serif;
    position: relative;
    float: right;
    width: 50px;
    text-align: center;
    padding: 10px;
    border: 1px solid #999;
}

.taglie label {
    font-weight: normal;
    text-transform: inherit;
    margin-left: 5px;
    padding-left: 0px;
    border-left: none;
    top: 10px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-size: 14px;
}

.tipo_misura label {
    position: relative;
    float: left;
    margin-right: 10px;
    font-size: 22px;
    top: 7px;
    margin-left: 10px;
}

.misurazione, .distinzioni {
    position: relative;
    float: left;
    width: 19%;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0.3%;
}

    .misurazione img {
        max-width: 100%;
        max-height: 135px; /* margin-top: 20px; */
    }

.campo_form .select_module, .campo_form .field_module {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
}

.selettori {
    width: 100%;
}

    .selettori .campo_form, .label_principale {
        /*
padding-bottom: 20px;
    position: relative;
    float: left;
    padding-right: 10px;
    width:33%;
   */
        position: relative;
        float: left;
        width: 100% !important;
        padding: 0px;
        margin-bottom: 10px;
    }

        .selettori .campo_form .label_module {
            width: 100%;
            display: block;
            clear: both;
        }

        .selettori .campo_form .label_principale br {
            display: none;
        }

.modalCool-dialog .selettori .campo_form span {
    display: block;
    width: 25%;
    padding: 5px;
    position: relative;
    float: left;
    text-align: left;
    font-size: 12px;
}

.selettori .campo_form span {
    display: block;
    width: 33%;
    padding: 5px;
    position: relative;
    float: left;
    text-align: left;
    font-size: 12px;
}

    .selettori .campo_form span input[type="checkbox"] {
        margin-right: 5px;
        -webkit-appearance: checkbox;
    }

.selettori .campo_form .select_module, .selettori .campo_form .field_module {
    width: 100%;
}

.selettori .label_module {
    /* top: 8px; */
    margin: 0px;
    padding: 0px;
}
/* restyling collapse accordion  -------------- */
.selettori .panel-default {
    border-color: none !important;
}

.selettori .panel {
    margin-bottom: 0px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
}

.selettori .panel-default > .panel-heading {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
    height: auto;
    display: inline-block;
    float: left;
    width: 100%;
}

    .selettori .panel-default > .panel-heading + .panel-collapse .panel-body {
        border-top-color: #ecf0f1;
    }

.selettori .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ecf0f1;
}

.selettori .panel-heading {
    padding: 0px;
}

    .selettori .panel-heading .accordion-toggle {
    font-size: 14px;
    padding: 5px 10px;
    background: #262626;
    color: white;
    text-align: center;
    -moz-border-radius: px;
    border-radius: 5px;
    text-transform: uppercase;
    float: left;
    }

        .selettori .panel-heading .accordion-toggle:hover {
            text-decoration: none;
        }

        .selettori .panel-heading .accordion-toggle svg {
            font-size: 20px;
             margin-left: 5px;
    top: 3px;
    position: relative;
        }
/* restyling collapse accordion -------------- */











.titolettomisure {
    margin: 10px 0px;
    font-weight: 500;
    position: relative;
    float: left;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

.alert_carrello {
    font-weight: 500;
    color: red;
    padding: 5px 10px;
    text-align: center;
}

.btn_carrello {
    display: inherit;
    background-image: url(../img/carrello.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: 22px center;
    background-color: #262626;
    padding: 11px 10px 7px 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    text-align: center;
    margin: 0px;
    font-size: 31px;
    padding-left: 70px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

a.btn_carrello, a.btn_carrello:hover {
    color: white;
    text-decoration: none;
}

img.panzoom {
    width: auto;
    height: 100%;
}

.distinzioni {
}

.distinzioni_img {
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
}

.distinzioni span {
    width: 100%;
    height: 60px;
    display: block;
    margin-top: 10px;
}

.rosso {
    color: red !important;
}

.verde {
    color: #2ebc00 !important;
}

.stecca {
    display: block;
    width: 100%;
    padding: 0px;
    float: left;
    text-align: left;
}

    .stecca input[type="checkbox"] {
        margin-top: 20px;
    }

.stecca_label {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    top: -2px;
    position: relative;
}

.buttons .zoom-in, .buttons .zoom-out, .buttons .reset, .buttons .esci {
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
    position: relative;
    z-index: 999;
    bottom: 0px;
    padding: 10px;
    margin-left: 5px;
    border: 1px solid #ccc;
}

.buttons {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 999;
    bottom: 0px;
    padding: 20px;
    margin: 10px;
}

    .buttons input[type="range"] {
        top: 4px;
        background: #b2b2b2;
        position: relative;
    }

.alert_modal {
    font-weight: 500;
    color: red;
    padding: 0px;
    text-align: left;
    display: block;
    width: 100%;
}

.modalCool-body .info_taglia > img {
    position: relative;
    margin-right: 10px;
    top: 4px;
    width: 20px;
    left: 2px;
}

div.content .misure {
    width: 80%;
    left: 20%;
    padding: 20px 1%;
}

    div.content .misure .centro {
        width: 100%;
        left: 0px;
        position: relative;
        clear: both;
        padding: 0px;
    }

.item_misura {
    padding: 20px;
    border: 1px solid #ccc;
    margin: 10px;
    width: 200px;
    position: relative;
    float: left;
    cursor: pointer;
}

    .item_misura:hover {
        border: 2px solid #333;
    }

    .item_misura img {
        width: 100%;
    }

.item_misura_selezionata {
    border: 2px solid #333;
}

.misure .label_module {
    float: left;
    position: relative;
    text-align: left;
    width: auto;
    font-size: 20px;
    color: #737373;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-weight: 300;
}

.misure .campo_form {
    width: 50%;
    padding: 0px 10px;
}

    .misure .campo_form .label_module {
        height: auto;
    }

.misure h1 {
    margin: 17px 0px 20px 0px;
    font-size: 35px;
}

.misure .alert_carrello {
    position: relative;
    float: left;
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 37px;
    background-size: auto 20px;
    top: 4px;
}

.misure .misurazione .alert_carrello {
    font-size: 12px;
}

.info_taglia:hover {
    text-decoration: none;
}

.info_taglia img {
    text-decoration: none;
    position: relative;
    width: 27px;
    top: 7px;
    margin: 0px 3px;
    margin-right: 20px;
}

.misure input[type="radio"] {
    padding: 3px;
    line-height: normal;
    margin-right: 5px;
    top: 3px;
    position: relative;
}
/* totale laterale */
.totale_parziale_assembler {
    font-size: 27px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #262626;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    font-weight: 300;
}

    .totale_parziale_assembler span {
        color: #262626;
        font-weight: 400;
    }

.modalCool-body .iniziali .field_module {
    width: 100%;
    border-top: white;
    border-right: white;
    border-left: white;
    margin-top: 0px;
    text-align: left;
}

.misure .item_misura .label_module {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    height: 50px;
}

.label_vest {
    position: relative;
    width: auto;
    display: initial;
    margin-bottom: 10px;
    clear: inherit;
}


.panel-body {
    padding: 15px !important;
    background: #f3f3f3 !important;
    border: none !important;
    display: inline-block;
    width: 100%;
}



