/*'@Project: SIS-SPOL-COL	@Type: CSS
'Login - © 2009 - 2023 CADMO Infor (zgmks) & MaRco85
'v.2.0.3.0.8.r.2023.01.28 'outline + ver2
'v.2.0.3.0.6.r.2020.04.07
'v.2.0.3.0.5.r.2018.12.31
'v.2.0.3.0.4.r.2018.09.21
'v.2.0.3.0.3.r.2016.01.21
'v.3.0.2.r.2013.07.10
'v.3.0.1.r.29.12.28
*/

/* fix chrome 83+ */
@-moz-document url-prefix() {
	*,*:focus,*:hover{
		/* outline:initial !important; */
	}
	input:focus, select:focus {
		/* outline:initial !important; */
		outline: #fff solid 1px !important;
		outline-offset: 0px !important;
	}
	a:focus, input[type=button]:focus, button:focus {
		outline: #0066CC solid 1px !important;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) { 
	*,*:focus,*:hover{
		outline:none;
	}
	input:focus, select:focus {
		outline: #0099CC solid 1px !important;
		outline-offset: 0px !important;
	}
	input[type=button]:focus, button:focus {
		outline: #0066CC solid 1px !important;
	}
	a:focus, input[type=button]:focus {
		outline: #0066CC solid 1px;
	}
}
/* end fix chrome 83+ */


body {
	background: #ecedef;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#table_container {
	border: 0px solid red;
	height: 455px;
	margin-top: 50px;
	width: 750px;
}

.table_topsx {
	background-image: url('icon/table_topsx.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 21px;
	width: 21px;
}
.table_top {
	background-image: url('icon/table_top.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 21px;
	width: 720px;
}
.table_topdx {
	background-image: url('icon/table_topdx.jpg');
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
}
.table_sx {
	background-image: url('icon/table_sx.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	width: 21px;
}
.table_center {
	background-image: url('icon/table_center.jpg');
	background-repeat: repeat-x;
	width: 720px;
}
.table_dx {
	background-image: url('icon/table_dx.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
.table_botsx {
	background-image: url('icon/table_botsx.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 21px;
	width: 21px;
}
.table_bot {
	background-image: url('icon/table_bot.jpg');
	background-repeat: repeat-x;
	height: 21px;
	width: 720px;
}
.table_botdx {
	background-image: url('icon/table_botdx.jpg');
	background-repeat: no-repeat;
	height: 21px;
	width: 21px;
}

.table_logo {
	background: url('icon/table_logo.png') no-repeat; /* logo .gif - logo2020 .png */
	border: 0px;
	height: 121px;
	margin-top: 20px;
	vertical-align: middle;
	width: 484px;
}

.table_bottom_info {
	width: 700px;
	height: 48px;
	border: 0px;
	/*vertical-align: middle;*/
	background: url('icon/table_bottom-info.jpg') no-repeat;
	margin-top: 15px;
}

#login_container {
	width: 800px;
	height: 366px;
	margin: auto;
	background-image: url('icon/login_container.gif');
	background-repeat: no-repeat;
	border: 1px solid red;
}

#login_logo {
	width: 64px;
	height: 64px;
	margin: auto;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 25px;
	background-image: url('icon/gestione-cartelle-64-b.gif');
	background-repeat: no-repeat;
	float: left;
	border: 0px solid red;
}

#login_logo2 {
	width: 220px;
	height: 60px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 25px;
	background-image: url('icon/logo-col-r.gif');
	background-repeat: no-repeat;
	border: 0px solid blue;
	float: left;
}

#login_control {
	width: 340px;
	height: 17px;
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: red;
	overflow: hidden;
	clear: both;
}

.table_username {
	width: 150px;
	display: block;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #404c64;
	float: left;
	margin-top: 5px;
}

.table_password {
	width: 150px;
	display: block;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #404c64;
	float: left;
	margin-top: 5px;
}

div.forgot {
	border: 0px solid red;
	clear: both;
	padding-top:25px;
	text-align:left;
	width: 400px;
}

.forgot a {
	color: rgb(90,94,102);
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
	min-height: 25px;
	vertical-align: middle;
}
.forgot a:hover, .forgot a:focus {color: #0066CC}

#login_msg {
	color: rgb(111,114,110);
}

#login_username {
	margin-left: 160px;
	margin-top: 20px;
	font-size: 11px;
	text-align: left;
	border: 0px solid red;
	
}

#login_username input {
	width: 220px;
	font-size: 16px;
	padding: 2px;
	border: 1px solid gray;
	margin-bottom: 10px;
	border-radius: 3px;
}

#login_password {
	margin-left: 160px;
	font-size: 11px;
	text-align: left;
	border: 0px solid red;
}

