@import url("https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap");
body {
  padding: 0px;
  margin: 0px;
  font-family: Arial, "Raleway", sans-serif;
}
select:focus,
input:focus {
  outline: none;
}
.header {
  background-color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
}
.header img {
  width: 140px;
}

body#technical-help .header {
  padding-bottom: 15px;
}

body#technical-help .welcome-smg {
  margin-top: 20px;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
body#order-progress-body .container {
  padding-left: 30px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: flex;
  padding: 20px 0 20px 0;
}
body#order-progress-body .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: flex-start;
  padding: 20px 0 20px 0;
  align-items: baseline;
}
.flex-wrap {
  flex-wrap: wrap;
}
.header-right-logout {
  margin-left: auto;
}
.welcome-smg {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
}
.welcome-smg span {
  color: #01a1dd;
}

.header-right-logout {
  font-size: 18px;
}
.header-right-logout a {
  color: #01a1dd;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  max-width: 97px;
  width: 100%;
  margin-left: 10px;
}
.header-right-logout a:hover {
  color: #fff;
  background-color: #01a1dd;
}
.align-items-center {
  align-items: center;
}
.choose-from-following-option ul {
  padding: 0px;
  margin: 0px;
  justify-content: center;
}
.choose-from-following-option ul li {
  list-style: none;
  margin-left: 6px;
  margin-right: 6px;
  width: 100%;
  max-width: 15%;
  min-width: 140px;
}
.choose-from-following-option-content-heading h2 {
  color: #01a1dd;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 29px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.choose-from-following-option ul li .choose-from-following-option-items {
  background-color: #eaebec;
  text-align: center;
  padding: 20px;
  margin-bottom: 60px;
}
.choose-from-following-option ul li .choose-from-following-option-items a {
  color: #01a1dd;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  padding: 10px 16px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.choose-from-following-option
  ul
  li
  .choose-from-following-option-items
  a:hover {
  color: #fff;
  background-color: #01a1dd;
}
.choose-from-following-option ul li .choose-from-following-option-items h3 {
  font-size: 16px;
  min-height: 40px;
}
.choose-from-following-option {
  padding-top: 20px;
}
.choose-from-following-option-content-block {
  margin-top: 100px;
}
.ordder-form-icon {
  margin-top: -65px;
}
.reduce-h2 {
  font-size: revert;
}
body#top .hide-input {
  -moz-user-select: none;
  user-select: none;
}
body#top .hide-input {
  user-select: none;
}
body#top .hide-input {
  user-select: none !important; /* supported by Chrome and Opera */
  -webkit-user-select: none !important; /* Safari */
  -khtml-user-select: none !important; /* Konqueror HTML */
  -moz-user-select: none !important; /* Firefox */
  -ms-user-select: none !important; /* Internet Explorer/Edge */
}

#previous-orders,
.buttonROver {
  color: #01a1dd;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  padding: 6px 10px;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  margin: 0 0 0 15px !important;
  margin-left: 15px !important;
  height: fit-content;
}

.navigation-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 27px;
}

#previous-orders:hover,
.buttonROver:hover {
  color: white;
  border: 2px solid #01a1dd;
  background-color: #01a1dd;
}

.positioning {
  position: absolute;
  bottom: 0;
  margin-bottom: -29px;
  text-align: center;
  left: 6px;
}

