/*
* Bootstrap 3 XL CSS Grid
*
* Bootstrap 3 XL CSS Grid addition for big and retina screens coverage
*
* Extends Bootstrap v3 by:
* Adding col-xl (1600+), col-xxl (1920+), col-xxxl (2560+)
* Adding visible and hidden options for all three
* Optionally limiting visible-lg, hidden-lg (1200+) classes to max 1600px
* Optionally increasing container fixed width for all three screen sizes
*
* Copyright 2014 Arnis Puskeiris (apbyte, arnico)
* Licensed under the MIT License
* http://opensource.org/licenses/MIT
*/

/* ==========================================================================
   Fix visible-lg and hidden-lg for resolutions over 1600px
   Remove if don't want to use
   ========================================================================== */
@media (min-width:1600px){.hidden-lg{display:none!important}.visible-lg{display:block!important}table.hidden-lg{display:table}tr.hidden-lg{display:table-row!important}td.hidden-lg,th.hidden-lg{display:table-cell!important}}

/* ==========================================================================
   Set containers fixed sizes for >1600px, >1920px, >2560px
   Remove all if don't want to use big fixed sizes for all blocks
   You still can use cols with .container-fluid blocks
   ========================================================================== */
@media (min-width:1600px){.container{width:1600px}}@media (min-width:1750px){.container{width:1700px}}@media (min-width:1920px){.container{width:1880px}}@media (min-width:2560px){.container{width:2490px}}

/* ==========================================================================
   col-xl, col-xxl, col-xxxl setup.
   Don't remove anything below this line
   ========================================================================== */
