/***
 * F5 - Content Management System
 * 
 * Copyright © 2016
 * Reload - Laboratorio Multimediale
 * (http://www.reloadlab.it - info@reloadlab.it)
 * 
 * authors: Domenico Gigante (domenico.gigante@reloadlab.it) and Alessio Attanasio (alessio.attanasio@reloadlab.it)
 ***/
@charset "utf-8";

/* FONT ARIMO */
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic);

/* FONT AWESOME */
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);

@import url(structure.css);
@import url(login.css);
@import url(header.css);
@import url(mainmenu.css);
@import url(form.css);
@import url(button.css);
@import url(jqueryui.css);
@import url(table.css);
@import url(list.css);

/* Miscelaneous */
.curpnt {
	cursor: pointer;	
}
.ucase {
	text-transform: uppercase;
}
.rederror {
	color: #ff0000;
}
.bluecolor {
	color: #006AA0 !important;
}
.defmsg {
	padding: 8px;
}
.noWrap {
	white-space: nowrap;
}
.mr5 {
	margin-right: 5px;
}
.ml5 {
	margin-left: 5px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt5 {
	margin-top: 5px;
}
.searchBox {
	margin-bottom: 20px;
	text-align: right;
}
.boxPad {
	padding: 8px;
}
.boxPad.search {
	padding-bottom: 0;
}
.bgBeige {
	background-color: #F3EFE2;
}
.stileAction * {
	vertical-align: middle !important;
}
.actionBar {
	background-color: #d9edf7;
	padding: 8px 8px 8px 15px;
	border-bottom: 1px solid #006AA0;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #514303;
	text-shadow: 1px 1px 0px #fff;
}
.actionBar h4 {
	text-transform: uppercase;
}
.attachSearch {
	text-align: right;
}
.actionBar .attachSearch {
	width: 30%;
	float: right;
}
.column {
	float: left;
	width: 50%;
	white-space: nowrap;
	box-sizing: border-box;
}
.column:nth-child(even) {
	float: right;
	border-left: 1px solid #A59668;
}
.responseOK {
	background-color: #f1edb5;
	padding: 8px;
	color: green;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.2em;
	background-image: url(../images/icon/Y.png);
	background-position: 8px 7px;
	background-repeat: no-repeat;
	padding-left: 32px;
}
.responseKO {
	background-color: #f6e8cd;
	padding: 8px;
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.2em;
	background-image: url(../images/icon/exclamation.png);
	background-position: 8px 7px;
	background-repeat: no-repeat;
	padding-left: 32px;
}
/* § Miscelaneous */

/* Heading */
h1.maintitle {
	color: #006AA0;
	font-size: 22px;
	padding: 8px;
	border-bottom: 1px solid #006AA0;
	text-transform: uppercase;
}
h1.maintitle + .tablePagination {
	margin-top: 5px;
}
h1.maintitle p {
	width: 75%;
	float: left;
	margin: 0 !important;
}
h1.maintitle p::first-letter {
	text-transform: uppercase;
}
h1.maintitle span {
	float: right;
	display: block;
	height: 38px;
	color: #333;
	font-size: 13px;
	line-height: 38px;
	text-shadow: 1px 1px 0px #fff;
}
h1.maintitle .dir_link {
	float: right;
}
h2.toptitle {
	color: #006AA0;
	font-size: 16px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	padding: 8px;
	border-bottom: 1px solid #006AA0;
}
h2.toptitle a {
	color: #006AA0 !important;
	text-decoration: none;
}
h3.titleattach {
	margin-top: 10px;
	padding: 5px;
	background-color: #DED7C2;
    font-size: 16px;
    color: #006AA0;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
}
/* § Heading */

/* Home */
.centro.profileWrap {
	padding: 40px 0;
}
.profile {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px;
	background-color: #F3EFE2;
	box-sizing: border-box;
	border-radius: 10px;
}
.profileScheda .foto {
	width: 200px;
	float: left;
	text-align: center;	
}
.profileScheda .foto img {
	margin-bottom: 10px;
}
.profileScheda .tableWrap {
	margin-left: 220px;
}
.profileTable td {
	padding: 8px;
	vertical-align: top;
}
.profileTable td.thStyle {
	color: #006AA0;
	font-weight: 700;
	text-align: left;
	width: 1px;
	white-space: nowrap;
	text-transform: uppercase;
}
/* § Home */

/* Context menu */
.itemMenu {
	display: none;
}
#generalContextMenu {
	position: absolute;
	width: 200px;
	border-top: 1px solid #A59668;
	z-index: 2000;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.generalContextMenuItem {
	display: block;
	text-decoration: none;
	background: #F3EFE2;
	border: 1px solid #A59668;
	border-top: 0 none;
	padding: 5px;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	
	text-shadow: 1px 1px 0 #fff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.generalContextMenuItem:hover {
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	background: #006AA0;
}
a.generalContextMenuItem img {
	vertical-align: middle;
}
/* § Context menu */

/* Geocomplete Plugin */
.map_show {
    height: 400px;
}
.map_canvas {
    border: 10px solid #fff;
    height: 400px;
    margin: 10px 0;
}
.map_canvas:after {
    display: block;
    padding-top: 170px;
    color: #999;
    content: "Inserisci un indirizzo nel campo qui sopra.";
    font-size: 2em;
    text-align: center;
}
/* § Geocomplete Plugin */

/* Colorbox */
#cboxOverlay{
	background: #7BA9D1;
	opacity: 0.6 !important;
	filter: alpha(opacity = 60) !important;
}
.popup-cbox #cboxLoadedContent {
	position: relative;
	margin-bottom: 0;
	overflow: visible !important;
}
#colorbox.popup-cbox,
.popup-cbox #cboxContent,
.popup-cbox #cboxWrapper {
	overflow: visible;
}
#colorbox.popup-cbox {
	-webkit-box-shadow: 0px 0px 25px 0px rgba(125,125,125,1);
	-moz-box-shadow: 0px 0px 25px 0px rgba(125,125,125,1);
	box-shadow: 0px 0px 25px 0px rgba(125,125,125,1);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.popup-cbox #cboxTopLeft{
	width: 12px; 
	height: 12px; 
	background: #DED7C2;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