#login_password input {
	width: 220px;
	font-size: 16px;
	padding: 2px;
	border: 1px solid gray;
	margin-bottom: 10px;
	border-radius: 3px;
}

#login_submit {
	margin-top: 3px;
	margin-left: 160px;
	font-size: 11px;
	text-align: left;
	border: 0px solid red;

}

#login_submit button {
	height: 32px;
	display: block;
	float: right;
	margin-right: 181px;
	background-color: #e0e0e0;
	border: 1px solid #404040;
	font-weight: bold !important;
	cursor: pointer;
	border-radius: 3px;
	padding: 2px 10px 2px 10px;
}

#login_submit button img {
	width: 18px;
	height: 15px;
	margin: -8px 8px -3px 0px !important;
	padding: 0px;
}

.login_button_img {
	border: 0px;
	background: url('icon/login_button.gif') no-repeat;
	vertical-align: middle;
}

button.login_button, #login_submit a.login_button {
	color: rgb(0,0,140);
}
button.login_button:hover, button.login_button:focus {
	color: #0066CC
}
#login_submit a.login_button:hover, #login_submit button.login_button:hover{
	/* color: rgb(0,0,140); */
	color: #0066CC
	background-color: #D0D0D0;
	padding: 3px 9px 1px 11px;
}

.login_Versione {
	width: 750px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	border: 0px solid red;
	text-align: left;
	font-size: 9px;
	display: block;
	color: silver;
}

.inputBgOpaque:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 100px white inset;
}



/* ver2 */

/*
#div_container {
	border: 7px solid #ffffff;
	border-radius: 24px;
	box-shadow: 4px 4px 4px 4px #888;
	margin: 50px auto 10px auto;
	max-width: 750px;
	min-width: 320px;
	padding: 5px;
	background: silver url('icon/conntainer-bg.png') repeat-x;
}

.table_logo2 {
	margin-top: 20px;
	margin-left: 20%;
	max-width: 484px;
	min-width: 300px;
	width: 80%;
	vertical-align: middle;
}

#login_msg_progress {
	text-align: center;
	margin: 20px auto auto auto;
}

#login_username {
	margin-left: 25%;
}
.table_username {
	font-size: 11pt;
	margin: 3px 0 3px 0;
}

#login_password {
	margin-left: 25%;
}
.table_password {
	font-size: 11pt;
	margin: 3px 0 3px 0;
}

#login_submit {
	margin-left: 25%;
	height: 32px
}
#login_submit button {
	min-width: 100px;
	float: right;
	border-radius: 4px;
	margin-right: 0px;
	box-shadow: 1px 1px 1px 1px #888;
}
#login_submit button img {
	margin: -4px 8px -3px 0px !important;
}

.table_submit {
	width: 150px;
	display: block;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #404c64;
	float: left;
	margin-top: 5px;
}
.table_button {
	display: inline-block;
	width: 225px;
}

div.forgot {
	text-align: center;
	margin: auto;
}

#login_bottom_info {
	text-align: center;
	margin: auto;
}

.login_Versione {
	margin: auto;
	width: auto;
	max-width: 750px;
}


@media only screen and (max-width: 800px) {
	.table_bottom_info {
		width: 600px;
		background: url('icon/table_bottom-info-600.png') no-repeat;
	}
}

@media only screen and (max-width: 640px) {
	.table_bottom_info {
		width: 480px;
		background: url('icon/table_bottom-info-480.png') no-repeat;
	}
}

@media only screen and (max-width: 560px) {
	#div_container { margin-top: 20px; padding: 1px;}
	.table_logo2 {
		width: 70%;
		min-width: 200px;
	}
	#login_msg_progress {
		max-width: 230px;
	}
	#login_username {
		max-width: 230px;
	}
	#login_password {
		max-width: 230px;
	}
	#login_submit {
		max-width: 230px;
	}

	.table_bottom_info {
		width: 300px;
		margin-left: 30px;
		background: url('icon/table_bottom-info-280.png') no-repeat;
	}
	#lnkSupportImg {
		display: none;
	}
	div.forgot {
		width: 200px;
		text-align: left;
		margin: auto;
	}
	#lnkSupport, #lnkRequiremnts, #lnkForgot {display: block; margin-bottom: 10px;}
}

@media only screen and (max-height: 400px) {
	#div_container { margin-top: 5px; padding: 1px;}
	.table_logo2 {
		margin-left: 25%;
		width: 45%;
	}
	div.forgot {
		padding-top: 10px;
	}
	.table_bottom_info {
		 margin-top: 0px;
	}
}
*/