body {
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

h1,
h2,
h3,
h4 {
	color: #f02828;
	font-weight: bold;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

#header {
	text-align: center;
}

fieldset {
	border: 1px solid #f02828;
	border-radius: 10px;
	text-align: center;
}

a {
	font-size: 1em;
	color: #ff8020;
	text-decoration: none;
}

input[type="text"],
input[type="password"] {
	width: 200px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 2px;
	border: 2px solid red;
	border-radius: 4px;
}

#btn_submit,
#btn_defaultAll {
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 2px 8px;
	border-radius: 4px;
	border: 1px solid transparent;
	touch-action: manipulation;
	cursor: pointer;
	height: 40px;
	width: 120px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #f02828;
	border-color: #f02828;
	outline: none;
}

#btn_defaultAll {
	color: #ccc;
	background-color: white;
	border-color: #ccc;
}

span {
	width: 300px;
	display: inline-block;
}

.keyitem {
	color: #ff8020;
}

#container,
#debug {
	display: block;
	min-width: 768px;
	max-height: 408px;
	overflow: auto;
}

.fieldName {
	width: 300px;
	vertical-align: top;
}

.fieldValue {
	width: 400px;
	font-family: "Courier New";
	font-size: 9pt;
	vertical-align: top;
}

pre {
	font-family: "Courier New";
	font-size: 9pt;
}

form {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}

#btn_lnk {
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid transparent;
	touch-action: manipulation;
	cursor: pointer;
	width: 200px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #f02828;
	border-color: #f02828;
	outline: none;
}

.overlay {
    background: white;
}
.spinner {
    font-size: 48px;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
}
.spinner.center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.spinner .spinner-blade {
    position: absolute;
    left: .4629em;
    bottom: 0;
    width: .074em;
    height: .2777em;
    border-radius: .0555em;
    background-color: transparent;
    transform-origin: center -.2222em;
    animation: spinner-fade 1s infinite linear;
}
.spinner .spinner-blade:nth-child(1) {
    animation-delay: 0s;
    transform: rotate(0deg);
}
.spinner .spinner-blade:nth-child(2) {
    animation-delay: 0.083s;
    transform: rotate(30deg);
}
.spinner .spinner-blade:nth-child(3) {
    animation-delay: 0.166s;
    transform: rotate(60deg);
}
.spinner .spinner-blade:nth-child(4) {
    animation-delay: 0.249s;
    transform: rotate(90deg);
}
.spinner .spinner-blade:nth-child(5) {
    animation-delay: 0.332s;
    transform: rotate(120deg);
}
.spinner .spinner-blade:nth-child(6) {
    animation-delay: 0.415s;
    transform: rotate(150deg);
}
.spinner .spinner-blade:nth-child(7) {
    animation-delay: 0.498s;
    transform: rotate(180deg);
}
.spinner .spinner-blade:nth-child(8) {
    animation-delay: 0.581s;
    transform: rotate(210deg);
}
.spinner .spinner-blade:nth-child(9) {
    animation-delay: 0.664s;
    transform: rotate(240deg);
}
.spinner .spinner-blade:nth-child(10) {
    animation-delay: 0.747s;
    transform: rotate(270deg);
}
.spinner .spinner-blade:nth-child(11) {
    animation-delay: 0.83s;
    transform: rotate(300deg);
}
.spinner .spinner-blade:nth-child(12) {
    animation-delay: 0.913s;
    transform: rotate(330deg);
}
@keyframes spinner-fade {
    0% {
        background-color: #f02828;
    }
    100% {
        background-color: transparent;
    }
}
