@charset "UTF-8";
/* CSS Document
3e4a59
FB782B
*/
/* FONT FACE **************************************************************************************************************/
@font-face {
    font-family: 'museo_sans100';
    src: url('../fonts/museosans-100-webfont.eot');
    src: url('../fonts/museosans-100-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-100-webfont.woff2') format('woff2'),
         url('../fonts/museosans-100-webfont.woff') format('woff'),
         url('../fonts/museosans-100-webfont.ttf') format('truetype'),
         url('../fonts/museosans-100-webfont.svg#museo_sans100') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans300';
    src: url('../fonts/museosans-300-webfont.eot');
    src: url('../fonts/museosans-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-300-webfont.woff2') format('woff2'),
         url('../fonts/museosans-300-webfont.woff') format('woff'),
         url('../fonts/museosans-300-webfont.ttf') format('truetype'),
         url('../fonts/museosans-300-webfont.svg#museo_sans300') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/museosans_500-webfont.eot');
    src: url('../fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans_500-webfont.woff2') format('woff2'),
         url('../fonts/museosans_500-webfont.woff') format('woff'),
         url('../fonts/museosans_500-webfont.ttf') format('truetype'),
         url('../fonts/museosans_500-webfont.svg#museo_sans500') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body{
	font-family:'museo_sans300', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* LOGIN ********************************************************************************/
.form-signin{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox{
    margin-bottom: 10px;
}
.form-signin .checkbox{
    font-weight: normal;
}
.form-signin .form-control{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}
.form-signin .form-control:focus{
    z-index: 2;
}
.form-signin input[type="text"]{
    margin-bottom: 10px;
}
.form-signin input[type="password"]{
    margin-bottom: 10px;
}
.account-wall{
    margin:20px 0;
    padding: 40px 0px;
    background-color: #32dabd;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.btn-default{
	color:#465161;
}
.login-title{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img{
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* GENERALI *********************************************************************************/
/*
html, body{
	height:100%;
	width:100%;
	background:#f3f5f6;
}

 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:-moz-read-only {
    background-color: #FFF;
}
input:read-only {
    background-color: #FFF;
}
div#workinprogress{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:99999;
	background-image:url(../images/fancybox_loading@2x.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:rgba(62,74,89,0.65);
	display:none;
}
div.overlay_upload{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9999;
	font-family:"Open Sans", Helvetica, Arial;
	font-size:22px;
	color:#FFF;
	display:none;
	background:rgba(0,0,0,0.5);
}
div.overlay_upload center{
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-50px;
}
.yellow_box{
	border: 1px solid #fdbd39;
	background: rgba(253, 189, 57, 0.10);
	padding: 5px 10px;
}


/* ASIDE ************************************************************************************/
#aside{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	background:#3e4a59;
	overflow:scroll;
	padding-bottom:40px;
}
div#logo{
	width:calc(100% + 30px);
	height:80px;
	float:left;
	margin-left:-15px;
	position:relative;
	background:#21252c url(../images/logo.png) center center no-repeat;
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
	div#logo{
		background:#21252c url(../images/logo@2x.png) center center no-repeat;
	}
}
div#logo a{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
menu.sezione{
	width:calc(100% + 30px);
	float:left;
	margin:0 -15px;
	padding:0;
	background:#3e4a59;
}
menu.sezione h1{
	font-size: 12px;
	color: #ffffff;
	font-family:'museo_sans500', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #21252c;
	padding:10px 30px 20px;
}
div.sottosezione{
	box-shadow:none;
	margin:0;
}
div.sottosezione:hover{
	background:#445160;
}
div.sottosezione h2{
	border:0;
	background:none;
	font-size:12px;
	color:rgba(255, 255, 255, 0.75);
	text-transform:uppercase;
	padding:15px 30px;
	margin:0;
	cursor:pointer;
}
div.sottosezione:hover h2{
	color:rgba(255, 255, 255, 1);
}
div.sottosezione h2 span{
	margin-right:10px;
}
div.sottosezione input{
  margin: 0;
  border-radius: 5px;
  font-size: 16px;
  height: 40px;
}
div.sottosezione .btn{
  border-radius: 5px;
  font-size: 14px;
  height: 40px;
}
ul.sublinks{
	width:100%;
	padding:0;
	background:none;
}
ul.sublinks .list-group-item{
	background:none;
	border:0;
	border-radius:0;
	padding:0;
	color:rgba(255, 255, 255, 0.50);
	text-transform: capitalize;
	line-height:40px;
	position:relative;
  background: #455160;
  font-size: 14px;
}
ul.sublinks .list-group-item:hover{
	color:rgba(255, 255, 255, 1);
	background:#637484;
	border-left:5px solid #32dabd;
}
ul.sublinks .list-group-item a{
	width:100%;
	padding-left:65px;
	color:rgba(255, 255, 255, 0.85);
	display:block;
}
ul.sublinks .list-group-item a:hover{
	color:rgba(255, 255, 255, 1);
}
a.add_item{
	width:40px !important;
	height:40px !important;
	background:#32dabd;
	text-align:center;
	padding:5px 0 0 !important;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display:none !important;
}
ul.sublinks .list-group-item:hover a.add_item{
	display:block !important;
}
/* CONTENT **********************************************************************************/
#content{
	padding-top:80px;
}
div.box{
	margin-bottom:30px;
}
div.tab-content{
	margin-top:30px;
}
table{
	background:#FFF;
}
a.mini_menu{
	width:20px;
	float:right;
	clear:right;
	text-align:center;
	color:#FFF;
	cursor:pointer;
	display:block;
}
a.mini_menu.r11, a.mini_menu.r11 span{
	height:60px;
	line-height:60px;
}
a.mini_menu.r12, a.mini_menu.r12 span{
	height:30px;
	line-height:30px;
}
a.mini_menu.r13, a.mini_menu.r13 span{
	height:20px;
	line-height:20px;
}
a.mini_menu span{
	width:100%;
	display:block;
	float:left;
}
span.red{
	background:#e74c3b;
	color: #FFF !important;
}
span.cyan{
	background:#32dabd;
	color: #FFF !important;
}
span.grey{
	background:#44515F;
	color: #FFF !important;
}
span.yellow{
	background:#ffac2c;
	color: #FFF !important;
}
.medium_menu_container{
	width:50px;
	float:left;
	position:absolute;
	top:0;
	right:15px;
}
a.medium_menu, a.medium_menu span{
	width:50px;
	height:45px;
	display:block;
	float:left;
	clear:both;
	color:rgba(255, 255, 255, 0.50);
	line-height:45px;
	text-align:center;
}
a.medium_menu:hover, a.medium_menu:hover span{
	color:#FFF;
}
a.btn_add_topbar{
	width:50px;
	height:50px;
	float:right;
	background:#32dabd;
	color:rgba(255, 255, 255, 0.50);
	text-align:center;
	line-height:50px;
	display:inline-block;
	cursor:pointer;
}
a.btn_remove_topbar{
	width:50px;
	height:50px;
	float:right;
	background:#e74c3b;
	color:rgba(255, 255, 255, 0.50);
	text-align:center;
	line-height:50px;
	display:inline-block;
	cursor:pointer;
}
a.btn_top_dark{
	width:50px;
	height:50px;
	float:right;
	background:#3e4a59;
	color:rgba(255, 255, 255, 0.50);
	text-align:center;
	line-height:50px;
	display:inline-block;
	cursor:pointer;
}
a.btn_top_dark:hover, a.btn_add_topbar:hover, a.btn_remove_topbar:hover{
	color:#FFF;
}
.toggleChild{
	cursor:pointer;
}
.toggleChild:before{
	content:"";
	position:absolute;
	top:-22px;
	right:0;
	bottom:-30px;
	left:0;
}
ul.notifications_container{
	position: relative;
    top: -80px;
    height: 80px;
    margin-bottom: -80px;
    font-size: 12px;
    text-align: center;
    background: #F3F5F6;
    left: -15px;
    padding-left: 0;
    right: -30px;
    padding-right: 0;
	width:calc(100% + 30px);
	overflow:hidden;
  border-bottom: 1px solid #E6E6E6;
}
ul.notifications_container strong{
	display:block;
	font-size:32px;
}
ul.notifications_container li{
	cursor:pointer;
	box-shadow:-1px 0 3px rgba(0,0,0,0.25);
}
ul.notifications_container li:first-child{
	box-shadow:none;
}
ul.lista_opzioni{
	width:100%;
	float: left;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	padding: 0;
	min-height: 250px;
}
ul.lista_opzioni li{
	width: 100%;
	padding: 5px 15px !important;
	background: #f8f8f8;
	cursor: move;
}
ul.lista_opzioni li:hover{
	background: #f4f4f4;
}
.search_box{
	padding:10px;
	border: 1px solid #ebebeb;
	margin-bottom: 10px;
}
.tg_container{
	width: 100%;
	float:left;
	min-height: 30px;
	background-color: #FFF;
	padding: 10px 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
	border: 1px solid #ebebeb;
}
.tg_container:before{
	content: "Trascina qui le taglie corrispondenti";
	position: absolute;
	left: 0;
	right: 0;
	top:50%;
	font-size: 14px;
	color: lightgrey;
	text-align: center;
	transform: translate(0, -50%);
	z-index: 0;
}
.tg_container li{
	position: relative;
	z-index: 1;
}
.tg_container li a.fa{
	display: none;
}
.user_order_details #content_faq{padding:0;}
.user_order_details ul.lista_form{padding:20px;border:0;}
.user_order_details section#content.content_shop h1{border-bottom:1px dashed #dce0e0;font-family:"museo_sans500", Tahoma, sans-serif;font-size:14px;padding-left:20px;margin-top:10px;margin-bottom:0px;}
.user_order_details #content_faq h2{font-family:"museo_sans300", Tahoma, sans-serif;font-size:14px;padding-left:10px;margin-top:10px;margin-bottom:0px;}
.user_order_details section#content.content_shop h1 span, .user_order_details section#content.content_shop h2 span{color:#00A6A8 !important;font-size:17px !important;margin-right:4px !important;}
.user_order_details #content_faq h2 .info{float:right;font-size:14px !important;color:#4e5051 !important;font-family:'museo_sans100', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;margin-right:10px !important;display:inline;font-weight:100;}
.user_order_details section.section_faqs h1{margin:0 !important;width:100% !important;border-bottom:none !important;}
.user_order_details .lista_form li label{color:#c4c4c4;left:250px;line-height:43px;padding:0 10px;position:absolute;top:0;z-index:1;}
.user_order_details .availble_actions{padding-top:10px;padding-bottom:15px;margin-bottom:15px;}
.user_order_details .button{width:257px;height:35px;border-radius:2px;background-color:#00A6A8;box-shadow:0 1px 0 0 #007f80;color:#ffffff;font-size:16px;margin:0 auto;margin-top:10px;margin-bottom:10px;display:block !important;}
.user_order_details .button:hover{background:#00ccce;box-shadow:0 1px 0 0 #00A6A8;}
.user_order_details .button-disabled{width:257px;height:35px;border-radius:2px;background-color:#f5f5f5;box-shadow:inset 0 -1px 1px rgba(0,0,0,0.1);color:#4e5051;font-size:16px;margin:0 auto;margin-top:10px;margin-bottom:10px;display:block !important;cursor:default;}
.user_order_details .button-highlights{width:257px;height:35px;border-radius:2px;background-color:#fdbd39;box-shadow:inset 0 -1px 1px rgba(0,0,0,0.1);color:#FFF;font-size:16px;margin:0 auto;margin-top:10px;margin-bottom:10px;display:block !important;animation:pulse_button_highlights 2s infinite;}
@keyframes pulse_button_highlights{0%{background-color:#fdbd39;}
	50%{background-color:#eea236;}
	100%{background-color:#fdbd39;}
}
.user_order_details .addresses{background:#f5f5f5;margin:10px;padding:20px;font-size:14px;min-height:260px;}
.user_order_details .payment_data{margin-top:10px;}
.user_order_details .payment{background:#f5f5f5;margin:10px;padding:20px;font-size:14px;}
.user_order_details .costs{width:100%;font-size:13px;margin-top:25px;margin-bottom:30px;}
.user_order_details .costs td{padding:3px 5px;border-bottom:1px solid #f5f5f5;border-right:1px solid #f5f5f5;color:#3a3a3a;font-family:'museo_sans100', "Helvetica Neue", Helvetica, Arial, sans-serif;}
.user_order_details .costs td:last-child{border-right:none;}
.user_order_details .costs tfoot tr, .user_order_details .costs thead tr{background:#f5f5f5;}
.user_order_details .processing,.user_order_details .billing_data, .user_order_details .sendind_data{border-top:1px dashed #dce0e0;}
.user_order_details .processing h2{margin-bottom:7px!important;font-size:16px;margin:0;font-family:'museo_sans500', Tahoma, sans-serif !important;font-weight:500;width: auto;float: left;}
.box h2{margin-bottom:7px!important;padding:0 15px; font-size:16px;font-family:'museo_sans500', Tahoma, sans-serif !important;font-weight:500;width: 100%;float: left;}
.user_order_details .processing_detail{border-top:1px dashed #dce0e0;border-bottom:1px dashed #dce0e0;padding:0px;padding-top:20px;}
.user_order_details .delivery{background:#f5f5f5;margin:10px;padding:20px;font-size:14px;font-family:'museo_sans500', "Helvetica Neue", Helvetica, Arial, sans-serif;}
.user_order_details .delivery.highlight{border:1px solid #fdbd39;background:rgba(253, 189, 57, 0.10);color:#4e5051;margin-bottom:10px;border-radius:2px;font-family:'museo_sans500', Tahoma, sans-serif;}
.user_order_details .items{padding:20px 7px;}
.user_order_details .items .left{padding:0 !important;}
.user_order_details .items .right{padding-left:0 !important;}
.user_order_details .item{width:100%;float:left;margin-bottom:10px;}
.user_order_details .items .right .costs{margin-top:0;margin-bottom:10px;margin-left:7px;}
.user_order_details .items .left img{border:1px solid #dce0e0;}
.user_order_details .item:hover span.hover_foto{display:block;}
.user_order_details table.visible-xxs{display:none!important;}
.user_order_details table.hidden-xxs{display:table!important;}

.meter{height:34px;position:relative;background:#FFF;padding:0;margin:0px 0px 25px 0px;}
.meter ol{margin:0;padding:0;display:block;height:100%;width:100%;border-radius:2px;background-color:#e4e4e4;position:relative;list-style:none;overflow:hidden;}
.meter ol li{float:left;margin:0;padding:0 35px 0 0;text-align:center;width:20%;position:relative;height:100%;line-height:36px;}
.meter ol li:nth-child(2n+1){background-color:rgba(255, 255, 255, 0.2);}
.meter ol li span{right:-0.5em;display:block;text-align:center;}
.meter ol li .step{top:1px;right:1px;z-index:99;font-size:21px;color:#fff;width:32px;height:32px;text-align:center;position:absolute;font-family:"museo_sans500", Tahoma, sans-serif;line-height:34px;}
.meter ol li .stage{color:#fff;font-family:"museo_sans500", Tahoma, sans-serif;}
.meter ol li.active{background-color:#97c537;-webkit-animation:progress 2s infinite linear;-moz-animation:progress 2s infinite linear;-ms-animation:progress 2s infinite linear;-o-animation:progress 2s infinite linear;animation:progress 2s infinite linear;}
.meter ol li.active span.step{color:#fff;border:1px solid #97c537;background-color:rgba(255, 255, 255, 0.40);border-radius:2px;}
.meter ol li.collapse{display:block;}
@media (max-width:767px){.meter{margin:0 15px 25px;}
	.meter ol li span.stage{font-size:12px;}
	.meter ol li{width:calc(100% - 175px);}
	.meter ol li.collapse{width:34px;display:block;}
	.meter ol li.collapse span.stage{display:none;}
	.ui-header_progress-padded{margin:0 0 50px;}
}
/* TABELLE *********************************************************************************/
div.top_table{
	width:100%;
	height:50px;
	background:#445160;
	color:#FFF;
	font-size:15px;
	position:relative;
	overflow:hidden;
	margin-top:30px;
}
h1.intestazione{
	float:left;
	line-height:50px;
	font-size:15px;
	color:#FFF;
	margin:0;
	padding-left:30px;
	white-space:nowrap;
}
h1.intestazione span{
	font-size:12px;
	color:rgba(255, 255, 255, 0.50);
	margin-left:20px;
}
table.dataTable tr.group td, tr.group td{
	font-weight:bold;
	background-color:#445160;
	color: #FFF;
	text-align: center;
}
div.dataTables_filter{
	width:auto;
	float:right;
	position:relative;
}
div.dataTables_filter input{
	height:48px;
	width:0px !important;
	border-radius:0;
	border:0;
	line-height:50px;
	background:#3e4a59;
	padding:0;
	margin:0 !important;
	box-shadow:none;
	color:rgba(255, 255, 255, 0.50);
	outline:none;
	font-size:16px;
	font-family:'museo_sans100', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.dataTables_filter input:valid, div.dataTables_filter input:focus{
	width:200px !important;
	padding:0 15px;
}
div.dataTables_filter input::-webkit-search-cancel-button{
    position:relative;
    right:0px;
	-webkit-appearance:searchfield-cancel-button;
}
div.dataTables_filter label{
	padding-left:50px;
	height:50px;
	border-radius:0;
	border:0;
	line-height:50px;
	background-color:#3e4a59;
	color:rgba(255, 255, 255, 0.50);
	position:relative;
}
div.dataTables_filter label:before{
	width:50px;
	height:50px;
	content: '\f002';
	font-family:'FontAwesome';
	font-size:1em;
	text-align:center;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	cursor:pointer;
}
ul.table_length{
	float:right;
	padding: 17px 0;
    line-height: normal;
	margin:0;
	margin-right:30px;
	list-style:none;
}
ul.table_length li{
	float:left;
	padding:0 3px;
	border-right:1px solid rgba(255, 255, 255, 0.50);
	color:rgba(255, 255, 255, 0.50);
	font-size:12px;
	cursor:pointer;
}
ul.table_length li:last-child{
	border-right:0;
}
ul.table_length li a{
	color:rgba(255, 255, 255, 0.5);
}
ul.table_length li:hover a, ul.table_length li.active a{
	color:rgba(255, 255, 255, 1);
}
td.cell_list{
	padding-top:0 !important;
	padding-bottom:0 !important;
	vertical-align:middle !important;
}
td.mini_menu_container{
	height:60px;
	padding:0 !important;
}
div.mini_menu_container{
	height: 76px;
    padding: 0 !important;
    position: absolute;
    top: 0;
    right: 0px;
}
td.mini_menu_container a, div.mini_menu_container a{
	display:none;
}
tr:hover td.mini_menu_container a, li:hover>div.mini_menu_container a, li:hover>div.openable_head>div.mini_menu_container a{
	display:block;
}
span.ticker{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:5px;
	display:block;
}
span.ticker.ok{
	background-color:#32dabd;
}
span.ticker.wait{
	background-color:#579bfc;
}
span.ticker.ko, span.ticker.action{
	background-color:#ffac2c;
}
span.ticker.error, span.ticker.error_user{
	background-color:#e74c3b;
}
.switch_toggle{
	position:absolute;
	width:20px;
	height:40px;
	right:0px;
	top:0px;
	z-index:999;
	cursor:pointer;
	text-align:center;
	line-height:40px;
}
th{
	text-align:center !important;
}
/* FORM ************************************************************************************/
ul.list_form{
	width:100%;
	float:left;
	margin:0;
	padding:0;
	background:#FFF;
	font-size: 15px;
	color: #465161;
	list-style:none;
}
ul.list_form li{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ebebeb
}
ul.list_form li.no_padding{
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:1px solid #ebebeb
}
.first_block{
	border-top:1px solid #32dabd
}
ul.list_form li:last-child{
	border:0;
}
ul.list_form .main_label, .modal-body .main_label{
	margin-top:10px;
}
ul.list_form .main_label.verde{
	color:#97c537;
}
ul.list_form .secondary_label{
	font-size:12px;
	color:#8692a6;
	margin-top:10px;
}
ul.list_form .secondary_label strong{
	font-family:'museo_sans500', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
ul.list_form .secondary_label strong.ok{
	color: #32dabd;
}
ul.list_form .secondary_label strong.wait{
	color: #ffac2c;
}
ul.list_form .secondary_label strong.ko{
	color: #e74c3b;
}
.input_form{
	width:100%;
	height: 40px;
	border-radius: 3px;
	background-color: #f3f5f6;
	line-height:40px;
	border:0;
	padding:0 15px;
	outline:none;
}
textarea.input_form{
	height:80px;
	line-height:normal;
	padding:10px 15px;
}
.input_neutro{
	border:0;
	padding:0;
	display:inline;
	background:none;
	width:250px;
}
input.input_taglie {
    height: 23px !important;
    width: 40px !important;
    float: left;
    border: 0 !important;
	border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #465161;
    background: #FFF !important;
    margin: 0 3px !important;
    text-align: center;
}
ul.list_form legend{
	font-size: 12px;
	color: #8692a6;
	margin:0;
}
label.fancy_file{
	width:100%;
	height: 40px;
	border-radius: 3px;
	background-color: #f3f5f6;
	line-height:40px;
	border:0;
	padding:0px 15px 0 0;
	outline:none;
	/*overflow:hidden;*/
	position:relative;
}
label.fancy_file:before{
	content:'Sfoglia..';
	width:75px;
	height:40px;
	line-height:40px;
	color:#f3f5f6;
	text-align:center;
	background:rgba(0, 0, 0, 0.1);
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	position:absolute;
	top:0;
	left:0;
}
label.fancy_file input[type=file]{
	width:100%;
	height:100%;
	float:left;
	padding:0 0 0 90px;
	visibility:hidden;
}
label.fancy_file span{
	position:absolute;
	top:0;
	right:15px;
	bottom:0;
	left:90px;
	line-height:40px;
	white-space:nowrap;
	overflow:hidden;
}
label.fancy_file .file_loader{
	position: absolute;
	right: -35px;
	top: 8px;
	display:none;
}
label.label_input{
	width:100%;
	position:relative;
	float:left;
}
span.anteprima_colore{
	position:absolute;
	top:1px;
	right:1px;
	z-index:1;
	display:block;
	width:38px;
	height:38px;
	border-radius:0 3px 3px 0;
}
ul.list_form .icheckbox_square{
	margin-top: 5px !important;
	float: left;
	margin-right: 5px;
}
.ui-checkbox{
	padding:5px 0 !important;
}
ul.list_form .main_label .icheckbox_square, ul.list_form .secondary_label .iradio_square{
	margin-top:0 !important;
	margin-right:10px;
}
table.table_hr{
}
table.table_hr th, table.table_hr td{
	text-align:center;
	border-right: 2px solid #FFF;
	color:#8692a6;
	font-family:'museo_sans100', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table.table_hr input{
	text-align:center;
}
.mini_menu.r11.ind{
	position:absolute;
	z-index:999;
	right:15px;
	top:0;
	height:146px;
	line-height:146px;
	border-radius:0 2px 2px 0;
	display:none;
}
.indirizzo:hover .mini_menu.r11.ind{
	display:block;
}
label.checkbox_label{
	width:100%;
	height:40px;
	float:left;
	border-radius:3px;
	background:#f3f5f6;
	line-height:40px;
	color: #465161;
	cursor:pointer;
	position:relative;
	display:block;
	padding-left:20px;
}
label.checkbox_label:before{
	content:'';
	width:20px;
	height:40px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	background-color:rgba(0, 0, 0, 0.1);
}
label.checkbox_label:hover, label.checkbox_label.checked{
	background:#32dabd;
	color:#FFF;
}
.openable{
	background:#dadcdc;
	padding-top:0 !important;
	padding-bottom:0 !important;
	display:inline-block;
	overflow: hidden;
}
.openable_head{
	padding:23px 15px 30px;
	background: #dadcdc;
}
.sticky-top{
	position: fixed;
	top: 51px;
	width: calc(100% - 16.67% - 60px);
	z-index: 999;
}
.fa-container{
	padding-top:5px;
	text-align:right;
}
.double_row{
	margin-left:-30px;
	margin-right:-30px;
}
.openable_child{
	display:none;
}
.bollo_colore{
	width:60px;
	height:60px;
	display:block;
	content:'';
}
div.progressbar_container{
	width: 100%;
	height: 20px;
	border-radius:2px;
	background:#DDD;
	margin:10px 0;
	display:none;
}
div.progressbar_container div.progress-bar-striped{
	height:100%;
	width:0;
	text-align:center;
	border-radius:2px;
	color:#FFF;
	overflow:hidden;
	position:relative;
	background-color: #97c537;
	-webkit-animation: progress 2s infinite linear;
	-moz-animation: progress 2s infinite linear;
	-ms-animation: progress 2s infinite linear;
	-o-animation: progress 2s infinite linear;
	animation: progress 2s infinite linear;
}
div.progress-bar-striped span{
	position:absolute;
	top:2px;
	right:2px;
	bottom:2px;
	background:rgba(255,255,255,.40);
}
div.check_quantity {
    height: 60px;
    padding-top: 10px;
    background: #edefed;
    font-family: 'museo_sans100', Tahoma, sans-serif;
    font-size: 14px;
    color: #4e5051;
    line-height: 1.5;
}

div.check_quantity.ticker_int {
    background: #fdbd39;
    padding-right: 100px;
}

div.check_quantity.ticker_int.ok {
    background: #32dabd;
}

div.check_quantity strong {
    font-size: 21px;
    font-family: 'museo_sans500', Tahoma, sans-serif;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

strong#tot_tc, strong.tot_tc {
    right: 30px;
}

strong#check_quantity_field {
    left: 30px;
}

div.box_options {
    width: 100%;
    float: left;
    padding: 10px 20px;
    background: #f5f5f5;
    display: none;
    position: relative;
}

div.box_options .info {
    font-family: 'museo_sans100', Tahoma, sans-serif;
    font-size: 16px;
    border-bottom: 1px dashed #dce0e0;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

div.box_options label {
    display: block;
    line-height: 37px;
    font-family: 'museo_sans500', Tahoma, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #4e5051;
    border-bottom: 1px solid #dce0e0;
    position: relative;
    padding: 0 8px;
    cursor: pointer;
    text-indent: 0;
    animation-name: over_menu_inverse;
    animation-duration: 0.5s;
}

div.box_options label:hover {
    text-indent: 10px;
    animation-name: over_menu;
    animation-duration: 0.5s;
}

div.box_options label:last-of-type {
    border-bottom: 0;
}

div.box_options label:before {
    font-family: 'FontAwesome';
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #dce0e0;
    background: #FFF;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -9px;
    font-weight: 100;
    color: #00a6a8;
    text-indent: 0;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
}

div.box_options label.checked:before, div.box_options label.selected:before {
    content: "\f00c";
    background: #9fd424;
    color: #FFF;
    border: 1px solid #32dabd;
}

div.box_options input[type="radio"] {
    display: none;
}

div.box_options label span {
    position: absolute;
    right: 0;
    font-family: 'museo_sans100', Tahoma, sans-serif;
    font-size: 12px;
}
table#lista_taglie_colori {
    width: 100%;
    max-width: 100%;
    float: left;
    font-family: 'museo_sans500', Tahoma, sans-serif;
    font-size: 12px;
    color: #a0a0a0;
    background: #f5f5f5;
}

table#lista_taglie_colori td {
    padding: 5px 0 0 0 !important;
    text-align: center;
    vertical-align: middle;
    background: transparent !important;
}

table#lista_taglie_colori tr:nth-child(even) {
    /*background:#f3f3f3;*/
}

td.lista_taglie_colori {
    vertical-align: bottom !important;
    width: 82px;
}

table#lista_taglie_colori span.bollo_taglie {
    width: 37px;
    height: 37px;
    display: inline-block;
    -webkit-border-radius: 19px 18px 18px 19px/19px 19px 18px 18px;
    -moz-border-radius: 19px 18px 18px 19px/19px 19px 18px 18px;
    border-radius: 19px 18px 18px 19px/19px 19px 18px 18px;
    background: #ff5a5f;
    font-family: 'museo_sans500', Tahoma, sans-serif;
    font-size: 20px;
    color: #FFF;
    line-height: 38px;
}

td.prima_colonna {
    width: 40px;
}

tr.riga_colore td:not(.prima_colonna) {
    border-bottom: 1px solid #dce0e0;;
}

table#lista_taglie_colori span.bollo_colore {
    width: 28px;
    height: 28px;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    display: inline-block;
    position: relative;
}

table#lista_taglie_colori span.bollo_colore i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    height: 9px;
    border: 0;
    border-radius: 2px 2px 0 0;
}

table#lista_taglie_colori input {
    min-width: 35px;
	width: auto;
	max-width:50px;
    height: 29px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 0;
    font-size: 14px;
    color: #3a3a3a;
    text-align: center;
    margin-bottom: 5px;
}
table#lista_taglie_colori input.disabled {
	background-color: #f5f5f5;
}
table#lista_taglie_colori input::placeholder{
	opacity: 0.3;
}
div#colors_table, div.colors_table {
    background: #f5f5f5 !important;
    max-height: 215px;
    position: relative;
    border: none;
    cursor: default !important;
}

div#colors_table table {
    position: relative;
}

div#colors_table tr#header_colors {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: block;
}
/* ORDER MANAGER ***************************************************************************/
div.order_manager_container table th{
	vertical-align:middle !important;
}
div.order_manager_container table tr{
	height:35px;
}
div.order_manager_container table tr td:after{
	content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(243,245,246, 0.40);
    opacity:0;
	display:none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
div.order_manager_container table tr:hover td:after, div.order_manager_container table tr.hover td:after{
	opacity:1;
	display:block;
}
div.order_manager_container table tr:hover td:hover:after, div.order_manager_container table tr.hover td.hover:after{
    opacity:0;
	display:none;
}
div.order_manager_container table tr.tr_complete{
	-webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {opacity: 0.35; background:#F3F3F3;}
    50% {opacity: 1.0; background:#FFFFFF;}
    100% {opacity: 0.35; background:#F3F3F3;}
}
div.order_manager_container table td{
	padding: 10px 10px 8px;
	font-size:12px;
	white-space: nowrap;
}
div.order_manager_container div.dataTables_wrapper {
	margin: 0 auto !important;
}
.deadline, ul.notifications_container li{
	padding:10px;
	color:#FFF;
	text-align:center;
}
.deadline, ul.notifications_container li:hover{
	opacity: 0.85;
}
.deadline.empty, ul.notifications_container li.empty, .empty{
	background-color:#f3f5f6;
	color: #8692a6;
}
.deadline.tranqy, ul.notifications_container li.tranqy, .tranqy{
	background-color:#32dabd;
	color: #FFF;
}
.deadline.hurry_up, ul.notifications_container li.hurry_up, .hurry_up{
	background-color:#ffac2c;
	color: #FFF;
}
.deadline.black_dead, ul.notifications_container li.black_dead, .black_dead{
	background-color:#e74c3b;
	color: #FFF;
}
.deadline.alert_last, ul.notifications_container li.alert_last, .alert_last{
	background-color:#6740B4;
	animation: pulse 1s infinite alternate;
	color: #FFF;
}
@keyframes pulse {
      0% {background-color: #6740B4;}
     50% {background-color: #9A30AD;}
     100% {background-color: #6740B4;}
}
.n_order{
	background-color:#f3f5f6;
	color:#8692a6;
	text-align:center;
	position:relative;
}
.func_order{
	color:#8692a6;
	position:absolute;
	bottom:0;
	right:0;
	background:rgba(255,255,255,0.7);
	padding:1px;
	width:20px;
	height:17px;
	display:none;
}
.func_order:hover{
	color:#8692a6;
}
.n_order:hover .func_order, .n_order:hover .print_order, .desc_container:hover .print_order, .desc_container:hover .func_order{
	display:block;
}
.print_order{
	color:#8692a6;
	position:absolute;
	top:0;
	right:0;
	background:rgba(255,255,255,0.7);
	padding:1px;
	width:20px;
	height:17px;
	display:none;
}
.print_order:hover{
	color:#8692a6;
}
.menu_dash_container{
	text-align:center;
	color:#FFF;
	padding:0 !important;
	position:relative;
	cursor:pointer;
}
.menu_dash_container_disabled{
	text-align:center;
	color:#FFF;
	padding:0 !important;
	position:relative;
	cursor:pointer;
}
div.box_status{
	min-width:90px;
	height:34px;
	text-align:center;
	line-height:34px;
}
.box_status.ok{
	background-color:#32dabd;
}
.box_status.ko, .box_status.error, .box_status.error_user{
	background-color:#e74c3b;
}
.box_status.action{
	background-color:#ffac2c;
}
.box_status.wait{
	background-color:#579bfc;
}
.box_status.end{
	background-color:#445160;
}
.problema_risolto{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9999;
	background:#32dabd;
	color:#FFF !important;
	display:none;
}
.menu_dash_container:hover .problema_risolto{
	display:block;
}
.menu_dash_container ul, .menu_dash_container_disabled ul{
	width:20px;
	height:34px;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
	padding:0;
	margin:0;
	list-style:none;
	line-height:normal;
	display:none;
}
.menu_dash_container:hover ul, .menu_dash_container_disabled:hover ul{
	display:block;
}
.menu_dash_container ul li, .menu_dash_container_disabled ul li{
	width:100%;
	height:50%;
	float:left;
	clear:both;
	text-align:center;
	background:rgba(255,255,255,0.7);
	padding:1px;
}
.menu_dash_container ul li:hover, .menu_dash_container_disabled ul li:hover{
	background:rgba(255,255,255,1);
}
.menu_dash_container ul li:first-child, .menu_dash_container_disabled ul li:first-child{
	margin-bottom:1px;
}
.box_status.ok ul li a, .box_status.ok ul li a:hover{
	color:#32dabd;
}
.box_status.ko ul li a, .box_status.ko ul li a:hover{
	color:#e74c3b;
}
.box_status.action ul li a, .box_status.action ul li a:hover{
	color:#ffac2c;
}
.box_status.wait ul li a, .box_status.wait ul li a:hover{
	color:#579bfc;
}
.box_status.end ul li a, .box_status.end ul li a:hover{
	color:#445160;
}
div.option_tooltip{
	position:absolute;
	z-index:999;
	top:35px;
	left:0;
	display:none;
	box-shadow:0 0 10px rgba(0,0,0,0.35);
}
ul.sottomenu_order_manager{
	border:1px solid #ebebeb;
	border-bottom:0;
	padding:0;
	list-style:none;
	width:100%;
	display:block;
	cursor:pointer;
}
ul.sottomenu_order_manager li{
	width:100%;
	height:36px;
	float:left;
	clear:both;
	line-height:35px;
	color:#8692a6;
	padding-left:15px;
	background-color:#FFF;
	border-bottom:1px solid #ebebeb;
	white-space:nowrap;
	overflow:hidden;
}
ul.sottomenu_order_manager li.neutro{
	border-left:5px solid #f3f5f6;
}
ul.sottomenu_order_manager li.ok{
	border-left:5px solid #32dabd;
}
ul.sottomenu_order_manager li.action{
	border-left:5px solid #ffac2c;
}
ul.sottomenu_order_manager li.wait{
	border-left:5px solid #579bfc;
}
ul.sottomenu_order_manager li.ko, ul.sottomenu_order_manager li.error, ul.sottomenu_order_manager li.error_user{
	border-left:5px solid #e74c3b;
}
.thumb_bozzetto{
	float:left !important;
	margin-right:10px;
	padding:0 !important;
	border:0 !important;
	position:relative;
}
.thumb_bozzetto div.mini_menu_container{
	position:absolute;
	top:0;
	right:0;
	left:0;
	height:78px;
	background:rgba(243, 245, 246, 0.4);
	z-index:1;
	display:none;
}
.thumb_bozzetto:hover div.mini_menu_container{
	display:block;
}
/* MANAGER ORDINI FORNITORE ********************************************************************************/
ul.lista_lavorazioni_standard, ul.lista_lavorazioni_annullate{
	margin-bottom:10px;
}
ul.lista_lavorazioni_annullate{
	margin-top:10px;
	border-top:1px dashed #dce0e0;
	padding-top:20px;
}
ul.lista_lavorazioni_standard li, ul.lista_lavorazioni_annullate li{
	border-bottom: 1px solid #dce0e0 !important;
	border-right: 1px solid #dce0e0 !important;
	border-left: 1px solid #dce0e0 !important;
	border-top:0;
	padding:0;
}
ul.lista_lavorazioni_standard li:first-child, ul.lista_lavorazioni_annullate li:first-child{
	border-top:1px solid #dce0e0;
}
.col-fixed-35{
	width:35px;
	height:35px;
	float:left;
	display:block;
	line-height:35px;
	text-align:center;
	border-right:1px solid #dce0e0;
}
.col-fixed-35 .fa{
	width: 100%;
    height: 100%;
    position: relative;
    top: -3px;
    line-height: 35px;
}
.col-fixed-35.grigio, .col-fixed-35.grigio a, .fa.grigio{
	background-color:#f3f5f6;
	color:#8692a6;
}
.col-fixed-35.verde, .col-fixed-35.verde a, .fa.verde{
	background-color:#32dabd;
	color:rgba(255,255,255,.5);
}
.col-fixed-35.giallo, .col-fixed-35.giallo a, .fa.giallo{
	background-color:#ffac2c;
	color:rgba(255,255,255,.5);
}
.col-fixed-35.rosso, .col-fixed-35.rosso a, .fa.rosso{
	background-color:#e74c3b;
	color:rgba(255,255,255,.5);
}
.fa.grigio, .fa.verde, .fa.giallo, .fa.rosso{
	display:none;
}
#lista_da_assegnare .fa.grigio{
	display:inline-block;
}
#lista_assegnate .fa.verde{
	display:inline-block;
}
#lista_parzialmente_assegnate .fa.giallo{
	display:inline-block;
}
#lista_annullate .fa.rosso{
	display:inline-block;
}
.col-xs-12.no_padding:hover .col-fixed-35.verde a, .col-xs-12.no_padding:hover .col-fixed-35.giallo a, .col-xs-12.no_padding:hover .col-fixed-35.rosso a{
	color:#FFF;
}
.col-fluid-1-35{
	width:calc(25% - 35px);
	height:35px;
	line-height:35px;
	padding:0 10px;
	display:block;
	float:left;
}
.col-fluid-2-35{
	width:calc(25% - 17.50px);
	height:35px;
	line-height:35px;
	padding:0 10px;
	display:block;
	float:left;
}
.col-fluid-3-35{
	width:calc(25% - 8.75px);
	height:35px;
	line-height:35px;
	padding:0 10px;
	display:block;
	float:left;
}
.col-fluid-4-35{
	width:calc(33.33333333% - 11.7px);
	height:35px;
	line-height:35px;
	padding:0 10px;
	display:block;
	float:left;
}
.col-fluid-9-35{
	width:calc(75% - 26.3px);
	height:35px;
	line-height:35px;
	padding:0 10px;
	display:block;
	float:left;
}
.col-fluid-12-35{
	width:calc(100% - 35px);
	height:35px;
	line-height:35px;
	padding:0 10px;
	display:block;
	float:left;
}
input.input_ordine{
	width:100%;
	height:100%;
	line-height:35px;
	text-align:center;
	padding:0;
	margin:0;
	border:0;
}
input.input_ordine::-webkit-input-placeholder {
   color: #ffac2c;
}

input.input_ordine:-moz-placeholder { /* Firefox 18- */
   color: #ffac2c;
}

input.input_ordine::-moz-placeholder {  /* Firefox 19+ */
   color: #ffac2c;
}

input.input_ordine:-ms-input-placeholder {
   color: #ffac2c;
}
input.input_ordine.available::-webkit-input-placeholder {
   color: #32dabd;
}

input.input_ordine.available:-moz-placeholder { /* Firefox 18- */
   color: #32dabd;
}

input.input_ordine.available::-moz-placeholder {  /* Firefox 19+ */
   color: #32dabd;
}

input.input_ordine.available:-ms-input-placeholder {
   color: #32dabd;
}
input.input_ordine.unavailable::-webkit-input-placeholder {
   color: #e74c3b;
}

input.input_ordine.unavailable:-moz-placeholder { /* Firefox 18- */
   color: #e74c3b;
}

input.input_ordine.unavailable::-moz-placeholder {  /* Firefox 19+ */
   color: #e74c3b;
}

input.input_ordine.unavailable:-ms-input-placeholder {
   color: #e74c3b;
}
.border-r{
	border-right:1px solid #dce0e0;
}
.bordered{
	border-top:1px solid #dce0e0;
	border-right:1px solid #dce0e0;
	border-left:1px solid #dce0e0;
}
.lista_colori_taglie li:last-child .bordered{
	border-bottom:1px solid #dce0e0;
}
.lista_colori_taglie li{
	padding:0;
	line-height:35px;
	border:0 !important;
}
ul.lista_colori_taglie li:first-child{
	line-height:normal;
}
ul.lista_colori_taglie .bianco{
	background-color:#FFF;
	color:#465161;
	display:block;
    height: 35px;
}
ul.lista_colori_taglie .grigio{
	background-color:#f3f5f6;
	color:#8692a6;
	display:block;
    height: 35px;
}
ul.lista_colori_taglie .verde{
	background-color:#32dabd;
	color:rgba(255,255,255,.5);
	display:block;
    height: 35px;
}
ul.lista_colori_taglie .giallo{
	background-color:#ffac2c;
	color:rgba(255,255,255,.5);
	display:block;
    height: 35px;
}
ul.lista_colori_taglie .rosso{
	background-color:#e74c3b;
	color:rgba(255,255,255,.5);
	display:block;
    height: 35px;
}
ul.lista_colori_taglie .bianco.disponibile{
	color:#32dabd;
}
ul.lista_colori_taglie .bianco.non_disponibile{
	color:#e74c3b;
}
/* CHECKBOX  ********************************************************************************/
.icheckbox_square, .iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/square.png) no-repeat;
    border: none;
    cursor: pointer;
}
.icheckbox_square {
    background-position: 0 0;
}
.icheckbox_square.hover {
	background-position: -24px 0;
}
.icheckbox_square.checked {
	background-position: -48px 0;
}
.icheckbox_square.disabled {
	background-position: -72px 0;
	cursor: default;
}
.icheckbox_square.checked.disabled {
	background-position: -96px 0;
}
.iradio_square {
    background-position: -120px 0;
}
.iradio_square.hover {
	background-position: -144px 0;
}
.iradio_square.checked {
	background-position: -168px 0;
}
.iradio_square.disabled {
	background-position: -192px 0;
	cursor: default;
}
.iradio_square.checked.disabled {
	background-position: -216px 0;
}
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
	.icheckbox_square, .iradio_square {
		background-image: url(../images/square@2x.png);
		-webkit-background-size: 240px 24px;
		background-size: 240px 24px;
	}
}
/* SELECT *****************************************************************************/
select {
	display: block !important;
	position: absolute;
	top: -5000px;
	left: -5000px;
}
.nice-select span{
	width:100%;
	display:inline-block;
	overflow:hidden;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #f3f5f6;
  border-radius: 3px;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%; }
.nice-select:hover {}
.nice-select:active, .nice-select.open, .nice-select:focus {}
.nice-select:after {
	content:'\f078';
	font-family:'FontAwesome';
	width:40px;
	height:40px;
	text-align:center;
	color:rgba(255,255,255,0.5);
	line-height:40px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color:#DBDDDE;
	position:absolute;
	top:0;
	right:0;
	z-index:1;
 }
.nice-select.open:after {
	content:'\f077';
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0); }
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }
.nice-select.disabled:after {
  border-color: #cccccc; }
.nice-select.wide {
  width: 100%; }
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }
.nice-select.right {
  float: right; }
.nice-select.right .list {
  left: auto;
  right: 0; }
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }
.nice-select.small:after {
  height: 4px;
  width: 4px; }
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
	left: 0 !important;
	right: 0 !important;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding:0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }
.nice-select .option.selected {
  font-weight: bold; }
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
	display: none !important;
}
.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 210px;
    overflow-y: scroll;
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 1px 12px;
    min-height: 40px;
    line-height: 22px
}

.nice-select.has-multiple span.current {
    border: 0;
    padding: 0 10px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px;
	position:relative;
	top:8px;
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0;
	margin-top: 40px;
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
	height: 40px;
    width: 100%;
    margin-top: 5px;
    top: -5px;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: -10px 10px 0 0;
    width: 100%!important;
    min-height: 30px;
    line-height: 22px;
    height: 30px;
    outline: 0!important;
}

.nice-select.has-multiple .nice-select-search {
    margin: 0;
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}
/* ALERTS *********************************************************************************/
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert textarea {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 12px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert textarea:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert textarea:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert textarea:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert textarea:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert inptextareaut::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert textarea:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert textarea::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
/* DATATABLES ***************************************************************************************/
table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #ebebeb}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #ebebeb}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #ebebeb}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #ebebeb;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #ebebeb));background:-webkit-linear-gradient(top, #585858 0%, #ebebeb 100%);background:-moz-linear-gradient(top, #585858 0%, #ebebeb 100%);background:-ms-linear-gradient(top, #585858 0%, #ebebeb 100%);background:-o-linear-gradient(top, #585858 0%, #ebebeb 100%);background:linear-gradient(to bottom, #585858 0%, #ebebeb 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #ebebeb}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #ebebeb}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
table.DTFC_Cloned thead,table.DTFC_Cloned tfoot{background-color:white}div.DTFC_Blocker{background-color:white}div.DTFC_LeftWrapper table.dataTable,div.DTFC_RightWrapper table.dataTable{margin-bottom:0;z-index:2}div.DTFC_LeftWrapper table.dataTable.no-footer,div.DTFC_RightWrapper table.dataTable.no-footer{border-bottom:none}
.dataTables_scrollBody .sorting:after{
	display:none !important;
}
table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:50%;margin-bottom:-9px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:0.5}table.dataTable thead .sorting:after{opacity:0.2;content:"\e150"}table.dataTable thead .sorting_asc:after{content:"\e155"}table.dataTable thead .sorting_desc:after{content:"\e156"}table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}table.table-bordered.dataTable{border-collapse:separate !important}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}

table.fixedHeader-floating{position:fixed !important;background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}
/* FANCYBOX ********************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	padding:0 !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* TOOL CHAT ********************************************************************************/

.tool_chat .banner_top {
    padding-top: 20px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    background: #00a6a8;
    font-family: 'museo_sans100', Tahoma, sans-serif !important;
    font-weight: 100;
}

.tool_chat .banner_top #search_container {
    padding: 0 16px 16px;
    min-height: 175px;
}

.tool_chat .banner_top #search_container img {
    margin-bottom: 25px;
}

.tool_chat .banner_top #search_container .search_info {
    font-family: 'museo_sans300', Tahoma, sans-serif !important;
    font-size: 14px;
    color: #ffffff;
    float: left;
    margin:0px;
}

.tool_chat #search_container .add {
    width: 42px;
    font-size: 21px;
    height: 41px;
    color: #00a6a8;
    border-radius: 2px;
    background-color: #f5f5f5;
    float:left;
    margin-left:10px;
}

.tool_chat #search_container .add:hover {
    color: #00ccce;
}

.tool_chat #search_container #query {
    color: #c4c4c4;
    padding-right: 45px;
}

.tool_chat #search_container .fa-times-circle:hover {
    cursor:pointer;
}

