@CHARSET "UTF-8";
/* nostre */

.serviceAlertBar{
	box-sizing: border-box;
	color: rgb(78, 94, 106);
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	height: 40px;
	line-height: 18.5714px;
	position: relative;
	width: 100%;
	z-index: 9001;
}

.innerServiceAlert{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #f6f2dd;
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: block;
	font-family: 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Calibri, Helvetica, Arial;
	font-size: 17px;
	height: 46.5px;
	left: 0px;
	line-height: 24.2857px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
}


/* overwrite theme */
.privacy-disclaimer-legenda{
	margin-left:1.5em;
	margin-bottom: 2em;
}

.dataTable i{
	font-size: 18px !important;
}

.page-login .page-inner {
	background-color: transparent !important;"
}

.page-login .page-content {
    background: transparent !important;
}

.topmenu-outer .top-menu .navbar-nav>li>a {
    color: #fff !important;
}

.topmenu-outer .dropdown-menu li a {
   	color: #fff !important;
}

.message-error {
    color: #9E1519 !important;
}

.navbar {
	z-index: 998 !important;
	margin-bottom: 30px;
}

.panel-grey {
    background: #F1F1F1;
    margin: 5px;
    padding: 0px 10px;
    overflow: hidden;
}

.panel-grey .panel-heading {
    color: #000;
}

.panel-grey .panel-body {
    color: #000;
}

.panel-grey .panel-heading .panel-control a {
    color: #000;
}

.panel-grey .panel-heading .panel-control a:hover {
    color: #f1f1f1;
}

.faqContainer div{
	overflow: hidden;
}

.cap_container{
	background: #F1F1F1;
	padding: 20px;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0!important;
	height: 55px;
	font-size: 14px;
	font-weight: 600;
}

.scap_container{
	background: #F5F5F5;
	padding: 20px;
	overflow: hidden;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0!important;
	height: 55px;
	font-size: 14px;
	font-weight: 600;
	margin-left:20px;
}

.btnCloseLink{
	cursor: pointer;
}

.btnCloseLink i{ 
	font-size: 1.5em;
}

.innerRisposta{
	padding: 10px 0px;
}


.icon_copy_link
{	
	opacity: 0.5;
}

.copyLink 
{
	text-decoration: none;
	opacity: 0.6s;
}

.copyLink:hover {
   	text-decoration: none !important;
   	opacity: 1;
    	transition: opacity 0.5s;
}

.iconCopyChapterLink
{	
	width: 16px;
	height: 16px;
	vertical-align: middle;
   	margin: 0px 0px 5px 5px;
	opacity: 0.6;
}

.iconCopyChapterLink:hover {
   	opacity: 1;
    	transition: opacity 0.5s;
}

.iconCopySubChapterLink
{	
	width: 14px;
	height: 14px;
	vertical-align: middle;
   	margin: 0px 0px 5px 0px;
	opacity: 0.6;
}

.iconCopySubChapterLink:hover {
   	opacity: 1;
    	transition: opacity 0.5s;
}

.iconCopyFaqLink
{	
	width: 14px;
	height: 14px;
	vertical-align: middle;
   	margin: 0px 0px 0px 5px;
	opacity: 0.6;
}

.iconCopyFaqLink:hover {
   	opacity: 1;
    	transition: opacity 0.5s;
}

.tooltipCopyFaq {
   	/*position: relative;*/
   	display: inline-block;
   	opacity: 0.6;
   	text-decoration: none;
   	vertical-align: text-bottom;
   	cursor: pointer;	
}

.tooltipCopyFaq .tooltipCopyFaqText {
    visibility: hidden;
   	width: 300px;
   	height: 10px;
   	color: #000;
   	text-align: center;
   	position: relative;
   	z-index: 1;
   	opacity: 0.8;
   	transition: opacity 1s;
   	text-decoration: none;
   	color: #337ab7;
   	font-size: 12px;
   	font-weight: 400;
}	

.tooltipCopyFaq:hover .tooltipCopyFaqText {
   	visibility: visible;
   	opacity: 1;
   	text-decoration: none;
    	transition: opacity 1s;
}


/* The popup thow show the faq link*/
.popupFaq {
	visibility: hidden;
	position:fixed; 
    width: 600px;
    height: 20px;
    bottom: 10px;
   	left: 50%;
   	-webkit-transform: translate(-50%, 0%);
   	transform: translate(-50%, 0%);    
    text-align: center;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    padding: 8px 0;
    z-index: 1;
}

/* Toggle this class - hide and show the popup */
.show {
    visibility: visible;
    -webkit-animation: fadeinout 5s linear forwards;
   	animation: fadeinout 5s linear forwards;
}

/* Add animation (fadein and fadeout the popup) */
@-webkit-keyframes fadeinout {
 		0%,100% { opacity: 0; }
 		50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}
	
/* modifiche logo */

.topmenu-outer {
   height: 60px;
    background: #fff;
    margin-left: 0px;
}

.navbar-inner{
/* 	margin-top: 60px; */
}

.navbar .logo-box {
/*   margin-top: -58px; */
}
.navbar .logo-box {
  display: table;
  float: left;
/*   height: 60px; */
  position: relative;
  width: 190px;
}

.slimScrollDiv{
/* 	margin-top: 60px; */
}


/* claims be */

#elenco-claims .checkbox_container label{
    padding-left: 10px;
}

@media (max-width: 767px) {
	.navbar .logo-box .logo-text img{
		width: 160px !important;
	}
	
	.fix_logo_responsive {
		visibility:hidden !important;
		display:inherit !important;
	}
}

@media (min-width: 767px) {
	.fix_logo_responsive {
		visibility:hidden !important;
		display:none !important;
	}
}

@media (min-width: 1638px) {
	#fe_menu .truncate {
		display:none;
	}
	#fe_menu .truncable {
		display:inherit;
		font-weight: bolder;
	}
	#fe_menu .truncate-icon {
		display:none;
	}
}
/* dimensione minima per passaggio da testo a icone nel menu */
/* @media (max-width: 1637px) and (min-width: 1327px) { */
@media (max-width: 1637px) and (min-width: 1141px) {
	#fe_menu .truncate {
		display:inherit;
		font-weight: bolder;
		word-wrap: normal !important; 
		width: 100px;
		margin-left:5px;
		margin-right:4px
	}
	#fe_menu .truncable {
		display:none;
	}
	#fe_menu .navbar-nav>li>a{
		padding: 0;
	}
	#fe_menu .top-menu .navbar-nav>li>a{
		padding-top: 0px;
    	padding-right: 0px;
	}
	#fe_menu .nav>li>a {
	    position: relative;
	    display: block;
/* 	    padding: 10px 15px; */
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left:7px;
	}
	#fe_menu .navbar-right {
		padding-top: 10px !important;
	}
	#fe_menu .truncate-icon {
		display:none;
	}
}

/* dimensione di passaggio da testo a icone nel menu */
/* @media (max-width: 1326px){ */
@media (max-width: 1180px){
	#fe_menu .truncable {
		display:none;
	}
	#fe_menu .truncate {
		display:none;
	}
	#fe_menu .truncate-icon {
		padding-right:25px !important;
		padding-left:25px !important;
		display:inherit;
	}
}

@media (max-width: 1180px) and (min-width: 768px) {
	#fe_menu .truncate-icon {
		padding-right:7px !important;
		padding-left:7px !important;
		display:inherit;
	}
}

#scelta_lingue .messages li {
    border-bottom: 0;
}

.navbar .fa-bars {
	color: white;
} 

#registration_container .panel {
	margin-bottom: 0 !important;
}

#registration_container .page-inner {
	padding: 0px !important;
}

.borderRed {
    border-style: solid;
    border-color: #ff0000;
}

/* Menu Pusher */

.menu-pusher {
    position: absolute;
    top: 50%;
    right: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    display: none;
}

.push-menu {
    display: inline-block!important;
    padding: 20px 18px;
/*     color: #5F5F5F; */
    color: dark-red;
    border: none;
    position: relative;
    line-height: 20px;
    float: right;
    font-size: 17px;
    text-decoration: none;
}

.push-menu:hover {
    color: #5F5F5F;
}

@media (min-width: 768px) {
    
    .mobile-menu {
    display: none;
    }
}        

@media (max-width: 767px) {
	.menu-pusher {
        display: block;
    }	
    
    .mobile-menu {
    	height:0px;
    	width:100%;
    	display: block;
    	float: left;
    	background-color: #004F97;
    	top: 100px;
    	z-index: 3333;
/*     	overflow: hidden; */
    	overflow: auto;
    	
    }
    
    .mobile.menu ul{
/*     	list-style-type: none; */
/*     	list-style-type: disc; */
    }
        
    .mobile-menu li{
    	color:#f0f0f0;
    	padding-left:2em;
    	text-decoration: none;
    	line-height: 2.2em;
    	width:100%;
    
    }
    
    .mobile-menu li a{
    	color:#f0f0f0;
    	text-decoration: none;
    	display: block;
    }
    
    .mobile-menu li > a:hover, 
	.mobile-menu li > a:focus {
	     color:#ffffff;
	     color:yellow;
	     background-color:  #004F97;
	} 
	
	.mobile-menu ul li ul li{
		padding-left:3.5em;
		font-weight: bolder;
	}
    
    .mobile-menu ul li ul li > a:hover,
    .mobile-menu ul li ul li > a:focus{
		background-color:  #004F97;
		font-weight: bolder;
	}
}

.alertMsgInLine {
	white-space: nowrap
}
.scroll-left {
 position: absolute;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 25s linear infinite;
 -webkit-animation: scroll-left 25s linear infinite;
 animation: scroll-left 25s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

