h1 {
  	font: bold 52px/100% Arial, Helvetica, sans-serif;
      margin: 10;
      color: #fff;
      text-shadow: 2px 2px 6px #000000;
  }
h2 {
	font: bold 30px/90% Arial, Helvetica, sans-serif;
  color: #fff;
    margin: 10;
    padding: 10;
}
p{
    font: Arial, Helvetica, sans-serif;
    color: #fff;
}
p.norm{
    font: Arial, Helvetica, sans-serif;
    padding-left: 10;
    color: #fff;
    margin: 10;
    font: 1em/150%;
}
p.form{
    font: Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 10;
    font: 1em/150%;
}
p.bold{
    padding-left: 10;
    color: #fff;
    margin: 10;
    font: 1em/150%;
    font-weight: 600;
}
p.profile{
    color: #fff;
    margin: 10;
    font: 1em/150%;
    font-weight: 600;
}
.head {
    width: 100%;
    background-color: #515151;
    justify-content: left;
    align-items: center;
}

/* ////////  Form Fields ////// */
.input {
    width: 100%;
	max-width: 390px;
	height: 0.8em/100%;
	background-color: #eaeaea;
	border: 1px solid #32110a;
	font-family: Arial, Helvetica, sans-serif;
	font: 1em/150%;
	color: #000000;
    padding:0.15em;
}
.input_txt {
    width: 100%;
	max-width: 600px;
	height: 600px;
	background-color: #eaeaea;
	border: 1px solid #32110a;
	font-family: Arial, Helvetica, sans-serif;
	font: 0.8em/100%;
	color: #000000;
  padding:0.15em;
}
.input_time {
    width: 100%;
	max-width: 60px;
	height: 0.8em/100%;
	background-color: #eaeaea;
	border: 1px solid #32110a;
	font-family: Arial, Helvetica, sans-serif;
	font: 1em/150%;
	color: #000000;
    padding:0.15em;
}
.input_fileselect {
    width: 100%;
	max-width: 390px;
	height: 0.8em/100%;
	background-color: #eaeaea;
	border: 1px solid #32110a;
	font-family: Arial, Helvetica, sans-serif;
	font: 1em/150%;
	color: #000000;
    padding:0.15em;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}
.selectlist {
    width: 100%;
	max-width: 80px;
	height: 0.8em/100%;
	background-color: #eaeaea;
	border: 1px solid #32110a;
	font-family: Arial, Helvetica, sans-serif;
	font: 1em/150%;
	color: #000000;
    padding:0.15em;
}
.selectlist_small {
    width: 100%;
	max-width: 50px;
	height: 0.8em/100%;
	background-color: #eaeaea;
	border: 1px solid #32110a;
	font-family: Arial, Helvetica, sans-serif;
	font: 1em/150%;
	color: #000000;
    padding:0.15em;
}
.selectlist_audit {
    width: 100%;
	max-width: 250px;
	height: 0.8em/100%;
	background-color: #eaeaea;
	border: 1px solid #32110a;
	font-family: Arial, Helvetica, sans-serif;
	font: 1em/150%;
	color: #000000;
    padding:0.15em;
}
.selectlist_bg {
    width: 100%;
	max-width: 300px;
	height: 0.8em/100%;
	background-color: #eaeaea;
	border: 1px solid #32110a;
	font-family: Arial, Helvetica, sans-serif;
	font: 1em/150%;
	color: #000000;
    padding:0.15em;
}
/* //////// Buttons /////// */
.button {
	background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font: 1em/150%;;
    margin: 4px 2px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}
.button1 {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}
.button1:hover {
    background-color: #4CAF50;
    color: white;
}
.button_abort {
	background-color: #cb2424; /* Green */
    border: none;
    color: white;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font: 1em/150%;;
    margin: 4px 2px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}
.button_abort1 {
    background-color: white;
    color: black;
    border: 2px solid #cb2424;
}
.button_abort1:hover {
    background-color: #cb2424;
    color: white;
}
.button_grey {
	background-color: #727272; /* Green */
    border: none;
    color: white;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font: 1em/150%;;
    margin: 4px 2px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
}
.button_grey1 {
    background-color: white;
    color: black;
    border: 2px solid #727272;
}
.button_grey1:hover {
    background-color: #727272;
    color: white;
}
