@font-face {
	font-family: 'Museo 300';
	font-style: normal;
	font-weight: normal;
	src: local('Museo 300'), url('../fonts/Museo300-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Museo 700';
	font-style: normal;
	font-weight: normal;
	src: local('Museo 700'), url('../fonts/Museo700-Regular.woff') format('woff');
}
#event-wrapper {
	padding: 60px 15px 0px 15px;
	position: relative;
}
.event-wrapper__tappo__img {
	max-width: 400px;
	width: 100%;
}
.panel-info > .panel-heading {
	color: #fff;
	border-color: #bce8f1;
}
.tab-wrapper .nav-tabs > li > a {
	color: #000;
}
.panel-primary > .panel-heading {
	color: #fff;
}
input[type="checkbox"], input[type="radio"] {
	margin: 4px 5px;
}
.border-radius {
	border-radius: 10px;
}
.control-label {
	text-align: left !important;
}
.title {
	font-weight: 700
}
h4 {
	font-weight: 700;
	font-size: 28px;
}
.modal-header{
	padding: 15px;
	border-bottom: none !important;
}
.modal-dialog{
	margin-top: 80px;	
}
@media (max-width: 991px){
	.modal-header{
		padding: 5px;
	}
	.modal-body{
		padding: 0px 15px 15px 15px;
	}
}
.footer {
	padding: 20px;
	color: #fff;
	text-align: center
}
#countdown {
	float: left;
	color: yellow;
	line-height: 60px;
	font-weight: bold;
	margin-left: 5px;
}
#preCount {
	float: left;
	color: yellow;
	line-height: 60px;
	padding-left: 30px;
	font-weight: bold;
	margin-left: 5px;
}
.tooltipX {
	position: relative;
	display: inline-block;
	border-bottom: none !important;
}
.tooltipX .tooltiptext {
	visibility: hidden;
	width: 150px;
	background-color: black;
	color: #fff !important;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltiptext p{
	font-size: inherit;
	margin: 0px;	
}
.tooltipX .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}
.tooltipX:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}
.welcome {
	border: 3px solid black !important;
	background: black !important;
}
.welcome::before, .welcome::after {
	border: 1px solid black !important;
}
#redirect-box-container{
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 9999999;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	align-items: center;
}
.redirect-box-container--active{
	display: flex !important;	
}
#redirect-box-container__content{
	width: 100%;
	text-align: center;
}
#redirect-box-container__content__logo{
	width: 100%;
	max-width: 400px;	
}
#redirect-box-container__content__template__counter{
	color: yellow;	
}
#blackirect {
	font-size: 46px;
	position: absolute;
	width: 700px;
	height: 200px;
	z-index: 15;
	top: 40%;
	left: 50%;
	margin: -100px 0 0 -350px;
	text-align: center;
}
.scalize .item-point{
	background: red;
	border: 3px solid red;
	border-bottom-color: red;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	cursor:pointer;
	z-index: 99999999999;
}
.scalize .item-point.circle.active,
.scalize .item-point.circle.disabled {
    border: 3px solid red;
    background: red;
}
.scalize .item-point.pulse {
    box-shadow: 0 0 0 red;
    animation: pulse 2s infinite;
}
.scalize .item-point.pulse2:after,
.scalize .item-point.pulse2:before {
    content: "";
    margin: -3px 0 0 -3px;
    position: absolute;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 1px solid red;
    border-radius: 50%;
	z-index: 99999999;
	left: 0%;
}
.scalize .item-point.marker {
    background: 0 0;
    -webkit-box-shadow: 0 0 0 rgba(255, 0, 0, .4);
    -khtml-box-shadow: 0 0 0 rgba(255, 0, 0, .4);
    -moz-box-shadow: 0 0 0 rgba(255, 0, 0, .4);
    -ms-box-shadow: 0 0 0 rgba(255, 0, 0, .4);
    -o-box-shadow: 0 0 0 rgba(255, 0, 0, .4);
    box-shadow: 0 0 0 rgba(255, 0, 0, .4);
    border: 0;
	z-index: 99999999;
}
.item-point--mobile-back, .item-point--mobile-back:before, .item-point--mobile-back:after{
	display: none;	
}
.item-point__mobile-title{
	display: none;	
}
.templateChooser__title{
	font-size: 200%;
	color:yellow;
	margin:50px 0px;
	font-weight: 700;
}
.templateChooser__style{
	opacity: 0.7;
	cursor: pointer;
}
.templateChooser__style:hover{
	opacity: 1;
	cursor: pointer;
}
.modal-backdrop.in {
    filter: alpha(opacity=90) !important;
    opacity: 0.9 !important;
}
#pillStand .nav > li > a {
    text-decoration: none;
    background-color: #F1F1F1;
}
.ricercaCollega input{
	border: 1px solid #00adef;
	padding:10px;
	width: 92%;
	margin-bottom:20px;
}
@media (max-width: 991px){
	.ricercaCollega input{
		width: 100%;
		margin-bottom: 5px;
	}
	#vcard{
		width: 100%;
	}
}
#vcard{
	background: #00adef;
	color: white;
	padding: 10px;
}
#header .navbar-right > .dropdown > .dropdown-menu {
    left: auto !important;
}
.module-btn.active .blink-positive{
	color: #000 !important;	
}
.blink-positive{
	color: #55db55;
	/*
	animation: blink-p 1s infinite;
	-webkit-animation: blink-p 1s infinite;
	*/
}
.tab-wrapper a{
	border: none !important;	
}
/*
@keyframes blink-p{
	0% { color: #55db55; }
	50% { color: #55db55; }
	100% { color: #000; }
}
*/
.btn-booking{ width:90px;}
.blurred-back{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(15px);
	filter: blur(15px);
}
.alert-msg-container{
	width: 100%;
	padding: 30px;
	background-color: rgb(223, 223, 223);
	text-align: center;
	color: #777;
}
.alert-msg-container__icon{
	font-size: 50px;	
}
.alert-msg-container__msg{
	font-size: 18px;
	margin-top: 20px;
}
.modal-colleague-content__card{
	background: #fafafa;
	border: 1px solid #f1f1f1;
	padding:20px;	
}
#header .nav li.profile > a {
    padding: 10px 15px;
    line-height: 25px;
    text-align: center;
}
.label{
    font-size: 12px;
}
.nominativo{
    padding: 15px !important;
	font-size: 18px;
}
.nav-tabs > li {
    margin-bottom: 5px !important;
}
.show-fixed{
	position: fixed !important;	
}
.cursor-pointer{
	cursor: pointer;
}
.contact-list-counter{
	background-color: #edf1f2;
	padding: 4px 5px;
	font-size: 13px;
	color: #1d212a;
}
.contact-list-pagination{
	background-color: #edf1f2;
	border-top: 1px solid #fff;
	font-size: 13px;
	padding: 4px 5px;
	text-align: center;
	text-transform: uppercase;
	color: #979797;
}
.panel-heading{
	position: relative;	
}
.panel-heading > .actions{
	right: 15px !important;	
}

