:root {
	--background: #ffffef;
	--secondary: #6786a1;
	--button: #3a4d5c;
	--button-glow: #4c73da;
	--red: #cb6464;
}
.banner {
	display: block;
	width: auto;
}
.banner section {
	display: inline-block;
	vertical-align: middle;
}
.banner section:first-child {
	margin-right: 8px;
}
.banner span {
	display: block;
}
.banner span.name {
	font-size: 18px;
	font-weight: bold;
}
.banner.select {
	user-select: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
button.button.glow {
	animation: glowbutton .8s linear infinite;
}
.form button.button.red {
	background-color: var(--red);
}
.form a.red {
	color: var(--red);
}
tr b.red {
	color: var(--red);
}
.form .w100 {
	width: 100%;
}
button.button.mright {
	margin-right: 14px;
}
.banner img {
	width: 70px;
	height: auto;
}
.button.cancel, .button.delete {
	visibility: hidden;
}
.selectItem {
	display: block;
	margin-bottom: 4px;
}
.selectItem .box {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background: white;
	border: solid 1px lightgray;
	border-radius: 5px;
	cursor: pointer;
	user-select: none;
	margin-right: 4px;
}
.selectItem.selected .box {
	background: var(--enfold-header-color-bg);
}
.max600 {
	max-width: 600px;
}
.tiles.tiles3 {
	display: flex;
	margin: auto;
	box-sizing: border-box;
}
.tiles .tile {
	display: inline-block;
	background-color: black;
	width: calc(50% - 6px);
	font-size: 16px;
	cursor: pointer;
	color: var(--background);
	user-select: none;
	margin-left: 12px;
	margin-bottom: 12px;
	padding: 50px 14px;
	border-style: solid;
	border-width: 2px;
	border-radius: 12px;
	-webkit-tap-highlight-color: transparent;
	text-align: center;
}
.tiles.tiles3 .tile {
	width: 100%;
	flex: 1;
}
.tiles.tiles3 .tile:first-child {
	margin-left: 0px;
}
.tiles:not(.tiles3) .tile:nth-child(odd) {
	margin-left: 0px;
}
.tiles:not(.tiles3) .tile:last-child {
	margin-bottom: 0px;
}
.tiles .tile span {
	margin-left: 8px;
	transition: margin-left .3s;
}
.tiles i {
	font-size: 18px;
}
.tiles .tile[data-color].active, .tiles .tile[data-color]:hover {
	background-color: transparent;
}
.popup {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: -500px;
	color: black;
	background: white;
	font-size: 18px;
	z-index: 9999;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 4px;
	border: solid 2px;
	font-family: var(--enfold-font-family-heading);
	width: 300px;
}
.popup span {
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: green;
}
.popup.errors span {
	color: var(--red);
}
.split {
	display: flex;
}
.split .half {
	flex: 1;
	margin-right: 8px;
}
.split .half:last-child {
	margin-right: 0px;
}
select[multiple] {
	height: 340px;
}
#colorsel {
	display: block;
	position: relative;
	width: 100%;
	height: fit-content;
	margin-bottom: 12px;
}
#colorsel .color {
	display: inline-block;
	position: relative;
	top: 0px;
	margin-left: 6px;
	width: 32px;
	height: 32px;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
	background: black;
	transition: top .4s;
	text-align: center;
	color: var(--background);
}
#colorsel .color:hover {
	top: 3px;
}
#colorsel .color i {
	visibility: hidden;
	line-height: 32px;
}
#colorsel .color.active i {
	visibility: initial;
}
#colorsel .color:first-of-type {
	margin-left: 0px;
}
#sectiontable td.center {
	text-align: center;
}
#sectiontable .fa-solid {
	margin: 0px 4px;
	cursor: pointer;
	color: green;
}
#sectiontable .del {
	display: block;
	text-align: center;
	cursor: pointer;
	color: var(--red);
}
#sections .section {
	display: block;
	margin-bottom: 40px;
	border: solid 1px;
	padding: 8px;
	border-radius: 4px;
	box-sizing: border-box;
}
.actions {
	display: block;
	width: fit-content;
	margin: 18px 0px;
}
.actions.full {
	width: 100%;
}
.actions a{
	display: inline-block;
	margin-left: 12px;
}
.actions a:first-child {
	margin-left: 0px;
}
.actions i {
	margin-right: 5px;
}
div .main_color .button.incident {
	display: block;
	width: 100%;
	font-size: 19px;
	font-weight: bold;
}
div .main_color .button.red {
	background-color: var(--red);
	border-color: var(--red);
}
@keyframes glowbutton {
	0%, 100% {
		box-shadow: none;
	}
	50% {
		box-shadow: 0px 0px 10px var(--button-glow);
	}
}
@media(max-width:700px) {
	.split {
		display: block;
	}
	.split .half {
		margin-right: 0px;
	}
	#actionstop a, #actionsbottom a {
		margin-right: 18px;
	}
	.popup {
		top: 140px;
	}
	#services {
		width: 320px;
	}
	#services img {
		height: 70px;
	}
	#searchresults h2 {
		font-size: 20px;
	}
}
@media(max-width: 400px) {
	#actionstop a, #actionsbottom a {
		display: block;
		margin-right: 0px;
		text-align: center;
		margin-top: 8px;
		font-size: 18px;
	}
	#services img {
		height: 50px;
	}
}