
/*Animations*/

@keyframes scale-in {
  from {
    opacity: .5;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1.0);
  }
}


@keyframes drop-in {
    from {
      transform:
        rotate(-45deg) translateY(-100%);
      opacity: 0;
    }
    to {
      transform:
        rotate(0deg) translateY(0%);
      opacity: 1;
    }
  }
  
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tslide-in {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes tslide-inmenu {
  from {
    transform: translateY(-100%);
    opacity: 1;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes bslide-in {
  from {
    transform: translateY(200%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}


@keyframes slide-in {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}


@keyframes rslide-in {
  from {
    transform: translateX(200%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes rslide-inmenu {
  from {
    transform: translateX(200%);
    opacity: 1;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}


/*Styles*/
label {
  color: #2b3071;
  font-family: 'Montserrat', sans-serif;
}


body {
  background: linear-gradient(to top, #4467a4, white);
}

hr {
  color: #2b3071;
  width: 80%;
}

iframe {
    width: 100%;
    height: 90%;
}

input{
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #2b3071;
    padding: 5px;
    border: none;
    font-size: 16px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 5px #2b3071;
}

input:focus {
    outline: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 5px red;
}

div {
  /*width: 96%; */
  height: auto; 
  /*float: left;*/
}


.deliveryimages::after {
  content: "\01F4F7";
  /*display: inline-block;*/
  font-size: 1.5rem;
}

.progress {
    height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin-right: 20px;
    margin-left: 20px;
}

.progress2 {
    height: 15px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    /*background-color: rgba(226, 72, 72, 0.5);*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}


@-webkit-keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}

@keyframes progress-bar-stripes {
  from  { background-position: 40px 0; }
  to    { background-position: 0 0; }
}


h3 {
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: .7rem;
  color: #2b3071;
}  
.slide-in {
  animation-name: fade-in;
  animation-duration: 3s;
}
#popup-overlay {
  animation-name: fade-in;
  animation-duration: 2s;
}
#popup-container {
  animation-name: fade-in;
  animation-duration: 2s;
}
#imagelogo {
    height:22px;
    width:120px;
}
#calendar {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    min-width:80%;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    /*max-height:320px;*/
    /*overflow: scroll;*/
}
.date {
    font-weight: bold;
}
.custpo {
    font-weight: bold;
}
.day {
    flex-grow: 1;
    flex-basis: 0;
    /*border: 1px solid black;*/
    text-align: center;
    padding: 5px;
    opacity:0.75;
}
  
.today {
    opacity:1;
}
.day.today .event {
  background-color: #f6ff8b;
}

.event {
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid grey;
    border-radius: 5px; 
    text-align: center;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
    padding: 3px;
    color: #2b3071;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    /*padding-bottom: 25px;*/
}
.status {
    text-align: center;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    margin-bottom: 1px;
    margin-top: 1px;
    padding: 3px;
    color: #2b3071;
}

.shop::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  background-image: url('images/cart-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.trash::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  background-image: url('images/trash-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
}


.additem {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 0.6);;
  padding: 20px;
  border-radius: 10px;
  font-size: 1rem;
  z-index: 999999;
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  animation-name: fade-in;
  animation-duration: .5s;
}

.rounded-image {
  border-radius: 10px;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.progress-bar2 {
    float: left;
    width: 0%;
    height: 100%;
    font-size: .7rem;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.delivery-info-body h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    margin-bottom: 2px;
    margin-left: 10px;
    color: #2b3071;
}
div#footer {
  animation-name: fade-in;
  animation-duration: 12s;
}
#rewardsgaf {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    border-collapse: collapse;
    table-layout: fixed;
}
#rewardsgaf td {
    padding:8px;
}
#rewardsgaf th {
    background-color: #ddd;
    color: #2b3071;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}
#rewardsgaftotal {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    border-collapse: collapse;
    table-layout:fixed;
}
#rewardsgaftotal td {
    padding:8px;
}

#rewardsgaftotal th {
    background-color: #ddd;
    color: #2b3071;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}
#search-results {
    border-collapse: collapse;
  }
#search {
    border-collapse: collapse;
  }

  #search-results th {
    background-color: #ddd;
    color: #2b3071;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
  }
#search th {
    background-color: #ddd;
    color: #2b3071;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  }
  #search-results tbody {
    font-family: 'Montserrat', sans-serif;
    font-size: .65rem;
  }
  #search-results tbody #descr {
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
    height:57.5px;
  }
  #jsonData-table-2 tbody #descr {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
  }
  #jsonData-table-3 tbody #descr {
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
  }
  #search-results tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }
