.tippy-tooltip {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #009FDF;
  border-radius: 100%;
  color: #fff;
  outline: none;
  text-align: center;
  position: relative;
  top: -5px;
  margin-left: 10px;
  padding-top: 2px;
  cursor: pointer;
}

.tippy-box {
  background-color: #009FDF;
  color: #FFF;
}
.tippy-box .tippy-content {
  padding: 15px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.7;
}

.tippy-arrow {
  color: #009FDF;
}

.btn {
  border: none;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 0px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.btn.btn-primary {
  background-color: #7BC144;
}
.btn.btn-primary:hover {
  background-color: #639e34;
}
.btn.btn-info {
  background-color: #888888;
}
.btn.btn-info:hover {
  background-color: #6f6f6f;
}
.btn.btn-default {
  background-color: #FFFFFF;
  color: #888888;
}
.btn.btn-default:hover {
  background-color: #e6e6e6;
}
.btn.btn-empty {
  background-color: transparent;
  border: none;
  color: #444444;
  font-weight: 500;
}
.btn.btn-warning {
  background-color: #FDBB2F;
  color: #FFFFFF;
}
.btn.btn-warning:hover {
  background-color: #f7a802;
}
.btn.btn-success {
  background: #95bb13;
  color: #FFFFFF;
}
.btn.btn-success:hover {
  background-color: #708d0e;
}
.btn.btn-link {
  background-color: #00719F;
  border: none;
  color: #FFFFFF;
  font-weight: 700;
}
.btn.btn-link:hover {
  background-color: #004d6c;
}
.btn.disabled {
  background-color: #FFFFFF;
  border: 1px solid #d8d8d8;
  color: #BBBBBB;
  pointer-events: none;
}
.btn.disabled:hover {
  background-color: #FFFFFF;
}
.btn.no-margin {
  margin: 0;
}
.btn:focus, .btn:active:focus {
  outline: none;
}

button.plusser-button, button.shipment-plusser-button {
  padding: 12px;
  width: 100%;
  text-align: left;
  border: 1px dashed #E5E6EA;
}
button.plusser-button .glyphicon, button.shipment-plusser-button .glyphicon {
  background: #7BC144;
  padding: 5px;
  font-size: 9px;
  border-radius: 50%;
  color: #FFFFFF;
  margin-right: 15px;
}

.download-button-document {
  color: #7BC144;
  font-weight: 700;
  text-transform: uppercase;
}
.download-button-document .btn-download {
  background-color: #f1f8ec;
}
.download-button-document .btn-download:hover, .download-button-document .btn-download:focus {
  color: #639e34;
}
.download-button-document:hover, .download-button-document:focus {
  color: #639e34;
}
.download-button-document.disabled {
  color: #888888;
  pointer-events: none;
}
.download-button-document.disabled .btn-download {
  background-color: #f8f8f8;
}
.download-button-document.disabled .btn-download:hover, .download-button-document.disabled .btn-download:focus {
  color: #888888;
}
.download-button-document.disabled:hover, .download-button-document.disabled:focus {
  color: #888888;
}

/* stylelint-disable */
html {
  font-size: 62.5%;
  height: 100%;
}

/* stylelint-enable */
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  min-height: 100%;
}
html .no-overflow,
body .no-overflow {
  overflow: hidden;
}

body {
  font-size: 1.4rem;
  line-height: 1.19;
  color: #444444;
  font-weight: 300;
  background-color: #f1f1f1;
}
body > div:not([id*=tippy]) {
  min-height: 100vh;
}
body > div:not([id*=tippy]) > div {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin: 0;
}

h1,
.h1 {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #444444;
  margin: 30px 0;
}

h2,
.h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

h3,
.h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 30px;
}

h4,
.h4 {
  font-size: 2rem;
  line-height: 1.2;
  color: #00719F;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
}

