/*===========================================
	INFO

	AUTHOR
	----------------------
	BPS Bildungsportal Sachsen GmbH
	Dresdner Str. 76, D-09130 Chemnitz

	COLORS
	----------------------

	#005e58 green main
	#009388 green light
	#d2e3e4 green lighter

=============================================*/

/* IMPORT BASIC */
@import url(../opal_new/layout.css);

.logo {width: 155px; background: url(images/logo-OPAL-TUC.svg) no-repeat 10px center; background-size: auto 35px;}
.login .logo {background: url("images/logo-OPAL-Exam-TUC-login.png") no-repeat center center transparent;}

/****************************
	CHANGE COLORS
*****************************/
/* GREEN */
a, .ui-widget-content a,
.btn,
.ui-dialog-buttonset .ui-button,
.ui-dialog-buttonset .ui-button:hover, .ui-dialog-buttonset .ui-button:focus, .ui-dialog-buttonset .ui-button:active,
.artefact-edit .tag-editor .tag-editor-tag.active,
.content-preview-horizontal .content-preview-img .fonticon,
.box-beta {color: #005e58;}

a:hover, a:focus, a:active,
.btn:hover, .btn:focus, .btn:active,
.text-info {color: #009388;}

#powerTip a {color: #d2e3e4;}

.badge.highlight,
.box-highlight,
.tag,
.artefact-edit .tag-editor .tag-editor-delete,
.btn-highlight,
.page .mobile-page-header,
.ui-dialog .ui-dialog-titlebar {background-color: #005e58;}

.page.login {
	background: #005e58;
	background: -moz-linear-gradient(top,  #005e58 0%, #009388 80%);
	background: -webkit-linear-gradient(top,  #005e58 0%,#009388 80%);
	background: linear-gradient(to bottom,  #005e58 0%,#009388 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e58', endColorstr='#009388',GradientType=0 );
	}

.btn-highlight:hover, .btn-highlight:focus, .btn-highlight:active,
.page .menu-btn, .page .menu-btn:hover, .page .menu-btn:focus, .page .menu-btn:active,
.portlet .badge,
.forum-post.best>.post-header,
[ui-pnotify].ui-pnotify .brighttheme-info {background-color: #009388;}

.btn-highlight,
.menu .jstree-default .jstree-container-ul .jstree-node>.jstree-children,
.jstree-node.calendar,
.jstree-node.efficiency-statement,
.jstree-node.glossary,
.ui-dialog .ui-dialog-buttonpane, .ui-dialog .btn-container {border-top-color: #005e58;}

.mobile .mainnav > li > a,
.mobile .subnav > li > a {border-left-color: #009388;}

legend,
.manage-groups .main-header,
.manage-groups .content-container .main-header {border-bottom-color: #009388;}

.list-group-item.highlight,
.steps .active,
.table-panel tbody>tr.highlight,
.btn-big:hover, .btn-big:focus, .btn-big:active,
.box-info, .box-beta,
.ep-map-preview.ep-map-comic,
.table-header,
.post-date,
.manage-groups .main-header,
.manage-groups .nav .active.dynamic-tab,
.manage-groups .menu-groups .jstree-container-ul {background-color: #d2e3e4;}

tr.hasNew {background-color: #d2e3e4 !important;}

.steps .active .arrow, .steps .active .arrow:after {border-left-color: #d2e3e4;}
.resource-details, .table-footer {border-color: #d2e3e4;}


/* WHITE */
.btn-highlight,
.btn-highlight:hover, .btn-highlight:focus, .btn-highlight:active {color: #fff;}

/****************** LOGIN ******************/
.page.login {
	background: none #005e58;
}
.alternative-login {display: none;}
.login-form .btn-highlight {margin-bottom: 0;}