/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

html,
body {
  font-family: "Roboto", "Helvetica", sans-serif;
  margin: 0;
  padding: 0;
}
.mdl-demo .mdl-layout__header-row {
  padding-left: 40px;
}
.mdl-demo .mdl-layout.is-small-screen .mdl-layout__header-row h3 {
  font-size: inherit;
}
.mdl-demo .mdl-layout__tab-bar-button {
  display: none;
}
.mdl-demo .mdl-layout.is-small-screen .mdl-layout__tab-bar .mdl-button {
  display: none;
}
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar,
.mdl-demo .mdl-layout:not(.is-small-screen) .mdl-layout__tab-bar-container {
  overflow: visible;
}
.mdl-demo .mdl-layout__tab-bar-container {
  height: 64px;
}
.mdl-demo .mdl-layout__tab-bar {
  padding: 0;
  padding-left: 16px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab {
  height: 64px;
  line-height: 64px;
}
.mdl-demo .mdl-layout__tab-bar .mdl-layout__tab.is-active::after {
  background-color: white;
  height: 4px;
}
.mdl-demo main > .mdl-layout__tab-panel {
  padding: 8px;
  padding-top: 30px;
}
.mdl-demo .mdl-card {
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mdl-demo .mdl-card > * {
  height: auto;
}
.mdl-demo .mdl-card .mdl-card__supporting-text {
  margin: 40px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  color: inherit;
  width: calc(100% - 80px);
}
.mdl-demo.mdl-demo .mdl-card__supporting-text h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.mdl-demo .mdl-card__actions {
  margin: 0;
  padding: 4px 40px;
  color: inherit;
}
.mdl-demo .mdl-card__actions a {
  color: #00bcd4;
  margin: 0;
}
.mdl-demo .mdl-card__actions a:hover,
.mdl-demo .mdl-card__actions a:active {
  color: inherit;
  background-color: transparent;
}
.mdl-demo .mdl-card__supporting-text + .mdl-card__actions {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.mdl-demo #add {
  position: absolute;
  right: 40px;
  top: 36px;
  z-index: 999;
}

.mdl-demo .mdl-layout__content section:not(:last-of-type) {
  position: relative;
  margin-bottom: 35px;
}
.mdl-demo section.section--center {
  max-width: 1024px;
}
.mdl-demo section.section--center-ltl {
  max-width: 1200px;
}
.mdl-demo #features section.section--center {
  max-width: 620px;
}
.mdl-demo section > header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mdl-demo section > .section__play-btn {
  min-height: 200px;
}
.mdl-demo section > header > .material-icons {
  font-size: 3rem;
}
.mdl-demo section > button {
  position: absolute;
  z-index: 99;
  top: 8px;
  right: 8px;
}
.mdl-demo section .section__circle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.mdl-demo section .section__text {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 8px;
}
.mdl-demo section .section__text h5 {
  font-size: inherit;
  margin: 0;
  margin-bottom: 0.5em;
}
.mdl-demo section .section__text a {
  text-decoration: none;
}
.mdl-demo
  section
  .section__circle-container
  > .section__circle-container__circle {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 8px 0;
}
.mdl-demo section.section--footer .section__circle--big {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 8px 32px;
}
.mdl-demo .is-small-screen section.section--footer .section__circle--big {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 8px 16px;
}
.mdl-demo section.section--footer {
  padding: 64px 0;
  margin: 0 -8px -8px -8px;
}
.mdl-demo section.section--center .section__text:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.mdl-demo .mdl-card .mdl-card__supporting-text > h3:first-child {
  margin-bottom: 24px;
}
.mdl-demo .mdl-layout__tab-panel:not(#overview) {
  background-color: white;
}
.mdl-demo #features section {
  margin-bottom: 72px;
}
.mdl-demo #features h4,
#features h5 {
  margin-bottom: 16px;
}
.mdl-demo .toc {
  border-left: 4px solid #c1eef4;
  margin: 24px;
  padding: 0;
  padding-left: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mdl-demo .toc h4 {
  font-size: 0.9rem;
  margin-top: 0;
}
.mdl-demo .toc a {
  color: #4dd0e1;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  display: block;
}
.mdl-demo .mdl-menu__container {
  z-index: 99;
}
#hidden_div {
  display: none;
}

#myInput {
  background-position: 10px 12px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 100%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 5px 20px 5px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 10px; /* Add some space below the input */
}

#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd; /* Add a border to all links */
  margin-top: -1px; /* Prevent double borders */
  background-color: white; /* Grey background color */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
}

#myUL li a:hover:not(.header) {
  /*background-color: #eee;  Add a hover effect to all links, except for headers */
}

