[class*="col-"] {
	float: left;
}

h1, h2, h3{
	color:#9b1617;
}


.page-header {
	color: #a2acb3;
	text-transform: none !important; 
	line-height: 1.5 !important;
}


p{
	margin:0 0 4px 0;
	color:#000;
}

p.textSmall{
	font-size:13px;
	margin:0 0 2px 0;
	color:#000;
}

p strong{
	color:#000;
}

a, a:link, a:active{
	color:#9b1617;
	transition: color 500ms ease-in-out;
}
a:hover{
	color:#333333;
}

.mainPage{
	margin: 20px 0 20px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;	
	background-color:#FFF;
}

.mainPageHeader{
	margin: 0 15px 10px 0;
	background-color:#000;
	border-radius: 15px 15px 0 0;	
	-webkit-border-radius: 15px 15px 0 0;	
}

h1.mainPageHeader{
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	font-weight:bold;
	text-align:right;
	text-shadow: 0px 0px 20px #ff0000;
    filter: dropshadow(color=#ff0000, offx=0, offy=0);	
}

img.mainPageHeader{
	margin:20px 0 0 4px;
}

.headerLink{
	margin: -2px 0 0 0;
	text-align:center;	
}

.headerLink a{
	margin: 0 4px 0 4px;
	border-top:none;	
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;		
	padding:4px 8px 4px 8px;
	font-size:12px;
	color:#FFF;
	background-color:#323232;
	transition: background 500ms ease-in-out;
}
.headerLink a:hover{
	background-color:#9b1617;
}

.userLoggedInformation{
	margin:24px 0 0 26px;
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
}

.userLoggedInformation img{
	margin:-5px 10px 0 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	border:1px solid #9b1617;
	float:left;
	padding:3px;
	width:36px;
	-webkit-box-shadow:inset 0 0 30px 0 #9b1617;
	box-shadow:inset 0 0 30px 0 #9b1617;	
}

.mainPageBody{
	/* margin:15px; */
}

.mainPageEventBox{
	margin:20px 15px 30px 15px;
	padding:15px;
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(229,229,229,1) 85%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(85%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 );
	background-repeat:no-repeat;	
}

.mainPageEventBoxFixBg{
	margin:20px 15px 30px 15px;
	padding:30px;
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#FFF;
}

.icoEvent{
	float:left;
	margin:0 20px 15px 0;
	width:200px;
	border-radius: 15px;
	-webkit-border-radius: 15px;	
}

.eventDateVenue{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px !important;
	font-weight:bold;
	color:#9b1617;
	margin-bottom:0 !important;
}

.eventTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px !important;
	font-weight:bold;
	color:#333333;
}

.mainPageEventBox p{
	font-size:14px;
	margin:5px 0 5px 0;
}