/*FOOTER*/
.account-manager-detilas {
  margin-top: 80px;
}
.acount-manager-detials {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.footer-one {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer-one:before {
  background: url(img/down-arrow-shape-footer.png) no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  margin: auto;
  right: 0px;
  width: 121px;
  height: 32px;
  background-size: 100%;
  margin-top: -1px;
  top: 0px;
}
body#reporting-tools .footer-two {
  position: fixed;
  width: 100%;
  bottom: 0;
}
.footer-one {
  background-color: #01a1dd;
}
.footer-one h2 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.footer-two {
  background-color: #000000;
  min-height: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-two p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 1.6em;
}
.acount-mngr-info ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
.acount-mngr-info ul li {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}
.acount-mngr-info ul li label {
  width: 100%;
  max-width: 170px;
  display: inline-block;
}
.acount-mngr-info ul li span {
  font-weight: 400;
}
.footer a {
  text-decoration: none;
  color: #01a1dd;
}

/*ORDER ONLINE*/
.action-btn-wrapper {
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  float: right;
}
.action-btn-wrapper form {
  width: auto;
}
.action-btn-wrapper button {
  width: auto;
  margin-left: 15px;
}

.action-btn {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.action-btn a {
  color: #01a1dd;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
  display: inline-block;
}
.action-btn a:hover {
  color: #fff;
  background-color: #01a1dd;
}
.navigator {
  text-align: center;
}

.navigator a {
  background-color: #d8d9db;
  display: inline-block;
  max-width: 86px;
  height: 10px;
  width: 100%;
  margin-left: 4px;
  margin-right: 4px;
}
.navigator a.ative {
  background-color: #01a1dd;
}
.online-order-option {
  padding-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.order-clients-details {
  background-color: #eaebec;
  margin-bottom: 100px;
  padding: 55px 30px 90px 30px;
}
.order-clients-details-form {
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
}

.order-clients-details-form h2 {
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.order-clients-details-form .previous-client-row label,
label {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.order-clients-details-form .order-clients-details-row {
  margin-bottom: 30px;
}
.order-clients-details-form .previous-client-row {
  margin-top: 30px;
}
.order-clients-details-form .previous-client-row select {
  width: 100%;
  height: 42px;
  padding: 5px;
  border-radius: 3px;
  font-size: 16px;
  background-color: white;
}
.order-clients-details-form .order-clients-details-row {
  padding-bottom: 0px;
}
.deliver {
  padding-top: 0px !important;
}
.invoice,
.deliver {
  width: 100%;
  padding: 30px;
  background-color: #8080801a;
}
.order-clients-details-form .invoice .invoice-info,
.order-clients-details-form .deliver .deliver-info {
  margin-top: 20px;
}
.order-clients-details-form .invoice label,
.order-clients-details-form .deliver label {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.order-clients-details-form p.adress {
  margin-top: 0px;
  line-height: 24px;
  margin-bottom: 0px;
}
.flute {
  max-width: 100%;
}
.order-clients-details-form .previous-client-row .product-row {
  margin-bottom: 30px;
}
.saved-score label {
  font-weight: 600;
}
.saved-score {
  margin-bottom: 20px;
}
.score h2 {
  margin-bottom: 0px;
}
.saved-score select {
  height: 40px;
  padding: 5px;
  border-radius: 3px !important;
  width: 100%;
  position: relative;
  z-index: 1 !important;
}
.align-item-center {
  align-items: center;
}
.score-item label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  width: auto;
  text-align: center !important;
}
.score-item input {
  width: 100%;
  height: 50px;
  text-align: center;
  font-family: "helvetica", sans-serif;
  font-size: 20px;
}
.score-item {
  width: 11%;
  margin-bottom: 20px;
}
.save-f-order {
  font-size: 16px;
  color: #01a1dd;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}
.your-order-row {
  margin-top: 0px;
}
.your-order-count {
  margin-top: 80px;
  position: relative;
  margin-bottom: 80px;
}
.submit-row label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.submit-row textarea {
  height: 200px;
  width: calc(100% - 30px);
  padding: 13px;
  font-size: 16px;
  font-family: helvetica;
}
.submit-row input {
  color: #01a1dd;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
  float: right;
  padding: 6px 10px;
  background: transparent;
  cursor: pointer;
  margin: 15px 0 0 15px !important;
  height: fit-content;
}
.submit-row input:hover {
  color: #fff;
  background-color: #01a1dd;
  cursor: pointer;
}

input[type="number"],
input[type="text"] {
  width: calc(100% - 10px);
  height: 33px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #707070;
  height: 33px;
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #707070;
  font-size: 16px;
}

body#lorry-transport .container {
  padding-left: 0;
  padding-right: 0;
}

hr {
  margin: 20px 0;
}

.order-progress {
  padding: 15px 30px 80px 30px;
}
.order-progress-form-content {
  align-items: flex-end;
}

.order-progress-content {
  /* position: sticky;
  top: 0; */
  padding: 20px 0 0 0;
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.order-progress-content-heading h2 {
  text-transform: capitalize;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.order-progress-content-heading .updated-page-info {
  font-size: 14px;
  padding: 0;
  margin-top: -6px;
}
.order-progress-content-heading .updated-page-info span {
  color: #000;
}
body#order-progress-body input[type="number"],
input[type="text"] {
  font-size: 13px;
}
body#id input[type="number"],
input[type="text"] {
  font-size: 16px;
}

.order-progress .action-btn-wrapper {
  margin-bottom: 20px;
}
.order-progress-form {
  background-color: #eaebec;
  padding: 10px 25px 25px;
  margin-top: 34px;
  font-size: 14px;
}
.order-progress-form .order-progress-form-content-r {
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  padding: 0;
  border-top: 1px solid #ccc;
  margin-top: 11px;
}
.order-progress-form-content-row label {
  display: inline-block;
  min-width: 102px;
  margin-right: 0px;
}

.order-progress-form-content-row input[type="text"] {
  height: 18px;
  padding: 5px;
  width: auto;
  font-size: 13px;
  margin-top: 8px;
}
.order-progress-form-content-row {
  align-items: center;
}
.order-progress-form-content-row select {
  height: 30px;
  padding: 5px;
  max-width: 100%;
}
.order-progress-form-content-row span {
  font-weight: 700;
  font-size: 14px;
  margin-right: 10px;
  width: 100%;
  display: block;
  padding-bottom: 6px;
}
.order-progress-form-content-left {
  margin-right: 10px;
  font-size: larger;
  display: flex;
  align-items: center;
  align-items: baseline;
}

.order-progress-form-content-left span {
  margin-right: 10px;
  font-weight: bolder;
}

.order-progress-form-content-row.filter-by
  .order-progress-form-content-right
  span {
  margin-right: 10px;
}
.order-progress-form-content-row.filter-by
  .order-progress-form-content-right
  input,
.order-progress-form-content-row.filterby-date-range
  .order-progress-form-content-right
  input {
  margin-right: 10px;
  font-size: 13px !important;
}
.order-progress-form-content-row.filter-by-date input[type="text"] {
  width: 100%;
  margin-right: 0px;
}

.order-progress-form-content-r a.clear-filter {
  display: block;
  margin-left: 0px;
}
/* .order-progress-form-content-row {
} */
.search-btn input {
  color: #01a1dd;
  background-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
}
.search-btn input:hover {
  color: #fff;
  background-color: #01a1dd;
  color: #fff;
  background-color: #01a1dd;
  color: white;
  background-color: #01a1dd;
}
a.clear-filter {
  color: #ff0000;
  text-transform: uppercase;
  border: 2px solid #ff0000;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
  display: block;
  width: max-content;
  text-align: center;
  width: 118px;
  display: inline;
  height: fit-content;
}
a.clear-filter:hover {
  color: #fff;
  border: 2px solid #ff0000;
  background-color: #ff0000;
}
a:hover.clear-filter {
  background-color: #ff0000;
  color: #fff;
}
.order-progress-form-table table th {
  background-color: #01a1dd;
  font-size: 12px;
  padding: 8px 8px;
  color: #fff;
  border-right: 2px solid #eaebec;
  text-align: left;
  position: sticky;
  top: 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.order-progress-form-table table td {
  font-size: 13px;
  padding: 8px;
  border-right: 2px solid #fff;
  text-align: left;
  border-bottom: 2px solid #fff;
  cursor: text;
}
.order-progress-form-table table td:nth-child(odd) {
  background-color: #e1e1e1;
}
.order-progress-form-table {
  margin-top: 3px;
  /* overflow: auto; */
}
.your-next-delivery {
  margin-top: 80px;
}

.order-progress-content-heading a {
  color: #fff;
  background-color: #01a1dd;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
}
.order-progress-content-heading a:hover {
  color: #01a1dd;
  background-color: transparent;
}

.order-progress-form-load-fill .order-progress-form-load-fill-item {
  width: 32%;
}
.order-progress-form-load-fill-item ul {
  list-style: none;
  padding-left: 0px;
}
.order-progress-form-load-fill-item ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.order-progress-form-load-fill-item h3 {
  text-transform: uppercase;
  font-size: 13px;
  color: #01a1dd;
}

.sheetfeeding-process-main-items-date-content {
  border: 3px solid #101010;
}
.order-progress-form.load-fill {
  margin-bottom: 30px;
}
.sheetfeeding-process-main-items-date-content h3 {
  text-align: center;
  color: #01a1dd;
  font-weight: 700;
  font-size: 29px;
  margin: 0px;
  padding: 15px 20px;
}
.sheetfeeding-process-main-items-date-content h3 b {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  color: #000;
}
.sheetfeeding-process-main-items-date {
  width: 106px;
  margin-top: 54px;
}
.blue-bar {
  background-color: #01a1dd;
  height: 18px;
  border-bottom: 3px solid #101010;
}
.sheetfeeding-process-main-items-date-content span {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
}
.sheetfeeding-process-main-items-img {
  padding-left: 40px;
}
.sheetfeeding-process-main-items-img img {
  max-width: 100%;
}
.sheetfeeding-process-other-items {
  background-color: #eaebec;
  padding-top: 80px;
  padding-bottom: 30px;
}
.sheetfeeding-process-other-items .sheetfeeding-process-main-items {
  width: 50%;
  align-items: center;
  margin-bottom: 50px;
}
.sheetfeeding-process-other-items .sheetfeeding-process-main-items-img img {
  max-width: 310px;
  width: 100%;
}
.sheetfeeding-process-other-items .sheetfeeding-process-main-items-date {
  margin-top: 0px;
}

.contact-form {
  padding-top: 30px;
}
.contact-form-details {
  background-color: #eaebec;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.contact-form-details
  .order-clients-details-form
  .previous-client-row
  input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 5px;
  border-radius: 6px;
  box-sizing: border-box;
  border: 1px solid rgb(169, 169, 169);
}
.contact-form-details .submit-row {
  margin-top: 40px;
}
.contact-form-details .order-clients-details-form .order-clients-details-row {
  border: 0px;
}
.footer-one .acount-manager-detials h2 {
  color: #fff;
}

/*Reporting Tool css by JJ*/
.reporting-tool-content .order-progress-content-heading .updated-page-info {
  padding-bottom: 30px;
}
.reporting-tool-content
  .order-progress-content-heading
  .updated-page-info
  span {
  color: #000;
}
.reporting-tool .order-progress-form-table table td:nth-child(odd) {
  background-color: #e1e1e1;
}
.reporting-tool .order-progress-form-table table td:nth-child(even) {
  background-color: #f5f3f4;
}

.choose-from-following-option-items .choose-submit-btn {
  background: transparent;
  color: #01a1dd;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  height: 40px;
  width: 100%;
}
.choose-from-following-option-items h3 {
  color: #000;
}

.choose-from-following-option-items .choose-submit-btn:hover {
  background: #01a1dd;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  height: 40px;
  width: 100%;
  cursor: pointer;
}

.thank-you-submit {
  color: #01a1dd;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.thank-you-submit:hover {
  color: #01a1dd;
  text-transform: uppercase;
  border: 2px solid #01a1dd;
  padding: 6px 16px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

body#view-single-order .footer,
body#view-all-orders .footer {
  /* position: fixed !important;*/
  width: 100% !important;
  bottom: 0 !important;
  z-index: 1 !important;
}

td:hover,
tr:hover {
  background-color: #e2f8fc !important;
  cursor: pointer;
}

#topOrder {
  width: 100%;
  margin-bottom: -20px;
}

p.address-company {
  border-bottom: 1px solid black;
  line-height: 1.6em;
  padding-bottom: 30px;
  margin-bottom: 0;
}

div#export-button-container {
  height: 40px;
  display: flex;
  position: sticky;
  z-index: 3;
  bottom: 0;
  background-color: white;
  padding: 0px 0 90px;
  flex-direction: row;
  justify-content: center;
}

form#review-order-main {
  float: right;
}

.awb-icon-search::before {
  content: "" !important;
}

.page-id-11682 .fusion-builder-row-1 {
  padding-top: 80px !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  line-height: normal !important;
}

h2 {
  line-height: normal !important;
}

.ur-frontend-form button,
.ur-frontend-form button[type="submit"],
.ur-frontend-form input[type="submit"],
.fusion-disable-outline .button {
  float: right !important;
  padding: 5px 20px;
  line-height: 1.5;
  text-align: center;
  word-break: break-word;
  white-space: normal;
  border: 2px solid #01a1dd;
  border: 2px solid;
  cursor: pointer;
  background: transparent;
  border: 2px solid #01a1dd;
  height: auti;
  color: #01a1dd;
  text-transform: uppercase;
  width: auto !important;
  font-weight: bold;
}

.ur-frontend-form button:active,
.ur-frontend-form button[type="submit"]:active,
.ur-frontend-form input[type="submit"]:active,
.fusion-disable-outline .button:active,
.ur-frontend-form button:hover,
.ur-frontend-form button[type="submit"]:hover,
.ur-frontend-form input[type="submit"]:hover,
.fusion-disable-outline .button:hover {
  border: 2px solid #01a1dd;
  background: #01a1dd;
  border: 2px solid #01a1dd;
  color: #fff;
}

.fusion-footer-widget-area .widget a:hover {
  color: #ffffff !important;
}

.page-id-14098 fieldset,
.page-id-14098 form {
  margin: 10px 0 0 0 !important;
  border: 1px solid #ccc !important;
  padding: 30px 30px 75px 30px !important;
}

.awb-custom-text-color h3 {
  font-size: larger !important;
}

.amend-order {
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-left: 15px;
  color: blueviolet;
  border: 2px solid blueviolet;
  cursor: pointer;
}

.amend-order:hover {
  color: white;
  border-color: blueviolet;
  background-color: blueviolet;
}

/* Amend Order */

div#amend-order-alert {
  padding: 20px;
  border: 2px solid black;
  background: aliceblue;
  margin-bottom: 40px;
}

div#amend-order-alert h2 {
  text-decoration: underline;
}

/* MEDIA QUERIES --------------------- */

@media screen and (max-width: 663px) {
  h2 {
    line-height: normal !important;
  }

  #previous-orders,
  .buttonROver,
  .action-btn {
    margin: 0 !important;
    width: calc(100% - 0px) !important;
    font-size: 12px !important;
  }

  body#order-progress-body button#btnExportToCsv {
    margin: 0 !important;
    width: calc(100% - 60px) !important;
    font-size: 12px !important;
  }

  body#reporting-tools .buttonROver,
  body#reporting-tools .action-btn {
    margin: 0 !important;
    width: calc(100% - 0px) !important;
    font-size: 12px !important;
  }

  .buttons-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    justify-items: flex-end;
  }

  #previous-orders,
  .buttonROver,
  .buttonFloatRight {
    padding: 11px 10px;
    margin: 5px 0 !important;
  }
  input#button-options #previous-orders,
  .buttonROver,
  .buttonFloatRight {
    padding: 11px 10px;
    font-size: 11px !important;
  }

  .submit-row input {
    padding: 11px 10px;
  }

  .order-clients-details {
    margin-top: 20px !important;
  }
  .action-btn-wrapper form {
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  .buttonFloatRight {
    width: 100% !important;
    font-size: 12px !important;
    padding: 11px 10px;
  }
  .invoice,
  .deliver {
    padding: 0px !important;
    background-color: transparent !important;
    padding-top: 30px !important;
  }
  form#review-order-main {
    float: none !important;
    width: 100%;
  }

  body#order-progress-body .flex {
    display: block;
  }
  .order-progress-form-content-row select {
    width: 100%;
    margin-bottom: 20px;
  }

  .order-progress-form-content-left {
    margin-right: 0px;
  }
  .order-progress-form-content-row.filter-by
    .order-progress-form-content-right
    input {
    width: 100%;
  }
  .search-btn input {
    width: 100%;
    margin-top: 17px;
    padding: 11px 10px;
  }
  .order-progress-form-content-row.filterby-date-range
    .order-progress-form-content-right
    input {
    width: calc(100% - 10px);
  }
  .flex {
    padding: 25px 0;
  }

  .order-progress-form-content-row input[type="text"] {
    height: 18px;
    padding: 5px 3px 5px 5px;
    width: calc(100% - 10px);
    font-size: 13px;
  }
  .order-progress-form .order-progress-form-content-r {
    flex-wrap: wrap;
    display: flex;
  }

  .order-progress-form-content-left {
    display: block;
  }

  .order-progress-form-content-row.filter-by
    .order-progress-form-content-right
    input,
  .order-progress-form-content-row.filterby-date-range
    .order-progress-form-content-right
    input {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .order-progress-form-content-row span {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  body#order-progress-body .flex {
    padding: 10px 0 20px 0;
  }
  div#export-button-container {
    padding: 0px 0 80px;
  }
  .page-id-14537 .fusion-text-1 {
    text-align: center;
    font-size: 22px;
    color: black;
    margin-bottom: 40px;
    line-height: normal;
  }

  .page-id-14537
    .choose-from-following-option
    ul
    li
    .choose-from-following-option-items
    h3 {
    font-size: 19px;
    min-height: 40px;
  }

  .fusion-mobile-menu-icons a::after,
  .fusion-mobile-menu-icons a::before {
    color: #0d0101 !important;
  }

  .fusion-mobile-menu-icons a {
    float: right;
    font-size: 28px !important;
    margin-left: 20px;
  }
  .fusion-mobile-nav-holder .menu-text {
    -webkit-font-smoothing: auto;
    font-size: 18px !important;
    padding: 10px 0 !important;
    line-height: 1.8em !important;
  }
  .fusion-mobile-nav-holder > ul li a {
    font-size: 17px !important;
  }
  .fusion-open-submenu::before {
    display: block;
    margin: 0;
    content: "\e61f";
    font-family: awb-icons;
    font-size: x-large !important;
  }

  .fusion-mobile-menu-icons {
    top: -6px !important;
    right: 0;
  }

  h2.reduce-h2 {
    font-size: revert;
    line-height: normal !important;
  }

  .fusion-mobile-menu-design-modern
    .fusion-mobile-menu-text-align-left
    .fusion-mobile-nav-item
    a {
    padding-left: 30px !important;
    padding: 30px 30px 30px 34px !important;
  }
  .fusion-open-submenu::before {
    margin: 13px 0 0 0 !important ;
  }
  .fusion-logo img {
    width: 80% !important;
  }
  .fusion-search-form-clean
    .searchform:not(.fusion-search-form-classic)
    .fusion-search-form-content
    .fusion-search-button
    input[type="submit"],
  .select2-results__option,
  input.s .placeholder {
    font-size: inherit !important;
    color: #000 !important;
    margin-top: -14px !important;
    margin-left: 3px !important;
  }
  #search {
    font-size: inherit !important;
  }
  #comment-input input::placeholder,
  #comment-textarea textarea::placeholder,
  .comment-form-comment textarea::placeholder,
  .input-text::placeholder,
  .post-password-form label input[type="password"]::placeholder,
  .searchform .s::placeholder,
  input#s::placeholder,
  input::placeholder,
  textarea.fusion-form-input::placeholder {
    font-size: inherit !important;
    color: black !important;
    font-style: italic !important;
  }
  .fusion-contact-info {
    font-size: initial;
  }
  .fusion-mobile-menu-text-align-left li.fusion-mobile-nav-item li a::before {
    content: "-";
    margin-right: 12px !important;
  }
  .tomorrow .number-full-lorries {
    width: 180px;
    cursor: pointer;
    width: 100%;
    max-width: 36px;
    min-width: 36px;
  }
  .wp-image-14669,
  .wp-image-14631,
  .wp-image-14629 {
    padding-right: 0px !important;
    padding-bottom: 25px !important;
  }
  .fusion-layout-column .fusion-column-content-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px !important;
  }
  .wp-image-14669,
  .wp-image-14630,
  .wp-image-14631,
  .wp-image-14629 {
    padding-right: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 25px !important;
  }

  .wp-image-14631 {
    padding-top: 0px !important;
  }

  .page-id-11682 .fusion-builder-row-1 {
    padding-top: 34px !important;
  }
  .page-id-11697 .fusion-body .fusion-flex-container.fusion-builder-row-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .page-id-11682 .fusion-body .fusion-flex-container.fusion-builder-row-1 {
    padding-top: 40px;
    margin-top: 0px;
    padding-right: 0px !important;
    padding-bottom: 80px;
    margin-bottom: 0px;
    padding-left: 0px !important;
  }
  .page-id-11682 .fusion-builder-row-1 {
    padding-top: 40px !important;
    line-height: normal;
  }

  .page-id-742 .fusion-body .fusion-flex-container.fusion-builder-row-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0 !important;
    padding-right: 0 !important;
  }

  .page-id-738 .fusion-builder-row-1,
  .page-id-732 .fusion_builder_column_1_1,
  .page-id-535 .fusion-builder-row-1 {
    padding-top: 40px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    line-height: normal !important;
  }

  .page-id-11682 .fusion-builder-row-1 {
    padding-top: 30px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    line-height: normal !important;
  }
  .fusion-flex-container .fusion-row .fusion-flex-column {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-content: center !important;
    justify-content: space-evenly !important;
    align-items: baseline !important;
  }

  .page-id-738 .fusion-builder-row-1,
  .page-id-732 .fusion_builder_column_1_1,
  .page-id-535 .fusion-builder-row-1 {
    padding-top: 0px !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
    line-height: normal !important;
  }

  .page-id-732 .fusion-text p:nth-child(2) span {
    padding-bottom: 15px !important;
  }

  .fusion-title h3,
  .post-content h3 {
    letter-spacing: normal !important;
  }

  .ur-frontend-form button,
  .ur-frontend-form button[type="submit"],
  .ur-frontend-form input[type="submit"],
  .fusion-disable-outline .button {
    width: 100% !important;
  }

  .fusion-title.fusion-title-1 {
    margin-top: -50px !important;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
  }

  .page-id-742 .fusion-title.fusion-title-1 {
    margin-top: 0px !important;
  }

  div.order_details_spec_container ul:nth-child(2) {
    padding: 0 0px 0 0px !important;
  }

  .list-of-orders {
    flex-direction: column !important;
  }

  .list-of-orders .buttonROver {
    margin-bottom: 10px !important;
  }

  body.page-id-86
    .fusion-flex-container
    .fusion-row
    .fusion-flex-column
    .fusion-column-wrapper:not(
      .fusion-flex-column-wrapper-legacy
    ).fusion-content-layout-column {
    flex-direction: column !important;
    display: flex !important;
    align-items: center !important;
  }
}

