:root {
	--urbanweb-color: #0F509B;
}

@font-face {
    font-family: Roboto;
    src: url(../include/font/Roboto-Light.ttf);
}

@font-face {
    font-family: ProductSans;
    src: url(../include/font/ProductSans.ttf);
}

@font-face {
    font-family: Nexa;
    src: url(../include/font/nexa_regular.otf);
}


html,
body {
   margin:0;
   padding:0;
   height:100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   font-family: Roboto; 
   font-size: 14px;
}


body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  word-wrap: break-word;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li, a {
  font-family: inherit;
}

a {
    color: #0F509B;
color: var(--panel-main-color);
}
a:visited
{ 
     text-decoration: none !important;
}

.layout-block {
    width: 33%;
    float: left;
    min-height: 80px;
}
.div_100_15 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

input#submit, input#button, .tasto {
    text-decoration: none;
    color: #fff;
    background-color: #0F509B;
	background-color: var(--panel-main-color);
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.tasto-full {
    width: 100%;
    border-radius: 0px !important;
	margin: 2px;
}


.table-menu-secondary {
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.mce-tinymce, .mce-container-body, #code_ifr {
    height: 100%;
    overflow: hidden !important;
}

.responsive-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0 0 15px 0;
  padding: 0;
  width: 100%;
}
.responsive-table table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
.responsive-table table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
}
.responsive-table table td {
  padding: 0.45em .825em;
}
.responsive-table table thead td {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: bold;
}
.responsive-table table tr:nth-child(odd) {
    background: #fefefe;
	
}
.responsive-table table thead tr {
    background: #e9e9e9 !important;
}

.table-block {
	display: block;
    min-width: 25px;
	min-height: 20px;
    text-align: center;
    float: right;
}
.table-block img {
	vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .table-block {
	display: contents; 
  }
  .table-block img {
	vertical-align: inherit;
  }
  .responsive-table table {
    border: 0;
  }
  .responsive-table table caption {
    font-size: 1.3em;
  }
  .responsive-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .responsive-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  .responsive-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
	padding: .625em;
  }
  .responsive-table table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .responsive-table table td:last-child {
    border-bottom: 0;
  }
  
  .responsive-table table tr:nth-child(odd) {
    background: inherit;
  }
  
  .responsive-table table td:nth-child(odd) {
		background: #f8f8f8;
  }
  
  .responsive-table table tr {
	    background: unset;
	  
  }
}

#body-parent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    word-wrap: break-word;
}



#body-wrapper {
    width: 100%;
    height: auto !important;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
	padding-bottom: 85px;
}

#main-content > h1, .dtit h1  {
    margin-top: 5px;
}

#loading {
    position: absolute;
    top: 0;
    width: 100%;
}

/* Progress Bar */
.progress {
  transition: top .218s ease-in-out;
  opacity: 1;
  position: absolute;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #005AAA;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #7facd4;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #7facd4; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
              animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
              animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      -webkit-animation-delay: 1.15s;
              animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } 
}

#body-wrapper-in {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: inline-block;
  min-height: inherit;
}



#container_home {	
	width: 100%;
	min-height:100%;
	position:relative;
	margin:0 auto;
	background-color:#fff;
}
div#container_main {
	margin: 0px auto;
	width: 100%;
	height:100%;
	
}
#container {
	position:relative;
	width: 100%;
	float: left;
	margin:0px auto;
	/*background-image:url(../images/sf_testata.png);
	background-repeat:repeat-x;
	/*overflow: hidden;
	background:transparent;*/
	
}
#div {
	margin: 0 auto;
	height:110px;
	width:100%;
	position: relative;
	z-index:3;

/*	background-image:url(../images/sf_testata.png);
	background-repeat:repeat-x;*/
}
#_div a {
	color: #333333;
	font-size:13px;
	font-weight:bold;
	font-family: inherit;
	text-align:justify;
}
#topdiv {
    height: auto;
    display: inline-block;
	float: left;
    width: 100%;
    margin: 0 auto;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 100;
	position: relative;
    background: #0F509B;
background: var(--panel-main-color);
}
#container-main {
   position: relative;
   min-height: 100%;
   top: inherit;
   
}

.panel-header-main {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
	background: #0F509B;
background: var(--panel-main-color);
}
#panel-header-logo {
	margin-bottom: 0;
}
#panel-header-logo img {
    max-width: 100%;
    max-height: 100px;
	float: left;
}
#panel-header-comune {
    color: #fff;
    float: left;
    font-size: 42px;
    line-height: 48px;
    font-family: Nexa;
    margin-left: 30px;
	margin-top: 15px;
}
#panel-header-comune-entity {
    font-size: 26px;
	line-height: 30px;
}

