/* BODY */
body {
	font-weight: 300;
	color: #121212;
}

body.admin-area {
	font-weight: 500;
}

/* ANCHOR */
a:focus {
  color: #ff7841;
  text-decoration: none;
}

/* GENERAL */
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-10 {
	margin-right: 10px !important;
}

/* SPINNER */
.glyphicon.spinning {
	z-index: 999;
	font-size: 30px;
	color: #1757b8;
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.glyphicon.spinning.fixed {
	position: fixed;
	left: 50%;
	top: 50%;
}

/* INPUT E BUTTON */
input.tp-input.form-control {
	height: auto;
	font-size: 17px;
}

.tp-btn {
	font-size: 17px;
	font-weight: normal;
}

.tp-btn-light-grey {
	color: #222;
	background-color: #eee;
}

.tp-btn-light-grey:hover {
	background-color: #e0e0e0;
}

/* ACCORDION */
h2.panel-title a {
	font-size: 28px;
	color: #1757b8;
}

h2.panel-title a:hover, h2.panel-title a:focus {
	color: #ff7841;
	text-decoration: none;
}

#accordion {
	margin-top: 20px;
}

/* TOOLTIP */
.pl-tooltip .pl-tooltip-title {
	font-weight:500;
}
.pl-tooltip {
	min-height: 222px;
}


/* LINK AREA RISERVATA */
a.pl-res-area {
	margin-top: 32px;
}

a.pl-res-area .btn {
	margin-left: 6px;;
}

a.pl-res-area:hover .btn {
	color: #ff7841;
}

/* MENU */

.tp-navbar .dropdown-menu>li>a {
	font-weight: 300;
	color: #121212 !important;
}

#mobile-menu li>a:focus , #mobile-menu li>a:hover {
	color: #ff7841 !important;
}

#mobile-menu li>a.slide-menu-control {
	text-transform: uppercase;
	font-weight:700;
}

#mobile-menu li>a.slide-menu-control .back>i {
	margin-right:10px;
}

#mobile-menu .slide-menu-control.closing-button:hover {
	color: #ff7841 !important;
}

.mobile-navbar .slide-menu-control:focus, .mobile-navbar .slide-menu-control:hover,
.mobile-navbar .slide-menu-control:active {
  border: 1px solid #fb5528;
  background-color: #fb5528;
}

.tp-navbar .dropdown-menu>li>a:focus, .tp-navbar .dropdown-menu>li>a:hover {
	color: #ff7841 !important;
}

.tp-navbar .navbar-default .navbar-nav>li>a:focus, .tp-navbar .navbar-default .navbar-nav>li>a:hover {
	color: #ff7841 !important;
}

.tp-navbar .navbar-nav>li>a {
	color: #121212 !important;
}

/* SIDEBAR */
.nav-sidebar ul.nav li a {
	font-family: 'Source Sans Pro', sans-serif;
}

.nav-sidebar ul.nav li a:hover {
	color: #ff7841 !important;
}

.nav-sidebar ul.nav li a {
	color: #121212 !important;
} 

/* FOOTER */
.tp-footer-two {
	background-color: #1757b8;
}

.tp-footer-two .tiny-ft-links ul li a:hover {
	color: #ff7841;
}

/* ICONA TOTOP*/
#toTop {
  border: 3px solid #89939e;
  padding: 0px 6px;
  background-color: transparent;
  color: #89939e;
  opacity: 0.5;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
  font-size: 40px;
}

#toTop:hover {
  color: #ff7841;
  border: 3px solid #ff7841;
  opacity: 1;
}


/* HOME BANNER */
/*.tp-page-header.home {
	height: 248px;
}*/
@media (min-width: 1200px) {
  .tp-page-header.home {
    height: 248px;
  }
}

.tp-page-header.home .page-header {
	margin: 15px 0 0 0;
} 

.tp-page-header.home .page-header {
	margin: 15px 0 0 0;
} 

.tp-page-header.home .page-header h1 {
	margin-bottom: 20px;
}

/* BANNER */
.tp-page-header .page-header > p {
	margin-bottom: 30px;
	color: #ffffff; 
	font-weight: 100;
	font-size: 45px;
	font-family: 'Roboto Slab', serif;
	letter-spacing: -1px;
	line-height: 1.1;
}

@media (max-width: 767px) {
	.tp-page-header .page-header > p {
		font-size: 35px !important;
	}
}  

/* HOME CAROUSEL */
#product a h2{
	transition: all 0.3s;
}

#product a:hover h2 {
	color: #ff7841;
  	text-decoration: none;
}

.product-thumb.item p {
	height: 300px;
	overflow: hidden;
}

.product-thumb.item img {
	height: 60px;
}

/* TABELLE AREE */
.pl-area {
	color: #1757b8;
	letter-spacing: 0;
}

.pl-area .title {
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 0px;
	margin-top: 20px;
	text-transform: uppercase;
}

.pl-area .subtitle {
	font-size: 17px;
	margin-bottom: 20px;
}

.pl-area hr {
	margin: 0; 
}

.pl-area .btn.tp-btn {
	margin-bottom: 30px;
}

/* TABELLE DOWNLOAD */
.meeting-report .report-caption .report-title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #1757b8;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}

.authorization-title {
	font-weight: 500;
	color: #1757b8;
}

.report-caption-noinfo {
    min-height: 90px !important;
}

/* Small to medium devices */
@media (min-width: 576px) and (max-width: 991px) {
  .grey-box {
    min-height: 235px !important;
  }
}

/* Extra large devices */
@media (min-width: 1200px) {
  .grey-box {
    min-height: 235px !important;
  }
}


/* TABELLE RISULTATI */
.pl-ricerca-omologazioni-risultato {
	color: #62656a;
}

.pl-ricerca-omologazioni-risultato .pl-table-head {
	color: #1757b8;
}

/* TABELLE PAGINAZIONE */
.pl-paging {
	padding-top:10px;
	border-top: 1px solid #eaeaea;
}

.pl-paging a {
	margin-left:10px
}
.pl-paging a .glyphicon {
	font-size:15px;
	margin-right: 3px;
}

/* RICERCA AUTORIZZAZIONI */
img.authorization-icon {
	padding-right: 5px;
}

/* LINK ISTITUZIONALI */
.tp-latest-news.institutional-link .thumb-box:hover .thumb-info p {
    color: #ff7841;
}

.tp-latest-news.institutional-link {
    margin-bottom: auto !important;
}

/* AVVISI */
.tp-blockquotes blockquote {
    border-left: 5px solid #ffeb3b!important;
    font-size: 20px;
    font-style: italic;
    background-color: #fafafa;
    padding: 40px;
}

.tp-blockquotes blockquote h3,
.tp-blockquotes blockquote h5 {
    font-style: normal;
}

/* FAQ */
.tp-blockquotes.faq blockquote {
    border-left: 5px solid #1757b8!important;
    font-size: 17px;
    font-style: normal;
    padding: 20px 40px
}


/* BOOTSTRAP TABLE */
.table > tbody > tr > td[rowspan] {
	vertical-align: middle;
}

/* TP-INSURANCE*/
.tp-insurance p, .tp-insurance ul>li {
	color: #121212 !important;
}

.tp-insurance h1 {
	font-size: 28px;
    color: #1757b8;
    margin-bottom: 20px;
    line-height: 40px;
}

.tp-insurance .right-side {
    min-height: 400px;
}

/* IMG CENTER */
/* Usiamo la classe .center-block */
/* @media (max-width: 767px) {
  .c-img-margin-auto {
    margin-left: auto;
    margin-right: auto;
  }
} */

/* PADDING MENU */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav.navbar.navbar-default > div.container {
    padding-right: 0;
    padding-left: 0;
  }
  nav.navbar.navbar-default > div.container > div.collapse.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* BOOTSTRAP TABLE*/
@media screen and (max-width: 767px) {
	.table-responsive>.table>tbody>tr>td, 
	.table-responsive>.table>tbody>tr>th, 
	.table-responsive>.table>tfoot>tr>td, 
	.table-responsive>.table>tfoot>tr>th, 
	.table-responsive>.table>thead>tr>td, 
	.table-responsive>.table>thead>tr>th {
		white-space: normal;
	}
	
	.table-responsive {
	    border: none;
	}
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

/* GREY BOX */
/* Align the items in the grey box */
.home ~ .tp-insurance .grey-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .home ~ .tp-insurance .grey-box {
    height: 570px;
  }
}

/* MOBILE MENU */
.slide-menu {
	overflow: scroll; 
}

/* HEADER TITLE */
.pl-header-title {
	left: 135px !important;
}

/* CUSTOM PL-BORDER-RIGHT */
@media (min-width: 992px) {
	.cst-pl-border-right {
		border-right: 2px solid #5d8acd;
	}
}

/* POPOVER */
.popover {
	font-family: 'Source Sans Pro', sans-serif;
}
.popover-title {
	word-wrap: break-word;
	line-height: normal;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 500;
}

.popover-content {
	font-family: 'Source Sans Pro', sans-serif;

}

/* LINK */
a.link-modal-panel {
	color:white;
	text-decoration: underline;
}

a.link-modal-panel:hover {
	 color: #ff7841;
}

/* RECUPERA PASSWORD */
.recupera-password {
	margin: 10px 15px;
}

.recupera-password .title{
	font-size: 1.8em;
	font-weight: 500;
	color: #1757b8;
	margin: 0;
}

.recupera-password .subtitle{
	font-size: 1.2em;
	font-weight: 300;
	margin: 10px 0;
}

.recupera-password .email-masked {
	font-size: 1.6em; 
	font-weight: 500;
	margin: 20px 0;
}
