.icon.active {
	color: #00c853;
}

.icon {
	/*color: #ffffff;*/
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.bottomShadow {
	box-shadow: 0 5px 5px -3px #d7d7d7;
}

/*html,*/
/*body {*/
/*height: 100%;*/
/*width: 100%;*/
/*overflow: auto;*/
/*}*/

/*
   MENU
================================================== */

#jsFrontMobileMenu-shade {
	display: none;
	position: fixed;
	overflow: hidden;
	right: 0;
	top: 40px;
	bottom: 40px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 1;
}

body.withoutMobileFooter #jsFrontMobileMenu-shade {
	bottom: 0;
}

#jsFrontMobileMenu-shade.active {
	display: block;
}

#jsFrontMobileMenu-menu {
	display: block;
	position: fixed;
	overflow: auto;
	right: 0;
	top: 40px;
	bottom: 40px;
	width: 0;
	background-color: #ffffff;
	transition: width 0.1s;
	z-index: 1;
}

body.withoutMobileFooter #jsFrontMobileMenu-menu {
	bottom: 0;
}

#jsFrontMobileMenu-menu.active {
	width: 300px;
}

#jsFrontMobileMenu-menu nav div.item {
	float: left;
	margin-right: 10px;
}

#jsFrontMobileMenu-menu div.separator {
	margin-top: 9px;
	margin-bottom: 10px;
	border-top: 1px solid #c2c2c2;
	margin-left: -9px;
	margin-right: -9px;
}

.menuMobile-item30 {
	display: block;
	padding: 5px 0;
	min-height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}

/*.ctToggle-whenActive .menuMobile-item30 {*/
/*padding-left: 10px;*/
/*}*/

.menuMobile-item30:last-of-type {
	margin-bottom: 0;
}

/*
   LIST ITEM TOPIC
================================================== */

div.listItem-topic {
	position: relative;
	padding-left: 55px;
}

div.listItem-topic > div.left {
	float: left;
	width: 45px;
	margin-left: -55px;
}

div.listItem-topic > div.right {
	float: left;
	width: 100%;
}

/*
	HEADER
================================================== */

div.header {
	/*position: fixed;*/
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/

	height: 40px;
	padding-left: 40px;
	color: #ffffff;
	z-index: 1000;
}

div.header > a.left {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin-left: -40px;
}

div.header > a.left > img {
	width: 30px;
	height: 30px;
	padding-left: 5px;
	padding-top: 5px;
}

div.header > div.right {
	float: left;
	width: 100%;
}

div.header div.text {
	padding: 5px;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
}

div.header .icon {
	width: 30px;
	height: 30px;
	padding-top: 5px;
	padding-right: 5px;
	line-height: 30px;
	text-align: center;
}

/* two icons and content */
div.header div.twoColumnLayout70pxRight {
	padding-right: 75px;
}

div.header div.twoColumnLayout70pxRight > div.left {
	float: right;
	width: 100%;
}

div.header div.twoColumnLayout70pxRight > div.right {
	float: right;
	width: 70px;
	margin-right: -75px;
}

/*
	CONTROL PANEL
================================================== */

div.separator {
	height: 1px;
	background-color: #d7d7d7;
}

div.controlsPanelMobile {
	padding: 5px 10px;
}

/*
	HEADER2
================================================== */

div.header2 {
	display: block;
}

div.header2 > a.mainLink {
	line-height: 40px;
	height: 40px;
}

div.header2 div.breadcrumbs {
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
	overflow: auto;
}

div.header2 div.breadcrumbs div.item {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	font-size: 14px;
}

div.header2 div.breadcrumbs div.item.active a {
	color: #a40d14;
}

/*
	FOOTER
================================================== */

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	z-index: 1000;
	box-shadow: 0 0 5px #d7d7d7;
	border-top: 1px solid #d7d7d7;
}

body.withoutMobileFooter footer {
	display: none;
}

