body {
	font-family: "Open Sans",sans-serif;
}

.wrapper-toolbar {
	background-color:#14a383;
}

.btn-left-menu {
	color:#66c3ae;
	font-size:28px;
}

.report textarea {
	font-family: 'Roboto', sans-serif;
	border: 1px solid #fff;
}

.wrapper-left-menu.active {
	background-color: #139074;
}

.left-menu {
	text-align:center;
	background-color: #139074;
}

.left-menu a {
	color:#fff;
	font-size:15px;
}

.posts-list {
	background-color: #139074;
}

.post-obj a {
	color:#fff;
	}

.post-obj + .post-obj a {
	border-top: 1px solid #36a189;
}

.icon-info {

	}
.icon-bmx {
	display:inline-block;
	width:30px;
	}
.icon-bmx img {
	display: block;
	position: relative;
	top: 9px;
	width: 100%;
}

.title-bmx {
	font-size:15px;
	color:#fff;
	display:inline-block;
	line-height:47px;
}

.trust {
	background-color: #14a383;
	border-right:1px solid #66c3ae;
	border-left:1px solid #66c3ae;
	box-sizing:border-box;
}

.trust.active {
	background-color: #139074;
	border-right:1px solid #139074;
	border-left:1px solid #139074;
}

.trust.active .inner-trust {
	margin:47px 0 0;
}

.trust.active .list-info {
	background-color:#139074;
}

.trust .inner-trust .full-menu {
	background-color: #139074;
}

.report {
	background-color: #139074;
}

.list-info-more > div {
	border-bottom: 1px solid #4aa995;
}

.iradio.checked::after {
	background-color: #66c3ae;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	content: "";
	display: block;
	height: 6px;
	left: 50%;
	margin: -3px 0 0 -3px;
	position: absolute;
	top: 50%;
	width: 6px;
}

.report .iradio {
	background-color: #fff;
}

.icons-left .icon .tooltip {
	background-color:#139074;
	color:#fff;
	font-size:14px;
}

.report textarea::-webkit-input-placeholder {
	color:rgb(255, 255, 255);
	color:rgba(255, 255, 255, 0.6);
}

.report textarea::-moz-placeholder {
	color:rgb(255, 255, 255);
	color:rgba(255, 255, 255, 0.6);
}

.report textarea:-moz-placeholder {
	color:rgb(255, 255, 255);
	color:rgba(255, 255, 255, 0.6);
}

.report textarea:-ms-input-placeholder {
	color:rgb(255, 255, 255);
	color:rgba(255, 255, 255, 0.6);
}

/* Custom */

.icons-left .icon .tooltip {
	height: auto;
}

.logo > img {
	top: 6px;
	width: 170px;
}
