h2.orange {
  color: #f36d21 !important;
  padding-top: 10px !important;
}

p.title {
  color: #000;
  font-weight: bold;
}

strong {
  color: #000;
}

div.right-border {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}

ul.checklist {
  list-style: none;
  position: relative;
}

ul.checklist li:before {
  left: 0;
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  color: #f36d21;
  content: '✓';
}

ul.checklist li {
  margin-bottom: 30px;
}

button.lightgrey {
  background-color: #d9d9d9;
  color: #333;
  text-align: center;
  min-width: 0;
  display: block;
  font-size: 14px;
  height: 2.8125rem;
  width: 100%;
  white-space: nowrap;
}

button.lightgrey:hover {
  color: #fff;
}

button.grey, a.grey {
  float: right;
  background-color: #666;
  color: #fff;
  display: inline;
  width: auto;
  text-align: center;
  font-size: 14px;
  height: 2.8125rem;
  white-space: nowrap;
}

button.grey:hover, button.browse:hover, a.grey:hover {
  background-color: #d9d9d9;
  color: #333;
}

button.browse {
  padding: 0 10px 0 10px;
  margin: 0;
  display: block;
  height: 2.8125rem;
  background-color: #666;
  color: #fff;
  border: none;
  white-space: nowrap;
}

ul.filelist {
  margin-top: 10px;
  color: #f36d21;
}

ul.filelist i {
  color: #333;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  margin-bottom: 20px;
}

.arrow-steps {
  margin-left: 4.28571%;
}

.arrow-steps .step {
  text-align: center;
  color: #000;
  cursor: default;
  /* margin: 0 3px; */
  margin: 3px;
  padding: 20px 10px 20px 25px;
  float: left;
  position: relative;
  background-color: #e6e6e6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease;
  font-size: 14px;
}

.arrow-steps .step:after, .arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-bottom: 29px solid transparent;
  border-left: 17px solid #e6e6e6;
  z-index: 2;
  transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}

.arrow-steps .step:first-child:before {
  border: none;
}

.arrow-steps .step span {
  position: relative;
  white-space: nowrap;
}

.arrow-steps .step span a {
  color: inherit !important;
}

.arrow-steps .step span:before {
  opacity: 0;
  content: "✔";
  position: absolute;
  top: -2px;
  left: -20px;
}

.arrow-steps .step.done span:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
  color: #fff;
  background-color: #f36d21;
}

.arrow-steps .step.current:after {
  border-left: 17px solid #f36d21;
}

div.box {
  border: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 0;
}

div.box.grey {
  background-color: #ebebeb;
}

div.box-title {
  margin: 0;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  background: #666;
  font-size: 16px;
}

div.box-title>a {
  float: right;
  color: #aaa;
  padding: 3px 0 0 0;
  font-size: 12px;
}

div.box div.box>div.box-title {
  background: #d9d9d9;
  color: #000;
}

div.box-content {
  margin: 0;
  padding: 20px;
}

div.box-footer {
  position: relative;
  top: -21px;
  border: 1px solid #ccc;
  padding: 20px 20px 0px 20px;
}

div.form__row {
  margin-bottom: 10px;
}

.grid label {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  top: 10px;
}

.required:before {
  content: '';
  display: none;
}

.required:after {
  content: '*';
  position: relative;
  top: -5px;
  left: 2px;
  color: #f00;
  font-size: 13px;
}

input+.required:after {
  display: none;
}

input[type="url"], input[type="tel"] {
  color: #666;
  border: 1px solid #dedede;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  height: 2.8125rem;
  padding: .5rem .375rem;
  width: 100%;
}

input+label.required:before {
  display: none;
}

div.template {
  display: none;
}

.chk_row {
  position: relative;
}

.chk_row input[type="checkbox"], .chk_row input[type="radio"] {
  position: relative;
  top: 12px;
  margin-right: 10px;
}

.chk_row label {
  margin-right: 10px;
}

div.datepickers>select {
  width: 30%;
  margin-right: 3%;
}

table.table {
  width: 100%;
}

table.table th {
  text-align: left;
  color: #000;
}

table.table th, table.table td {
  padding: 10px 0px;
}

table.table tr {
  border-bottom: 1px solid #aaa;
}

