@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

:root {
  --primaryText: #000;
  --secondaryText: #676767;
  --primaryGF: #b4282e;
  --whiteSpace: rgba(134, 117, 117, 0.1);
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100vw;
}

.quote-request-screen {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  width: 100vw;
  align-items: center;
}

.select-customer-as {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem auto;
  margin-bottom: 2rem;
}

.select-customer-as div {
  margin-right: 1rem;
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.select-customer-as select {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  padding: 0.25rem;
}

.quote-request-container {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.location-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.location-row-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.location-row-item-header {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}

.location-row-item-input {
  width: 80%;
  background-color: red;
}

.location-row-item-input input[type='text'] {
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  padding: 0.25rem;
  margin: 0 auto;
  width: 100%;
}

.checkbox-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #000;
  margin-top: 1rem;
}

.checkbox-container-header {
  width: 100%;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  background-color: var(--primaryGF);
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}

.checkbox-checkboxes-row {
  width: calc(100% - 1rem);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0.5rem;
}

.checkbox-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

.checkbox-list-row {
  width: 100%;
  display: flex;
  margin-bottom: 0.5rem;
}

.checkbox-group {
  flex: 1;
  display: flex;
}

.checkbox-group label {
  margin-left: 0.5rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
}

.warning-color {
  color: var(--primaryGF);
}

.accessorial-note {
  display: block;
  width: 80%;
  margin: 0.5rem auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}

.location-row-item-footer {
  font-size: 1.5rem;
  display: block;
  text-align: center;
  width: 100%;
}

.input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-group:last-of-type {
  margin-left: 0.25rem;
}

.input-group-left {
  width: 35%;
  border: 1px solid #ccc;
  border-right: 0px;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
}

.input-group-right {
  width: 65%;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
}

#btnRemRow {
  display: none;
  margin: 0 auto;
  margin-top: 1rem;
  width: 80%;
  border: 0;
  background-color: #b4282e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0;
  border-radius: 5px;
}

#btnAddRow,
#getRate {
  margin: 0 auto;
  margin-top: 1rem;
  width: 80%;
  display: block;
  border: 0;
  background-color: #b4282e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0;
  border-radius: 5px;
}

.button-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.pieces-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.pieces-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.pieces-row-container {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.pieces-row-item-large {
  flex: 2;
}

.pieces-row-item-large:nth-child(2) {
  margin-left: 0.25rem;
}

.pieces-row-item-small {
  flex: 1;
  margin-left: 0.25rem;
}

.pieces-row-item-blank {
  flex: 0 0 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.pieces-row-item-header {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0.5rem;
}

.pieces-row-item-footer {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.data-dropdown {
  width: 90%;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
  margin: 0 auto;
  display: block;
}

#pieces-row-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.quote-result-screen {
  display: none;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 80px);
  overflow-y: scroll;
}

#dashboard-area {
  position: relative;
}

#scroll-for-more {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 1rem 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.quote-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  flex: 1 0 auto;
}

.quote-id-container {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.location-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.location-container div {
  flex: 1;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.results-pieces-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.results-pieces-row {
  width: 100%;
  display: flex;
  align-items: center;
}

.results-pieces-row div {
  flex: 1;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  border: 1px solid var(--secondaryText);
  border-left: 0;
  padding: 0.5rem 0;
  font-size: 1.2rem;
}

.results-pieces-row div:first-of-type {
  border-left: 1px solid var(--secondaryText);
}

.accessorial-badges-container {
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1rem;
}

.accessorial-badge {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondaryText);
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
}

.results-message-container {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.results-warning-message-container {
  background-color: yellow;
  padding: 5px;
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.6);
}
.results-message-container a {
  color: rgba(0, 0, 240, 0.9);
}

.results-row {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-bottom: 1px solid #000;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.results-img-column {
  flex: 0;
}

.results-vendor-image {
  display: block;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
  height: 100px;
  width: 100px;
}

.results-info-column {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service-container {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.img-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-container img {
  height: 80px;
  width: auto;
  display: block;
}

.transit-container {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.delivery-container {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
}

.delivery-container div:first-of-type {
  text-decoration: underline;
}

.results-rate-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
}

.results-client-rate {
  font-size: 2.4rem;
  color: var(--primaryGF);
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  padding: 0.25rem;
}

.btn-schedule-pickup {
  width: 80%;
  display: block;
  background-color: rgba(0, 240, 0, 0.6);
  padding: 0.5rem 1rem;
  text-align: center;
  border: 0;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  margin-top: 0.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Roboto', sans-serif;
}

.btn-schedule-pickup:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.6);
}

.mobile-pieces-header {
  display: none;
}

.showMobile {
  display: none !important;
}

#divLoadingScreen {
  display: none;
}

#slide-white-glove {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  background-image: url(img/loadingpages/whiteglove.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#slide-heavy-haul {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  background-image: url(img/loadingpages/oversized.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#slide-intermodal {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  background-image: url(img/loadingpages/Intermodal.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#slide-crating {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  background-image: url(img/loadingpages/crating2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gtd-container {
  display: flex;
  align-items: center;
}

.gtd-container img {
  margin-right: 2rem;
}

