*:not(i){
	font-family: 'Raleway', sans-serif!important;
}
#msg1,#msg2 {
	position: absolute;
	margin: 0.5em;
	padding: 0.5em;
	width: 17em;
	text-align: center;
	border: 2px solid red;
	background: gold;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-khtml-border-radius: 2em;
	-moz-box-shadow: 1em 1em 1em #000;
	-webkit-box-shadow: 1em 1em 1em #000;
	box-shadow: 1em 1em 1em #000;
}
/***********************/
body {
	margin: 0;
	height: 100%;
	overflow: hidden;
}

form, #tabPage {
	margin: 0;
	height: 100%;
	width: 100%;
}

#tabPage {
	background: white;
}

#locker {
	margin: 0 5px;
	height: 30px;
	width: 30px;
	float: left;
}
#immaginePC {
	margin: 0 5px;
	right: 5px;
	top: 5px;	
}

#areaRis {
	line-height: 30px;
	font-family: Arial;
	font-size: 12pt;
	COLOR: #ffffff;
}
.label8 {
	font-size: 8pt;
	font-family: Arial;
	text-align: center;
}

.label10 {
	font-size: 10pt;
	COLOR: #406192;
	font-family: Arial;
	text-align: center;
}

.loginLabel {
	font-family: Arial;
	font-size: 10pt;
	COLOR: #282828;
}

#welcome {
	font-family: Arial;
	font-size: 14pt;
	COLOR: #406192;
	text-align: right;
}
/*******************************/

#shadowDiv {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
}

/*******************************/
#scegliLingua>table {
	border: 0
}

.tipoLingua {
	margin-right: 25px;
	font-family: Arial;
	font-size: 12pt;
	COLOR: #406192;
	align: left;
	vertical-align: bottom;
	cursor: pointer;
	bottom: 0;
}

.immagineBandiera {
	margin-right: 25px;
	cursor: pointer;
}

#comboLingua {
	position: absolute;
	top: 2px;
	right: 10px;
}

#scegliLingua {
	position: absolute;
	top: 25px;
	right: 69px;
	box-shadow: 5px 5px 10px 1px gray;
	z-index: 10;
	border: 1px solid #406192;
	margin: 3px;
	background: white;
}

#imgDropDown {
	TEXT-DECORATION: none;
	background-image: url("../images/freccia.gif");
	background-repeat: no-repeat;
}

#imgDropDown:hover {
	TEXT-DECORATION: none;
	background-image: url("../images/arrow2.gif");
	background-repeat: no-repeat;
}

/*********************************/
.mainAvvisi {
	/*id creato in top.jsp tramite js*/
   	background: gold;
	border: 2px solid red;
	border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	-khtml-border-radius: 2em;
	-moz-box-shadow: 1em 1em 1em #000;
	-webkit-box-shadow: 1em 1em 1em #000;
	box-shadow: 1em 1em 1em #000;
    display: block;
    left: 15px;
    min-height: 100px;
    padding: 10px;
    position: absolute;
    top: 55px;
    min-width: 300px;
    z-index: 1000;
}
.mainAvvisi span {
	position:absolute;
	right:20px;
	bottom:10px;
	cursor:pointer;
}
.mainAvvisi ul {
	margin-top: 0px;
}
.mainAvvisi li {
	white-space: nowrap;
}
#cookieInfo {
	width: 300px;
	font-size: 10pt;
	float: left;
	padding: 5px 10px 12px;
	background: #f7f7f7;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-radius: 0 3px 0 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
#cookieInfo span {
	font-size: 9pt;
	border: 1px solid #ed712e;
	border-radius: 2px;
	cursor:pointer;
	z-index: 3;
	padding: 2px 4px;
	float:right;
	background: #ffffff;
	/* text-transform:  uppercase; */
	color: black;
}
#cookieInfo a {
	color: #ed712e;
	text-decoration: none;
}
#cookieInfo table {
	background: #717171;
	border-radius: 3px;
}
#cookieInfo th, #cookieInfo td {
	font-size: 9pt;
	background: #d2d2d2;
	padding: 2px 5px;
}  
.login-page .header{
	color: #e57200!important;
	height: 55px;
    background-color: #000000!important;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' heigâŠfill-opacity='0.08' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E)!important;
}
.login-page .areaRis{
	color: #e57200!important;
}
.login-page .error{
	background-color: rgba(255, 86, 86, 0.52);
    color: #5d0000;
    cursor: text;
    font-family: arial;
    font-size: 8pt;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid;
    text-transform: uppercase;
}
.login-page .header-right{
	background: #262629;
	border-left: 1px solid #e57200;
	height: 55px;
	top:0!important;
	right: 0!important;
	padding-left: 5px;
}
div#client_logo {
    background:  #fff;
    max-width:  220px;
    height: 53px;
    display: flex;
    flex-direction: column;
    justify-content:  center;
    align-items:  center;
    border-radius:  4px;
    margin-left: 1px;
}

#client_logo img {
    max-height: 100%;
}
#login-column{
    padding: 0px 50px;
    background: #f7f7f7;
    border-radius: 5px;
    box-shadow: 0px 5px 15px #cccccc;
}
#login-column input{
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #000;
}
#login-column .loginLabel{
	font-size: 16px!important;
    color: #282828!important;
}
#login-column .btn1{
    background: #ec7220;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
#login-column .btn2{
    background: #ffffff;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    color: #ed712e;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #ed712e;
}
#login-contacts label{
	font-size: 14px!important;
}
#login-contacts a{
	font-size: 13px!important;
}