body, .module-content {
	background-color: #f3f3f3;
}

#wrapper {
	width: auto;
	max-width: auto;
	margin-top: 0px;
}

.main-menu, ul.module-link {
	background: #00b0b9;
}

ul.module-link li.selected {
	background: rgb(42, 48, 55);
}

a, .result-list .links a, .result-list .title a, .menu a, #footer .links a {
	color: rgb(42, 48, 55);
}

#header .logo {
	width: 300px;
	height: 60px;
	margin-bottom: 15px;
}

input[type="text"], .TextField, input[type="password"], select {
	margin: 0 0 8px 0;
}

.authenticationsystemprofileupdateeditor-panel .panel {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: rgba(155, 155, 155, 0.3) 0px 0px 11px -1px;
}

.authenticationsystemprofileupdateeditor-panel .panel-heading {
	background-color: #f3f3f3;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.authenticationsystemprofileupdateeditor-panel .panel-heading,
.authenticationsystemprofileupdateeditor-panel .panel-body {
	padding: 15px;
}

.pull-right {
	float: right;
}

.authenticationsystemprofileupdateeditor-panel input,
.authenticationsystemprofileupdateeditor-panel select {
	display: block;
	width: 100%;
}

nav em {
	font-style: normal;
}

.attribute-adapter-ADD .panel-heading {
	background-color: rgba(40, 167, 69, 0.2);
	color: #28a745;
}

.attribute-adapter-REMOVE .panel-heading {
	background-color: rgba(220, 53, 69, 0.2);
	color: #dc3545;
}


input[name="showHidden"], input[name="showExpired"] {
	display: inline-block;
	margin: 0px 3px;
}

.ctx-cont label, form label, form .label {
	color: #333;
}


.authenticationsystemprofileupdateeditor-panel {
	padding: 20px;
}

.authenticationsystemprofileupdateeditor-panel .column.sixty {
	width: 57%;
	margin-left: 3%;
}

.authenticationsystemprofileupdateeditor-panel .column > a:last-child {
	margin-top: 20px;
	display: inline-block;
}

a {
	cursor: pointer !important;
}

.content-block {
	position: relative;
}

.content-block > br {
	display: none;
}

/*.content-block br + .field-row {
	float: right;
    position: absolute;
    right: 7px;
    top: 110px;
}*/

.paging-info {
    display: block;
}