#slide-retail-install {
  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  background-image: url(img/loadingpages/retailinstall1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gathering-rates-row {
  width: calc(100% - 1rem);
  display: flex;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.gathering-rates-row img {
  display: block;
  height: 80px;
  width: auto;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.gathering-rates-text {
  color: #fff;
  font-size: 3rem;
  margin-left: 2rem;
  font-family: 'Roboto', sans-serif;
}

.did-you-know-row {
  display: flex;
  flex-direction: column;
}

.did-you-know-text {
  font-size: 4rem;
  font-family: 'Kaushan Script', cursive;
  color: #fff;
  margin: 0.5rem 1rem;
}

.did-you-know-sub-text {
  font-size: 3rem;
  font-family: 'Roboto', sans-serif;
  margin-left: 2rem;
  font-weight: 600;
  color: #b4282e;
}

.service-description-row {
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  margin: 0.5rem 2rem;
  color: #fff;
  max-width: 40%;
}

@media only screen and (max-width: 1000px) {
  thead {
    display: none;
  }
  td {
    display: block;
  }

  .showMobile {
    display: block;
  }

  .select-customer-as {
    flex-direction: column;
  }

  .select-customer-as select {
    width: 90%;
  }

  .checkbox-checkboxes-row {
    flex-direction: column;
  }

  .checkbox-list-row {
    flex-direction: column;
    margin-bottom: 0;
  }

  .quote-request-container {
    width: 90%;
  }

  .pieces-title {
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--secondaryText);
  }

  .pieces-row-container {
    flex-direction: column;
    margin: 0.5rem 0;
  }

  .pieces-row-item-header {
    margin: 0.5rem 0;
  }

  .mobile-pieces-header {
    width: 100%;
    background-color: rgba(60, 0, 0, 1);
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    display: block;
    margin: 1rem 0;
    text-align: center;
    padding: 0.5rem 0;
  }

  .pieces-row-item-large {
    flex: 0;
  }

  .pieces-row-item-large:nth-child(2) {
    margin-left: 0rem;
  }

  .pieces-row-item-small {
    flex: 0;
    margin-left: 0rem;
  }

  .pieces-row-item-blank {
    width: 100%;
    margin: 0;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .pieces-row-item-blank select {
    display: block;
  }

  .data-dropdown {
    width: 100%;
  }

  .results-row {
    flex-direction: column;
    margin-top: 2rem;
    border: 2px solid var(--primaryGF);
    padding: 1rem 0;
  }

  .results-info-column {
    margin: 1rem 0;
  }

  .showMobile {
    display: block !important;
  }

  .results-vendor-image {
    margin: 0 auto;
  }
}

@media only print {
  :root {
    font-size: 12px;
  }
  .navBar {
    display: none !important;
  }

  .quote-request-screen {
    display: none !important;
  }

  button {
    display: none !important;
  }

  .quote-result-screen {
    display: none;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 80px);
    overflow-y: scroll;
  }

  #dashboard-area {
    position: relative;
  }

  #scroll-for-more {
    display: none;
  }

  .quote-id-container {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  .location-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .location-container div {
    flex: 1;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
  }

  .results-pieces-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .results-pieces-row {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .results-pieces-row div {
    flex: 1;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    border: 1px solid var(--secondaryText);
    border-left: 0;
    padding: 0.5rem 0;
    font-size: 1.2rem;
  }

  .results-pieces-row div:first-of-type {
    border-left: 1px solid var(--secondaryText);
  }

  .accessorial-badges-container {
    width: calc(100% - 2rem);
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 1rem;
  }

  .accessorial-badge {
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondaryText);
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
  }

  .results-message-container {
    display: none;
  }

  .results-message-container a {
    color: rgba(0, 0, 240, 0.9);
  }

  .results-row {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-bottom: 1px solid #000;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
  }

  .results-img-column {
    flex: 0;
  }

  .results-vendor-image {
    display: block;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
    height: 100px;
    width: 100px;
  }

  .results-info-column {
    flex: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .service-container {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }

  .img-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-container img {
    height: 80px;
    width: auto;
    display: block;
  }

  .transit-container {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }

  .delivery-container {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
  }

  .delivery-container div:first-of-type {
    text-decoration: underline;
  }

  .results-rate-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
  }

  .results-client-rate {
    font-size: 2.4rem;
    color: var(--primaryGF);
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding: 0.25rem;
  }

  .btn-schedule-pickup {
    display: none;
  }

  .mobile-pieces-header {
    display: none;
  }

  .showMobile {
    display: none !important;
  }

  #divLoadingScreen {
    display: none;
  }

  #slide-white-glove {
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    background-image: url(img/loadingpages/whiteglove.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #slide-heavy-haul {
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    background-image: url(img/loadingpages/oversized.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #slide-intermodal {
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    background-image: url(img/loadingpages/Intermodal.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #slide-crating {
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    background-image: url(img/loadingpages/crating2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  #slide-retail-install {
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    background-image: url(img/loadingpages/retailinstall1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .gathering-rates-row {
    width: calc(100% - 1rem);
    display: flex;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }

  .gathering-rates-row img {
    display: block;
    height: 80px;
    width: auto;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }

  @-ms-keyframes spin {
    from {
      -ms-transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
    }
  }
  @-moz-keyframes spin {
    from {
      -moz-transform: rotate(0deg);
    }
    to {
      -moz-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  .gathering-rates-text {
    color: #fff;
    font-size: 3rem;
    margin-left: 2rem;
    font-family: 'Roboto', sans-serif;
  }

  .did-you-know-row {
    display: flex;
    flex-direction: column;
  }

  .did-you-know-text {
    font-size: 4rem;
    font-family: 'Kaushan Script', cursive;
    color: #fff;
    margin: 0.5rem 1rem;
  }

  .did-you-know-sub-text {
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
    margin-left: 2rem;
    font-weight: 600;
    color: #b4282e;
  }

  .service-description-row {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    margin: 0.5rem 2rem;
    color: #fff;
    max-width: 40%;
  }
}