.tool_chat #question_content {
    background: #ffffff;
}

.tool_chat #question_container {
    margin-bottom: 120px;
    padding: 0px;
}

.tool_chat #question_container .empty_info {
    text-align: center;
    font-family: 'museo_sans100', Tahoma, sans-serif;
    max-width: 613px;
    margin: 0 auto;
    padding:50px 20px;
    font-size: 38px;
    line-height: 42px;
}

.tool_chat #question_list {
    max-width: 613px;
    margin: 0 auto;
}

.tool_chat #question_list .question {
    border-bottom: 1px solid #dce0e0;
    padding: 16px 4px 8px 16px;
    background-color: #ffffff;
    min-height: 95px;
}

.tool_chat #question_list .question mark {
    background-color: rgba(245, 165, 35, 0.5);
}

.tool_chat #question_list .question:hover {
    background-color: #f5f5f5 !important;
}

.tool_chat #question_list .question h3 {
    font-size: 14px;
    line-height: 18px;
    color: #00a6a8;
    font-family: 'museo_sans300', Tahoma, sans-serif !important;
    margin: 0 0 3px;
}

.tool_chat #question_list .question p {
    font-size: 14px;
    line-height: 18px;
    color: #4e5051;
    font-family: 'museo_sans100', Tahoma, sans-serif !important;
}

