﻿hr {
	margin: 0;
}
#page-header img {
	width:600px;
}

#page-body {
	max-width: 960px;
	margin: 0 auto;
}

footer {
	padding: .5rem;
	text-align: center;
}

	footer p {
		margin: 0;
		font-size: smaller;
	}

#thumbnail-container {
	width: 180px;
	height: 920px;
	flex-basis: initial;
	flex-grow: initial;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #345;
}

#page-container {
	width: 960px;
	height: 920px;
	flex-basis: initial;
	flex-grow: initial;
}

.page-thumbnail {
	display: block;
	margin: 1.5rem auto;
	cursor: pointer;
}

	.page-thumbnail:before, .page-thumbnail:after {
		content: none;
	}

	.page-thumbnail:hover, .page-thumbnail:active {
		text-decoration: none;
	}

	.page-thumbnail img {
		max-width: 120px;
	}

	.page-thumbnail span {
		color: #fff;
	}

.perfect-datetimepicker {
	margin: 1rem auto;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.25em;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: solid 1px #ddd;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: solid 1px #ccc;
}

table.dataTable.no-footer {
	border-bottom: none;
}

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
	height: 36px;
}

.bootstrap-select > .dropdown-toggle {
	border: 1px solid #ced4da;
	background-color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.custom-file-label {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 90px;
}
.form-row label {
	padding-top: .25rem;
	margin-bottom: 0;
}

/*.navbar .dropdown-toggle::after {
	content: none;
}*/

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_filter {
		text-align: center!important;
		float:none!important;
	}
	div.dataTables_wrapper div.dataTables_info {
		padding-top: 0;
		padding-bottom: 0.25em;
	}
}