form label.required:after,
  legend.required:after
{
    color: Red;
    content: "■";
    padding-left: 0.2em;
}

form label.mandatory:after,
  legend.mandatory:after
{
    color: Blue;
    content: "■";
    padding-left: 0.2em;
}


form span.TEXTFieldRead-TEXT, 
  span.TEXTFieldRead-TEXTAREA, 
  span.NUMBERFieldRead,
  span.DATETIMEFieldRead{

    color: #000000;
    font-size:12px;
    display:block;
    border-color: gray;
    text-shadow:none;
    border-radius: 3px;
    height: auto;
    word-wrap:break-word;
    width:100%;
    border:1px solid #eee;
    padding: 0.2em;
    margin: 0em 0em 0.5em 0.5em !important;   

}

form span.label,
  span.legend{

    color: #444444;
    font-size: 12px;
    font-weight: bold;
    background-color: transparent;
    text-shadow: none;
    display: block;
    margin-bottom: 0.2em;
    white-space: normal;

}

form span.TEXTFieldRead-TEXT{
    display:block;
    word-break:break-all;
}

form span.TEXTFieldRead-TEXTAREA{
    height: auto;
    white-space: normal
}

form span.SELECTIONFieldRead{
  font-size:12px;
}

form input.NUMBERField-FLOAT{

  
}

form .fieldsetxxx{

  margin-bottom: 10px;
  line-height: 24px
}

.fieldsetxxx .TEXTFieldRead-TEXT {
  margin-top:-5px;
}

form div.row-fluid{

   mrgin-bottom:15px;

}

.plomino_form_solobootstrap .row-fluid select,input[type='text'] {
    width:100%;
    height: 24px;

}
.hasDatepickerxxx{

    width:80%;
    height: 1em;
    border-radius: 5px;

}

input[data-plugin='iolCodicefiscale'],input[data-plugin='iolMarker'] {

    max-width:200px;

}


.plomino_form .row-fluid input.datexxx{width:80%;text-align:left} 



input[type="radio"],label {
    vertical-align:middle;
    padding: 0px;
    margin: 0px;

}

input[type="checkbox"], label {
    margin-left: 10px;

}

.plomino_form input[type="checkbox"] {
    float: left;
    margin-right: 5px;
}
.plomino_form input[type="radio"] {
    float: left;
    margin-right: 5px;
}

.plomino_form legend {
  text-align:left;
  top:-10px;
  font-size:15px;
  border-style: none;
  border-width: 0px;
  display: block;
  font-weight: bold;

  line-height: 15px;
  margin-bottom: 2px;
  padding: 0;
  width: 100%;

}
.select2-container {

   width:100%

}

#content legend, #content label {
    font-size: 12px;
    font-weight: bold;
}

.plomino_form table.dataTable thead th {
    border-bottom: 2px solid #000000;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;

    background-color: #FFFFFF;
    padding: 3px 18px 3px 10px;
}


.plominomap {
  width: 100%;
  height: 400px;
  border: 1px solid #cccccc;
}

.plominomap-info {

  height:25px;
  width:100%;
  border: 1px solid grey;

}

.plominomap-streetview {
  height:400px;
  width:100%;
  background: url('../images/streetview.jpg') no-repeat center;
  background-color: #FFF;
  border: 1px solid #cccccc;
}

.plominomap-streetview img {
  max-width: none
} 

.plominomap img {
   max-width: none
}  

.icon-button{

  height:18px;
  margin-left:5px;
}

#layerbox { position: absolute;
  top:23px; 
  margin-left:-110px;
  margin-top:-2px;
  padding: 6px 4px;
  text-align: left;
  width:180px;
  max-height:200px;
  background-color: #fff;
  display: none;
  cursor:default;
  z-index:-1;
  font-size:10px;
  overflow-y:auto;
  overflow-x:hidden;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px; 


}

#layerbox hr {
  height:1px;
  border:1px;
  color:#e2e2e2;
  background-color:#e2e2e2;
  margin: 1px 0;
}

