/* Transparent

/* 

/*.navbar-default {

  background: none;

  border: none;

}*/

body {
  font-family: "Lato", sans-serif;
}
a.menu-header {
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
  background: #efefef;
  color: #555555;
}
a:hover.menu-header {
  border-bottom: 3px solid #333333;
  transition: 0.5s;
}
.btn-lg {
  color: #8d8e90;
}

.left-vm {
  line-height: 50px;
  white-space: nowrap;
  font-weight: 300;
}
.left-vm-title {
  padding: 0 30px;
  line-height: 66px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  background: #5f5e5e;
}
.vertical-menu a {
  /* background: #777777; */
  color: #ffffff;
  display: block;
  padding: 0px 0px 0px 36px;
  text-decoration: none;
  font-size: 17px;
  border-bottom: 1px solid #000;
}

.customerPortal .vertical-menu a {
  /* background: #c7022e; */
  color: #333333;
}
.customerPortal .nav-bordered > li:hover a {
  color: #c7022e;
}
.customerPortal .vertical-menu a:hover {
  background: #fff;
  border-left: 10px solid #000;
}
.vertical-menu {
  height: calc(100vh - 200px);
  overflow-y: auto;
  /* background: #c7022e; */
}
.vertical-menu a:hover {
  font-weight: bold; /* Dark grey background on mouse-over */
  color: #c7022e;
}

.vertical-menu a.active {
  background-color: #cccccc; /* Add a green color to the "active/current" link */
  color: #c7022e;
  border-left: 4px solid #c7022e;
  padding-left: 48px;
  font-weight: bold
}
.customerPortal .vertical-menu a.active {
  background-color: #fff; /* Add a green color to the "active/current" link */
  color: #c7022e;
  border-left: 10px solid #c7022e;
  padding-left: 28px;
}
.btn-lg:hover {
  color: #8d8e90;
}

.address-card {
  width: 100%;
  height: 22vh;
  text-align: left;
  margin-top: 10px;
  border: 1px solid #cccccc;
  box-shadow: 3px 3px 5px #ccc;
  font-size: 12px;
}
.customerPortal .address-card {
  width: 100%;
  height: 22vh;
  text-align: left;
  margin-top: 10px;
  border: 1px solid #cccccc;
  box-shadow: 3px 3px 5px #ccc;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
.customerPortal .bottomHover {
  width: 90%;
}
.customerPortal .bottomHover a {
  position: absolute;
  bottom: -60px;
}
.customerPortal .bottomHover img {
  max-height: 35px;
}
.customerPortal .bottomHover span {
  display: inline-block;
}
.customerPortal .address-card .bottomHover a:hover {
  bottom: -50px;
  transition: all 0.4s ease 0s;
}
input.custom-select {
  height: 40px;
  width: 190px;
  border: 1px solid #d2d3d3;
  border-radius: 4px;
  margin: 8px;
  font-size: 14px;
  padding-left: 10px;
  color: #8091a5;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .navbar-nav {
    width: 100%;
    text-align: center;
  }
  .navbar-nav > li {
    float: none;
    display: inline-block;
  }
  .navbar-nav > li.navbar-right {
    float: right !important;
  }
}
.step .radio + .radio,
.checkbox + .checkbox {
  margin-top: 10px;
}
span.glyphicon.menu-top.glyphicon-globe {
  background: url("/images/top-bar/country-active.png");
  background-repeat: no-repeat;
  font-size: 21px;
}
span.glyphicon.menu-top.fa.fa-file-text-o {
  background: url("/images/top-bar/document.png");
  background-repeat: no-repeat;
  top: 1px;
  left: 2px;
  font-size: 22px;
}
span.glyphicon.menu-top.glyphicon-user {
  background: url("/images/top-bar/confirm.png");
  background-repeat: no-repeat;
}
span.glyphicon.menu-top.glyphicon-usd {
  background: url("/images/top-bar/payment.png");
  left: 4px;
  top: 1px;
  background-repeat: no-repeat;
  font-size: 20px;
}
span.glyphicon.menu-top.fa.fa-check-circle {
  background: url("/images/top-bar/done.png");
  background-repeat: no-repeat;
  font-size: 26px;
}
.document-categories {
  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;

  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;

  -o-transition: 1s;
  -o-transform-style: preserve-3d;

  transition: 1s;
  transform-style: preserve-3d;
}

/* span.glyphicon.menu-top.fa.fa-file-text-o.active{ */
/* background: url('/images/top-bar/document.png'); */
/* background-repeat: no-repeat; */
/* top:1px; */
/* left:2px; */
/* font-size: 22px; */
/* } */
/* span.glyphicon.menu-top.glyphicon-user.active { */
/* background: url('/images/top-bar/confirm.png'); */
/* background-repeat: no-repeat; */
/* } */
/* span.glyphicon.menu-top.glyphicon-usd.active { */
/* background: url('/images/top-bar/payment.png'); */
/* left: 4px; */
/* top: 1px; */
/* background-repeat: no-repeat; */
/* font-size: 20px; */
/* } */
/* span.glyphicon.menu-top.fa.fa-check-circle.active { */
/* background: url('/images/top-bar/done.png'); */
/* background-repeat: no-repeat; */
/* font-size: 26px; */
/* } */
.countries.done > a > .glyphicon {
  background: url(/images/top-bar/country-done.png) !important;
  background-repeat: no-repeat !important;
}
.documents.done > a > .glyphicon {
  background: url(/images/top-bar/document-done.png) !important;
  background-repeat: no-repeat !important;
}
.review.done > a > .glyphicon {
  background: url(/images/top-bar/confirm-done.png) !important;
  background-repeat: no-repeat !important;
}
.payment.done > a > .glyphicon {
  background: url(/images/top-bar/payment-done.png) !important;
  background-repeat: no-repeat !important;
}
.countries.done {
  background: rgba(35, 173, 35, 0.23) !important;
}
.documents.done {
  background: rgba(35, 173, 35, 0.23) !important;
}
.review.done {
  background: rgba(35, 173, 35, 0.23) !important;
}
.payment.done {
  background: rgba(35, 173, 35, 0.23) !important;
}

.documents.active > a > .glyphicon {
  background: url(/images/top-bar/document-active.png) !important;
  background-repeat: no-repeat !important;
}

