/* style.css */

body {
    font-family: Raleway, Raleway-Fallback, sans-serif;
}
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: inherit;
}
#header {
    margin: 0 0 0 0;
    width: 100%;
    height: 150px;
    background-color: #141b1e;
    text-align: center;
}
#customer {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    width: 1024px;
    height: 100px;
    text-align: left;
    align-items: center;
}
#customer a {
    color: blue;
}
#content {
    display: flex;
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    width: 1024px;
    text-align: left;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
table {
    width: 100%;
}
tbody tr:hover {
    background-color: lightgray;
}
.admin-table {
    margin-bottom: 100px;
    text-align: left;
}
#cushion-form {
    float: left;
    width: 50%;
}
#create-order-form {
    width: 50%;
    text-align: center;
}
#customer-orders {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
#confirm-order-form {
    width: 50%;
    text-align: center;
    margin-top: 50px;
}
#materials-order-form {
    width: 80%;
    text-align: center;
}
#profile-form {
    width: 50%;
    text-align: left;
}
#filter-orders-form {
   width: 100%;
   text-align: left;
   margin-bottom: 50px;
}
input[type=number] {
    text-align: right;
}
#variables-form {
    width: 100%;
}
#variables-form input[type=number] {
    width: 50%;
}
.td-center {
    text-align: center;
}
#admin-order-header {
    text-align: left;
    width: 100%;
    margin-bottom: 50px;
}
#schema {
    float: left;
    width: 50%;
    padding-left: 100px;
    padding-top: 100px;
    text-align: middle;
}
#rectangle {
    width: 300px;
    height: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid black;
}
#rectangle-width {
    width: 100%;
    height: 85px;
    text-align: center;
}
#rectangle-height {
    width: 100%;
    padding-right: 3px;
    text-align: right;
}
#oval {
    display: flex;
    width: 300px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 2px solid black;
    align-items: center;
    justify-content: center;
}
#oval-depth {
    text-align: center;
    padding-left: 10px;
    border-left: 1px solid black;
}
#order {
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 25px;
}
#profile {
    float: left;
    width: 50%;
    text-align: right;
    padding-right: 25px;
}
a.logout {
    color: red !important;
}
a.create-link {
    color: blue !important;
}
thead {
    border-bottom: 1px solid black;
}
#menu {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    height: 100%;
    text-align: left;
}
#logo {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    width: 200px;
    height: 100%;
    background-color: #fff;
    text-align: center;
    float: left;
}
#logo-svg {
    margin-top: 25px;
    width: 100px;
    height: 100px;
}
.menu-item {
    display: flex;
    width: 150px;
    height: 100%;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    color: hsla(0, 0%, 100%, .8);
    float: left;
}
.menu-item:hover {
    color: #fff;
}
.menu-item span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.menu-item a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.menu-item-selected {
    display: flex;
    width: 150px;
    height: 100%;
    font-family: Raleway, Raleway-Fallback, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: #fff;
    float: left;
}


/* end of file */
