html {
    overflow-y: auto;
}

.title {
    color: #e7943d!important;
}

a h2:hover, a h2:focus {
    color: #dd9933 !important;
}

form#trackingform p {
    font-size: x-small;
}

input[name="airwaybill"] {
    width: 100%;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

table#aac-tracker-table th, table#aac-tracker-table td {
    font-size: small;
}

table#aac-tracker-table th {
    font-weight: bold;
    background-color: #f6f6f6;
}

table#aac-tracker-table td {
    background-color: white;
}

body {
    min-width: 0;
}

#aac-tracker-table table {
    width: 100%;
}

#aac-tracker-table {
    margin-bottom: 30px;
}

input.tracker {
    font-size: 1.25em;
    font-weight: bold;
    background: #9bc455!important;
    text-transform: none;
}
#awb_title {
    font-size: 18px;
    color: #596b89;
    font-weight: 700;
}
.input-sizer {
  display: inline-grid;
  vertical-align: top;
  align-items: center;
  position: relative;
  border: solid 1px;
  padding: 0.25em 0.5em;
  margin: 5px;
}
.input-sizer.stacked {
  padding: 0.5em;
  align-items: stretch;
}
.input-sizer.stacked::after,
.input-sizer.stacked input,
.input-sizer.stacked textarea {
  grid-area: 2/1;
}
.input-sizer::after,
.input-sizer input,
.input-sizer textarea {
  width: auto;
  min-width: 1em;
  grid-area: 1/2;
  font: inherit;
  padding: 0.25em;
  margin: 0;
  resize: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.input-sizer span {
  padding: 0.25em;
}
.input-sizer::after {
  content: attr(data-value) " ";
  visibility: hidden;
  white-space: pre-wrap;
}
.input-sizer:focus-within {
  /*outline: solid 1px #dd9933;*/
  box-shadow: 4px 4px 0px #9bc455;
}
.input-sizer:focus-within > span {
  color: #9bc455;
}
.input-sizer:focus-within textarea:focus,
.input-sizer:focus-within input:focus {
  outline: none;
}

.input-sizer {
  box-shadow: 4px 4px 0px #000;
}
.input-sizer > span {
  /*text-transform: uppercase;*/
  font-size: 0.8em;
  font-weight: bold;
  /*text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);*/
}
#kanban_view {
    margin-left: 0px;
}
#button-tracker {
    width: 20%;
    font-size:1em;
    margin-top:5px;
    font-weight: bold;
    background: #9bc455!important;
    text-transform: none;
    color: white;
    display: inline-block;
    line-height: 0;
}
@media (max-width:600px){
    #button-tracker {
        width: 50%;
    }
}