/* Relatori modale*/

			
/*  bhoechie tab */
div.bhoechie-tab-container{
	z-index: 10;
	background-color: #ffffff;
	padding: 10px !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	background-clip: padding-box;
	opacity: 0.97;
	filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
	margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
	margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group>a:first-child{
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
	color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active i{
	color: #ffffff !important;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
}
div.bhoechie-tab-content{
	background-color: #ffffff;
	padding-left: 20px;
	padding-top: 10px;
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
	display: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border-color: none !important;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border: none;
}
@media (max-width: 991px){
	div.bhoechie-tab-menu div.list-group{
		margin-bottom: 0;
		height: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
		white-space: nowrap;
	}
	div.bhoechie-tab-menu div.list-group>a{
		display: inline-block;
		border-radius: 0px !important;
	}
	div.bhoechie-tab-menu div.list-group > a.active::after{
		display: none;	
	}
	div.bhoechie-tab-content{
		padding-left: 0px;
	}
	div.bhoechie-tab-content img{
		width: 100%;
		max-width: 200px;
		margin: 0 auto;	
	}
}
@media (max-width: 1200px){
	.scalize .item-point, .scalize .item-point.pulse2::after, .scalize .item-point.pulse2::before {
		width: 15px;
		height: 15px;
	}	
}
.modal-header button.close{
	position: absolute;
	right: 20px;	
}
#scalize__video-target{
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#scalize__video-target::-webkit-media-controls-start-playback-button, #scalize__video-target::-webkit-media-controls{
    display: none !important;
}
.item-point .item-point__title{
	position: absolute;
	top: -38px;
	left: -140px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	min-width: 300px;
	width: 300px;
	text-align: center;
}
.modal-header button.close{
	position: absolute;
	right: 20px;	
}
.img-header-sponsor{
	width: 100%;	
}
.panel-title{
	cursor: pointer;	
}
#header .brand .virtualSpace img[src*=".svg"]{
	height: 60px;
	width: auto;
}
#event-stage-viewer{
	width: 100%;
	height: calc(100% - 60px);
	position: absolute;
	top: 60px;	
}
@media (min-width: 800px) and (max-width: 1200px){
	.item-point .item-point__title{
		top: -35px !important;
		font-size: 20px !important;
	}
}
@media (max-width: 799px){
	.item-point .item-point__title{
		display: none;
	}
	.img-header-sponsor{
		max-width: 300px;
	}
}
@media (max-width: 767px){
	#app-module__interactive__nav-tabs{
		display: block;
		margin-bottom: 0;
		height: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
		white-space: nowrap;
	}
	#app-module__interactive__nav-tabs li{
		margin-bottom: 5px !important;
		display: inline-block;
		float: none;
		white-space: nowrap;
		text-align: center;
	}
	#app-module__interactive__nav-tabs li .module-btn__icon{
		display: block;
		margin-bottom: 5px;
	}
	.modal-header button.close {
		position: absolute;
		right: -9px;
		background-color: #000;
		opacity: 1;
		color: #fff;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		font-size: 20px;
		line-height: 20px;
		border: 1px solid #fff;
		top: -14px;
	}
	.modal-header button.close span{
		top: -1px;
		position: relative;
	}
}
@media (min-width: 768px){
	.tab-wrapper.tab-left>.nav-tabs {
		float: left;
		margin-right: -3px
	}
	.tab-content-left-shift{
		float: left;
		width: calc(100% - 220px);
		padding-left: 20px;
		margin-top: -20px;
	}
	.tab-left .nav-tabs li a{
		width: 100%;
		max-width: 200px;
	}
	.tab-left .nav-tabs li span{
		width: 100%;
		display: inline-block;
		height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}	
}

.btn-warning {
    color: #fff;
    background-color: #ff8011;
    border-color: #ff8011;
}
.btn-warning:hover {
    color: #000;
    background-color: #ff8011;
    border-color: #000;
}