@font-face {
    font-family: 'Roboto Condensed';
    src: url('Roboto_Condensed/RobotoCondensed-Regular.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('Roboto_Condensed/RobotoCondensed-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('Roboto_Condensed/RobotoCondensed-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

* { border:0px; list-style:none; margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); -webkit-appearance: none; -moz-appearance: none; appearance: none;  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, { display: block; }
html { font-size: 100%; }
body {background: #ffffff; margin: 0; font-family: 'Roboto Condensed', sans-serif; font-size:14px; -webkit-text-size-adjust:100%; line-height:18px !important; color:#333; margin-bottom:80px; }
a { text-decoration:none; outline:none; color:#666 !important; }
a:hover { text-decoration:underline !important; color:#000 !important; }
a img:hover { opacity:0.8; }
.not-active { pointer-events: none; cursor: default; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
input, select { height:45px; }
input, select, textarea, .amsify-suggestags-area { color:#000; font-family: FontAwesome, 'Roboto Condensed', sans-serif; font-size:14px; padding:10px 5px; -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; background-color: #FFFFFF; border: 1px solid #CCCCCC; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
input:focus, textarea:focus, select:focus { -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6); border-color: rgba(82, 168, 236, 0.8);  outline: 0 none; }
input[type='checkbox'], input[type='radio'] { float:left; margin-right:10px; padding:8px; min-height:20px; min-width:20px; height:20px; width:20px;  }
input[type='checkbox']:checked, input[type='radio']:checked { background:#000000; }
input[type="radio"]:checked+label{ font-weight: bold; } 
input.error, textarea.error, select.error { border-color:#FF0000; color:#FF0000; background:#FDE6E7; } 
label { cursor:pointer; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:left; overflow:hidden; height:0px; }
option { padding:0 5px; }
select:disabled { background:#EEE; }
.btn, input[type=submit], input[type=button] { padding: 10px !important; font-weight:bold !important; cursor:pointer !important; display:inline-block !important; color:#FFF !important; background: #AAA !important; line-height:normal !important; border-radius: 5px !important; -moz-border-radius: 5px !important; -webkit-border-radius: 5px !important; border:0px !important; }
.btn:hover, input[type=button]:hover, input[type=submit]:hover { text-decoration:none !important; background-color: #333 !important; background-position: 0 -15px; color:#FFF !important; }
.btn-primary, input.btn-primary { background:#444 !important; color:#FFF !important;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF !important; background:#222 !important; }
.icon_info { margin-left:10px; cursor:pointer;  font-size:11px; }
.strike { text-decoration: line-through; font-weight:normal; }
form p { margin-bottom:10px; }
form input[type='button'], form input[type='submit'] { margin-bottom:10px; }
.placeholder { color: #AAA; }
table { width:100%; }
table td { padding:5px; }
table tbody i { font-size:20px; }
table a:hover { text-decoration:none; }
table thead td, table thead th { background:#000; color:#FFF; font-weight:bold; padding: 8px 5px; }
table.listview tbody td { border-bottom:1px solid #CCC; }
table.listview tbody td i { margin:0 5px; line-height:normal; }
.msg .error { background:red; color:white; font-weight:bold; position:fixed; bottom:0; left:0; width:100%; padding:20px; z-index:2; line-height:normal; }
.msg .warning { background:yellow; color:black; font-weight:bold; position:fixed; bottom:0; left:0; width:100%; padding:20px; z-index:2; line-height:normal; }
.msg .success { background:green; color:white; font-weight:bold; position:fixed; bottom:0; left:0; width:100%; padding:20px; z-index:2; line-height:normal; }
.msg.big { font-size:22px; }
.msg.big i { margin-right:14px; }
.date { color:#777; }
h1 { color:#000 !important; font-size:18px !important; margin-bottom:20px !important; text-align:center !important; font-weight: bold !important; line-height: 18px !important;    font-family: 'Roboto Condensed', sans-serif !important;}
ul.list li { list-style:disc; margin-left:15px; }
.tag_search ul li > ul {
    margin-left: 20px;
}
.tag_search li {
    padding-right: 0px !important;
}
.iphone_show { display:none; }
table.tablesorter thead tr .header { background: url('../images/bg.gif') no-repeat center right #000; cursor: pointer; }
table.tablesorter thead tr .headerSortUp { background-image: url('../images/asc.gif'); }
table.tablesorter thead tr .headerSortDown { background-image: url('../images/desc.gif'); }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #999; }


.wrapper { width:100%; margin: 0 auto; max-width:100%; clear: both; padding: 0; background:#FFF; }
.content { width:100%; margin: 0 auto; clear: both; padding: 0 20px; }
.hidden { display:none !important; }
.bold { font-weight:bold; }
.align_right { text-align:right; }
.align_center, .print_version .align_center { text-align:center; }
.mt10 { margin-top:10px; }
.mb10 { margin-bottom:10px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt80 { margin-top:80px; }
.mb80 { margin-bottom:80px; }

.pt10{
	padding-top:10px
}

.group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col, .col-custom { display: block; float:left; margin: 0 0 0 1.6%; }
.col:first-child, .col-custom:first-child { margin-left: 0; }

.span_1_of_2 { width: 49.2%; }
.span_2_of_2 { width: 100%; }

.span_1_of_3 { width: 32.2%; }
.span_2_of_3 { width: 66.1%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 23.8%; }
.span_2_of_4 { width: 49.2%; }
.span_3_of_4 { width: 74.6%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 18.72%; }
.span_2_of_5 { width: 39.04%; }
.span_3_of_5 { width: 59.36%; }
.span_4_of_5 { width: 79.68%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 15.33%; }
.span_2_of_6 { width: 32.26%; }
.span_3_of_6 { width: 49.2%; }
.span_4_of_6 { width: 66.13%; }
.span_5_of_6 { width: 83.06%; }
.span_6_of_6 { width: 100%; }

.span_1_of_8 { width: 11.1%; }
.span_2_of_8 { width: 23.8%; }
.span_3_of_8 { width: 36.5%;}
.span_4_of_8 { width: 49.2%; }
.span_5_of_8 { width: 61.9%; }
.span_6_of_8 { width: 74.6%; }
.span_7_of_8 { width: 87.3%; }
.span_8_of_8 { width: 100%; }

.span_1_of_10 { width: 8.56%; }
.span_2_of_10 { width: 18.72%;  }
.span_3_of_10 { width: 28.88%; }
.span_4_of_10 { width: 39.04%;  }
.span_5_of_10 { width: 49.2%; }
.span_6_of_10 { width: 59.36%; }
.span_7_of_10 { width: 69.52%;  }
.span_8_of_10 { width: 79.68%; }
.span_9_of_10 { width: 89.84%; }
.span_10_of_10 { width: 100%; }
.nowrap { white-space:nowrap; }

#header { background:#FFF; color:#000; font-size:12px; position:relative; position:fixed; top:0; right:0; left:0; z-index:1000;}
#header .logo { text-align:center; font-size:28px; font-weight:normal; padding:18px 0; font-family: Helvetica, Arial, sans-serif; letter-spacing: 2px;border-bottom: 4px solid #000; }
#header .account { white-space:nowrap; overflow:hidden; position:absolute; top:20px; left:20px; }
#header .menu { text-align:right; position:absolute; top:0px; right:0px;  }
#header .menu i { font-size:20px; padding: 24px; }
#header a { color:#000; display:inline-block; }
#header a:hover { text-decoration:none; }
#header .dropdown { position: absolute; z-index: 9999999; display: none; }
#header .dropdown {  background:#DDD; width:220px; padding:10px; box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.3); }
#header .dropdown li { text-transform:uppercase; border-bottom:1px dotted #AAA; font-weight:600; text-align:right; }
#header .dropdown li:last-child { border:0px; }
#header .dropdown li a { display:block; color:#000; padding: 7px 10px; }
#header .dropdown li a:hover { background:#CCC; }
#header .dropdown-open { background:#DDD; color:#000; }
#header .dropdown i { padding: 0px; width:20px; text-align:center; }

#main { margin-top:80px; }
#main .login label { display:block; padding: 5px 0; }
#main .login p.cookie { margin-top:40px; font-size:18px; }

#main .search input[type='text']{ margin-bottom:10px; }
#main .result_search { margin-bottom:20px; }
#main .result_search li { position:relative; padding-right:100px; border-bottom:1px solid #CCC; }
#main .result_search li span { position:absolute; right:0; top:5px; }
#main .result_search label { font-size:16px;  padding: 8px 0; display:block; position:relative; padding-left:30px; text-align:left; }
#main .result_search input[type='radio'] { position:absolute; top:8px; left:0; min-height:inherit; }

#main .result_search.tag_search input[type='checkbox'] { position:absolute; top:8px; left:0; min-height:inherit; }

.manual_button.open { background:#333; }
#main .customer { text-align:center; margin-bottom:20px; font-size:14px; }
#main .qrcode_alert { margin:20px 0; background:#FFF; text-align:center; padding:20px 0 ; font-size:18px; border:1px solid #DDD; line-height:normal; }
#main .qrcode_alert i { font-size:50px; margin-bottom:10px; }
#main .qrcode_alert .system { font-weight:bold; }
#main .qrcode_alert .system i { font-size:22px; font-weight:normal; }
#main .table_list { margin:20px 0; }
#main .table_list b { font-size:18px; padding-top:12px; display:inline-block; }
#main .table_list tbody td { border-bottom:1px solid #CCC; vertical-align:top; padding-top:5px; position:relative; }
#main .table_list tbody td i { padding-top:12px; }
#main .table_list input:disabled { display:none !important; }
#main .manual_insert { padding:10px 10px 0 10px;  background:#CCC; }
#main .manual_insert select:disabled { display:none; }
#main .report .result { font-size:16px; }
#cart .h-50{height: 40px !important; display: none !important;}
.cart-body .fancybox-wrap{width: 70vw;margin-top: 10vh;margin-bottom: 2vh;margin-left: 15vw;margin-right: 15vw;}
.cart-body .fancybox-skin {padding: 15px !important;border: 0px none;border-radius: 0px;height: 100%; overflow: hidden;}

#popupInfoContent > .row {
    padding: 10px;
}
@media (min-width: 769px) and (max-width: 1368px) {
  .cart-body .fancybox-wrap{
      width: 80vw;
      margin-top: 2vh;
      margin-bottom: 2vh;
      margin-left: 10vw;
      margin-right: 10vw;
  }
  
  #popupInfo .print_disponibilita .scrollBox{
    max-height:55vh;
  }


    #popupInfo .button.min-h-50 {
        height: 35px;
    }
    #popupInfo .h-50 {
        height: 35px !important
    }

    #popupInfoContent > .row {
        padding: 2px 10px 8px 10px;
    }
    #popupInfo .button a{ line-height: 15px;}
}
@media (min-width: 1369px) and (max-width: 1620px) {
  #popupInfo .print_disponibilita .scrollBox{
      max-height:70vh !important;
  }
    #popupInfo .button.min-h-50 {
        height: 35px;
    }
    #popupInfo .h-50 {
        height: 35px !important
    }

    #popupInfoContent > .row {
        padding: 2px 10px 8px 10px;
    }
    #popupInfo .button a{ line-height: 15px;}
}
@media (min-width: 769px) and (max-width: 1368px) and @media (max-height: 650px){
  .fancybox-wrap{
      width: 80vw;
      margin-top: 2vh;
      margin-bottom: 2vh;
      margin-left: 10vw;
      margin-right: 10vw;
  }
  
  #popupInfo .print_disponibilita .scrollBox{
    max-height:55vh;
  }
}

.cart-body .fancybox-skin{
	padding: 15px;
	border: 1px solid #000;
	border-radius: 10px;
	background: #FFF;
}

@media (max-width: 768px) {
	.cart-body .fancybox-wrap{
      width: 100vw;
      height: 100vh;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      margin-right: 0px;
  }
  .cart-body .fancybox-skin{
	padding: 0px !important;
	border: 0px none;
	border-radius: 0px;
	background: #FFF;
	overflow-y: scroll;
  }
  #popupInfoContent .pr-2-vw {
    padding-right: 15px !important;
  }
	#popupInfoContent .pl-2-vw{
		padding-left:15px !important;
	}
	#popupInfoContent .pl-0-vw{
		padding-left:0px !important;
	}
    #popupInfoContent #popupChoiceSheet .row{
        padding:50px !important;
    }
  figure.imageslide a img, figure.imageslide video {
    border: 0px none !important;
    border-radius: 0px !important;
  }
  .mobile-tech{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	
	.scrollBox {
		overflow: hidden !important;
		max-height: 100% !important;
		padding-bottom: 20px;
	}
	
	.creditPlafond, .divisions,.mails, .mail{
		width: 100% !important;
		margin-bottom: 15px;
	}
	
	.mails{
		margin-left: 0px !important;
	}
	
	.detMails{
		text-align: left !important;
	}
	#scrollHistoryMail{
		display: inline-block;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	#popupInfo .fancybox-close{ margin: 25px; }
}

@media (max-width: 480px) {	
	#popupInfo .fancybox-close{ margin: 25px; }top: -15px !important;
	  right: -15px !important; }
}

.details .print_disponibilita span.three_quarter input.numeric { height: 30px;padding-top: 5px !important;padding-bottom: 5px !important;}
.details .print_disponibilita span.three_quarter input.btn-primary {vertical-align: bottom;padding: 5px !important;height: 30px;}
.cart-body .details .button{border: 2px solid #000;border-radius: 2px;padding-top: 5px;font-size: 12px;font-weight: bold;}
.details { width:280px; display:none; min-height:420px; }
.details li { padding-left:120px; position:relative; font-weight:bold; }
.details li span { position:absolute; top:0; left:0; font-weight:normal; }
#new { display:none; background:#CCC; margin-top:10px; padding:10px; }
#new p:last-child { margin:0; }

tbody.selected td { background:#B5D4B5; }
.row { margin-bottom:10px; }
.row-custom { margin-bottom:10px; margin-left: 0px !important; margin-right:0px ! important; }
.label { padding-top:10px; font-weight:bold; }

#main .tabs a { background:#b1b1b1; text-align:center; padding: 10px 0; color:#FFF; display:block; text-transform:uppercase; font-weight:bold; }
#main .tabs a:hover { background:#DDD; color:#999; text-decoration:none; }
#main .tabs a.selected { background:#F0F0F0; border:1px solid #CCC; border-bottom:0px; color:#444; text-decoration:none; }
#main .tabcontent { padding:20px 0;  }
#main .tabcontent h3 { margin-bottom:15px; font-size:12px; text-transform:uppercase; }
#main .tabcontent.search_customer input, #main .tabcontent.search_customer select { margin-bottom:10px; }

#main .filter { margin-bottom:15px; }
#main .filter .group { margin-bottom:5px; }
#main .filter input, #main .filter select { height:45px; }
#main .listview a { display: block;  padding: 4px 2px}
#main tbody .listview td { padding:0;}
#main ul.dropdown-menu.tool li { padding: 5px 0; }
#main ul.dropdown-menu.tool li i { width:30px; text-align:center; font-size:16px; }
#main ul.dropdown-menu.tool li a { font-size:16px; }

#main .dashboard { margin-bottom:40px; }
#main .dashboard img { display:block; }
#main .dashboard:last-child { margin-bottom:20px; }
#main .dashboard li { margin-bottom:20px; font-weight:bold; position:relative; }
#main .dashboard li h3 { position:absolute; bottom:0; left:0; right:0; background-color: rgba(0, 0, 0, 0.7); color:#FFF; font-size:14px; text-transform:uppercase; padding: 10px 10px; }
#main .dashboard li a { display:block; }
#main .dashboard li a:hover { background:#000; color:#FFF; text-decoration:none; }
#main .dashboard li:nth-child(3n+1) { margin-left:0px; }
#main .dashboard .website a { display:block; text-transform:uppercase; letter-spacing:10px; text-align:center; margin-top:200px; font-family: 'Roboto Condensed Bold', sans-serif; padding:20px; border:2px solid #CCC; }
#main .dashboard .website a:hover { text-decoration:none; color:#999; }
#main .dashboard .website a img{display: inline-block;vertical-align: middle;}


#main .add_article h1 { margin-top:15px; }
#main .add_article { margin-bottom:10px; }

#main .process_report .result { font-size:26px; text-align:center; margin-top:10px; color:#FF0000; }

#main .load { text-align:center; font-size:40px; margin-top:50px; }

#main .display_avaibility { margin: 20px 0; }
#main .display_avaibility ul { width: 300px; margin: 0 auto; text-align:center; }
#main .display_avaibility li { text-align:left; position:relative; padding-left:160px; font-weight:bold; font-size:16px; }
#main .display_avaibility li span { position:absolute; left:0; font-weight:normal; }

.print_disponibilita { position:relative; padding-top:10px; }
.print_disponibilita .article{ font-size:18px;margin-bottom:5px;}
.print_disponibilita .margin-bottom-5{margin-bottom:5px;}
.print_disponibilita .margin-bottom-0{margin-bottom:0px;}
.print_disponibilita .margin-top-5{margin-top:5px;}
.print_disponibilita .margin-bottom-10{margin-bottom:10px;}
.print_disponibilita .blocco { position:absolute; top:100px; right:0; font-size:20px; width:200px; text-align:center; line-height:normal; }
.print_disponibilita .bloccoCatalogo { font-size:20px; }
.print_disponibilita span { display: inline-block;}
.print_disponibilita span.half { width:50px; display: inline-block;margin-top:5px;}
.print_disponibilita .availabilities .row > div {padding-left:5px; padding-right:5px;line-height: 30px;}
.print_disponibilita span.three_quarter { width:70px; display: inline-block;margin-top:5px;}

.print_disponibilita .availabilities img {height:20px;vertical-align:middle;}
#popupInfo .print_disponibilita span{width:auto; display: inline-block;}
#popupInfo .print_disponibilita span.three_quarter{width:auto; display: inline-block;width:70px;margin-top:0px;}
#popupInfo .print_disponibilita span.three_quarter input{height:24px;padding: 0 5px;}
#popupInfo .print_disponibilita .scrollBox{overflow-y: auto !important; max-height: 56vh !important;}

#popupInfo .print_disponibilita .clearMarginLR{margin-left:0px;margin-right:0px;}
#popupInfo .print_disponibilita .clearPaddingLR{
	padding-left: 0px;
	padding-right: 0px;
}
#popupInfo .fancybox-close{ background: url('/include/images/close-x.png'); background-repeat: no-repeat; background-size: contain;width: 25px;
margin: 15px;}
#popupOrderHistory .fancybox-close{ background: url('/include/images/close-x.png'); background-repeat: no-repeat; background-size: contain;width: 25px;
margin: 15px;}
#popupInfo .mr-10{margin-right: 10px;}
#popupInfo .ml-10{margin-left: 10px; }
#popupInfo .mr-15{margin-right: 15px; }
#popupInfo .button{border: 2px solid #000; border-radius: 5px;padding-top: 5px;padding: 0 4px;
  margin: 0 7.5px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;}
#popupInfo .button a{color: #000; font-size: 12px; font-weight: bold;}
#popupInfo .button a span{display: inline-block; content: ""; border-top: 10px solid; border-right: 15px solid transparent; border-bottom: 0; border-left: 15px solid transparent;}

.ui-dialog {
	z-index:8010 !important;
}

.icon_wash, .icon_sostenibilita { margin-top:20px; }
.icon_wash img{ width:40px; height:auto; display:inline-block; margin:0 3px; }
.icon_sostenibilita .col img { display:block; width:auto; height:60px; display:inline-block; margin:0 3px; border:1px solid black; }
.icon_sostenibilita .col div { display:block;text-align:center; }


/* statistiche */
#main .statistiche .formsearch .col:nth-child(3n+1) { margin-left:0px; }
#main .statistiche .formsearch select, #main .statistiche .formsearch input { margin-bottom:10px; }
#main .statistiche .result td { padding: 5px 10px; border-bottom:1px solid #DDD; margin:0px; text-overflow: ellipsis; }
#main .statistiche .result td.nazione { padding: 5px 10px; margin:0px; background:#DDD; }
#main .statistiche .result td.nazione img { margin-right:5px; }

/* versione stampabile */
.print_version { background:#FFF; width:660px !important; margin: 0 auto !important; text-align:center; line-height:normal; line-height:15px !important; font-weight:400 !important; font-family: 'Roboto Condensed', sans-serif; font-size:12px; }
.print_version_horizontal { background:#FFF; width:993px !important;  }
.print_version table tr td:nth-child(6) { font-size: 10px; }
.print_version b { font-weight:700; }
.print_version .print { position:fixed; bottom:0; left:0; right:0; z-index:2; }
.print_version .print a { text-align:center; background:#000; padding:40px; color:#FFF; display:block; text-transform:uppercase; font-size:100px; }
.print_version .print a:hover { text-decoration:none; }
.print_version .print i { margin-right:20px; }
.print_version .page { page-break-after: always; }
.print_version div { text-align:left; }
.print_version div.align_right { text-align:right; }
.print_version .logo img { width:150px; height:auto; }
.print_version thead td { padding: 0px; line-height:12px; background:#FFF; color:#000; font-weight:normal; border-top:1px solid #000; border-bottom:1px solid #000; font-size:10px; vertical-align:top; }
.print_version .nostyle td { padding:0 5px; border:0; }
.print_version tbody td { padding:1px 2px; border-bottom:1px solid #DDD; }
.print_version .border { border:1px solid #000; padding:5px 10px; }
.print_version .border:last-child { border-top:0px; }
.print_version .box1 { font-size:15px; }
.print_version .box1 b { font-size:20px; }
.print_version .box2 { text-transform:uppercase; font-weight:bold; }
.print_version .fido td { border: 0px none; vertical-align:top; }
.print_version .fido table { border: 1px solid black; border-collapse: collapse; }
.print_version .sell td { border: 1px solid black; vertical-align:top; }
.print_version .sell table { border: 1px solid black; border-collapse: collapse; }
.print_version td.production { padding-left: 20px; text-align:left; }
.print_version h2 { margin-bottom:15px; font-size:14px; text-transform:uppercase; color:#000; }
.print_version .nazione img { display:none; }

input#nuova_divisione { margin-top:5px; }

.loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249); }

#whitepage { position:absolute; top:0; left:0; right:0; bottom:0; background:#FFF; z-index:10000; display:none; }


#main .listview thead a{color:#FFF; }
#main .listview thead a:hover{color:#999; }

#main .result_search li span.conto, #main .customer span.conto {
    position: relative;
    top: 0px;
    color: #999;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}

span.warning{color:#FF0000;display: inline !important;}

#qr-video, #take-video{ width:100%;height:100%; }


#close-toggle {
    background: red;
    position: fixed;
    bottom: 7px;
    right: 7px;    
	width: 56px;
    height: 56px;
    border-radius: 28px;
    padding: 12px;
}

#snap-toggle div{
	width:100%;
	height:100%;
	background: url('../images/icons-camera-50.png');
	background-repeat: no-repeat;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

#snap-toggle {
    background: blue;
    position: fixed;
    bottom: 7px;
    right: calc(50% - 28px);    
	width: 56px;
    height: 56px;
    border-radius: 28px;
    padding: 12px;
}
#snap-toggle:hover {
    background: black;
}


#close-toggle div{
	width:100%;
	height:100%;
	background: url('../images/icons-close-50.png');
	background-repeat: no-repeat;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

#flash-toggle {
    background: #000;
    position: fixed;
    bottom: 7px;
    left: 7px;    
	width: 56px;
    height: 56px;
    border-radius: 28px;
    padding: 12px;
}
#flash-toggle div{
	width:100%;
	height:100%;
	background: url('../images/icons-flash-on-48.png');
	background-repeat: no-repeat;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

#save-toggle {
    background: green;
    position: fixed;
    bottom: 7px;
    left: 7px;    
	width: 56px;
    height: 56px;
    border-radius: 28px;
    padding: 12px;
}

#save-toggle:hover {
    background: #023c02;
}

#save-toggle div{
	width:100%;
	height:100%;
	background: url('../images/icons-save-50.png');
	background-repeat: no-repeat;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

#discard-toggle {
    background: red;
    position: fixed;
    bottom: 7px;
    right: 7px;    
	width: 56px;
    height: 56px;
    border-radius: 28px;
    padding: 12px;
}
#discard-toggle:hover {
    background: #c00000;
}

#discard-toggle div{
	width:100%;
	height:100%;
	background: url('../images/icons-discard-50.png');
	background-repeat: no-repeat;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}
#rotate-toggle {
    background: #000;
    position: fixed;
    top: 60px;
    left: 7px;    
	width: 56px;
    height: 56px;
    border-radius: 28px;
    padding: 12px;
}

#rotate-toggle div{
	width:100%;
	height:100%;
	background: url('../images/icons-ruota-50.png');
	background-repeat: no-repeat;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

#flash-toggle.active div{
    background: url('../images/icons-flash-off-48.png');
	background-repeat: no-repeat;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
}

#main .option_content .customer{
	text-align: left;
	padding-top: 10px;
}