@media (max-width:799px) {
  #panel-header-comune {
	  font-size: 32px;
	  margin-left: 15px; 
  }
}
#panel-header-user {
	margin-bottom: 0;
}
#header-logo {
    width: 50%;
	box-sizing: border-box;
	padding: 20px 10px;
	margin-bottom: 0;
}
#header-logo img {
    max-width: 100%;
	max-height: 70px;
}
#panel-header-user {
	width: 50%;
	box-sizing: border-box;
	font-family: inherit;
    font-size: 20px;
	color: #fff;
	line-height: 23px;
	text-align: right;
	margin-top: 35px;
}
#endpage {
    float: left;
    margin: 0 auto;
    width: 100%;
    height: 70px;
}

#footer-main {
    background: #ccc;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
}

#footer {
	max-width: 1200px;
	margin: 0 auto;
}

#userdiv {
	position:absolute;
	:40px; 
	right:10%;
	width:140px;
	padding: 5px;
	z-index:1000;
	
}
#ip_adr {
	float:right;
	font-size:11px;
}
/*##############################*/
#homecentro01{
	width:975px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	padding-bottom:10px;
	min-height: 480px;
	height:auto !important;
	height: 480px;
	clear:both;
	display:table;
	z-index:4;
}
#artemedia {
	width: 100%;
	height:70px;
	padding:0px;
	margin:0 auto;
	background-image:url(../images/bottom_admin.jpg);
	background-repeat:repeat-x;
}

.card {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.card:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.25), 0 4px 10px rgba(0,0,0,0.22);
}
#fixeddiv {
    width: 100px;
    padding: 5px;
	position: absolute;
	bottom: 0;
}
#fixeddiv i {
    font-size: 30px;
    background: var(--urbanweb-color);
    color: #fff;
    padding: 6px;
}
#fixeddiv a
{
	font-family: inherit; 	
}
i.icon-action-logout {
    color: #fff;
}
i.icon-action-login {
    color: #fff;
}
i.icon-action-back {
    font-size: 36px;
    color: #0F509B;
color: var(--main-color);
}

#home_s{
	font-family: inherit;
	font-size: 12px;
	text-decoration: none;
	margin-:0px;
	margin-left: auto;
	margin-right: auto;
	width:180px;
	float:left;
}

#home_r{
	margin:5px auto;
	width:80%;
	padding: 0 0px 10px 0px;
	float:right;
	position:relative;
	min-height: 480px;
	height:auto !important;
	display:table;
}

#main-in-rht {
	width:85%; padding-left:30px; padding-right: 15px; float:left; vertical-align:top;
	
}
#main-in-center {
	width:100%; padding-left:15px; padding-right: 15px; float:left; vertical-align:top;
	
}
@media (max-width:679px) {
  #home_r {
    width:100%;
  }
  
  #main-in-rht {
	  width:100%; padding: 0 2%;
  }
}

#home_r a {
	text-decoration: none;
	font-size:12px;
	color: #0F509B;
color: var(--panel-main-color);
}
#home_r a:hover {
	text-decoration: none; 
	color: #060;
	text-decoration:underline;
}
#main_hormenu {
    background: #eee;
    width: 100%;
    margin: 0 auto;
    min-height: 47px; 
    height: 100%;
    margin-: 0px;
    font-family: inherit;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
#main_hormenu a {
    text-decoration: none;
    font-family: Nexa;
    font-size: 12px;
    color: #828282;
    font-weight: 600;
    padding: 10px 0;
    float: left;
	margin: 0 10px;
}
.div_mn_vox a:after {
    display: block;
    content: '';
    border-bottom: solid 1px var(--panel-main-color);
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    padding: 2px 30px;
}
.div_mn_vox a:hover:after {
	transform: scaleX(1);
}
#main_hormenu a:hover{
	text-decoration: none;
	
}
#hormenu {
    max-width: 1200px;
    margin: 0 auto;
}
#win {
	border-right: #444 1px solid; padding-right: 5px; display: block; padding-left: 5px; right: 0px; 
	background: #fc6; padding-bottom: 5px; border-left: #ff8 1px solid; bottom: 0px; padding-: 5px; 
	border-bottom: #444 1px solid; 
}
.d_win {
	border-right: #444 1px solid; padding:5px;   
	background: #fc6; border-left: #ff8 1px solid;
	border-bottom: #444 1px solid; 
}
.d_win_350 {
	width:350px;
	position:absolute; 
	top:-6px; 
	left:-185px; 
	z-index:480; 
}
#dcont {
	width:100%;
	display:inline-block;
	float:left;
	margin-left:0px;
}
.dtit {
    width: 80%;
    float: left;
    padding: 5px 0;
}
.d100e {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}
.dback {
	width: 20%;
	float:right;
	text-align: right;
}
.dback img {
    max-width: 35px;
    max-height: 35px;
	text-align: right;
}
.div_mn_vox {
    float: left;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}
.pager {
	margin-:10px;
	font-family: inherit;
	font-size: 15px;
	color: #060;
}
.pager a { 
	text-decoration: none;
	margin-left:3px;
	color: #000;
	font-weight:bold;
}

.pager a:hover {
	color: #F60;
}