.tool_chat #question_list .question ul.actions {
    margin: -10px 4px;
    padding: 0;
    float: right;
}

.tool_chat #question_list .question ul.actions li {
    display: none;
    margin-bottom: 4px;
}

.tool_chat #question_list .question ul.actions li a {
    padding: 8px 5px;
    border-radius: 2px;
    background-color: #00a6a8;
    color: #ffffff;
    font-size: 16px;
    width: 25px;
    height: 38px;
    line-height: 20px;
}

.tool_chat #question_list .question ul.actions li a:hover {
    background-color: #00ccce;
}

.tool_chat .banner_form {
    height: 726px;
    padding-top: 20px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
    background: #d8d8d8;
    font-family: 'museo_sans100', Tahoma, sans-serif !important;
    font-weight: 100;
}

.tool_chat .text_form_search {
    width:85%;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    display:inline-block;
    float: left;
    color:#c4c4c4;
}

.tool_chat .text_form_search input, .tool_chat .text_form_search_mobile input {
    width: 100%;
    height: 42px;
    border-radius: 2px;
    background: #f5f5f5;
    border: 0;
    padding:0 50px 0 10px;
}

.tool_chat .text_form_search .fa, .tool_chat .text_form_search_mobile .fa {
    font-size: 25px;
    margin: 9px 7px;
    color: #00a6a8;
}