a.button, div.button{	
	margin: 15px 15px 0 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;		
	padding:6px 20px 7px 20px;
	font-weight:bold;
	font-size:24px;
	line-height:30px;
	color:#FFF;
	background-color:#9b1617;
	transition: background 500ms ease-in-out, box-shadow 500ms ease-in-out, -webkit-box-shadow 500ms ease-in-out;
	-webkit-box-shadow: 0 0 15px 0 rgba(51,51,51,100);
	box-shadow: 0 0 10px 0 rgba(51,51,51,100);	
	text-shadow: -1px -1px 1px #7b1113;
}
a.button:hover, div.button:hover{
	background-color:#333333 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

a.buttonSmall{	
	border-radius: 5px;
	-webkit-border-radius: 5px;		
	padding:8px 10px 8px 10px;
	font-weight:bold;
	font-size:16px;
	line-height:26px;
	color:#FFF;
	background-color:#9b1617;
	transition: background 500ms ease-in-out, box-shadow 500ms ease-in-out, -webkit-box-shadow 500ms ease-in-out;
	-webkit-box-shadow: 0 0 15px 0 rgba(51,51,51,100);
	box-shadow: 0 0 10px 0 rgba(51,51,51,100);	
	text-shadow: -1px -1px 1px #7b1113;	
}
a.buttonSmall:hover{
	background-color:#333333;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

.buttonSmall img{
	width:20px;
	margin:-4px 10px 0 0;
}

.copy_old{
	margin-bottom:20px;
	text-align:center;
	font-size:12px;
	color:#aaaaaa;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.copy{
	margin-bottom:20px;
	font-size:12px;
	color:#333333;
}

.copy a{
	text-decoration:underline;
	color:#333333;
	transition: color 500ms ease-in-out;
}

.copy a:hover{
	color:#9b1617;
}

.separatorWhite{
	margin: 10px auto 10px auto;
	background-color: #FFFFFF;
	height:1px;
}

.separatorGray{
	margin: 10px auto 10px auto;
	background-color: #989898;
	height:1px;
}

.separatorLightGray{
	margin: 10px auto 10px auto;
	background-color: #dddddd;
	height:1px;
}

.gradientBackground{
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(229,229,229,1) 85%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(85%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 );
	background-repeat:no-repeat;
}

.highlight{
	color: #9b1617;
	font-weight:bold;
}

.expireDate{
	margin:15px 0 0 0 !important;
	border-radius:8px;
	-webkit-border-radius: 8px;
	border:2px solid #9b1617;
	color:#9b1617;
	padding:5px 12px 4px 12px;
	text-align:center;
	line-height:15px;
}

.expireDate strong{
	color:#9b1617;
}

.maxParticipant{
	margin:15px 0 0 0 !important;
	border-radius:8px;
	-webkit-border-radius: 8px;
	border:2px solid #333;
	color:#333;
	padding:6px 12px 6px 12px;
	text-align:center;
}

.maxParticipant strong{
	color:#333;
}

.publicMandatoryAlert{
	margin:0 0 0 0 !important;
	border-radius:8px;
	-webkit-border-radius: 8px;
	border:2px solid #9b1617;
	color:#333 !important;
	padding:6px 12px 6px 12px;
	text-align:center;
	font-size:15px !important;
    background-color:#fff;
}

.publicMandatoryAlert strong{
	color:#9b1617;
}

::selection {
	background: transparent;
	color: #ffffff;
}


.sectionBox{
	margin:60px 0 10px 0;
	border: solid 2px #989898;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:25px;
    background-color:#e2e2e257;
}

.sectionBoxTitle {
	border: solid 2px #989898;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	padding: 0 8px 0 8px;
	margin: -40px 0 0 8px !important;
	font-size: 18px !important;
	font-weight: bold;
	background-color: #BB1D1D;
	float: left;
	text-transform: uppercase;
}

.sectionBox.referente.col-md-12 {
	background: #fff;
}

.publicInputFullText,.custom-check-elem,.custom-radio-elem {
	border: 2px solid #000 !important;
}



.sectionBoxTitleRight{
	border: solid 2px #989898;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	color:#636363;
	padding:0 8px 0 8px;
	margin:-40px 0 0 8px !important;
	font-size:18px !important;
	font-weight:bold;
	background-color:#FFF;
	float:right;
}

.publicInputFullText{
	margin:0 5px 20px 0 !important;
	border: 1px solid #989898 ;
	background-color:#FFF !important;
	border-radius:5px !important;
	-webkit-border-radius: 5px;
}

.questionOptionsTable{
	width:100%;
	border:none;
	padding:0;
	margin:0 0 10px 0;
	background:none;
}

table.questionOptionsTable tr, table.questionOptionsTable tr td{
	background:none;
	padding:5px 0 0 0;
	text-align:left;
}

a.privacyLink{
	color:#9b1617;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	transition: color 500ms ease-in-out;
}

a.privacyLink:hover{
	color:#333333;
}

.privacyTab{
	background:none;
	border:none;
	margin:0;
}

.privacyTab tr, .privacyTab tr td{
	padding:0 !important;
	margin:0 !important;
  border:0 !important;
  
}

.educatorLoggedBar{
	margin:-10px 15px 30px 15px;
	padding:15px;
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(229,229,229,1) 85%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(85%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(229,229,229,1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e5e5e5',GradientType=0 );
	background-repeat:no-repeat;	
}


/* PUBLIC CHECKBOX & RADIO RESTYLE */
.custom-check, .custom-radio { margin: 5px 0 10px -5px; }

/* hide the original radiobutton */
.custom-check input[type=checkbox], .custom-radio input[type=radio] { 
	width: 1px; height: 1px; padding: 0; border: 0; margin: -1px; clip: rect(0,0,0,0); overflow: hidden; position: absolute; 
}
.custom-check-elem, .custom-radio-elem, .custom-check-label, .custom-radio-label {
	float:left; padding-top:5px; cursor: pointer; vertical-align: middle; font-weight:normal; color:#333333;
}

/* custom check & radio */
.custom-check-elem{ 
	display: inline-block;
	position: relative;
	margin-right: 10px;
	border: 1px solid  #989898;
	width: 37px;
	height: 37px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
}
.custom-radio-elem { 
	display: inline-block;
	position: relative;
	margin-right: 10px;
	border: 1px solid  #989898;
	width: 37px;
	height: 37px;
	border-radius: 999px;
    -webkit-border-radius: 999px;
}

/* custom radio & chek checked */
.custom-check-elem:before{
	content: "\2714";
	display: none;
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	font-size: 48px;
	line-height: 0.5em;
	font-weight: bold;
	text-align: center;
	color:#9b1617;
}

.custom-radio-elem::before {
	content: "\2022";
	display: none;
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 6em;
	line-height: 0.5em;
	font-weight: bold;
	text-align: center;
	color: #9b1617;
}
/* PSEUDO ELMENT CONTENT FOR CHECKED STATE */
.custom-check-input:checked + .custom-check-elem:before,
.custom-radio-input:checked + .custom-radio-elem:before { display: block; }
/* IE8: needs js-fallback for :checked, don't mix selectors! */
.custom-check-input.checked + .custom-check-elem:before,
.custom-radio-input.checked + .custom-radio-elem:before { display: block; }

/* FINE RADIO RESTYLE */

/* Fine Parti comuni			 									 */
/*********************************************************************/

/*********************************************************************/
/* Messaggio di alert per browser obsoleto							 */

#browserAlert{
	border:8px solid #9b1617 !important;
	padding:15px;
	width:660px;
}

#browserAlert p{
	margin: 5px 0 5px 0;
}

/* Fine Parti Messaggio di alert per browser obsoleto	 			 */
/*********************************************************************/

/*********************************************************************/
/* Popup 				 											 */

.close-reveal-modal{
	margin:-10px -8px 0 0 !important;
	font-size:28px !important;
	transition: color 500ms ease-in-out;
}
.close-reveal-modal:hover{
	color:#c00000;
}

.popup{
	background-color:#FFFFFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	width:650px;
}

.popup h2{
	background-color:#989898;
	padding:6px 6px 6px 15px;
	border-radius: 6px;	
	-webkit-border-radius: 6px;
	font-size:24px;
	color:#FFFFFF;
}
.popupBody{
	background-color:#dddddd;
	padding:15px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	float:left;
	width:100%;
}

.popupBody h3{
	color:#9b1617;
	font-size:20px;
}

.popupIco{
	float:left;
	border:2px solid #989898;
	padding:6px;
	margin: 0 30px 0 0;
	border-radius: 6px;	
	-webkit-border-radius: 6px;
	background: rgb(255,255,255);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 55%, rgba(221,221,221,1) 80%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(55%,rgba(255,255,255,1)), color-stop(80%,rgba(221,221,221,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 55%,rgba(221,221,221,1) 80%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 55%,rgba(221,221,221,1) 80%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 55%,rgba(221,221,221,1) 80%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 55%,rgba(221,221,221,1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
}

#consolleUserName, #consollePassword, #passwordForgotEmail, 
#consolleChangePassword, #consolleChangePasswordConfirm, #educatorPasswordForgotEmail{
	border: 1px solid #989898;
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	display:inline;
	float:left;
	color:#707070;
	width:340px;
}

#educatorUsername, #educatorPassword{
	border: 1px solid #989898;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	display:inline;
	float:left;
	color:#707070;
	width:100%;
}

.popupBody p{
	font-size:14px;
	margin:0;
}

.publicDateCalendar{
	margin:0 5px 0 0 !important;
	border: 1px solid #989898 !important;
	border-radius:5px !important;
	-webkit-border-radius: 5px !important;
	width:130px !important;
	text-align:center;
}

/* Fine Popup				     									 */
/*********************************************************************/

/*********************************************************************/
/* Admin 				 											 */

.hideOverflow{
	height:46px;
	overflow:hidden !important;
}

#searchEvent, #searchParticipant{
	margin-top:-3px;
	border:1px solid #989898;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#707070;
}

.tab-title > a {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border: solid 1px #bbbbbb;	
	background: #989898;
	color:#bbbbbb !important;
	font-size:20px !important;
	padding:6px 45px 6px 45px !important;
	margin-right:1px;
	transition: background 500ms ease-in-out;
}

.tab-title > a:hover{
	border: solid 1px #989898;
	background: #989898 !important;
	color:#FFF !important;
}

.tab-title.active > a {
	border: solid 1px #989898;
	background: #989898 !important;
	color:#FFF !important;
}

.disabledTab{
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border: solid 1px #bbbbbb;	
	background: #efefef;
	color:#bbbbbb !important;
	font-size:20px !important;
	padding:6px 45px 6px 45px !important;
	margin-right:1px;
	cursor:pointer;
}

.tabs-content{
	border-top: 10px solid #989898;
}

.tabs.vertical{
	margin-top:1px !important;
}

.tabs-content.vertical{
	border-top: none;
}

.tabs.vertical dd > a {
	border-radius: 0 15px 15px 0;
	-webkit-border-radius: 0 15px 15px 0;
	border: solid 1px #bbbbbb;	
	color:#bbbbbb !important;
	font-size:20px !important;
	padding:6px 6px 6px 6px !important;
	margin-bottom:1px;
	transition: background 500ms ease-in-out;
}

.tabs.vertical dd > a:hover{
	border: solid 1px #989898;
	background: #989898 !important;
	color:#FFF !important;
}

.tabs.vertical dd.active > a{
	border: solid 1px #989898;
	background: #989898 !important;
	color:#FFF !important;
}

.tabs-content.vertical > .content.active{
	margin:8px 0 0 0;
	border:2px solid #989898;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:20px 15px 10px 15px;
}

.mandatoryAlert{
	margin:-17px 0 20px 0;
	padding:8px;
	border: solid 2px #989898;
	border-radius:0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
}

.imgSwitch{
	width:90px;
	margin:-4px 10px 0 0;
	cursor:pointer;
}

.boxCategory{
	margin:10px 0 30px 0;
	border: solid 2px #989898;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:20px 15px 10px 15px;
}

.boxCategoryTitle{
	color:#636363;
	padding:0 8px 0 8px;
	margin:-30px 0 0 8px !important;
	font-weight:bold;
	background-color:#FFF;
	float:left;
}

.boxCategory p{
	color:#707070 !important;
}

label{
	font-weight:bold;
	color:#000;
	margin:0 0 3px 0;
}

.directLink{
	border: 1px solid #989898 !important;
	border-radius:5px !important;
	-webkit-border-radius: 5px !important;
	color:#9b1617 !important;
}

.inputFullText, .textareaWithEditor{
	margin:0 5px 0 0 !important;
	border: 1px solid #989898;
	background-color:#FFF !important;
	border-radius:5px !important;
	-webkit-border-radius: 5px !important;
}

.inputFullText[type=file]{
	padding:8px;
	font-family:16px;
	color:#3e3e3e;
}

.imgDateCalendar{
	width:28px;
	margin:4px 10px 0 0;
	float:left;
	cursor:pointer;
}

.dateCalendar, .inputSmallText{
	margin:0 5px 0 0 !important;
	border: 1px solid #989898 !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	width:100px !important;
	float:left !important;
}

.timeSelect{
	border: 1px solid #989898;
	border-radius:5px;
	-webkit-border-radius: 5px;	
	width:55px;
}

.has-tip, .has-tip:hover{
	 border:none;
}

.has-tip img{
	width:24px;
}

.highlight{
	color:#9b1617;
	font-weight:bold;
}

.eventListHeader, .eventListRow, .participantListRow{
	margin:0 -5px 0 0 !important;
}

.eventListHeader .columns{
	border-right: 1px solid #FFF;
	background-color:#989898;
	border-radius:5px !important;
	-webkit-border-radius:5px !important;
	text-align:center;
	padding:4px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	line-height:37px;
}

.eventListHeader .columns img{
	width:32px;
}

.eventListRow .columns{
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color:#dddddd;
	border-radius:5px !important;
	-webkit-border-radius:5px !important;
	padding:4px 8px 4px 8px;
	color:#333;
	font-size:18px;
	line-height:36px;
}

.eventListRow .columns img{
	width:28px;
	margin:0 7px 0 7px;
}

.eventListRow .columns a img{
	margin:0 5px 0 5px;
	width:32px;
	border-radius:5px !important;
	-webkit-border-radius:5px !important;
	border: 1px solid #ddd;
	transition: padding 350ms ease-in-out, border-color 350ms ease-in-out;
}

.eventListRow .columns a:hover img{
	border-radius:5px !important;	
	-webkit-border-radius: 5px !important;
	border-color: #333;
	padding:3px;
}

.participantListRow .columns{
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-color:#dddddd;
	border-radius:5px !important;
	-webkit-border-radius: 5px !important;
	padding:4px 8px 4px 8px;
	color:#333;
	font-size:18px;
	line-height:36px;	
	cursor:pointer !important;
	transition: background 350ms ease-in-out, color 350ms ease-in-out;
}

.participantListRow:hover .columns{
	background-color:#9b1617; !important;
	color:#fff;
}

.fieldList{
	padding:5px;
}

.fieldHeder{
	border-radius:5px !important;
	-webkit-border-radius:	5px !important;
	border-right:1px solid #FFF;	
	padding:4px;
	background-color:#989898;
	color:#FFF;
	font-size:16px;
	text-align:center;
}

.inputRow div{
	text-align:center;
	margin:5px 0 0 0;
}

/* Fine Admin				     									 */
/*********************************************************************/

.alert-error{
  display:none;

}

table, table th + th{
  border-top:0 !important;
  border-left:0 !important;
  border-right:0 !important;
}

.table th, .table td{
  border-top:0 !important;
}

.table-header-rotated th.row-header{
  width: auto;
}

.table-header-rotated td{
  width: 100px;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  vertical-align: middle;
  text-align: center;
}

.table-header-rotated th.rotate-45{
  color:white;
  height: 140px;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  font-size: 12px;
  line-height: 0.8;

}

.table-header-rotated th.rotate-45 > div{
  background-color:#BC7F1F;
  position: relative;
  top: 0px;
  font-size:16px;
  left: 48px; /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
  height: 100%;
  -ms-transform:skew(-35deg,0deg);
  -moz-transform:skew(-35deg,0deg);
  -webkit-transform:skew(-35deg,0deg);
  -o-transform:skew(-35deg,0deg);
  transform:skew(-35deg,0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.table-header-rotated th.rotate-45 span {
  -ms-transform:skew(45deg,0deg) rotate(315deg);
  -moz-transform:skew(45deg,0deg) rotate(315deg);
  -webkit-transform:skew(45deg,0deg) rotate(315deg);
  -o-transform:skew(45deg,0deg) rotate(315deg);
  transform:skew(45deg,0deg) rotate(315deg);
  position: absolute;
  bottom: 50px; /* 40 cos(45) = 28 with an additional 2px margin*/
  left: 7px; /*Because it looked good, but there is probably a mathematical link here as well*/
  display: inline-block;
  // width: 100%;
  width: 85px; /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
  text-align: left;
  // white-space: nowrap; /*whether to display in one line or not*/
}
.chzn-container-single .chzn-single{
  background-color: #f5f5f5 !important;
  border-radius:4px !important; 
}

.chzn-container .chzn-results li.group-result{
  background-color:green; color:white;
}

.chzn-container .chzn-results li.group-option{
  padding-left:30px !important;
}
.adminform .span4{
  padding:10px 0px;

}


.sweet-alert fieldset{
  display:none;
}

.chzn-container-single .chzn-single{
  padding:0px !important;
}

#descrip_lang_email{
  width:300px !important;
}

.chzn-search input{
  width:280px !important;
}

.chzn-container-single .chzn-single{
  height:30px !important;
}
.chzn-container{
  margin-left:0px !important;
}

#buyerForm #descrip_paese, #buyerForm #travelform_country_field {
  width:300px;
  margin-left:5px;

}

#profile_trade_sector input, #profile_trade_sector label{
  line-height:1.5em;
  float:left;
  display:inline-block;
}
#profile_trade_sector label{
  width:354px;
  line-height:25px;
  display:block;
}
#profile_trade_sector input{
  width:10px;
}

