<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Verdana, Arial, 'Arial Black';
  /*font-size: 11px;*/
}
.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase &gt; p &gt; .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.container {
    width: 90%;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.disabled {
    pointer-events: none; /* Disabilita i clic */
    opacity: 0.5; /* Opacità per indicare che è disabilitato */
}

/* Altezza della selezione */
.select2-container .select2-selection--single {
    height: 33px !important;
    font-size: 11px !important;
    line-height: 33px !important;
}

/* Testo all'interno della selezione */
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
}

/* Altezza della freccia della Select2 */
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 33px !important;
}

/* Font size per le opzioni del menu */
.select2-container .select2-results__option {
    font-size: 11px !important;
}

.select2-container .select2-search__field {
    font-size: 11px;
    height: 33px;
    line-height: 33px;
}

.jumbotron {
    background-color: #2F5280;
    color: #FFFFFF;
    padding: 25px 20px;
	margin-top: 10px;
}
.col-sm-4 {
    width: 100%;
}
.contpanel {
  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);
}
.contpanel blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.contpanel-lg {
  padding: 24px;
  border-radius: 6px;
}
.contpanel-sm {
  padding: 9px;
  border-radius: 3px;
}
#main-container {
    font-size: 11px;
    min-height: 350px;
}
#istanze-header {
    /*width: 1230px;*/
    width: 800px;
    text-align: center;
    background-color: #e1e9f6;
    border-radius: 3px;
    padding: 5px;    
    color: #006cb7;
    font-size: 12px;
    margin: 0 -30px;
    box-shadow: 2px 5px 3px rgba(68,68,68,0.6);
    z-index: 100;
    height: 120px;
}
.menu-instanze {
    padding: 0;
    float: left;
}

.item-istanze {
    margin: 10px;
    padding: 10px;
    display: inline-block;
    background: url(images/item-istanze.png) no-repeat;
    width: 120px;
    height: 120px;
    float: left;
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    border-radius: 13px;
}

/*.item-istanze:hover {
    background: url(images/nuova.png) no-repeat;
}

.item-istanze a {
    color: #FFF;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    text-align: center;
}*/