h1 {
	font-family: Verdana;
	font-size:20px;
	font-weight:400;
	margin: 5px 5px 10px 0px;
	color:var(--panel-main-color);
}
h2 {
	font-family: inherit;
	font-size:16px;
	font-weight:bold;
	margin: 5px 5px 10px 0px;
	color:#000;
}

h3 {
	font-size: 15px;
	font-family: inherit;
	margin: 5px 5px 10px 0px;
	color:var(--panel-main-color);
}
p {
	font-family: inherit;
	/*font-size: 11px;*/
	font-size: 14px;
	line-height: 14px;
	margin: 10px 0 5px 0;
	padding:0;
	color: inherit;
}
.p_margin p{
	font-family: inherit;
	/*font-size: 11px;*/
	font-size: 12px;
	line-height: 16px;
	margin: 8px 0;
	padding:0;
}
li {
	font-family: inherit;
	font-size:13px;
	/*font-family: inherit;
	font-size:15px;*/
	margin: 10px 0 5px 0;
	color:#000;
}
form {
	display:table;
	margin: 0;
	padding:0;
	width:100%; 
}
a {
	text-decoration:none;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}

.dive_left_110 {
	float:left; 
	width:110px; 
	padding:5px; 
	margin-:20px; 
	display:inline;
	font-family: inherit;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.nomargine {
	border: 1px solid #CCCCCC;
	font-family: inherit;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #000000;
	padding: 3px;
	background-color: #FFCCCC;
	border-radius: 3px;
}
.margine {
	border: 1px solid #CCCCCC;
	font-family: inherit;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #000000;
	padding:3px;
	background-color: #F8F8F8;
	border-radius: inherit;
	margin: 2px;
	border-radius: 3px;
	max-width: 400px;
}
.margine_t {
    border: none;
	font-family: inherit;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #000000;
	padding:3px;
    background: transparent;
	outline: none;
}
.margine_cl {
	border: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-family: inherit;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #000000;
	padding:3px;
	background-color: #FCFCFC;
}

.margine_wz {
	border: 1px solid #CCCCCC;
	font-family: inherit;
	/*font-size: 11px;*/
	font-size: 14px;
	color: #000000;
	padding:3px;
	background-color: #F8F8F8;
}
.sf_zebra:nth-of-type(odd) {
    background-color: #efefef;
}
.margine_thin {
	border: 1px solid #CCCCCC;
	font-family: inherit;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #000000;
	padding:1px 3px;
	background-color: #F8F8F8;
}
.margine_sel {
	max-width: 250px;
	border: 1px solid #CCCCCC;
	font-family: inherit;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #000000;
	padding:2px;
	background-color: #F8F8F8;
	border-radius:3px;
}
.tb_curve {
	height: 35px;
	background-image: url(../images/tb_curve.gif);
	background-repeat: no-repeat;
	background-position: left ;
}
a.tasto {
    background: inherit;
    color: #0F509B;
color: var(--panel-main-color);
    font-size: 10px;
    padding: 0 10px;
    max-width: 100px;
    display: table-row;
}


.tasto {
	font-size: inherit;
	font-family: inherit;
	margin: 2px;
}



.img_left{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	margin-:5px;
	margin-left:5px;
	max-width: 100%;
}
.img_icon{
	float:left;
	margin-right:15px;
	margin-bottom:0px;
	margin-:0px;
	margin-left:0px;
}
.table_bord {
	border: 1px solid #E0E0E0;
}
.table_sf_ {
	font-family: inherit;
	/*font-size: 11px;*/
	font-size: 12px;
	color: #666;
	font-weight: bold;
	background-color: #E9E9E9;
}
.table_row_color {
	background-color: #EFEFEF;
	border--color: #666;
	border--style: solid;
	border--width: 1px;
}
.table_row_color_0 {
	background-color: #FFF;
	border--color: #666;
	border--style: solid;
	border--width: 1px;
}
.table_row_color_1 {
	background-color: #EFEFEF;
	border--color: #666;
	border--style: solid;
	border--width: 1px;
}
.table_row_color2 {
	background-color: #EAE6D7;
	border--color: #666;
	border--style: solid;
	border--width: 1px;
}
.separator {
	margin:15px 0;
	border--color: #CCC;
	border--style: solid;
	border--width: 1px;
	clear:both;
}
.red{
	color:#C00;
	}
.green{
	color:#060;
}
.grass{
	font-weight:bold;
}
.tx_small{
	font-size: 11px;
	}
.navdiv{
	font-size: 12px;
	float:left;
	padding:5px;
	}
	
	
#cod_1 {
	background-color: #EAFFEB;
	/*margin:0 1px 1px 0;*/
}

#cod_2 {
	background-color: #F4F2EA;
}

#cod_3 {
	background-color: #E1F2FD;
}