#profile_admittance input, #profile_admittance label{
  line-height:1.5em;
  float:left;
  display:inline-block;
}
#profile_admittance label{
  width:354px;
  line-height:25px;
  display:block;
}
#profile_admittance input{
  width:10px;
}

#profile_admittance2 input, #profile_admittance2 label{
  line-height:1.5em;
  float:left;
  display:inline-block;
}
#profile_admittance2 label{
  width:354px;
  line-height:25px;
  display:block;
}
#profile_admittance2 input{
  width:10px;
}

textarea{
 border:1px solid #ddd !important;
 color: green !important;
}

#container_label_top .input{
margin-bottom:20px !important;


}
#button-registrazione{
  text-align:center;
}

.description, .label #profile_profile_buyer_accept_3-lbl, .label #profile_profile_buyer_accept_2-lbl, .label #profile_profile_buyer_accept_1-lbl{
  width:100% !important;
  display:block-inline;
  white-space: normal !important;
  line-height: 20px;
}


#button-registrazione input[type="submit"]{
  background-color:#E36029;
  padding:10px 15px;
  border-radius:4px;
  border: 1px solid #E36029;
  color:#fff;
  font-weight:bold;
}

  
#container_label{
  float:left !important;
  width:100% !important;
}  
#label{
  float:left;
  width:40%; 
  font-size:16px;   
}

