@CHARSET "ISO-8859-1";

.sncNotifcationPanel {
	border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}

nav.sncNavBar {
	background-color: #1976d2;
}


div.empty-state i.large {
	color: #2196f3 !important;
}


.sncCookieConsent {
	background-color: #1976d2;
	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:#64b5f6 !important;
}

.tabs a {
	color: white !important;
}


/*--------------- Sidenav -----------------*/

ul.side-nav.fixed li a {
	color: #2196F3 !important;
}


/*--------------- StartPage -----------------*/

.sncStartPageMediumCard {
	background-color: #e3f2fd !important;
}

.card.sncCardOeffnungstage {
	background-color: #bbdefb;
}

.sncMediaCarouselBtnRightContainer button,
.sncMediaCarouselBtnLeftContainer button {
	
}


/*--------------- ResultView -----------------*/

.sncResultList > div:nth-child(odd) {
	background-color: white !important;
}

.sncResultList > div:nth-child(even) {
	background-color: #e3f2fd !important
}

.sncHitListHeaderMedium {
	color: #2196f3 !important;
}
	
.sncMediumDetailsSubordinateTitle {
	color: #2196f3;
}

.sncMedDetailsSubordinate {
	display: inline-block;
    color: #1976d2;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
}

.sncHitListHeaderMedium {
	color: #2196f3 !important;
}

.sncFilterHeader {
	background-color: #1976d2;
	color: white;
}

/*--------------- MediumnDetails -----------------*/

.sncMediumDetailsSubordinateTitle {
	color: #2196f3;
}

.sncMedDetailsSubordinate {
	display: inline-block;
    color: #1976d2;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
}

.sncMedDetailsCopiesHeader, 
.sncSubordinatesHeader {
	color: white;
	background-color: #2196f3;
}

.sncDataList > div.sncSubordinateRow:nth-child(odd)
{
	background-color: white !important;
}

.sncDataList > div.sncSubordinateRow:nth-child(even)
{
	background-color: #e3f2fd  !important;
}

.sncMedDetailsCopiesRow:nth-child(even) {
	background-color: white !important;
}

.sncMedDetailsCopiesRow:nth-child(odd) {
	background-color: #e3f2fd  !important;
}