.popup-cbox #cboxTopCenter{
	height: 12px; 
	background: #DED7C2;
}
.popup-cbox #cboxTopRight{
	width: 12px; 
	height: 12px; 
	background: #DED7C2;
}
.popup-cbox #cboxBottomLeft{
	width: 12px; 
	height: 12px; 
	background: #DED7C2;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
.popup-cbox #cboxBottomCenter{
	height: 12px; 
	background: #DED7C2;
}
.popup-cbox #cboxBottomRight{
	width: 12px; 
	height: 12px; 
	background: #DED7C2;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
.popup-cbox #cboxMiddleLeft{
	width: 12px; 
	background: #DED7C2;
}
.popup-cbox #cboxMiddleRight{
	width: 12px; 
	background: #DED7C2;
}
.popup-cbox #cboxContent{
	background: #DED7C2;
}
.popup-cbox .cboxIframe{
	background: #DED7C2;
}
.popup-cbox #cboxClose {
	position: absolute;
	top: -27px;
	right: -27px;
	width: 32px;
	height: 32px;
	background: #DED7C2;
	text-indent: -2000px;
    color: #000000;
	overflow: hidden;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
.popup-cbox #cboxClose:hover {
	background: #006AA0;
    color: #fff;
}
.popup-cbox #cboxClose:after {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 100;
	width: 100%;
    content: '\f00d';
	text-align: center;
	font-size: 20px;
    font-family: FontAwesome;
	line-height: 32px;
	text-indent: 0;
}
/* § Colorbox */