#search tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  #search-results td {
    padding: 8px;
    font-size:0.8rem;
  } 
  #empty-table-message {
      display: block;
  }
  
  #header-table {
    border-collapse: collapse;
    width: 100%;
  }
  #header-table2 {
    border-collapse: collapse;
    width: 100%;
  }
  #header-table2 thead {
    position: sticky;
    top:0;
}
#jsonData-table3 thead {
    position: sticky;
    top:0;
}
  #jsonData-table thead {
    position: sticky;
    top:0;
}
  #header-table th {
    background-color: #ddd;
    color: #2b3071;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
  }
  #header-table2 th {
    background-color: #ddd;
    color: #2b3071;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
  }
  #header-table tbody {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
  }
  #header-table2 tbody {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
  }
  /*#header-table tbody tr:nth-child(even) {*/
  /*  background-color: #f2f2f2;*/
  /*}*/
  #header-table td {
    padding: 8px;
  }
  #rewardsgaf tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  #rewardsgaftotal tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  #rewardsgaftotal {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    width: 100%;
  }
  #rewardsgaf {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    width: 100%;
  }
  #jsonData-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 700px;
  }
  #jsonData-table th {
    background-color: #ddd;
    color: #2b3071;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
  }
  #jsonData-table tbody {
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
  }
  #search-results thead {
    position: sticky;
    top: 0;
  }
  #jsonData-table-3 thead {
    position: sticky;
    top: 0;
  }
  #jsonData-table td {
    padding: 8px;
  }
  #jsonData-table-2 {
    border-collapse: collapse;
    width: 100%;
    background-color: #f7f7f7;
  }
  #jsonData-table-2 thead {
    position: sticky;
    top: 0;
  }
  #jsonData-table-2 th {
    background-color: #ddd;
    color: #2b3071;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
  }
  #jsonData-table-2 tbody {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
  }
  #jsonData-table-2 tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  #jsonData-table-2 td {
    padding: 8px;
  }
  
  #jsonData-table-1 {
    border-collapse: collapse;
    width: 100%;
    /*margin-top:10px;*/
  }
  #jsonData-table-1 th {
    background-color: #ddd;
    color: #2b3071;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: .65rem;
  }
  #jsonData-table-1 tbody {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
  }
  /*#jsonData-table-1 tbody tr:nth-child(even) {*/
  /*  background-color: #f2f2f2;*/
  /*}*/
  #jsonData-table-1 td {
    padding: 8px;
    font-size:0.8rem;
  }
  
  #jsonData-table-3 {
    border-collapse: collapse;
    width: 100%;
  }
  #jsonData-table-3 th {
    background-color: #ddd;
    color: #2b3071;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
  }
  #jsonData-table-3 tbody {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
  }
  #jsonData-table-3 tbody tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  #jsonData-table-3 td {
    padding: 8px;
  }
  #banner {
  height: 300px;
  overflow-y: scroll;
  }
.progress-bar-staged {
      background-color: #bfbfbf;
      color: black;
}

.progress-bar-enroute {
      background-color: #f0ad4e;
      color: black;
}

.progress-bar-delivered {
      background-color: #5cb85c;
      color: white;
}
.progress-bar-invoiced {
      background-color: black;
      color: white;
}