.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xxl-1,.col-xxl-100,.col-xxl-111,.col-xxl-122,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxxl-1,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}@media (min-width:1600px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{float:left}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.col-xl-pull-12{right:100%}.col-xl-pull-11{right:91.66666667%}.col-xl-pull-10{right:83.33333333%}.col-xl-pull-9{right:75%}.col-xl-pull-8{right:66.66666667%}.col-xl-pull-7{right:58.33333333%}.col-xl-pull-6{right:50%}.col-xl-pull-5{right:41.66666667%}.col-xl-pull-4{right:33.33333333%}.col-xl-pull-3{right:25%}.col-xl-pull-2{right:16.66666667%}.col-xl-pull-1{right:8.33333333%}.col-xl-pull-0{right:0}.col-xl-push-12{left:100%}.col-xl-push-11{left:91.66666667%}.col-xl-push-10{left:83.33333333%}.col-xl-push-9{left:75%}.col-xl-push-8{left:66.66666667%}.col-xl-push-7{left:58.33333333%}.col-xl-push-6{left:50%}.col-xl-push-5{left:41.66666667%}.col-xl-push-4{left:33.33333333%}.col-xl-push-3{left:25%}.col-xl-push-2{left:16.66666667%}.col-xl-push-1{left:8.33333333%}.col-xl-push-0{left:0}.col-xl-offset-12{margin-left:100%}.col-xl-offset-11{margin-left:91.66666667%}.col-xl-offset-10{margin-left:83.33333333%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-8{margin-left:66.66666667%}.col-xl-offset-7{margin-left:58.33333333%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-5{margin-left:41.66666667%}.col-xl-offset-4{margin-left:33.33333333%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-2{margin-left:16.66666667%}.col-xl-offset-1{margin-left:8.33333333%}.col-xl-offset-0{margin-left:0}}@media (min-width:1920px){.col-xxl-1,.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9{float:left}.col-xxl-12{width:100%}.col-xxl-11{width:91.66666667%}.col-xxl-10{width:83.33333333%}.col-xxl-9{width:75%}.col-xxl-8{width:66.66666667%}.col-xxl-7{width:58.33333333%}.col-xxl-6{width:50%}.col-xxl-5{width:41.66666667%}.col-xxl-4{width:33.33333333%}.col-xxl-3{width:25%}.col-xxl-2{width:16.66666667%}.col-xxl-1{width:8.33333333%}.col-xxl-pull-12{right:100%}.col-xxl-pull-11{right:91.66666667%}.col-xxl-pull-10{right:83.33333333%}.col-xxl-pull-9{right:75%}.col-xxl-pull-8{right:66.66666667%}.col-xxl-pull-7{right:58.33333333%}.col-xxl-pull-6{right:50%}.col-xxl-pull-5{right:41.66666667%}.col-xxl-pull-4{right:33.33333333%}.col-xxl-pull-3{right:25%}.col-xxl-pull-2{right:16.66666667%}.col-xxl-pull-1{right:8.33333333%}.col-xxl-pull-0{right:0}.col-xxl-push-12{left:100%}.col-xxl-push-11{left:91.66666667%}.col-xxl-push-10{left:83.33333333%}.col-xxl-push-9{left:75%}.col-xxxl-push-8{left:66.66666667%}.col-xxxl-push-7{left:58.33333333%}.col-xxxl-push-6{left:50%}.col-xxxl-push-5{left:41.66666667%}.col-xxxl-push-4{left:33.33333333%}.col-xxxl-push-3{left:25%}.col-xxxl-push-2{left:16.66666667%}.col-xxxl-push-1{left:8.33333333%}.col-xxxl-push-0{left:0}.col-xxxl-offset-12{margin-left:100%}.col-xxxl-offset-11{margin-left:91.66666667%}.col-xxxl-offset-10{margin-left:83.33333333%}.col-xxxl-offset-9{margin-left:75%}.col-xxxl-offset-8{margin-left:66.66666667%}.col-xxxl-offset-7{margin-left:58.33333333%}.col-xxxl-offset-6{margin-left:50%}.col-xxxl-offset-5{margin-left:41.66666667%}.col-xxxl-offset-4{margin-left:33.33333333%}.col-xxxl-offset-3{margin-left:25%}.col-xxxl-offset-2{margin-left:16.66666667%}.col-xxxl-offset-1{margin-left:8.33333333%}.col-xxxl-offset-0{margin-left:0}}.visible-xl,.visible-xxl,.visible-xxxl{display:none!important}@media (min-width:1600px) and (max-width:2919px){.visible-xl{display:block!important}table.visible-xl{display:table}tr.visible-xl{display:table-row!important}td.visible-xl,th.visible-xl{display:table-cell!important}}@media (min-width:1920px) and (max-width:2559px){.visible-xxl{display:block!important}table.visible-xxl{display:table}tr.visible-xxl{display:table-row!important}td.visible-xxl,th.visible-xxl{display:table-cell!important}}@media (min-width:2560px){.col-xxxl-1,.col-xxxl-10,.col-xxxl-11,.col-xxxl-12,.col-xxxl-2,.col-xxxl-3,.col-xxxl-4,.col-xxxl-5,.col-xxxl-6,.col-xxxl-7,.col-xxxl-8,.col-xxxl-9{float:left}.col-xxxl-12{width:100%}.col-xxxl-11{width:91.66666667%}.col-xxxl-10{width:83.33333333%}.col-xxxl-9{width:75%}.col-xxxl-8{width:66.66666667%}.col-xxxl-7{width:58.33333333%}.col-xxxl-6{width:50%}.col-xxxl-5{width:41.66666667%}.col-xxxl-4{width:33.33333333%}.col-xxxl-3{width:25%}.col-xxxl-2{width:16.66666667%}.col-xxxl-1{width:8.33333333%}.col-xxxl-pull-12{right:100%}.col-xxxl-pull-11{right:91.66666667%}.col-xxxl-pull-10{right:83.33333333%}.col-xxxl-pull-9{right:75%}.col-xxxl-pull-8{right:66.66666667%}.col-xxxl-pull-7{right:58.33333333%}.col-xxxl-pull-6{right:50%}.col-xxxl-pull-5{right:41.66666667%}.col-xxxl-pull-4{right:33.33333333%}.col-xxxl-pull-3{right:25%}.col-xxxl-pull-2{right:16.66666667%}.col-xxxl-pull-1{right:8.33333333%}.col-xxxl-pull-0{right:0}.col-xxxl-push-12{left:100%}.col-xxxl-push-11{left:91.66666667%}.col-xxxl-push-10{left:83.33333333%}.col-xxxl-push-9{left:75%}.col-xxxl-push-8{left:66.66666667%}.col-xxxl-push-7{left:58.33333333%}.col-xxxl-push-6{left:50%}.col-xxxl-push-5{left:41.66666667%}.col-xxxl-push-4{left:33.33333333%}.col-xxxl-push-3{left:25%}.col-xxxl-push-2{left:16.66666667%}.col-xxxl-push-1{left:8.33333333%}.col-xxxl-push-0{left:0}.col-xxxl-offset-12{margin-left:100%}.col-xxxl-offset-11{margin-left:91.66666667%}.col-xxxl-offset-10{margin-left:83.33333333%}.col-xxxl-offset-9{margin-left:75%}.col-xxxl-offset-8{margin-left:66.66666667%}.col-xxxl-offset-7{margin-left:58.33333333%}.col-xxxl-offset-6{margin-left:50%}.col-xxxl-offset-5{margin-left:41.66666667%}.col-xxxl-offset-4{margin-left:33.33333333%}.col-xxxl-offset-3{margin-left:25%}.col-xxxl-offset-2{margin-left:16.66666667%}.col-xxxl-offset-1{margin-left:8.33333333%}.col-xxxl-offset-0{margin-left:0}.visible-xxxl{display:block!important}table.visible-xxxl{display:table}tr.visible-xxxl{display:table-row!important}td.visible-xxxl,th.visible-xxxl{display:table-cell!important}.hidden-xxxl{display:none!important}}@media (min-width:1600px) and (max-width:2919px){.hidden-xl{display:none!important}}@media (min-width:1920px) and (max-width:2559px){.hidden-xxl{display:none!important}}





.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
	height:100%!important;
}

input[disabled] {
  background: #ddd;
}

.inputtxt {
    width: 100%;
    border-radius: 3px;
    border-style: solid;    
    border-color: rgb(153, 187, 232);
    font-size: 16px;    
	box-shadow: 2px 2px 4px silver;
	padding:0px;
	background-color:white;
	height: 33px;
	overflow: hidden;	
}

.advanced_search{
	border-width: 2px;
	border-radius: 4px;
	padding: 2px;
	margin-bottom: -1px;
	margin-top: -1px;
}

.inputtxt:focus {
    background-color: beige;
}

.inputcheck {
	width: 30px;
	top: 2px;
	position: relative;
}

.labelcheck{
	color: #A3A3A3;
	font-weight: normal;
	font-size: 16px;
	top: 3px!important;
	position: relative;	
	margin-bottom:-1px!important;
}

.inputcheck2 {
	border-style: none;
	height: 100%; 
	width:87%; 
	color:#333;
	background: none;
	padding-bottom: 4px;
}

.inputtxt_dett {
	height:30px;
	padding: 2px;
    width: 100%;
    border-radius: 3px;
    border-style: solid;    
    border-color: rgb(153, 187, 232);
    font-size: 16px;
	box-shadow: 2px 2px 4px silver;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 1px;	
}

.inputtxt_dett2 {
	height:30px;
	padding: 2px;
    width: 150px;
    border-radius: 3px;
    border-style: solid;    
    border-color: rgb(153, 187, 232);
    font-size: 16px;
	box-shadow: 2px 2px 4px silver;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 1px;	
}


.inputtxt_dett:focus {
    background-color: beige;
}

.inputtxt_dett_check {
	border-width: 2px;
	padding: 1px;
	background-color: white;
}



.input_inner{
	height:100%;
	width:100%;
	background-color:transparent;
	border:none;	
	padding-left: 5px;
}

.input_inner:focus {    
    background-color: beige;
}

.del_field{	
	background-color: transparent;
	margin-left: -20px;
	cursor: pointer;
	float: right;
	margin-top: 4px;
	padding-right: -467px;
	position: relative;	
}





.gruppo_pulsanti {
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	background-color: rgb(245, 245, 245);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: rgb(245, 245, 245);
	padding-left: 22px;
	
}

.dettaglio{
	display:none; 
	overflow-y:auto; 
	padding-top:0px;
	margin-top:58px;	
}


.gruppo_pulsanti_dettaglio {
	background-color: rgb(245, 245, 245);
	margin-bottom: -15px;
	border-bottom-style: solid;
	border-width: 2px;
	border-color: rgb(245, 245, 245);
	top: 48px;
	position: fixed;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.header_dettaglio {
	height:15px;
	background-color: rgb(153, 187, 232);
}

.pulsante_piccolo{
	margin-top:6px!important;
	cursor:pointer;	
	height:24px!important;
}

.pulsante_piccolo_dettaglio{
	height:24px!important;
}

.pulsante_upload{
	position:absolute;
	width:60px;
	height:26px;
	bottom:10px;
	right:30px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
    //box-shadow:3px 3px 5px #aaaaaa;  
}

.pulsante_upload:hover{
	opacity: 1;	
	-webkit-transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-ms-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;   
	
    //box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.15);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.15);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.15);
    transition: all 200ms ease-in;
    transform: scale(1.15);	
}

.inner_pulsanti{
	margin-bottom:0px;
}

.inner_pulsanti label{
	margin-bottom:0px;
}

.elemento_barra{
	float:left;
	height: 30px;
	max-width:350px;
	margin-left:10px;
	margin-bottom:7px;
	margin-top:2px;
}

.elemento_barra_medio{
	float:left;
	height: 30px;
	max-width:200px;
	margin-left:10px;
	margin-bottom:7px;
	margin-top:2px;
}

.elemento_barra_piccolo{
	float:left;
	height: 30px;
	max-width:120px;
	margin-left:10px;
	margin-bottom:7px;
	margin-top:2px;
}


.pulsante_barra{
	float:left;
	height: 30px;
	max-width:350px;
	margin-left:14px;
	margin-bottom:7px;
	margin-top:5px!important;
	height:24px!important;
}

.elemento_barra_container{
	margin-top:3px;
	border-width: 2px;
	border-radius: 5px;
	padding:3px
}
.elemento_barra_container:focus{
	background-color: beige;
}

.search_close {
	height: 20px !important;
	padding-top: 3px !important;
	padding-bottom: 2px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-top: 10px !important;
	background-color: #4267b2;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	font-size: 12px;
	display:none;
}

.search_close label{
	cursor:pointer;
	font-weight: normal;
}

#table_dettaglio{
	font-size:14px;
}

.dataTables_scrollHead{
	height:42px;
}

.dataTables_scrollBody{
	overflow-x:hidden!important;
}

.div_table{
	margin-top: 0px;
}

.thead_wrapper{
	margin-top: 10px;
	margin-bottom: 0px;
}

.style_prevu_kit4
{
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
    //box-shadow:3px 3px 5px #aaaaaa;

}
.style_prevu_kit4:hover
{
    //box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.15);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.15);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.15);
    transition: all 200ms ease-in;
    transform: scale(1.15);
}

.style_prevu_kit3
{
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
    //box-shadow:3px 3px 5px #aaaaaa;

}
.style_prevu_kit3:hover
{
    //box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1.04);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1.04);   
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1.04);
    transition: all 300ms ease-in;
    transform: scale(1.04) perspective(1px);
	

}
.style_prevu_kit5
{
	transition: all 0.3s ease 0s;
	opacity:1;
    

}
.style_prevu_kit5:hover
{
    transition: all 0.3s ease 0s;
    opacity:0.75;	
}


input.image-text-button{
    width:100px;	
    padding-left: 16px;
    height: 26px;
    border-radius: 3px;
    border-style: solid;    
    border-color: rgb(153, 187, 232);
	border-width:2px;
    font-size: 16px;
}



.dropdown-toggle{
	color:white!important;
}

.dropdown-menu{
	min-width:100%;
}
ul.dropdown-menu{
	background-color:white!important;
}

.navbar-collapse{
	padding-right:8px; 
	overflow-x:hidden; 
	font-size:12px; 
}

ul.nav li:hover {
	background-color:lavender!important;
	color:black!important;
}

ul.nav li a:hover {	
	color:black!important;
}

@media (max-width: 1024px) {
	.btn-sm{
		display:none;
	}
}



@media (min-width: 768px) {	
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
	
	ul.nav li:hover ul.dropdown-menu{
		display: block!important;   
				
	}	
	
	.dettaglio_cont{
		padding:50px;
	}
}

.dropdown-menu .divider {
    margin: 0px 0;
}





.img_menu{
	background-color:transparent; 
	margin-top:-4px; 
	padding-right:3px; 
	height:18px;
	width:22px;
	
}


#menureparti > li > a {
    padding-left: 7px!important;
	padding-right: 7px!important;

}


