/*===========================================
	INFO

	AUTHOR
	----------------------
	BPS Bildungsportal Sachsen GmbH
	Bahnhofstr. 6, D-09111 Chemnitz
	
	EDITED BY MFT

	COLORS
	----------------------

	#123375 blue main
	#32498f blue light
	#e1e1e1 light gray

=============================================*/


/****************************
	CHANGE COLORS
*****************************/
/* BLUE */
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: #123375;}

a:hover, a:focus, a:active,
.btn:hover, .btn:focus, .btn:active,
.text-info {color: #32498f;}

#powerTip a {color: #e1e1e1;}

.badge.highlight,
.box-highlight,
.tag,
.artefact-edit .tag-editor .tag-editor-delete,
.btn-highlight,
.page .mobile-page-header,
.nav-container, .nav-container + .clearfix,
.ui-dialog .ui-dialog-titlebar {background-color: #123375;}

.page.login {
	background: #123375;
	background: -moz-linear-gradient(top,  #123375 0%, #32498f 80%);
	background: -webkit-linear-gradient(top,  #123375 0%,#32498f 80%);
	background: linear-gradient(to bottom,  #123375 0%,#32498f 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123375', endColorstr='#32498f',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: #32498f;}

.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: #123375;}

.mobile .mainnav > li > a,
.mobile .subnav > li > a {border-left-color: #32498f;}

legend,
.manage-groups .main-header,
.manage-groups .content-container .main-header {border-bottom-color: #32498f;}

.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: #e1e1e1;}

tr.hasNew {background-color: #e1e1e1 !important;}

.steps .active .arrow, .steps .active .arrow:after {border-left-color: #e1e1e1;}
.resource-details, .table-footer {border-color: #e1e1e1;}


/* WHITE */
.btn-highlight,
.btn-highlight:hover, .btn-highlight:focus, .btn-highlight:active {color: #fff;}

.icon-color-success {
    color: #123375;
}

.resource-details .content-preview-author a {
    color: #123375;
}

.col-sm-4 {
	background-image: url(https://www.tu-chemnitz.de/mb/MikroFertTech/Bilder/mft-opal.png);
    background-repeat: no-repeat;
    background-size: 85px auto;
    padding-left: 95px;
    background-position: 0 50%;
}

.content-preview-img {
	display:none;
}