.button {
    margin-left: 20px;
    background-color: #2b3071;
    color: #ddd;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    padding: 10px;
    transition: background-color 0.5s ease-in-out;
    margin-bottom:10px;
    margin-right: 4px;
    margin-left: 20px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
	background-image: -moz-linear-gradient(top, #6a70a7, #2b3071);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a70a7), to(#2b3071));
	background-image: -webkit-linear-gradient(top, #6a70a7, #2b3071);
	background-image: linear-gradient(to bottom, #6a70a7, #2b3071);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #FFF;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.button2 {
    background-color: #2b3071;
    color: #ddd;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    transition: background-color 0.5s ease-in-out;
    margin-bottom: 10px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    background-image: -moz-linear-gradient(top, #6a70a7, #2b3071);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6a70a7), to(#2b3071));
    background-image: -webkit-linear-gradient(top, #6a70a7, #2b3071);
    background-image: linear-gradient(to bottom, #6a70a7, #2b3071);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #FFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.button2:hover {
    color: #2b3071;
    background-color: #ddd;
    transition: background-color 0.5s ease-in-out;
    background-image: -moz-linear-gradient(top, lightgrey, darkgrey);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(lightgrey), to(darkgrey));
	background-image: -webkit-linear-gradient(top, lightgrey, darkgrey);
	background-image: linear-gradient(to bottom, lightgrey, darkgrey);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.button:hover {
    color: #2b3071;
    background-color: #ddd;
    transition: background-color 0.5s ease-in-out;
    transform: scale(1.1);
    background-image: -moz-linear-gradient(top, lightgrey, darkgrey);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(lightgrey), to(darkgrey));
	background-image: -webkit-linear-gradient(top, lightgrey, darkgrey);
	background-image: linear-gradient(to bottom, lightgrey, darkgrey);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.button a {
        color: #ddd;
        text-decoration: none;
        transition: color 0.3s ease-in-out;
}
    
.button:hover a {
        color: #2b3071;
        transition: color 0.3s ease-in-out;
}


.signup-form a {
    color: #2b3071;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    text-decoration: none;
}

.signup-form a:hover {
    color: #ddd;
}

input {
  background-color: #f2f2f2;
  font-family: 'Montserrat', sans-serif;
}

.qty {
  width: 50px;
}

/* Signup form styles */
.signup-form {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px 20px;
  margin: 0;
}

a {
  font-family: 'Montserrat', sans-serif;
  font-size: .75rem;
  color: #2b3071;
}

.signup-form h1 {
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  color: white; /* set the font color to white */
  text-shadow: 2px 2px 2px #2b3071; /* create a drop shadow effect */
  font-size: 2.0rem; /* set the font size to your desired value */
  font-weight: bold; /* make the font bold for emphasis */
}

.signup-form h3 {
  margin-top: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  color: lightgray;
  text-shadow: 2px 2px 2px #2b3071; /* create a drop shadow effect */
}

.signup-form h4 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: black;
}

.signup-form form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  padding-right: 40px;
  width: 100%;
  max-width: 400px;
}

.signup-form label {
  display: block;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.account-info-wrapper {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  margin: 40px;
}
.contact-info-wrapper {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.account-info-header {
  width: 100%; 
  height: auto;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.account-info-body {
  height: auto;
}

.order-info-body {
    height: auto;
}
.order-info-body2 {
    height: auto;
}

.delivery-info-body {
  height: auto;
}

.account-info-body label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  margin-bottom: 2px;
  margin-left: 10px;
}

.account-info-header label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.order-info-wrapper {
  background-color: white;
  /*border: 1px solid #ccc;*/
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  margin: 20px;
  margin-bottom: 100px;
  display: inline-block; 
}
#small {
    display: inline-block;
}
/* Mobile Styles */
@media (max-width: 767px) {
#excel {
    display: none;
  }
}
@media screen and (max-width: 532px) {
#minimize-header-table.hidden {
    display: none;
}
#calendar {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    font-size: 14px;
    min-width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    margin-bottom: 20px;
    /*max-height: 250px;*/
    /*-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);*/
    /*box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);*/
}
.event {
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid grey;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: .7rem;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
    padding: 3px;
    color: #2b3071;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
}
#search-results.hidden {
    display: none;
  }
#templates.hidden {
    display:none;
}
#search-results thead {
    position: sticky;
    top: 118;
    min-width: 100%;
}
#submitbuttons {
    padding-top: 10px;
    position: fixed;
    bottom: -2;
    background-color: #ddd;
    width: 100%;
    z-index: 99998;
    box-shadow: 0 -2px 4px rgb(183 177 177 / 86%);
    padding-bottom: 10px;
}
#smallbtn.hidden {
    display:none;
}

#searchbar.order-info-header {
    position: fixed;
    top: 68;
    z-index:99997;
    height: 40px;
}
#previously.order-info-wrapper {
    display: none;
}
#header-table.hidden {
  display: none;
}
#buttonrow.hidden {
  display: none;
}
#buttonrow2.hidden {
  display: none;
}
#buttonrow3.hidden {
  display: none;
}
#jsonData-table-1.hidden {
  display: none;
}
#header-table2.hidden {
  display: none;
}
#greaterthan.hidden {
  display: none;
}
#small.hidden {
    display: none;
}
#donelarge.hidden {
  display: none;
}
#donesmall.hidden {
  display: none;
}
#template1.hidden {
  display: none;
}
#clearall.hidden {
  display: none;
}
#clearall2.hidden {
  display: none;
}
#template2.hidden {
  display: none;
}
#jsonData-table.hidden {
 display: none;
}
#jsonData-table-1.hidden {
 display: none;
}
#clearall.hidden {
 display: none;
}
#clearall2.hidden {
 display: none;
}
#templates.hidden {
 display: none;
}
#searchall.hidden {
 display: none;
}
#previously.hidden {
 display: none;
}
#addmore.hidden {
 display: none;
}
#submitbuttons.hidden {
 display: none;
}

