﻿/* =========================================

Theme:	ETAT
Name:	theme_etat.css

0. Text Color
1. Background Color
2. Light Color
3. Dark Color
4. Tab Color
5. Horizontal Ruler Color
6. Theme Border Color
7. Additional Styles
========================================= */


/* 0. TEXT COLOR
========================================= */
body {
	color: #000;
}

a,
.lnkcol,
.stdButton,
.std-button {
	color: #162964;
}

/* 1. BACKGROUND COLOR
========================================= */
.opaque {
	background-color: #ffcc66;
}

/* 2. LIGHT COLOR
========================================= */
.light {
	background-color: #ffc257;
}

/* 3. DARK COLOR
========================================= */
.dark {
	background-color: #efa737;
}

/* 4. TAB COLOR
========================================= */
.tablight {
	background-color: #FFDCA5;
}

/* 5. HORIZONTAL RULER COLOR
========================================= */
hr {
	background-color: #efa737;
	color: #efa737;
}

/* 6. THEME BORDER COLOR
========================================= */
img,
a img,
div,
ul,
li,
table,
h5,
#TBUserFollow:hover #TBUserFollowButton {
	border-color: #efa737;
}

.section .menu,
.well-section .menu {
	border-color: #162964;
}

/* 7. ADDITIONAL STYLES
========================================= */
#toolbar li:hover {
	border-color: #efa737;
}

#toolbar li a:hover {
	border-color: transparent;
}

#objectContent h6,
small,
.context {
	color: #774422;
}

/* upost[data-is-selected] */

	.upost[data-is-selected='true'] .upost-content, .upost[data-is-selected='true'] .upost-head, .upost[data-is-selected='true'] .upost-body, .upost[data-is-selected='true'] .upost-tools {
		background-color: #fff !important;
	}

	.upost[data-is-selected='true'] .upost-content::before {
		border-color: transparent #fff transparent transparent !important;
	}

	.upost[data-is-selected='true'].upost-is-reply .upost-content::before {
		border-color: #fff transparent transparent transparent !important;
	}

/* 8. FORM OVERWRITES
========================================= */
#FM_Formulare h1 {
	background-color: #555;
}

#FM_Formulare .FM_ButtonField button {
	background-color: #555;
	border-color: #555;
}

.header-icon svg {
	fill: #162964;
}