* {
	margin: 0;
	box-sizing: border-box;
	outline: 0;
}

body {
	/* background-color: #1a171b !important; */
	/* background-image: url('https://www.myllesweerd.nl/images/behang_rood.jpg'); */
	/* background-size: 100% 100%;
	background-attachment: fixed; */
	padding-top: 80px;
}

.container {
	position: relative;
}

.content {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 10px;
	background-color: #fff;
}

.navbar-default {
	border-radius: 0;
	border-width: 0 0 1px 0;
	margin-bottom: 0;
}

.navbar-brand {
	padding: 0 15px !important;
	line-height: 50px !important;
	height: 50px !important;
}

.navbar-brand img {
	display: inline-block !important;
	height: 40px;
}

.panel {
	border: 1px solid #eee;
}

.panel-heading {
	border-top: 1px solid #eee;
}


.btn {
	border-width: 0;
	border-radius: 0;
}

.text-warning {
	color: #faba03 !important;
}

.btn-warning {
	background-color: #faba03 !important;
	color: #01467d !important;
	border-color: #dda80e !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning:active {
	background-color: #faba03 !important;
	color: #3A8ED3 !important;
	color: #000 !important;
}

.btn-full {
	display: inline-block;
	width: 100%;
}

.form-control {
	border-radius: 0;
}

label {
	width: 100%;
}

.title {
	background: #E7E7E7;
	margin: -10px;
	padding: 20px;
}

.title h1 {
	margin: 0;
	font-size: 25px;
}

.title .icon {
	float: left;
	margin-right: 10px;
}

.row-header {
	position: relative;
	margin-top: 25px;
	background-color: #004E8C;
	padding: 10px;
	font-size: 18px;
	border: 1px solid #ddd;
}

.row-header h2 {
	margin-top: 12px;
	font-size: 18px;
}

.row-content {
	margin-top: 20px;
	position: relative;
	border: 1px solid #ddd;
	border-width: 0 1px 1px 1px;
}

.row-error {
	font-size: 24px;
	color: #a94442;
}

.row-margin {
	margin: 10px 0;
}

.row label {
	text-align: right;
}

.row-label-left label {
	text-align: left;
}

.label-old {
	position: absolute;
	top: -8px;
	left: -5px;
	z-index: 1;
}

.logoLogin {
	position: relative;
	font-size: 32px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	line-height: 40px;
}

.logoLogin img {
	height: 40px;
}

.table thead {
	background: #04589E;
	color: #fff;
}

.table thead th {
	font-weight: 300;
	font-size: 15px;
	padding: 20px !important;
}

.table tr.activity td {
	background: #bfe2ff;
	padding: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>th,
.table>thead>tr>td {
	vertical-align: middle !important;
}

.table>tbody>tr>td {
	height: 60px;
}

.tableFloatingHeaderOriginal {
	top: 50px !important;
}

.mailContainer {
	width: 100%;
	height: 600px;
	border: 1px solid #ccc;
}

.mailText {
	width: 100%;
	height: 600px;
	border: 1px solid #ccc;
}


.loginRow {
	padding-top: 50px;
}


@media screen and (max-width: 768px) {

	.loginBody {
		padding-top: 40px;
	}

	.loginRow {
		padding-top: 25px;
	}

	.row label {
		text-align: left;
	}

	th,
	td {
		padding: 4px !important;
	}

	.table thead th {
		padding: 8px 4px !important;
	}

	.signUp,
	.undo {
		width: 100%;
		padding: 2px 4px !important;
		margin-bottom: 5px !important;
	}

}


@media screen and (max-width: 481px) {
	.loginBody {
		padding-top: 20px;
	}

	.loginRow {
		padding-top: 5px;
	}

	.crudAction {
		padding-left: 9px !important;
		padding-right: 9px !important;
	}
}