﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


body
{
    background-color: White;
    font-size:  80%;
    font-family: 'Futura LT BT';
    margin: 0;
    padding: 0;
    color: black;/*#696969;*/
    height:100%;
    
}

/* COLORI SATO APERURA RICHIESTE NUMERI CONTRATTO */
.onhold {
    background-color: yellow;
}
.todo {
    background-color: orange;
}
.open {
    background-color: green;
}

.cancelled {
    background-color: red;
}

.inprocess {
    background-color: lightpink;
}

.review {
    background-color: darkorange;
}



    .modal
    {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
    }
    .loading
    {
        font-family: 'Futura LT BT';
        font-size:  80%;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        display: none;
        position: fixed;
        background-color: White;
        z-index: 999;
    }
   



a:link
{
    color: white;
   

    /*   
text-decoration:underline; */
}


a:visited
{
    color: white;
}
a:hover
{
    color: white;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: 2px;
    margin-right: 2px;
}

#header
{
    position:  relative;
    margin-bottom: 0px;
    padding-right: 5px;
    color: #000;
    padding-top: 0;
}

#header h1
{
    font-weight: bold;
    padding-top: 20px;
    margin: 0;
    color: white;
    border: none;
    line-height: 0em;
    font-size: 24px !important;
}

#main
{
    padding: 0px 0px 0px 00px;
    background-color: #fff;
    margin-bottom: 0px;
    height:100%;
    /*_height: 1px;*/ /* only IE6 applies CSS properties starting with an underscore */
}

#mainBasicSiteMaster
{
    padding: 0px 0px 0px 00px;
    background-color: orange;
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}


#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px  transparent;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #fff;
    color: #006A4D;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    border:0px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
    
    
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
    
}

textarea 
{
    /*min-height: 100px;*/
    background-color: white;
}


input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
    text-align:left;
}




input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}



/* TABLE 
----------------------------------------------------------*/

table 
{
   
  border: solid 0px;
  border-color: transparent;
  border-collapse: collapse;
  text-align: center;
  


}

table td 
{  
  padding: 1px;   
  border: solid 0px;
  border-color: transparent;
  border-collapse: collapse;
  
}

    table th {
        color: white;
        padding: 6px 5px;
        /* text-align: left; */
        border: solid 3px #e8eef4;
}

    table thead {
        background: #007D45; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(left, #007D45, #63BC47); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(right, #007D45, #63BC47); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(right, #007D45, #63BC47); /* For Firefox 3.6 to 15 */
        background: linear-gradient(to right, #007D45, #63BC47); /* Standard syntax (must be last) */
    }

    table.summary {
        border: none 0px;
        border-color: transparent;
        border-collapse: collapse;
        width: 100%;
        height: 100%;
        background-color: #efefef;
    }

    td.summary 
{

    padding-right: 2px;
    border: none 0px;
    padding-bottom:4px;
    border-color: black;
    text-align: left;
    vertical-align:top;
    font-size:small;

}

td.summarytitle {
    padding-right: 2px;
    border: none 0px;
    padding-bottom: 4px;
    border-color: black;
    text-align: left;
    vertical-align: top;
    font-size: small;
    font-weight: bold;
}

td.commessa {
    padding-right: 2px;
    border: none 0px;
    padding-bottom: 4px;
    border-color: black;
    text-align: left;
    vertical-align: top;
    font-size: large;
    font-weight: bold;
    color: #006A4D;
}

td.commessatitle {
    padding-right: 2px;
    border: none 0px;
    padding-bottom: 4px;
    border-color: black;
    text-align: left;
    vertical-align: top;
    font-size: large;
    font-weight: bold;
    color: #006A4D;
}

tr.commessa {
    /*border-color:black;
    border-style:solid;
    border-width:thin;*/
    /*background-color: #efefef;*/
    color: #006A4D;
    font-weight:bold;
    font-size:large;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:0px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:gray;
}

#greenGradient {
    background: #007D45; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #007D45, #63BC47); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #007D45, #63BC47); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #007D45, #63BC47); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #007D45, #63BC47); /* Standard syntax (must be last) */
}

