﻿/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/

/* Color: Blue */
h2,
h3,
a,
.menu-dropdown li.active .level1,
a.button-more:hover,
#system .title a:hover,
.searchbox .results li.more-results:hover { color: #5F9FCB; }

/* Color: Orange */
h5,
a:hover,
.menu-dropdown a.level3:hover,
.menu-sidebar a:hover > span,
.menu-sidebar span:hover > span,
.mod-box-black a,
#bottom-b .mod-line a,
#system small,
.searchbox .results li.result.selected,
.searchbox .results li.result.selected h3 { color: #ECAD3C; }


/* Menus
----------------------------------------------------------------------------------------------------*/

.menu-dropdown li.level1:hover .level1 > span,
.menu-dropdown li.remain .level1 > span,
.menu-dropdown li.active .level1 > span { background-image: url(../images/menu_dropdown_level1_active.png); }

.menu-dropdown a.level2:hover { background-color: #5F9FCB; }

.mod-box-color .menu-sidebar li.parent .level1 > span { background-image: url(../images/menu_sidebar_parent_color.png); }

.mod-box-color .menu-sidebar a.level2 { background-image: url(../images/menu_sidebar_level2_color.png); }


/* Modules
----------------------------------------------------------------------------------------------------*/

.mod-box .module-title,
#system .item > header { background: url(../images/mod_box_header.png) 0 100% repeat-x; }
.module.mod-box-color .module-title { background: url(../images/mod_box_color_header.png) 0 100% repeat-x; }

/* Module Box: Color */
.mod-box-color {
	border-color: #3C86B7;
	border-bottom-color: #30698F;
	background: #3C86B7 url(../images/mod_box_color.png) 0 100% repeat-x;
	box-shadow: 0 1px 2px rgba(0,0,0,0.08);
}

.mod-box-color > div {
	background: #5F9FCB;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}

.mod-box-color a { color: #0D5A8E; }

.mod-box-color a:hover,
.mod-box-color .menu-sidebar a:hover > span,
.mod-box-color .menu-sidebar span:hover > span,
.mod-box-color > div .module-title .subtitle { color: #D9EDFC; }


/* Tools
----------------------------------------------------------------------------------------------------*/

form.style button:hover,
form.style input[type="button"]:hover,
form.style input.button:hover,
form.style #submit:hover {
	border-color: #30698F;
	background-color: #5F9FCB;
	box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}

/**
 * SEO Audit implementation: November 2013;
 */
#search {
	top: -127px;
	right: 285px;
}

.searchbox {
	background: url(https://www.checkforplagiarism.net/templates/yoo_balance/images/searchbox_magnifier_small.png) 0 50% no-repeat;
	width: 96px;
}
#blue-button {
	display:block !important;
	position: absolute;
	width: 131px;
	height: 42px;
	background-color: #5F9FCB;
	right: 0;
	top: 86px;
	text-align: center;
	line-height: 42px;
	z-index: 9000;
	border-radius: 0 4px 4px 0;
}

#blue-button a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	left: 6px;
	color: white;
	text-transform: uppercase;
	background-image: url(/images/c4p/accounts-icon.png);
	background-repeat: no-repeat;
	background-position: 18px;
	font-weight: bold;
}
#blue-button:hover  {
	background-color: #ffb011;
}

#cert-icons {
	display: block !important;
	position: absolute;
	width: 280px;
	height: 50px;
	right: 0;
	top: 15px;
	background-image: url(https://www.checkforplagiarism.net/templates/yoo_balance/images/logos_header.png);
}

#menu .item233 {
	display: none;
}