.review.active > a > .glyphicon {
  background: url(/images/top-bar/confirm-active.png) !important;
  background-repeat: no-repeat !important;
}
.payments.active > a > .glyphicon {
  background: url(/images/top-bar/payment-active.png) !important;
  background-repeat: no-repeat !important;
}
.confirmation.active > a > .glyphicon {
  background: url(/images/top-bar/done-active.png) !important;
  background-repeat: no-repeat !important;
}
.navbar-center {
  padding-top: 14px;
}
input[type="checkbox"]:checked + label.country-name:before {
  border: 1px solid #0099fa !important;
}
input[type="checkbox"] + label:before {
  color: #cccccc;
  height: 20px;
  width: 20px;
  font-size: 14px;
}
input[type="checkbox"] + label.country-name:before {
  content: "\2713";
  border: 1px solid #cccccc;
}

.nav.nav-tabs.top li:before {
  content: "";
  position: absolute;
  height: 6px;
  background: #cccccc;
  border-radius: 10px;
  top: 19px;
  left: 48px;
  width: 19px;
}
.nav.nav-tabs.top li:last-child:before {
  width: 0px;
}
label.country-name {
  font-weight: bold;
  font-size: 12px;
}
.nav-tabs.top {
  border-bottom: none;
}

.glyphicon {
  color: #777777;
}
.glyphicon.active {
  color: #39d626;
}
span.glyphicon.menu-top {
  font-size: 26px;
  font-weight: bold;
  color: transparent;
}
.nav-tabs.top > li > a:hover {
  border-radius: 50%;
  width: 44px;
  /*border: 1px solid #777777;*/
  height: 45px;
}
.nav-tabs.top > li > a:active {
  border-color: #eeeeee #eeeeee #ddd;
  border-radius: 50%;
  /* border: 1px solid #777777;*/
}
.nav-tabs.top > li.active > a,
.nav-tabs.top > li.active > a:hover,
.nav-tabs.top > li.active > a:focus {
  border-color: #c7022e;
  width: 45px;
  border-radius: 22px;
  border: 2px solid #c7022e;
  height: 45px;
}
input[type="checkbox"] {
  display: none;
}
span.radio-center {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}
input[type="checkbox"]:checked + label:before {
  border: 1px solid #0099fa;
}
input[type="checkbox"] + label:before {
  border: 1px solid #cccccc;
}

legend.col-form-legend {
  border: 1px solid #cccccc;
  padding: 15px;
}
/* .nav-tabs.top > li.active > a, .nav-tabs.top > li.active > a:hover, .nav-tabs.top > li.active > a:focus > .glyphicon.menu-top{ */
/* color:#02b6ff; */
/* } */
.app-main {
  background-color: #ffffff;
}
.jumbotron {
  background-color: #ffffff;
}

.navbar {
  box-shadow: none;
}
.noOfPages{
  width: 267px;
  margin-top:10px;
}
button.save {
  height: 40px;
  width: 130px;
  border-radius: 3px;
  background-color: #c7022e;
}
.pager {
  margin: 0px;
}
.pager.next {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f5f5ed;
  color: #ffffff;
}
.pager li > a,
.pager li > span {
  border: none;
  color: #c7022e;
  border-radius: 0px;
}
.pager li > a,
.pager li > span .next {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f5f5ed;
}
.pager.previous {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f5f5ed;
  color: #ffffff;
}
.pager li > a,
.pager li > span .previous {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f5f5ed;
}
.customerPortal .pager li > a,
.customerPortal .pager li > span .previous {
  background-color: #c7022e;
  color: #fff;
}
.panel-default > .panel-heading {
  background: #f7f8f8;
}
.customerPortal .panel-default > .panel-heading {
  background: #c7022e;
  color: #fff;
}
select.custom-select {
  height: 40px;
  width: 190px;
  border: 1px solid #d2d3d3;
  border-radius: 4px;
  margin: 8px;
  font-size: 14px;
  color: #8091a5;
  background-color: #ffffff;
}
legend.col-form-legend.upload {
  border: 1px dotted #979797;
}
legend {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.credit-details {
  height: 100px;
  margin: -10px -15px;
  padding: 10px;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 16px;
}
.faq-details {
  height: 50px;
  padding: 10px 10px 0;
  margin: -10px -15px;
  line-height: 16px;
  color: #383838;
  text-transform: none;
  background-color: white;
  border:1px solid #D0D0D0;
}
.selected {
  background-color: #c7022e;
  color: white!important;
}
.customerPortal .credit-details {
  height: 50px;
  padding: 10px 10px 0;
}
.credit-sub-title {
  color: #9b9b9b;
}
.customerPortal .credit-sub-title {
  color: #fff;
  font-size: 12px;
}
.credit-card-payments {
  padding-right: 10px;
}
button.btn.choose {
  border: 1px solid #56b3ef;
  color: #56b3ef;
  background: #ffffff;
}
.text-inner {
  color: #8091a5;
}
.form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.colRow {
  margin-left: -15px;
  margin-right: -15px;
}
.row.upload {
  margin: 8px;
}
.addfields {
  border: none;
  background: none;
  /* text-decoration: underline; */
  line-height: 41px;
  font-size: 14px;
  margin-right: 15px;
}
footer {
  position: fixed;
  left: 0px;
  bottom: 45px;
  height: 60px;
  width: 100%;
  background: #ffffff;
  z-index: 999;
}
footer .container {
  height: 60px;
  padding: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
accordion-group.credit-details {
  height: 56px;
  border: 1px solid #4a90e2;
  border-radius: 2px;
}
accordion-group.faq-details {
  height: 56px;
}
a.orders {
  text-decoration: none;
  color: #e05050;
  font-weight: bold;
  font-size: 12px;
}
/* On off switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.grey-header {
  color: #bbbbbb;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
}

.customerPortal .grey-header {
  color: #fff;
}

.customerPortal .red-header {
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  background-color: #c7022e;
}

.grey {
  color: #bbbbbb;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: bold;
}
.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/******************end switch********************/

.tabsfront .nav-tabs {
  border-bottom: 0px;
}
.tabsfront .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 0px;
  border-bottom-color: #ddd;
  border-bottom: 4px solid #ddd;
  border-radius: 2px;
  cursor: default;
}
.heading-page {
  font-size: 22px;
  color: #cccccc;
}

.heading-page a {
  color: #cccccc;
}
.tabsfront > ul.nav.nav-tabs {
  margin-bottom: 3%;
}
.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  border: none;
  background: transparent;
}