/* form */
.tool_chat p.domanda-green {
    background-color: #00a6a8 !important;
    border: solid 1px #00a6a8 !important;
    font-size: 20px !important;
    color: #ffffff !important;
    text-align: center !important;
    -moz-column-count: 1 !important;
    -webkit-column-count: 1 !important;
    column-count: 1 !important;
    margin: 0px;
    line-height: 80px !important;
    border-radius: 2px 2px 0 0;
    font-family: "museo_sans100", Tahoma, sans-serif;
}

.tool_chat p.domanda-green a, p.red_box a {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.tool_chat .text_form {
    width: 100%;
    float: left;
    padding: 0 20px;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
}

.tool_chat .text_form span, .text_form strong {
    font-size: 22px;
    margin-top: 10px;
    display: inline-block;
}

.tool_chat .text_form span {
    font-family: 'museo_sans100', Tahoma, sans-serif !important;
}

.tool_chat .text_form strong {
    font-family: 'museo_sans500', Tahoma, sans-serif !important;
}

.tool_chat .text_form label {
    font-size: 18px;
    color: #3a3a3a;
    float: right;
    text-align: right;
}

.tool_chat .text_form input {
    width: 100%;
    float: left;
    height: 42px;
    border-radius: 2px;
    background: #f5f5f5;
    border: 0;
    padding: 10px 35px 10px 10px;
}

.tool_chat .text_form textarea {
    width: 100%;
    float: left;
    border-radius: 2px;
    border: 0;
    background: #f5f5f5;
    padding: 10px 35px 10px 10px;
    height: 180px;
}

.tool_chat .text_form .ok, .text_form .ko {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 30px;
    display: none;
}

.tool_chat .text_form .ok {
    background: #97c537;
}

.tool_chat .text_form .ko {
    background: #fdbd39;
}

.tool_chat .text_form .ok:before, .text_form .ko:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 1px;
    left: -21px;
    font-size: 13px;
    font-weight: 100;
    color: #FFF;
    text-align: center;
    width: 20px;
    height: 20px;
}