.image_upload{
	display:none!important
}
.anteprima_image_panel{
	width:100%; 
	//box-shadow:4px 4px 4px silver;
	min-height: 300px;
	
	text-align:center;
	background-color:white;

}

.anteprima_image_container{
	display:inline-flex; 
	vertical-align:middle;
	min-height: 300px;
	max-width:100%;
	padding: 2px;
    width: 100%;
    border-radius: 3px;
    border-style: solid;    
    border-color: rgb(153, 187, 232);
    font-size: 16px;    
	box-shadow: 2px 2px 4px silver;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	border-width:2px!important;	
}


.anteprima_image{
	margin: auto;
	max-height:500px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width:100%;
}

.clicked{
	-moz-transform: scale(1.15);
    transform: scale(1.15);	
	-webkit-transform: scale(1.15);
}

label {
    margin-bottom: 0px;   
	line-height: 1.15;	
}

body{
	font-family:"Roboto", sans-serif;
}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.dropdown-menu > li > a {    
    padding: 3px 20px 3px 12px;
}

.dropdown-menu > li > a > img{    
    padding-right:10px;
}


.autocomplete-suggestions { 
	border: 1px solid #999; 
	background: #FFF; 
	overflow: auto; 
	margin: 3px;    
	margin-left: 0px; 
}
.autocomplete-suggestion { 
	padding: 2px 5px; 
	white-space: nowrap; 
	overflow: hidden; 
	cursor:pointer;
}
.autocomplete-selected { 
	background: #F0F0F0; 
}
.autocomplete-suggestions strong { 
	font-weight: normal; 
	color: #3399FF; 
}
.autocomplete-group { 
	padding: 2px 5px; 
}
.autocomplete-group strong { 
	display: block; 
	border-bottom: 1px solid #000; 
}

