/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/*My code*/
* {
    text-decoration: none;
}

body{
    background-image: url(images/photo5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

/*main style*/
main{
    display:flex;
    flex-wrap: wrap;
}

main > div{
    width: 610px;
    
}

.index-main-banner{
    background-color: rgb(255, 68, 0, 0.8);
}

.index-main-banner h1 {
    font-size: 62px;
    font-weight: 900;
    color: white;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    font-family: 'Quantico', sans-serif;
    letter-spacing: 1px;
}

.index-main-banner h2 {
    font-size: 20px;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 200;
    font-style: italic;
    color: white;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
}

.logo {
    text-align: center;
}

.index-main-login{
    height: 100vh;
    display: flex;
    align-items: center;
}

.index-main-banner h3{
    font-family: 'Capriola', sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 900;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px; 
    margin-top: 30px;
    text-shadow: 2px 2px 8px #111;
}

.form{
    width: 400px;
    height: 350px;
    margin: 0 auto;
    background-color: white;

}

.form-header{
    height: 40px;
    background-color: orangered;
    color: white;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Quantico', sans-serif;
}

.text-field{
    width: 90%;
    height: 30px;
    margin: 15px;
    text-indent: 6px;
}

input.placeholder{
    text-align: center;
}

.index-login{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}

button{
    border: none;
    background-color: orangered;
    color: white;
    width: 88%;
    height: 30px;
    font-size: 15px;
    border-radius:15px;
    margin-top: 10px;
}
label{
    font-size: 18px;
    margin: 15px 0 8px 0;
    
}

span{
    text-decoration: underline;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
}

/*User page*/
.header{
    background-color: rgb(255, 69, 0, 0.8);
    color: white;
    font-size: 35px;
    font-family: 'Quantico', sans-serif;
    padding: 20px;
    text-align: center;
}

.row {
    display: flex;
    flex-flow: row wrap;
    padding: 20px;
    justify-content: center;
}

.row-left {
    width: 450px;
}

.form-request{
    height: 380px;
}

select{
    width: 90%;
    height: 34px;
}

textarea {
    width: 90%;
}

.num {
    margin-top: 5px;
}

.row-right {
    width: 800px;
}

.row-list {
    width: 100%;
    height: 150px;
    background-color: white;
    margin-bottom: 5px;
}

.curved {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.btn-signout {
    width: 120px;
    height: 33px;
    border: solid white 2px;
    position: absolute;
    right: 50px;
}

.user-signout {
    top: 15px;
}

table {
    border-collapse: collapse;
    width: 90%;
    align-self: center;
    padding: 10px;
    margin: 0  auto;
}

.requests {
    table-layout: fixed;    
}

th { 
    font-size: 1.2em;
    text-align: left;
    padding: 10px;
}

.black {
    color: #333;
}

.orange {
    color: orange;
}

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

td {
    padding: 5px;
}

.info {
    border-top: solid #999 1px;
}

.description {
    width: 10%;
}

.category {
    width: 10%;
}

.quantity {
    width: 10%;
}

.qty{
    width: 5%;
}

.desc {
    width: 40%;
}

.category {
    width: 10%;
}

.cat {
    width: 10%;
}

.thick {
    font-size: 1.2em;
    font-weight: bold;
}

/*Admin page*/
.btn-search {
    width: 100px;
    height: 30px;
    border-radius: 0;
    letter-spacing: 2px;
    font-weight: 200;
}

.signout-admin {
    top: 55px;
}

.filter-bar {
    width: 45%;
    border: 0px;
    padding-left: 30px;
}

.btn-details {
    width: 120px;
    height: 33px;
    border: solid white 2px;
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.container {
    width: 340px;
    height: 360px;
    margin: 0 auto;
    color: #111;
    padding: 20px;
    margin-left: 20px;
}

.actions {
    margin: 0 10px 20px;
}

p {
    padding: 20px 0 0 20px;
    color: orangered;
    font-weight: bold;
    font-size: 16px;
}

.left {
    width: 10px;
}

.right {
    width: 100px;
}

.form-request{
    height: 400px;
}