.tool_chat .text_form .ok:before {
    content: '\f00c';
}

.tool_chat .text_form .ko:before {
    content: '\f071';
}

.tool_chat ul, li {
    list-style-type: none;
}

.tool_chat ul.form_domanda {
    width: 100%;
    float: left;
    padding: 20px 0px;
    background: #ffffff;
    margin-bottom: 0;
}

.tool_chat ul.form_domanda li {
    width: 100%;
    float: left;
    text-indent: 25px;
    font-size: 18px;
    color: #3a3a3a;
}

.tool_chat div.header_pagamenti {
    width: 100%;
    float: left;
    line-height: 57px;
    background: #f5f5f5;
    font-family: 'museo_sans500', Tahoma, sans-serif;
}

.tool_chat ul.tipo_pagamento {
    width: 90%;
    float: left;
    margin: 0 0 0 60px;
    padding: 0;
    display: none;
}

.tool_chat ul.tipo_pagamento li {
    border-bottom: 1px solid #dce0e0;
    position: relative;
    padding: 7px 0;
    text-indent: 0;
    line-height: 50px;
}

.tool_chat ul.tipo_pagamento li:last-child {
    border: 0;
}

.tool_chat input.pagamento, input.split_pagamento {
    display: none;
}

.tool_chat label.label_split_pagamento, label.label_tipo_pagamento {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    outline: none;
}

