/*
.btn-primary {
    margin-left:-110px;
}
*/

.leaflet-control-layers-expanded{
	height:100px;
	min-width:64px;
	overflow-y: scroll !important;
	overflow-x: hidden !important;
}


mark.redbold {
	color:#ff0000;
	font-size: bold;
}

mark.whitebold {
	color:#FFFFFF;
	font-size: bold;
}

.allinea {
	float:left;
	/*margin-left:5px;*/
}




/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
	.panel-group .panel {
		border-radius: 0;
		box-shadow: none;
		border-color: #EEEEEE;
	}

	.panel-default > .panel-heading {
		padding: 0;
		border-radius: 0;
		color: #212121;
		background-color: #FAFAFA;
		border-color: #EEEEEE;
	}

	.panel-title {
		font-size: 14px;
	}

	.panel-title > a {
		display: block;
		padding: 15px;
		text-decoration: none;
	}

	.more-less {
		float: right;
		color: #212121;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #EEEEEE;
	}

/* ----- v CAN BE DELETED v ----- */
/*
body {
	background-color: #26a69a;
}
*/
.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

/*
.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}

.demo-footer > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

*/



.img_left
{
	opacity: 0.7;
}

.login {
 
	background:#fff url(../Image/sm-login-bg.jpg) no-repeat center top;
 
}
/* aggiunto un vecchi stile consegnato prima della consegna del 29/03/2013 */

#header-bg {
    background:#fff url(../Image/header_sm_bg.png) no-repeat center bottom;
 
}

/*#logo {
	background:transparent url(../Image/sm-logo-bg.png) no-repeat left top;
 
}*/


.logo_sm_it {
	background:transparent url(../image/sm-logo-it.png) no-repeat left top;
	height:72px;
	padding-left:15px;
	padding-top:15px;
	position:relative
}
.logo_sm_en {
	background:transparent url(../image/sm-logo-en.png) no-repeat left top;
	height:72px;
	padding-left:15px;
	padding-top:15px;
	position:relative
}
.logo_sm_fr {
	background:transparent url(../image/sm-logo-fr.png) no-repeat left top;
	height:72px;
	padding-left:15px;
	padding-top:15px;
	position:relative
}



input.search-field
{
    background-image: url("../Image/search_bg.png");
}

.elaborazioni-tipi-icon {
	background-image:url(../Image/elaborazioni-tipi.png);
}

.progress, .progress_start { 
	background-image: url(../Image/ajax-loader.gif);
}

 .completed {	 
	 background-image:url(../Image/check.gif);	  
}

#main .page-menu li a { 
	background-image:url(../Image/li-bg.png); 
}

 #main .aside li a{ 
	background-image:url(../Image/li-bg.png); 
}


 .toolbar-dashboard a {	
	background-image:url(../image/columns-icons.png);	
}

.panel-toolbar a {
 
	background-image:url(../Image/panel-toolbar-icons.png);
	 
}

.elaborazioni-tipi-icon {

	background-image:url(../Image/icons-planning.png);
}

div.confirm h1 {
	 
	background:url(../Image/confirm.png) no-repeat left top
	
}

div.error h1 {
	 
	background:url(../Image/error.png) no-repeat left top
	
}

#main .panel-toggle a { 
	background-image:url(../Image/uiicons.png);	 	
}

#main a.delete {	 
	background: transparent url(../Image/uiicons.png) no-repeat left -48px
}


#main .panel-toggle a, #assistant-header .panel-toggle a {
 	background-image:url(../image/uiicons.png);
}


#overlay {
   background: url(../image/ajax-loader.gif) no-repeat center center rgba(0,0,0,0.7);
}


#languages {
    color: #E9EFF3;
    position: absolute;
    right: 4.85%;
    top: 50px;
}


#languages a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color:#fff;
    color: #000000;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}



#language-switcher {

    background-color: #b9bbbc;
    border-radius: 2px;
    color: #333;
    padding: 4px 10px;
    text-decoration: none;
	position:absolute;
	top:90px;
	right:100px;
    z-index: 1000;
}

#language-switcher ul {
	margin:0;
	padding:0
}

#language-switcher ul li{
	float:left;
	position:relative;
	margin:0px 0px;
}

#language-switcher ul li:after{
	content: "|";
	color: #CCC;
}

#language-switcher ul li:last-child:after{
	display:none
}

#language-switcher ul li a{
	text-decoration:none;
	color:#fff;
	padding:5px;
	border-radius:2px
}


#language-switcher ul li.current a{
	background:rgba(255,255,255,1);
	color:#1c4672;
	
}

#language-switcher ul li a:hover{
	background:rgba(255,255,255,0.3);
}