/*##################################*/
#main-menu {
	display: inline-block;
	width: 100%;
}
#panel-main-menu-left {
	margin: 10px 0;
	width: 100%;
}
#panel-main-menu-left ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-: 0px; list-style-type: none;
	text-align: inherit;
}
#panel-main-menu-left ul li {
	padding-right: 0px; padding-left: 0px;  width: 100%; background: none transparent scroll repeat 0% 0%; padding-bottom: 0px; margin: 0px; padding-: 0px; border-bottom: #fff 1px solid;border-right: #fff 1px solid;
}
#panel-main-menu-left ul li:first-child {
    border-top: 1px solid #fff;
}
#panel-main-menu-left li p{
	padding-right: 6px; display: block; padding-left: 6px; padding-bottom: 2px; width: 117px; color: #333; padding-: 2px; text-decoration: none
}
#panel-main-menu-left a {
    padding-right: 5px;
    display: block;
    padding-left: 10px;
    color: #666;
    min-height: 15px;
    line-height: 11px;
    text-decoration: none;
    background-color: #f2f2f2;
    /*border-left: #ccc 1px solid;*/
    padding-bottom: 8px;
    padding-top: 9px;
}
#panel-main-menu-left a:hover {
	background-image: none; color: #fff; background-color: var(--panel-main-color)}
#panel-main-menu-left ul li.level1 a:hover {
	background-image: none; color: #990000; background-color: #DEE4E7
}
#panel-main-menu-left ul li a.lmentp {
	padding-right: 8px; padding-left: 10px; font-weight: bold; font-size: 12px; background: none transparent scroll repeat 0% 0%; padding-bottom: 10px; color: #000333; padding-: 13px
}
#panel-main-menu-left ul li a.lmentp:hover {
	padding-right: 8px; padding-left: 10px; font-weight: bold; font-size: 12px; background: none transparent scroll repeat 0% 0%; padding-bottom: 10px; color: #000033; padding-: 13px
}
#panel-main-menu-left ul li.level1 a {
	padding-right: 10px; padding-left: 28px; padding-bottom: 2px; width: 153px; padding-: 2px
}
#panel-main-menu-left ul li.level1 a {
	background-image: none; background-color: #f3f3f3
}
#panel-main-menu-left ul li selected {
	padding-right: 10px; padding-left: 23px; background-image: none; padding-bottom: 2px; color: #ed2c21; padding-: 2px; background-color: #fbfbfb
}
#panel-main-menu-left ul li.level1 selected {
	padding-right: 10px; padding-left: 28px; padding-bottom: 2px; padding-: 2px
}
#panel-main-menu-left b {
	font-weight: bold; color: #ed2c21
}



#panel-secondary-menu-left {
	margin: 10px 0;
	width: 100%;
}
#panel-secondary-menu-left ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-: 0px; list-style-type: none;
	text-align: inherit;
}
#panel-secondary-menu-left ul li {
	padding-right: 0px; padding-left: 0px;  width: 100%; background: none transparent scroll repeat 0% 0%; padding-bottom: 0px; margin: 0px; padding-: 0px; border-bottom: #fff 1px solid;border-right: #fff 1px solid;
}

#panel-secondary-menu-left li p{
	padding-right: 6px; display: block; padding-left: 6px; padding-bottom: 2px; width: 117px; color: #333; padding-: 2px; text-decoration: none
}
#panel-secondary-menu-left a {
     padding-right: 5px;
    display: block;
    padding-left: 10px;
    color: #666;
    min-height: 15px;
    line-height: 11px;
    text-decoration: none;
    background-color: #f2f2f2;
    /*border-left: #ccc 1px solid;*/
    padding-bottom: 8px;
    padding-top: 9px;
}
#panel-secondary-menu-left a:hover {
	background-image: none; color: #fff; background-color: var(--panel-main-color)}
#panel-secondary-menu-left ul li.level1 a:hover {
	background-image: none; color: #990000; background-color: #DEE4E7
}
#panel-secondary-menu-left ul li a.lmentp {
	padding-right: 8px; padding-left: 10px; font-weight: bold; font-size: 12px; background: none transparent scroll repeat 0% 0%; padding-bottom: 10px; color: #000333; padding-: 13px
}
#panel-secondary-menu-left ul li a.lmentp:hover {
	padding-right: 8px; padding-left: 10px; font-weight: bold; font-size: 12px; background: none transparent scroll repeat 0% 0%; padding-bottom: 10px; color: #000033; padding-: 13px
}
#panel-secondary-menu-left ul li.level1 a {
	padding-right: 10px; padding-left: 28px; padding-bottom: 2px; width: 153px; padding-: 2px
}
#panel-secondary-menu-left ul li.level1 a {
	background-image: none; background-color: #f3f3f3
}
#panel-secondary-menu-left ul li selected {
	padding-right: 10px; padding-left: 23px; background-image: none; padding-bottom: 2px; color: #ed2c21; padding-: 2px; background-color: #fbfbfb
}
#panel-secondary-menu-left ul li.level1 selected {
	padding-right: 10px; padding-left: 28px; padding-bottom: 2px; padding-: 2px
}
#panel-secondary-menu-left b {
	font-weight: bold; color: #ed2c21
}
.selMenu {
	padding-right: 10px; padding-left: 23px; background-image: none; padding-bottom: 2px; color: #ed2c21; padding-: 2px; background-color: #fbfbfb;
	/*background-image: none;
	color: #fff;
	background-color: #069*/
}

