html {
	height:100%;
	min-height:100%;
}

body {
	min-height:100%;
}

.managementwrapper {
	background: rgba(255, 255, 255, 0.95);
	padding: 20px 20px;
}

#Management {
	background: url(../gfx/background-alternative.png);
	height:100%;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment:fixed;
}

a,
.pagination > li > a,
.pagination > li > span,
.modal-content,
input,
button,
.alert,
select {
	border-radius: 0 !important;
}

.dataTable tbody tr:hover {
	background: #dddddd;
}

.nav .active a {
	background: none !important;
}

.nav-tabs.nav-justified > .active a,
.nav-tabs.nav-justified > .active a:active,
.nav-tabs.nav-justified > .active a:focus,
.nav-tabs.nav-justified > .active > a:hover {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#login {
	background: rgba(255, 255, 255, 0.95);
	margin-top: 240px;
	padding: 20px 20px 60px 20px;
	text-align: center;	
}

table.dataTable > tbody > tr.child ul {
    display: block;
    text-align: left;
    width: 100%;
}