#input{
  float:left;
  width:60%;
      
}

form#buyerForm input[type="text"]{
  height:30px;
  width:300px;
  margin: 5px; 0px;
  padding:0px;
  background-color:#f5f5f5;
  border-radius:4px;
  border: 1px solid #ddd;
  border-top-color:#bbb;
  color:green;
}

#container_label_top{
  width:100% !important;  
}

#container_label_top .label{
  font-size:16px; 
  color:#444444; 
}

#container_label_top .input{
}
  
  
  label + *{
    margin-top:0px !important;
  }
  
fieldset{
  border: 1px solid #EBEBEB;
  background:#fff;
  padding:20px 0px !important;
}

#container_label_top ul{
  width:961px;
  margin-bottom:20px;
  overflow:hidden;

}
#container_label_top li{
  line-height:1.5em;
  float:left;
  display:inline;
}
#container_label_top li  { width:50%; } 

.label{ 
margin-left:10px;
font-weight:normal;
}

#container_label_top .label{
text-align:left !important;
padding:0px !important;
margin:0px !important;
}

fieldset li label{
margin-left:10px;
}

fieldset .radio input[type="radio"]{
position:relative !important;
margin-left:10px !important;
padding-left:10px !important;
}

fieldset .checkboxes input[type="checkbox"]{
padding:5px;
}