.left_div{	
	width: 168px;
	height:20px;
	padding-right: 5px;
	border-bottom: #bfbfbf 1px solid;
	padding-left: 9px;
	color: #666;
	padding-: 5px;
	background-image: url(../images/pagenav-.gif);
	background: #eee;
	background-repeat: no-repeat;
	background-position: ;

}
.tx_gray{	
	font-family: inherit;
	font-size: 9px;
	color: #666;
}
.td_bord td {
	padding: 2px;
	border-left: #E0E0E0 1px solid;
	border-: #E0E0E0 1px solid;
}
.fs_9{	
	font-family: inherit;
	font-size: 9px;
	color: #666;
}
.fs_9 p{	
	font-family: inherit;
	font-size: 9px;
	color: #666;
}
.fs_10{	
	font-family: inherit;
	font-size: 10px;
	color: #666;
	line-height:11px;
}
.fs_10 p{	
	font-family: inherit;
	font-size: 10px;
	color: #666;
	line-height:11px;
}
.fs_11{	
	font-family: inherit;
	font-size: 11px;
	color: #666;
}
#top_sub {
    padding-left: 5px;
    margin-bottom: 10px;
}
.left_sub{
	width:184px;
	height:30px;
	background-image: url(../images/pagenav-bottom.gif);
	background-repeat: no-repeat;
	background-position: 50% ;
	background: #eee;
}

#_sub
{
	width:100%;
	padding: 10px;
	min-height:20px;
	font-weight:bold;
	height:auto !important;
	height: 20px;
	color: #033;
}
#_sub a
{
	color: #333;
	font-weight:bold;
	text-decoration: none;
}

.box_ { 
	width:330px; 
	height:7px; 
	margin-bottom:0px;
	background-image:url(../images/box_.gif);
	background-repeat:no-repeat;
	DISPLAY: block; 
	}
.box_main{ 
	width:330px; 
	margin-left:10px;
	padding: 0px;
	background-image:url(../images/box_main.gif); 
	background-repeat:repeat-y; 
	min-height: 60px; 
	height: auto !important;
	height: 60px;
	}
.box_center {
	width:300px;
	text-align:justify;
	padding-: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	 
	}
.box_bot { 
	width:330px;
	height:10px;
	margin-left:10px;
	background-image:url(../images/box_bot.gif);
	background-repeat:no-repeat;
}
.navigation {
	width:530px;
	padding-: 20px;
	padding-bottom: 20px;
}

.ps1 {
	width:28px;
	float:left;
	text-align:center;
	padding:4px;
	margin: 2px;
	border:1px dotted #CCC;
	font-weight:bold;
	background-color:#E6FFE1;
}
.ps2 {
	width:36px;
	float:left;
	text-align:center;
	padding:4px;
	margin: 2px;
	border:1px dotted #CCC;
	font-weight:bold;
	background-color:#E6FFE1;
}

.pd1 {
	width:28px;
	float:left;
	text-align:center;
	padding:4px;
	border:1px dotted #CCC;
	margin: 2px;
	background-color:#F7FDE3;
}
.pd2 {
	width:36px;
	float:left;
	text-align:center;
	padding:4px;
	border:1px dotted #CCC;
	margin: 2px;
	background-color:#F7FDE3;
}
.pv {
	width:20px;
	float:left;
	text-align:center;
	padding:4px;
	border:1px dotted #CCC;
	margin: 2px;
	background-color:#FDECE3;
}
.pv1 {
	width:28px;
	float:left;
	text-align:center;
	padding:4px;
	border:1px dotted #CCC;
	margin: 2px;
	background-color:#FDECE3;
}
.pv2 {
	width:36px;
	float:left;
	text-align:center;
	padding:4px;
	border:1px dotted #CCC;
	margin: 2px;
	background-color:#FDECE3;
}

.jconfirm-box-container {
    width: 100%;
    max-width: 500px;
}



img#top-logo {
	margin: inherit;
	height: inherit;
    max-width: 100%;
    max-height: 100%;
	display: inherit;
	padding: 2px 0;
	float: left;
	
}

.li-logo a {
    padding: 0 !important;
    margin: 0;
}

.li-logo a, .li-logo img {
    max-width: 100%;
    max-height: 50px;
    padding: 5px 0;
}

#questionario{
	font-size:16px;
	line-height:18px;
}
#questionario p{
	font-size:16px;
	line-height:19px;
}
.tb_css tbody td:nth-of-type(odd),
.tb_css tbody tr:nth-of-type(odd),
.tb_css thead th:nth-of-type(odd){
	background:rgba(252,252,252,0.5);
}
.tb_css tbody td:nth-of-type(even),
.tb_css tbody tr:nth-of-type(even),
.tb_css thead th:nth-of-type(even){
	background:rgba(225,225,225,0.5);
}

