
/*
Custom Theme Styles, kooba
*/

.portal-header:before {
    background-color: #00baa0;
}

.portal-search button {
	background-color: #ff525d !important;
}

.portal-single-publication .publication-icon {
    background-color: #00baa0;
}

.site-sidebar {
	background-color: #00baa0 !important;
}

main a {
	color: #00baa0 !important ;

}

a:hover, a:active {
	text-decoration: underline !important;
}

.procedure > li:before {
    background-color: #00baa0 !important;
}

.pager li > a:hover {
    background-color: #00baa0 !important;
    color: #fff !important;
}

.pager li > a {
	color: #00baa0  !important;
}

a {
	color: #00baa0;
}

.portal-single-publication a:hover h3{
	color: #00baa0;
}

.publication-contents h4 span {
	background-color: #d1d2d3 !important;
	color: #d1d2d3 !important;
}

.publication-contents li:before {
	opacity: 1 !important;
	color: #2AB9A0;
}

.category-more-toc,
.more-toc {
	color: #00baa0 !important;
}

.featured-title a:hover {
	color: #00baa0 !important;
}

.featured-subtopics li a:hover {
	color: #00baa0 !important;
}

.tip {
	border-left-color: #ffb857 !important;
    background-color: #F5F5F5 !important;
}

.tip:before {
	color: #ffb857 !important;
}

.tip a {
	color: #ffb857 !important;
}

.important {
	border-left-color: #ff525d !important;
    background-color: #F5F5F5 !important;
}

.important:before {
	color: #ff525d !important;
}

.important a {
	color: #ff525d !important;
}

.note {
	border-left-color: #408BFB !important;
    background-color: #F5F5F5 !important;
}

.note:before {
	color: #408BFB !important;
}

.note a {
	color: #408BFB !important;
}

footer {
	color: white;
	width: 100% !important;
	margin: 0 !important;
	background: #2AB9A0 !important;
}

footer .inner {
	margin: 0 !important;
	border: 0 !important;
	padding: 15px 0 30px !important;
}

@media (min-width: 1200px) {
	.pager , main article {
	    margin-left: 8.33333333% !important;
	}
}

div.feedback-panel .btn {
	color: #00baa0 !important;
	border-color: #00baa0 !important;
}

div.feedback-panel .btn.active, div.feedback-panel .btn:active {
	color: white !important;
	background-color: #00baa0 !important;
}


