@CHARSET "UTF-8";

/* Main */
html {
	overflow: hidden;
	height: 100%;
}

body {
	font-family: arial;
	font-size: 12px;
	background: #4f5e67 url('../img/login_bg.png') center repeat-x;
}

input[type=text],input[type=password] {
	background: #fefefe url('../img/input_text2.png') repeat-x;
	border: 1px solid #cecece;
	display: inline-block;
	line-height: normal;
	width: 60%;
	font-size: 12px;
}

input[type=text]:hover,input[type=password]:hover {
	border: 1px solid #6b98a8;
	background: #fefefe url(../img/input_text1.png) repeat-x;
}

input[type=checkbox],input[type=radio] {
	margin: 5px;
	vertical-align: middle;
}

strong {
	font-weight: 700;
}

h2 {
	background: none #448bb1;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	white-space: pre-line;
	margin-bottom: 10px;
}

form {
	height: 100%;
	line-height: 30px;
}

fieldset {
	padding-top: 5%;
	text-align: left;
	padding: 10px 20px;
}

label {
	font-weight: 700;
	width: 35%;
	display: inline-block;
}

div>p {
	padding-top: 5px;
}

a.buttons.back {
	display: inline-block;
	margin-top: 5px;
}

#login-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 328px;
	margin-top: -139px;
	margin-left: -164px; /* -width divided by 2 */
	text-align: center;
	border: 1px solid #3f4e57;
	border-radius: 5px;
	box-shadow: 0 0 20px #5f6e77;
}

#login-logo {
	width: 100%;
	height: 119px;
	background: url('../img/logo.png') center no-repeat;
	display: block;
}

#login-body {
	width: 100%;
	background: url('../img/form_bg2.png') center no-repeat;
	height: 159px;
	color: #5f5f5f;
	position: relative;
}

#login-footer {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 100%;
	margin-top: 149px; /* -(llogoh + lbodyh) divided by 2 + 10 px margin */
	margin-left: -50%; /* -width divided by 2 */
}

#login-body .dashboard {
	padding-top: 20px;
}

#comunicazioni {
	white-space: pre-line;
}

.stContainer {
	position: relative;
	display: inline-block;
}

.manutenzione {
	padding: 20px;
	font-family: times new roman;
	font-size: 28px;
	line-height: 2em;
	color: #4f5e67;
}

.avviso {
	position: absolute;
	width: 328px;
	height: 76px !important;
	top: 48%;
	left: 50%;
	margin-top: -169px;
	margin-left: -164px;
	/*line-height: 56px;*/
	background: url('../img/error_bg.png') no-repeat;
	border-radius: 4px;
	color: #eee;
}

.avviso strong {
	color: #f1b500;
	font-size: 12px;
	margin-left: 3px;
	padding-left: 19px;
	background: url('../img/error_ico.png') left center no-repeat;
}

.avviso strong.success {
	background: url('../img/positive.png') 2px center no-repeat;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: none;
}

input[type=submit],.buttons, .buttons:link, .buttons:visited, a.buttons, a.buttons:link, a.buttons:visited, #file_name {
	background-color: #fbfcfc;
	border: 2px solid #74b2e2;
	color: #2a7db9;
	display: inline-block;
	font-family: arial;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.138em;
	margin: 5px;
	margin-top: 10px;
	padding: 6px 7px;
	cursor: pointer;
	overflow: visible; /* IE Fix for width */
	border-radius: 4px;
}

input[type=submit]:hover,.buttons:hover, a.buttons:hover {
	background-color: #2779aa;
	border: 2px solid #aed0ea;
	color: #fff;
	text-decoration: none;
}

input[type=submit]:active,.buttons:active, a.buttons:active {
	background-color: #5bb9ee;
	border: 2px solid #74b2e2;
	color: #fff;
}

.error, .errors, .errore {
	font-weight: bold;
	color: red;
}

.flash_err {
	font-size: 12px;
    min-height: 1px;
    padding: 6px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
	background-color: #fbf7f7;
    border-color: #ee1515;
	color: #ee1515;
}

.flash_ok {
	font-size: 12px;
    min-height: 1px;
    padding: 6px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
	background-color: #eaf6e8;
    border-color: #71e35e;
	color: #386d19;
}