.col-md-1,.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-md-10,.col-md-11,.col-md-12 {
  position: relative;
  float: left;
  min-height: 1px;
  padding: 15px;
  -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
.col-center {
  float: none;
  margin: 0 auto;
}

.col-md-12 {
  width: 100%;
}

.col-md-11 {
  width: 91.66666667%;
}

.col-md-10 {
  width: 83.33333333%;
}

.col-md-8 {
  width: 66.66666667%;
}

.col-md-7 {
  width: 58.33333333%;
}

.col-md-6 {
  width: 50%;
  margin-bottom: 30px;
}

.col-md-5 {
  width: 41.66666667%;
}

.col-md-4 {
  width: 33.33333333%;
  margin-bottom: 30px;
}

.col-md-3 {
  width: 25%;
}

.col-md-2 {
  width: 16.66666667%;
}

.col-md-1 {
  width: 8.33333333%;
}

.col-md-ten-1,.col-md-ten-2,.col-md-ten-3,.col-md-ten-4,.col-md-ten-5,.col-md-ten-6,.col-md-ten-7,.col-md-ten-8,.col-md-ten-9,.col-md-ten-10 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-ten-10 {
  width: 100%;
}

.col-md-ten-9 {
  width: 90%;
}

.col-md-ten-8 {
  width: 80%;
}

.col-md-ten-7 {
  width: 70%;
}

.col-md-ten-6 {
  width: 60%;
}

.col-md-ten-5 {
  width: 50%;
}

.col-md-ten-4 {
  width: 40%;
}

.col-md-ten-3 {
  width: 30%;
}

.col-md-ten-2 {
  width: 20%;
}

.col-md-ten-1 {
  width: 10%;
}

@media only screen and (max-width: 679px) {
.g-recaptcha {
	transform:scale(0.77);
}
.div-permissions {
   width: 50% !important;
   text-align: left;
   min-height: 120px;
}
.panel-username {
  display: none;
}
.prod_dv {
  width: 100%;
  margin: 0 auto 20px auto;
}
p.caption {
  font-size: 26px;
}
.callbacks .caption {
  padding: 15px;
  height: 70px;
}
#body-wrapper-bg-in {
  height: 275px;
}
.col-md-12 {
  width: 100%;
}
.col-md-11 {
  width: 100%;
}
.col-md-10 {
  width: 100%;
}
.col-md-8 {
  width: 100%;
}
.col-md-7 {
  width: 100%;
}
.col-md-6 {
  width: 100%;
}
.col-md-4 {
  width: 50%;
}
.col-md-2 {
  width: 50%;
}
.col-md-ten-9 {
  width: 100%;
}
.col-md-ten-8 {
  width: 100%;
}
.col-md-ten-4 {
  width: 50%;
}
.col-md-ten-2 {
  width: 50%;
}
.col-ft-4 {
  width: 50%;
}
.col-ft-3 {
  width: 50%;
}
.col-ft-2 {
  width: 50%;
}
.col-ft-3-3 {
  width: 50%;
}
.col-ft-2-5 {
  width: 50%;
}
.ft-in-4 {
  border-: 1px solid #ddd;
  margin-: 15px;
  padding-: 15px;
}
.ft-in-3 {
  margin-: 15px;
  padding-: 15px;
}
.col-cc-12 {
  width: 100%;
}
.col-cc-3 {
  width: 50%;
}
.col-cc-2-5 {
  width: 50%;
}
.col-cc-4 {
  width: 50%;
}
#header-logo {
    width: 100%;
	text-align: center;
	margin-bottom: 0;
	padding: 0;
}
#header-logo img {
    max-width: 250px;
}
#panel-header-user {
	display: none;
}

.div_mn_vox {
	padding: 0 !important;	
}

#main_hormenu a {
	padding: 5px; 0;
	margin: 0 5px;
}


}


@media only screen and (max-width: 679px) {
#container-main {
	padding-top: 41px !important;	
}
.panel-div-modulo {
	width: 22% !important;
	margin-bottom: 10px !important;
	min-height: 105px;
}

#panel-header-main {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #0F509B;
background: var(--panel-main-color);
    display: inline-block;
    width: 100%;
}
#panel-hm-left {
  width: 70%;
  float: left;
}
#panel-hm-right {
    width: 10%;
	float: right;
    padding: 0 5px;
    margin-top: 16px;
    color: #fff;
    text-align: right;
	font-family: inherit;
    font-size: 16px;
}

