p.warning {
	font-size: 10px;
	color:     red;
}

tr.fsxSortable {
	background-color: #FDFDFD;
	border-bottom:    1px solid #D6D6D6;
}

tr.fsxSortable:last-of-type {
	border-bottom: none;
}

img.headerImage {
	height: 25px;
}

li.ctrlmmSeparator {
	float:       left;
	margin:      0;
	padding-top: 0;
	height:      31px;
	width:       10px;
	/*border-left: 1px solid #a3c8ff;*/
	/*border-right: 1px solid #a3c8ff;*/
}

li.ctrlmmLeft {
	/*float: left;*/
	clear: both;
}

li.ctrlmmRight {
	float: right !important;
}

ul#ctrlmmMainMenu {
	background-color: red;
	width:            100%;
	float:            none;
	background-image: none;
}

span.ctrlmmNewMail {
	font-size:   0.6em !important;
	position:    relative;
	margin-left: -16px !important;
	margin-top:  2px !important;
}

td.ctrlmmSeparator {
	background-color: #D6D6D6 !important;

}

a.MMInactive, a.MMActive {
	float: left;
}

/*
	CSS fixes for responsive design in ILIAS 5
*/

.ilias5 a.MMInactive, .ilias5 a.MMActive {
	float: left !important;
}

@media (max-width: 768px) {
	.ilias5 a.MMInactive, .ilias5 a.MMActive {
		float: none !important;
	}

}

.ilias5.ilMainMenu, .ilias5 li.ilMainMenu {
	background-color: transparent !important;
}

span.ctrlmmNonLink {
	float:           left;
	color:           rgba(0, 62, 149, 0.54);
	display:         block;
	font-size:       85%;
	font-weight:     normal;
	height:          26px;
	line-height:     26px;
	margin:          1px 0 2px -1px;
	padding:         0 10px 3px;
	text-decoration: none;
	vertical-align:  middle;
	white-space:     nowrap;
	background:      url("../../../../../../../../../templates/default/images/mm_back2.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

.ilias5 span.ctrlmmNonLink {
	height:      15px;
	background:  none;
	line-height: inherit;
	line-height: 37px;
	font-size:   14px;
	margin:      0;
	padding:     0;
}

.ilias5 span.ctrlmmNonLink:before {
	content:     "\e008";
	font-family: "Glyphicons Halflings";
	line-height: 1;
	margin:      10px;

}

#ilTopBarNav.ilias5 span.ctrlmmNonLink {
	height:           40px;
	padding-right:    12px;
	background-color: #B5B5B5 !important;
}

div.ilMainMenuLeft {
	float: left;
}

div.ilMainMenu {
	clear: none !important;
}

div.ilMainMenuRight {
	float:         right !important;
	padding-right: 20px !important;
}

#mm_entry_list > tbody .dropdown_image {
	height: 25px;
	width:  25px;
}

.ilMainMenu .dropdown_image {
	height: 20px;
	width:  20px;
}

#ilTopBarNav, #ilTopBarNav .ilMainMenu {
	background-color: transparent !important;
}

#ilAdvSelListAnchorElement_dd_adm {
	height: inherit;
}

.ctrlmm_disabled {
	pointer-events: none;
}

.after_separator {
	float: right;
}

#ilTopNav .navbar-nav.before_separator {
	display: inline-block;
}

#ilTopNav .navbar-nav.after_separator {
	display: inline-block;
	float: right;
}