.foto_items{
	width:100%;
}

.foto_items .item{
	float:left;
	padding: 15px;
}

.foto_items .item .sfondo{
	height: 220px;
	position: relative;
}
.foto_items .item .sfondo.main{
	border: 2px solid yellow;
}
.foto_items .item .sfondo.toBeApproved{
	border: 2px solid red;
}

.foto_items .item .sfondo .tooltip{
	display: none;
	position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0px;
    background: #333;
    padding: 15px;
    opacity: 0.9;
}
.foto_items .item .sfondo .tooltip a{
	cursor: pointer;
	margin-right: 15px;
    float: left;
}

.foto_items .item .sfondo .tooltip a:last-child{
	margin-right: 0px;
}

.foto_items .item .sfondo .tooltip a i{
	color: #FFF;
	font-size:24px;
}

.foto_items .item{
	width:50%;
}

@media only screen and (min-width: 768px) {
	.foto_items .item{
		width:33%;
	}
	.foto_items .item .sfondo{
		height:280px;
	}
}
@media only screen and (min-width: 992px) {
	.foto_items .item{
		width:25%;
	}
	.foto_items .item .sfondo{
		height:280px;
	}
}
@media only screen and (min-width: 1200px ) {
	.foto_items .item{
		width:14%;
	}
	.foto_items .item .sfondo{
		height:260px;
	}
}