button {
  border: none;
  background: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

ul {
  padding-left: 0;
}

a {
  color: #009fdf;
  text-decoration: none;
  letter-spacing: 0.5px;
}
a:hover, a:focus {
  color: #00719F;
}

strong,
b {
  font-weight: 700;
}

table.table {
  text-align: left;
  border-collapse: collapse;
}
table.table thead {
  color: #00719F;
}
table.table th {
  font-weight: 300;
  padding: 1rem;
}

.medium {
  font-weight: 500;
}

*[hidden] {
  display: none;
}

.rounded {
  border-radius: 5px;
}

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

.align-self.stretch {
  align-self: stretch;
}
.align-self.center {
  align-self: center;
}
.align-self.start {
  align-self: start;
}
.align-self.end {
  align-self: end;
}

.statuslabel {
  border-radius: 5px;
  text-align: center;
  padding: 5px 20px;
}
.statuslabel label {
  margin-bottom: 0;
}

.success {
  color: #7BC144;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #444444;
}

.grey {
  color: #E5E6EA;
}

.blue {
  color: #009fdf;
}

.dark-blue {
  color: #00719F;
}

.bck-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bck-img.contain {
  background-size: contain;
}

hr {
  border: 1px solid rgba(0, 80, 129, 0.1);
  margin: 30px 0;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-margin-bottom {
  margin-top: 0 !important;
}

ul {
  list-style: none;
}

ol {
  padding-left: 15px;
}
ol li {
  color: #009fdf;
  font-weight: 700;
  padding: 10px 15px;
}
ol li a {
  color: #009fdf;
  font-weight: 700;
}

.flex-wrapper {
  display: flex;
}
.flex-wrapper.center {
  align-items: center;
}
.flex-wrapper.baseline {
  align-items: baseline;
}
.flex-wrapper .grow-2 {
  flex-grow: 2;
}

.v-align-center {
  display: flex;
  align-items: center;
}

.bold-text {
  font-weight: 700;
}

.wrap {
  flex-wrap: wrap;
}

.full-width {
  width: 100%;
}

.typeahead {
  z-index: 1051;
}

span.twitter-typeahead {
  width: 100%;
}

.typeahead.dropdown-menu,
span.twitter-typeahead .tt-menu {
  min-width: 100%;
  /* 	background: white; */
  /*     border: none; */
  /*     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); */
  /*     border-radius: 0; */
  /*     font-size: 1rem; */
}

span.twitter-typeahead .tt-suggestion {
  /*     color: #26a69a;
      cursor: pointer;
      padding: 1rem;
      text-transform: capitalize; */
  /*     font-weight: 400; */
  display: block;
}

img.opacity {
  opacity: 0.3;
}

.container {
  padding: 24px;
}
.container .row {
  margin: 0px;
}
.container .alert {
  border: none;
  border-radius: 0;
  margin-bottom: 24px;
}
.container .alert.alert-warning {
  color: #FFFFFF;
  background-color: #FDBB2F;
}
.container .alert a {
  color: #FFFFFF;
  font-weight: normal;
  text-shadow: none;
  opacity: 1;
}
.container .vertical-m {
  margin-top: 24px;
  margin-bottom: 24px;
}
.container .top-m {
  margin-top: 24px;
}
.container .bot-m {
  margin-bottom: 24px;
}
.container .horizontal-m {
  margin-left: 24px;
  margin-right: 24px;
}
.container .left-m {
  margin-left: 24px;
}
.container .right-m {
  margin-right: 24px;
}
.container .arround-m {
  margin: 24px;
}
.container .no-m {
  margin: 0;
}
.container .vertical-p {
  padding-top: 24px;
  padding-bottom: 24px;
}
.container .top-p {
  padding-top: 24px;
}
.container .bot-p {
  padding-bottom: 24px;
}
.container .horizontal-p {
  padding-left: 24px;
  padding-right: 24px;
}
.container .left-p {
  padding-left: 24px;
}
.container .right-p {
  padding-right: 24px;
}
.container .arround-p {
  padding: 24px;
}
.container .no-p {
  padding: 0;
}

.min-vh-100 {
  min-height: 100vh;
}

.h-100 {
  height: 100%;
}

.h-1200 {
  height: 1200px;
}

.no-flex {
  flex: none !important;
}

.container, .mainpage, .grid-mainpage .row-mainpage {
  width: 100%;
}

@media (min-width: 768px) {
  .container, .mainpage, .grid-mainpage .row-mainpage {
    width: 546px;
  }
}
@media (min-width: 1170px) {
  .container, .mainpage, .grid-mainpage .row-mainpage {
    width: 850px;
  }
}
@media (min-width: 1460px) {
  .container, .mainpage, .grid-mainpage .row-mainpage {
    width: 1140px;
  }
}
.negative-x-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.flex-container {
  display: flex;
}
.flex-container.justify-content-between {
  justify-content: space-between;
}
.flex-container.align-center {
  align-items: center;
}
.flex-container .flex-grow {
  flex-grow: 1;
}

form .form-group {
  margin-bottom: 25px;
}
form .form-group input,
form .form-group select,
form .form-group textarea {
  padding: 12px;
  height: auto;
  font-size: 1.4rem;
  border-radius: 0;
  min-height: 46px;
  border: 1px solid #E5E6EA;
}
form .form-group input[type=checkbox],
form .form-group select[type=checkbox],
form .form-group textarea[type=checkbox] {
  min-height: 0px;
}
form .form-group input.error,
form .form-group select.error,
form .form-group textarea.error {
  border-color: red;
}
form .form-group.disabled select {
  background-color: #eee;
  pointer-events: none;
}
form .form-group.disabled input {
  background-color: #eee;
  pointer-events: none;
}
form .select2-container--default .select2-selection {
  min-height: 46px;
  border-radius: 0;
  border: 1px solid #E5E6EA;
}
form .select2-container--default .select2-selection__rendered {
  color: #444444 !important;
  line-height: 46px !important;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

label {
  line-height: 19px;
  font-size: 1.4rem;
  min-height: 15px;
  color: #4a4a4a;
}
label.error {
  color: red;
  font-weight: 300;
  font-size: 1.2rem;
}
label .required-star {
  font-weight: 700;
  color: red;
}

.absolute-star .required-star {
  position: absolute;
  margin-left: 3px;
}

.form-data-input-group {
  margin-bottom: 20px;
}
.form-data-input-group .data-collector {
  margin-bottom: 10px;
}
.form-data-input-group .data-collector .input-group .input-group-addon:first-child {
  background-color: #fff;
  border: none;
  padding: 6px 12px 6px 0px;
  width: 40px;
  overflow: hidden;
}
.form-data-input-group .data-collector .input-group .input-group-addon:last-child {
  background-color: #fff;
}
.form-data-input-group .data-collector .input-group input:disabled {
  border-right: none;
}
.form-data-input-group .data-collector .input-group input:disabled + .input-group-addon {
  background-color: #eee;
}
.form-data-input-group .data-collector.disabled select {
  background-color: #eee;
  pointer-events: none;
}

.shipment-form form .form-group {
  margin-bottom: 10px;
}

.login-panel .panel {
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.login-panel .panel .panel-body {
  padding: 0px;
}
.login-panel .panel .panel-body .login-col {
  padding: 25px;
}
.login-panel .panel .panel-body .login-col h1 {
  margin: 15px 0px 20px 0;
}
.login-panel .panel .panel-body .login-col .img-container {
  margin-left: -8px;
}
.login-panel .panel .panel-body .login-col .btn-request-acc {
  border: 1px solid #E5E6EA;
  margin-top: 24px;
}

.dashboard-main {
  padding: 0px;
}

.dashboard-side {
  padding-left: 24px;
  padding-right: 0px;
}
.dashboard-side div[class^=col-] {
  margin-bottom: 24px;
}
.dashboard-side .grid-diesel {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #FDBB2F;
  padding: 24px;
}
.dashboard-side .grid-diesel p, .dashboard-side .grid-diesel h1 {
  color: #FFFFFF;
}
.dashboard-side .grid-diesel p {
  margin: 0px;
}
.dashboard-side .grid-diesel h1 {
  margin-top: 10px;
}
.dashboard-side .grid-message {
  padding: 24px;
  border: solid 1px #E5E6EA;
  background-color: #FFFFFF;
}
.dashboard-side .grid-message h1 {
  margin-top: 0px;
  margin-bottom: 8px;
}

.table-component tr {
  border-bottom: 1px solid #EAECEE;
}
.table-component tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #747474;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle !important;
}
.table-component thead tr {
  border-top: 1px solid #EAECEE;
  border-bottom: 1px solid #EAECEE;
}
.table-component thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #A3A3A3;
  font-size: 12px;
  line-height: 14px;
}

#container {
  min-height: 100vh;
}

.page-padding {
  padding: 0px;
  background-color: #f1f1f1;
}

.sidebar {
  background-color: #FFFFFF;
  border-right: #f1f1f1 solid 1px;
}
.sidebar .row-sidebar {
  border-style: solid;
  border-color: #EAEDF3;
  border-width: 1px 0px 0px 0px;
}
.sidebar .sidebar-img {
  border: none;
  height: 70px;
  padding: 5px 0;
}
.sidebar .sidebar-img img {
  max-height: 100%;
  margin: auto;
  display: block;
}
.sidebar .sidebar-profile {
  padding: 24px;
  text-align: center;
}
.sidebar .sidebar-profile .dropdown .btn {
  font-weight: bold;
}
.sidebar .sidebar-profile .dropdown ul {
  border-radius: 0;
  text-align: center;
  width: 100%;
}
.sidebar .sidebar-profile .dropdown ul p {
  color: #444444;
}
.sidebar .sidebar-profile p {
  color: #9EA0A5;
}
.sidebar .sidebar-buttons {
  padding: 24px;
}
.sidebar .sidebar-buttons button, .sidebar .sidebar-buttons a {
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
}
.sidebar .sidebar-buttons .btn + .btn {
  margin-top: 16px;
}
.sidebar .sidebar-main {
  padding: 0px 24px 24px 24px;
  flex: 1 0 auto;
}
.sidebar .sidebar-logout {
  padding: 0px 24px;
}
.sidebar .sidebar-logout li {
  border: none !important;
}

.nav > li {
  border-width: 0px 0px 1px 0px;
  border-color: #EAEDF3;
  border-style: solid;
  padding: 10px 0;
}
.nav > li a {
  padding: 10px 0px;
  color: #444444;
}
.nav > li a i {
  color: #888888;
}
.nav > li a:hover {
  color: #2b2b2b;
  background-color: transparent;
}
.nav > li a:hover i {
  color: #2b2b2b;
}
.nav > li a.active, .nav > li a.active i {
  color: #7BC144;
}
.nav > li a.active:hover, .nav > li a.active i:hover {
  color: #639e34;
  background-color: transparent;
}
.nav > li a.active:hover i, .nav > li a.active i:hover i {
  color: #639e34;
}

.mainpage {
  background-color: #f9faf9;
}
.mainpage .grid-mainpage {
  min-height: 100%;
}
.mainpage .mainpage-header {
  background-color: #7BC144;
}
.mainpage .mainpage-header .btn {
  color: #FFFFFF;
  padding: 0 0 0 24px;
  background-color: transparent;
}
.mainpage .mainpage-header .btn:hover, .mainpage .mainpage-header .btn:focus, .mainpage .mainpage-header .btn:active {
  border: none;
  box-shadow: none;
  outline: none;
}
.mainpage .mainpage-header .form-group {
  margin: 0;
  display: inline-block;
  width: 80%;
}
.mainpage .mainpage-header .form-group input {
  height: 70px;
  border: none;
  background-color: transparent;
  border-radius: 0px;
  color: #FFFFFF;
}
.mainpage .mainpage-header .form-group input:focus {
  border: none;
  box-shadow: none;
}
.mainpage .mainpage-header .form-group ::-webkit-input-placeholder {
  /* Edge */
  color: #FFFFFF;
}
.mainpage .mainpage-header .form-group :-ms-input-placeholder {
  /* Internet Explorer */
  color: #FFFFFF;
}
.mainpage .mainpage-header .form-group ::-moz-placeholder {
  color: #FFFFFF;
}
.mainpage .mainpage-header .form-group ::-ms-input-placeholder {
  color: #FFFFFF;
}
.mainpage .mainpage-header .form-group ::placeholder {
  color: #FFFFFF;
}
.mainpage .mainpage-content {
  flex: 1 0 auto;
}
.mainpage .mainpage-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainpage .mainpage-footer label {
  margin: 0;
}
.mainpage .mainpage-footer > div {
  padding: 0 24px;
}

.mainpage-footer, .sidebar-logout {
  height: 62px;
}

.panel-trans-costs div.table {
  overflow-x: auto;
}
.panel-trans-costs div.table .table-trans-costs thead th {
  color: #444444;
  font-weight: 700;
  border-bottom: 0;
}
.panel-trans-costs div.table .table-trans-costs tbody td {
  border: none;
}
.panel-trans-costs div.table .table-trans-costs tbody .form-group {
  margin: 0;
}
.panel-trans-costs div.table .table-trans-costs tbody select {
  width: auto;
}
.panel-trans-costs div.table .table-trans-costs tbody .remove-trans-costs-row {
  margin-top: 8px;
  padding: 15px 8px;
}
.panel-trans-costs .plusser-button {
  margin-bottom: 25px;
}
.panel-trans-costs .width-95 input {
  min-width: 95px;
  width: 95px;
}
.panel-trans-costs .totals {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.panel-trans-costs .totals label {
  margin-bottom: 0;
}
.panel-trans-costs .totals .form-group {
  margin-left: 16px;
  margin-bottom: 0;
}
.panel-trans-costs .ajax-loader {
  display: none;
  width: 25px;
  height: 25px;
  background-size: contain;
}

.tooltip-custom {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #7BC144;
  color: #FFFFFF;
  border-radius: 100%;
  outline: none;
  text-align: center;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
}
.tooltip-custom:hover .tooltip-text {
  visibility: visible;
}
.tooltip-custom .tooltip-text {
  visibility: hidden;
  background-color: #7BC144;
  color: #FFFFFF;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 350px;
  position: absolute;
  top: 150%;
  margin-left: -5px;
  z-index: 3;
  padding: 20px;
}
.tooltip-custom .tooltip-text:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 8px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #7BC144;
}

.panel {
  border: 1px solid #EAECEE;
  border-radius: 0;
}
.panel .panel-heading {
  padding: 25px 15px;
  border-bottom: 1px solid #EAECEE;
}
.panel .panel-heading h3.panel-title {
  line-height: 26px;
  font-size: 22px;
  font-weight: 400;
}
.panel .panel-heading .download-link {
  color: #7BC144;
  text-decoration: underline;
  margin-left: 15px;
  font-weight: bold;
}
.panel.smaller-spacing .panel-heading {
  padding: 15px 15px;
}
.panel .panel-footer {
  padding: 15px;
  background: #FFFFFF;
}
.panel.shipment-tracking-panel h3 {
  margin-bottom: 0;
}
.panel.no-right .panel-body {
  padding-right: 0;
}
.panel.no-bottom .panel-body {
  padding-bottom: 0;
}
.panel.no-left .panel-body {
  padding-left: 0;
}
.panel.no-top .panel-body {
  padding-top: 0;
}

.shipment-products-wrapper .shipment-product-wrapper .remove-shipment-row {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

table.datatable-component > tbody > tr:hover {
  background-color: #F9FAF9;
  cursor: pointer;
}
table.datatable-component > thead > tr > th,
table.datatable-component > tbody > tr > td {
  border: none;
  border-top: 1px solid #ddd;
  vertical-align: middle;
}
table.datatable-component > thead > tr > th {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: rgba(74, 74, 74, 0.7);
  padding-top: 15px;
  padding-bottom: 15px;
}
table.datatable-component > thead > tr > th:last-of-type {
  padding-right: 40px;
}
table.datatable-component > tbody > tr > td {
  font-size: 14px;
  line-height: 16px;
  color: rgba(74, 74, 74, 0.8);
  padding: 15px 18px;
}
table.datatable-component > tbody > tr > td.bold {
  font-weight: 700;
}
table.datatable-component > tbody > tr > td.green {
  color: #7BC144;
}
table.datatable-component.address-datatable-component > tbody > tr > td {
  padding: 0 18px;
}

.dataTables_filter {
  margin-left: 30px;
}
.dataTables_filter label {
  margin-bottom: 0;
}
.dataTables_filter input {
  border: solid 1px #E2E5ED;
  padding: 10px 20px;
  font-size: 14px;
  color: rgba(74, 74, 74, 0.8);
  line-height: 14px;
  font-weight: 400;
}

.tracking-progress-bar {
  margin: 10px 0;
  padding: 0 20px;
}
.tracking-progress-bar__item {
  background: transparent;
  border-radius: 50%;
  color: #747474;
  display: inline-block;
  font-family: sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 50px;
  position: absolute;
  text-align: center;
  z-index: 9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tracking-progress-bar__item--first {
  margin-left: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tracking-progress-bar__item--last {
  margin-right: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.tracking-progress-bar__item__bar {
  background: #D8D8D8;
  display: inline-block;
  margin: 0 -5px;
  height: 5px;
  width: 35.8%;
  z-index: 2;
}
@media (min-width: 992px) {
  .tracking-progress-bar__item__bar {
    width: 34.7%;
  }
}
@media (min-width: 1460px) {
  .tracking-progress-bar__item__bar {
    width: 34.3%;
  }
}
.tracking-progress-bar__item__bar--active {
  background: #FDBB2F;
}

.tracking-table .tracking-table-header {
  border-top: 1px solid #EAECEE;
  border-bottom: 1px solid #EAECEE;
}
.tracking-table .tracking-table-header > div {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #A3A3A3;
  font-size: 12px;
  line-height: 14px;
}
.tracking-table .tracking-table-row > div {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #747474;
  font-size: 14px;
  line-height: 22px;
}
.tracking-table .tracking-table-row:nth-child(2) > div {
  font-weight: 700;
}
.tracking-table .tracking-table-row:nth-child(2) .track-line .circle:before {
  content: none;
}
.tracking-table .track-line {
  width: 50px;
}
.tracking-table .track-line .circle {
  width: 20px;
  height: 20px;
  background-color: #FDBB2F;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.tracking-table .track-line .circle:before {
  content: "";
  width: 2px;
  height: 35px;
  background-color: #FDBB2F;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin: 0 auto;
  display: block;
}

.accordion-component .accordion-row .accordion-title {
  padding: 20px 15px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  margin: -15px -15px 0 -15px;
  border-top: 1px solid #EAECEE;
  border-bottom: 1px solid #EAECEE;
}
.accordion-component .accordion-row .accordion-title h3 {
  font-size: 14px;
  line-height: 16px;
  color: #4A4A4A;
  margin-bottom: 0;
  pointer-events: none;
}
.accordion-component .accordion-row .accordion-title .no-select {
  pointer-events: none;
}
.accordion-component .accordion-row .accordion-title:after {
  content: "";
  right: 15px;
  top: 50%;
  margin-top: -10px;
  background: url("//assets.bettyblocks.com/45ed64ec868d41fa8b9d058436bee832_assets/files/angle-up.svg?_=3b523abf79d3efe91fa84428182591bd") center no-repeat;
  background-size: contain;
  position: absolute;
  height: 20px;
  width: 20px;
  transition: 0.2s;
}
.accordion-component .accordion-row .accordion-title.closed:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-component .accordion-row .accordion-content {
  padding: 0 0 15px 0;
  margin: 0 -15px;
}
.accordion-component .accordion-row .accordion-content.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.goods-information-component {
  margin: -15px -15px 15px -15px;
}
.goods-information-component .table-header {
  border-top: 1px solid #EAECEE;
  border-bottom: 1px solid #EAECEE;
}
.goods-information-component .table-header > div {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #A3A3A3;
  font-size: 12px;
  line-height: 14px;
}
.goods-information-component .table-row {
  border-bottom: 1px solid #EAECEE;
}
.goods-information-component .table-row > div {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #747474;
  font-size: 14px;
  line-height: 22px;
}
.goods-information-component .table-row .dangerous-goods-description {
  font-size: 12px;
  margin-top: -30px;
}

.invoice-rule-on-click-change-component .change-on-click-wrapper {
  display: flex;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  align-items: center;
}
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col {
  position: relative;
  min-height: 40px;
}
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col textarea,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col input,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col select,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col .input-group.date,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col .select2-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% - 15px) !important;
}
.invoice-rule-on-click-change-component .change-on-click-wrapper label.error {
  position: absolute;
}
.invoice-rule-on-click-change-component .remove-row {
  padding: 50px;
}

.invoice-rule-on-click-change-component .change-on-click-wrapper {
  display: flex;
  margin-top: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  align-items: center;
}
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col {
  position: relative;
  min-height: 40px;
  align-items: center;
  display: flex;
}
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col textarea,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col input,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col select,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col .input-group.date,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col .select2-container {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: calc(100% - 15px) !important;
}
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col textarea.error,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col input.error,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col select.error,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col .input-group.date.error,
.invoice-rule-on-click-change-component .change-on-click-wrapper .change-on-click-col .select2-container.error {
  border: 1px solid red;
}
.invoice-rule-on-click-change-component .remove-row {
  padding: 0;
}
.invoice-rule-on-click-change-component .remove-row:hover {
  cursor: pointer;
}
.invoice-rule-on-click-change-component .remove-row .glyphicon {
  padding: 5px;
}
