﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}

.body {
    font-size: 12px;
}

h1 {
    /*font-family: Impact, Charcoal, sans-serif; */
    
    /*font-family: "Charm", "Arial Black", sans-serif; */
    font-family: "Times New Roman", Charcoal, sans-serif;
    /*font-family: Charm; */
    font-size: 3em;
    font-weight: bold;
    /*background-color: black; */
    background-color: #cccccc; 
}

h2 {
    font-family: Impact, Charcoal, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin: 0;
    padding: 0;
}

.cart-icon {
    height: 30px;
    width: 30px;
}

.cart-style {
    padding-left: 1em;
    padding-right: 2em;
    margin-left: auto;
    text-decoration: none;
}

.all-caps {
    text-transform: uppercase;
}

.heading-container {
    height: 7em;
    /*background-color: #000000; */
    background-color: #cccccc; 
}

.main-container {
    margin: 0;
    padding: 0;
    /*padding-top: 1em;
    padding-left: 1em;*/
    /*height: ;*/
    /*height: 100%;*/
    position: relative;
}

.footer-container {
    margin: 0;
    padding: 0;
    /*padding-top: 1em;*/
    padding-left: 1em;
    /*height: 3em;*/
    /*height: 3em;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    font-size: 11px;
    /*text-transform: uppercase;*/
    letter-spacing: 1.5px;
    font-weight: 400;
    font-style: normal;
    /*font-family: Impact, Charcoal, sans-serif;*/
    /*font-family: "Arial Black", Gadget, sans-serif;*/
    font-family: sans-serif, "Arial Black";
    /*font-family: "futura-pt";*/
    /*font-family: "europa";*/

}

.navigation {
     padding-top: 1em;
     padding-bottom: 1em;
     padding-left: 1em;
     font-family: Arial, Helvetica, sans-serif;
     /*background-color: #979A9A; */
     background-color: #d9d9d9;
}

/*.navigation a {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}*/

.navigation a:hover {
    color: #ffffff;
}

#timeDiv {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  max-width: 325px;
  background-color: #D0D0D0;
  width: 85%;
  margin: 0 auto;
  top: 3em;
  padding: 2em;
  border-radius: 3px;
  /*-webkit-box-shadow: 0 8px 16px -8px #adadad;
  -moz-box-shadow: 0 8px 16px -8px #adadad;*/
  /*box-shadow: 0 8px 16px -8px #adadad;*/
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.open {
  color: #27ae60;
  border: 2px solid #27ae60;
  padding-left: 2em;
}

.closed {
  color: #000000;
  /*border: 2px solid #283747;*/
}

.photos > img {
  padding-left: 1em;
  padding-top: 1em;
  height: 200px;
  width: 250px;
}

.thumbnails > img {
    padding: 1em;
    height: 100px;
    width: 100px;
}

.loader {
    display: flex;
    margin: 4em; 
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
}

.loaderSubmit {
    display: flex;
    margin: 1em; 
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: end;
}

.noImgs {
    font-size: 24px;
    font-family: "Times New Roman", Charcoal, sans-serif;
    font-weight: bold;
}

.errors {
    font-size: 24px;
    font-family: "Times New Roman", Charcoal, sans-serif;
    font-weight: bold;
    color: #ff0000;
}

.classHeader {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.classSubHeader {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
}

.classHeaderMargins {
    margin-left: 1em;
    margin-top: 1em;
    margin-right: 1em;
    margin-bottom: 0.25em;
}

.classHeaderSpan {
    color: #ff0000;
    padding-left: 1em;
    font-size: 18px;
}

.productData {
    margin-left:1em;
}

.productItemListing {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 1em; 
    padding-right: 0.25em;
    padding-bottom: 0.25em;
}

.productItemLabel {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*padding-top: 1em; */
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
}

.productItem {
    padding-left: 1em;
    height: 2em;
    width: 5em;
}

.productItemButton {
    padding-left: 1em;
    height: 2em;
    width: 7em;

}

.customerLabel {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    /*font-weight: bold; */
    padding-top: 0.5em; 
    padding-right: 1em;
    padding-left: 2em;

}

.customerInputLabel {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*padding-top: 1em; */
    padding-right: 1em;
    padding-bottom: 0.5em;
    margin-top:0.25em;
}

.customerInput {
    padding-left: 1em;
    height: 2em;
    width: 12em;
    margin-top:0.25em;
}

.inputWidthLong {
    width: 16em;
}

.plus {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: 1px solid #000000;

    content: "";
    position: absolute;
    top: 40%;
    right: 0;
    margin:0 0 -8px;
    background: #ffffff;
    border-radius: 2px;
}

.border-top-solid-point5em {
     border-top: 0.5px solid black; 
}

.border-dotted-solid-point5em {
     border-top: 0.5px dotted black; 
}

.cursor-show {
    cursor: pointer;
}

.hideShowLink {
    visibility: hidden;
}

.displayNoneLink {
    display: none;
}