.select2-container {	
	height: 30px;
	border-width: 2px;
    border-radius: 3px;
    border-style: solid;    
    border-color: rgb(153, 187, 232);
    font-size: 16px;    
	box-shadow: 2px 2px 4px silver;
}

.select2-container--default .select2-selection--single{
	border:none!important;
	height:100%!important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #ddd;
}

.select2-container *:focus {
	outline: none;
}

.div_help{
	height:33px; 
	width:100px;
	position:fixed; 
	top:10px; 
	left:10px; 
	z-index:9999 
}

.img_help{
	height: 48px;
	width: 40px;
	padding-top: 4px;
	padding-bottom: 6px;
}

.ansanews{
	position:absolute;
	z-index:9991;
	top:13px;
	right:8px;
	width:110px;
	text-align:right;
	overflow:hidden!important;
}

@media (max-width: 1300px) {	
	.ansanews{
		display:none!important;
	}
}

@media (min-width: 1300px) {	
	.ansanews{
		position:absolute;
		z-index:9991;
		top:13px;
		right:8px;
		width:100px;
		text-align:right;
		overflow:hidden!important;
	}
}

@media (min-width: 1550px) {	
	.ansanews{
		position:absolute;
		z-index:9991;
		top:19px;
		right:8px;
		width:230px;
		text-align:right;
		overflow:hidden!important;
		font-size:13px; 
	
		
	}
}


