﻿
/* CSS Document */

.LabelTit_aspx {
    color:White;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
}
.LabelTit10_aspx {
    color:White;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
}
.LabelTit12_aspx {
    color:White;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}

.AngoliTondi_aspx 
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.AngoliTondi5_aspx 
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Ombra_aspx {
    box-shadow: 10px 10px 5px #888888;
}

#aaaa div {
border:solid 1px red; 
}

.StretchBack_aspx
{
background-position: center center;
margin: 0px 0px 0px 0px;
background-size: 100%;
background-repeat: no-repeat;
width: 100%;
height: 100%;
padding: 0px 0px 0px 0px;
}

.largerCheckbox_aspx
    input{    
         width: 20px;    
         height: 20px;
    }

.LabelPartecipa_aspx 
{
	font-family:Arial;
	font-size:medium;
	color:#2A3585;
	display:inline-block;
}

.myGrid th {border:1px solid #C0C0C0}
.myGrid th.first {border-left:1px solid #C0C0C0;}
.myGrid th.last {border-right:1px solid #B3B3B3;}
td.border_style
{
    border-left: 1px solid #B3B3B3;
    border-top: 1px solid #B3B3B3;
}    

.LabelInline_aspx
{
	display:inline-block;
}

.LabelBreak_aspx
{
	word-wrap:break-word; 
}

.RadioButtonInline_aspx
{
	display:inline;
}

.invisible_aspx
{
    width:0px;
    display:none;
    
}

                                  
/*Modal Popup*/
.modalBackground_aspx {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalBackground2_aspx {
    background-color:Gray;
    filter:alpha(opacity=20);
    opacity:0.2;
}

.modalPopup_aspx {
    background-color:White;
    border-width:1px;
    border-style:none;
    border-color:Gray;
    padding:0px;
    width:150px;
}

.modalPopup_aspx p {
    padding: 5px;
}

.ModalStyleA_aspx {
    background-color:Transparent;
}

.selector_aspx {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px gainsboro;
}

.modal_aspx
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.modal2_aspx
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Transparent;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center_aspx
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center_aspx img
{
    height: 128px;
    width: 128px;
}

.FixedHeader_aspx {
    position: absolute;
    font-weight: bold;
}     
.HeaderFreez_aspx {
   position:absolute ;
   cursor: default;
   top: expression(document.getElementById("divElenco").scrollTop-25);
   z-index: 10;
}

.btnHeader {
	cursor:pointer; 
	background-repeat:no-repeat; 
	background-position:left; 
	border-left:solid 1px #D3D3D3;
	border-top:solid 1px #D3D3D3;
	border-bottom:solid 1px #D3D3D3;
	border-right:solid 1px #3366CC;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	height: 25px;
	background-color:#D3D3D3;
	color:Black;
	padding-left:3px;
	padding-right:3px;
}
.Wrap_aspx 
{
	height:50px; 
    white-space: normal;
    word-wrap:break-word;
}


.grid-header
{
font-weight: bold;
font-family: Verdana;
font-size: 11px;
background-color: #7A9FCB;
text-decoration: underline;
color: #ffffff;
text-align: left;
position: relative;
top:expression(this.parentNode.parentNode.parentNode.scrollTop-25);
left:expression(this.parentNode.parentNode.parentNode.scrollLeft-1);
right:1px;
}

input[type="file"]{
    color: transparent;
}

.button {
  background-color: transparent;
  border: none;
  color: black;
  padding: 15px 25px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.btn-login { display: inline-block;  color: #fff; background-color: #004C8E; border: 0; padding:3px 20px;  font-size: 13px; letter-spacing: 1px; }