*
{
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

@font-face
{
  font-family: quantify;
  src: url("../fonts/Quantify.ttf");
}

@font-face
{
  font-family: Kenzo;
  src: url("../fonts/KenzoRegular.otf") format("opentype");
}

@font-face
{
  font-family: cinerama;
  src: url("../fonts/Cinerama.otf") format("opentype");
}

html
{

    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    background: -webkit-linear-gradient(45deg, #AA4486 1%, #5B3A84 30%, #341566 60%, #0F275B 99%) fixed;
    background: -moz-linear-gradient(45deg, #AA4486 1%, #5B3A84 30%, #341566 60%, #0F275B 99%) fixed;
    background: -ms-linear-gradient(45deg, #AA4486 1%, #5B3A84 30%, #341566 60%, #0F275B 99%) fixed;
    background: -o-linear-gradient(45deg, #AA4486 1%, #5B3A84 30%, #341566 60%, #0F275B 99%) fixed;
    background: linear-gradient(45deg, #AA4486 1%, #5B3A84 30%, #341566 60%, #0F275B 99%) fixed;
    margin: 0;
    padding: 0;
}

body
{
  padding: 0;
  margin: 0;
}

a
{
  text-decoration: none;
}

table
{

}

tr
{

}

select
{
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button 
{
    -webkit-appearance: none;
}

input:read-only 
{ 
  background-color: #D3D3D3;
}

input[type="text"]
{
  width: 200px;
  height: 40px;
  margin: 10px;
}

input[type="date"]
{
  height: 40px;
  margin: 5px;
  vertical-align:middle;
}

.quantityamount, .quantityamount2
{
  height: 40px;
}

#zoom-div
{
  zoom: 0.25;
  -moz-transform: scale(0.25);
}

input[type="number"].ship-info, input[type="number"].customer-info, input[type="number"].location-info, input[type="number"].phone-num
{
  width: 200px;
  height: 40px;
  margin: 10px;
  text-align: left;
}

input[type="submit"]
{
  width: 100px;
  height: 40px;
}

input[type='file']
{
  float: left;
}

.bkg-logo
{
  position: absolute;
  top: 480px;
  left: calc(50% - 32px);
  z-index: -200;
}

.before
{
  opacity: 0;
}

.after
{
  opacity: 1;
}

#popup
{
  position: absolute;
  z-index: 200;
  width: 200px;
  height: auto;
  background-color: white;
  display: none;
  color:red;
  font-size: 10px;
  padding:15px;


  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(255,0,0,0.2), 0 6px 20px 0 rgba(255,0,0,0.19);
  text-align: center;
}


#top-message, #top-message-more
{
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: white;
  margin: 0;
  font-size: 24px;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#Login-Container
{
  width: 600px;
  height: 600px;
  margin: 180px auto;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  text-align: center;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#Login-Form
{
  width: 80%;
  margin: 0px auto;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#avatar-pic
{
  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#Login-SubContainer
{
  position: relative;
  top: 150px;
}

#Login-Container h1
{
  font-family: Kenzo;
  font-size: 60px;
  margin: 25px auto;
}

#Login-Title
{
    -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#Login-Container input[type="text"], #Login-Container input[type="password"]
{
  width: 75%;
  height: 50px;
  display: block;
  margin: 5px auto;
  padding: 5px;
}

#note-input-title
{
  width: 75%;
  height: 50px;
  display: block;
  margin: 5px auto;
  padding: 5px;
}

#note-input-textarea
{
  width: 75%;
  height: 300px;
  display: block;
  margin: 5px auto;
  padding: 5px;
}

#Login-Container input[type="button"]
{
  width: 77%;
  height: 50px;
  background-color: #000;
  border: 0;
  color: #FFF;
  margin: 5px auto;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  cursor:pointer;
}

#Login-Container input[type="button"]:focus {outline:0;}

.red-border
{
  border: 1px solid red;
}

#loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-bottom: 16px solid blue;
  width: 120px;
  height: 120px;
  margin: 10px auto;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

.trackinglink
{
  text-decoration: underline;
  color: blue;
}

#customer-link:hover
{
  text-decoration: underline;
}

/* HOME */

#logo-container
{
  width: 70px;
  height: 70px;
  padding-left: 5px;
  padding-top: 5px;
  float: left;
  background-color: #FFF;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}
#top-toolbar
{
  min-width: 1200px;
  width: 100%;
  height: 75px;
  position: absolute;
  top: 0;
  left: 75px;
  background-color: #FFF;
  display: block;
  box-shadow: 8px 6px 20px 0 rgba(0,0,0,0.19);
  border-radius: 0px 0px 10px 0px;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#top-toolbar button
{
  width: 15%;
  height: 65px;
  padding: 5px;
  margin: 0;
  background-color: #FFF;
  font-family: Kenzo;
  font-size: 24px;
  cursor:pointer;
  border: 0px;
}

#top-toolbar button:focus {outline:0;}

#top-toolbar button:hover
{
  color: #636363;
  box-shadow: 0 1px #000;
}

.activeButton
{
  box-shadow: 0 1px #000;
}

#side-toolbar
{
  width: 75px;
  background-color: #FFF;
  box-shadow: 8px 8px 20px 0 rgba(0,0,0,0.19);
  margin: 0;
  position: absolute;
  left: 0;
  top: 75px;
  border-radius: 0px 0px 10px 0px;
}

#side-toolbar img
{

  margin: 25px 16px;
  cursor:pointer;
}

#side-toolbar img:hover
{
  opacity: 0.75;
}

#side-expanding-toolbar
{
  width: 75px;
  background-color: #FFF;
  box-shadow: 8px 8px 20px 0 rgba(0,0,0,0.19);
  margin: 0;
  position: absolute;
  top: 75px;
  border-radius: 0px 0px 10px 0px;
  overflow: hidden;
}

#side-expanding-toolbar:hover
{
  width: 75px;
  background-color: #FFF;
  box-shadow: 8px 8px 20px 0 rgba(0,0,0,0.19);
  margin: 0;
  position: absolute;
  left: 0;
  top: 75px;
  border-radius: 0px 0px 10px 0px;
}

#leaderboard-cell
{
  width: 200px;
  height: 75px;
}

#leaderboard-cell img
{
  margin: 25px 16px;
}

#leaderboard-cell p::first-letter 
{ 
  font-family: cinerama;
  font-size: 48px;
}

#centerer
{
  width: 80%;
  margin: 50px auto;
  text-align: center;
  display: block;
}

#main-container
{
  min-width: 1200px;
  width: 95%;
  position: absolute;
  top: 75px;
  left: 75px;
}

#edit-form, #option-div
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

#content-container
{
  text-align: center;
  width: 80%;
  min-width: 1125px;
  margin: 50px auto;
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#center-container
{
  width: 80%;
  margin: 0px auto;
}

#welcome-container
{
  width: 80%;
  margin: 50px auto;
  text-align: center;
}

#welcome-container h1
{
  font-family: Kenzo;
  font-size: 60px;
}

#calendar-table
{
  width: 1100px;
  margin: 0px auto;
  margin-bottom: 50px;
  border-collapse: collapse;
  border: 1px solid;
}

#calendar-table caption
{
  font-size: 32px;
  margin: 5px;
}

#calendar-table tr
{
  border: solid;
  border-width: 1px 0;
  margin: 10px;
  height: 130px;
  max-height: 130px;
}

#calendar-table td
{
  width: 130px;
  min-width: 130px;
  border-right: 1px solid black;
  padding: 0;
  margin: 0;
  vertical-align: top;
  text-align: left;
}

#calendar-table tr:first-child {
  border-top: none;
}
#calendar-table tr:last-child {
  border-bottom: none;
}

.event-list
{
  height: 100px;
  max-height: 100px;
  overflow: auto;
}

#calendar-cell p
{
  text-align: center;
  color: green;
}

#daynumber
{
  position: relative;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 25px;
  height: 25px;
  
}

.today
{
  color: green;
  font-size: 18px;
  font-weight: bold;
  border-right: 2px solid green;
  border-bottom: 2px solid green;
}

.nottoday
{
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#event
{
  text-align: center;
  border: 1px solid black;
  opacity: 0.75;
  width: 99%;
  margin: 1px auto;
  height: 20px;
  font-size: 14px;
  cursor: pointer;
  color: white;
}

#event-overlay-bkg
{
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: grey;
  opacity: 0.75;

  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#event-overlay
{
    position: fixed;
    width: 70%;
    top: 5%;
    left: 15%;
    z-index: 100;
    border-radius: 10px;
    background-color: #FFF;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

    -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 0.5s ease-in;
        -ms-transition: opacity 0.5s ease-in;
         -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
}

#event-scroll-div
{
    height: 700px;
    overflow: scroll;
}

@media screen and (max-height: 650px) 
{
  #event-scroll-div
  {
      height: 450px;
      overflow: scroll;
  }
}

#event-title
{
  font-size: 24px;
}

input[type=date], input[type="time"]
{
  text-align: right;
}

input[type="date"]:before, input[type="time"]:before
{
  color: black;
  content: attr(placeholder) !important;
  margin-right: 0.5em;
}

input[type="date"]:before, input[type="time"]:before
{
  color: black;
  content: attr(placeholder) !important;
  margin-right: 0.5em;
}
input[type="date"]:focus:before, input[type="time"]:focus:before 
{
  content: '' !important;
}

#export-container
{
  text-align: right;
  width: 98%;
}

#export-button
{
  position: relative;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

#close-button
{
  position: fixed;
  top: 5%;
  left: 15%;
  margin-top: -12px;
  margin-left: -12px;
  width: 25px;
  height: 25px;
  border-radius: 12px;
  border: 0;
  color: #FFF;
  background-color: #000;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  cursor:pointer;
}

.event-info, .category-dropdown, .user-dropdown, .call-info, .assign-user-dropdown, .recurring-dropdown, .sortuser-dropdown, .sortcustomer-dropdown
{
  width: 70%;
  height: 50px;
  margin: 10px auto;
}

input[type='text'].event-info, input[type='text'].call-info
{
  width: 70%;
  height: 50px;
  margin: 10px auto;
}

.small-dropdown
{
  width: 200px;
  height: 42px;
  margin: 10px auto;
}

.location-dropdown, .type-dropdown, .brand-dropdown
{
  width: 90%;
  height: 50px;
  margin: 10px auto;
}

.reminder
{
  background-color: green;
  color: white;
}

.cat-Gen{background-color: #008200;}
.cat-Pho{background-color: #2E00FF;}
.cat-Net{background-color: #D35100;}
.cat-COD{background-color: #C6001A;}
.cat-Mee{background-color: #7300D1;}
.cat----{background-color: #008200;}

/*
#DBC100 - yellow
#0090FF - blue
#D300A5 - pink
*/

#standard-table, #standard-table2, #standard-table3
{
  width: 60%;
  margin: 0px auto;
  margin-bottom: 50px;
  border: 1px solid black;
}


#static-table, #static-table2
{
  width: 90%;
  margin: 0px auto;
  margin-bottom: 50px;
  border-collapse: collapse;
  border: 1px solid;
}

#static-table tr, #static-table2 tr
{
  margin: 10px;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

#static-table tr:nth-child(even), #static-table2 tr:nth-child(even)
{
  background-color: #f2f2f2;
}

#static-table tr:last-child, #static-table2 tr:last-child
{
  border-bottom: 1px solid black;
}

#normal-table
{
  margin-left: 5%;
  width: 90%;
}

#normal-table th, #normal-table td
{
  border: 1px solid black;
}

#dynamic-table
{
  width: 90%;
  margin: 0px auto;
  border-collapse: collapse;
  border: 1px solid;
}


#dynamic-table tr
{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin: 10px;
  height: 85px;
}

#static-table tr:nth-child(even) {background-color: #f2f2f2;}

#dynamic-table tr:last-child {
  border-bottom: 1px solid black;
}

.dynamic-table
{
  width: 90%;
  margin: 0px auto;
  border-collapse: collapse;
}

.dynamic-table0 tr
{
  height: 30px;
  margin: 10px;
}

#styled-table
{
  border-collapse: collapse;
  width: 80%;
  margin: 0px auto;
  border: 1px solid #ddd;
}

#styled-table th
{
  background-color: #6CF199;
}

#styled-table td 
{
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

#styled-table tr:nth-child(even) {background-color: #f2f2f2;}

.mult-button
{
  width: 90%;
  margin: 0 auto;
  height: 40px;
  background-color: #077F11;
  border: 0;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.mult-checkbox
{
  
}

.closed
{
  min-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}

.open
{
  min-height: 0px;
  transition: max-height 0.15s ease-in;
  overflow: hidden;
}

.display-none, .hidden-anchor, .hidden-data
{
  display: none;
}

.dropdown-container, .sort-dropdown-container
{
  width: 90%;
  margin: 0px auto;
  margin-top: 50px;
  text-align: left;
}

.dropdown-container-fixed
{
  width: 1100px;
  margin: 0px auto;
  margin-top: 50px;
  text-align: left;
}

#left-dropdown-container
{
  text-align: left;
}

.SaveSelect
{
  padding: 10px;
  width: 200px;
}

.CustomerSelect, .CustomerSelect2, .brand-product-dropdown, .location-dropdown
{
  width: 225px;
  padding: 10px;
  margin: 10px;
  margin-left: 0;
}

#brand-select
{
  width: 200px;
  padding: 10px;
  margin: 10px;
  margin: 0 auto;
  display: block;
}

.tablenav-container
{
  display: flex;
  width: 90%;
  margin: 0 auto;
  justify-content: flex-start;
  align-items: center;
}

.tablenav-container a
{
  color: blue;
  cursor: pointer;
}

.tablenav-container a.disabled-link
{
  color: grey;
  cursor: default;
  pointer-events: none;
}



.pageper-container
{
  float: left;
  text-align: left;
  width: 300px;
}

.page-container
{
  width: calc(100% - 600px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-subcontainer
{
  width: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagedisplay p
{
  display: inline-block;
  margin: 0 5px;
}

.sort-container
{
  width: 300px;
  float: right;
  text-align: right;
}

.tablesearch-container
{
  text-align: left;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

input[type="text"].SearchBox
{
  width: 150px;
  height: 20px;
  padding: 10px 25px 10px 10px;
  margin: 10px 5px;
}

.tablesearch-container label
{
  margin-right: 25px;
}

.TypeSelect, .NameSelect, .descselect
{
  width: 100%;
  padding: 10px;
}

.TimeSelect, .ViewSelect
{
  padding: 10px 25px 10px 10px;
  margin: 10px 5px;
}

.BrandSelect, .TypeSelect, .MonthSelect, .YearSelect
{
  padding: 10px;
  margin: 10px 5px;
  width: 150px;
}

.TypeSelect-table, .BrandSelect-table, .NameSelect-table
{
  width: 100%;
  padding: 10px;
}

#search-order
{
  margin: 50px;
  text-align: left;
}

#search-id
{
  display: inline-block;
  padding-right: 5px;
}

#search-id input
{
  height: 36px;
  margin: 0px;
}

#spacer
{
  margin: 10px 0px;
}

#standard-button, #submit-button, #delete-button, #Action-Button-ID, #Resume-Button-ID, #standard-button-pay, #standard-button-pay-later, #submit-button2, #void-button, #Note-edit-ID, #ship-ID
{
  width: 15%;
  height: 60px;
  margin: 25px;
  border: 0;
  background-color: #000;
  color: #FFF;
  font-family: Kenzo;
  font-size: 32px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  cursor: pointer;
}

#Resume-button, #Pay-button, #Shipped-button, #Complete-button
{
  width: 10%;
  height: 40px;
  margin: 25px;
  border: 0;
  background-color: #009E1C;
  color: #FFF;
  font-size: 20px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  cursor: pointer;
}

.table-action-btn, .editsubmit-a
{
  width: 150px
  height: 40px;
  border: 0;
  padding: 5px;
  background-color: #000;
  color: #FFF;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  cursor: pointer;
  margin: 0 5px;
}

.Status-Dropdown
{
  text-align: center;
  width: 75%;
  height: 50px;
  padding: 5px;
}

.collapsable-div
{
  width:90%;
  text-align: left;
  margin: 25px auto;

  overflow: hidden;
}

.collapsable-div p, h2
{
  margin: 0;
}

.collapsable-header
{
  display:flex;
  justify-content: space-between;
  align-items: left;
  cursor: pointer;

  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;

  
}

.collapsed
{
  height: 55px;
}

.collapsed-form input
{
  display: block;
  width:200px;
}

.collapsed-form input[type='submit']
{
  margin-left: 15px;
  width:200px;
}

.collapsed-form select, #editdropdown
{
  margin-left: 10px;
  margin-bottom: 10px;
  width:208px;
  height: 45px;
}

.action-row, .action-row-simple
{
  cursor: pointer;
}

#packagingdd
{
  min-width: 150px;
  padding: 15px;
  margin:25px;
}

#packinginput
{
  padding: 13px;
  margin: 25px;
}

#row-container
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#row-container p
{
  margin: 0 5px;
}

.addrow
{
  width: 100%;
  height: 40px;
  background-color: green;
  color: white;
  font-size: 18px;
  border: 0;
  cursor: pointer;
}

.removeButton
{
  width: 32px;
  height: 32px;
  margin: 10px;
  padding: 5px;
  background-color: #660C0C;
  color: white;
  border: 0;
  cursor: pointer;
}

#acceptshipment
{
  margin: 15px;
  width: 200px;
  height: 40px;
  background-color: black;
  border: 0;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

#new-table
{
  border-collapse: collapse;
  margin: 0px;
  border: 1px solid #ddd;
}

#new-table th
{
  background-color: #6CF199;
}

#new-table td 
{
  padding: 0px;
  border-bottom: 1px solid #ddd;
}

#new-table tr:nth-child(even) {background-color: #f2f2f2;}

.toggle-button
{
  width: 25%;
  height: 60px;
  margin: 25px;
  border: 0;
  background-color: #000;
  color: #FFF;
  font-family: Kenzo;
  font-size: 32px;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  cursor: pointer;
}

.toggle-button:hover {background-color: #3e8e41}

.toggle-button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.toggle-button-active
{
  width: 25%;
  height: 60px;
  margin: 25px;
  border: 0;
  color: #FFF;
  font-family: Kenzo;
  font-size: 32px;
  border-radius: 15px;
  cursor: pointer;
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

#standard-button:focus {outline:0;}
.toggle-button:focus {outline:0;}
.toggle-button-active:focus {outline:0;}

#AddButton
{
  width: 90%;
  height: 50px;
  background-color: #034F0A;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  color: #FFF;
  border: 0;
  font-size: 24px;
  margin-bottom: 50px;
  cursor: pointer;
}

#AddButton:focus {outline:0;}

#NextButton, #PreviewButton
{
  width: 100%;
  height: 50px;
  background-color: #373F51;
  border-radius: 0px 0px 10px 10px;
  color: #FFF;
  border: 0;
  font-size: 24px;
  cursor: pointer;
}

#FailButton
{
  width: 100%;
  height: 50px;
  background-color: #A50000;
  border-radius: 0px 0px 10px 10px;
  color: #FFF;
  border: 0;
  font-size: 24px;
}

#NextButton:focus {outline:0;}
#PreviewButton:focus {outline:0;}
#FailButton:focus {outline:0;}

.dbutton
{
  width: 40px;
  height: 40px;
  background-color: #660C0C;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border: none;
  color: #FFF;
  font-size: 16px;
  margin: 5px;
  cursor: pointer;
}

.actionbutton
{
  width: 40px;
  height: 40px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border: none;
  font-size: 16px;
  margin: 5px;
  cursor: pointer;
}

#greywhite, #editdata
{
  background-color: grey;
  color: white;
}

#redwhite, #deletedata, #clearrow
{
  background-color: #660C0C;
  color: white;
}

#updatedata
{
  background-color: #034F0A;
  color: white;
}

.delete-button
{
  background-color: #660C0C;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border: none;
  color: #FFF;
  font-size: 16px;
  margin: 5px;
  cursor: pointer;
}

.edit-button, .po-button
{
  background-color: #000;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border: none;
  color: #FFF;
  font-size: 16px;
  margin: 5px;
  cursor: pointer;
}

.accept-button
{
  background-color: green;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  border: none;
  color: #FFF;
  font-size: 16px;
  margin: 5px;
  cursor: pointer;
}

#ProductAmount
{
  width: 85%;
  height: 34px;
  padding-left: 5px;
  text-align: center;
}

.ProductAmount, .skubox, .labelnamebox
{
  width: 85%;
  height: 34px;
  padding-left: 5px;
}

#total-container
{
  width: 80%;
  margin: 0px auto;
}

#total-container h1, #total-container h2
{
  text-align: right;
}

.large-col{width: 10%;text-align: center;}
.med-col{width: 6%;text-align: center;}
.small-col{width: 1%; text-align: center;}

#content-next
{
  width: 35%;
  margin: 50px auto;
}

#map, #productimg-container
{
  width: 40%;
  height: 400px;
  margin: 25px;
  float: left;
}

#bigmap
{
  width: 90%;
  height: 400px;
  margin: 25px auto;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#productimg-container img
{
  vertical-align: middle;
  max-height: 450px;
  max-width: 256px;
}

#customer-info
{
  float: left;
  width: 45%;
  text-align: left;
  margin: 25px;
}

#customer-info p
{
  font-size: 20px;
  margin: 20px;
}

#customer-orders
{
  width: 100%; 
  margin: 25px; 
  text-align: center; 
  float: left;
}

#customer-orders table
{
  width: 90%;
  border-collapse: collapse;
  border: 1px solid;
}

#customer-orders tr
{
  border: solid;
  border-width: 1px 0;
  height: 50px;
}

.title-edit
{
  margin-left: 20px;
  opacity: 0.5;
  font-size: 16px;
  cursor: pointer;
}

.title-edit:hover
{
  text-decoration: underline;
  opacity: 0.75;

}

#sales-leaderboard
{
  width: 100%;
  text-align: center;
}

#leaderboard-cell
{
  border-bottom: 1px solid black;
  width: 600px;
  height: 128px;
  margin: 20px auto;
  text-align: left;
  background-color: #FFF;
}

#leaderboard-avi
{
  vertical-align:middle;
  margin: 32px;
  position: relative;
  top: 0;
  left:0;
}

#flame
{
  position: absolute;
  left: -43px;
  top: -90px;
}

#leaderboard-cell p
{
  display: inline-block;
  font-size: 24px;
}

/***** EFFECTS *****/

/* Customize the label (the container) */
.checkbox-label 
{
  text-align: left;
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inputbox-label 
{
  display: block;
  text-align: left;
  margin: 10px 0px;
  font-size: 22px;
}

.inputbox-label input[type="number"]
{
  width: 75px;
  height: 20px;
  padding: 5px;
}

/* Hide the browser's default checkbox */
.checkbox-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#cc-form
{
  width: 50%;
  margin: 50px auto;
  text-align: center;
}

input[type="text"].ship-info
{
  width: 100%;
  margin: 5px 0px;
}

input[type="number"].ship-info
{
  width: 100%;
  margin: 5px 0px;
}

input[type="text"].phone-num
{
  width: 100%;
  margin: 5px 0px;
}

#page-btn
{
  color: blue;
  margin: 10px;
  cursor: pointer;
  font-size: 20px;
}

#page-btn:hover {text-decoration: underline;}

a.backtotop
{
  display: inline;
  float: right;
  margin-right: 20px;
  line-height: 60px;
  color: blue;
  text-decoration: underline;
}

a.backtotop:hover {text-decoration: none;}

a.traditional-anchor
{
  margin: 10px;
  line-height: 60px;
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

a.traditional-anchor:hover {text-decoration: none;}

.shake
{
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
}

#nutritionfact-container
{
  width: 300px;
  margin: 15px auto;
}
#nutritionfacts { 
    background-color:white; 
    border:1px solid black; 
    padding:3px; 
    width:300px; 
}
#nutritionfacts table
{
  border-collapse: collapse;
}
#nutritionfacts th { 
    color:black; 
    font-family:'Arial Black','Helvetica Bold',sans-serif; 
    font-size:9pt; 
    padding:0;
    padding-right: 5px;
}
#nutritionfacts td { 
    color:black; 
    font-family:Arial,Helvetica,sans-serif; 
    font-size:9pt; 
    padding:0; 
}
#nutritionfacts td.small { 
    color:black; 
    font-family:Arial,Helvetica,sans-serif; 
    font-size:8pt; 
    padding:0; 
}
#nutritionfacts td.header { 
    font-family:'Arial Black','Helvetica Bold',sans-serif; 
    font-size:28px; 
    white-space:nowrap; 
}        
#nutritionfacts div.serving { 
    font-family:Arial,Helvetica,sans-serif; 
    font-size:9pt; 
    text-align:left; 
}
#nutritionfacts tr.line { 
    border-top:1px solid black; 
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}