.chart_loading {
	background:url(../image/ajax-loader.gif) center center no-repeat;	
}



/* ============================= */
/* ! Roberto inizio  */
/* ============================= */

.pleasewait, .ajaxloading
{
   background:#000 url(images/ajax-loader.gif) no-repeat center center;
    opacity: 0.9;
    filter: alpha(opacity=90);
   height: 100%;
   width: 100%;
   position: fixed;
   z-index: 1000;
   left: 0;
   top: 0;
   margin: 0;
   display:none;
}
.pleasewait2
{
   background:#000 url(images/ajax-loader.gif) no-repeat center center;
    opacity: 0.8;
    filter: alpha(opacity=80);
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 1000;
   left: 0;
   top: 0;
   margin: 0;
   display:block;
}

.pleasewait:after, .pleasewait2:after {
    color: #fff;
    content: "Please wait, just few seconds...";
    font-size: 16px;
    left: 34%;
    margin: 0 auto;
    position: absolute;
    right: 34%;
    text-align: center;
    top: 40%;
}




hr {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    border: !important;
    border-top:  !important;
}



.nascosto {
     visibility: hidden;
}

.form-control {
    display: inline !important;
    width: 60% !important;
}

.funkyradio div {
    clear: both;
    /*margin: 0 50px;*/
    overflow: hidden;
}
.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}
.funkyradio label img {
    /*min-width: 400px;*/
    height: 30px;
    width: 30px;    
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    position: relative;
    left: 41px;
    top: 3px;
}
.funkyradio input[type="radio"]:empty, .funkyradio input[type="checkbox"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label, .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #C2C2C2;
}
.funkyradio input[type="radio"]:hover:not(:checked) ~ label, .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}
.funkyradio input[type="radio"]:checked ~ label:before, .funkyradio input[type="checkbox"]:checked ~ label:before {
    content:'\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}
.funkyradio input[type="radio"]:checked ~ label, .funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}
.funkyradio input[type="radio"]:focus ~ label:before, .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before, .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}
.funkyradio-success input[type="radio"]:checked ~ label:before, .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}
.funkyradio-danger input[type="radio"]:checked ~ label:before, .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}
.funkyradio-warning input[type="radio"]:checked ~ label:before, .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}
.funkyradio-info input[type="radio"]:checked ~ label:before, .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}


/*.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #f3969a;
}*/




select.decorated option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset;
}

.whiteColorBack{
    background-color: #FFFFFF;
}


.e-grid .e-row.e-altrow { 
    background-color: #f2f2f2; 
} 

option.colorASTRAL {
	background-color: #000000;
	color: #ff0000;
}

option.colorANAS {
	background-color: #000000;
	color: #ffffff;
}

fieldset.groupdatasimple  { 
  margin: 0; 
  padding: 0; 
  margin-bottom: 1.25em; 
  padding: .125em; 
} 

fieldset.groupdatasimple legend { 
  margin: 0; 
  padding: 0; 
  font-weight: bold; 
  margin-left: 20px; 
  font-size: 100%; 
  color: black; 
} 



fieldset.groupdata  { 
  margin: 0; 
  padding: 0; 
  margin-bottom: 1.25em; 
  padding: .125em; 
} 

fieldset.groupdata legend { 
  margin: 0; 
  padding: 0; 
  font-weight: bold; 
  margin-left: 20px; 
  font-size: 100%; 
  color: black; 
} 


ul.checkboxdata  { 
  margin: 0; 
  padding: 0; 
  margin-left: 20px; 
  list-style: none; 
} 

ul.checkboxdata li input { 
  margin-right: .25em; 
} 

ul.checkboxdata li { 
  border: 1px transparent solid; 
  display:inline-block;
  width:20em;
} 

ul.checkboxdata li label { 
  margin-left: 0; 
} 
ul.checkboxdata li:hover, 
ul.checkboxdata li.focus  { 
  background-color: lightyellow; 
  border: 1px gray solid; 
  width: 20em; 
} 


ul.checkboxdatasemplice  { 
  margin: 0; 
  padding: 0; 
  margin-left: 20px; 
  list-style: none; 
} 

ul.checkboxdatasemplice li input { 
  margin-right: .25em; 
} 

ul.checkboxdatasemplice li { 
  border: 1px transparent solid; 
  display:inline-block;
  width:20em;
} 

ul.checkboxdatasemplice li label { 
  margin-left: 0; 
} 
ul.checkboxdatasemplice li:hover, 
ul.checkboxdatasemplice li.focus  { 
  background-color: none; 
  border: none; 
  width: 20em; 
} 


/* ============================= */
/* ! Roberto fine  */
/* ============================= */



/* ============================= */
/* ! Layout for smartphone  */
/* ============================= */