label.country {
  font-weight: bold;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@-webkit-keyframes myanimation {
  from {
    left: 0%;
  }
  to {
    left: 50%;
  }
}
.navbarWithoutLogin {
  background: #f5f5ed;
  z-index: 9999;
}

.headerPosition{
  position: absolute;
}
.checkout-wrap {
  color: #444;
  font-family: "PT Sans Caption", sans-serif;
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
}

ul.checkout-bar {
  margin: 0 20px;
}
ul.checkout-bar li {
  color: #ccc;
  display: block;
  font-size: 12px;
  font-weight: 600;
  padding: 14px 20px 14px 80px;
  position: relative;
}
ul.checkout-bar li:before {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
  background: #ddd;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 20px;
  line-height: 37px;
  height: 35px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  top: 4px;
  width: 35px;
  z-index: 999;
}
ul.checkout-bar li.active {
  color: #13a845;
  font-weight: bold;
}
ul.checkout-bar li.active:before {
  background: #13a845;
  z-index: 99999;
}
ul.checkout-bar li.visited {
  background: #13a845;
  color: #13a845;
  z-index: 99999;
}
ul.checkout-bar li.visited:before {
  background: #13a845;
  z-index: 99999;
}
ul.checkout-bar li:nth-child(1):before {
  content: "1";
}
ul.checkout-bar li:nth-child(2):before {
  content: "2";
}
ul.checkout-bar li:nth-child(3):before {
  content: "3";
}
ul.checkout-bar li:nth-child(4):before {
  content: "4";
}
ul.checkout-bar li:nth-child(5):before {
  content: "5";
}
ul.checkout-bar li:nth-child(6):before {
  content: "6";
}
ul.checkout-bar a {
  color: #57aed1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.consumer-add-label {
  font-size: 15px;
  margin-top: 4%;
  text-align: right;
}
@media all and (min-width: 800px) {
  .checkout-bar li.active:after {
    -webkit-animation: myanimation 3s 0;
    background-size: 35px 35px;
    background-color: #13a845;
    background-image: -webkit-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
    );
    background-image: -moz-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
    );
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    width: 100%;
    left: 50%;
    position: absolute;
    top: -50px;
    z-index: 0;
  }

  .checkout-wrap {
    margin: 10px auto;
  }

  ul.checkout-bar {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    background-size: 35px 35px;
    background-color: #ececec;
    background-image: -webkit-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.4) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.4) 75%,
      transparent 75%,
      transparent
    );
    background-image: -moz-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.4) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.4) 75%,
      transparent 75%,
      transparent
    );
    border-radius: 15px;
    height: 15px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
  }
  ul.checkout-bar:before {
    background-size: 35px 35px;
    background-color: #13a845;
    background-image: -webkit-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
    );
    background-image: -moz-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
    );
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    content: " ";
    height: 15px;
    left: 0;
    position: absolute;
    width: 10%;
  }
  ul.checkout-bar li {
    display: inline-block;
    margin: 50px 0 0;
    padding: 0;
    text-align: center;
    width: 19%;
  }
  ul.checkout-bar li:before {
    height: 45px;
    left: 40%;
    line-height: 45px;
    position: absolute;
    top: -65px;
    width: 45px;
    z-index: 99;
  }
  ul.checkout-bar li.visited {
    background: none;
  }
  ul.checkout-bar li.visited:after {
    background-size: 35px 35px;
    background-color: #13a845;
    background-image: -webkit-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
    );
    background-image: -moz-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
    );
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
    content: "";
    height: 15px;
    left: 41%;
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 99;
  }
}

.crf {
  position: relative;
  top: 3px;
  left: 35px;
  font-size: 18px;
}

.arrow-steps .step {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  cursor: default;
  margin: 10px 0 0 3px;
  padding: 10px 10px 10px 30px;
  min-width: 150px;
  float: left;
  white-space: nowrap;
  position: relative;
  background-color: #c7022e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 31px solid transparent;
  border-left: 17px solid #c7022e;
  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:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
  position: relative;
}

.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: #23468c;
}

.arrow-steps .step.current:after {
  border-left: 17px solid #23468c;
}
.btn-hover:hover {
  color: white;
  background-color: #02b6ff;
}
/* -----------------------Countries--------------------------- */

.spinner {
  font-size: 60px;
  margin-top: 15vh;
  color: #02b6ff;
}
.customerPortal .spinner {
  color: #c7022e;
}

#country-type-container {
  margin: 25px auto;
  padding: 5px 0px;
  border: 2px solid rgba(200, 199, 209, 0.4);
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);
  width:440px;
  margin-left:0px;
  height:66px;
}

.customerPortal #country-type-container {
  padding: 0;
}

.country-nav{
  list-style: none;
  display: flex;
  float: left;
  margin: auto;
  padding: 0;
  height: 61px;
}

.country-nav > li > a, .country-nav > li > label{
  color: inherit;
  background-color:inherit;
  padding-bottom:0px;
}

.country-nav > li:hover, .country-nav> li:focus,.country-nav > li > a:hover, .country-nav> li > a:focus,.country-nav > li > label:hover, .country-nav> li > label:focus {
  color: white!important;
  background-color:#c7022e!important;
  cursor: pointer!important;
}

.country-nav > li, .country-nav > li+li{
  padding: 10px 15px 7px 15px;
  height: 100%;
  color: #c7022e;
  width:145px;
}

.country-nav > li > label{
  position: relative;
  bottom: 3px;
}

.nav-pills > li + li {
  margin-left: 0px;
}

.countries-panel {
  border: 2px solid rgba(200, 199, 209, 0.4);
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.05);
}
.row.country-heading {
  margin-top: 20px;
  font-size: 20px;
  text-align:left;
  font-weight:bold;
}
/*.countries-panel .panel-body{
    height:60vh;
    overflow-y:scroll;
  }*/

/*.countries-panel li{
      color:grey;
  }*/

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.search-box-container {
  padding-top: 40px;
}

.nonUsBtn:hover{
  background-color: #c7022e;
  color: white;
}
.nonUsBtn {
  background-color: #1cac78;
  box-shadow: 0px 0px 2px 0px rgba(128,128,128,0.75);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(128,128,128,0.75);
  color: white!important;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  position: relative;
  top:25px; 
}

.search-box {
  width: 100%;
  border: none;
}

.search-box:focus{
  border: none;
}

.search-box[placeholder] {
  text-align: left;
  font-size: 16px;
  color: black !important;
}

.search-box::placeholder{
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #c7022e !important;
}

.search-icon{
  position: relative;
  bottom: 25px;
  left: 10px;
  font-size: 16px;
}
/* -----------------------Countries--------------------------- */

/*---------------------Documents Page --------------------*/
li.list-group-item.documents {
  margin-top: 43px;
  padding: 25px;
  background: #fbf9fa;
  box-shadow: 3px 3px 5px #ccc;
  border-width: 0px 0;
  border: 0px;
  height: 32vh;
  border-left: 4px solid #c7022e !important;
}

