@charset "utf-8";

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Tag/Classi standard */
body {
	font-family: 'Open Sans', sans-serif !important;
}
.color-default {
	background-color: #b38a17 !important;
	color: #fff !important;
}
.color-default-selected {
	border: 2px solid #f00 !important;
}
.text-default {
	color: #b38a17 !important;
}

/* Form */
input, select, textarea, button {
	border-radius: 0 !important;
	font-size: 15px !important;
}
button {
	padding-left: 30px !important;
	padding-right: 30px !important;
	letter-spacing: 1.5px !important;
}
button:hover {
	opacity: 0.8;
}

/* Header */
header {
	background-color: #2d4f8d;
	margin-bottom: 30px;
	padding: 0;
	border: 0;
	overflow: hidden;
	z-index: 1000;
	min-height: auto;
	border-radius: 0;
}
header .row {
	margin-left: -25px;
	margin-right: -25px;
}
header a {
	color: #fff !important;
	font-size: 11px;
}
.header-nav ul {
  padding: 0;
	padding-top: 10px;
  margin: 0;
}
.header-nav ul > li {
  list-style: none;
	width: auto;
	display: inline;
	padding: 20px 15px;
}
.header-nav li:hover {
	background-color: #b38a17 !important;
}
.header-nav a {
	text-transform: uppercase;
}
.header-nav a:hover {
	text-decoration: none;
}
.header-social a, .header-login a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 20px;
}
.header-social a:hover, .header-login a:hover {
	text-decoration: none;
}
.header-social i {
	margin-left: 0;
	color: #b38a17;
}
.header-social a:hover {
	color: #b38a17 !important;
}
.header-login {
	background-color: #b38a17;
}
.header-login i {
	margin-left: 10px;
}
.header-menu {
	margin-top: 6px;
	font-size: 16px;
	font-weight: 700;
}
.dropdown-toggle {
	margin-top: 0;
	margin-right: 0;
	padding-top: 0;
	padding-left: 15px !important;
	padding-right: 0 !important;
	float: right;
	background-color: transparent;
	border: 1px solid transparent;
	cursor: pointer;
}
.dropdown-toggle:after {
	display: none;
}
.dropdown-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin: 4px 0;
	background-color: #fff;
}
.dropdown-menu {
	top: 0;
	border: 0 !important;
	border-radius: 0 !important;
	transform: none !important;
	display: none;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
  padding: 30px 0px;
	margin-top: 0 !important;
  width: 100%;
  box-shadow: none;
	background-color: #365692;
	opacity: 0.97;
}
.mega-dropdown-menu > div > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > div > ul > li {
  list-style: none;
}
.mega-dropdown-menu > div > ul > li > ul {
  padding: 0;
  margin: 0;
	color: #b38a17;
}
.mega-dropdown-menu > div > ul > li > ul > li {
  list-style: disc;
}
.mega-dropdown-menu > div > ul > li > ul > li.nostyle {
  list-style: none;
}
.mega-dropdown-menu > div > ul > li > ul > li > a {
  display: block;
  padding: 3px 5px;
  clear: both;
  font-weight: normal;
	font-size: 14px;
  line-height: 1.8;
  color: #fff;
  white-space: normal;
}
.mega-dropdown-menu > div > ul > li > ul > li > a:hover,
.mega-dropdown-menu > div > ul > li > ul > li > a:focus {
  text-decoration: none;
  background-color: #b38a17;
}
.mega-dropdown-menu > div > ul > li > ul > li > a > i {
	margin-right: 10px;
	color: #b38a17;
}
.mega-dropdown-menu .dropdown-header {
  color: #b38a17;
  font-size: 18px;
  font-weight: bold;
	padding: 3px 5px;
	margin-top: 30px;
}
.mega-dropdown-menu .dropdown-close {
	position: absolute;
	right: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
}
.mega-dropdown-menu .dropdown-close:hover {
	color: #b38a17 !important;
	text-decoration: none;
}
.mega-dropdown-menu .dropdown-close i {
	color: #b38a17;
	margin-left: 5px;
} 
.modal-dialog {
	margin: 3.75rem auto;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + section + div + div + .home-section, .sticky + section + div + div + .page-section {
  margin-top: 66px;
}

/* Footer */
.footer-link {
	padding: 40px 0;
	background-color: #2d4f8d;
	line-height: 40px;
}
#home-page .footer-link {
	margin-top: 20px;
}
.footer-link a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.footer-link a:hover {
	color: #b38a17;
	text-decoration: none;
}
.footer-link a::before {
	content: '>';
	color: #b38a17;
	margin-right: 10px;
}
.footer-data {
	padding: 40px 0;
	line-height: 30px;
}
.footer-data h2 {
	display: none;
}
.footer-data a {
	color: #333;
	font-style: italic;
}
.footer-data a:hover {
	color: #b38a17;
	text-decoration: none;
}
.footer-contact {
	padding-bottom: 30px;
	font-size: 0.9rem;
}
footer {
	background-color: #2d4f8d;
	padding: 20px 0;
	font-size: 14px;
	line-height: 30px;
}
footer, footer a {
	color: #fff;
}
footer a:hover {
	color: #b38a17;
	text-decoration: none;
}

