﻿.freight-quotes .pagination-wrap {
  background: #ff5722;
  padding: 0px 10px;
  min-height: 31px;
}
.freight-quotes .content-top {
  background: #ff5722;
}

.freight-quotes .pagination-wrap .total-info {
  color: #cceeeb;
}
.freight-quotes .stick-header {
  z-index: 2;
  height: 10px;
  position: relative;
}
.freight-quotes table.dc-table {
  font-size: 12px;
  padding: 0 5px;
}
.freight-quotes table.dc-table .customer-nr {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 26px;
  align-items: center;
  background-color: #c55a11;
  color: #fff;
  font-size: 12px;
  min-width: 60px;
  max-width: 80px;
}
.freight-quotes table.dc-table tbody > tr > td,
.freight-quotes table.dc-table tbody > tr > td:first-child {
  padding: 5px;
  border-top: solid 1px #e6e7ef;
  border-bottom: solid 1px #e6e7ef;
  border-right: 0;
}

.freight-quotes table.dc-table tbody > tr > td span.secondary {
  font-size: 11px;
}

.freight-quotes table.dc-table tbody > tr > td:first-child {
  border-left: solid 1px #e6e7ef;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.freight-quotes table.dc-table tbody > tr > td:last-child {
  border-right: solid 1px #e6e7ef;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.freight-quotes table.dc-table tbody > tr.user-unconfirmed td {
  border-color: rgb(212, 59, 0);
  background-color: #fff3ef;
}

.freight-quotes table.dc-table tbody > tr.line-disabled td {
  border-color: #607d8b;
  background: #cad7dd;
  opacity: 0.65;
}