#hm-menu {
  display: none;
}
#span_main_rt {
  width: 100%;
}
#span_main_lft {
  display: none;
}
.left_menu {
  margin-left: 0;
}
.left_menu a {
  padding: 8px 2%;
  width: 96%;
}
.mn_lft {
  width: 90%;
}
.mn_rt_plus {
  width: 5%;
  margin-right: 0;
}
#panel-hm-logo {
  margin: 4px 0 2px 60px;
  height: 40px;
  margin-top: 3px;
}
#panel-hm-comune {
    color: #fff;
    float: left;
    font-size: 16px;
    font-family: Nexa;
    margin-left: 5px;
    line-height: 40px;
}
#main_div_in {
  background-image: none;
}
#h_menu_est {
  display: none;
}
.main-div-rt {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.main-div-lft {
  width: 100%;
}
.bg_h {
  min-height: 350px; height: auto !important; height:350px;
}
#box_claim {
  height: 250px;
  width: 300px;
}
#box_claim_tit {
  width: 90%;
  font-size: 29px;
}
.slicknav_menu {
  display: block;
}
#body-wrapper-bg-in {
  height: 250px;
}
.col-md-5 {
  width: 100%;
}
.col-md-4 {
  width: 100%;
}
.col-md-3 {
  width: 50%;
}
.col-md-ten-7 {
  width: 100%;
}
.col-md-ten-6 {
  width: 100%;
}
.col-md-ten-5 {
  width: 100%;
}
.col-md-ten-3 {
  width: 50%;
}
.bt-bord {
  border-bottom: 1px solid rgb(204, 204, 204);
}
.col-ft-5 {
  width: 100%;
}
.sub-title-in {
  padding: 10px 0 10px 10px;
}
.top-title-in {
  padding: 10px 0 0 5px;
}
.col-cc-4 {
  width: 100%;
}
.box-img-1 {
  width: 30%;
}
.box-text-1 {
  width: 70%;
}
p.caption {
  padding: 20px;
}
#hm-social {
  display: none;
}
drawer-toggle {
  display: block;
}

ul {
  font-size: 17px;
}
.header-page-mini {
  border-top: 4px solid #BF2A3F;
}
#panel-header-main {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#main-menu {
    display: none;
}
#main-menu {
    display: none;
}
#main-in-lft {
    display: none;
}

}

#container-main {
  padding-top: 0px;
  background: #fff;
}

.panel-div-modulo {
    width: 10%;
    float: left;
	margin: 5px;
	min-width: 80px;
	max-width: 100px;
	min-height: 110px;
}

.panel-div-modulo-img {
    width: 100%;
    float: left;
	margin-bottom: 10px;
	text-align: center;
	background: #eee;
	padding: 7.5px 0;
}

.panel-div-modulo-name {
    width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #0F509B;
color: var(--main-color);
}

.panel-div-modulo-name a {
    font-size: 9px;
}

.panel-div-modulo-page {
    width: 100%;
    text-align: center;
	margin: 0;
	background: #eee;
    padding-bottom: 10px;
    border-top: none;
	max-width: unset;
}

i.icon-moduli {
    color: #0F509B;
color: var(--panel-main-color);
    font-size: 40px;
	transition: color 0.5s ease-out;
}

i.icon-action {
    font-size: 16px;
    color: #444;
	transition: color 0.5s ease;
}

i.icon-action:hover {
    color: #000;
}

.panel-div-modulo-page i.icon-moduli {
    background: none;
}

a > i.icon-moduli:hover {
    color: var(--secondary-color);
}

.block-edit-block img {
    max-height: 80px;
	
}
.block-edit-block-in {
    padding: 5px;
    background-color: #eee;
    margin-bottom: 15px;
}

.block-edit-block {
    display: inline-block;
    width: 100%;
	margin-bottom:15px;
}

.block-edit-subblock {
    width: 100%;
    float: left;
}

.block-edit-imgalt {
    float: left;
}

#mceu_33 {
    display: none;
}

i.icon-action-remove {
    color: #c71107;
    font-size: 16px;
}

.btn-open {
    padding: 5px 15px;
    background: var(--main-color);
    color: #fff;
    cursor: pointer;
}

.btn-open:hover {
    color: #fff;
    text-decoration: none;
}

.paging-div {
    width: 100%;
    text-align: center;
    margin: 10px 0;
	display: flex;
    justify-content: center;
    align-items: center;
}

.paging-div .pd, .paging-div a, .paging-div .ps {
	padding: inherit;
	border: inherit;
	font-weight: inherit;
	
    border-radius: 3px;
    user-select: none;
    transition: all,.2s,ease-in-out;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    text-decoration: none;
    border-bottom: none;
    background: #ececec;
    color: #676767;
    float: left;
	margin: 0 2px;
}

.paging-div .pd:hover, .paging-div a:hover {
    background: #dfdfdf;
}

.paging-div .ps {
	background: var(--main-color);
    color: #fff;
	cursor: inherit;
}

.div-permissions-container {
    display: inline-block;
    padding: 10px 0;
}

.div-permissions {
    margin: 5px 0;
    width: 20%;
    float: left;
}

.div-permissions strong {
    color: #0F509B;
color: var(--main-color);
}


.g-recaptcha {
}