/* Sidebar */
.sidebar a {
	color: #424242 !important;
}
.sidebar a:hover {
	color: #b38a17 !important;
}
.sidebar-amm a {
	width: 100%;
	padding: 4px 0;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	float: left;
}
.sidebar-amm a:hover, .sidebar-amm a.over {
	color: #b38a17 !important;
	text-decoration: underline;
}
.sidebar-amm i {
	margin-left: 10px;
}
.sidebar-amm span a {
	width: 95%;
	margin-left: 5%;
	color: #4d7aff !important;
	text-transform: none;
}
.sidebar-amm span a:before {
	content: '- ';
}
.sidebar-amm span span a {
	width: 90%;
	margin-left: 10%;
	color: #2d4f8d !important;
	text-transform: none;
}
.sidebar-amm span span span a {
	width: 85%;
	margin-left: 15%;
	color: #4d7aff !important;
	text-transform: none;
}

/* Slideshow */
#home-slideshow {
	background: url('/images/box/home.png') center no-repeat;
	height: 426px;
}
.carousel-inner {
	height: 401px;
	font-weight: 700;
}
.carousel-item {
	height: 100%;
}
.carousel-item a:hover {
	opacity: 0.8;
}
.carousel-caption {
	top: 50%;
	margin-top: -200px;
}
.carousel-caption h3 {
	padding: 10px;
	font-size: 1rem !important;
}
.carousel-caption p {
	line-height: 1.15rem !important;
}

/* Calendario */
#calendar {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.18);
}
.fc-scroller {
	overflow: auto !important;
	height: auto !important;
}
.fc-toolbar.fc-header-toolbar {
	margin: 1em !important;
	padding-top: 1em;
}
.fc-toolbar h2 {
	padding-top: 3px;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	display: block !important;
}
.fc-button {
	padding: 0 .5em !important;
	border-color: #b38a17;
	color: #b38a17;
	font-size: 12px !important;
}
.fc-corner-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.fc-corner-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.fc-state-hover, .fc-state-down, .fc-state-active {
  background-color: #b38a17 !important;
	color: #fff !important;
	background-position: 0 -30px;
}
.fc-day-header {
	background-color: #b38a17 !important;
	color: #fff !important;
	font-size: 14px;
	line-height: 28px;
	text-transform: capitalize;
}
.fc-day-number {
	font-size: 12px;
	padding: 6px !important;
}
.fc-today {
	background-color: #b38a17 !important;
	color: #fff;
	font-weight: 700;
}
.fc-event {
	background: #2d4f8d !important;
	color: #fff !important;
  font-size: 11px !important;
	padding: 2px !important;
	line-height: 14px !important;
	word-wrap: break-word;
}
.fc-time {
  font-size: 12px !important;
}
.fc-title::before {
	content: '\A';
	white-space: pre;
}

