body {
  background: #fcfcfc;
}

.pnotify-closer > span,
.pnotify-sticker > span {
  display: block;
}

.logo {
  width: 180px;
  height: 40px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: 180px 40px;
}

.zw-fe-header {
  background: #fff;
}

.topage {
  width: 1180px;
  margin: 0 auto;
}

.btn-round {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.home-bg {
  background-image: url("../img/bg.jpg");
  padding: 2rem 0;
  min-height: calc(100vh - 80px);
  /*min-height: 100vh;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-group .select2-container {
  width: 100% !important;
}

.nav-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-input-quantity > a {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #0064D2;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.form-input-quantity > a:hover {
  text-decoration: none;
}

.zw-fe-tab-content {
  background: #fff;
}

.table > thead > tr > th {
  background: #0064D2;
  color: #fff;
  border-bottom: none;
}

/*
* Rate History
*/
.zw-fe-rate-history {
  background: #0064D2;
  padding: 16px;
  overflow: auto;
  max-height: 768px;
  -webkit-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
}
.zw-fe-rate-history > h5, .zw-fe-rate-history > p {
  color: #fff;
}

.zw-fe-rate-history-ind {
  background: #efefef;
  border-radius: 5px;
  padding: 16px;
  -webkit-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
}

.zw-fe-rate-history-transport {
  width: 30px;
  height: 30px;
  margin-right: 16px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.zw-fe-rate-history-sea {
  background-image: url("../img/icon-sea-small.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.zw-fe-rate-history-air {
  background-image: url("../img/icon-air-small.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*
* Rate Filter
*/
.zw-fe-filter-air {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  background-image: url("../img/icon-air-large.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.zw-fe-filter-sea {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  background-image: url("../img/icon-sea-large.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.zw-fe-filter-type {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zw-fe-filter-type > li {
  width: 50%;
}
.zw-fe-filter-type > li > a {
  display: block;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  opacity: 0.4;
}
.zw-fe-filter-type > li > a.active, .zw-fe-filter-type > li > a:hover {
  opacity: 1;
  background: #0064D2;
  color: #fff;
  text-decoration: none;
}
.zw-fe-filter-type > li > a.active .zw-fe-filter-air, .zw-fe-filter-type > li > a.active .zw-fe-filter-sea, .zw-fe-filter-type > li > a:hover .zw-fe-filter-air, .zw-fe-filter-type > li > a:hover .zw-fe-filter-sea {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.zw-fe-filter-body {
  background: #fff;
  padding: 16px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
}

.zw-fe-save:hover {
  color: #0064D2;
}

/*
* Rate Individual
*/
.zw-fe-rate-filter {
  list-style: none;
  margin: 0;
  padding: 0;
}
.zw-fe-rate-filter li {
  padding: 32px 18px;
}

.zw-fe-avatar-badge {
  background: #efefef;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.zw-fe-avatar-badge.zw-fe-avatar-badge-image {
  background: transparent;
}
.zw-fe-avatar-badge img {
  width: 100%;
  height: auto;
}

.zw-fe-rate {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 3px;
  padding: 20px;
  -webkit-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
}

.zw-fe-rate-summary-price-summary {
  color: #F7901D;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zw-fe-rate-summary-price-summary li {
  padding: 0 0 0 16px;
  position: relative;
}
.zw-fe-rate-summary-price-summary li:not(:first-child):before {
  content: "+";
  position: absolute;
  left: 0;
}

.zw-fe-rate-routing {
  list-style: none;
  padding: 0 0 0 70px;
  margin: 0;
  position: relative;
}
.zw-fe-rate-routing > li {
  padding-left: 25px;
  /* 10 + 15 */
  position: relative;
}
.zw-fe-rate-routing > li:not(:last-child):after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  background: #ccc;
  top: 22px;
  /* 7 + 10 + 5 */
  left: 4px;
  bottom: 0;
}

.zw-fe-rate-routing-icon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 50%;
  margin-top: -30px;
  /* 15 + 48 */
  left: 20px;
  /* (70 - 30) / 2 */
}

.zw-fe-rate-routing-sea:before {
  background-image: url("../img/icon-sea-small.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.zw-fe-rate-routing-air:before {
  background-image: url("../img/icon-air-small.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.zw-fe-rate-routing-point-duration:after {
  top: 0 !important;
}

.zw-fe-rate-routing-point {
  position: relative;
}
.zw-fe-rate-routing-point:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}
.zw-fe-rate-routing-point:first-child:before {
  border: 1px solid #0064D2;
}
.zw-fe-rate-routing-point:last-child:before {
  background: #0064D2;
}

.zw-fe-rate-routing-date {
  width: 120px;
}

.zw-fe-rate-routing-vessel {
  width: 265px;
}

.zw-fe-pricing-table {
  width: 100%;
}
.zw-fe-pricing-table tr td {
  padding: 10px;
  border-bottom: 1px solid #efefef;
}

#zw_fe_detail .nav-link {
  border-bottom-width: 2px;
}
#zw_fe_detail .nav-link.active {
  color: #0064D2;
  border-top: #fff;
  border-left: #fff;
  border-right: #fff;
  border-bottom: 2px solid #0064D2;
}

.zw-fe-rate-date {
  position: relative;
}
.zw-fe-rate-date:before {
  position: absolute;
  top: 10px;
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #000;
}
.zw-fe-rate-date:after {
  position: absolute;
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  top: 8px;
}

.zw-fe-rate-date-etd:before {
  right: 0;
}
.zw-fe-rate-date-etd:after {
  right: 1.25rem;
}

.zw-fe-rate-date-eta:before {
  left: 0;
}
.zw-fe-rate-date-eta:after {
  left: 1.25rem;
}

/*
* Login Wrapper 
*/
.login-wrapper {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  width: 480px;
  -webkit-box-shadow: 3px 3px 5px 4px rgba(220, 220, 220, 0.3);
  box-shadow: 3px 3px 5px 4px rgba(220, 220, 220, 0.3);
}

.booking-nav {
  background: #fff;
  padding: 1rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.05);
}

.preload-bg {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1099;
}

.cssload-loader-inner {
  bottom: 0;
  height: 58px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 97px;
}

.cssload-cssload-loader-line-wrap-wrap {
  animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  -o-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  -ms-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  -webkit-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  -moz-animation: cssload-spin 2300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 49px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  width: 97px;
}

.cssload-loader-line-wrap {
  border: 4px solid transparent;
  border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 97px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 97px;
}

.cssload-cssload-loader-line-wrap-wrap:nth-child(1) {
  animation-delay: -57.5ms;
  -o-animation-delay: -57.5ms;
  -ms-animation-delay: -57.5ms;
  -webkit-animation-delay: -57.5ms;
  -moz-animation-delay: -57.5ms;
}

.cssload-cssload-loader-line-wrap-wrap:nth-child(2) {
  animation-delay: -115ms;
  -o-animation-delay: -115ms;
  -ms-animation-delay: -115ms;
  -webkit-animation-delay: -115ms;
  -moz-animation-delay: -115ms;
}

.cssload-cssload-loader-line-wrap-wrap:nth-child(3) {
  animation-delay: -172.5ms;
  -o-animation-delay: -172.5ms;
  -ms-animation-delay: -172.5ms;
  -webkit-animation-delay: -172.5ms;
  -moz-animation-delay: -172.5ms;
}

.cssload-cssload-loader-line-wrap-wrap:nth-child(4) {
  animation-delay: -230ms;
  -o-animation-delay: -230ms;
  -ms-animation-delay: -230ms;
  -webkit-animation-delay: -230ms;
  -moz-animation-delay: -230ms;
}

.cssload-cssload-loader-line-wrap-wrap:nth-child(5) {
  animation-delay: -287.5ms;
  -o-animation-delay: -287.5ms;
  -ms-animation-delay: -287.5ms;
  -webkit-animation-delay: -287.5ms;
  -moz-animation-delay: -287.5ms;
}

.cssload-cssload-loader-line-wrap-wrap:nth-child(1) .cssload-loader-line-wrap {
  border-color: #2a639c;
  height: 88px;
  width: 88px;
  top: 7px;
}

.cssload-cssload-loader-line-wrap-wrap:nth-child(2) .cssload-loader-line-wrap {
  border-color: #af445d;
  height: 74px;
  width: 74px;
  top: 14px;
}

.cssload-cssload-loader-line-wrap-wrap:nth-child(3) .cssload-loader-line-wrap {
  border-color: #ff8c4e;
  height: 60px;
  width: 60px;
  top: 20px;
}

.cssload-cssload-loader-line-wrap-wrap:nth-child(4) .cssload-loader-line-wrap {
  border-color: #bcd6c3;
  height: 47px;
  width: 47px;
  top: 27px;
}

.cssload-cssload-loader-line-wrap-wrap:nth-child(5) .cssload-loader-line-wrap {
  border-color: #a16eb9;
  height: 33px;
  width: 33px;
  top: 34px;
}

@keyframes cssload-spin {
  0%, 15% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  0%, 15% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Simple*/
.zw-preload-bg {
  background: transparent;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1099;
}

.zw-loader {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 16px;
  right: 16px;
  border-radius: 6px;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 26.5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}
@media only screen and (max-width: 680px) {
  .login-wrapper {
    width: 100%;
    margin: initial;
  }
}
@media only screen and (max-width: 1180px) {
  .topage {
    width: 100%;
    margin: initial;
  }
}
.form-ref .input {
  position: relative;
}

.form-ref .input input[type=text] {
  padding-right: 70px;
}

.form-ref .input > ul {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-ref .input > ul li {
  float: left;
}

.form-ref .input > ul > li > a {
  cursor: pointer;
  display: block;
  width: 30px;
  text-align: center;
  line-height: 38px;
}

/**/
[v-cloak] {
  display: none;
}

[v-cloak] > * {
  display: none;
}

.zw-filter-wrapper {
  background: #547dbe;
  border-radius: 3px;
  margin-bottom: 30px;
}
.zw-filter-wrapper h1, .zw-filter-wrapper h2, .zw-filter-wrapper h3, .zw-filter-wrapper h4, .zw-filter-wrapper h5, .zw-filter-wrapper h6, .zw-filter-wrapper label {
  color: #fff;
}
.zw-filter-wrapper .zw-filter-form {
  padding: 15px;
}
.zw-filter-wrapper .zw-filter-footer > ul {
  list-style: none;
  padding: 0;
}
.zw-filter-wrapper .zw-filter-footer > ul > li button {
  width: 100%;
  background: #588dcc;
  border: none;
  padding: 5px 10px;
  color: #fff;
}
.zw-filter-wrapper .zw-filter-footer > ul > li button:hover {
  background: #3c6596;
}
.zw-filter-wrapper .zw-filter-footer > ul.footer-btn-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zw-filter-wrapper .zw-filter-footer > ul.footer-btn-two > li {
  width: 50%;
}