#rewardsgaftotal th {
    font-size: .62rem;
}
#rewardsgaf th {
    font-size: .62rem;
}

#rewardsgaftotal {
    font-family: 'Montserrat', sans-serif;
    font-size: .5rem;
    border-collapse: collapse;
    table-layout:fixed;
}
#rewardsgaf {
    font-family: 'Montserrat', sans-serif;
    font-size: .5rem;
    border-collapse: collapse;
    table-layout: fixed;
}

#search-results tbody #descr {
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
    min-height: 50px;
  }
  
#jsonData-table-2 tbody #descr {
    font-family: 'Montserrat', sans-serif;
    font-size: .9rem;
  }

button {
  background-color: #2b3071;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: .75rem;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  transition: background-color 0.3s ease-in-out;
  margin-right: 4px;
  margin-left: 10px;
}
    
    input {
        font-size: 1rem;
    }

    
    #header-table input {
    border-radius: 5px;
    background-color: #dedede;
    color: #2b3071;
    padding: 5px;
    border: none;
    font-size: 1.2rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 5px #2b3071;
    width: 100%;
}

    #header-table select {
    border-radius: 5px;
    background-color: #dedede;
    color: #2b3071;
    padding: 5px;
    border: none;
    font-size: 1rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 5px #2b3071;
    margin: 0px;
    float: left;
    width: 100%;
}
    
    #header-table {
        width:100%;
        table-layout: fixed;
        overflow-wrap: break-word;
    }

    #header-table th {
        font-size: .62rem;
        padding: 3px;
    }
    
    #header-table td {
        font-size: .75rem;
        padding: 3px;
    }
    #header-table2 {
        width:100%;
        table-layout: fixed;
        overflow-wrap: break-word;
    }

    #header-table2 th {
        font-size: .62rem;
        padding: 3px;
    }
    
    #header-table2 td {
        font-size: .75rem;
        padding: 3px;
    }
    
    
    
    
    #header-table2 input {
    border-radius: 5px;
    background-color: #dedede;
    color: #2b3071;
    padding: 5px;
    border: none;
    font-size: 1.2rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 5px #2b3071;
    width: 100%;
}

    #header-table2 select {
    border-radius: 5px;
    background-color: #dedede;
    color: #2b3071;
    padding: 5px;
    border: none;
    font-size: 1rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 5px #2b3071;
    margin: 0px;
    float: left;
    width: 100%;
}
    
    #header-table2 {
        width:100%;
        table-layout: fixed;
        overflow-wrap: break-word;
    }

    #header-table2 th {
        font-size: .62rem;
        padding: 3px;
    }
    
    #header-table2 td {
        font-size: .75rem;
        padding: 3px;
    }
    
    #jsonData-table {
        width:100%;
        table-layout: fixed;
        overflow-wrap: break-word;
        margin-top:10px;
    }

    #jsonData-table th {
        font-size: .62rem;
        padding: 1px;
    }
    
    #jsonData-table td {
        font-size: .5rem;
        padding: 3px;
    }
    
    #search-results {
        width:100%;
        table-layout: fixed;
        overflow-wrap: break-word;
        display: none;
    }
    
    #search-results th {
        font-size: .62rem;
        padding: 3px;
    }
    
    #search-results td {
        font-size: .5rem;
        padding: 3px;
    }
    
    #jsonData-table-2 {
        width:100%;
        table-layout: fixed;
        overflow-wrap: break-word;
    }
    #jsonData-table-2 th {
        font-size: .62rem;
        padding: 3px;
    }
    
    #jsonData-table-2 td {
        font-size: .5rem;
        padding: 3px;
    }
    
    
    #jsonData-table-3 {
        width:100%;
        table-layout: fixed;
        overflow-wrap: break-word;
    }
    #jsonData-table-3 th {
        font-size: .62rem;
        padding: 3px;
    }
    
    #jsonData-table-3 td {
        font-size: .5rem;
        padding: 3px;
    }
    
    #jsonData-table-3 tbody #descr {
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
  }
    
    .order-info-wrapper {
      padding:0;
      margin-bottom: 5px;
      margin-left: 0px;
      margin-right: 0px;
      /*margin-top: 50px;*/
      margin-bottom: 25px;
      min-width:100%;
    }
    
    
    
    .order-info-header {
        margin-bottom: 1px;
        display: block;
    }
    
    .order-info-header input {
        font-size: 1rem;
        padding-bottom: 5px;
    }
    
    .order-info-header label {
        font-size: .75rem;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .account-info-wrapper {
      padding:0;
      margin: 0px;
      margin-bottom: 20px;
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 5px;
      width: 100%;
    }
    

.account-info-wrapper-2 {
      background-color: white;
      padding:0;
      margin: 0px;
      margin-bottom: 20px;
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 5px;
      width: 100%;
    }
    
.account-info-header-2 {
  width: 100%; 
  height: auto;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.account-info-header-2 label {
        font-size: .8rem;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 15px;
        padding-right: 15px;
}

.account-info-body-2 {
  height: auto;
  min-height: 200px;
  background-color: white;
  padding:5px;
}

.account-info-body-2 label {
  font-family: 'Montserrat', sans-serif;
  font-size: .75rem;
  margin-bottom: 2px;
  margin-left: 10px;
}


    
    .order-info-wrapper.current #larger {
        display:none;
    }
    .order-info-wrapper.current #large {
        display:none;
    }
    .order-info-header #large {
        display:none;
    }
    
    .order-info-body #large {
        display:none;
    }


   .order-info-wrapper #small {
        display:block;
    }
    
    .order-info-header #small {
        display:block;
    }
    
    .order-info-body #small {
        display:block;
    }
    
    .account-info-header label {
        font-size: .8rem;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .account-info-body label {
        font-size: .75rem;
    }
    
    .delivery-info-wrapper {
        margin-bottom:20px;
        background-color: white;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.3);
        width: 100%;
    }
    
    .delivery-info-header label {
        font-size: .8rem;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 2px;
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .delivery-info-body label {
        font-size: .75rem;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 2px;
        margin-left: 10px;
    }

    
    .order-info-body label {
        font-size: .75rem;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 2px;
        margin-left: 10px;
    }
    
    .order-info-body2 label {
        font-size: .75rem;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 2px;
        margin-left: 10px;
    }
    
    
.order-info-body {
    height: auto;
    margin: 0px;
    margin-top: 10px;
}

.order-info-body2 {
    height: auto;
    margin: 0px;
}

    
    
    a {
    font-family: 'Montserrat', sans-serif;
    font-size: .75rem;
    color: #2b3071;
    }
    
.progress {
    height: 15px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin-bottom: 3px;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: .7rem;
    line-height: 15px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.progress-bar-staged {
    background-color: #979797;
    color: black;
}

.progress-bar-enroute {
      background-color: #f0ad4e;
      color: black;
}

.progress-bar-delivered {
    background-color: #5cb85c;
    color: white;
}
.progress-bar-invoiced {
    background-color: black;
    color: white;
}

iframe {
    width: 100%;
    height: 90%;
}

  body {
    padding: 0;
    margin: 0;
  }

}

.order-info-header {
  width: 100%; 
  height: auto;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#previously.order-info-wrapper {
    display: none;
}

.order-info-header input {
  float: right;
  margin-right: 6px;
  margin-left: 6px;
}


@media screen and (min-width: 532px) {
.order-info-header input {
    font-size: .8rem;
    padding-bottom: 5px;
}
.order-info-body {
  height: auto;
  width: 100%;
}

.order-info-body2 {
  height: auto;
  width: 100%;
}
#search-results thead {
    position: sticky;
}


.order-info-body label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  margin-bottom: 2px;
  margin-left: 10px;
}
.order-info-body2 label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  margin-bottom: 2px;
  margin-left: 10px;
}
}

