/***
 * F5 - Content Management System
 * 
 * Copyright © 2019
 * 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";

@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('table.css');
@import url('list.css');


/* reset Bootstrap */
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
/* § reset Bootstrap */

/* Miscelaneous */
.F5_icons {
	font-size: 20px;
	color: #333;
}
.F5_icons:hover {
	color: #777;
}
.F5curpnt {
	cursor: pointer;	
}
.F5rederror {
	color: #ff0000;
}
.F5bluecolor {
	color: #006AA0 !important;
}
.alert b {
	font-weight: 600;
}
.F5mr5 {
	margin-right: 5px;
}
.F5ml5 {
	margin-left: 5px;
}
.F5mb5 {
	margin-bottom: 5px;
}
.F5mt5 {
	margin-top: 5px;
}
.F5searchBox {
	margin-bottom: 20px;
	text-align: right;
}
.F5boxPad {
	padding: 8px;
}
.F5boxPad.search {
	padding-bottom: 0;
}
.F5bgBeige {
	background-color: #F3EFE2;
}
.F5maxwidth {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.F5stileAction * {
	vertical-align: bottom !important;
	font-size: 18px;
	line-height: 1;
}
.F5stileAction > a,
.F5stileAction > span {
	display: inline-block;
	margin-left: 6px;
}
.F5actionBar {
	padding: 8px;
	border-bottom: 1px solid #006AA0;
	background-color: #d9edf7;
}
.F5actionBar h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #514303;
	line-height: 34px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #fff;
}
.F5actionBar .F5attachSearch {
	width: 35%;
	min-width: 200px;
	float: right;
}
.F5actionBar + .alert {
	margin-top: 5px;
}
.F5column {
	float: left;
	width: 50%;
	white-space: nowrap;
}
.F5column:nth-child(even) {
	float: right;
	border-left: 1px solid #A59668;
}
.F5boxSep {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px solid #006AA0;
}
/* § Miscelaneous */

/* Flags menu */
.F5flags {
	margin-right: 15px;
	float: right;
}
.F5flags {
	margin-right: 15px;
	float: right;
}
.F5flags .F5selLang {
	display: inline-block;
	margin-left: 7px;
	opacity: 0.4;
}
.F5flags .F5selLang.selected {
	opacity: 1;
}
.F5flags .F5selLang .flag-icon {
    width: 2.66666667em;
    line-height: 2em;
}
/* § Flags menu */

/* Heading */
h1.F5maintitle {
	margin: 0;
	padding: 6px 8px;
	border-bottom: 1px solid #006AA0;
	font-size: 20px;
    font-weight: 600;
	color: #006AA0;
	text-transform: uppercase;
}
h1.F5maintitle + .F5tablePagination {
	margin-top: 5px;
}
h1.F5maintitle + .alert {
	margin-top: 5px;
}
h1.F5maintitle .F5dirLink {
	float: right;
}
h2.F5toptitle {
	margin: 10px 0 0 0;
	padding: 6px 8px;
	border-bottom: 1px solid #006AA0;
	font-size: 18px;
    font-weight: 600;
	color: #006AA0;
	text-transform: uppercase;
}
h2.F5toptitle a {
	color: #006AA0 !important;
	text-decoration: none;
}
h2.F5toptitle + .alert {
	margin-top: 5px;
}
h3.F5titleattach {
	margin: 10px 0 0 0;
	padding: 8px;
	background-color: #DED7C2;
    font-size: 16px;
    font-weight: 600;
    color: #006AA0;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px #fff;
}
h3.F5titleattach + .alert {
	margin-top: 5px;
}
/* § Heading */

/* Home */
.F5centro.F5profileWrap {
	padding: 30px 0;
}
.F5profile {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 25px;
	background-color: #F3EFE2;
	border-radius: 6px;
}
.F5profileScheda .F5foto {
	width: 200px;
	float: left;
	text-align: center;	
}
.F5profileScheda .F5foto img {
	margin-bottom: 10px;
}
.F5profileScheda .F5tableWrap {
	margin-left: 220px;
}
.F5profileTable td {
	padding: 8px;
	vertical-align: top;
}
.F5profileTable td.F5thStyle {
	width: 1px;
	font-weight: 600;
	color: #006AA0;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}
/* § Home */

/* Context menu */
.F5itemMenu {
	display: none;
}
#F5generalContextMenu {
	position: absolute;
	z-index: 9000;
	min-width: 200px;
}
a.F5gcmItem {
	display: block;
	padding: 6px 12px;
	margin-top: -1px;
	border: 1px solid #A59668;
	background: #F3EFE2;
	color: #333;
	line-height: 16px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}
a.F5gcmItem:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
a.F5gcmItem:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
a.F5gcmItem:hover {
	background: #006AA0;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
	text-decoration: none;
}
a.F5gcmItem span {
	display: inline-block;
	margin-right: 6px;
	vertical-align: bottom;
}
/* § Context menu */

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

/* Colorbox */
#cboxOverlay {
	background: #7BA9D1;
	opacity: 0.6 !important;
	filter: alpha(opacity = 60) !important;
}
.F5cbox #cboxLoadedContent {
	position: relative;
	margin-bottom: 0;
	overflow: visible !important;
}
#colorbox.F5cbox,
.F5cbox #cboxContent,
.F5cbox #cboxWrapper {
	overflow: visible;
}
#colorbox.F5cbox {
	-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: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.F5cbox #cboxTopLeft {
	width: 12px; 
	height: 12px; 
	background: #DED7C2;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
.F5cbox #cboxTopCenter {
	height: 12px; 
	background: #DED7C2;
}
.F5cbox #cboxTopRight {
	width: 12px; 
	height: 12px; 
	background: #DED7C2;
}
.F5cbox #cboxBottomLeft {
	width: 12px; 
	height: 12px; 
	background: #DED7C2;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.F5cbox #cboxBottomCenter {
	height: 12px; 
	background: #DED7C2;
}
.F5cbox #cboxBottomRight {
	width: 12px; 
	height: 12px; 
	background: #DED7C2;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.F5cbox #cboxMiddleLeft {
	width: 12px; 
	background: #DED7C2;
}
.F5cbox #cboxMiddleRight {
	width: 12px; 
	background: #DED7C2;
}
.F5cbox #cboxContent {
	background: #DED7C2;
}
.F5cbox .cboxIframe {
	background: #DED7C2;
}
.F5cbox #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;
}
.F5cbox #cboxClose:hover {
	background: #006AA0;
    color: #fff;
}
.F5cbox #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 */

/* Tooltipster */
.noteToolTipTpl {
	display: none;
}
/* § Tooltipster */

/* Jquery autocomplete */
.autocomplete-suggestions {
	border: 1px solid #dddddd;
	background: #fff;
	overflow: auto;
	color: #444;
}
.autocomplete-suggestion {
	padding: 4px 9px; 
	white-space: nowrap; 
	overflow: hidden;
}
.autocomplete-selected { 
	background: #d9edf7;
}
.autocomplete-suggestions strong {
	color: #006AA0;
}
.autocomplete-group {
	padding: 4px 9px; 
}
.autocomplete-group strong {
	display: block; 
	border-bottom: 1px solid #dddddd;
}
/* § Jquery autocomplete */