.item_list_wrapper {
  max-width: auto;
  margin: 0 auto;
}
.item_information {
  display: flex;
  width: 80%;
}
.salesbutton_bin_info {
  display: flex;
}
.item_name {
  width: 70%;
  font-weight: bold;
}
.item_qty {
  width: 30%;
  float: right;
  font-weight: bold;
  text-align: right;
}
.item_pick_button {
  width: 10%;
  height: auto;
  font-weight: bold;
  text-align: right;
}
.item_bin_info {
  width: 80%;
  font-size: 14px;
}
.item_sales_order_btn {
  width: 20%;
}

.large_spinner { 
  border: 16px solid #f3f3f3; /* Light grey */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-top: 25px;
  animation: spin 1s linear infinite;
  display: none;
}
.small_spinner {
  border: 8px solid #f3f3f3; /* Light grey */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  animation: spin 1s linear infinite;
  display: none;
}

#loading_ltl_spinner {
  border: 16px solid #f3f3f3; /* Light grey */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-top: 25px;
  animation: spin 1s linear infinite;
  display: none;
}
#loading_ecom_spinner {
  border: 16px solid #f3f3f3; /* Light grey */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-top: 25px;
  animation: spin 1s linear infinite;
  display: none;
}

#bin_transfer_spinner {
  border: 16px solid #f3f3f3; /* Light grey */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-top: 25px;
  animation: spin 1s linear infinite;
  display: none;
}

.cycle_count_spinner {
  border: 16px solid #f3f3f3; /* Light grey */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-top: 25px;
  animation: spin 1s linear infinite;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#current_cubric_feet {
  font-size: 18px;
  display: inline;
  float: right;
  padding-top: 25px;
  text-align: right;
  padding-left: 70%;
}
#current_item_weight {
  font-size: 18px;
  display: inline;
  float: right;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: right;
  padding-left: 70%;
}

.ltl_truck_info {
  font-size: 14px;
}

.ltl_order_table {
  align-items: center;
}

.ltl_order_table_body td {
  text-align: left;
}

.shipping_address_notes,
.warehouse_notes {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  overflow-wrap: break-word;
  word-break: break-all;
}

.shipping_address_notes .tooltiptext,
.warehouse_notes .tooltiptext {
  visibility: hidden;
  width: 325px;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: pre-wrap;
}
.shipping_address_notes .tooltiptext::after,
.warehouse_notes .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.shipping_address_notes:hover .tooltiptext,
.warehouse_notes:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.checkmark {
  display: none;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.checkmark_stem {
  position: absolute;
  width: 3px;
  height: 9px;
  background-color: #ccc;
  left: 14px;
  top: 11px;
}

.checkmark_kick {
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  left: 11px;
  top: 17px;
}

.scroll {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}
.aging-report {
  width: 10%;
  text-align: left;
}
.filter-select-menus {
  display: inline-block;
  font-size: 12px;
}
.filter-select-menus span,
input {
  vertical-align: top;
}
.truck-checkbox {
  display: block;
}

#ltl_carrier_data {
  display: none;
}
#ltl_carrier_shipment_summary {
  display: none;
}
#cs_order_selection {
  display: none;
}
#cs_summary_section {
  display: none;
}

.assign-printer-list {
  width: 575px;
}

#user_settings,
#creation_settings {
  display: none;
}
#manual_pin_code_section {
  display: none;
}

.inventory_report {
  width: 100%;
  padding-top: 15pt;
  border-collapse: collapse;
}
.inventory_report th {
  font-weight: bold;
  border-bottom: 1pt solid black;
}
.inventory_report td {
  font-size: 14px;
  border-bottom: 0.5pt solid black;
}

#forklift-inspection-table {
  width: 100%;
}

#forklift-inspection-table th,
#forklift-inspection-table td{
  text-align: left;
}

#forklift-operational-inspection-table,
#forklift-visual-inspection-table {
  width: 100%;
}

#forklift-operational-inspection-table th,
#forklift-operational-inspection-table td,
#forklift-visual-inspection-table th,
#forklift-visual-inspection-table td{
  text-align: left;
}

.modal-backdrop {
  z-index: 1040 !important;
  display: none;
}
.modal-content {
  margin: 2px auto;
  z-index: 1100 !important;
}


.wrapper {
  position: relative;
  width: 300px;
  height: 150px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 2.5em;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width:  inherit;
  height: inherit;
  background-color: white;
}

.forklift_signature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
  
 .forklift_signature_button_actions {
  margin: 0 auto;
}

#save_signature_spinner {
  align-items: center;
}

#inspection_select_con {
  display: none;
}

#inspection_summary_section {
  display: none;
}

.signature-pad {
  outline: black 3px solid;
}

.item_display_name {
  font-size: 14px;
  color: grey;
}

@media only screen and (min-width: 600px) {
  .wrapper {
    width: 400px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .maverick_title {
    display:none;
  }
  .mdl-demo .mdl-layout__header-row  {
    padding-left: 3px;
  }
}