#accordion .ui-accordion-header{
	background: #999;
	color: #000;
	border-radius: 5px;
    border: 0px;
	padding: 10px;
}

#accordion .ui-accordion-header-active{
	background: #444;
	color: #FFF;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 0px;
}

#accordion .ui-accordion-content-active{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #999;
}

.clearfix{
	clear: both;
}

.ui-accordion .ui-accordion-content {
	padding: 1em 1em !important;
}

table td.action a{
	float:left;
	cursor: pointer;
	margin-right: 15px;
}

.takevideo #imageLoader{
	margin-top: 20%;
    margin-left: 25%;
    margin-right: 25%;
	width: 50%;
}

#main .tablesorter a{
    padding: 10px !important;
    display: inline-block !important;
}

li.disabled label{
	color: #BBB;
}

li.disabled input[type="checkbox"]:checked{
	background: #BBB;
}

#dialogCopy{height: 90%;overflow-y: scroll;}


#copyInfo{
	background: transparent;
}
#copyInfo img{
	width: 20px;
}

.min-h-50 {
	min-height: 40px !important;
}

#popupInfoContent .pr-2-vw{
	padding-right: 1vw;
}
#popupInfoContent .pl-2-vw{
	padding-left: 1vw;
}
#popupInfoContent .pl-0-vw{
	padding-left: 0vw;
}
.container-slider{
	width: 100%;
}