div#orders-filter {
  width: auto;
  padding: 0px;
  background: #f4f4f4;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

div#orders-filter .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: flex-start;
  padding: 5px 0;
  align-items: baseline;
}

div#live-search {
  width: min-content;
  width: calc(100% - 10px);
  position: relative;
  z-index: 3;
}

div#live-search #search {
  width: 228px;
}

div#old-orders-list label {
  margin-right: 10px;
}

select#list-old-overdue-orders {
  width: 423px;
  border-radius: 3px;
  height: 30px;
  border: 1px solid #8f8f9d;
  padding: 5px;
  margin-bottom: 20px;
}

@media screen and (min-width: 664px) {
  h2 {
    line-height: normal !important;
  }

  .fusion-mobile-menu-icons a::after,
  .fusion-mobile-menu-icons a::before {
    color: #0d0101 !important;
  }
  .fusion-mobile-menu-icons a {
    font-size: 28px !important;
  }
  .tomorrow .number-full-lorries {
    width: 180px;
    cursor: pointer;
    width: 100%;
    max-width: 36px;
    min-width: 36px;
  }
  .page-id-738 .fusion-builder-row-1,
  .page-id-732 .fusion_builder_column_1_1 {
    padding-top: 40px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    line-height: normal !important;
  }

  body.page-id-86
    .fusion-flex-container
    .fusion-row
    .fusion-flex-column
    .fusion-column-wrapper:not(
      .fusion-flex-column-wrapper-legacy
    ).fusion-content-layout-column {
    flex-direction: column !important;
    display: flex !important;
    align-items: center !important;
  }
}

/* iPhone 5/SE OLD */

@media screen and (width: 320px) and (height: 568px) {
  h2 {
    line-height: normal !important;
  }

  .fusion-logo img {
    width: 71% !important;
  }
  .fusion-mobile-menu-icons {
    top: -25px !important;
  }
  .fusion-mobile-menu-icons a {
    font-size: 23px !important;
  }
  .tomorrow .number-full-lorries {
    width: 180px;
    cursor: pointer;
    width: 100%;
    max-width: 36px;
    min-width: 36px;
  }
}
