/* @sandra */
h1 .section-header{
	padding-top: 0px;
}
.eventbox #signup{
	margin-top: 50px;
	margin-left: 8px;
}
.eventbox{
	padding-top: 10px;
}
.greyLabel span{
	margin-right: 15px;
}
.greyLabel{
	background-color: rgb(236, 236, 236);
	margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
    margin-top: 8px;
    padding: 4px;
    margin-right: 8px;
}
.event-date .content{
	font-weight: bold;
}
.eventbox .content {
	padding-top:15px;
}
.eventbox .content .pdfIcon{
	background-image: url(/typo3conf/ext/webx_events/Resources/Public/images/pdf.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 20%;
}
.eventbox .content .pdfLink{
	margin-left: -50px;
    font-size: 17px;
    margin-top: 5px;
}
.eventFormular{
	display: none;
}
.eventFormular {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.eventFormular iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
.nefos-ui-resourceDetail-container, .nefos-ui-resourceList-container, .nefos-ui-routingPanel-container{
	position: static !important;
}

.searchReset{
    color: #fff;
    text-transform: uppercase;
    background: #7fa533;
    border-color: #7fa533;
    border: none;
    color: #020202;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 10px;
    min-height: 40px;
    width: calc( 26% - 10px );
    color: white;
}

/* default */

.eventInfo{
	text-align:left;
	color: #5c5b5b !important;
}
.eventTime {
	display:block;
	font-size: 30px;
}

.event-info{
	padding: 10px 0 20px;
}
.detailInfobox{
	margin: 10px 0 0;
}
.bg_infobox {
	background: #cdcdcd;	
	padding: 10px 8.5%;
}
.detailInfobox h4 {
	color: #006199;
	text-transform:uppercase;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
	padding-right: 40px;
	cursor: pointer;
	position:relative;
}
.detailInfobox h4:after{
	content: "\f0d7";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#fefefe;
    position:absolute;
    right:15px;
}
.detailInfobox h4.infoopen:after{
	content: "\f0d8";
}
.detailInfoboxContent{
	color: #000;
} 
.eventsfilter {
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: reverse;
	 -webkit-flex-direction: row-reverse;
	     -ms-flex-direction: row-reverse;
	         flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.eventfilter{
	padding: 5px;
	width:100%;
}
.eventfilter .filterselect {
	
	background-image: url(/typo3conf/ext/webx_events/Resources/Public/images/drop-down_gray.png);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-align: -webkit-right;
    text-indent: 0.01px;
    border: 1px solid #5c5b5b;
    width: 30%;
    height: 35px;
    padding-right: 30px;
    padding-left: 7px;
}


/*DETAIL*/
#sidebar{
		width: 29%;
		float:right;
	}
	
#contentEvents{
	
	width: 70%;
    float: left;
}