div.factory, div.separator {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

div.factories {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal.open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/* The Close Button */

.close {
  position: relative;
  top: 5px;
  color: #666;
  float: right;
  font-size: 32px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */

.modal-header {
  padding: 2px 16px;
  background-color: #fff;
  color: white;
  margin-bottom: 20px;
}

.modal-header h2 {
  padding: 20px 20px 20px 0px;
  color: #f36d21;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
}

/* Modal Body */

.modal-body {
  padding: 2px 16px;
  max-height: 450px;
  overflow-y: auto;
}

/* Modal Footer */

.modal-footer {
  padding: 2px 16px;
  background-color: #f36d21;
  color: white;
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 25px;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
  top: 100px;
}

.modal table {
  width: 100%;
}

.modal table th {
  text-align: left;
}

.modal table tr {
  border-bottom: 1px solid #ebebeb;
}

/* Add Animation */

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

p.hint {
  color: #b4b4b4;
  font-size: 14px;
}

button.postcode-lookup {
  min-width: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #d9d9d9;
  color: #666;
  white-space: nowrap;
}

h3.panel__title i {
  color: #f36d21;
  font-size: 40px;
  position: relative;
  top: 8px;
}

h3.panel__title {
  padding-bottom: 20px;
}

button.back:before, a.back:before {
  border: 2px solid currentColor;
  border-width: 2px 2px 0 0;
  transform: rotate(225deg);
  width: 8px;
  height: 8px;
  content: '';
  position: relative;
  display: inline-block;
  top: -.0625rem;
  margin-right: .25rem;
}

div.datepickers select {
  width: 29%;
  margin-right: 10px;
}

div.tabbed {
  position: relative;
  min-height: 370px;
  clear: both;
  border-top: 50px solid #e6e6e6;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

div.tabbed>button {
  position: absolute;
  right: 10px;
  top: -35px;
  color: #000;
  background: none;
  border: none;
}

.tab {
  float: left;
}

.tab div.tab-title {
  float: left;
  position: relative;
  left: 1px;
  top: -50px;
  height: 50px;
  background-color: #e6e6e6;
  padding: 15px;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.tab [type=radio] {
  display: none;
}

div.tab-title a {
  color: #666;
}

[type=radio]:checked~div.tab-title {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

div.tab-content {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 0px 20px 20px;
}

[type=radio]:checked~div.tab-title~.tab-content {
  z-index: 1;
}

.has-error ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form__errors, .flash-notice {
  border: 1px solid #b94a48;
  background-color: #f2dede;
  padding: 10px 15px;
  line-height: 23px;
}

.tooltip {
  position: relative;
  padding-top: 11px;
  height: 20px;
  width: 20px;
  display: none;
  cursor: help;
}

.tooltip .help-text {
  visibility: hidden;
  position: absolute;
  width: 190px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 8px 4px;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  cursor: auto;
}

.tooltip:hover .help-text {
  visibility: visible;
  opacity: 1;
}

.tooltip-right {
  top: -5px;
  left: 125%;
}

/* .tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
} */

.tooltip-bottom {
  top: 14px;
  left: 50%;
  margin-left: -95px;
}

/* .tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
} */

.tooltip-top {
  bottom: 14px;
  left: 50%;
  margin-left: -95px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip-left {
  /* top: -5px; */
  top: -3px;
  bottom: auto;
  right: 128%;
}

/* .tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
} */

.col-input {
  width: 95%;
  width: calc(100% - 20px);
}

.col-tooltip {
  width: 20px;
  height: 20px;
  display: none;
}

.col-tooltip>img {
  width: 20px;
  height: 20px;
}

.tooltip-abs {
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width:59.375em) {
  .tooltip, .col-input, .col-tooltip {
    display: block;
  }
}

.pos-relative {
  position: relative;
}

.mt-2 {
  margin-top: .75rem;
}

.mt-3 {
  margin-top: 1.25rem;
}

.d-inline {
  display: inline !important;
}

.tooltip-smaller,
.tooltip-smaller >img {
    width: 18px;
    height: 18px;
}

.orange {
  color: #f36d21 !important;
}

.table-view > tr > td {
  padding-left: 25px;
}

.table-view > tr > th {
  width: 1%;
  white-space: nowrap;
}

.swal-custom {
  transition: all .4s ease;
  padding: .75rem 1rem;
  text-decoration: none;
  text-align: center;
  min-width: 160px;
  font-family: Roboto,sans-serif;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border: none;
  margin: 0 4px;
}

.swal-custom-confirm {
  background-color: #f36d21;
}

.swal-custom-confirm:hover {
  background-color: #000;
}

.swal-custom-cancel {
  background-color: #666;
}

.swal-custom-cancel:hover {
  background-color: #d9d9d9;
  color: #333;
}

.swal2-modal {
  position: relative !important;
  background-color: #fefefe !important;
  margin: 5% auto !important;
  padding: 25px !important;
  border: 1px solid #888 !important;
  width: 60% !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.swal2-title {
  padding: 20px 20px 20px 0px !important;
  color: #f36d21 !important;
  border-bottom: 1px solid #ebebeb !important;
  margin: 0 !important;
  font-family: Roboto,sans-serif !important;
  font-size: 1.5rem !important;
  font-weight: 300 !important;
  margin-bottom: 20px !important;
  width: 100% !important;
  justify-content: left !important;
}

.swal2-select {
  color: #666 !important;
  border: 1px solid #dedede !important;
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none !important;
  width: 80% !important;
  background-image:url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2219%22%20height%3D%229%22%20viewBox%3D%220%200%2019%209%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eselect%3C%2Ftitle%3E%3Cg%20id%3D%22Icons-export%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22select%22%20fill%3D%22%23B4B4B4%22%3E%3Cpath%20d%3D%22M19%200L9.5%209%200%200h19z%22%20id%3D%22Rectangle-74%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
  background-repeat:no-repeat !important;
  background-position:right 10px center !important;
  background-color:$white !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.alert {
  position: relative;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  padding: 10px 15px;
}

.alert-success {
  color: #3d6d3d;
  border: 1px solid #3d6d3d;
  background-color: #beffba;
}

.alert-danger {
  color: #b94a48;
  border: 1px solid #b94a48;
  background-color: #f2dede;
}



.pack {
    display: flex;
    flex-flow: row nowrap;
}

.pack--spaced {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.pack--spaced > .pack__item {
    margin-left: 10px;
    margin-right: 10px;
}

.pack__item--expand {
    flex-grow: 1;
}

.select {
    white-space: nowrap;
}

.w-nw {
    white-space: nowrap !important;
}
