.CTT-export__status {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
}
.CTT-settings__key {
  min-width: 350px;
}
@font-face {
  font-family: "CTT-icons";
  src:
    url("./fonts/CTT.eot?v=2") format("embedded-opentype"),
    url("./fonts/CTT.ttf?v=2") format("truetype"),
    url("./fonts/CTT.woff?v=2") format("woff"),
    url("./fonts/CTT.svg?v=2") format("svg");
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.CTT-ib {
  display: inline-block;
}
.CTT-exclude-class {
  padding: 0 10px;
}
.CTT-icon {
  display: inline-block;
}
.CTT-icon::before {
  display: inline-block;
  font-family: CTT-icons;
  font-size: 25px;
}
.CTT-icon-success::before {
  content: "\e905";
  color: #27ae60;
}
.CTT-icon-not-exported::before {
  content: "\e906";
  color: #f39c12;
}
.CTT-icon-error::before {
  content: "\e904";
  color: #e74c3c;
}
.CTT-icon-test-successful::before {
  content: "\e905";
  color: #80e0a7;
}
.CTT-icon-print-notprinted::before {
  content: "\e903";
  color: #f39c12;
}
.CTT-icon-print-printed::before {
  content: "\e902";
  color: #27ae60;
}
.CTT-icon-print-error::before {
  content: "\e901";
  color: #e74c3c;
}
.CTT-btn-label-print {
  min-height: auto !important;
  line-height: 1rem !important;
  padding: 4px 3px 2px 4px !important;
}
.CTT-btn-label-print::before {
  content: "\e903";
  font-size: 20px;
}
.CTT-message-large {
  min-width: 300px;
}
.CTT-list {
  margin-top: 15px;
  margin-left: 0;
}
.CTT-tooltip__inner {
  display: inline-block;
  padding: 10px 20px;
}
.CTT-tooltip-wrapper {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  vertical-align: top;
}
.CTT-tooltip-message {
  display: inline-block;
  position: absolute;
  visibility: hidden;
  z-index: 9999;
  background: #ececec;
  border: solid thin #ececec;
  box-shadow: 0px 3px 6.51px 0.49px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.CTT-tooltip-message__arrow {
  border-style: solid;
  position: absolute;
  z-index: 9999;
  margin: -10px;
}
.CTT-tooltip-message[x-placement^="left"] .CTT-tooltip-message__arrow {
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #ececec;
  right: -10px;
  top: calc(50% - 10px);
  margin-left: 0;
  margin-right: 0;
}
.CTT-status-list {
  margin-bottom: 30px;
  margin-top: 20px;
}
.CTT-status-list li {
  display: inline-block;
  width: 280px;
  margin-bottom: 20px;
}
.CTT-status-select {
  float: none;
}
.CTT-export-btn {
  background-color: transparent;
}
.CTT-export-btn.CTT::before {
  font-family: "CTT-icons";
  content: "\e900";
  background-size: 100%;
  position: relative;
  left: -5px;
  top: 0px;
}
.CTT-btn-print-label {
  background-color: transparent;
}
.CTT-btn-print-label::before {
  font-family: "CTT-icons";
  content: "\e903";
  background-size: 100%;
  position: relative;
  left: -5px;
  top: 0px;
}
.CTT-settings__section {
  margin: 40px 0;
}
.CTT-settings__field {
  margin-bottom: 15px;
}
.CTT-settings__label {
  display: inline-block;
  min-width: 115px;
  text-align: right;
  margin-right: 10px;
  vertical-align: top;
}
.CTT-settings__label::after {
  content: ":";
}
.CTT-settings__key {
  width: 300px;
}
.CTT-settings__maps_key {
  min-width: 345px;
}
.CTT-settings__checkbox-group {
  display: block;
  padding: 15px 10px;
}
.CTT-checkbox {
  display: inline-block;
  margin-right: 20px;
}
.CTT-warning {
  white-space: nowrap;
  display: block;
}
.CTT__carrier-options {
  display: none;
}
.CTT__carrier-options.active {
  display: inline-block;
}
.CTT-errors {
  color: red;
  padding: 20px 0;
}
.CTT-account-btn {
  background-color: #f2a900;
}
.CTT-loader-wrapper {
  display: inline-block;
  width: 400px;
  min-height: 200px;
  text-align: center;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 50%;
  top: calc(50% - 150px);
  left: 50%;
  left: calc(50% - 200px);
  z-index: 99999;
  padding-bottom: 40px;
  font-size: 1rem;
}
.CTT-loader {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 40px auto;
}
.CTT-loader div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fdbc3b;
  animation: CTT-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.CTT-loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.CTT-loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.CTT-loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes CTT-loader {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}
.CTT-tooltip-wrapper:hover .CTT-tooltip-message {
  visibility: visible;
}
.column-CTT_status {
  text-align: center !important;
}
.wbs-CTToptions {
  background: whitesmoke;
  padding: 20px;
  margin-bottom: 20px;
}
.wbs-CTT-option {
  margin-right: 20px;
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}

#CTT-settings {
  font-size: 12px;
  width: calc(100% - 15px);
}

#CTT-settings .submit {
  text-align: center;
}