li.list-group-item.documents:hover {
  background: #c7022e;

  color: #ffffff !important;

  -webkit-transition: 1s;
  -webkit-transform-style: preserve-3d;

  -moz-transition: 1s;
  -moz-transform-style: preserve-3d;

  -o-transition: 1s;
  -o-transform-style: preserve-3d;

  transition: 1s;
  transform-style: preserve-3d;
}

li.list-group-item.documents > a {
  text-decoration: none;
  font-size: 20px;
  color: #3c3c3c;
}
li.list-group-item.documents:hover > a {
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  transition: 1s;
}

.panel.panel-default.documents {
  border: none;
  box-shadow: none;
}
.description {
  color: black;
}
.highlight-yellow{
  background-color: yellow; 
  color: black;
}
li.list-group-item.documents > .description {
  font-style: italic;
}
.btn.btn-default.documents {
  padding: 4vh;
  text-align: left;
  margin: 5px;
  font-size: 18px;
}
.btn.btn-default.documents.active {
  color: #ffffff;
  background-color: #c7022e;
}

.questions.documents {
  border-left: 4px solid #c7022e;
  box-shadow: 3px 3px 5px #ccc;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 20px;
}
.heading.documents {
  padding: 30px 30px 30px 0px;
  font-weight: bold;
  font-size: 25px;
}