.logo{
	position: absolute;
	z-index: 9991;
	top: 8px;
	left: 8px;
	text-align: left;
}
.logo img{
	height:34px;
	cursor:pointer;
}

@media (max-width: 1200px) {
	.ansanews {
			
	}
	
	.logo{
	
	}
}

.quotes {
	display: none; 
	color:white;
	cursor:pointer;
}

.quotes a{
	color:white;
	cursor:pointer;
}

.loader_background{
	position:absolute; 
	z-index:10000; 
	top:0; 
	left:0; 
	width:100%; 
	background-color:black; 
	opacity:0.6; 
	height:100%;
}

.loader_table {
	width:100%; 
	height:100%
}

.loader_table td {

}

.loader_table tr:hover {
	background-color:black; 
	cursor:default;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin:auto;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

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

.btn-sm{
	margin-top: 4px;
	margin-left: 10px;	
}

.saldo{
	margin: 2px;
	margin-top: 5px;
	margin-right: 20px;
	border-style: solid;
	padding: 4px;
	padding-left: 10px;
	padding-right: 13px;
	border-color: rgb(153, 187, 232);
	border-radius: 4px;
	border-width: 2px;
	background-color: antiquewhite;
	font-weight: normal;

}

.perc_items{
	background-color: rgb(66, 103, 178);
	padding-right: 3px;
	padding-left: 3px;
	border-radius: 3px;
	color: white;
	margin-right: 4px;
	padding-left: 4px;
}

.box_dettaglio_documenti{
	background-color:transparent;
	padding:0px;
}


.form-group2 {
    margin-bottom: 5px!important;
}


.form-group > label{
   font-size:12px!important;
}



.modal-header .close {
    margin-top: -12px;
}


.modal-content{
	border-width: 3px;
	border-style: solid;
	border-color: rgb(66, 103, 178);
	background-color: lavender;
}


.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  
  .modal-lg{
	width:90%;
  }
  
  .modal-sm{
	width:800px;
  }  
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; 
}

