/* V4 del 2020-02-26 */

div.sfondo{
    background-image: url('../../images/villini_red.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 90%;
    width: 100%; height: 100%;
}

@media only screen and (max-width: 600px) {
    body{font-size:8px;}
    input{font-size:8px;}
    h1{font-size:12px;}
    div.sfondo{min-height:200px;}
    img.small_ico{width:15px}
}

@media only screen and (max-width: 1400px) {
    body{font-size:12px;}
    input{font-size:12px;}
    h1{font-size:20px;}
    div.sfondo{min-height:500px;}
    img.small_ico{width:20px}
}

@media only screen and (min-width: 1401px) {
    body{font-size:16px;}
    input{font-size:18px;}
    h1{font-size:26px}
    div.sfondo{min-height:700px;}
    img.small_ico{width:30px}
}

button.login{font-size: 100%}

.bg {
 width: 100%;
        height: 60px;
 position: absolute;
 top: 0;
 left: 0;
        z-index: 1;
}
.title{
    ssposition: absolute;
    text-align: center;
    width: 100%;
    top: 10px;
    left: 0px;
    z-index: 2;
}
.logo{
    ssposition: absolute;
    top: 3px;
    left: 10px;
    z-index: 3;
}

div.header{
width:100%;
text-align:center;
}

div.containerfullcenter{
position:relative;
top: -10px;
left: 0px;
width:100%;
text-align:center;
}

div.containerfullleft{
width:100%;
margin:5px;
text-align:left;
}

.centrata { margin-left:auto; margin-right:auto; }
img{ border:none; outline:none;}

/*MENU*/
.tablemenu{
    border-bottom: 1px solid #929492;
    border-top: 1px solid #929492;
    width:100%;
    /*font-size:12px;
    /*color:#514f4f;*/
	color:#000;
}

.halfmoon li{
    display: inline;
    margin: 0;
}

.halfmoon li a{
    text-align:left;
    text-decoration: none;
    margin: 0;
    /*color:#514f4f;*/
	color:#000;
    /*font-size: 12px;*/
    width:100px;
    height:20px;
}

.halfmoon li a:hover, .halfmoon li.selected a{
    color:#048bc1;
}
.button-logoff{
    background-color:#ffece5;
    border: 0px;
    color:#514f4f;
    font-size:12px;
    font-family:sans-serif;
    width:120px;
}
/*END MENU*/

.table-page{
    /*font-size:12px;*/
    font-family:sans-serif;
    color:#514f4f;
    margin-top:60px;
    width:100%;
}
table{
   /*font-size:12px;*/
   font-family:sans-serif;
   /*color:#514f4f; */
   color:#000;
}
.table-login{
    border-bottom: 1px solid #929492;
    border-top: 1px solid #929492;
    /*font-size:12px;*/
    color:#514f4f;
}
.table-azure{
    border-bottom: 1px solid #929492;
    border-top: 1px solid #929492;
    /*font-size:12px;*/
    background-color:#eaeff5;
}
.button_pmo{
    
    border-bottom-color:white;
    border-left-color:white;
    border-right-color:white;
    border-top-color:white;
    background:white;
    background-color: white;
    
}
.button_pmo:hover{
    background-color: white;
    border-bottom-color:white;
    border-left-color:white;
    border-right-color:white;
    border-top-color:white;
    background:white;
}
.button_pmooverexplorer{
    background-color: white;
    border-bottom-color:white;
    border-left-color:white;
    border-right-color:white;
    border-top-color:white;
    background:white;
}

button{
    background-color:#e9e7e7;
    border: 1px solid #514f4f;
    color:#514f4f;
    /*font-size:12px;*/
    font-family:sans-serif;
    /*width:120px;*/
}


button:hover{
    background-color: #faeda7;
}
.buttonoverexpolorer {
    background-color: #faeda7;
}

input{
    /*width:150px;*/
    /*color:#514f4f;*/
	color:#000;
    border-width:1px;
}

input.color{
	background-color: #fafa80;
}

input.espanso{    
	width:300px;
    /*color:#514f4f;*/
	color:#000;
    border-width:1px;
	background-color: #fafa80;
}

.message_error{
    color:red;
    /*font-size:11px;*/
}
input.error{
    background-color:#faeda7;
}
select.error{
    background-color:#faeda7;
}

div.suggestions {
    -moz-box-sizing: border-box;     /*box-sizing: border-box;*/
    border: 1px solid black;
    position: absolute;
}
div.suggestions div {
    cursor: default;
    padding: 0px 3px;
    background-color: #eef;
}
div.suggestions div.current {
    background-color: #6580D8;
    color: white;
}

img.middle {vertical-align:middle;}

th.vertical{    text-align: center;
                vertical-align: middle;
                width: 20px;
                margin: 0px;
                padding: 0px;
                padding-left: 3px;
                padding-right: 3px;
                padding-top: 10px;
                white-space: nowrap;
                -webkit-transform: rotate(-90deg); 
                -moz-transform: rotate(-90deg);                 
}

/*************************/
/*   inizio css per menu */
/*************************/
.dropbtn {
    background-color:#4080FF; /* #4CAF50;*/
    color: white;
    padding: 3px;
    font-size: 110%;
    border: none;
    cursor: pointer;
    width:120px;
	/*-webkit-border-radius: 40px 8px 40px 8px;
	-moz-border-radius: 40px 8px 40px 8px;
	-ms-border-radius: 40px 8px 40px 8px;
	-o-border-radius: 40px 8px 40px 8px;*/
	border-radius: 40px 8px 40px 8px;
}

a.dropsub {
    color: #009 !important;
    cursor: pointer;
	border:none;	
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #0000FF; /*#3e8e41;*/
    text-decoration: none;
    outline:none !important;
}

.dropdown {
    position: absolute;top:70px;left:10px;
    display: inline-block;
    text-decoration: none;
	z-index:100;
}

.dropdown-content {
    display: none;
    /*position: absolute;*/
    background-color: #f9f9f9;
    min-width: 180px;
    max-width: 200px;
    overflow:auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-sub {display: none;}

.dropdown-sub a {
    color: black;
    padding: 8px 64px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #f1f1f1}

.show {display:block;}
/***********************/
/*   fine css per menu */
/***********************/

table.center{
    margin-left: auto;
    margin-right: auto;
}
table.datatable{
	background-color:#FF8;
}
tr.datatable{
	/*background-color:#8FF;*/
}

.segreteria{
	background-color:#D9CAFE;
}

.segreteria1{background-color:#B18CFE;
}
	

td.datatable{
	height:30px;
	padding: 5px 5px 5px 5px
}

.manina{cursor:pointer !important;}
.sottolineato{text-decoration: underline;}

td.tdlabel{color:#009;text-align:right}
td.tddata{font-weight:bold;color:#000;text-align:left}
.mydata{font-weight:bold;color:#000;}

.label{background-color:#0FF}
tr.filter{background-color:#F90}
tr.newrow{background-color:#0F0}
tr.bianco{background-color:#FFF}
tr.giallo{background-color:#FF8}

tr.cattivo{background-color:#F55}
tr.attesa{background-color:#FFF}
tr.medio{background-color:#FF8}
tr.buono{background-color:#5F5}
tr.rateo{background-color:#FF40FF}
tr.ratascaduta{background-color:#8040A0;color:#FFF}
tr.free{background-color:#88F;}

td.blue{color:#00F;text-decoration: underline;
}

td.invisible{border:0 hidden white}

input:focus, textarea:focus, select:focus{background-color:#FF0}
button.piccolo{width:60px}

#previewing{height:200px;
			border: 2px solid red; !important;}
#loading{display:none;}

tr.rimborsato{background-color:#F55}
tr.recesso{background-color:#F55}
tr.portacconto{background-color:#FFFF00}
tr.sospeso{background-color:#FFB000}
tr.iscritto{background-color:#90FF50} 
/* tr.iscritto{background-color:#90D050}  */
tr.pagato{background-color:#00B0F0; font-weight: bold;}

h1,h2{font-family:Times New Roman,serif;}

button.bluebutton{
	background-color:#4080FF;
	color:#FFF;
	padding: 1px;
    /*font-size: 12px;*/
    border: 1px solid #0;
    cursor: pointer;
	-webkit-border-radius: 20px 3px 20px 3px;
	-moz-border-radius: 20px 3px 20px 3px;
	-ms-border-radius: 20px 3px 20px 3px;
	-o-border-radius: 20px 3px 20px 3px;
	border-radius: 20px 3px 20px 3px;
}
button.bluebutton:hover, button.bluebutton:focus {
    background-color: #0000FF;
}

th.myvertical {
	height: 140px;
	white-space: nowrap;
}

th.myvertical > div {
	transform: 
	/* Magic Numbers */
	translate(0px, 55px)
	/* 45 is really 360 - 45 */
	rotate(270deg);
	width: 30px;
}

th.myvertical > div > span {
	padding: 5px 10px;
}

td.top{vertical-align:top}
.centered{text-align: center}

.folderselector:hover{
    color:#0000CC !important;
}

input.fullsize {
    width: 97%;
}

div.fullrect{
    width: 100%;
    height: 100%;
    margin:3px;
    border:1px solid black;
    text-align: center;
    vertical-align: middle;
}

.mandatory{
    background-color: #6060ff;
    color: white;
}