#container_label_top, #linediv{
//border-bottom: 4px solid #F05E22;
margin-top:10px;
}

#linediv{
border-bottom: 4px solid #F05E22;
}



#seller_title, #buyer_title{
  display:block;
  width:100%;
  text-align:center;
  font-size:24px;
  font-weight:bold;
  color:#369901;
}

fieldset.userdata {
  border:0;
  
}

ul#bt_ul, div.login_com_user_action ul, div#btl-wrap-module ul {
  display:none;
  }

#block_filter_seller select{
  width:250px;
}

select{
  color:green;
}

select, textarea, input[type="text"]{
  margin:0px !important;
}

#block_filter_seller label{
  width:300px;
display:block;
font-size:12px;
font-weight:bold;
}


.ui-widget-overlay{
  background-image:none !important;
}


#popup{
  border:0;
}

#spazio_comunicazione{
margin-top:30px;
}

#comunicazione{
font-size:10px;
color:#369901;
font-weight:bold;
}

#commento{
width:250px;
min-height:70px;
}

#data_inizio_text,   #data_fine_text{
  color:#00549D;
}
  /************   AGENDA NEW  ****************/
#container_legend{
  width:100%;
  display:flex !important;
  height:100px; 

}
#contenitore_agenda_new{
  margin:5px;
  padding: 5px;
  width: 47%;
  float: left;
  }