.centered {
    padding-left:0px!important;
}



.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;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    
    border: 1px solid silver;
    text-decoration:underline!important;
	
}

.dataTables_filter{
	display:none!important;
}

.tabledett {	
	border-style: solid;
	border-width: 2px;
	border-color: rgb(153, 187, 232);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 2px 2px 4px silver;
}


.select2-dropdown{
	left: -2px!important; 
	border-width: 2px!important;
	border-radius: 3px!important;
	border-style: solid!important;    
	border-color: rgb(153, 187, 232)!important;
	font-size: 16px!important;
	box-shadow: 2px 2px 4px silver!important;
}

.select2-hidden-accessible {
	display:none!important;
}


.select2-container--open{
	border-color:transparent!important;
	box-shadow: 0px 0px 0px transparent!important;
}

.select2-dropdown--below {
	top: -32px!important; 
	z-index:999999999!important; 
}


.select2-dropdown--above{
	top: 28px!important;
	display: flex; flex-direction: column;
}
.select2-dropdown--above .select2-search--dropdown{
	order: 2;
}
.select2-dropdown--above .select2-results {
	order: 1; 
}

.autocomplete-suggestions{
	border-width: 2px!important;
	border-radius: 3px!important;
	border-style: solid!important;    
	border-color: rgb(153, 187, 232)!important;
	font-size: 16px!important;
	box-shadow: 2px 2px 4px silver!important;
	margin-top:-2px;
	z-index:99999999!important;
}