*+html #layerbox hr {
/* IE 7 hr bug fix */
 display:block; margin: -5px 0;
}

* html #layerbox hr {
/* IE 6 hr bug fix */
 display:block; margin: -5px 0;
}


*+html #layerbox hr {
/* IE 7 hr bug fix */
 display:block; margin: -5px 0;
}

* html #layerbox hr {
/* IE 6 hr bug fix */
 display:block; margin: -5px 0;
}

/*
CSS for v3 buttons stolen from:
 http://gmaps-samples-v3.googlecode.com/svn/trunk/controls/index.html
*/

.button, .button-selected, .dropdown {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  text-align: center;
/*  position: relative; */
  font-family: Arial, sans-serif;
  font-size: 13px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px; 
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px;
  color: #000;
  /*border: 1px solid #717B87;*/
  background-color: #fff; 
}

.button, .button-selected {
  margin: 5px;
  padding: 1px 6px;
  overflow: hidden;
}

.button:hover {
  background: #FEFEFE;
  background: -moz-linear-gradient(top, #FEFEFE 0%, #F3F3F3 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F3F3F3));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#F3F3F3', GradientType=0);
}

.button-selected {
  font-weight: bold;
}


#layerbox label{

    display:list-item;
    list-style:none;
    white-space:nowrap;
    margin-top: 5px;
    font-size: 10px !important;

} 

#layerbox input{
  float: left;
  display: inline;
  margin-right: 2px;
  margin-top: -2px;


}

#portal-top,
#portal-header-wrapper,
#plone-document-byline
{
  display:none;
}

#portal-columnsdd{
  margin-top: 50px;
  margin-left: 3px;

}
#portal-footer-wrapper{
  margin-left: 3px
}
#viewlet-below-content{
  margin-left: 30px
}

.iol-control-buttons{
  display: none;

}


#iol-buttons .btn{

  margin-right:8px;

}

#iol-menus li {

  list-style-type: none;
  cursor: pointer;

}



.plomino_form table.dataTable thead th {
border-bottom: 1px solid #000000;
color:grey;
background: #FFFFFF;
}

.plomino_form table.dataTable tbody tr td {

  vertical-align: top;

}


#fileupload{


margin-left:50px !important;

}


.fileUpload {

  margin-top:-15px;

}

.fileUpload ul{
  padding:10px;
  margin-left: -5px;
  margin-top: 10px;
  font-size: 12px;

}
.icon-folder-open{

  margin:5px;

}
input[data-plugin="iolUploadFile"] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  display: none;
  filter: alpha(opacity=0);
}

.removeUpload {
  cursor: pointer;
  margin-left:10px;
}

#renderedForm .search-utente{
  display:none;

}

.file-remove {
  width:100px;
  cursor: pointer;
  position:relative;
  top:-24px;
}


.info-selected {

  border: 1px solid #717B87;
  background-color: #fff; 

}

textarea {
  font-size:20px;
  width: 100% !important;
}
fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
          box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
  font-size: 1.4em !important;
  font-weight: bold !important;
  text-align: left !important;
  color:#47429E;
  width:auto;
  padding:0 10px;
  border-bottom:none;
}

.lock-div {

  position:absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left:0px;
  background: url('../images/loading.gif') no-repeat center;


}

li .disabled{
  color:grey !important;

}

.ui-datepicker{
     z-index:999;
}


#iol-sending-message {
  display: none;
  text-align: center;
  font-size: 14px !important;
  color: #363636;
  vertical-align: middle;
  margin-top:20px;
  font-weight: bold;
} 



.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px !important;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}


table.number{
  width: 70%;
}

td.number {
  text-align: right !important;
  font-size: 15px;
  font-family: Roboto;
  color:blue;
}

.paging_full_numbers a{
  padding-left: 5px;
  padding-right: 10px;
}

.dataTables_filter input{
  margin-left:-15px;
}

.dataTables_length {
  margin-top: 5px;
}
.dataTables_length select{
  width:80px;
}


input[type='button'],input[type='submit']{

  width:200px;
  float:right;
  background-color: #363636;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 4px 12px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin-left:20px;
  
}