#agenda_colonna{
  float: left;
  width: 40%;
  margin-left: 2px;display: inline;
}

#agenda_colonna div{
  background-color:#F25D23;
  color:#A19A8E;
  margin:2px 0;
  height:35px;
  line-height: -moz-block-height;
}


#contenitore_agenda_new .expired{-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color:#fff; cursor:hand; width:100%; background-color:yellow; padding:0;  height:35px; margin-top:0px; margin-bottom:2px;}
#contenitore_agenda_new .verde{-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color:#fff; cursor:hand; width:100%; background-color:green; padding:0;  height:35px; margin-top:0px; margin-bottom:2px;}
#contenitore_agenda_new .rosso{-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color:#fff; cursor:hand; width:100%; padding:0;  height:35px; margin-top:0px; margin-bottom:2px; background-color:red;}
#contenitore_agenda_new .giallo{-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color:#fff; cursor:hand; width:100%; padding:0;  height:35px; margin-top:0px; margin-bottom:2px; background-color:#FFA600;}
#contenitore_agenda_new .prenotato{-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color:#fff; cursor:hand; width:100%; padding:0;  height:35px; margin-top:0px; margin-bottom:2px; background-color:#00479E;}
#contenitore_agenda_new .rifiutato{-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color:#fff; cursor:hand; width:100%; background-color:green; padding:0;  height:35px; margin-top:0px; margin-bottom:2px; background-color:#000; }
#contenitore_agenda_new .freeslot{-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color:#000; cursor:hand; width:100%; text-align:center; background-color:green; padding:0;  height:35px; margin-top:0px; margin-bottom:2px; font-size:14px; background-color:#e9eaec; }
#contenitore_agenda_new .rifiutato{-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; color:#000; cursor:hand; width:100%; text-align:center; background-color:#000; padding:0;  height:35px; margin-top:0px; margin-bottom:2px; font-size:14px; background-color:#000; }

