/** Schalter ausblenden **/
.emotionum-container filter-manager, .emotionum-container .filter-manager {width: 100%} /*eye candy*/
.eemotionum-container filter-manager .form-group {display: none;}
.emotionum-container filter-manager .form-group:first-of-type,
.emotionum-container filter-manager .form-group:nth-of-type(2),
.emotionum-container filter-manager .form-group:nth-of-type(7),
.emotionum-container filter-manager .form-group:last-of-type {display: block;}
/* swipe Controller dauerhaft aktivieren */
#swipe-controller-wrapper { display: none !important; }
#vote-form-container { display: block !important }

.sidebar-head {
    position: relative;
    height: 220px !important;
    width: 100%;
    background: #ddd URL('https://dfb.emotionum.com/wp-content/uploads/2017/08/spielmacherkonferenz_web-768x295.jpg') center no-repeat;
    background-size: cover;
}

.content-framed .app {
    overflow: auto;
}

.sidebar-head>img {
    height: 220px;
    width: auto;
    max-width: 100%;
    display: none;
}

.sidebar-layer {
	top: 250px;	
}
.nav-tabs>li {
	min-width: 17% !important;
	text-align: center;
}
.nav-tabs>li.pull-right {
	text-align: right;
}
.nav-tabs>li a {
	width: 100% !important;
}
@media (max-width: 650px), (orientation: portrait) {
	.sidebar-layer { top: 0px; }
	.content-framed .app {
	    overflow: auto;
	}
	.emotionum svg {min-height: auto; margin: 10px 0 0 0;}
}
@media (min-width: 650px) and (orientation: landscape) {
	.sidebar-layer { top: 250px; overflow: initial; z-index: 99;}
	.content-table-row.content-table-row-span .sidebar-content:nth-of-type(2) {
	    display: none;
	}
}

/** colors **/
.stageBg, .innerStageBg, .sectors text textPath {
    fill: #030 !important;
}

.slider.slider-horizontal .slider-handle, .bg-primary, .btn-primary, .btn-primary.btn-addon>i  {
    background-color: #030 !important;
}
.btn-primary, .btn-primary.btn-addon>i  {
	border-color:  #030 !important;
}
.btn-primary:hover  {
	background-color:  #020 !important;
	border-color:  #020 !important;
}

.vote-slider-group.form-group.has-error .badge, .vote-slider-group.form-group.has-error .badge b {
    background: #030 !important;
    border-color: #030 !important;
}

.badge.bg-dark {
    background-color: #afafaf !important;
}

.emotionum-container .layer-open .expander {
	color: white;
}

/** button **/
.sidebar-circle-buttons div[id^='playlist_actions'],
.sidebar-circle-buttons button[data-target^='#emotionum-share']{display: none;}

.sidebar-circle-buttons button[data-ng-click^='toggleFilter'] {float:left;}
.sidebar-circle-buttons a[href*='/vote'] {float:right;margin-right:15px;}

/** form errors **/
.vote-slider-group.form-group.has-error .badge,
.vote-slider-group.form-group.has-error .badge b
 {background: #a94442;border-color: #a94442;}
 
 #vote-form-container .nav-tabs .has-error a {color: #a94442;}