body {
	padding: 90px 0px;
}

td.actions {
	width: 70px;
}

.page-header {
	margin-top: 20px !important;
}

.error-message {
	color: red;
}

@media (min-width: 1400px) {
	.container {
	    width: 1370px !important;
	}
}

textarea.form-control {
	height: 93px;
}

.container-fluid {
	padding: 0 30px;
}

.site__form-name {
	font-size: 10px;
	color: #aaa;
	max-width: 172px;
	text-overflow: ellipsis;
	overflow: hidden;
}

.form-message {
	font-size: 10px;
	color: #aaa;
	max-width: 272px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.datetime label {
	display: block;
	margin-left: 5px;
}

.datetime {
	margin: 0 -5px;
}

.datetime .form-control {
	display: inline-block;
	width: auto;
	margin: 0 5px;
}

th[align=center] {
	text-align: center;
}

th {
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

.meta-edit {
	vertical-align: middle !important
}

.meta-edit--hover {
	cursor: pointer;
}

.meta-edit--hover:hover {
	background: rgba(0, 0, 0, 0.03)
}

input[type="color"] {
	width: 50px;
	padding: 0 2px;
}

.table-requests td {
	vertical-align: middle !important;
}

.xls-export {
	max-width: 300px;
	margin: 0 auto;
}

.requests-top {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filter {
	display: flex;
}

.filter-btn,
.filter-date {
	margin-right: 5px;
}

.filter-date {
	max-width: 160px
}

.filter-sites {
	max-width: 200px
}

.duplicate {
	font-size: 80%;
	opacity: 0.2;
	background: transparent !important;
}