body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* fonts used */
p {
  margin: 0px;
  padding: 0px;
}
@font-face {
  font-family: "amadeusregular";
  src: url("fonts/amadeus-regular-web.eot");
  src: url("fonts/amadeus-regular-web.eot?#iefix") format("embedded-opentype"),
    url("fonts/amadeus-regular-web.woff") format("woff"),
    url("fonts/amadeus-regular-web.ttf") format("truetype"),
    url("fonts/amadeus-regular-web.svg#amadeusregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "amadeusbold";
  src: url("fonts/amadeus-bold-web.eot");
  src: url("fonts/amadeus-bold-web.eot?#iefix") format("embedded-opentype"),
    url("fonts/amadeus-bold-web.woff") format("woff"),
    url("fonts/amadeus-bold-web.ttf") format("truetype"),
    url("fonts/amadeus-bold-web.svg#amadeusbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "amadeusbold_italic";
  src: url("fonts/amadeus-bolditalic-web.eot");
  src: url("fonts/amadeus-bolditalic-web.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/amadeus-bolditalic-web.woff") format("woff"),
    url("fonts/amadeus-bolditalic-web.ttf") format("truetype"),
    url("fonts/amadeus-bolditalic-web.svg#amadeusbold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "amadeusitalic";
  src: url("fonts/amadeus-italic-web.eot");
  src: url("fonts/amadeus-italic-web.eot?#iefix") format("embedded-opentype"),
    url("fonts/amadeus-italic-web.woff") format("woff"),
    url("fonts/amadeus-italic-web.ttf") format("truetype"),
    url("fonts/amadeus-italic-web.svg#amadeusitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Webfont: Amadeus-Light */
@font-face {
  font-family: "AmadeusLight";
  src: url("fonts/Amadeus-Light.eot"); /* IE9 Compat Modes */
  src: url("fonts/Amadeus-Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Amadeus-Light.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Amadeus-Light.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("fonts/Amadeus-Light.svg#Amadeus-Light")
      format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
}
/* Webfont: Amadeus-LightItalic */
@font-face {
  font-family: "AmadeusLight";
  src: url("Amadeus-LightItalic.eot"); /* IE9 Compat Modes */
  src: url("Amadeus-LightItalic.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("Amadeus-LightItalic.woff") format("woff"),
    /* Modern Browsers */ url("Amadeus-LightItalic.ttf") format("truetype"),
    /* Safari, Android, iOS */
      url("Amadeus-LightItalic.svg#Amadeus-LightItalic") format("svg"); /* Legacy iOS */
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "amadeusthin";
  src: url("fonts/amadeus-thin-web.eot");
  src: url("fonts/amadeus-thin-web.eot?#iefix") format("embedded-opentype"),
    url("fonts/amadeus-thin-web.woff") format("woff"),
    url("fonts/amadeus-thin-web.ttf") format("truetype"),
    url("fonts/amadeus-thin-web.svg#amadeusthin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "amadeusthin_italic";
  src: url("fonts/amadeus-thinitalic-web.eot");
  src: url("fonts/amadeus-thinitalic-web.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/amadeus-thinitalic-web.woff") format("woff"),
    url("fonts/amadeus-thinitalic-web.ttf") format("truetype"),
    url("fonts/amadeus-thinitalic-web.svg#amadeusthin_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Zapf Dingbats";
  src: url("fonts/ZapfDingbatsITC.eot");
  src: url("fonts/ZapfDingbatsITC.eot?#iefix") format("embedded-opentype"),
    url("fonts/ZapfDingbatsITC.woff2") format("woff2"),
    url("fonts/ZapfDingbatsITC.woff") format("woff"),
    url("fonts/ZapfDingbatsITC.ttf") format("truetype"),
    url("fonts/ZapfDingbatsITC.svg#ZapfDingbatsITC") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* fonts used */

.wrapper {
  width: 100%;
  font-family: "amadeusthin";
  font-weight: 100;
  color: #393939;
}
.home_page {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/second-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #393939;
}
.wrapper_container {
  width: 90%;
  margin: 0px auto;
}
.login_section {
  position: absolute;
  top: 5%;
  right: 2%;
  color: #ffffff;
}
.login_section p {
  margin: 0px;
}
.login_section span {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  margin-right: 20px;
  display: inline;
  float: left;
}
::placeholder {
  color: #80aedb;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #80aedb;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #80aedb;
}
.login_section input {
  float: left;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #005eb8;
  color: #ffffff !important;
  background-color: #005eb8;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
}
.login_section span img {
  width: 22px;
  cursor: pointer;
}

.home_amadeus_logo {
  text-align: center;
}

.home_content_section {
  padding-top: 100px;
}
.home_content_section .amadeus_logo {
  width: 200px;
}
.home_content_section h1 {
  text-align: center;
  color: #ffffff;
  font-size: 60px;
  line-height: 90px;
  font-family: "amadeusthin";
  font-weight: 100;
  margin-top: 3%;
}
.three_col_sec {
  width: 100%;
  margin-top: 15%;
  display: flex;
  justify-content: space-between;
}
.three_col_sec .three_col {
  width: 25%;
}

.three_col_sec .three_col a {
  background: #005eb8;
  display: inline-block;
  padding: 5% 10%;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  font-size: 20px;
  width: 100%;
  max-width: 70%;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.32);
}
.inner_page {
  width: 100%;
  background: url(../images/second-bg.jpg) no-repeat top center;
  color: #393939;
  position: relative;
  background-size: cover;
}
.wrapper_container_inner {
  width: 100%;
  margin: auto;
}

.top_content_section {
  padding: 30px 30px;
}
.innerpage_content_section .amadeus_logo {
  width: 150px;
}
.innerpage_content_section .top_content_section h1 {
  color: #ffffff;
  font-family: "amadeusthin";
  font-weight: 100;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}

.top_content_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_content_section > a {
  margin-right: 40px;
}

.roadmap_list {
  padding: 10px 0px 30px;
  width: 100%;
}
ul.roadmap-nav {
  margin: 0px;
  padding: 0px;
  flex: 1;
  text-align: right;
}
ul.roadmap-nav li {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  margin-right: 30px;
  position: relative;
}

ul.roadmap-nav li.active {
  border-bottom: 1px solid currentColor;
  line-height: 0.8;
}

ul.roadmap-nav li a {
  text-decoration: none;
  color: #ffffff;
}

.roadmap_section {
  width: 100%;
  background: white;
  padding: 1% 30px;
  font-family: "amadeusregular";
  box-sizing: border-box;
}
h1.roadmap-title {
  color: #005eb8;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 1%;
  font-family: "amadeusregular";
}

.sub-nav {
  margin-bottom: 20px;
  float: left;
}
.sub-nav a {
  text-decoration: none;
  color: #ffffff;
  margin: 0px 30px 0 0;
  padding: 5px 0px;
  font-size: 25px;
  line-height: 32px;
  border-bottom: 1px solid transparent;
}
.sub-nav a.active {
  border-bottom: 1px solid #fff;
}
.chart-info {
  cursor: pointer;
  position: relative;
}
.chart-info .chart-bar {
  height: 25px;
  width: 150px;
  border-radius: 5.5px;
  margin: 0px auto;
  margin-top: 5px;
  position: relative;
}

.chart-info .chart-bar {
  background: #00a9e0;
}

.chart-info .chart-bar.cat-1 {
  background: #00a34e;
}

.chart-info .chart-bar.cat-3 {
  background: #9bcaeb;
}

.chart-info .chart-bar.cat-4 {
  background: #005eb8;
}

.chart-info .chart-bar .chart-hidden-text {
  display: block;
  opacity: 0;
  color: #eeeeee;
  font-size: 10px;
  line-height: 15px;
  padding: 1px 40px;
}
.chart-info .chart-bar .left-circle-sm {
  width: 10px;
  height: 10px;
  position: absolute;
  left: -5px;
  top: -4px;
  background: #005eb8;
  border: 2px solid #005eb8;
  border-radius: 50%;
}
.chart-info .chart-bar .right-circle-sm {
  width: 10px;
  height: 10px;
  position: absolute;
  right: -5px;
  top: -4px;
  background: #005eb8;
  border: 2px solid #005eb8;
  border-radius: 50%;
}
.chart-info .chart-bar.bar_delivered .right-circle-sm,
.chart-info .chart-bar.bar_delivered .left-circle-sm {
  background: #00a34e;
  border: 2px solid #00a34e;
}

.chart-info:hover .chart-bar.bar_delivered .left-circle-sm {
  background: #ffffff;
}
.chart-info:hover .chart-bar.bar_delivered .right-circle-sm {
  background: #ffffff;
}
.chart-info .chart-bar .left-circle-sm-active,
.chart-info .chart-bar .right-circle-sm-active {
  -webkit-animation: circle-act 1s infinite; /* Chrome, Safari, Opera */
  -moz-animation: circle-act 1s infinite;
  -o-animation: circle-act 1s infinite;
  animation: circle-act 1s infinite;
  background: #ffffff;
}
.chart-info .chart-bar.bar_delivered .left-circle-sm-active,
.chart-info .chart-bar.bar_delivered .right-circle-sm-active {
  -webkit-animation: circle-act 1s infinite; /* Chrome, Safari, Opera */
  -moz-animation: circle-act 1s infinite;
  -o-animation: circle-act 1s infinite;
  animation: circle-act 1s infinite;
  background: #ffffff;
}

.chart-bar span,
.chart-bar i {
  color: white;
}

.chart-bar span.icon-wrapper {
  background-color: white;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 26px;
  width: 26px;
  position: absolute;
  left: -5px;
  top: -1px;
}

.chart-bar span.icon-wrapper i {
  color: #005eb8;
  font-size: 30px;
  position: relative;
  left: -2px;
  top: -2px;
}

.chart-bar i[class^="feather-"]:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.chart-bar .pull-right {
  position: absolute;
  top: 3px;
  right: 5px;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes circle-act {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* Standard syntax */
@-webkit-keyframes circle-act {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.chart-info:hover .chart-hidden-text {
  opacity: 1;
}
.chart-info:hover .left-circle-sm {
  background: #ffffff;
}
.chart-info:hover .right-circle-sm {
  background: #ffffff;
}

@media (max-width: 767px) {
  .home_page {
    width: 100%;
    height: auto;
    position: relative;
    background: url(../images/second-bg.jpg) no-repeat top center;
    background-size: auto 120%;
    color: #393939;
    padding: 50px 0px 100px;
  }
  .home_content_section {
    padding-top: 0px;
  }
  .three_col_sec .three_col {
    width: 100%;
    margin: 0%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .three_col_sec {
    margin-top: 0%;
  }
  .three_col_sec .three_col p {
    margin: 2% 0px 0%;
  }
  .three_col_sec .three_col {
    margin-bottom: 70px;
  }
  .login_section {
    position: relative;
    top: 0%;
    right: 0%;
    color: #ffffff;
    margin: 0px 30px 80px;
  }
  .login_section input {
    width: 75px;
  }
  .top_content_section {
    padding: 0px 30px;
  }
  .innerpage_content_section h1 {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .roadmap_list ul li {
    float: left;
    font-size: 22px;
  }
  .login_section span {
    font-size: 18px;
    line-height: 22px;
    margin-right: 10px;
  }
  .scrollbar-light > .scroll-element.scroll-x .scroll-bar span {
    margin-right: 0px;
  }
  .sub-nav a {
    display: block;
    margin: 10px 0px 0px 30px;
  }
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* controls */
.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.controls .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.controls .right {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.controls .right span {
  font-size: 14px;
  width: 175px;
  margin-right: 20px;
  color: #8a8582;
}

.controls .right span img {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}

.controls button.btn {
  border: 1px solid #dddddd;
  background-color: #f9f9f9;
  color: black;
  padding: 12px 28px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
}

.controls button.btn:not(:last-child) {
  margin-right: 20px;
}
.controls button.btn:hover,
.controls button.btn.active {
  background-color: #01a9e0;
  color: white;
}

.controls button.btn.cat-1,
.controls button.btn.cat-2,
.controls button.btn.cat-4,
.controls button.btn.cat-3 {
  height: 58px;
  width: 200px;
  opacity: 0.5;
}

.controls button.btn.cat-1 {
  background-color: #00a34e;
  border: 2px solid #00a34e;
  color: white;
}

.controls button.btn.cat-2 {
  background-color: #00a9e0;
  border: 2px solid #00a9e0;
  color: white;
}

.controls button.btn.cat-4 {
  background-color: #005eb8;
  border: 2px solid #005eb8;
  color: white;
}

.controls button.btn.cat-3 {
  background-color: #9bcaeb;
  border: 2px solid #9bcaeb;
  color: white;
}

.controls button.btn.cat-1.active,
.controls button.btn.cat-1:hover,
.controls button.btn.cat-2.active,
.controls button.btn.cat-2:hover,
.controls button.btn.cat-4.active,
.controls button.btn.cat-4:hover,
.controls button.btn.cat-3.active,
.controls button.btn.cat-3:hover {
  border: 2px solid #005cba;
  opacity: 1;
}

.controls .btn-filter {
  position: relative;
}

/* filter icon */
img.filter-icon {
  height: 19px;
  width: auto;
}

.controls button.btn.btn-filter {
  padding: 9px 11px;
}

.controls button.btn.btn-filter > .filter-w,
.controls button.btn.btn-filter:hover > .filter-g {
  display: none;
}

.controls button.btn.btn-filter > .filter-g,
.controls button.btn.btn-filter:hover > .filter-w {
  display: block;
}

.controls .filter {
  background-color: #01a9e0;
  width: 250px;
  height: 200px;
  border-radius: 3px;
  color: white;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1001;
  cursor: default;
  display: none;
  overflow-y: auto;
}

.controls .filter img.filter-icon,
.controls .filter i.feather-x {
  position: absolute;
  top: 10px;
}

.controls .filter img.filter-icon {
  left: 12px;
}

.controls .filter i.feather-x {
  right: 12px;
  cursor: pointer;
}

.controls .filter .option-block {
  margin: 12px 20px;
}

.controls .filter .option-block,
.controls .filter .option-block label {
  display: flex;
  align-items: center;
}

.controls .filter .option-block img {
  width: 70px;
}

.controls .filter .option-block input[type="radio"] {
  margin-left: 3px;
  margin-right: 7px;
}

.controls .filter {
  height: 200px;
}

.controls .filter .filter-options {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 37px;
  flex-direction: column;
}

.controls .filter input.btn-go {
  /* position: absolute; */
  /* bottom: 20px;
  right: 40px; */
  width: 40px;
  height: 30px;
  margin: 25px;
  background-color: white;
  color: #8a8582;
  border: 1px solid #dddddd;
}

.controls .selected-filter {
  display: inline-block;
  /* margin-left: 30px; */
  font-weight: lighter;
  display: none;
}

.controls .selected-filter span {
  display: inline-block;
  background-color: #01a9e0;
  color: white;
  padding: 10px 35px 10px 15px;
  border-radius: 3px;
  position: relative;
}

.controls .selected-filter span i {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* tooltip */

.cursor {
  cursor: pointer;
}

.popup-comment-container {
  position: relative;
}

.subscribtion-container.now-unsubscribed p,
.subscribtion-container.thankyou p {
  color: black !important;
}

.subscribtion-container {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subscribtion-container.now-unsubscribed,
.subscribtion-container.remove {
  background-color: #9BCAEB !important;
}

.subscribtion-container h3 {
  color: #00a9e0 !important;
  font-size: 1.2em;
}
.subscribtion-container.now-unsubscribed h3 {
  color: white !important;
}

.subscribtion-container.now-unsubscribed a {
  color: black;
  text-decoration: none;
}

.subscribtion-container p {
  font-size: 1em !important;
  padding: 0px 10%;
  text-align: center;
  color: #00a9e0 !important;
}
.subscribtion-container.remove p {
  color: white !important;
}
.subscribtion-container p.subscribe,
.subscribtion-container p.unsubscribe {
  text-align: right;
  width: 100%;
}

.subscribtion-container input {
  padding: 10px 30px;
  margin: 10px;
  width: 100%;
  box-sizing: border-box;
}
.input-remove-add {
  outline: none;
  border: 1px solid black;
}

.subscribtion-container button {
  padding: 10px 30px;
  margin: 10px;
  background-color: #00a9e0;
  color: white;
  border-radius: 10px;
}
.subscribtion-container.remove button {
  background-color: white;
  color: #00a9e0;
}

.popup-comment-container,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized
  .tooltipster-box {
  background: #00a9e0;
  padding: 40px 40px 60px 40px;
  font-family: "amadeusregular";
}
.popup-comment-container,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized
  .tooltipster-content {
  color: white;
  max-width: 500px;
}

.popup-comment-container h1,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized
  .tooltipster-content
  h1 {
  margin-top: 0;
  margin-bottom: 30px;
}

.popup-comment-container p,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized
  .tooltipster-content
  p {
  line-height: 1.5;
}

.popup-comment-container i.close,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-customized
  .tooltipster-content
  i.close {
  position: absolute;
  top: 20px;
  right: 20px;
  
}

.tooltip-content {
  z-index: 1000000;
}

.tooltip-content .manage-notification {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 0.8em;
  text-decoration: underline;
  cursor: pointer;
}

.tooltip-content .info-icon {
  font-size: 30px;
  color: #015EB8;
  background-color: white;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 26px;
  width: 26px;
  position: absolute;
  left: -5px;
  top: -5px;
}
.tooltip-content .info-icon .info {
  position: absolute;
  left: -1px;
  top: -2px;
}

.tooltip-content p {
  margin-bottom: 0px;
  font-size: 0.8em;
  color: rgba(255,255,255,0.7);
}

.tooltip-content h3 {
  margin-bottom: 0px;
  font-size: 1.1em;
}

.tooltip-content span {
  font-size: 0.8em;
  color: rgba(255,255,255,0.7);
}

.table-wrapper .tooltip-content {
  display: none;
}
/* tooltip */

/* slider */

.btn-zoom-level {
  position: relative;
}

.slider-container {
  background: #01a9e0;
  display: none;
  width: 100%;
  height: 150px;
  padding: 0;

  z-index: 1001;
  position: absolute;
  top: 60px;
  left: 0;
  align-items: center;
  justify-content: center;
}

.slider-container input {
  width: 100px;
  height: 20px;
  margin: 0;
  transform: rotate(-90deg);
}

/* slider */

/* remove outline highlights */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* export section */

.export-section {
  width: 100%;
  background: white;
  padding: 100px;
  font-family: "amadeusregular";
  box-sizing: border-box;
}

.export-section > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.export-section > div > div {
  width: 25%;
}

.export-section > p.heading {
  margin-bottom: 20px;
}

.export-section .b2b-export .selection,
.export-section .merchant-export .selection {
  display: none;
}

.b2b-export .heading,
.merchant-export .heading {
  font-size: 22px;
  color: #005eb8;
  background-color: #e5f2fa;
  padding: 7px 25px;
}

.b2b-export .heading > i,
.merchant-export .heading > i {
  float: right;
}

.b2b-export > .selection > div,
.merchant-export > .selection > div {
  padding: 5px 25px;
  color: #8a8582;
  position: relative;
  cursor: pointer;
}

.b2b-export > .selection > div > input[type="radio"],
.merchant-export > .selection > div > input[type="radio"] {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.b2b-export > .selection > div:nth-child(odd),
.merchant-export > .selection > div:nth-child(odd) {
  background-color: #f7f7f7;
}

.selected-export button.btn-export {
  width: 100%;
  background-color: #669ed4;
  color: white;
  font-size: 20px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  border: 0;
  padding: 15px 20px;
  margin-bottom: 40px;
}

.selected-export table {
  width: 100%;
  margin-top: 10px;
  box-shadow: 0 0 3px #e0e0e0;
}

.selected-export table tr td {
  color: #8a8582;
  padding: 8px 20px;
}

.selected-export table tbody {
  display: none;
}

.selected-export table tr.heading td {
  background-color: #e5f2fa;
  color: #005eb8;
  font-size: 20px;
}

.selected-export table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.b2b-export > .selection > div.select-all,
.merchant-export > .selection > div.select-all {
  color: #005eb8;
}

/* export section */

/* print PDF page */

.roadmap-print {
  width: 100%;
  margin: 0;
  font-family: "amadeusregular";
  page-break-after: always;
}

.roadmap-print .heading {
  width: 100%;
  background: url(../images/second-bg.jpg) no-repeat top center;
  background-size: cover;
  margin: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 50px;
  box-sizing: border-box;
}

.roadmap-print .heading img {
  width: 100px;
  margin-right: 50px;
}

.roadmap-print .heading h1,
.roadmap-print .heading h2 {
  font-weight: normal;
  margin: 0;
}

.roadmap-print .heading h2 {
  margin-left: auto;
}

.roadmap-print .content {
  padding: 20px 50px;
  position: relative;
}

.roadmap-print .content h1 {
  font-weight: normal;
  color: #707070;
}

.roadmap-print .content table th.cat-3,
.roadmap-print .content table td.cat-3 span,
.roadmap-print .content .legend-div span.cat-3 {
  background-color: #00a9e0;
}

.roadmap-print .content table th.cat-2,
.roadmap-print .content table td.cat-2 span,
.roadmap-print .content .legend-div span.cat-2 {
  background-color: #005eb8;
}

.roadmap-print .content table th.cat-4,
.roadmap-print .content table td.cat-4 span,
.roadmap-print .content .legend-div span.cat-4 {
  background-color: #003e7c;
}

.roadmap-print .content table th.cat-1,
.roadmap-print .content table td.cat-1 span,
.roadmap-print .content .legend-div span.cat-1 {
  background-color: #00a34e;
}

.roadmap-print .content table {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  width: 100%;
}

.roadmap-print .content table th {
  font-weight: normal;
  color: white;
  width: calc(100% / 4);
  padding: 5px 0;
}

.roadmap-print .content table th.cat-3 {
  border-radius: 5px 0 0 0;
}

.roadmap-print .content table th.cat-4 {
  border-radius: 0 5px 0 0;
}

.roadmap-print .content table td {
  vertical-align: top;
  padding-bottom: 40px;
  position: relative;
}

.roadmap-print .content table td span {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 7px;
  padding: 4px 0;
  color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.roadmap-print .content table td.cat-3 {
  border-right: 1px solid black;
}

.roadmap-print .content table td.cat-2 {
  border-right: 1px solid black;
}

.roadmap-print .content table td.cat-1 {
  border-right: 1px solid black;
}

.roadmap-print .content .note {
  margin-top: 20px;
  text-align: right;
}

.roadmap-print .content table td span.note{
  background: none;
  color: black;
  box-shadow: none;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media print {
  @page {
    size: A4 landscape;
    margin: 0;
  }

  html,
  body {
    height: 100%;
  }

  .roadmap-print {
    display: flex;
    flex-flow: column;
    height: 100%;
  }

  .roadmap-print.split-table {
    height: auto;
  }

  .roadmap-print .heading {
    flex: 0 1 auto;
  }

  .roadmap-print .content {
    flex: 1 1 auto;
  }
}

/* print PDF page */
