body {
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto 8px;
	background-image: linear-gradient(black 0px 4px, #f3b836 4px 8px);
}

label {
	font-weight: normal !important;
}

a, a:visited, a:hover, a:active {
	color: #007bff;
}

.hide {
	display: none !important;
}

.center {
	height: 10em;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center
}

.hilight {
	background-color: #ffed90;
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
	margin-left: 0px;
	margin-right: 10px;
}

.card-header, .card-body {
	overflow-x: auto;
}

.jumbotron {
	margin-top: 30px;
	padding: 64px;
}

.odd {
	background-color: #f9f9f9;
}

.content-result {
	margin-bottom: 24px;
}

.form-check {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media ( max-width : 1000px) {
	.save-icon {
		display: none;
	}
}

.card-head-text, #site-select {
	margin-bottom: 0px;
}

.error {
	display: block;
	position: relative;
	font-family: 'Lucida Console', monospace
}

.error>div {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 10px;
}

.error>div>h3 {
	color: red;
}

.terminal {
	font-family: 'Lucida Console', courier-new, courier, monospace;
}

.terminal-box {
	min-height: 410px;
	min-width: 656px;
}

.xterm-viewport {
	overflow-y: hidden !important;
}

.terminal-cursor {
	background-color: #000 !important;
	color: #fff !important;
	outline: none !important;
}

.head-icon {
	font-size: 125%;
}

.panel-heading-text {
	text-transform: uppercase;
}

#vpls-logo {
	color: #808080;
	/* padding-left: 200px;
	background-image: url('../img/logo.png');
	background-repeat: no-repeat;
	background-position: left center; */
}

#vpls-logo-img {
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	height: 2em;
}

#site-select>h5 {
	padding-top: 10px;
}


@media (prefers-color-scheme: dark) {
	body {
		background-color: black;
	}
	.jumbotron {
		background-color: #babdbf;
	}
	.card {
		background-color: #e9ecef;
	}
	#vpls-logo {
		color: black;
	}
}

/* END */