#logindisplay a:link
{
    color: gray;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: gray;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: gray;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


/* Stili per ID specifici */

#indirizzo
{
   width: 500px;
}

#globalsearch
{
    border:0px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
    text-align: right;
    
}   

table.tablenoborder
{
    
  border: none 0px;
  border-color:transparent;
  border-collapse: collapse;
  width:100%;
  height:100%;

}




table.tablenobordernofill
{
  border: none 0px;
  border-color:transparent;
  border-collapse: collapse;

}


td.tdnoborder
{
  
  padding-right: 0px;
  border: none 0px;
  border-color:transparent; 
  text-align:center;
 }

td.tdwebleft
{
  
  text-align:left;
  
}

td.tdwebright
{
  
  text-align:right;
  
}


td.tdnoborderleft
{
  
  padding-right: 2px;
  border: none 0px;
  border-color:transparent;
  text-align:left;



  
}


td.tdnoborderleftdcflabel
{
	background-color: white;
	color: black;
	font-size: 10pt;
	font-weight: bolder;
	padding-right: 2px;
	border: none 0px;
	text-align:left;
}

td.tdnoborderleftdcfvalue
{
	background-color: white;
	color: Black;
	font-size: 8pt;
	font-weight: normal;
	padding-right: 2px;
	border: none 0px;
	text-align:left;
	
}

td.tdnoborderrightdcfvalue
{
	background-color: white;
	color: Black;
	font-size: 8pt;
	font-weight: normal;
	padding-right: 2px;
	border: none 0px;
	text-align:right;
	
}

td.tdlogo
{
  
  padding-right: 0px;
  border: none 0px;
  border-color:transparent;
  text-align:left;
  width: 101px;
  
}

.mapbtn
{
     background: url(../images/map32.png) no-repeat top center;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;       
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.mapedtbtn {
    background: url(../images/mapedt32.png) no-repeat top center;
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    text-indent: -9999px; /* hides the link text */
    position: relative;
    left: 40%;
    top: 50%;
}
.mapedtbtn16 {
    background: url(../images/mapedt16.png) no-repeat top center;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px; /* hides the link text */
    position: relative;
    left: 40%;
    top: 50%;
}

.mapbtn16
{
     background: url(../images/map16.png) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.mapbtn16r {
    background: url(../images/map16r.png) no-repeat top center;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px; /* hides the link text */
    position: relative;
    left: 40%;
    top: 50%;
}

.homebtn16 {
    background: url(../images/home16.png) no-repeat top center;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px; /* hides the link text */
    position: relative;
    left: 40%;
    top: 50%;
}
.lockbtn
{
     background: url(../images/map32.png) no-repeat top center;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */

     
}

.lockbtn16
{
     background: url(../images/lock16.png) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.ibtn {
    background: url(../images/i32.png) no-repeat top center;
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    text-indent: -9999px; /* hides the link text */
}
.ibtn24 {
    background: url(../images/i24.png) no-repeat top center;
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    text-indent: -9999px; /* hides the link text */
}
.ibtn16 {
    background: url(../images/i16.png) no-repeat top center;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px; /* hides the link text */
    position: relative;
    left: 40%;
    top: 50%;
}
.testbtn
{
     background: url(../images/test32.png) no-repeat top center;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.testbtn16
{
     background: url(../images/test16.png) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.notestbtn
{
     background: url(../images/notest32.png) no-repeat top center;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.notestbtn16
{
     background: url(../images/notest16.png) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.simulazioneBtn
{
	border: none;
    background-color: transparent;
    outline: none;
}

.simulazioneBtn:focus 
{
    border: none;
}

.consolidateBtn
{
	border: none;
    background-color: transparent;
    outline: none;

}
.consolidateBtn:focus
{
    border: none;
}

.movebtn
{
     background: url(../images/move16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.editbtn
{
     background: url(../images/edit16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.editwbtn
{
     background: url(../images/word16.png) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.usersbtn
{
     background: url(../images/users16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.photobtn
{
     background: url(../images/photo16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.photoybtn
{
     background: url(../images/photoy16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.photorbtn
{
     background: url(../images/photor16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.photopbtn
{
     background: url(../images/photop16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.attachbtn
{
     background: url(../images/attach.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
}

.green
{
     background: url(../images/green16.png) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:10%;
     top:50%;
     
}

.red
{
     background: url(../images/red16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:20%;
     top:50%;
     
}
.photomaps
{
     background: url(../images/Google_maps.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}


.compbtn
{
     background: url(../images/comp16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.clonebtn
{
     background: url(../images/clone16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.checkvaluebtn
{
     background: url(../images/checkValues16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.listvaluebtn
{
     background: url(../images/qval16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.extmntbtn
{
     background: url(../images/manStraord16.png) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.extmntbtnred
{
     background: url(../images/manStraordRed16.png) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.otherincomesbtn
{
     background: url(../images/otherIncomes16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.otherincomesbtnred
{
     background: url(../images/otherIncomesRed16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.costs
{
     background: url(../images/costi16.png) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}


     


.cadastral
{
     background: url(../images/catasto16.png) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}




.calcbtn
{
     background: url(../images/calc16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
     }

.calcybtn
{
     background: url(../images/calcy16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
     }

.calcrbtn
{
     background: url(../images/calcr16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
     }

.calcbtn32
{
     background: url(../images/calc32.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
     }

.stopbtn {
    background: url(../images/stop16.png) no-repeat top center;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px; /* hides the link text */
    position: relative;
    left: 40%;
    top: 50%;
}

.stopbtn32 {
    background: url(../images/stop32.png) no-repeat top center;
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px; /* hides the link text */
    position: relative;
    left: 40%;
    top: 50%;
}

.startbtn {
    background: url(../images/play16.png) no-repeat top center;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px; /* hides the link text */
    position: relative;
    left: 40%;
    top: 50%;
}

.startbtn32 {
    background: url(../images/play32.png) no-repeat top center;
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9999px; /* hides the link text */
    position: relative;
    left: 40%;
    top: 50%;
}


.repbtn
{
     background: url(../images/report16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;   
}

.repbtn32
{
     background: url(../images/report32.gif) no-repeat top center;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
     position:relative;  
}

.repbtndraft {
    background: url(../images/report16D.gif) no-repeat top center;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -9999px; /* hides the link text */
    position: relative;
    left: 40%;
    top: 50%;
}

.repbtn32draft {
    background: url(../images/report32D.gif) no-repeat top center;
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    text-indent: -9999px; /* hides the link text */
    position: relative;
}

.dcfbtn
{
     background: url(../images/dcf16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}

.dcfvalbtn
{
     background: url(../images/dcfval16.gif) no-repeat top center;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
     
}
.deletebtn
{
     background: url(../images/delete16.gif) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
          position:relative;
     left:40%;	
     top:50%;
}




.deletebtn32
{
     background: url(../images/delete32.gif) no-repeat top left;
     display: block;
     width: 32px;
     height: 32px;
     text-indent: -9999px; /* hides the link text */
     border-style:hidden;
     cursor:pointer;
     position:relative;
     left:40%;
     top:50%;
}

.optimizebtn
{
     background: url(../images/wizard16.gif) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
          position:relative;
     left:40%;
     top:50%;
}

.addbtn
{
     background: url(../images/add16.gif) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
     position:relative;
     left:40%;
     top:50%;
}

.addbtn32
{
     background: url(../images/add32.gif) no-repeat top left;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
padding-right:5px;
}



.templatebtn32
{
     background: url(../images/first32.gif) no-repeat top left;
     display: block;
     width: 32px;
     height: 32px;
     text-indent: -9999px; /* hides the link text */
}

.personbtn
{
     background: url(../images/person16.gif) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
}

.refreshbtn
{
     background: url(../images/refresh16.gif) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
}

.refreshbtn32
{
     background: url(../images/refresh32.gif) no-repeat top left;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
     padding-right:5px;
}

.xlsDown
{
     background: url(../images/down32.gif) no-repeat top left;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
	 cursor:pointer;
}

.xlsDown16
{
     background: url(../images/xlsDown16.jpg) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
	 cursor:pointer;
     position:relative;
     left:40%;
     top:50%;
}

.pdfDown16
{
     background: url(../images/pdfDown16.jpg) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
	 cursor:pointer;
     position:relative;
     left:40%;
     top:50%;
}
.xlsUp
{
     background: url(../images/expexcelUp.jpg) no-repeat top left;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
	 border-style:hidden;
	 cursor:pointer;
	 overflow:hidden;
}

.TempiCommbtn
{
 -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: 'Futura LT BT';
  font-size:  80%;
  background-color: #659285;
  padding-right: 5px;
  text-decoration: none;
}






.Annulla_o_elimina
{
   background: #d9348c;
  background-image: -webkit-linear-gradient(top, #d9348c, #b82b5e);
  background-image: -moz-linear-gradient(top, #d9348c, #b82b5e);
  background-image: -ms-linear-gradient(top, #d9348c, #b82b5e);
  background-image: -o-linear-gradient(top, #d9348c, #b82b5e);
  background-image: linear-gradient(to bottom, #d9348c, #b82b5e);
  -webkit-border-radius:  17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  text-shadow: 3px 4px 3px #d9348c;
  font-family: 'Futura LT BT';
  color: #fcfcfc;
  font-size:  80%;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
}

.Annulla_o_elimina:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


#xlsFile
{

    margin-left:0px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}


.firstbtn
{
     background: url(../images/first16.gif) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
}

.backbtn32
{
     background: url(../images/back32.gif) no-repeat top left;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
}



.nextbtn
{
     background: url(../images/next16.gif) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
}

.lastbtn
{
     background: url(../images/last16.gif) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
}

.savebtn
{
     background: url(../images/save32.gif) no-repeat top left;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
}

.searchbtn
{
     background: url(../images/search16.gif) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
	  cursor:pointer;
}

.searchbtn32
{
     background: url(../images/search32.gif) no-repeat top left;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
	  cursor:pointer;
}

.filtericon
{
     background: url(../images/filter.png) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
	  cursor:pointer;
}

.okicon16
{
     background: url(../images/ok16.png) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
	  cursor:pointer;
	  position:relative;
	       left:20%;
     top:50%;
}

.okicony16
{
     background: url(../images/oky16.png) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
	  cursor:pointer;
	  position:relative;
	       left:20%;
     top:50%;
}

.okiconr16
{
     background: url(../images/okr16.png) no-repeat top left;
     display: block;
     width: 16px;
     height: 16px;
     text-indent: -9999px; /* hides the link text */
	  cursor:pointer;
	  position:relative;
	       left:20%;
     top:50%;
}

.filtericon32
{
     background: url(../images/filter32.gif) no-repeat top left;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
}

a.closebtn
{
     background: url(../images/close32.gif) no-repeat top left;
     display: block;
     width: 24px;
     height: 24px;
     background-size:contain;
     text-indent: -9999px; /* hides the link text */
}

.logo
{
     background: url(../images/cbre.gif) no-repeat top left;
     display: block;
     padding: 0 0 0 0;
     text-indent: -9999px; /* hides the link text */
     width: 100px;
     height: 32px;
}




.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.info {
	float: right;
	font-size: small;
}

.pagetitle {
	float: right;
	margin-right: 1.5em;
     color:black;
     background-color:white;
     	font-size: smaller;

}


a.arrow:link
{
    color:White;     
     text-decoration:none;
     margin-right:0;
}

a.arrow:visited
{
    color: white;
}
a.arrow:hover
{
    color: white;
    text-decoration: none;
}
a.arrow:active
{
    color: #12eb87;
}

input.num[type="text"] 
{
    width: 90px;
    border-color:transparent;
    border-style:hidden;
    border-width: 0px;
    border-bottom-color:#CCC;
    border-bottom-style:solid;
    border-bottom-width:1px;
    text-align:right;
    font-size:11px;
}


input.important_num[type="text"] 
{
    background-color:#ff1f35;
    width: 90px;
    border-color:transparent;
    border-style:hidden;
    border-width: 0px;
    border-bottom-color:black;
    border-bottom-style:solid;
    border-bottom-width:1px;
    text-align:right;
    font-size:12px;
}


input.numhidden[type="text"] 
{
    width: 50px;
    border-color:transparent;
    border-style:hidden;
    border-width: 0px;
    border-bottom-color:#CCC;
    border-bottom-style:solid;
    border-bottom-width:1px;
    text-align:right;
    font-size:11px;
    display:none;
}


input.text[type="text"] 
{
    width: 200px;
    border-color:transparent;
    border-style:hidden;
    border-width: 0px;
    border-bottom-color:#CCC;
    border-bottom-style:solid;
    border-bottom-width:1px;
    text-align:left;
    font-size:11px;
}

input.searchtext[type="text"] 
{
    width: 100px;
    border-color:transparent;
    border-style:hidden;
    border-width: 0px;
    border-bottom-color:#CCC;
    border-bottom-style:solid;
    border-bottom-width:1px;
    text-align:left;
    font-size:11px;
}

fieldset.noborder
{
    border-color:transparent;
    border-style:hidden;
    border-width: 0px;
    margin: 0 0 1.5em 0;
}

fieldset.noborder0
{
    border-color:transparent;
    border-style:hidden;
    border-width: 0px;
    margin: 0 0 0 0;
}

table.grid
{
    border-style:solid;
    border-width: 1px;
    width:100%;
    height:100%;
}


div.footer
{
    
    border-style:solid;
    color:white;
    font-size:larger;
    padding : 0px;
    background-color: #58595b;
}


#boldText
{
    font-weight:bolder;
}


a.gray

{
    color: black;
    text-decoration:underline;  
}

a.redLink {
    color: red;
    text-decoration: underline;
 
}

a.blueLink {
    color: blue;
    text-decoration: underline;
}

a.vacant

{
    color: indianred;
    text-decoration:underline   ;  
    font-weight:bold ;
}

.alt
{	
     background-color: #efefef;
     color: black ;
}

.selected
{	
    background-color: White; /* #69be28; #F5F5DC; */
    /*beige
    */
}

div.shown
{
	display:block;
	width:100%;	
}

div.hidden
{
	display:none;
	width:100%;	
}
textarea.shown
{
	display:block;
	width:100%;	
}

textarea.hidden
{
	display:none;
	width:100%;	
}

.inlineEdit input
{
	width: 50px;
	border-width: 10px;
	border-color:transparent;
	border-top-style:none;
	border-left-style:none;
	border-right-style:outset;

}

.inlineEdit button
{
     background: url(../images/ok32.png) no-repeat center right;
     display:inline-block;
     width: 32px;
     height: 32px;
     text-indent: -9999px; /* hides the link text */
     
}

.editablecell
{
	font-weight:bolder;

}






#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="url(../images/overlay.png)", sizingMethod="scale");
	}
	
.upload_file_container{
   width: 100px;
   height: 30px;
   position: relative;
   border-style:none;
   overflow: hidden;
   background:url(../images/select.gif) no-repeat;
   left:9999px;
   top:0;

}


.upload_file_container input[type="file"]{
   filter: alpha(opacity=0);
   opacity: 0;
}
#MapsContainer{
	display: block;
	margin: auto;
	width: 1000px;
	text-align: left;
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
	}

.input_dinamici{
	width: 170px;
	float:left;
	border:0px;
	}
	
#maps{ text-align: center; margin: 10px 10px 0px 0px; float: left; }

#MapsContainer h1{
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: 'Amaranth', serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	text-shadow: 4px 4px 4px #bbb;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.061em;
	word-spacing: 0.163em;
	line-height: 1.03;
	}
	
.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
	}
	
#GetMaps, #Reset{
	background-color: #eee;
	background-image: url('Google_maps.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	height: 40px;
	width: 200px;
	display: block;
	line-height: 40px;
	float: left;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
	color: #aaa;
	margin: 10px 10px 0px 0px;
	}

#GetMaps:hover, #Reset:hover{
	background-color: #aaa;
	color: #000;
	}
	

	
#MapsForm fieldset{
	text-align: left; 
	border: 0px solid #ccc;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;  
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 15px;
	padding: 0 1.5em 1.5em 1.5em;
	overflow: hidden;
	}
	
#MapsForm  label{
	padding: 0px;
	display: block;
	width: 200px;
	margin: 10px 10px 0px 0px;
	/*float: left;*/
	}

#MapsForm input {
	height: 15px;
	width: 200px;
	display: block;
	font-size: 12px;
	line-height: 13px;
	}

/*	
input.submit{background: #0a0; margin-right: 10px;}
input.reset{background: #f33; }
input.submit:hover, input.reset:hover, input.submit:active, input.reset:active{cursor: pointer; }

#MapsForm  input.submit,#MapsForm  input.reset{
	height: 40px;
	width: 200px;
	color: #fff;
	float: left;
	margin-top: 10px;
	}*/

#tabs_desc_Asset { 
    background: transparent; 
    border: none; 
} 
#tabs_desc_Asset .ui-widget-header { 
    background: transparent; 
    border: none; 
    /*border-bottom: 1px solid #c0c0c0;*/ 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#tabs_desc_Asset .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
#tabs_desc_Asset .ui-tabs-nav .ui-state-active { 
    /*background: transparent url(../images/uiTabsArrow.png) no-repeat bottom center;*/ 
    border: none; 
} 
#tabs_desc_Asset .ui-tabs-nav .ui-state-default a { 
    color: #c0c0c0; 
} 
#tabs_desc_Asset .ui-tabs-nav .ui-state-active a { 
    color: #459e00; 
}



#tabs { 
    background: transparent; 
    border: none; 
} 
#tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    /*border-bottom: 1px solid #c0c0c0;*/ 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#tabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
#tabs .ui-tabs-nav .ui-state-active { 
    /*background: transparent url(../images/uiTabsArrow.png) no-repeat bottom center;*/ 
    border: none; 
} 
#tabs .ui-tabs-nav .ui-state-default a { 
    color: #c0c0c0; 
} 
#tabs .ui-tabs-nav .ui-state-active a { 
	outline-color: transparent;
    color: #459e00; 
}

.ui-spinner-button {
    display:block;
    font-size:  0.5em;
    overflow:hidden;
    padding:0;
    position:absolute;
    text-align:center;
}
.clickable{
    cursor: pointer;
    background: #ffff99;
}