body {
	margin: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 0px;
	font-family: verdana;
	overflow-x: hidden;
}

.elogo {
	width: 1000px;
	float: left;
	height: 95px;
}

.bottom {
	width: 938px;
	float: left;
	height: 20px;
	margin-top: 20px;
	padding: 10px;
}

.ToRight {
	float: right;
	margin-right: 20px;
	font-size: 75%;
}

.headTitleRed {
	color: #cc0000;
}

.top-title {
	font-size: 1.3rem;
}

.headTitle {
	font-size: 1.05rem;
}

.text-content {
	font-size: 80%;
}

.form-content-label {
	font-size: 92%;
}

.form-content-text {
	font-size: 80%;
}


hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.required:after {
	content: " *";
	color: red;
}

.required-before:before {
	content: "* ";
	color: red;
}

.btn-wurth {
	color: #fff;
	background-color: #cc0000;
	border-color: #cc0000;
}

.btn-wurth:hover {
	color: #fff;
	background-color: #a60000;
	border-color: #900;
}

.btn-wurth:focus,
.btn-wurth.focus {
	box-shadow: 0 0 0 0.2rem rgba(212 38 38 / 0.5);
}

.btn-wurth.disabled,
.btn-wurth:disabled {
	color: #fff;
	background-color: #cc0000;
	border-color: #cc0000;
	opacity: .25;
}

.btn-wurth:not(:disabled):not(.disabled):active,
.btn-wurth:not(:disabled):not(.disabled).active,
.show>.btn-wurth.dropdown-toggle {
	color: #fff;
	background-color: #cc0000;
	border-color: #900;
}

.btn-wurth:not(:disabled):not(.disabled):active:focus,
.btn-wurth:not(:disabled):not(.disabled).active:focus,
.show>.btn-wurth.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(212 38 38 / 0.5);
}

.alert {
	font-size: 90%;
}

.case-id {
	font-weight: bold;
	font-size: 1.5rem;
	border: 1px dashed black;
	padding: 5px;
	margin-top: 18px;
}