﻿

a:link {
	text-decoration: none;
	color: #3054B0;
}

a:visited {
	text-decoration: none;
	color: #3054B0;
}

a:hover {
	text-decoration: underline;
	color: #3054B0;
}

.top
{
	background-color: #F0F0F0;
	width: 100%;
}
.menuArea
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	clear: right; /* Modificare anche il backgroung-color della classe ".PrettyMenu ul" in MenuStyle */
	background-color:transparent;
}


.container
{
	clear: both;
}

.footer
{
	bottom: 5px;
	left: 0px;
	right: 0px;
	clear: both;
	background-color: Transparent;
	width: 100%;
	vertical-align: middle;
}
.footer table
{
    font-size:8pt;
}
.sitemapArea
{
	width: 100%;
	color: White;
	/*background-image: url("./bg.png);*/
	border-collapse: collapse;
	background-repeat: repeat-x;
    height:30px;
    clear: both;
}
.pageTitle {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.errorLabel
{
	color: Red;
	line-height: 14px;
}

.errorHighlight
{
	color: Red;
	font-size: medium;
	text-align: center;
}

.warningLabel
{
	color: Orange;
}

.labelTitle
{
	text-align: center;
	font-size: 10pt;
	color: White;
}

.labelHeader
{
	position: relative;
	padding-bottom: 4px;
	background-color: #8FD6F9;
	padding-left: 4px;
	padding-right: 0px;
	color: White;
	font-weight: bold;
	padding-top: 4px;
	width: 240px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.standardBoldLabel
{
	font-weight: bold;
}

.buttonStrip
{
	text-align: right;
}

.filterInfo
{
	font-style: italic;
	color: Black;
	font-size: small;
}

.errorCell
{
	background-color: Red;
}

.oraLegaleCell
{
	font-weight: bold;
}

.standardTable
{
	border-bottom: #284775 1px solid;
	border-left: #284775 1px solid;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
    font-family: inherit;
    font-size:10pt;
	border-top: #284775 1px solid;
	border-right: #284775 1px solid;
	padding-top: 4px;
	border-collapse: collapse;
}

.tableLabelHeader {
	position: relative;
	padding-bottom: 4px;
	background-color: #3054B0;
	padding-left: 4px;
	padding-right: 0px;
	color: #f7f6f3;
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.tableLabelHeaderGrid {
	padding: 2px 2px 2px 2px;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	background: #3054B0;
	color: White;
	font-weight: bold;
}
.rightAlignedTitleCell
{
	text-align: right;
	padding-right: 10px;
}

.leftAlignedValueCell
{
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	padding-right: 50px;
}

/* dci last
.filterValueCell label
{
	padding-right: 10px;
}


.filterTextBox
{
	width: 120px;
	
	font-size: 8pt;
}

.standardDropDownList
{
	font-size: 8pt;
	width: 120px;
}
    */
.standardSeparator
{
	border: #cccccc 1px solid;
}

ul.bulletedList li
{
	margin-bottom: 10px;
}

.selectedServiceButton
{
	border: outset 2px #ffffff !important;
	background-color: yellow !important;
}

.unselectedServiceButton
{
	border: outset 2px #ffffff !important;
    background-color:white;
}

.messages
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	background-color: #358273;
	color: White;
	border: 1px solid #35828F;
	vertical-align: top;
	font-weight: bold;
	font-size: 8pt;
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
}
.failMessages
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	background-color: White;
	color: red;
	border: 1px solid red;
	vertical-align: top;
	font-weight: bold;
	font-size: 8pt;
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
}
.failMessagesRed,
.failMessagesOrange {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	background-color: red;
	color: White;
	border: 1px solid red;
	vertical-align: top;
	font-weight: bold;
	font-size: 8pt;
	font-family: font-family: Verdana, Arial, Helvetica, sans-serif;
}

.failMessagesOrange {
	background-color: orange;
}

.grayTextBackground
{
	background-color: #EFEFEF;
}

.testHeader
{
	position: relative;
	top: expression(this.offsetParent.scrollTop);
}

.blueBulletBorder
{
	background-image: url('/Images/bullet-blueBK.png');
	background-repeat: no-repeat;
	vertical-align: top;
}

.pageHelpTitle
{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	float: none;
}

/* --- help page popup*/
.HelpWindow
{
	z-index: 999;
	position: absolute;
	top: -999px;
	left: -999px;
	display: none;
	visibility: hidden;
	width: 300px;
	height: 250px;
}

/* ---end help page popup*/

/* popup window*/
#backgroundPopup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}
#popupAssegna
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 484px;
	width: 408px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
}
#popupAssegna h1
{
	text-align: left;
	color: #6FA5FD;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#popupAssegnaClose
{
	font-size: 14px;
	line-height: 14px;
	right: 6px; /*top:4px; */
	bottom: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
}
/*end popup window*/

.scaricaButton
{
	bottom: 30px;
	right: 30px;
	position: absolute;
}
.autocomplete_completionList
{
    margin: 0px!important;
    background-color:white;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    overflow: auto;
    height:153px;
    font-size: small;
    text-align: left;
    list-style-type: none;
    padding:0px;
    width:200px;
    padding-left:2px;
    font-size:8pt;
    margin-top:1px !important;
}

/* AutoComplete item */
.autocomplete_listItem, .autocomplete_highlightedListItem
{
    background-color:white;
    color: windowtext;
    margin: 0px;
    padding: 0px;
    text-align: left;
    float:left;
    width:100%;
    padding-top:1px;
    padding-bottom:1px;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
	background-color: #3054B0;
}

.navbar-background {
	background-color: #3054B0 !important;
	height: 75px;
}
.form-control {
	height: 30px;
}
.btn {
	padding: 4px 12px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-top: 2px;
	padding-bottom: 2px;
}
.btn-default {
	background-color: #fff;
	border-color: #ccc;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.lblSelectAll {
	color: #3054B0;
	margin: 0 auto;
}
.linkButton {
	color: #3054B0;
}
.btn-primary img {
	margin-right: 4px;
}
.btn-primary {
	background-color: #3054B0 !important;
	border-color: #27458E !important;
	color: #ffffff !important;
}
.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgb(40 73 145 / 50%) !important;
	border-color: #27458E !important;
}
.btn-primary-link {
	color: #3054B0;
	cursor: pointer;
}

.btn-primary-link:hover {
	color: #3054B0;
	text-decoration: underline;
}

.btn-secondary {
	color: #3054B0 !important;
	background: #ffffff;
	border-color: #3054B0;
}
.btn-secondary:focus,
.btn-secondary:hover {
	box-shadow: 0 0 0 0.1rem rgb(40 73 145 / 50%) !important;
	border-color: #27458E !important;
	background-color: #ffffff;
}
div.dt-buttons .btn-secondary {
	background-color: #3054B0 !important;
	border-color: #27458E !important;
	color: #ffffff !important;
}
div.dt-buttons .btn-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgb(40 73 145 / 50%) !important;
	border-color: #27458E !important;
}
.page-item.active .page-link {
	background-color: #3054B0 !important;
	border-color: #27458E !important;
	color: #ffffff !important;
}
.page-item.active .page-link:focus {
	box-shadow: 0 0 0 0.2rem rgb(40 73 145 / 50%) !important;
	border-color: #27458E !important;
}