.tool_chat label.label_tipo_pagamento {
    font-family: 'museo_sans100', Tahoma, sans-serif !important;
}

.tool_chat label.label_split_pagamento:before, label.label_tipo_pagamento:before {
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #979797;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    border-radius: 50%;
    z-index: 1;
    background: #FFF;
    outline: none;
}

.tool_chat label.label_split_pagamento.checcato:before, label.label_tipo_pagamento.checcato:before {
    background: #4a90e2;
}

.tool_chat label.label_split_pagamento:after, label.label_tipo_pagamento:after {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -5px;
    z-index: 2;
    background: #FFF;
    border-radius: 50%;
    outline: none;
}

.tool_chat table.info_payment {
    width: 185px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    text-indent: 0;
}

.tool_chat table.info_payment tr, table.info_payment td {
    height: 60px;
    vertical-align: middle;
}

.tool_chat #modal .btn, .tool_chat #fancy_alert .btn {
    float: right;
    width: 50%;
    height: 80px;
    line-height: 50px !important;
    border-radius: 0 0 2px 0;
    background: #00a6a8;
    border: #00a6a8;
    color: #ffffff;
    font-size: 18px;
    padding: 14px;
    font-family: "museo_sans100", Tahoma, sans-serif;
}

.tool_chat #modal .btn-default-inverse:hover {
    background: #e5e5e5 !important;
}