/* Home Page */
.home-section {
	padding-top: 15px;
	padding-bottom: 15px;
}
#home-search.home-section h2 {
	display: none;
}
#form-search input {
	border: 1px solid #b38a17 !important;
}
#home-search div {
	padding-top: 10px;
	padding-bottom: 10px;
}
#home-search div:first-child {
	padding-top: 20px;
	font-size: 18px;
}
#home-box1 a {
	color: #fff;
}
#home-box1 a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#home-box1 div div div {
	width: 98%;
	margin: 0 1%;
}
#home-box1 div div:nth-child(1) div {
	background: url('/images/box/box1.png') center no-repeat;
}
#home-box1 div div:nth-child(2) div {
	background: url('/images/box/box2.png') center no-repeat;
}
#home-box1 div div:nth-child(3) div {
	background: url('/images/box/box3.png') center no-repeat;
}
#home-box2 .home-box-light, #home-box3 .home-box-light {
	background-color: #eceff1;
}
#content {
	background-color: #eceff1;
	padding: 40px 30px 60px 30px;
}
.print-page #content {
	padding: 10px 15px;
}
#content th, #content td, #content li {
	/*font-size: 14px !important;*/
	font-size: 0.8rem;
}
.print-page #content th, .print-page #content td, .print-page #content li {
	font-size: 12px !important;
}
#content li {
	line-height: 30px !important;
}
#content caption {
	caption-side: top;
}
#content table i {
	margin-right: 10px;
}
#content table a {
	color: #2d4f8d;
}
.news-box {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 30px 40px;
}
.news-box:hover {
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.18);
}
.print-page .news-box {
	margin-bottom: 0;
	padding: 10px;
	box-shadow: none;
}
.print-page {
	font-size: 12px !important;
}
.news-box:last-child {
	margin-bottom: 0;
}
.news-box a {
	color: #424242;
}
.news-box a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.news-box h5 {
	padding: 0 0 20px 0;
	font-size: 18px;
}
.news-box p {
	font-size: 14px !important;
}
.news-box .row div > span, .news-box div > span {
	color: #fff;
	font-size: 13px;
	background-color: #ff6969;
}
.news-box i {
	margin-right: 10px;
}
.news-box2 div div {
	margin-bottom: 20px;
}
.news-box2 hr {
	background-color: #424242;
	margin-top: 30px;
}
.home-page .news-box2 div div:nth-child(2) hr {
	display: none;
}
.sidebar-page .news-box2 div div:nth-child(4) hr {
	display: none;
}
.news-box2 a {
	color: #424242;
}
.news-box2 a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.news-box2 h5 {
	font-size: 14px;
	line-height: 22px;
}
.news-box2 p {
	font-size: 12px;
}
.news-box2 span {
	color: #a4a5a6;
	font-size: 13px;
}
.home-geometra h5 {
	font-size: 20px;
	line-height: 24px;
}
.home-link ul, .home-verbali ul {
	padding: 0;
	padding-left: 12px;
	margin: 0;
}
.home-link li, .home-verbali li {
	color: #b38a17;
	padding-left: 10px;
}
.home-link a, .home-verbali a {
	color: #424242;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}
.home-link a:hover, .home-verbali a:hover {
	color: #b38a17;
	text-decoration: none;
}

/* Pagine standard */
.sidebar-page .content h1, .full-page .content h1 {
	color: #b38a17;
	font-size: 1.5rem;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #b38a17;
}
.sidebar-page .content h2, .full-page .content h2 {
	color: #b38a17;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.sidebar-page .content h3, .full-page .content h3 {
	font-size: 1rem;
}
.sidebar-page .content p, .full-page .content p, .sidebar-page .content label, .full-page .content label {	
	font-size: 0.8rem;
}
.sidebar-page .content p a, .full-page .content p a {	
	font-size: 0.8rem;
	color: #2d4f8d;
}
.sidebar-page .content a, .full-page .content a {	
	color: #2d4f8d;
}
.sidebar-page .content p a i, .full-page .content p a i {	
	margin-right: 10px;
}
.page-link {
	color: #2d4f8d;
}
.page-item.active .page-link {
  background-color: #2d4f8d;
  border-color: #2d4f8d;
}
body.print-page {
	background-color: #eceff1;	
}

/* Tabs */
.nav-pills .nav-link {
  color: #b38a17 !important;
	font-weight: bold;
	line-height: 20px !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff !important;
  background-color: #b38a17;
}

/* Albo d'onore */
.albo-onore {
	background-color: #ffffef;
	padding: 30px 80px;
}
.albo-onore a {
	color: #2d4f8d;
	font-size: 11px;
	line-height: 20px;
	font-style: italic;
}

/* Protocollo notai */
#prot-att font {
	color: #2d4f8d;
	font-weight: 700;
}
#prot-att span {
	display: none;
}
#prot-att .gj-datepicker span {
	display: inline-block;
}

/* Webmail */
.mail-dir a {
	color: #292929 !important;
	font-size: 0.9rem !important;
	line-height: 36px !important;
}
.mail-dir a.over, .mail-dir a:hover {
	color: #b38a17 !important; 
	font-weight: 700;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
	/* Albo d'onore */
	.albo-onore {
		background: url('/images/icon/diploma.gif');
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
		padding: 130px 80px;
	}
	
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	/* Header */
	.header-social i {
		margin-left: 10px;
	}
	
	/* Footer */
	.footer-link {
		padding: 60px 0;
	}
	.footer-data {
		padding: 60px 0;
	}
	.footer-contact {
		padding-bottom: 0;
	}
	
	/* Slideshow */
	.carousel-caption h3 {
		font-size: 1.5rem !important;
	}
	.carousel-caption p {
		line-height: 1.35rem !important;
	}
	
	/* Home Page */
	.home-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	/* Albo d'onore */
	.albo-onore {
		padding: 200px 150px;
	}
	.albo-onore a {
		font-size: 12px;
		line-height: 46px;
	}
	
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	/* Header */
	.header {
		margin-bottom: 30px;
	}
	.header h2 {
		display: none;
	}
	.header-social a, .header-login a {
		padding-top: 13px;
		padding-bottom: 15px;
	}
	.header-social i {
		margin-left: 0;
	}
	.header-menu {
		margin-top: 13px;
	}
	.sticky + section {
		margin-top: 78px;
	}
	.sticky + section + div + div + .home-section, .sticky + section + div + div + .page-section {
		margin-top: 0;
	}
	
}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	/* Header */
	.header-social i {
		margin-left: 10px;
	}
	
}