﻿body {
	margin: 0 0 80px 0;
	text-transform: none;
	text-align: center;
	font-weight: normal;
	word-spacing: normal;
	font-size: 8pt;	
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;			
}

html 
{
	position: relative;
	min-height: 100%;
}	

Img {
	border-style: none;
}

A:link
{
    color: Blue;
}

A:visited 
{
    color: Blue;
}

/* ****************** Some basic stuff ****************** */
li 
{
	clear:both;
	margin-bottom:0em;
	border-bottom:1px solid #eee;
}

/***** HyperLinkImage **********/
.HyperLinkImage A:hover
{
	text-decoration: none;
}

.HeaderTextMenu {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #e0ebf5; 
	BACKGROUND-COLOR: #6699cc; 
	TEXT-DECORATION: none;
}

Table {
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

.CenterMenu {
	margin-left: auto; 
	margin-right: auto;	
}

/************ Title welcome ************/
.DivTitleWelcomeMsg {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	font-weight: bold;
	font-size: medium;
	width: 700px;
	color: white;
	background-color:  #696969;
	text-align: center;
}

.DivWelcomeMsg {
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	width: 700px;
	color: black;
	padding-top: 10px;	
	height: 250px;
	background-color: #dcdcdc;
	text-align: center;
}

.DivWelcomeMsgContainer {
	position: relative;
}

/************ Group ************/
.GroupTitle {
	color: White; 
	font-weight: bold;		
	text-align: center;
	padding-top: 5px;
}

.Group_Top {
	background: url('../img/group_top.jpg') no-repeat; 
	background-position: top;
	height: 20px;	
}

.Group_Top_Big {
	background: url('../img/group_top_big.jpg') no-repeat; 
	background-position: top;
	height: 20px;
}

.Group_Top_NoHeader {
	background: url('../img/Group_Top_NoHeader.jpg') no-repeat; 
	background-position: top;
	height: 20px;
}

.Group_Top_NoHeader_Big {
	background: url('../img/Group_Top_NoHeader_Big.jpg') no-repeat; 
	background-position: top;
	height: 20px;
}

.Group_Down {
	background: url('../img/group_down.jpg') no-repeat; 
	background-position: top;
	height: 20px;
}

.Group_Down_Big {
	background: url('../img/group_down_big.jpg') no-repeat; 
	background-position: top;
	height: 20px;
}

.Group_Middle {
	background: url('../img/group_middle.jpg') repeat-y; 
	background-position: center;	
}

.Group_Middle_Big {
	background: url('../img/group_middle_big.jpg') repeat-y; 
	background-position: center;	
}

.Group_Middle_Color {
	background: url('../img/group_middle_color.jpg') repeat-y; 
	background-position: center;	
	color: White;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

/************ Group_Small ************/	
.Group_Small_Top {
	background: url('../img/group_small_top.jpg') no-repeat; 
	background-position: top;
	height: 20px;	
}

.Group_Small_Top_NoHeader {
	background: url('../img/group_small_top_NoHeader.jpg') no-repeat; 
	background-position: top;
	height: 20px;
}

.Group_Small_Down {
	background: url('../img/group_small_down.jpg') no-repeat; 
	background-position: center;
	height: 20px;
}
.Group_Small_Middle {
	background: url('../img/group_small_middle.jpg') repeat-y; 
	background-position: center;	
}

/************ Gridview ************/	
.Grid_HeaderStyle {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #507CD1;
	font-size: 7pt;
}

.Grid_RowStyle {
	background-color: #EFF3FB;
	font-size: 8pt;
	font-family: Arial;
}

.Grid_AlternatingRowStyle {
	background-color: #e5e5ff;
	font-size: 8pt;
	font-family: Arial;
}

.Grid_SelectedRowStyle {
	font-weight: bold;
	color: Black;
	background-color: #D1DDF1;
	color: #333333;
}

.Grid_EmptyDataRowStyle {
	font-weight: bold;
	color: Black;
	background-color: #ffa500;
	text-align: center;
	width: 100%;
}

.Grid_PagerStyle {
	font-weight: bold;
	color: White;
	background-color: #2461BF;
	text-align: center;
}

.Grid_PagerStyle A:link 
{	
	color: white;
	text-decoration: none;
}

.Grid_PagerStyle A:visited 
{
	color: white;
	text-decoration: none;
}

.Grid_PagerStyle A:active 
{
	color: orange;
	text-decoration: none;
}

.Grid_PagerStyle A:hover {
	color: Orange;
	text-decoration: none;
}

.Grid_RowStyle A:link {
	color: #0000ff;
	text-decoration: none;
}

.Grid_RowStyle A:visited {
	color: #3300ff;
	text-decoration: none;
}

.Grid_RowStyle A:active {
	color: #3300ff;
	text-decoration: none;
}

.Grid_RowStyle A:hover
{
	font-weight: bold;
	background-color: yellow;
	text-decoration: none;
}

.Grid_AlternatingRowStyle A:link {
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}

.Grid_AlternatingRowStyle A:visited {
	font-weight: normal; 
	color: #3300ff;
	text-decoration: none;
}

.Grid_AlternatingRowStyle A:active {
	font-weight: normal;
	color: #3300ff;
	text-decoration: none;
}

.Grid_AlternatingRowStyle A:hover
{
	font-weight: bold;
	background-color: yellow;
	text-decoration: none;
}

/************ Main DIV container ************/	
.DivMainContainer
{
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
}	

.DivMainContainerError
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-right: red double;
	border-top: red double;
	border-left: red double;
	border-bottom: red double;
	background-color: #ff3333;
}	

/************ Anchor ************/	
A.Footer:link 
{	
	color: white;
	text-decoration: none;
}

A.Footer:visited 
{
	color: white;
	text-decoration: none;
}

A.Footer:active 
{
	color: orange;
	text-decoration: none;
}

A.Footer:hover {
	color: Orange;
	text-decoration: none;
}

.AutoSize
{
	width: 99%;	
}

/************ PageTitle ************/
.PageTitleDivContainer
{
	z-index: 0;
}

.PageTitle
{
	text-align: left; 
	margin-left: 95px; 
	margin-top: 6px; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: italic; 
	color: #003399;
}

.PageTitle_Center
{
	text-align: left; 
	margin-top: 6px; 
	font-size: 13pt; 
	font-weight: bold; 
	font-style: italic; 
	color: #003399;
}

.PageTitleImg
{
	position: relative; 
	background-image: url('../img/PageHeader.gif'); 
	background-position: center; 		
	width: 948px; 
	height: 3px; 
	font-size: 0pt;
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;	
}

/************ MaskedEdit ************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}

.Table_Mission_Fatturazione td 
{
	padding-bottom: 5px;
}

.CenterTextBox
{
	text-align: center;
}

/************ Tabella con bordi arrotondati e gestione del mousehover sulle righe ************/
#rounded-corner
{
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-leftcorner
{
	background: #4C4C4C url('../img/table-images/left.png') left -1px no-repeat;	
}
#rounded-corner thead th.rounded-rightcorner
{
	background: #4C4C4C url('../img/table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: White;
	background: #4C4C4C;	
}
#rounded-corner td
{
	padding: 8px;
	background: #E8EDFF;
	border-top: 1px solid #fff;
	color: #4C4C4C;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #E8EDFF url('../img/table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #E8EDFF url('../img/table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #F9F9F9;
	cursor: hand;
}

.rounded-corner_nohover
{
	font-size: 12px;
	margin: 10px 0px 10px 0px;	
	text-align: left;
	border-collapse: collapse;
}
.rounded-corner_nohover thead th.rounded-leftcorner
{
	background: #4C4C4C url('../img/table-images/left.png') left -1px no-repeat;	
}
.rounded-corner_nohover thead th.rounded-rightcorner
{
	background: #4C4C4C url('../img/table-images/right.png') right -1px no-repeat;
}
.rounded-corner_nohover th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: White;
	background: #4C4C4C;	
}
.rounded-corner_nohover td
{
	padding: 8px;
	background: #E8EDFF;
	border-top: 1px solid #fff;
	color: #4C4C4C;	
}
.rounded-corner_nohover tfoot td.rounded-foot-left
{
	background: #E8EDFF url('../img/table-images/botleft.png') left bottom no-repeat;
}
.rounded-corner_nohover tfoot td.rounded-foot-right
{
	background: #E8EDFF url('../img/table-images/botright.png') right bottom no-repeat;
}

.Table_RoundedCorner
{
	font-size: 8pt;	
	text-align: left;
	border-collapse: collapse;
	margin: 0px 0px 3px 0px;	
	border-bottom: solid 1px #4C4C4C;
}
.Table_RoundedCorner thead th.rounded-leftcorner
{
	background: #4C4C4C url('../img/table-images/left.png') left -1px no-repeat;	
}
.Table_RoundedCorner thead th.rounded-rightcorner
{
	background: #4C4C4C url('../img/table-images/right.png') right -1px no-repeat;
}
.Table_RoundedCorner th
{
	padding: 8px 0px 8px 0px;
	font-weight: normal;
	font-size: 13px;
	color: White;
	background: #4C4C4C;	
}

.Table_RoundedCorner td
{
	padding: 5px 2px 5px 2px;
	background: White;	
	color: #4C4C4C;
}

.Table_RoundedCorner tfoot td.rounded-foot-left
{
	background: #E8EDFF url('../img/table-images/botleft.png') left bottom no-repeat;
}

.Table_RoundedCorner tfoot td.rounded-foot-right
{
	background: #E8EDFF url('../img/table-images/botright.png') right bottom no-repeat;
}

.Table_RoundedCorner tbody tr:hover td
{
	background: #EFEFEF;	
	cursor: hand;
}

.Table_RoundedCorner A:link 
{	
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: White;
}

.Table_RoundedCorner A:visited 
{
	color: White;
	text-decoration: none;
}

.Table_RoundedCorner A:active 
{
	color: White;
	text-decoration: none;
}

.Table_RoundedCorner A:hover 
{
	color: White;
	text-decoration: underline;
}

.Table_RoundedCorner_NoHover
{
	font-size: 8pt;	
	text-align: left;
	border-collapse: collapse;
	margin: 0px 0px 3px 0px;	
	border-bottom: solid 1px #4C4C4C;
}
.Table_RoundedCorner_NoHover thead th.rounded-leftcorner
{
	background: #4C4C4C url('../img/table-images/left.png') left -1px no-repeat;	
}
.Table_RoundedCorner_NoHover thead th.rounded-rightcorner
{
	background: #4C4C4C url('../img/table-images/right.png') right -1px no-repeat;
}
.Table_RoundedCorner_NoHover th
{
	padding: 8px 0px 8px 0px;
	font-weight: normal;
	font-size: 13px;
	color: White;
	background: #4C4C4C;	
}

.Table_RoundedCorner_NoHover td
{
	padding: 5px 2px 5px 2px;
	background: #E8EDFF;	
	color: #4C4C4C;
}

.Table_RoundedCorner_NoHover tfoot td.rounded-foot-left
{
	background: #E8EDFF url('../img/table-images/botleft.png') left bottom no-repeat;
}

.Table_RoundedCorner_NoHover tfoot td.rounded-foot-right
{
	background: #E8EDFF url('../img/table-images/botright.png') right bottom no-repeat;
}

.Table_RoundedCorner_NoHover A:link 
{	
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: White;
}

.Table_RoundedCorner_NoHover A:visited 
{
	color: White;
	text-decoration: none;
}

.Table_RoundedCorner_NoHover A:active 
{
	color: White;
	text-decoration: none;
}

.Table_RoundedCorner_NoHover A:hover 
{
	color: White;
	text-decoration: underline;
}

.SmallText
{
	font-size: 7pt;
}

.MediumTextBold
{
 font-size: 10pt;
 font-weight:bold;
}

/* =Buttons
-------------------------------------------------------------- */
/*button:active, 
a.button:active,
input[type='reset']:active, 
input[type='button']:active, 
input[type='submit']:active {
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #f9f9f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(top, #f9f9f9, #f1f1f1);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.1);
}*/


/* =Buttons (Colors)
-------------------------------------------------------------- */
input.blue_button {
	-moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #1874cd; /* Dodger Blue */
	border: 1px solid #115290;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #115290;
	background-image: linear-gradient(top, #4f9eea, #1874cd);
}

input.blue_button:hover {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	background-color: #7db7f0;
	border: 1px solid #115290;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #115290;
	background-image: linear-gradient(top, #7db7f0, #1874cd);
}

input.blue_button[disabled] {
	background-color: #C0C0C0;
	border: 1px solid #808080;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #606060;
	background-image: linear-gradient(top, #C0C0C0, #A0A0A0);
}

input.grey_button {
	-moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #404040;
	border: 1px solid #303030;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #303030;
	background-image: linear-gradient(top, #808080, #404040);
}

input.grey_button:hover {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	background-color: #A0A0A0;
	border: 1px solid #303030;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #303030;
	background-image: linear-gradient(top, #303030, #404040);
}

input.grey_button[disabled] {
	background-color: #C0C0C0;
	border: 1px solid #808080;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #606060;
	background-image: linear-gradient(top, #C0C0C0, #A0A0A0);
}

input.grey_button_grigliacorsi {
	-moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 20px 0 0;
    padding: 4px 10px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
	background-color: #404040;
	border: 1px solid #303030;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #303030;
	background-image: linear-gradient(top, #808080, #404040);
}

input.grey_button_grigliacorsi:hover {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	background-color: #A0A0A0;
	border: 1px solid #303030;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #303030;
	background-image: linear-gradient(top, #303030, #404040);
}

input.grey_button_grigliacorsi[disabled] {
	background-color: #C0C0C0;
	border: 1px solid #808080;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #606060;
	background-image: linear-gradient(top, #C0C0C0, #A0A0A0);
}

.Label_DescrizioneCampo 
{
    font-size: 10pt !important;
    font-weight: bold !important;
    color: #4C4C4C !important;
}

.Label_DescrizioneCampo em {
    font-style: normal;
    color: firebrick !important;
}

.Label_DescrizioneCampo_Inverted
{
    font-size: 10pt !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

.Label_DescrizioneCampo_Small
{
    font-size: 10pt !important;
    font-weight: bold !important;
    color: #4C4C4C !important;
}

.Label_DescrizioneCampo_Small_Inverted
{
    font-size: 10pt !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

.Label_DescrizioneCampo_Smaller
{
    font-size: 8pt !important;
    font-weight: bold !important;
    color: #4C4C4C !important;
}

.Label_DescrizioneCampo_Smaller_Inverted
{
    font-size: 8pt !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

.Label_DescrizioneCampo_Required
{
    font-size: 10pt !important;
    font-weight: bold !important;
    color: #800000 !important;
}

.Label_TitoloItem
{
    font-size: 12pt !important;
    font-weight: bold !important;
    color: #4F81BD !important;
}

.Label_TitoloItem_Small
{
    font-size: 10pt !important;
    font-weight: bold !important;
    color: #4F81BD !important;
}

.Label_HelpText
{
    font-size: 7pt !important;
    font-style: italic !important;
    color: #A0A0A0 !important;
}

.Label_VotoQuestionario
{
    font-size: 9pt !important;
    font-style: italic !important;
    color: #4C4C4C !important;
}

.BottomBorderedCell
{
    border-bottom: 1px solid #043C78;
}

.TopBorderedCell
{
    border-top: 1px solid #E65631;
}

.BackColoredCell
{
    /*background-color: #FCE8DE;*/
}

.BackColoredCell_Header
{
    background-color: #F08050;
}

.MyTextBox
{
    font-weight: bold;
    width: 400px;
    height: 30px;
}

.dxeEditArea 
{
    color: #4C4C4C !important;
    font-size: 10pt;
}

.dxeTextBox, .dxeMemo, .dxeTextBox_DevEx 
{
	color: #4C4C4C !important;
	font-size: 10pt;
	padding: 0 0 0 0;
}

.dxeMemo textarea
{
    color: #4C4C4C !important;
    font-size: 10pt;
}

.MyComboBox
{
    font-weight: bold;
    color: #4C4C4C !important;
    font-size: 10pt;
    width: 400px;
    height: 30px;
}

.MyComboBoxSelected
{
    font-weight: bold;
    color: white !important;
    background-color: #026FB1;
    font-size: 10pt;
}

.MyComboBoxHover
{
    color: #4C4C4C !important;
    background-color: #87CEFA;
}

.ControlloDati
{
    font-weight: bold;
    font-size: 12pt;
    color: #4C4C4C;
    height: 30px;
}

#HeaderBack_Generic {
    margin-top: 0px; 
    position: relative; 
    background-image: Url(../img/Header_back.png); 
    width: 100%; 
    height: 191px;
}

#Header_Generic {
    position: relative; 
    width: 1024px; 
    height: 191px; 
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    background-image:Url(../img/Header.png);
    background-position: center;
    background-repeat: no-repeat;
}

#HeaderBack_CO {
    margin-top: 0px; 
    position: relative; 
    background-image: Url(../img/Header_small_back.png); 
    width: 100%; 
    height: 80px;
}

#Header_CO {
    position: relative; 
    width: 1024px; 
    height: 80px; 
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    background-image:Url(../img/Header_small.png);
    background-position: center;
    background-repeat: no-repeat;
}

#HeaderBack_Struttura {
    margin-top: 0px; 
    position: relative; 
    background-image: Url(../img/Header_small_back.png); 
    width: 100%; 
    height: 80px;
}

#Header_Struttura {
    position: relative; 
    width: 1024px; 
    height: 80px; 
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    background-image:Url(../img/Header_small.png);
    background-position: center;
    background-repeat: no-repeat;
}

#HeaderBack_Ente {
    margin-top: 0px;
    position: relative;
    background-image: Url(../img/Header_small_back.png);
    width: 100%;
    height: 80px;
}

#Header_Ente {
    position: relative;
    width: 1024px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    background-image: Url(../img/Header_small.png);
    background-position: center;
    background-repeat: no-repeat;
}

#FooterBack {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100%;
    background-image: Url(../img/Footer_back2.png);
	background-repeat: repeat-x;
}

#Footer {
	position: relative;
	z-index: 1;
	width: 1024px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	/*background-image:Url(../img/Footer.png);*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
}

.dxeEditAreaSys::-ms-clear {
    display: none;
}

.dxpcHeader {
    background-color: #DCDCDC;
    border-bottom: 1px solid #C9C9C9;
    color: #404040;
    height: 100px;
}

/*tabella normale con effetto hover sulle righe*/
	#table_cruscotto
{
	cursor: hand;
	border-collapse: collapse;
}

#table_cruscotto tr
{
	border-bottom:1px solid #FCE8DE;
    border-collapse: collapse;	
}

#table_cruscotto tr:hover
{
	background: #FCE8DE;
}

#table_cruscotto tr
{
	Font-Size:10pt;
}

table.Tabella_EditFormGriglie {
    text-align: left;
    width: 100%;
}

table.Tabella_EditFormGriglie td {
    padding: 5px 5px 5px 5px;
}

.BackColor_MainArea_EditForm {
    /*background-color: #FCE8DE;*/
    background-color: #F0F8FF;
}

.SearchButton {
    background-image: url(../img/find_32.png);
    width: 32px;
    height: 32px;
}

.MyTextBox2
{
    font-weight: bold;
}

.MyComboBox2
{
    font-weight: bold;
    color: #4C4C4C !important;
    font-size: 10pt;
}

.MyMemoEdit {
    font-weight: bold;
}

.MyMemoEdit textarea {
    padding: 3px 0px 0px 3px !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.Tabella_PopupMessage {
    text-align: center;
    width: 500px;
}

.Tabella_PopupMessage td {
    padding: 0px 0px 0px 0px;
}

.divDefault_CO {
    position: relative; 
    width: 550px; 
    height: 550px; 
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    background-image:Url(../img/CO_Background.png);
    background-position: center;
    background-repeat: no-repeat;
}

.divDefault_Struttura {
    position: relative; 
    width: 730px; 
    height: 550px; 
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    background-image:Url(../img/Struttura_Background.png);
    background-position: center;
    background-repeat: no-repeat;
}

.divDefault_Ente {
    position: relative;
    width: 550px;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    background-image: Url(../img/Ente_Background.png);
    background-position: center;
    background-repeat: no-repeat;
}

/**ADC 20211112 TFS 161 aggiunto lnkResetPassword**/
/************ REFACTORING Bootstrap per Generic master e pagina Login ************/

.card-container_login.card_login {
    min-width: 200px;
    max-width: 500px;
    padding: 40px 40px;
}

.card_login {
	/*background-color: #F7F7F7;*/
	background-color: white;
	/* just in case there no content*/
	padding: 20px 25px 30px;
	margin: 0 auto 25px;
	margin-top: 50px;
	/* shadows and rounded borders */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #043C78;
	-moz-box-shadow: 5px 5px 5px rgba(4, 60, 120, 0.3);
	-webkit-box-shadow: 5px 5px 5px rgba(4, 60, 120, 0.3);
	box-shadow: 5px 5px 5px rgba(4, 60, 120, 0.3);
}

.profile-img-card_login {
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	border: 1px solid #043C78;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	content: url("../img/UserLogin.png");
}

.HeaderBootstrap {
    height: 8px;
    background-image: Url(../img/Header_back2.png);
}

.FooterBootstrap {
    height: 8px;
    background-image: Url(../img/Footer_back2.png);
}

.UserInfoHeader {
    font-size: small !important;
    padding: 0.5rem 0.5rem !important;
}

.codFiscButton {
	background-image: url(../img/codfisc_32.png);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
}