.tool_chat #modal .btn-primary:hover {
    background: #00ccce !important;
}

.tool_chat .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.tool_chat #fancy_alert .text_form {
    font-family: "museo_sans100", Tahoma, sans-serif;
}
/* PROOF BUILDER ************************************************************************************************************************/
#canvas_container{
	width:2132px;
	height:1120px;
	float:left;
	background:#FFF;
	font-family: "museo_sans100", Tahoma, sans-serif;
}

div#proof_tools{
	width:428px;
	height:1294px;
	float:right;
	background:#445160;
    font-family: "museo_sans100", Tahoma, sans-serif;
}
.titolo_sezione{
	width:100%;
	height:66px;
	float:left;
	text-align: center;
	font-size:40px;
	color:#FFF;
	line-height:66px;
}
.proof_divider{
	width: 100%;
	height: 1px;
	float: left;
	clear: both;
	border-bottom: 1px dashed #dce0e0;
	margin:10px 0;
}
#proof_tools .titolo_sezione{
	background:#29323c;
}
.proof_wrapper_int{
	width:100%;
	padding: 20px 30px;
	float:left;
}
.proof_wrapper_int h1{
	width:100%;
	float:left;
	font-size:21px;
	text-align:center;
	margin-top:0;
	color: #FFF;
}
.proof_wrapper_int h2{
	width:100%;
	float:left;
	font-size:15px;
	color: #465161;
	margin:0;
	height: 40px;
	border-radius:3px 3px 0 0;
  	background-color:#dadcdc;
	padding: 0 15px;
	line-height: 40px;
}
div.proof_vlist_container{
	width:100%;
	height: 240px;
	float: left;
	overflow-y: scroll;
	border-radius:0 0 3px 3px;
	margin-bottom:25px;
}
.proof_vlist_container ul{
	width:100%;
	float:left;
	overflow:hidden;
	border-radius:0 0 3px 3px;
	padding: 0;
}
.proof_vlist_container ul li{
	width:100%;
	float:left;
	height:60px;
	line-height:40px;
	background:#f3f5f6;
	color: #494f58;
	font-size: 17px;
	border-bottom:1px solid #dadcdc;
	overflow:hidden;
	padding-top:10px;
}
.proof_vlist_container ul li:hover{
	background:#bdc3c8;
}
.btn-grey-solid{
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background-color: #445160;
	color:#FFF !important;
	text-align: center;
	line-height: 40px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	display:none;
}
.proof_vlist_container ul li .fa-sort{
	position:absolute;
	top:50%;
	margin-top:-18px;
	left: 50%;
	margin-left: 6px;
	cursor: move;
	display:none;
}
.proof_vlist_container ul li:hover .btn-grey-solid, .proof_vlist_container ul li:hover .fa-sort{
	display: block;
}
.proof_bollo_colore{
	width: 40px;
	height: 40px;
	border-radius:50%;
	position:absolute;
	top:50%;
	left: 50%;
	margin-top:-30px;
	margin-left: -20px;
}
.proof_row{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.proof_row ul#lista_risultati, .lista_container ul#lista_risultati{
	background:#f3f5f6;
	padding:5px 15px 0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
	position: absolute;
	top: 45px;
	right: 0;
	left: 0;
	max-height: 210px;
	float: left;
	overflow: hidden;
	overflow-y: scroll;
	z-index: 2;
	display: none;
}
.proof_row ul#lista_risultati li, .lista_container ul#lista_risultati li{
	padding:5px 15px;
	border-bottom:1px solid #ccc;
	margin: 0 -15px;
	cursor: pointer;
}
#proof_tools label{
	font-size: 17px;
	margin: 0px 0 20px;
	color:#FFF;
	cursor:pointer;
}
input.input_proof{
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	background:#ffffff;
	border:0;
	border-radius:3px;
	font-size: 18px;
}
#proof_tools .proof_vlist_container ul li label{
	color:#494f58;
	width:100%;
}
div#proof_files_archive{
	width:2132px;
	height: 174px;
	float: left;
	clear: left;
	background:#f3f5f6;
	font-family: "museo_sans100", Tahoma, sans-serif;
	padding: 20px 30px 10px;
	overflow-x: scroll;
}
div#proof_files_archive ul{
	float:left;
	padding: 0;
	width: 100%;
}
div#proof_files_archive ul li{
	float: left;
	position: relative;
	margin-right: 30px;
}
div#proof_files_archive ul li.file_container{
	width: 138px;
	height: 138px;
	border:1px solid #FFF;
	background-color: #F1F1F1;
	background-position: center center;
	background-size:contain;
	background-repeat: no-repeat;
	cursor: move;
}
div#proof_files_archive ul li.file_container:hover{
	border:1px solid #32dabd;
}
div#helper{
	width: 138px;
	height: 138px;
	background: url(../images/helper.png) center center no-repeat;
}
#add_files{
	width:140px;
	height: 140px;
	font-size: 62px;
	text-align: center;
	padding: 0;
	line-height: 140px;
	border-radius: 8px;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none !important;
	cursor: pointer;
}
.remove_files{
	width:50px;
	height: 50px;
	border-radius: 3px;
	position: absolute;
	bottom:10px;
	right:10px;
	font-size: 32px;
	line-height:36px;
	display: none;
	cursor: pointer;
}
div#proof_files_archive ul li.file_container:hover .remove_files{
	display:block;
}
div#proof_files_archive ul li.file_container label{
	width:100%;
	text-align: center;
	font-size: 17px;
	color: #494f58;
	position: absolute;
	bottom: -40px;
}
div.quarter{
	border-right:solid 1px #979797;
	height: 1121px;
}
.quarter .titolo_sezione{
	background-color: #4e5051;
	width:calc(100% + 30px);
	text-transform: uppercase;
}
.quarter .titolo_sezione.ok{
	background-color: #32dabd;
}
.quarter .titolo_sezione.ko{
	background-color: #ffac2c;
}
div.quarter_header{
	width:100%;
	float: left;
	padding:15px 0;
}
div.quarter_header h2{
	width: 100%;
	text-align: center;
	font-family: "museo_sans100", Tahoma, sans-serif;
	font-size: 24px;
	color: #4e5051;
	position: absolute;
	top: 0;
	left: 0;
}
div.stars_container{
	text-align:center;
	font-size: 50px;
	color:#dce0e0;
}
div.proof_note{
	font-size: 17px;
	color:#3a3a3a;
	width: 100%;
	min-height: 100px;
}
div.proof_note strong{
	color:#ff5a5f;
}
.canvas_wrapper{
	width: 100%;
	height:600px;
	float:left;
	position:relative;
}
canvas.proof_canvas{
	width:100%;
	height:600px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
div.dimension_container{
	line-height:32px;
}
div.dimension_container div{
	border-top:1px solid #dce0e0;
	border-bottom:1px solid #dce0e0;
	font-size: 21px;
	margin-bottom:20px;
	padding:15px;
}
div.dimension_container div:first-child{
	border-right:1px solid #dce0e0;
}
div.dimension_container div strong{
	color:#ff5a5f;
	font-size:30px;
	display: none;
}
input.input_dimensions{
	width: 50%;
	height: 35px;
	float: right;
	padding: 5px 10px;
	border: 0;
	background-color: #f3f5f6;
}
.ui-autocomplete li{
	font-size: 14px;
	font-family: "museo_sans100", Tahoma, sans-serif;
	line-height: 21px;
	padding: 5px 10px 3px;
	background: #FFF;
}
.ui-autocomplete li:nth-child(odd){
	background: #F3F3F3;
}
div.quarter_header, div.quarter_footer{
	visibility: hidden;
	position: relative;
}
div.textarea_suggerimento_container, div.textarea_note_container{
	display: none;
}
div.suggerimento_container{
	min-height: 100px;
}
div.stars_container{
	min-height: 111px;
}
.fa-star:before{
	margin:0 10px;
}
div.textarea_note_container, div.note_container{
	position: relative;
	top: -15px;
	height: 100px;
	padding: 10px 0;
	font-weight: bold;
	font-family: "museo_sans500", Tahoma, sans-serif;
}
/*
Modifiche per touchscreen
Vengono applicate quando il body ha classe "touch"
 */
body.touch div.order_manager_container table tr{
	height: 50px;
}
body.touch div.box_status{
	height: 50px;
	line-height: 50px;
	font-family: "museo_sans500", Tahoma, sans-serif;
}
body.touch .table > tbody > tr > td{
	line-height: 32px;
}
body.touch ul.sottomenu_order_manager{
	border:0;
	padding:15px 0 0;
	list-style:none;
	width:100%;
	display:block;
	cursor:pointer;
}
body.touch ul.sottomenu_order_manager li{
	width:100%;
	height:50px;
	float:left;
	line-height:50px;
	color:#8692a6;
	padding:0 15px;
	border-bottom:1px solid #ebebeb;
	white-space:nowrap;
	overflow:hidden;
	text-align: center;
	clear: none;
	margin: 0 0 15px;
}
body.touch ul.sottomenu_order_manager li.neutro{
	background-color:#f3f5f6;
}
body.touch ul.sottomenu_order_manager li.ok, .dropdown-item.ok, .dropdown-toggle.ok{
	background-color:#32dabd;
	color: #fff;
}
body.touch ul.sottomenu_order_manager li.action, .dropdown-item.action, .dropdown-toggle.action{
	background-color:#ffac2c;
	color:#fff;
}
body.touch ul.sottomenu_order_manager li.wait, .dropdown-item.wait, .dropdown-toggle.wait{
	background-color:#579bfc;
	color:#fff;
}
body.touch ul.sottomenu_order_manager li.ko, body.touch ul.sottomenu_order_manager li.error, body.touch ul.sottomenu_order_manager li.error_user{
	background-color:#e74c3b;
	color:#fff;
}
.divisore_piccolo{
	height: 10px;
}