.select2-search__field{
	border:none!important;
	padding:0px!important;
	background-color:beige!important;
	padding-top:1px!important;
	padding-left:4px!important;
	height:23px!important;
	height:26px!important;
}

.select2-search--dropdown {
	padding:0px!important;
	height:26px!important;
	border:none!important;	
}

.ui-datepicker{
	z-index:100000000 !important
}






























.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.nav-side-menu li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
body {
  margin: 0px;
  padding: 0px;
}


.tab_button{
	height: 24px !important;
	padding-top: 6px !important;
	padding-bottom: 2px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	margin-top: 6px !important;
	background-color: #4267b2;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	font-size: 12px;
}

.tab_button_sel{
	background-color: yellowgreen !important;
}



.c3-line, .c3-focused {stroke-width: 3px !important;}
.c3-bar {stroke: white !important; stroke-width: 1;}
.c3 text { font-size: 12px; color: grey;}
.tick line {stroke: white;}
.c3-axis path {stroke: grey;}
.c3-circle { opacity: 1 !important; }




.pvtUi {
    display: block;
    width: 100%;
    overflow: auto;
}

.pvtUnused  {
	display: -moz-box;
	overflow: auto;
	height: 60px;
}



.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}

@media screen and (min-width: 769px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 768px) {
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }
}

.fatt_el{
	background-color: lightcoral;
	border-style: solid;
	border-width: 2px;
	border-radius: 3px;	
	padding: 0px !important;
	height:26px !important;
	background-color: transparent;	
	border-color: transparent;
}

.fatt_el_en{
	border-color: transparent;
	padding: 0px !important;
	height:26px !important;	
}

.fatt_el_dis{
	height: 25px !important;
	padding: 1px !important;
	border-color: mediumseagreen;
}


.tablelog tr {
	background-color:transparent!important;
	cursor:default!important;
	text-decoration:none;
}









































