
/* - ploneCustom.css - */
@media all {
/* https://istanzeonline.comune.padova.it/iol_public/portal_css/ploneCustom.css?original=1 */
.blocchetto {
width:20em;
float:left;
margin-left:1em;
border:red 1px solid;
}
.blocchetto h4 {
color:#841b2b;
}
#content .blocchetto ul {
list-style-type: none;
border:0px solid orange;
margin-left: 5px;
}
.blocchetto_clear{
clear:both;
}
/* */
#loading  {
display:none;
position:absolute;
top:0;
left:0;
width:100%;
height:1000%;
background-color:#333333;
background-color:rgba(51,51,51,0.5);
z-index: 10000;
}
#loading  .wait{
border:1px solid #EEEEEE;
width:200px;
margin:auto;
padding:4px;
font-size:12px;
color: red;
background-color: #FFFFFF;
font-weight: 600;
}
.inline {display: inline-block;margin: 5px 10px;}
.pull-right {float: right}
.pull-left {float: left}
input.pull-left,select.pull-left  {margin: 4px;}
.clearfix {clear: both;}
.context.btn {margin: 4px 30px;}
.w60 { width: 60px !important; }
.w70 { width: 70px !important; }
.w80 { width: 80px !important; }
.w90 { width: 90px !important; }
.w100 { width: 100px !important;}
.w110 { width: 110px !important;}
.w120 { width: 120px !important;}
.w130 { width: 130px !important;}
.w140 { width: 140px !important;}
.w150 { width: 150px !important;}
.w160 { width: 160px !important;}
.w170 { width: 170px !important;}
.w180 { width: 180px !important;}
.w190 { width: 190px !important;}
.w200 { width: 200px !important;}
.paginate_button, .paginate_active {
padding: 2px  3px;
margin-right: 2px;
}
.paginate_button {
color: #205c90;
border: 0.1em solid #ccc;
}
.paginate_button:hover {
color: white;
background-color: #d6362d;
cursor: pointer;
}
.dataTables_info {
float: left;
}
.dataTables_paginate {float: right; }
.dataTables_paginate, .dataTables_info {
font-height: 80%;
}
.searchResults .documentAuthor {
display:none;
}
/* */
}