#contenitore_agenda_new .verde:hover{
  background-color:#F25D23;
}


#fascia_oraria, #agenda_testatina{
  font-size:14px;
  color:#fff !important;
  background-color:#685b48 !important;
  line-height:20px;  
}

#agenda_testatina{  
  text-align:center;
  height:30px !important;
}

#fascia_oraria{
  text-align:center;
}

.expired{ cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color:#fff; cursor:hand; font-weight:bold; float:left; font-size:14px; height:10px; background-color:yellow; margin-left:10px; margin-top:10px; padding:5px; padding-top:10px; }
.verde{ cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color:#fff; cursor:hand; font-weight:bold; float:left; font-size:14px; height:10px; background-color:green; margin-left:10px; margin-top:10px; padding:5px; padding-top:10px; }
.rosso{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color:#fff; font-weight:bold; float:left; font-size:14px; height:10px;  margin-left:10px; padding:5px; margin-top:10px;  background-color:red;  padding-top:10px;}
.giallo{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  color:#000; font-weight:bold; float:left; font-size:14px; height:10px;  margin-left:10px; margin-top:10px;  padding:5px; background-color:#FFA600;  padding-top:10px;}
.prenotato{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  color:#000; font-weight:bold; float:left; font-size:14px; height:10px;  margin-left:10px; margin-top:10px;  padding:5px; background-color:#00479E;  padding-top:10px;}
.rifiutato{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  color:#fff; font-weight:bold; float:left; font-size:14px; height:10px;  margin-left:10px; margin-top:10px;  padding:5px; background-color:#000;  padding-top:10px;}
.freeslot{ cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color:#fff; cursor:hand; font-weight:bold; float:left; font-size:14px; height:10px; background-color:green; margin-left:10px; margin-top:10px; padding:5px; padding-top:10px; }


 /************   AGENDA NEW  ****************/
 
 
 #seller_title, #buyer_title{
  display:block;
  width:100%;
  text-align:center;
  font-size:24px;
  font-weight:bold;
  color:#fff;
  background-color:#F25D23;
  padding:10px;
  margin:20px 0px;
}