figure.imageslide{
	display: none;
}

figure.imageslide { margin:0 !important;}

figure.imageslide a img, figure.imageslide video{
	width: 100%;
	height:auto;
	border: 3px solid #000;
	border-radius: 10px;
}

figure.imageslide video{
	position:relative;
	display: inline-block;
}
figure.imageslide div.easyzoom-flyout{
	border: 3px solid #000;
	border-radius: 10px;
}

figure.imageslide .color-label{
	position: absolute;
    bottom: 12px;
	width:100%;
	left: 0px;
}
figure.imageslide .color-label div{
    text-align: center;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    border: 2px solid #000;
    border-radius: 5px;
    line-height: 24px;
	font-weight: bold;
}
.container-slider .prev, .container-slider .next {
  background: url(/include/images/freccia-slider.png);
  cursor: pointer;
  position: absolute;
  top: calc(50% - 24px);
  background-size: 30px;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
  height: 48px;
  width: 60px;
  background-position-x: center;
  opacity: 0.7;
  z-index: 200;
}

.container-slider .prev {
	transform: rotate(180deg);
}
.container-slider .next {
  right: 15px;
}

.container-slider .grigio{
	background-color: #1c1818;
	opacity: 0.8;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.container-slider .prev, .container-slider .next {
	   top: calc(50% - 19px);
	    background-size: 24px;
	    background-repeat: no-repeat;
	    padding-left: 10px;
	    padding-right: 10px;
	    height: 38px;
	    width: 44px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {

	.container-slider .prev, .container-slider .next {
	    top: calc(50% - 23px);
	    background-size: 28px;
	    background-repeat: no-repeat;
	    padding-left: 10px;
	    padding-right: 10px;
	    height: 46px;
	    width: 48px;
	}
}

@media (max-width: 480px) {	
	.col-cuore{
		padding-left: 5px;
	}
	.container-slider .prev, .container-slider .next {
	  top: calc(50% - 19px);
	    background-size: 24px;
	    background-repeat: no-repeat;
	    padding-left: 10px;
	    padding-right: 10px;
	    height: 38px;
	    width: 44px;
	}
	.margin-mobile-2{
		margin-left: 2px;
		margin-right: 2px;
	}
	.margin-mobile-5{
		margin-left: 5px;
		margin-right: 5px;
	}
	.margin-mobile-bottom-20{
		margin-bottom: 40px;
	}
}
    
.ui-dialog.ui-widget.ui-widget-content{	position: fixed; top: 10vh;}

#popupEmail {
    position: fixed;
    z-index: 8010;
    background: #FFF;
    height: calc(100vh - 70px);
    width: 100%;
	top: 70px;
	padding:20px;
}

.popover{
	z-index: 8040 !important;
}
.fullpage{ height: 100vh; overflow:hidden; }

.season_old{
	font-size: 20px;
	color: #ff3232;
	text-align: center;
	height: 30px;
	border-radius: 10px;
}
@media (max-width: 767px) {	
.season_old{
	margin-top: 15px;
}
.season_old span{
	vertical-align: middle;
}
}
.season_old span{
	vertical-align: middle;
}
.dealer-details{ background: #AAA !important; }
	.scrollBox{
       overflow-x: hidden !important;
       max-height: 100% !important;
	   padding-bottom: 20px;
	   /*padding-left: 15px;*/
       /* padding-right: 15px;*/
	}
	.print_disponibilita{
		padding-right: 15px;
		padding-left: 15px;
	}
	
	@media only screen and (max-width: 720px) {
		.dayText{
			white-space: nowrap;
		}
		.numberSeason{
			width:50%;
		}
		.checkSeason90{
			margin-left:30px;
		}
		.areaCheckboxes{
			width:50% !important;
		}
	}


.fancybox-wrap.fancybox-desktop.fancybox-type-inline .fancybox-inner, .fancybox-wrap.fancybox-desktop.fancybox-type-inline .details{
    width:auto !important;
}
.btnAdd, .btnAdd button {
    outline: none !important;
    box-shadow: none !important;
}
.btnAdd:focus, .btnAdd button:focus {
    outline: none !important;
    box-shadow: none !important;
}
#hidePwd:hover{
    background-color: #c2c7cf !important;
    cursor:pointer;
}

.containerCart{
    display: flex !important;
    width: 100% !important;
    gap: 5px;
    align-items: center !important;
}

.btnAdd.updateMT button{
    border-radius: 5px; !important;
}
.btnAdd.requestMT button{
    border-radius: 5px; !important;
}

#popupGreigeAvailability .fancybox-wrap, #popupChoiceSheet .fancybox-wrap {
    margin-top: 10vh;
}