@media screen and (min-width: 532px) {
.order-info-header label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  /*margin-bottom: 2px;*/
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

#search-results {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }
#search {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
  }

#header-table input {
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #2b3071;
    padding: 5px;
    border: none;
    font-size: 1rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 5px #2b3071;
    width: 100%;
}

#header-table select {
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #2b3071;
    padding: 5px;
    border: none;
    font-size: 1rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 5px #2b3071;
    width: 100%;
}

#header-table2 input {
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #2b3071;
    margin:5px;
    padding: 5px;
    border: none;
    font-size: 1rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 5px #2b3071;
    width: 80%;
}

#header-table2 select {
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #2b3071;
    padding: 5px;
    border: none;
    font-size: 1rem;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 5px #2b3071;
    margin: 5px;
    float: left;
    width: 80%;
}


.account-info-wrapper {
    max-width: 1160px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    margin: 40px;
    /* float: left; */
}
.account-info-wrapper-2 {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  margin: 40px;
  display:none;
}
.contact-info-wrapper {
  max-width: 450px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  margin: 40px;
}

.delivery-info-wrapper {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  margin: 40px;
  float: left;
}
}

.delivery-info-header {
  width: 100%; 
  height: auto;
  background-color: #ddd;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 532px) {

.delivery-info-body label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  margin-bottom: 2px;
  margin-left: 10px;
}