@media (min-width: 769px) {	
	#top{
		height:66px!important;
	}

	.navcont{
		
	}
	
	.gruppo_pulsanti_dettaglio {
		top:65px!important;
	}

	#menureparti > li > a {
		background-color:white!important;
		background: -webkit-gradient(linear, left top, left bottom, from(white), to(lavender));
		background: -webkit-linear-gradient(top, white, lavender);
		background: -moz-linear-gradient(top, white, lavender);
		background: -ms-linear-gradient(top, white, lavender);
		background: -o-linear-gradient(top, white, lavender);
		padding-left: 12px !important;
		padding-right: 12px !important;
		margin:5px;
		color:slategray !important;
		font-weight:bold;
		min-width:100px;
		border-style:solid;
		border-width:1px;
		border-radius:5px;

		border-color:lavender;
		box-shadow:1px 1px 1px lavender;
		-webkit-transition: all 200ms ease-in;
		-webkit-transform: scale(1); 
		-ms-transition: all 200ms ease-in;
		-ms-transform: scale(1); 
		-moz-transition: all 200ms ease-in;
		-moz-transform: scale(1);
		transition: all 200ms ease-in;
		transform: scale(1);  
		margin-top:6px;
		margin-bottom:8px;
	}
	
	#menureparti > li > a:hover{
		-webkit-transition: all 200ms ease-in;
		-webkit-transform: scale(1.1);
		-ms-transition: all 200ms ease-in;
		-ms-transform: scale(1.1);   
		-moz-transition: all 200ms ease-in;
		-moz-transform: scale(1.1);
		transition: all 200ms ease-in;
		transform: scale(1.1);
		background-color:white!important;
		background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
		background: -webkit-linear-gradient(top, white, white);
		background: -moz-linear-gradient(top, white, white);
		background: -ms-linear-gradient(top, white, white);
		background: -o-linear-gradient(top, white, white);		
	
	}	
	
	.origine{
		background-color:white!important;
	}		
	

	#menureparti > li:hover {
		background-color:#4267b2!important;
	
	}

	
	.navbar-nav > li > a {

		padding-top: 15px;
		padding-bottom: 15px;

	}	

	ul.nav li:hover {
		color:black!important;
		background-color:transparent!important;
	}

	ul.nav li a:hover {	
		color:slategray!important;
	}
	
	

	.dropdown-menu{
		position:fixed;
		top:66px;
		border-top-width:0px;
		border-left-width:0px;
		border-right-width:0px;
		border-bottom-width:0px;
	
	}

	.dropdown-menu li{
		float:left;	
		background-color:white!important;
	}

	.dropdown-menu li:hover{
		background-color:white!important;
	}
	
	ul.dropdown-menu {
		background-color:white!important;
	}	


	.dropdown-menu li a{
		background-color:white!important;
		padding:10px;
		padding-top:15px;
		padding-bottom:15px;
		
		margin:2px;
		margin-left:6px;
		color:slategray !important;
		font-weight:bold;
		font-size:12px!important;
		text-transform: uppercase;
		min-width:100px;
		border-style:solid;
		border-width:1px;
		border-left-width: 0px;
		border-top-width: 0px;
		border-radius:4px;
		border-color:silver;
		box-shadow:2px 2px 1px #999;
		text-align:center;
		-webkit-transition: all 200ms ease-in;
		-webkit-transform: scale(1); 
		-ms-transition: all 200ms ease-in;
		-ms-transform: scale(1); 
		-moz-transition: all 200ms ease-in;
		-moz-transform: scale(1);
		transition: all 200ms ease-in;
		transform: scale(1);  		
		background: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
		background: -webkit-linear-gradient(top, white, white);
		background: -moz-linear-gradient(top, white, white);
		background: -ms-linear-gradient(top, white, white);
		background: -o-linear-gradient(top, white, white);
		font-size:11px!important;		
	}
	
	.dropdown-menu li a:hover{
		-webkit-transition: all 200ms ease-in;
		-webkit-transform: scale(1.05);
		-ms-transition: all 200ms ease-in;
		-ms-transform: scale(1.05);   
		-moz-transition: all 200ms ease-in;
		-moz-transform: scale(1.05);
		transition: all 200ms ease-in;
		transform: scale(1.05); 	
	}	

	ul.nav li:hover ul.dropdown-menu{
		display: none!important;   
	}	
	
	ul.nav li:active ul.dropdown-menu{
		display: block!important; 
		padding:10px;
	}		

	ul.nav li.open ul.dropdown-menu{
		display: block!important; 
		padding:10px;
	}	
	
	.dettaglio_cont{
		padding:50px;
	}
	
	.open > a {
		background-image:none!important;
	}
	
	.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {	
		background-image:none!important;
	}

	#menureparti > li > a{
		background:none;
	}

	ul.dropdown-menu {
		background-color: floralwhite !important;
	}

	.dropdown-menu li {
		background-color: floralwhite !important;
	}	
}


@media (max-width: 1300px) {

	.ansanews {
		display:none;	
	}	
	.div_help{
		display:none;	
	}	

}

@media (max-width: 1100px) {


	#menureparti > li > a {
		padding-left:8px!important;
		padding-right:8px!important;
		margin-left:5px!important;
		margin-right:5px!important;
		min-width:50px;
	}	
}


.html2canvas-container { width: 11000px !important; height: 11000px !important; }

.colPivotLabel{
	font-size: 12px;
	padding-top: 5px;
	padding-left: 9px;
	margin-bottom: -1px;
	color: #444;
}

.colPivotLabel2{
	font-size: 12px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 2px;
	color: #444;
}

input:focus, textarea:focus, select:focus{
	outline: none;
}


.gruppo_pulsanti_dettaglio > .close {
	opacity: .5!important;
	
}

.gruppo_pulsanti_dettaglio > button.close {
	font-size: 30px;
	line-height: 21px;  
	padding-bottom: 14px!important;	
	padding-top: 6px!important;
	padding-right: 15px!important;	
}

.class-right20 {
	margin-right:20px;
}


.highlight {
	color: rgb(178,34,34);
}


