/*
 * ================================================================================
 * Dynamic iPXE image generator
 *
 * Copyright (C) 2012-2021 Francois Lacroix. All Rights Reserved.
 * Website: http://ipxe.org, https://github.com/xbgmsharp/ipxe-buildweb
 * License: GNU General Public License version 3 or later; see LICENSE.txt
 * ================================================================================
 */
body {
	background-color: #eee;
	font-family: "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1 {
	background-color: #333;
	color: #fff;
	font-size: 2.0em;
	margin: 0;
	padding: 10px;
}

h1 a {
	color: #fff;
	text-decoration: underline;
}

h1 a:hover {
	color: #eee;
	text-decoration: underline;
}

h3 span {
	font-weight: normal;
}

#about_pop_up {
	background-color:#fff;
	border-radius:15px;
	color:#000;
	display:none; 
	padding:20px;
	min-width:400px;
	min-height: 180px;
}

.b-close{
	cursor:pointer;
	position:absolute;
	right:10px;
	top:5px;
}

#wrapper {
	float: left;
	width: 50%;
	background-color: #fff;
	border: #ddd 1px solid;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
}

#notes {
	float: right;
	width: 40%;
	background-color: #ffe;
	border: #ddd 1px solid;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
}

.spacer {
	margin-top: 12px;
}

#drop_zone {
	border: 2px dashed rgb(187, 187, 187);
	border-radius: 5px 5px 5px 5px;
	padding: 25px;
	text-align: center;
	color: rgb(187, 187, 187);
}

#W3valid {
	position: fixed;
	right: 0px;
	bottom: 0px;
}

.help {
	cursor: help;
	color: #666;
	text-decoration: none;
}

.help:hover{
	cursor: help;
	color: #000;
	text-decoration: underline;
}

.help_buildcfg {
	cursor: help;
	color: #000;
	text-decoration: none;
}

.help_buildcfg:hover{
	cursor: help;
	color: #000;
	text-decoration: underline;
}

.error {
	background-color: #FF0000;
	text-decoration: underline;
	font-size: 14px;
}

.wizard-header {
	background-color: #f4f4f4;
	border-bottom: #ddd 1px solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px 10px;
	margin: 0 0 10px 0;
}

.wizard-option {
	background-color: #f1f1f1;
	border-bottom: #ddd 1px solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px 20px;
	margin: 0 0 5px 0;
}

.noscript {
	font-size: 25px;
	background-color: red;
	text-align: center;
	position: fixed;
	left: 0px;
	bottom: 50%;
}

#result,#build,#gitversion,#debug,#embedded {
	display: none;
}

#options {
	box-shadow: 0px 0px 3px #aaa;
	border-radius: 10px;
	border: 2px dashed rgb(187, 187, 187);
	border-radius: 5px 5px 5px 5px;
}

#options label {
	padding-left: 20px;
}

.buildbutton {
	border: none;
	outline: none;
	border-radius: 10px;
	color: #ffffff;
	display: inline;
	cursor:pointer;
	margin: 0px auto;
	clear: both;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #777;
	font-weight: bold;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 22px;
	box-shadow: 0px 0px 3px #aaa;
	background: #4797ED;
}

.buildbutton:hover {
	background: #d8d8d8;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
}

.savebutton {
	border: none;
	outline: none;
	border-radius: 10px;
	color: #ffffff;
	display: inline;
	cursor:pointer;
	margin: 0px auto;
	clear: both;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #777;
	font-weight: bold;
	font-family:"Century Gothic", Helvetica, sans-serif;
	font-size: 22px;
	box-shadow: 0px 0px 3px #aaa;
	background: #16A70C;
}

.savebutton:hover {
	background: #d8d8d8;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
}