.linkable {
    cursor: pointer;
}

.pippo{
  height: 50px;
}

 

 /* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
    background:#333 url('../images/h300.png') 0 0;
    width: 300px;
    border:1px solid #333;
    -background:#666;
    margin: 0 auto;
}

/* accordion header */
#accordion h2 {
    background:#ccc url('../images/h30.png');
    line-height: 14px;
    margin:0;
    padding:5px 15px;
    font-size:14px;
    font-weight:normal;
    border:1px solid #fff;
    border-bottom:1px solid #ddd;
    cursor:pointer;
}

/* currently active header */
#accordion h2.current {
    cursor:default;
    background-color:#fff;
}

/* accordion pane */
#accordion .pane {
    border:1px solid #fff;
    border-width:0 2px;
    display:none;
    height:180px;
    padding:15px;
    color:#fff;
    font-size:12px;
}

/* a title inside pane */
#accordion .pane h3 {
    font-weight:normal;
    margin:0;
    font-size:16px;
    color:#999;
}

.plomino-accordion-content{

      height:100%;


}


.plominoFieldGroup label:first-child{
  font-size: 14px !important;
  /*text-decoration: underline; */
}

.plomino_form .plominoFieldGroup.required label:first-child:after {
    color: Red;
    content: "■";
    padding-left: 0.2em;
}

/*
SISTEMA RICERCA
*/

.paging_full_numbers a{
  padding: 5px;
}

input[aria-controls='dynamictable']{

margin-left:-15px;

}
select[aria-controls='dynamictable']{

width:80px;

}

.staticSearch,.dynamicSearch label,h4{
    font-size: 12px !important;
}


.riquadro {
  position: relative;
  text-align: left;
  border: 1px groove #ddd !important;
  border-radius: 4px;
  padding: 1em 2em 0.5em 1em !important;
  margin: 1em 1em 1.5em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
          box-shadow:  0px 0px 0px 0px #000;

}

.riquadro .titolo {
    background: #fff;
    height: 1px;
    position: absolute;
    top: -2px;
    overflow: visible;
}

.riquadro .titolo span {
    top: -0.5em;
    background: #fff;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: visible;
    font-size: 1.3em !important;
    font-weight: bold !important;
    text-align: left !important;
    color:#47429E;
    width:auto;
    padding:0 10px;
    border-bottom:none;
}



.dichiarazione {
  border: 1px solid #ddd !important;
  padding: 1em 1.5em 0.5em 0.5em !important;
  margin: 0.8em 0em 0.5em 0.5em !important;
}

th.tabellone{



}

.tabellone th {
   text-align: center !important;   
}

.tabellone input{
  width:1.5em;
}


.documentFirstHeading{
  text-align: center !important;  
  font-size: 1.8em;
}
.inputpiccolo input{
  width:2em;
}
.inputmedio input{
  width:12em;
}
.inputgrande input{
  width:14em;
}


#renderedForm .alert-info{
  display: none;
}


@media screen{ 
  #doc-intestazione {
    display: none;
  }
  .grigia{
    background-color: #ddd !important;
  }


  
}

@media print{  /*Regola dedicata alla visualizzazione su carta*/
  body{
      margin:10px;
      padding:10px;
  }
  #doc-intestazione {
    display: block;
  }
  form span.TEXTFieldRead-TEXT, 
    span.TEXTFieldRead-TEXTAREA, 
    span.NUMBERFieldRead,
    span.DATETIMEFieldRead{
      color: #000000;
      font-size:12pt;
  }

  form span.TEXTFieldRead{
      color: #000000;
      font-size:12pt;
  }

  form span.label,
    span.legend{
      color: #666 !important;
      font-size: 12pt !important;
  }

  h4 {
    font-size: 1.8em !important;
  }
  h5 {
    font-size: 1.2em !important;
  }
  .documentFirstHeading {
    font-size: 12pt !important;
  }

  .page-footer {
    page-break-after: always;
  }

  .page-head {
    page-break-before: always;
    height: : 20px;
  }

}