html,
ion-content {
  width: 100% !important;
}
html * {
  color: #3c3c3b;
}

#signinPage ion-content {
  background: #00d8e0;
}

.order-products {
  background: ghostwhite;
}

.order-products .item-checkbox {
  padding: 0;
  border: none;
  height: 45px;
}

.order-products .item-checkbox .checkbox {
  top: 0;
  margin: 2px 0;
  right: initial;
  left: 0;
}

.order-products .checkbox input:after,
.order-products .checkbox-icon:after {
  left: 33% !important;
}

.production-period-wrapper {
  background: rgb(245, 245, 245);
}

.orders {
  background: #f8f8f8;
}

.prodution-period {
  width: 19.7%;
  text-align: center;
  line-height: 50px;
  margin: 0.15%;
  background: white;
  color: #00d8e0;
}
.prodution-period.blocked {
  background: transparent;
  color: rgb(200, 200, 200);
}

.list.collector .item-divider-collector {
  background: white;
  overflow: auto;
}

.item-divider-collector-product {
  text-align: center;
  background: #008a8f !important;
  color: white !important;
  font-size: 18px;
}

.box-sections-item {
  padding: 0px !important;
  border-bottom: 0px;
  border-color: rgba(0, 0, 0, 0.05);
  height: 3em !important;
}

.full-width {
  width: 100%;
}

.center {
  position: absolute;
}

.stick {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
}

.stick2 {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.314);
  padding: 10px;
  text-align: center;
  z-index: 10;
}

.orderDetails {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 80%;
}

.orderDetails2 {
  font-size: 100%;
}

.labelStatus {
  color: white;
  font-weight: 500;
}

.orderDetails-address {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 80%;
}

.orderDetails-address-small {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 80%;
}

.buttonTimestamp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 70%;
  text-align: center;
}

.buttonLight {
  border-color: grey;
  border-radius: 3px;
  border-style: solid;
  border-left: 1px;
  padding: 5px;
  margin-left: 5px;
  margin: 2px;
}

.grey {
  color: grey;
}

.lightgrey {
  color: lightgrey;
}

.labelAbsolute {
  display: block;
  position: absolute;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  /* align-items: center; */
  /* justify-content: center; */
  color: #008a8f;
}

@media (max-width: 400px) {
  .orderDetails {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 80%;
  }
  .orderDetails-address {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 80%;
  }
}

@media (min-width: 1000px) {
  .orderCard {
    width: 1000px;
  }
  .ordersColumn {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;

  }
  
}

.filterModalLabel {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  padding-left: 16px;
}

.filterChipsContainer {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;

  padding: 6px;
}

.filterChip {
  align-items: center;
  justify-content: center;

  padding: 6px 16px;
  margin: 6px;

  border-radius: 20px;

  background-color: #e5e5e5;

  border: none;
}

.filterChip.disabled {
  opacity: 0.5;
}

.filterChip.selected {
  background-color: #00cdac;
}

.filterChip p {
  margin: 0;
}

.footerBar {
  width: 100%;
  height: 56px;
  background-color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 16px;
  border-top: 1px solid whitesmoke;

}

.footerBar button {
  border: none;
  background-color: white;
}

.footerBar p {
  color: #00cdac;
}

.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }