
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
  font-family: 'Moonhouse';
  src: url('http://vengefulscars.joeyjaydigital.com/fonts/moonhouse.eot'), /* IE9 Compat Modes */
   		 url('http://vengefulscars.joeyjaydigital.com/fonts/moonhouse.woff2') format('woff2'), /* Super Modern Browsers */
       url('http://vengefulscars.joeyjaydigital.com/fonts/moonhouse.woff') format('woff'), /* Pretty Modern Browsers */
       url('http://vengefulscars.joeyjaydigital.com/fonts/moonhouse.ttf')  format('truetype'), /* Safari, Android, iOS */
}

::-moz-placeholder{
	color: lightgrey;
	opacity:0.2;
}
::-webkit-input-placeholder{
	color: lightgrey;
	opacity:0.2;
}
:-ms-input-placeholder{
	color: lightgrey;
	opacity:0.2;
}
:-moz-placeholder{
  color: lightgrey;
	opacity:0.2;
}


/* ---------------------------------------------------- */
::root{
  font-size: 16px;
}
*{
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color:#d3aa4f;
}
body{
  background-image: linear-gradient(#1c1c1c, #919191);
  background-repeat: no-repeat;
}
button{
	border-color:lightgrey;
	color:black;
}
input, textarea, select{
	  color: #d3aa4f;
}
textarea{
  resize:none;
	width:100%;
}
h1, h2, h3, h4, h5{
  font-family: "Moonhouse", "Titillium Web", sans-serif;
}
h1{
  font-size:6em;
}
h2{
  font-size:5em;
}
h3{
  font-size:4em;
}
h4{
  font-size:3em;
}
h5{
  font-size:2em;
}
h6{
  font-size:1em;
}
strong{
  font-weight: bold;
}
div{
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  /* color:#00c7f8; */
}
.sign-in-form{
  display: flex;
  position: absolute;
  z-index:2;
}
input[type="text"],input[type="number"], input[type="password"], input[type="email"], label[for="submit"], textarea{
  background-color: transparent;
  border: none;
  padding-left: 10px;
  font-family: inherit;
  font-size: 1em;
}

label[for="submit"]{
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
label[for="submit"]:focus,
input[type="number"]:focus,
input[type="number"]:hover,
textarea:focus,
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
label[for="submit"]:hover {
    outline: none;
    box-shadow: none;
}
select {
    background-color: transparent;
    font-size: 1rem;
}
input[type="text"]#char-name{
  width:68%;
}

label[for="submit"]:hover {
    cursor: pointer;
}

input[type="submit"]{
  padding: inherit;
}
#signed-in h1{
  font-size: 2.5rem;
  text-align: center;
}
#wrapper{
  height: 100%;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sign-in, #signed-in{
  width: 500px;
  height: 200px;
  border: 2px solid lightgrey;
  margin: auto;
  background-color: #545151;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#signed-in{
  align-items: flex-start;
  height: auto;
  min-height: 300px;
}
nav{
  margin-top: 20px;
  display: flex;
  list-style: none;
  justify-content: space-around;
  flex-direction: row;
  width: 100%;

}
form{
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
section#upload{
  display: none;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
}
div#request{
  width:700px;
  margin: auto;
  border: 2px solid lightgrey;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  min-height: 600px;
  background-color:rgba(0, 0, 0, 0.5);
}
div#request ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b09b2c;
  opacity: 0.8; /* Firefox */
}

div#request :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b09b2c;
}

div#request ::-ms-input-placeholder { /* Microsoft Edge */
  color: #b09b2c;
}
#request img{
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
#request input{
  margin: auto;
  border-bottom: 2px solid #b09b2c;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
#resultNo{
  margin-top: 20px;
  text-align: center;
}
table{
  width:600px;
  margin:auto;
  text-align: center;
}
tr{
  height:30px;
  vertical-align: middle;
}
tr:nth-child(odd){
  background-color: rgba(0, 0, 0, 0.1);
}
#request p{
  line-height: 1.5rem;
}
div#table-wrapper {
    max-height: 600px;
    overflow: auto;
}
button{
  color: #d3aa4f;
  background-color: rgba(0, 0, 0, 0.0);
  border:1px solid #d3aa4f;
  border-radius: 5px;
}
#fixedTable th:first-child{
  width:180px;
}
@media screen and (max-width:1445px){
  #fixedTable th:first-child{
    width:180px;
  }
}