#CTT-banner {
  background-color: #df0024;
  text-align: center;
  padding: 20px 0;
  color: white !important;
}

.CTT-banner--inner {
  display: flex;
  width: 600px;
  margin: auto;
  justify-content: space-between;
  color: black;
  font-size: 12px;
  align-items: center;
}
.CTT-banner--inner img {
  width: 120px;
  height: 60px;
}

.CTT-banner--inner span {
  color: black;
}

.CTT-banner--inner a {
  color: black;
}

.CTT-tabs {
  background-color: white;
  text-align: center;
  border: solid 1px #979797;
  padding-top: 30px;
  display: block;
}

.CTT-tabs--tab {
  float: none;
  background-color: white;
  display: inline-block;
  width: 105px;
  padding-bottom: 15px;
  border: none;
  border-bottom: solid 4px white;
  font-weight: bold;
  cursor: pointer;
}

.CTT-tabs--tab.nav-tab-active {
  background-color: white;
  color: #df0024;
  border-bottom: solid 4px #df0024;
}

.CTT-accordion {
  display: block;
  width: 610px;
  margin: 18px auto;
  background-color: white;
  border: solid 1px #b7b7b7;
}

.CTT-accordion p {
  font-size: 12px;
}

.CTT-accordion--title {
  display: flex;
  padding: 18px 15px 12px 15px;
  justify-content: space-between;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}

.CTT-accordion--icon-close {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon-expand.svg");
  background-position: center center;
  background-size: cover;
}

.CTT-accordion.open .CTT-accordion--icon-close {
  background-image: url("../images/icon-collapse.svg");
}

.CTT-accordion.open .CTT-accordion--inner {
  display: block;
}

.CTT-accordion--inner {
  display: none;
  padding: 5px 35px 35px 35px;
}

input#submit.button.button-primary {
  background: #df0024 !important;
  color: white;
}

.CTT-input-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 20px;
}

input[type="text"].CTT-input {
  display: inline-block;
  width: 370px;
}

.CTT-label {
  font-weight: bold;
  cursor: default;
}

.CTT-flex-space-between {
  display: flex;
  justify-content: space-between;
}

.CTT-status-list {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}

.CTT-status-list li {
  margin-bottom: 15px;
}

.CTT-status-list .CTT-icon {
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.CTT-export-btn {
  background-color: #df0024 !important;
  color: white !important;
  border: 1px solid #df0024 !important;
}

.CTT-export-btn:hover {
  background-color: #df0024 !important;
  color: white !important;
  border: 1px solid #df0024 !important;
}

/*.CTT-btn-label-print {
    background-color: transparent; !important;
    border-color: #DF0024 !important;
}

.CTT-btn-label-print:before {
    color: #DF0024;
}*/
