
body {
	background-color: #F0F0F0;
	margin: 0px;
	overflow: hidden;
	cursor: default;
}

.container {
	box-sizing: border-box;
	position: relative;
	margin: auto;
	width: 100vw;
	height: 100vh;
}

h1 {
	
	padding: 0px;
	margin: 0px;
	
	font-family: 'Slabo 27px', serif;
	font-size: 27px;
	font-weight: 400;

	color: #505050;
}

p {
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: black;
	white-space: wrap;
}

.text_box {
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: black;
	white-space: wrap;	
}



.text_box {
	/* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); */
	padding: 15px;
	margin-bottom: 15px;
	background: rgba(255, 255, 255, 0.9);
	
	/*
	border-bottom: 1px rgba(0, 0, 0, 0.1);
	border-right: 1px rgba(0, 0, 0, 0.1);
	border-left: 1px rgba(255, 255, 255, 0.8) solid;
	border-top: 1px rgba(255, 255, 255, 0.8) solid;
	*/
	
}

.button_box {
	position: relative;
	padding: 10px;
	/* background-color: white; */
	white-space: nowrap;
}

.button_box.vertical {
	white-space: normal;
	width: 100%;
}

.button_box.vertical > input {
	width: 100%;
	margin-bottom: 5px;
}

.text_box.error {	
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;	
	/* text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2); */
	
	background-color: rgba(250, 210, 210, 0.9);
	/* box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2); */
}

.text_box.info {
	background-color: rgba(255, 255, 225, 1);
}

.text_box.warning {
	background-color: rgba(255, 255, 150, 1);
}

.error > a {
	color: black;
}

.info > a {
	color: black;
}

.info > .progress {
	position: absolute;
	right: 5px;
	bottom: 15px;
	
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 14px;
	
}


.no_search {
	font-style: italic;
	color: #505050;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}


/* Parameter boxes */

.parameter_box {
	display: flex;
	justify-content: flex-start; 
	flex-wrap: wrap;
	background-color: white;
	padding: 10px;
}

.parameter_pair {
	/* padding: 5px; */
	margin: 10px;
	white-space: nowrap;
}

.parameter_pair > .parameter {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
}

.parameter_pair > .value {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);	
}


/* Popup dialog box */

.dialog {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;

	background-color: rgba(0, 0, 0, 0.5);
}

.dialog_container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}


.dialog_box {
	margin: auto;
}

/* Autorodeo */

#page_head {
	position: absolute;
	left: 0vw;
	top: 0vh;
	width: 100vw;
	height: 10vh;

	background-image: url('/images/skidmark.png');
	background-position: 50% -20pt;
	background-size: stretch;
	background-repeat: no-repeat;

	opacity: 0.4;
}

#page_back {
	position: absolute;
	left: 1vw;
	top: 1vh;
	width: 7vh;
	height: 7vh;
	background-image: url('/images/back.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 40%;

	background-color: white;
	border: 3px solid black;
	border-radius: 5pt;

	box-shadow: 0px 0px 2px 2px rgba(255, 255, 255, 0.3);
}

#page_head_title {
	position: absolute;
	left: 11vh;
	top: -1vh;

	font-family: 'Open Sans', sans-serif;
	font-size: 6vh;

	color: rgba(0, 0, 0, 0.9);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	white-space: nowrap;
}

#page_head_subtitle {
	position: absolute;
	left: 11vh;
	top: 5vh;

	font-family: 'Open Sans', sans-serif;
	font-size: 3vh;

	text-align: center;	
	vertical-align: middle;

	color: rgba(0, 0, 0, 0.9);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);	
	white-space: nowrap;
}

#page_body {
	position: absolute;
	left: 0vw;
	top: 11vh;
	width: 100vw;
	height: 80vh;
}

#page_bottom {
	position: absolute;
	left: 0vw;
	top: 91vh;
	width: 100vw;
	height: 19vh;

	background-image: url('/images/skidmark.png');
	background-position: 50% 0pt;
	background-size: auto 150%;
	background-repeat: no-repeat;

	opacity: 0.4;
}

#menu {
	left: 0pt;
	top: 0pt;
	width: 100vw;
	height: 60vh;
}

#advert {
	left: 0pt;
	bottom: 0vh;
	width: 100vw;
	height: 20vh;

	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

#bottom_premies {
	position: absolute;
	box-sizing: content-box;
	
	left: 0vw;
	bottom: 9.5vh;
	width: 100vw;
	height: 8vh;

	background-color: rgba(20, 150, 30, 0.9);
}


#bottom_info {
	position: absolute;
	
	left: 0vw;
	bottom: 0vh;
	width: 100vw;
	height: 9vh;

	background-image: url('/images/info.png');
	background-position: 5pt 50%;
	background-size: contain;
	background-repeat: no-repeat;

	overflow: hidden;
}

#bottom_info_scroller {
	position: absolute;
	font-family: 'Oswald', sans-serif;
	font-size: 18pt;
	font-weight: bold;
	margin-top: 10px;
	text-shadow: -1px -1px 1px 0px rgba(255, 255, 255, 0.1);
}


#error {
	position: absolute;
	left: 0vw;
	top: 40vh;
	width: 100vw;
	text-align: center;
	font-family: 'Slabo 27px', serif;
	font-size: 14pt;           		
}

#promote_description {
	position: absolute;
	left: 0pt;
	bottom: 0vh;
	width: 100%;
	text-align: left;
	font-family: 'Slabo 27px', serif;
	font-size: 14pt;
	font-weight: bold;

	background-image: url('/images/flag.png');
	background-position: 5pt 5pt;
	background-repeat: no-repeat;
	background-size: 18pt;

	background-color: rgba(190, 180, 20, 0.5);
	
	box-sizing: border-box;
	padding: 5pt 5pt 5pt 25pt;
				
}

.flag {
	background-image: url('/images/flag.png');
	background-position: 100% 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

#info_marquee {
	width: 100%;
	height: 100%;
}