/*
 * Html Generals
 *
 * -Tag
 * -Class
 * -Id
 *  - header
 *  - left
 *  - content
 *  - footer
 *
 * ------------------------------ Tag ------------------------------
 */
html {
	overflow: hidden;
}

body {
	background: #e4eff4 url(../img/main-bg.png);
	font-family: arial;
	font-size: 12px;
}

p {
	margin: 0;
	padding: 0 0 15px;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

a:link,a:visited,a:active {
	color: #2c83b1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.assigned {
	background-color: #2c83b1;
	color: #fff;
	text-decoration: none;
	padding: 2px;
	border-radius: 4px;
}

a.assigned:hover {
	text-decoration: underline;
}

h2 {
	display: block;
	padding: 0 15px;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	white-space: nowrap;
	background-color: #448bb1;
}

h3,h4 {
	color: #6b98a8;
	float: left;
	font-size: 18px;
	font-weight: 700;
	margin: 5px;
	padding: 0 0 5px;
	white-space: nowrap;
}

/*
 * ------------------------------ Class ------------------------------
 */
.section {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	/*padding-top: 1px;*/
	background-color: #f9fdff;
	border: 1px solid #b3c9d1;
	border-radius: 4px;
}

.section h2 {
	margin: 1px;
	border-radius: 4px;
	background: #448bb1 url(../img/compact.png) no-repeat right top;
}

.compact h2 {
	background-position: right bottom;
}

.section > .section {
	display: block;
	margin-left: 10px;
	width: 98.8%;
}

.section > .section h2 {
	padding: 0 25px;
	background-color: #4fa2ce;
}

.section > .section .system_messages {
	padding: 5px;
}

.chat { /* Livezilla chat */
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}

.chat h2 {
	border-radius: 4px;
}

.ping {
	position: absolute;
	top: 7px;
	right: 9px;
}

.storyboard,.timelinesec {/* Graph, Reports, Storiboard, Timeline */
	display: none;
}

/*
 * ------------------------------ Id ------------------------------
 */
#header {
	position: absolute;
	width: 100%;
	height: 63px; /*deve concordare con header, left, content*/
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #3e4d57;
	background-repeat: repeat-x;
}

#sidebar {
	position: absolute;
	width: 100%; /*deve concordare con left, content*/
	left: 0;
	top: 63px; /*deve concordare con header, left, content*/
	overflow: hidden;
	visibility: hidden;
}

#content {
	position: absolute;
	left: 0; /*deve concordare con width, sidebar*/
	top: 98px; /*deve concordare con header, left, content*/
	bottom: 26px; /*deve concordare con left, content, footer*/
	right: 0;
	/*padding: 2px 7px 0 5px;*/
	padding: 1px 2px 0 2px;
	overflow: auto;
}

#full_content {
	position: absolute;
	left: 0;
	top: 63px; /*deve concordare con header, left, content*/
	bottom: 26px; /*deve concordare con left, content, footer*/
	right: 0;
	padding: 0 5px 0 3px;
	overflow: auto;
}

#footer {
	position: absolute;
	width: 100%;
	height: 25px; /*deve concordare con left, content, footer*/
	bottom: 0;
	left: 0;
	overflow: hidden;
	border-top: 1px solid #b3c9d1;
	background-color: #3e4d57;
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #fff;
}

/* header elements */
#logo {
	position: absolute;
	top: 2px;
	left: 5px;
	width: 225px;
	height: 56px;
	background: url(../img/logo_p.png) no-repeat;
	border: 1px solid #bedeff;
	border-radius: 5px;
}

#logo_sec {
	position: absolute;
	top: 2px;
	left: 237px;
	width: 225px;
	height: 56px;
	border: 1px solid #bedeff;
	border-radius: 5px;
}

#user_details {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 198px;
	height: 56px;
	background-color: #f9fdff;
	border: 1px solid #bedeff;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	font-size: 11px;
	color: #0f4b74;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#user_details :hover {
	color: #456778;
	text-decoration: none;
}