@media handheld, only screen and (max-width: 480px) {

  

#logo {
	background:transparent url(../Image/logo-bg-centered.png) no-repeat center top;
	 
}


#profile-choose-bg {
    background-image: url("../Image/scegliunprofilo-mob.png");
  
}

}



/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}

.map {
    height: 800px;
    width: 100%;
    margin:0;
}

.smallmap {
    height: 300px;
    width: 500px;
    margin:0;
}

/*#map           { width:100%; height:100%; margin:0; } */
#toolbox       { position:absolute; top:8px; right:48px; padding:3px; border-radius:4px; color:#fff; background: rgba(255, 255, 255, 0.4); z-index:100; }
#layerswitcher { margin:0; padding:10px; border-radius:4px; background:rgba(0, 60, 136, 0.5); list-style-type:none; } 
#info {
        position: relative;
        height: 1px;
        width: 1px;
        z-index: 100;
      }
.tooltip.in {
        opacity: 1;
        filter: alpha(opacity=100);
      }
.tooltip.top .tooltip-arrow {
        border-top-color: white;
      }
.tooltip-inner {
        border: 2px solid white;
      }

.boxed {
  border: 1px solid #1C4672;
  margin: 10px;
  padding: 10px;
} 

.setrigth {
    display: inline-block;
    text-align: right;
    width: 100%
 }

.color-blink-text {

    -webkit-animation: color-blink-text 1s step-start infinite;
    animation: color-blink-text 1s step-start infinite

}

@-webkit-keyframes color-blink-text {

    0% { color: black }
    25% { color: red }
    100% { color: black }

}
@keyframes color-blink-text {

    0% { color: black }
    25% { color: red }
    100% { color: black }

}





.icone-SM-unite {
	width:128px;
	height:128px;
	background-image:url(../image/icone-SM-unite.png);
	background-repeat:no-repeat;

	text-align:center;
	display: block;
	margin:5px auto 20px auto;
}

.icone-SM-unite-1 {
	background-position:0px 0px;
	
}

.icone-SM-unite-2 {
	background-position:0px -128px;
	
}

.icone-SM-unite-3 {
	background-position:0px -256px;
	
}

.icone-SM-unite-4 {
	background-position:0px -384px;
	
}

.icone-SM-unite-5 {
	background-position:0px -512px;
	
}

.icone-SM-unite-6 {
	background-position:0px -640px;
	
}

.icone-SM-unite-7 {
	background-position:0px -768px;
	
}

.icone-SM-unite-8 {
	background-position:0px -896px;
	
}

.icone-SM-unite-9 {
	background-position:0px -1024px;
	
}

.icone-SM-unite-10{
	background-position:0px -1152px;
	
}



.icone-SM4-unite {
	width:128px;
	height:128px;
	background-image:url(../image/icone-SM4-unite.png);
	background-repeat:no-repeat;

	text-align:center;
	display: block;
	margin:5px auto 20px auto;
}

.icone-SM4-unite-1 {
	background-position:0px 0px;
	
}

.icone-SM4-unite-2 {
	background-position:0px -128px;
	
}

.icone-SM4-unite-3 {
	background-position:0px -256px;
	
}

.icone-SM4-unite-4 {
	background-position:0px -384px;
	
}

.icone-SM4-unite-5 {
	background-position:0px -512px;
	
}

.icone-SM4-unite-6 {
	background-position:0px -640px;
	
}

.icone-SM4-unite-7 {
	background-position:0px -768px;
	
}

.icone-SM4-unite-8 {
	background-position:0px -896px;
	
}

.icone-SM4-unite-9 {
	background-position:0px -1024px;
	
}

.icone-SM4-unite-10{
	background-position:0px -1152px;
	
}


.icone-SM5-unite {
	width:128px;
	height:128px;
	background-image:url(../image/icone-SM5-unite.png);
	background-repeat:no-repeat;

	text-align:center;
	display: block;
	margin:5px auto 20px auto;
}

.icone-SM5-unite-1 {
	background-position:0px 0px;
	
}

.icone-SM5-unite-2 {
	background-position:0px -128px;
	
}

.icone-SM5-unite-3 {
	background-position:0px -256px;
	
}

.icone-SM5-unite-4 {
	background-position:0px -384px;
	
}

.icone-SM5-unite-5 {
	background-position:0px -512px;
	
}

.icone-SM5-unite-6 {
	background-position:0px -640px;
	
}

.icone-SM5-unite-7 {
	background-position:0px -768px;
	
}

.icone-SM5-unite-8 {
	background-position:0px -896px;
	
}

.icone-SM5-unite-9 {
	background-position:0px -1024px;
	
}