footer .item {
	display: inline-block;
	float: left;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

footer .item.active {
	border-bottom: 5px solid #a40d14;
}

footer div.separator {
	float: left;
	width: 1px;
	height: 30px;
	margin-top: 5px;
	background-color: #d7d7d7;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

/*
	OF SELECT
================================================== */

.jsOfSelect {
	position: relative;
}

.jsOfSelect .jsOfSelect-currentValue {
	/*display: none;*/
}

.jsOfSelect .jsOfSelect-fakeSelectWrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
}

.jsOfSelect .jsOfSelect-fakeSelectWrapper .jsOfSelect-fakeSelect {
	opacity: 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	display: block;
}

.jsOfSelect .jsOfSelect-trigger,
.jsOfSelect .jsOfSelect-itemLink,
.jsOfSelect .jsOfSelect-itemButton,
.jsOfSelect .jsOfSelect-current {
	white-space: nowrap;
}

.jsOfSelect div.dropdown {
	top: 100%;
	right: 0;
	display: none;
	position: absolute;
	background: #ffffff;
	text-align: left;
	white-space: nowrap;
	padding: 0;
}

.jsOfSelect div.dropdown > div {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	cursor: pointer;
	text-align: left;
}

.jsOfSelect div.dropdown > div:hover {
	background-color: #d7d7d7;
}

.jsOfSelect div.dropdown > div > a {
	display: block;
	text-decoration: none !important;
}

.jsOfSelect.active div.dropdown {
	display: block;
	z-index: 500;
}

/*
	MAP
================================================== */

div.jsMap div.jsMap-map {
	height: 200px;
}

/*
	ITEM AND BUTTON (adding mobule existing topics)
================================================== */

div.itemAndButton {
	position: relative;
}

div.itemAndButton > div.item {
}

div.itemAndButton > div.button {
}

div.itemAndButton > div.separatorVertical {
	position: relative;
	height: 1px;
	background-color: #d7d7d7;
	margin: 9px -9px;
}

/*
	ADD HEADER
================================================== */

header.add div.wrapper {
	padding: 10px 0;
	height: 20px;
}

header.add a.leftLink {
	position: absolute;
	left: 20px;
	line-height: 20px;
	font-size: 16px;
}

header.add div.name {
	font-size: 20px;
	line-height: 20px;
}

/*
	PARTICIPATION
================================================== */

div.participation > div.left {
	margin-bottom: 20px;
}

div.participation > div.right {
}

div.participation div.separatorVertical {
	display: none;
}

/*
	POPUP
================================================== */

div.popup {
	position: relative;
	min-width: 320px;
	margin: 0 auto 0 auto;
}

div.popup > div.blueBlock {
	padding: 10px;
	background-color: #004989;
}

div.popup > div.whiteBlock {
	padding: 10px;
	background-color: #ffffff;
	border-bottom: 1px solid #d7d7d7;
	box-shadow: none;
}

div.popup > div.whiteBlock.withHeader {
	padding-top: 50px;
}

.whiteBlock_header {
	padding-left: 10px;
}

div.popup > div.blueBlock > div.imageWrapper {
	width: 60px;
	height: 60px;
	padding: 10px;
	background-color: #ffffff;
	border-radius: 50px;
	overflow: hidden;
	margin: 0 auto 15px auto;
}

div.popup > div.blueBlock > div.leaderUser {
	display: inline-block;
}

div.popup > div.blueBlock > div.leaderUser > div.right {
	white-space: nowrap;
	line-height: 40px;
}

/*
	POPUP ICON
================================================== */

.popupIcon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
}

.popupIcon span.fa {
	color: #707070;
}

.popupIcon span.fa:hover {
	text-decoration: none;
}

/*
	GRID
================================================== */

/* 1 (overload .row > .cell)
-------------------------------------------------- */

.grid1 > .row > .cell {
	float: none;
	width: 100%;
}

.grid1 > .row > .cell > .content {
	margin-bottom: 10px;
}

/* 2
-------------------------------------------------- */

.grid2 > .row > .cell {
	float: none;
}

.grid2 > .row > .cell > .content {
	padding-bottom: 10px;
}

/* 3
-------------------------------------------------- */

.grid3 > .row > .cell {
	float: none;
}

.grid3 > .row > .cell > .content {
	padding-bottom: 10px;
}

div.jsMap div.jsMap-resizebleWrapper {
	padding-bottom: 0;
}


/*
	START PAGE
================================================== */

div.startPage div.userOrTopic {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}

div.startPage div.squareBlock {
	float: none;
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 100px;
	line-height: 40px;
	margin: 5px;
}

div.startPage div.userOrTopic img {
	border: 2px solid #004989;
}

div.startPage div.userOrTopic:hover img {
	border-color: #a40d14
}

div.startPage div.userOrTopic a {
	display: block;
}

.stratPageExtra div.pencils {
	max-width: 100%;
	height: 200px;
	margin-top: 40px;
	background: url('/images/start-pencils.png') no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.stratPageExtra div.tabs > div.item {
	float: none;
	display: block;
}

.stratPageExtra div.tabs > div.item > a:hover {
	text-decoration: underline;
}

.stratPageExtra div.video {
	max-width: 100%;
}