.container {
	margin-top: 50px;
	margin-bottom: 80px;
}

.top-header .container {
	margin-top: 0;
	margin-bottom: 0;
}

footer {
	background-color: #555;
	color: #fff;
}

footer .container {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #ccc;
}

#input-labels-file {
	height: 44px;
}

#input-excel-file {
	height: 44px;
}

#button-upload-files {
	float: right;
}

.login-header {
    font-size: 18px;
    width: 100%;
    border-bottom: solid 1px #d9d9d9;
    color: #888;
    margin-bottom: 20px;
}

.login-button {
    float: right;
}

label {
    margin-top: 6px;
}

.login-failed {
	margin-top: 60px;
	color: #ff0000;
}

h1 {
	margin-bottom: 30px;
}

.top-header {
    background-color: #eee;
}

.error {
	color: red;
	display: block;
}

.hidden {
	display: none;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

#button-upload-files-open-modal {
	margin-bottom: 30px;
}

.alert {
	margin-bottom: 30px;
}

th {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.sortable th:hover:not(.sorttable_nosort) {
	cursor: pointer;
}

.download-button {
	color: #808080;
}

.download-button:hover {
	color: #606060;
}

#button-go-to-admin-page {
	margin-bottom: 30px;
}

#button-back {
	margin-bottom: 30px;
}

.tab-content {
	margin-top: 30px;
}

.filter-container {
	background-color: #f4f4f4;
	margin-bottom: 30px;
	padding: 15px;
	border: solid 1px #ccc;
	border-radius: 5px;
}

table.dataTable tbody td {
	padding: 8px 18px !important;
}