.icone-SM5-unite-10{
	background-position:0px -1152px;
	
}




.tabella-icon {
	width:128px;
	height:128px;
    background-image:url(../Image/Tab.png);
	background-repeat:no-repeat;

	text-align:center;
	display: block;
	margin:5px auto 20px auto;
}

.tabella-icon-1{
	background-position:0px 0px;
}


.mapfilter-3 {
    margin-bottom: 0;
    padding: 5px 20px;
    width: auto;
}

.mapfilter-3 .fa {
    display: inline-block;
    font-size: 20px;
    color: black; 
    margin: 0 10px;
    text-align: center;
    width: 24px;
}

.mapfilter-3 select.highlight {
	background-color: #B1D8D8
}

td.title, th.horizontal, th.dx {
    text-align:right;
	/*width:50px;*/
}

th.sx {
    text-align:left;
	/*width:50px;*/
} 

/*.leaflet-top .leaflet-right .leaflet-control-layers:nth-child(3)*/



.leaflet-control-layers:nth-child(1) .leaflet-control-layers-toggle {
    background-image:url(../Image/mappa4.png) !important;
    width:80px !important;
    height:70px !important;
}


.leaflet-control-layers:nth-child(2) .leaflet-control-layers-toggle {
    background-image:url(../Image/lapsseticonamap.png) !important;
    width:80px !important;
    height:70px !important;
}


.leaflet-control-layers:nth-child(3) .leaflet-control-layers-toggle {
    background-image:url(../Image/centraliconamap.png) !important;
    width:80px !important;
    height:70px !important;
}


.leaflet-control-layers:nth-child(4) .leaflet-control-layers-toggle {
    background-image:url(../Image/northerniconamap.png) !important;
    width:80px !important;
    height:70px !important;
}

.leaflet-control-layers:nth-child(5) .leaflet-control-layers-toggle {
  background-image:url(../Image/layer-plus2.png) !important;
  width:80px !important;
  height:70px !important;
}

/*
.leaflet-control-layers:nth-child(5) .leaflet-control-layers-toggle {
    background-image:url(../Image/lavoriincorso.png) !important;
    width:80px !important;
    height:70px !important;
}


.leaflet-control-layers:nth-child(6) .leaflet-control-layers-toggle {
    background-image:url(../Image/FattoriTerritoriali.png) !important;
    width:80px !important;
    height:70px !important;
}


.leaflet-control-layers:nth-child(7) .leaflet-control-layers-toggle {
    background-image:url(../Image/incidentalita.png) !important;
    width:80px !important;
    height:70px !important;
}



.leaflet-control-layers:nth-child(8) .leaflet-control-layers-toggle {
    background-image:url(../Image/traffico.png) !important;
    width:80px !important;
    height:70px !important;
}


.leaflet-control-layers:nth-child(9) .leaflet-control-layers-toggle {
    background-image:url(../Image/elementicatasto.png) !important;
    width:80px !important;
    height:70px !important;
}


.leaflet-control-layers:nth-child(10) .leaflet-control-layers-toggle {
    background-image:url(../Image/popolazione.png) !important;
    width:80px !important;
    height:70px !important;
}


.leaflet-control-layers:nth-child(11) .leaflet-control-layers-toggle {
    background-image:url(../Image/parcoveicolare.png) !important;
    width:80px !important;
    height:70px !important;
}

*/

#right{
    float:right;
    width:350px;
    min-width: 350px;
 }

/*collassabile*/
.collapsibledss {
  background-color: #777;
  color: yellow;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  /*height:8px;*/
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsibledssnested1 {
  background-color: #132940 !important;
  color: yellow;
  cursor: pointer;
  padding: 18px;
  width: 95%;
  margin-left: 5%;
  /*height:8px;*/
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsibledss:hover {
  background-color: #555;
}

.collapsibledss:after {
  content: "\002B";
  color: yellow;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsibledssnested1:after {
  content: "\002B";
  color: yellow;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
  color: yellow;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
/*
.active, .collapsibledssnested1:after {
  content: "\2212";
  color: yellow;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
*/
.contentcollapsed {
  padding: 0 18px;
  /*padding: 10px;*/
  max-height: 0; /*100%*/
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

/* Style the collapsible content. Note: shown by default */
.contentcollapsed-shown-by-default {
  max-height: 100%;
  padding: 10px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}



/*
input.wpt-form-checkbox, input.wpt-form-radio{
float: left;
  margin-top: 0;
  margin-right: 5px;
}
*/
/*
.list-radio .answers li input.radio, 
.list-with-comment .answers li input.radio {
	margin-top: 0.4em;
}
 
.list-radio .answers li label, 
.list-with-comment .answers li label {
	width: auto;
}
*/