.delivery-info-header label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.order-info-wrapper.previous {
    max-height: 90%;
    overflow-y: scroll;
    min-height:90%;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    max-width: 22%;
    min-width: 400px;
}

.order-info-wrapper.current {
    min-height: 90%;
    max-height: 90%;
    overflow-y: scroll;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    max-width: 22%;
    min-width: 520px;
}

    .order-info-wrapper.current #larger {
        display:block;
    }
    .order-info-wrapper.current #large {
        display:block;
    }
    
    .order-info-header #large {
        display:block;
    }
    
    .order-info-body #large {
        display:block;
    }


   .order-info-wrapper #small {
        display:none;
    }
    
    .order-info-header #small {
        display:none;
    }
    
    .order-info-body #small {
        display:none;
    }
}

.signup-form input[type="text"],
.signup-form input[type="email"],
.signup-form input[type="password"],
.signup-form input[type="date"] {
  border: none;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 10px;
}
@media screen and (min-width: 532px) {
button {
  background-color: #2b3071;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  padding: 5px;
  transition: background-color 0.3s ease-in-out;
  margin-right: 4px;
  margin-left: 10px;
}
#header-table.hidden {
  display: none;
}
#greaterthan.hidden {
  display: none;
}
#clearall.hidden {
  display: none;
}
#clearall2.hidden {
  display: none;
}
#submitbuttons.hidden {
    display:none;
}
#header-table2.hidden {
  display: none;
}
#minimize-header-table2.hidden {
    display: none;
}
#submitbuttons {
    background: linear-gradient(to bottom, #ddd, white);
    position:sticky;
    bottom:0;
    margin-bottom: 10px;
    padding-top: 10px;
}
#donelarge.hidden {
  display: none;
}
#template2.hidden {
  display: none;
}
#jsonData-table.hidden {
 display: none;
}
#jsonData-table-1.hidden {
 display: none;
}
#clearall.hidden {
 display: none;
}
#clearall2.hidden {
 display: none;
}
#templates.hidden {
 display: none;
}
#searchall.hidden {
 display: none;
}
#previously.hidden {
 display: none;
}
#addmore.hidden {
 display: none;
}
#donelarge.hidden {
  display: none;
}
#donesmall.hidden {
  display: none;
}

}

button:hover {
  color: #2b3071;
  background-color: #ddd;
}

.signup-form input[type="submit"] {
  background-color: #2b3071;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: .75rem;
  padding: 10px;
  float: right;
  margin-left:20px;
}

.signup-form input[type="submit"]:hover {
  background-color: darkgray;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

#popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  z-index: 10000;
  display: none;
}

#popup-content {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #2b3071;
}

#popup-close {
  display: block;
  margin: 0 auto;
  float:right;
}

#popup-overlay3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  animation-name: fade-in;
  animation-duration: 2s;
}

#popup-container3 {
  position: relative;
  top: 80px;
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  background-color: white;
  padding: 20px;
  padding-bottom: 50px;
  z-index: 10000;
  display: none;
  animation-name: tslide-in;
  animation-duration: 2s;
}

#popup-content3 {
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
  color: #2b3071;
  animation-name: fade-in;
  animation-duration: 2.5s;
}

#popup-close3 {
  display: block;
  margin: 0 auto;
  margin-right: 20px;
  float:right;
}



#popup-overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

#popup-container2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  z-index: 10000;
  display: none;
}

#popup-content2 {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #2b3071;
}

#popup-close2 {
  display: block;
  margin: 0 auto;
  float:right;
}