.finish-process {
  padding: 15px;
  font-size: 18px;
  background: #c7022e;
  color: #ffffff;
  font-weight: bold;
}
/*----------------------- Cart Icon ------------------------*/
@import url(https://fonts.googleapis.com/css?family=Comfortaa:300);
.shoppingbasket {
  width: 33px;
  height: 33px;
  border-radius: 3px;
  background-color: #c7022e;
  position: relative;
  font-family: "Comfortaa", cursive;
}
.basketitems {
  color: #fff;
  font-size: 80%;
  background-color: #e74c3c;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -90%);
  -moz-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
  padding: 0 12%;
  border-radius: 1000px;
}
.shoppingbasket .top {
  width: 60%;
  height: 10%;
  border-radius: 1000px;
  background-color: #fff;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.read-unread {
  background-color: #cfb7b0 !important;
}
.collapse.in {
  max-height: fit-content;
  overflow-y: hidden;
}
.modal.open {
 display: block;
}
.modal__header,
.modal__footer {
   height: 50px;
   position: relative;
   width: 100%;
}

.modal__content input{
  width: 95%;
  height: 30px;
  margin-left: 12px;
  margin-bottom: 8px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px 0px #B3B3B3;
  box-shadow: 3px 3px 5px 0px #B3B3B3;
  border: none;
}

.home-btn{
  display: inline-block;    
  position: relative;
  right: 173px;
  bottom: 33px;
  background:#c7022e;
  height: 33px;  
  padding: 6px;
  color: white;
  border-radius: 5px;
  border: none;
}

.home-btn:hover{
  background:black;
}

.faqLink{
  position:absolute;
  right:123px;
  background:#c7022e;
  color:white;
  border: none;
  border-radius: 4px;
  font-size: 22px; 
}

.faqLink > i {
  font-size: 16px;
  position: relative;
  bottom: 3px;
  font-style: normal;
}

.no-msg-found{
  text-align: center;
  font-size: 15px;
  margin: 8px;
}

.msg-container{
  -webkit-box-shadow: 0px 0px 1px 1px #B3B3B3;
  box-shadow: 0px 0px 1px 1px #B3B3B3;
  margin:6px; 
  height:40px; 
  background-color: white;
  border-radius: 5px;
  padding: 2px 0px 2px 0px;
}

.msg-container-ex{
  -webkit-box-shadow: 0px 0px 1px 1px #B3B3B3;
  box-shadow: 0px 0px 1px 1px #B3B3B3;
  margin:6px; 
  height: max-content !important; 
  background-color: white;
  border-radius: 5px;
  padding: 2px 0px 2px 0px;
}

.expand-notification{
  position: fixed!important;
  margin-top: 20%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
  width: 100% !important;
  height: 90% !important;
  box-shadow: 1px 1px 5px 7px #a39f9f !important;
}


.resetBtn{
  font-size:22px;
  position:absolute;
  top:50px;
  cursor:pointer;
  right:-16px;
}

.resetBtn-expanded{
  font-size:22px!important;
  position:absolute!important;
  top:50px!important;
  cursor:pointer!important;
}

.msg-label{
  font-size:11px;
  white-space: nowrap;
  font-weight:bold; 
  font-style: italic;
  margin:0px;
}
.msg-content{
  font-size:14px;
  text-overflow: ellipsis;    
  white-space: nowrap;
  overflow: hidden;
  margin-bottom:-5px;
}
.allBtn{
  position:absolute;
  margin-top:5px; 
  background-color:#ca012d;
  color:white;
}
.allBtn:hover{
  background-color:black;
  color:white;
}

.closeBtn{
  position:absolute;
  top:8px;
  right:10px;
  width:30px;
  height:30px;
  border: none;
  color: white;
  border-radius:5px;
}
.closeBtn:hover{
  background-color:black;
  color:white;
}



.allBtn1{
  position:absolute;
  margin-top:5px; 
  background-color:#0168b3;
  color:white;
}
.faqLink:hover,.allBtn1:hover{
  background-color:black;
  color:white;
}

.shoppingbasket .bottom {
  width: 50%;
  height: 10%;
  border-radius: 1000px;
  background-color: #fff;
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shoppingbasket .left {
  width: 50%;
  height: 10%;
  border-radius: 1000px;
  background-color: #fff;
  position: absolute;
  top: 45%;
  left: 1%;
  -webkit-transform: rotate(80deg);
  -moz-transform: translateX(80deg);
  transform: translateX(80deg);
}
.shoppingbasket .right {
  width: 50%;
  height: 10%;
  border-radius: 1000px;
  background-color: #fff;
  position: absolute;
  top: 45%;
  right: 1%;
  -webkit-transform: rotate(-80deg);
  -moz-transform: translateX(-80deg);
  transform: translateX(-80deg);
}
.modal-msg-2 {
  top: 65px;
  width: 500px;
  z-index: 4;
  right: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  border-radius: 5px;
  background-color: #f5f5ed;
  -webkit-box-shadow: 1px 1px 10px 5px #B3B3B3;
  box-shadow: 1px 5px 10px 3px #B3B3B3;
}

@media screen and (min-width: 1366px) {
  .modal-msg-2 {
    top: 100px;
  }
}
.notifications-2{
  background: #0168b3;
  color: #ffffff;
  font-size: 20px;
  width: 33px;
  height: 33px;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
.notification-1.basketitems-1 {
  color: #fff;
  font-size: 80%;
  background-color: #e74c3c;
  position: absolute;
  top: 20%;
  left: 62%;
  -webkit-transform: translate(-50%, -90%);
  -moz-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
  padding: 0 12%;
  font-size:14px;
  border-radius: 1000px;
}
.customerPortal .notifications {
  background: #c7022e;
  color: #ffffff;
  font-size: 20px;
  width: 33px;
  height: 33px;
  text-align: center;
  right: 82px;
  border-radius: 4px;
  position: absolute;
}
.notification.basketitems {
  color: #fff;
  font-size: 80%;
  background-color: #e74c3c;
  position: absolute;
  top: 20%;
  left: 62%;
  -webkit-transform: translate(-50%, -90%);
  -moz-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
  padding: 0 12%;
  font-size:14px;
  border-radius: 1000px;
}
/* Radio Button*/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #c7022e;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #c7022e;
  border-color: #c7022e;
}

/* Date Style */

.date {
  width: 64px;
  height: 73px;
  background: #fcfcfc;
  background: linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%);
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.date p span {
  background: #c7022e;
  background: linear-gradient(top, #c7022e 0%, #c7022e 100%);
  background: -moz-linear-gradient(top, #c7022e 0%, #c7022e 100%);
  background: -webkit-linear-gradient(top, #c7022e 0%, #c7022e 100%);
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: block;
  border-top: 3px solid #c7022e;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  padding: 6px 0 6px 0;
}
.date p {
  font-family: Helvetica, sans-serif;
  font-size: 23px;
  text-align: center;
  color: #9e9e9e;
}

/*-------------------Card --------------------*/
.svg-flat-alipay {
  background: url("/images/cards/cards.css.svg") 16.666666666666668% 0 no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-flat-amex:before {
  /*background: url("/images/cards/cards.css.svg") 66.66666666666667% 37.29819411652096% no-repeat;
	width: 122px;
	height: 77.16px;
    transition: 0.05s;*/
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  font-size: 28px;
  padding-right: 10px;
  content: "\f1f3";
  transition: 0.05s;
}
.svg-flat-default:before {
  /*background: url("/images/cards/cards.css.svg") 0 12.34520617898634% no-repeat;
	width: 122px;
	height: 77.36px;*/
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  font-size: 28px;
  padding-right: 10px;
  content: "\f09d";
  transition: 0.05s;
}
.svg-flat-diners:before {
  /*background: url("/images/cards/cards.css.svg") 16.666666666666668% 12.34520617898634% no-repeat;
	width: 122px;
	height: 77.36px;
    transition: 0.05s;*/
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  font-size: 28px;
  padding-right: 10px;
  content: "\f24c";
  transition: 0.05s;
}
.svg-flat-discover:before {
  /*background: url("/images/cards/cards.css.svg") 0 24.75836907124112% no-repeat;
	width: 122px;
	height: 79.08px;
    transition: 0.05s;*/
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  font-size: 28px;
  padding-right: 10px;
  content: "\f1f2";
  transition: 0.05s;
}
.svg-flat-elo {
  background: url("/images/cards/cards.css.svg") 16.666666666666668%
    24.69041235797268% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-flat-hipercard {
  background: url("/images/cards/cards.css.svg") 33.333333333333336% 0 no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-flat-jcb:before {
  /*background: url("/images/cards/cards.css.svg") 33.333333333333336% 12.619685944082727% no-repeat;
	width: 122px;
	height: 77.36px;
    transition: 0.05s;*/
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  font-size: 28px;
  padding-right: 10px;
  content: "\f24b";
  transition: 0.05s;
}
.svg-flat-maestro {
  background: url("/images/cards/cards.css.svg") 33.333333333333336%
    24.964892123069067% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-flat-mastercard:before {
  /*background: url("/images/cards/cards.css.svg") 0 37.31009830205541% no-repeat;
	width: 122px;
	height: 77.36px;
    transition: 0.05s;*/
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  font-size: 28px;
  padding-right: 10px;
  content: "\f1f1";
  transition: 0.05s;
}
.svg-flat-paypal {
  background: url("/images/cards/cards.css.svg") 50% 0 no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-flat-security-code {
  background: url("/images/cards/cards.css.svg") 50% 12.619685944082727%
    no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-flat-unionpay {
  background: url("/images/cards/cards.css.svg") 50% 24.964892123069067%
    no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-flat-visa:before {
  /*background: url("/images/cards/cards.css.svg") 50% 37.31009830205541% no-repeat;
	width: 122px;
	height: 77.36px;*/
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  font-size: 28px;
  padding-right: 10px;
  content: "\f1f0";
  transition: 0.05s;
}
.svg-mono-alipay {
  background: url("/images/cards/cards.css.svg") 16.666666666666668%
    37.31009830205541% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-mono-amex {
  background: url("/images/cards/cards.css.svg") 0 49.6679862086579% no-repeat;
  width: 122px;
  height: 77.52px;
  transition: 0.05s;
}
.svg-mono-default {
  background: url("/images/cards/cards.css.svg") 33.333333333333336%
    37.31009830205541% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-mono-diners {
  background: url("/images/cards/cards.css.svg") 16.666666666666668%
    49.65530448104175% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-mono-discover {
  background: url("/images/cards/cards.css.svg") 33.333333333333336%
    49.65530448104175% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-mono-elo {
  background: url("/images/cards/cards.css.svg") 50% 49.65530448104175%
    no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-mono-hipercard {
  background: url("/images/cards/cards.css.svg") 0 62.19676118543174% no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-mono-jcb {
  background: url("/images/cards/cards.css.svg") 16.666666666666668%
    62.026043661432404% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-mono-maestro {
  background: url("/images/cards/cards.css.svg") 33.333333333333336%
    62.026043661432404% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-mono-mastercard {
  background: url("/images/cards/cards.css.svg") 50% 62.026043661432404%
    no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-mono-paypal {
  background: url("/images/cards/cards.css.svg") 66.66666666666667% 0 no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-mono-security-code {
  background: url("/images/cards/cards.css.svg") 66.66666666666667%
    12.619685944082727% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-mono-unionpay {
  background: url("/images/cards/cards.css.svg") 66.66666666666667%
    24.964892123069067% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-mono-visa {
  background: url("/images/cards/cards.css.svg") 0 0 no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-outline-alipay {
  background: url("/images/cards/cards.css.svg") 66.66666666666667%
    49.62338822928636% no-repeat;
  width: 122px;
  height: 77.36px;
  transition: 0.05s;
}
.svg-outline-amex {
  background: url("/images/cards/cards.css.svg") 66.66666666666667%
    62.13915381168791% no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-default {
  background: url("/images/cards/cards.css.svg") 0 74.85118095116175% no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-diners {
  background: url("/images/cards/cards.css.svg") 16.666666666666668%
    74.85118095116175% no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-discover {
  background: url("/images/cards/cards.css.svg") 33.333333333333336%
    74.85118095116175% no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-elo {
  background: url("/images/cards/cards.css.svg") 50% 74.85118095116175%
    no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-hipercard {
  background: url("/images/cards/cards.css.svg") 66.66666666666667%
    74.85118095116175% no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-jcb {
  background: url("/images/cards/cards.css.svg") 83.33333333333333% 0 no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-maestro {
  background: url("/images/cards/cards.css.svg") 83.33333333333333%
    12.654419765730013% no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-mastercard {
  background: url("/images/cards/cards.css.svg") 83.33333333333333%
    25.308839531460027% no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-paypal {
  background: url("/images/cards/cards.css.svg") 83.33333333333333%
    37.96325929719004% no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-security-code {
  background: url("/images/cards/cards.css.svg") 83.33333333333333%
    50.617679062920054% no-repeat;
  width: 122px;
  height: 79.08px;
  transition: 0.05s;
}
.svg-outline-unionpay {
  background: url("/images/cards/cards.css.svg") 83.33333333333333%
    63.098429720413634% no-repeat;
  width: 122px;
  height: 77.36px;
}
.svg-outline-visa {
  background: url("/images/cards/cards.css.svg") 0 87.50560071689176% no-repeat;
  width: 122px;
  height: 79.08px;
}
.svg-single-alipay {
  background: url("/images/cards/cards.css.svg") 16.666666666666668%
    87.26541554959786% no-repeat;
  width: 122px;
  height: 77.36px;
}
.svg-single-amex {
  background: url("/images/cards/cards.css.svg") 33.333333333333336%
    87.23757258630592% no-repeat;
  width: 122px;
  height: 77.16px;
}
.svg-single-diners {
  background: url("/images/cards/cards.css.svg") 0 99.8851014936806% no-repeat;
  width: 122px;
  height: 77.36px;
}
.svg-single-discover {
  background: url("/images/cards/cards.css.svg") 100% 0 no-repeat;
  width: 122px;
  height: 79.08px;
}
.svg-single-elo {
  background: url("/images/cards/cards.css.svg") 100% 12.619685944082727%
    no-repeat;
  width: 122px;
  height: 77.36px;
}
.svg-single-hipercard {
  background: url("/images/cards/cards.css.svg") 100% 25.033604301350575%
    no-repeat;
  width: 122px;
  height: 79.08px;
}
.svg-single-jcb {
  background: url("/images/cards/cards.css.svg") 100% 37.584578067151796%
    no-repeat;
  width: 122px;
  height: 77.36px;
}
.svg-single-maestro {
  background: url("/images/cards/cards.css.svg") 100% 49.929784246138134%
    no-repeat;
  width: 122px;
  height: 77.36px;
}
.svg-single-mastercard {
  background: url("/images/cards/cards.css.svg") 100% 62.27499042512447%
    no-repeat;
  width: 122px;
  height: 77.36px;
}
.svg-single-paypal {
  background: url("/images/cards/cards.css.svg") 100% 74.82557767394226%
    no-repeat;
  width: 122px;
  height: 79.08px;
}
.svg-single-unionpay {
  background: url("/images/cards/cards.css.svg") 100% 87.23988254819355%
    no-repeat;
  width: 122px;
  height: 77.36px;
}
.svg-single-visa {
  background: url("/images/cards/cards.css.svg") 100% 99.5850887271799%
    no-repeat;
  width: 122px;
  height: 77.36px;
}

/*--------------Cards------------------*/

.switchItem {
  position: absolute;
  display: block;
  background: #ffffff;
  height: 500px;
  width: 100%;
}
/*The transition is added when the switch item is about to enter or about to leave DOM*/
.switchItem.ng-enter,
.switchItem.ng-leave {
  -webkit-transition: 500ms linear all;
  -moz-transition: 500ms linear all;
  -ms-transition: 500ms linear all;
  -o-transition: 500ms linear all;
  transition: 500ms linear all;
}

/* When the element is about to enter DOM*/
.switchItem.ng-enter {
  left: 100%;
  z-index: 999;
}

/* When the element completes the enter transition */
.switchItem.ng-enter-active {
  left: 0;
}
/* When the element is about to leave DOM*/
.switchItem.ng-leave {
  left: 0;
}
/*When the element end the leave transition*/
.switchItem.ng-leave-active {
  left: -100%;
}

#css1,
#css2 {
  width: 22px;
  height: 22px;
  display: block;
  right: 10px;
  position: relative;
}
.alignText{
  display: inline;
  margin-left:60px ;
  padding: 10px;
  width: 80%;
}
.option-text {
  font-size: 16px;
  top: 2px;
  position: absolute;
  margin-left: 12px;
}
.subText {
  font-size: 15px;
  font-style: italic;
  margin: 0px 0px 0px 11px;
}
.opt-1:before {
  content: "Originals";
  font-weight: bold;
  margin-left: 5px;
}
.opt-2:before {
  content: "Photocopies";
  font-weight: bold;
  margin-left: 5px;
}

.subject-box {
  padding: 10px;
  background-color: #cccccc;
  color: #333333;
  font-size: 18px;
  margin-bottom: 15px;
  border-radius: 3px;
  box-shadow: 0 6px 10px -5px rgba(0, 0, 0, 0.19);
}
.customerPortal .subject-box {
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid #a1a1a1;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

a:hover {
  cursor: pointer;
}

.notification-bold {
  font-weight: bold;
  font-size: 20px;
}
.arrow-right {
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 20px solid #f5f5ed;
  bottom: 9px;
  position: relative;
}
.customerPortal .arrow-right {
  border-left: 20px solid #c7022e;
  bottom: 10px;
}
.arrow-left {
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 20px solid #c7022e;
  bottom: 10px;
  position: relative;
}
.site-footer .tm-skincolor, .tm-skincolo-strong .tm-element-heading-wrapper .tm-custom-heading strong, .tm-custom-heading.tm-skincolo-strong strong, .vc_row .tm-skincolor, .tm-row .tm-skincolor, .tm-skincolor, body .tm-vc_cta3-content-header h4.tm-skincolor-heading, .tm-skincolor-link a, span.tm-skincolor a {
  color: #cb0230 !important;
  margin-right: 5px;
}

.tm-list.tm-list-style-icon{
  position: absolute;
  left: 5px;
  top: 5px;
}
.document-categories {
  padding: 60px;
  border-left: 5px solid #c7022e;
  border-right: 5px solid transparent;
  height: 580px;
  box-shadow: 2px 2px 2px #cccccc;
  margin-top: 20px;
}
.document-categories div{
  font-size: 15px;
  list-style: none;
  color: #777777;
  font-weight: bold;
}
.document-categories.description {
  color: #777777;
}
.document-categories a {
  color: #777777;
  font-size: 20px;
}
.document-categories:hover {
  color: #ffffff;
  background-color: #777777;
}
.document-categories:hover .description {
  color: #fff;
}

.document-categories:hover div {
  color: #fff;
}
.document-categories a:hover {
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
}

@media screen and (min-device-aspect-ratio: 4/3) {
  .document-categories {
    padding: 18px;
    font-size: 11px;
  }
}

@media screen and (min-device-aspect-ratio: 16/10) {
  .document-categories {
    padding: 18px;
    font-size: 11px;
  }
}

@media screen and (min-device-aspect-ratio: 16/9) {
  .document-categories {
    padding: 18px;
    font-size: 11px;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #c7022e;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}
.yellowColor {
  background-color:#ca9560 !important;
}
.greenColor {
  background-color:#77d259 !important;
}
.tableColor {
  background-color: #3163a0 !important;
  color: #ffffff;
}
.tableColor a {
  color: #ffffff;
}

.yellowColor a{
  color:white;
}
.rightContentWrapper {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.rightContentWrapper .table {
  width: 100%;
}
.rightContentWrapper th {
  background: #868585;
  color: #fff;
}
.paymentSummaryWrapper .paymentText {
  display: inline-block;
  vertical-align: top;
  max-width: 80%;
  margin-left: 10px;
}
.paymentSuccessInvoices {
  margin-top: 70px;
}
.paymentSuccessInvoices h3 {
  line-height: 33px;
}
.usersWrapper .panel-default > .panel-heading {
  background: #868585;
}
.profileWrapper .panel-default > .panel-heading {
  color: #ffffff;
  background-color: #868585;
  border-color: #868585;
}

.profileWrapper .panel-info > .panel-heading {
  color: #ffffff;
  background-color: #c7022e;
  border-color: #c7022e;
}
.orderWrapper .panel-default > .panel-heading {
  background: #757575;
}
.orderWrapper .panel-default > .panel-heading .grey,
.profileWrapper .panel-info > .panel-heading .grey {
  color: #fff;
}
.panel-info {
  border-color: #dfe3e6;
}

.panel-title a,
.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus {
  color: #fff;
}
accordion .panel-default > .panel-heading:hover {
  background: #000;
}
.btn-dark {
  background: #000;
  color: #fff;
}
.btn-dark:hover {
  background: #c8002e;
  color: #fff;
}
accordion .btn-success {
  background: #c7022e;
  border: 1px solid #c7022e;
}
accordion .btn-success:hover,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled]:hover .btn {
  background: #000;
  border: 1px solid #000;
}
.customerPortal .orderSummary .grey {
  color: #757575;
}
.customerPortal .spinnerWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 0;
  text-align: center;
  z-index: 9999999;
}
.customerPortal .questionWrapper {
  border: 1px solid #ddd;
  width: 90%;
  margin: 50px auto 0;
  float: none;
  border-radius: 5px;
  padding-bottom: 30px;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.5);
}
.customerPortal .questionInfo {
  margin-bottom: 20px;
}
.tooltipText {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  font-size: 14px;
  width: 700px;
  top: -48px;
  left: 26px;
  z-index: 10000;
  text-align: left;
  border-radius: 5px;
  padding: 10px;
}
.tooltipText:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  position: absolute;
  top: 50px;
  left: -10px;
}
.tooltipWrapper {
  background: rgba(0, 0, 0, 0.9);
  border: none;
  border-radius: 50%;
  line-height: 20px;
  width: 20px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  margin-left: 10px;
}
.tooltipWrapper span {
  width: 15px;
  height: 15px;
  line-height: 11px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}

.trackerWrapper-exp {
  text-align: center;
  padding: 0;
  display: inline-flex;
  padding: 30px 0;
  border: 1px solid #eee;
  justify-content: center;
}
.trackerWrapper-exp li {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  position: relative;
  width: 125px;
}
.trackerWrapper-exp li a,
.trackerWrapper-exp li span {
  display: block;
}
.trackerWrapper-exp li .info,
.trackerWrapper-exp li .circle {
  
}
.trackerWrapper-exp li .info {
  min-height: 38px;
  font-size: 12px;
}
.stopNames {
  line-height: 38px;
  color:black;
}
.trackerWrapper-exp li .red {
  color: red;
  text-decoration: line-through;
  display:block;
}
.trackerWrapper-exp li .info:last-child {
  margin-bottom: 0;
}
.gray .circle,
ul.trackerWrapper-exp .gray:before {
  background: #949494;
}
.gray {
  color: black;
}
.trackerWrapper-exp .circle input + label {
  cursor: pointer;
}
.trackerWrapper-exp .circle input:disabled + label {
  cursor: not-allowed;
}
.trackerWrapper-exp .circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 2;
  top: 2px;
  font-size: 10px;
  box-shadow: inset -4px 1px 6px rgba(0, 0, 0, 0.3);
}
.trackerWrapper-exp .circle:hover .trackingActionWrapper {
  display: block;
}
.green .circle,
ul.trackerWrapper-exp .green:before {
  background: #12b507;
}
.orange .circle,
ul.trackerWrapper-exp .orange:before {
  background: #ff7600;
}
.orange {
  color: #ff7600;
}
ul.trackerWrapper-exp .green50:before {
  background: #12b507; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #12b507 50%,
    #949494 51%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #12b507 50%,
    #949494 51%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #12b507 50%,
    #949494 51%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b507', endColorstr='#949494',GradientType=1 ); /* IE6-9 */
}
ul.trackerWrapper-exp .green100:before {
  background: #12b507;
}
.green {
  color: #12b507;
}
ul.trackerWrapper-exp li:before {
  display: inline-block;
  content: "";
  /* border: 2px solid #b0b0b0; */
  height: 10px;
  width: 100%;
  position: absolute;
  box-shadow: inset 0px 1px 9px rgba(0, 0, 0, 0.4);
  top: 72px;
  z-index: 0;
  left: -61%;
}
.trackerWrapper-exp li:first-child:before {
  display: none;
}

.trackerWrapper-exp .info div {
  display: inline-grid;;
}

.trackerWrapper {
  text-align: center;
  padding: 0;
  display: inline-flex;
  padding: 30px 0;
  border: 1px solid #eee;
  justify-content: center;
}
.trackerWrapper li {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  position: relative;
  width: 138px;
}
.trackerWrapper li a,
.trackerWrapper li span {
  display: block;
}
.trackerWrapper li .info,
.trackerWrapper li .circle {
  margin-bottom: 5px;
}
.trackerWrapper li .info {
  min-height: 38px;
  font-size: 12px;
}
.stopNames {
  line-height: 38px;
  color:black;
}
.trackerWrapper li .red {
  color: red;
  text-decoration: line-through;
}
.trackerWrapper li .info:last-child {
  margin-bottom: 0;
}
.gray .circle,
ul.trackerWrapper .gray:before {
  background: #949494;
}
.gray {
  color: #949494;
}
.trackerWrapper .circle input + label {
  cursor: pointer;
}
.trackerWrapper .circle input:disabled + label {
  cursor: not-allowed;
}
.trackerWrapper .circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 10px;
  box-shadow: inset -4px 1px 6px rgba(0, 0, 0, 0.3);
}
.trackerWrapper .circle:hover .trackingActionWrapper {
  display: block;
}
.green .circle,
ul.trackerWrapper .green:before {
  background: #12b507;
}
.orange .circle,
ul.trackerWrapper .orange:before {
  background: #ff7600;
}
.orange {
  color: #ff7600;
}
ul.trackerWrapper .green50:before {
  background: #12b507; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #12b507 50%,
    #949494 51%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #12b507 50%,
    #949494 51%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #12b507 50%,
    #949494 51%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12b507', endColorstr='#949494',GradientType=1 ); /* IE6-9 */
}
ul.trackerWrapper .green100:before {
  background: #12b507;
}
.green {
  color: #12b507;
}
ul.trackerWrapper li:before {
  display: inline-block;
  content: "";
  /* border: 2px solid #b0b0b0; */
  height: 10px;
  width: 100%;
  position: absolute;
  box-shadow: inset 0px 1px 9px rgba(0, 0, 0, 0.4);
  top: 72px;
  z-index: 0;
  left: -61%;
}
.trackerWrapper li:first-child:before {
  display: none;
}
#relatedDocuments .styleInput,
.styleInput {
  border-radius: 50px;
  float: right;
  margin-right: 10px;
  border-width: 1px;
  padding-left: 10px;
  box-shadow: 2px 1px 8px -1px rgba(0, 0, 0, 0.3);
  height: 30px;
  line-height: 30px;
  box-shadow: inset 0px 0px 12px -5px rgba(0, 0, 0, 0.5);
  border: 1px solid #ddd;
}
#relatedDocuments .styleInput:focus,
.styleInput:focus {
  outline: none;
  box-shadow: inset 0px 0px 10px -4px #5bc0de;
}
.trackingActionWrapper {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  padding-bottom: 5px;
  margin: 0 auto;
  top: -20px;
  z-index: 7;
  display: none;
  left: 50%;
  width: 110px;
  transform: translate(-50%, -50%);
}
.info .prev,
.info .next {
  background: #12b507;
  border: none;
  font-size: 22px;
  padding: 0;
  line-height: 20px;
  color: #fff;
  padding: 0 5px;
  margin-left: 7px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.prev.fa-caret-left:before {
  margin-right: 3px;
}
.next.fa-caret-right {
  font-size: 22px;
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  margin-left: 1px;
  display: inline-block;
}
.next.fa-caret-right:before {
  margin-left: 3px;
}
.info .prev {
  margin: 0 7px 0 0;
}
.trackingActionWrapper .fa-times {
  font-size: 16px;
}
.trackingActionWrapper:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
}
.docStop-move {
  position: relative;
  top: 26px;
}
.docStop-move.docStop-move-active {
  transition: all 0.5s ease;
  top: 0;
}
.docStop-move + div {
  /* cannot have transition on this element */ /* transition: all 1s ease; */
  position: relative;
  top: -26px;
}

.docStop-move.docStop-move-active + div {
  transition: all 0.5s ease;
  position: relative;
  top: 0;
}
.docStop-enter {
  position: relative;
  opacity: 0;
  height: 0;
  left: 100px;
}
.docStop-enter.docStop-enter-active {
  transition: all 0.5s ease;
  opacity: 1;

  left: 0;
  height: 26px;
}
.docStop-leave {
  position: relative;
  opacity: 1;
  left: 0;
  height: 26px;
  z-index: -100;
}
.docStop-leave.docStop-leave-active {
  transition: all 0.5s ease;
  opacity: 0;
  left: 100px;
  height: 0;
  top: -13px;
}
input[type="checkbox"] + label.stopState:before,
input[type="checkbox"] + label.stopState:after {
  display: none;
}

.stopState {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}
.stopState.outOfState {
  background-image: url(/images/shippingLabelYellow.png);
}
.stopState.labelGenerated {
  background-image: url(/images/shippingLabelGreen.png);
}
.green .stopState.outOfState {
  background-image: url(/images/shippingLabelWhite.png);
}
#priceDetails h4 {
  font-size: 16px;
}
h4 .price {
  text-align: right;
}
.stopAddresspanel label {
  font-size: 18px;
  margin: 0;
  vertical-align: middle;
}
.stopAddresspanel input[type="radio"] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 0;
}
.stopAddresspanel {
  margin-bottom: 15px;
}
.stopAddresspanel .btn {
  margin-right: 15px;
}
.stopAddresspanel textarea {
  height: 100px;
}
.newStopsWrapper select {
  height: 30px;
}

.setAddress{
  font-size:12px;
  padding-left:5px
}

.setAddress:hover{
color: seagreen;
}
.saveNumber{
  color: white;
   background-color: #c7022e;
   padding: 6px 20px;
}
.saveNumber:hover{
  background-color: black;
  }

.accordionBtn {
  border-radius: 5px;
  margin-right: 10px;
}

.orderTableHead {
  background: #f7f8f8 !important; 
  color: #000 !important;
}

.orderAccordions .panel-group {
  margin-bottom: 5px !important;
}
