@CHARSET "ISO-8859-1";

.sncNotifcationPanel {
	border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}

nav.sncNavBar {
	background-color: #f57c00;
}


div.empty-state i.large {
	color: #f57c00 !important;
}


.sncCookieConsent {
	background-color: #f57c00;
	color: #fff;
}


/*--------------- Tabs -----------------*/
/** Tabs, Erkennbarkeit des aktiven Tabs verbessen **/
.tabs {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* Aktive Tabs deutlicher anzeigen */
.tabs .indicator {
	background-color: yellow !important;
	z-index: 99;
}

.tabs a.active {
	background-color:#ef9a9a !important;
}

.tabs a {
	color: white !important;
}

/*--------------- StartPage -----------------*/

.sncStartPageMediumCard {
	background-color: #eeeeee !important;
}

.sncCardOeffnungstage {
	background-color: white;
}

.sncMediaCarouselBtnRightContainer button,
.sncMediaCarouselBtnLeftContainer button {
	
}


/*--------------- Sidenav -----------------*/

ul.side-nav.fixed li a i {
	color: #f57c00 !important;
}

.side-nav li.active a {
  color: #444 !important;
}

.side-nav li:hover .collapsible-body a {
	color: #444;
}

.side-nav li:hover .collapsible-body a:hover,
.side-nav li:hover .collapsible-body a.active {
	color: #ffb74d;
}

.side-profile {
	filter: hue-rotate(177deg);
}

.side-profile>* {
	filter: hue-rotate(-177deg);
}

/*-------------- Loginpage --------------

Filter werden auch auf alle Nachkommen angewendet.
Deswegen bei Nachkommen die nicht gefilter werden sollen wieder rückgängig machen.
*/
.sncLoginPanel {
	filter: hue-rotate(177eg);
}

.sncLoginPanel>* {
	filter: hue-rotate(-177deg);
}

.sncLoginPanel img {
	filter: hue-rotate(177eg) contrast(1.1);
}


/*--------------- SearchView -----------------*/

div.noUi-handle , div.noUi-tooltip, div.noUi-connect {
	background-color: #ffb74d;
	color: black;
}


/*--------------- ResultView -----------------*/

.sncResultList > div:nth-child(odd) {
	background-color: white !important;
}

.sncResultList > div:nth-child(even) {
	background-color: #f5f5f5 !important;
}

.sncHitListHeaderMedium {
	color: #2196f3 !important;
}

.sncFilterHeader {
	background-color: #f57c00;
	color: white;
}


/*--------------- MediumnDetails -----------------*/

.sncMediumDetailsSubordinateTitle {
	color: #2196f3;
}

.sncMedDetailsSubordinate {
	display: inline-block;
    color: #1976d2;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
}

.sncDataList > div.sncSubordinateRow:nth-child(odd) {
	background-color: white !important;
}

.sncDataList > div.sncSubordinateRow:nth-child(even) {
	background-color: #f5f5f5  !important;
}

.sncMedDetailsCopiesRow:nth-child(even) {
	background-color: white !important;
}

.sncMedDetailsCopiesRow:nth-child(odd) {
	background-color: #f5f5f5  !important;
}

.sncMedDetailsCopiesHeader, 
.sncSubordinatesHeader {
	color: white;
	background-color: #757575;
}