#user_details a {
	background: url(../img/sidebar_lk_bg.png) no-repeat;
	line-height: 5px;
	height: 11px;
	padding-left: 6px;
	display: inline-block;
	margin-top: 11px;
	margin-right: 6px;
	color: #448bb1;
	font-weight: 700;
}

#user_details a:last-child {
	margin-right: 0;
}

/* left elements */
#menu {
	background-color: #3e4d57;
	min-width: 990px;
	margin: 0 auto;
	text-align: center;
	visibility: visible;
	border-bottom: 2px solid #b3c9d1;
}

#menu h2 {
	display: none;
}

#menu a {
	background-color: #485965;
	color: #fff;
	font-size: 19px;
	line-height: 32px;
	text-align: center;
	padding: 0 10px;
	width: auto;
	display: inline-block;
	border-top: 1px solid #b3c9d1;
	border-right: 1px solid #b3c9d1;
}

#menu a:first-child {
	border-left: 1px solid #b3c9d1;
	border-top-left-radius: 4px; /* Only CSS3, invalid for older */
}

#menu a:last-child {
	border-top-right-radius: 4px; /* Only CSS3, invalid for older */
}

#menu a.current,#menu a:hover.current {
	background-color: #448bb1;
	text-decoration: none;
}

#menu a:hover {
	background-color: #448bb1;
	text-decoration: underline;
}

#menu .homelink {
	background: #485965 url(../img/home.png) 50% 50% no-repeat;
	padding: 0 15px;
}

#menu .back {
	background: #485965 url(../img/back.png) 50% 50% no-repeat;
	padding: 0 15px;
}

#menu .homelink:hover,#menu .back:hover {
	text-decoration: none;
}

#quick_info {
	position: fixed;
	top: 36px;
	right: 5px;
	width: 198px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	background-color: #f9fdff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #bedeff;
	border-radius: 0 0 4px 4px;
	font-size: 11px;
	font-weight: 700;
	color: #7e898f;
	text-align: center;
	line-height: 16px;
	visibility: visible;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 1;
}

#quick_info h2 {
	display: none;
}

#quick_info dl {
	margin-top: 5px;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}

#info:hover {
	color: #448bb1;
}

#information {
	margin-top: 6px;
	width: 196px;
	cursor: pointer;
	font-size:12px;
}

#actual_bando {
	text-align:center;
}

#actual_bando_inner {
	display:inline-block;
	background-color: #485965;
	color: #fff;
	font-size: 15px;
	line-height: 32px;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
	border-bottom: 1px solid #b3c9d1;
	border-right: 1px solid #b3c9d1;
	border-left: 1px solid #b3c9d1;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#upload_popup { /* Upload */
	width: 350px;
	height: 160px;
}

#upload_dlg span.info {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
}

#upload_dlg input[type=reset],#ul_pb {
	display: none;
}

/* Captcha */
#img_captcha {
	width: 167px;
	height: 49px;
	margin-left: 50px;
}

/* Back to Top */
#arrow_up {
	position: fixed;
	bottom: 48px;
	right: 22px;
	width: 74px;
	height: 16px;
	padding: 8px;
	background: #4e616f;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	display: none;
}

/* Pageload */
#pageload {
	background: #f4f8fb url(../img/loading.gif) no-repeat center;
}

.loading, .loading_month {
	visibility: hidden;
	background: url(../img/loading_small.gif) no-repeat center;
	height: 16px;
	width: 16px;
	position: absolute;
	vertical-align: middle;
}

.loading_month {
	margin-top: 3px;
}

/* Radio */
dl.stacked_radio {
	margin-left: 15px;
	margin-bottom: 10px;
	color: #555;
}

dl.stacked_radio dd {
	margin-left: 35%;
}

dl.stacked_radio dt {
	margin-bottom: -15px;
	font-weight: 700;
}

dd.multi_line input[type=radio] {
	margin-left: 23px;
}

/* Graph */
#graph_container {
	width: 99%;
	height: auto;
	overflow: visible;
}

/* Verify */
.verify_left {
	width:70%;
	display:inline-block;
}

.verify_right {
	width:30%;
	display:inline-block;
	text-align:center;
}

/* Tooltip */
.myCustomClass .qtip-content{
	background-color: #f4f3e2;
	color: #143544;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}