﻿#mainBody
{
    margin: -5px -5px 5px -5px;
background:rgba(238, 238, 238, 1);
}
.merletto
{
    background: url('merlettoHeader.png') repeat-x scroll transparent 0 -25px;
    bottom: 0;
    height: 10px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.merlettogray
{
    background: url('merlettoHeader.png') repeat-x scroll transparent 0 0;
    filter:grayscale(100%);
    bottom: 0;
    height: 10px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.merlettograyend
{
    background: url('merlettoHeader.png') repeat-x scroll transparent 0 -28px;
    filter:grayscale(100%);
    bottom: 0;
    height: 10px;
    position: relative;
    width: 100%;
    z-index: 2;
}
input[type="button"],
input[type="submit"] {
  font-family: arial, verdana;
  font-size: 12px;
  margin:3px;  
  border-style:solid;
  border-width:thin;
  /*background-color: #89B4E6;*/
  background-color:rgba(204, 204, 204, 1);
}
.datagrid-row-selected {
    background-color:rgba(204, 204, 204, 1);
}
textarea,
input[type="text"],
input[type="password"]
{
  font-family: arial, verdana;
  font-size: 12px;
  margin:3px;  
  border-style:solid;
  border-width:thin;
  width:90%;
}
.corretto,
.errore {
  padding: 3px;
  text-align: center;
  width: auto;
  font-weight: bold;
  border: 1px solid #349534;
  background: #C9FFCA;
  color: #008000;
}
.errore {
  border: 1px solid #CC0000;
  background: #F7CBCA;
  color: #CC0000;
}
div
{
    float:none;
}
.CCWidget
{
	border-style:none;
	-border-color: #990033;
	border-color:transparent;
	/*background: rgba(255, 255, 255, 0.9);*/
	background:rgba(238, 238, 238, 0.9);
	margin:2px;
	min-height:30px;

}
#Titolo
{
    text-align:center;
    font-family:Book Antiqua;
    font-size:x-large;
    color:White;
	text-shadow: 1px 1px 2px white;
    background-color:#033188;

	-moz-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	filter:
	    progid:DXImageTransform.Microsoft.Shadow(color=#F7F7F7,direction=90,strength=2)
	    progid:DXImageTransform.Microsoft.Shadow(color=#F7F7F7,direction=180,strength=2)
}
#EndPage
{
    font-size: xx-small;
    text-align:center;
    position:relative;
}
#PageContainer
{
    overflow:auto;
    margin:10px;
}

#WidgetPageContainer
{
    height:77vh;
    min-height:500px;
}
#menuButt
{
    background:url('bottoni.png') no-repeat -30px;
    width:30px;
    height:30px;
    margin:10px;
}
#menuLogin
{
    background:url('bottoni.png') no-repeat;
    width:30px;
    height:30px;
    margin:10px;
    
}
#WidgetMenu ul 
{
    padding-left:0px;
    list-style-type: none;
    cursor: default;
}
#WidgetMenu li
{
    text-shadow: 0px 0px 0px #000;
    padding-top:15px;
    background-color:transparent;
    /*border-bottom-style:inset;
    border-bottom-color:#89B4E6;*/
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);*/
    font-size:70%;
    text-align:left;
    text-indent:5%;
    font-family:serif;
    font-style:oblique;
}		
#WidgetMenu li:hover
{
    font-size:70%;
    font-weight:bold;
    font-family:serif;
    font-style:oblique;
    list-style-type: none;
    padding-top: 15px;
    /*background-color: #89B4E6;*/
    background-color:rgba(204, 204, 204, 1);
    /*box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);*/
    /*border-bottom-style: inset;
    border-bottom-color: cornflowerblue;*/
}		
#WidgetLogin td:nth-child(2)
{
    width:100%;
}		


#WidgetLogin,
#WidgetMenu
{
    height:80%;
    overflow:auto;
    box-shadow:0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
#WidgetMenu
{
    text-align:center;
    /*font-family:Book Antiqua;*/
    font-size:x-large;
}

#simplemodal-overlay {background-color:#000;}
/* Container */
#simplemodal-container {height:400px; width:600px; background-color:White; }
#simplemodal-container .simplemodal-data {padding:8px;}

.tree-file{
	display:inline-block;
	background:url('bottoni.png') no-repeat -120px;
	width:30px;
	height:30px;
	vertical-align:middle;
}
.tree-folder{
	display:inline-block;
	background:url('bottoni.png') no-repeat -60px;
	width:30px;
	height:30px;
	vertical-align:middle;
}
.tree-folder-open{
	background:url('bottoni.png') no-repeat -90px;
	width:30px;
	height:30px;
}

.tree-icon{
filter: grayscale(60%);
}

/*aggiungo filtro grayscale per convertire tutto in color tortora*/
/*
img,
.tree-icon,
#menuLogin,
#menuButt,
#ContentDiv,
.CCWidget,
.simplemodal-wrap
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    
}
.CCWidget
{
	background:transparent;
}
#mainBody
{
    background-color:gainsboro;
}
#WidgetLogin,
#WidgetMenu
{
    background: #eee;
}
#stemma
{
    -webkit-filter: drop-shadow(6px 6px 10px rgba(0,0,0,0.5));
    filter: drop-shadow(6px 6px 10px rgba(0,0,0,0.5));
}
*/