.pagination-gv {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td {
    display: inline;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; a,
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td:first-child &gt; a,
.pagination-gv table &gt; tbody &gt; tr &gt; td:first-child &gt; span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td:last-child &gt; a,
.pagination-gv table &gt; tbody &gt; tr &gt; td:last-child &gt; span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; a:hover,
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span:hover,
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; a:focus,
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/* Inizio Domenico 01/10/2015*/
.label-primary
{
  width: 100%;
}
/* Fine Domenico*/

/* Inizio Domenico 01/10/2015*/
.label-danger
{
  width: 100%;
}
/* Fine Domenico*/

/* Inizio Domenico 01/10/2015*/
.GrigliaColonnaIntestazione
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 10px;
	font-weight:bold;
	border-left: white 1px solid;
	color: white;
	border-bottom: white 1px solid;
	font-family: Verdana, Arial, 'Arial Black';
	text-align: center;
	background-color:#2F5280;
	padding:3px;
}
/* Fine Domenico*/

/* Inizio Domenico 01/10/2015*/
.GrigliaColonnaRight
{
    font-size: 11px;
    border-bottom: gray 1px dashed;
    font-family: Verdana, Arial, 'Arial Black';
    text-align: right;
    color: #2F5280;
    padding:5px;
}
/* Fine Domenico*/

/* Inizio Domenico 01/10/2015*/
.GrigliaColonnaLeft
{
    font-size: 11px;
    border-bottom: gray 1px dashed;
    font-family: Verdana, Arial, 'Arial Black';
    text-align: left;
    color: #2F5280;
    padding:5px;
}
/* Fine Domenico*/


/* Inizio Domenico 05/10/2015*/
.CampoObbligatorio
{
    background-color: lightyellow;
}
/* Fine Domenico*/

/* Inizio Domenico 13/10/2015*/
 .pdf
{
    background-image: url(Images/pdfa.png);
    background-repeat:no-repeat;
	background-color:transparent;
    background-position:center;
    text-align:center;
    vertical-align:bottom;
    width:30px;
    height:30px;
}
/* Fine Domenico*/   
.p7m
{
    background-image: url(Images/signedfile.png);
    background-repeat:no-repeat;
	background-color:transparent;
    background-position:center;
    text-align:center;
    vertical-align:bottom;
    width:30px;
    height:30px;
}


.pagination-gv {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td {
    display: inline;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; a,
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td:first-child &gt; a,
.pagination-gv table &gt; tbody &gt; tr &gt; td:first-child &gt; span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td:last-child &gt; a,
.pagination-gv table &gt; tbody &gt; tr &gt; td:last-child &gt; span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; a:hover,
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span:hover,
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; a:focus,
.pagination-gv table &gt; tbody &gt; tr &gt; td &gt; span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.label-stato {
  background-color: #5bc0de;
  float: right;
}
.panel-title-richiedente {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
}
.panel-title-richiedente &gt; a,
.panel-title-richiedente &gt; small,
.panel-title-richiedente &gt; .small,
.panel-title-richiedente &gt; small &gt; a,
.panel-title-richiedente &gt; .small &gt; a {
  color: inherit;
}

.panel-title-istanza {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
}
.panel-title-istanza &gt; a,
.panel-title-istanza &gt; small,
.panel-title-istanza &gt; .small,
.panel-title-istanza &gt; small &gt; a,
.panel-title-istanza &gt; .small &gt; a {
  color: inherit;
}

.panel-title-marca {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
}
.panel-title-marca &gt; a,
.panel-title-marca &gt; small,
.panel-title-marca &gt; .small,
.panel-title-marca &gt; small &gt; a,
.panel-title-marca &gt; .small &gt; a {
  color: inherit;
}

.font11 {
    font-size: 11px;
}
.font12 {
    font-size: 12px;
}
.font9 {
    font-size: 9px;
}


/* navbar */
.navbar-geotec {    
    background-color: #fcf8e3;
    border-color: #E7E7E7;
    font-size: 12px;
}
/* title */
.navbar-geotec .navbar-brand {
    color: #777;
}
.navbar-geotec .navbar-brand:hover,
.navbar-geotec .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-geotec .navbar-nav &gt; li &gt; a {
    color: #777;
}
.navbar-geotec .navbar-nav &gt; li &gt; a:hover,
.navbar-geotec .navbar-nav &gt; li &gt; a:focus {
    color: #333;
}
.navbar-geotec .navbar-nav &gt; .active &gt; a, 
.navbar-geotec .navbar-nav &gt; .active &gt; a:hover, 
.navbar-geotec .navbar-nav &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #2F5280;
}
.navbar-geotec .navbar-nav &gt; .open &gt; a, 
.navbar-geotec .navbar-nav &gt; .open &gt; a:hover, 
.navbar-geotec .navbar-nav &gt; .open &gt; a:focus {
    color: #555;
    background-color: #D5D5D5;
}
/* caret */
.navbar-geotec .navbar-nav &gt; .dropdown &gt; a .caret {
    border-top-color: #777;
    border-bottom-color: #777;
}
.navbar-geotec .navbar-nav &gt; .dropdown &gt; a:hover .caret,
.navbar-geotec .navbar-nav &gt; .dropdown &gt; a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-geotec .navbar-nav &gt; .open &gt; a .caret, 
.navbar-geotec .navbar-nav &gt; .open &gt; a:hover .caret, 
.navbar-geotec .navbar-nav &gt; .open &gt; a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-geotec .navbar-toggle {
    border-color: #DDD;
}
.navbar-geotec .navbar-toggle:hover,
.navbar-geotec .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-geotec .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar-geotec .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #777;
    }
    .navbar-geotec .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
    .navbar-geotec .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
        color: #333;
    }
}


.footer {
	background: #EDEFF1;
	height: 150px;
	/*padding-bottom: 10px;*/
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 15px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 5px;
	color: #7F8C8D;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
    height: 40px;
}
.footer-bottom p.pull-left {
	/*padding-top: 2px;   */
    font-size: 12px;
}
.navbar-right {
    margin-right: 10px;
}

.floatingButtonBarSiscom {
    background: #cacaca;
    padding:10px;
    border-radius:5px;
    display: inline-block;
    position: fixed;
    bottom: 10px;
    left: 30px;
    margin-left:20px;
    z-index: 1020;      /* per tenere sempre in primo piano */
    opacity:0.8;
}

.floatingButtonBarSiscom:hover {
    opacity:1;
}

.floatingMenuSiscom {
    background: #cacaca;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    position: fixed;
    /*top: 50%;*/
    /*left: 83%;*/
    z-index: 1020; /* per tenere sempre in primo piano */
    opacity: 0.9;
    /*width: 1140px;*/
    width: 40%;
    height: auto;
    /*left: 30%;*/
    /*right: 0;*/
    /*left: 5px;
    bottom: 5px;*/
    left: 30%;
    top: 0;
}

.floatingMenuSiscom:hover {
    opacity: 1;
}

.attesa {
    position: fixed;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.centra {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 120px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .centra img {
        height: 100px;
        width: 100px;
    }</pre></body></html>