.material-form .login-form-data input {
  width: 100%;
  max-width: 280px;
  display: block;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #0F509B;
  border-bottom: solid 1px var(--panel-main-color);
  -webkit-transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  transition: all 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #0F509B 4%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, var(--panel-main-color) 4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #0F509B4%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, var(--panel-main-color) 4%);
  background-position: -300px 0;
  background-size: 300px 100%;
  background-repeat: no-repeat;	
}

.material-form-mini {
	max-width: 300px;
	margin: 0 auto;
}

.material-form .login-form-data input:focus {
 box-shadow: none;
 outline: none;
 background-position: 0 0;
}

.login-form-data {
	margin: 30px 0;
    position: relative;
}

.material-form .login-form-data input:focus + label, .material-form .login-form-data input.focused + label{
    top: -15px;
    font-size: 12px;ack
    color: #0F509B;
color: var(--panel-main-color);
}
.material-form .login-form-data input:focus + label {
	 color: #0F509B;
color: var(--panel-main-color);
}


.material-form .login-form-data label {
	font-size: 14px;
    position: absolute;
    top: 10px;
    transition: all .3s cubic-bezier(0.4,0,0.2,1);
}

i.icon-warning {
    font-size: 32px;
}

.icon-info-warning {
	color: #ed2c21;
}

.icon-info-ok {
	color: #008a3b;
}
.table_sf_top {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	background-color: #E6E6E6;
}

td p img {
	margin-right: 20px;
}
td p {
	margin: 0px;
}
td { 
    padding: 4px;
}
td input[type="radio"]{
  margin: 4px 4px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

.tooltip .tooltiptext {
    visibility: hidden;
    max-width: 400px;
	min-width: 300px;
	width: auto;
    background-color: #333333dd;
    color: #fff;
    text-align: center;
    padding: 5px 7px;
    border-radius: 6px;
 
    position: absolute;
    z-index: 2;
	margin-top: 6px;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 3%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333333dd transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.panel-alert-container {
    width: 100%;
    float: left;
    margin: 10px 0 30px;
    padding: 10px 15px;
}

.alert-info-container {
	border-left: 8px solid var(--main-color);
}

.panel-alert-container-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.panel-alert-container-text {
    font-size: 16px;
}

td p {
    margin-top: 6px;
}

.div-report-img {
    float: left;
	padding: 0 5px;
}

.div-report-img img {
    max-width: 150px;
}

.div-report-pos {
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
}

.div-report-state-icon {
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 5px;
    margin-top: 7px;
    border-radius: 100%;
    border-color: transparent;
}

.g-recaptcha {
    display: inline-block;
    width: 100%;
    float: left;
	margin-bottom: 20px;
}

.content-detail {
    max-height: inherit;;
    overflow: hidden;
	overflow-y: hidden;
}


#map {
	min-height: 500px;
	max-height: 50vh;
}

.municipioamico-logo img {
    filter: brightness(0) invert(1);
}

#panel-secondary-menu-left form {
    background: #f2f2f2;
}

#panel-secondary-menu-left form input[type="text"] {
    width: 98%;
	margin-bottom: 5px;
}

#panel-secondary-menu-left form input[type="submit"] {
    width: 98%;
}

.ui-autocomplete {
    background: #fff;
    margin: 0;
    padding: 0;
    margin-top: 0;
    list-style: none;
	max-width: 450px;
}

.ui-autocomplete .ui-menu-item {
    border: 1px solid #ccc;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item:hover {
    background: var(--main-color);
    color: #fff;
}

.tasto:disabled {
    background: #888;
    cursor: not-allowed;
}

.small {
    font-size: 10px;
}

figure {
    float: left;
    margin: 0 10px 0 0;
}

.plupload_scroll {
    max-height: 330px !important;
}

.gallery-img {
    border: 1px solid var(--main-color);
    width: 200px;
    height: 75px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
	margin-right: 5px;
}


.grid-album {
    float: left;
    width: 100%;
}

.album-item {
    border: 1px solid #ddd;
    padding: 5px;
	width: 20%;
}

.album-thumb-container img {
    max-width: 100%;
}

.album-thumb-options {
    padding: 5px 0;
	width: 100%;
    float: left;
}

.gallery-ord-img {
    height: 80px;
    object-fit: cover;
    object-position: center;
}

.hours-h input {
    width: 100%;
    min-width: 250px;
}
.hours-day {
    min-width: 75px;
    margin-top: 7px;
}
.hours-day, .hours-h {
    float: left;
}
.hours-div {
    width: 100%;
    float: left;
	margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.hours-graphic-h {
    float: left;
    border: 0.1px solid #ccc;
    margin: 0 1.5px;
    padding: 2px 3px;
    text-align: center;
    vertical-align: middle;
	font-size: 10px;
	font-family: 'Lato', sans-serif;
}

.hours-graphic {
    float: right;
    margin-left: 10px;
}


input.input-hours.margine.inputError {
    border: 1px solid red;
}
.hours-div-editable .hours-day {
    margin-top: 7px !important;
}
.tooltip .tooltiptext p {
    text-align: left;
    font-size: 12px;
}