/* -------------------------------- 

Primary style

-------------------------------- */
/* *, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
} */
body {
  /* font-size: 1.6rem;
font-family: "Open Sans", sans-serif; */
  background-color: #fff;
}

a {
  text-decoration: none;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.add-to-homescreen-bar {
  background-color: white;
}

.file-loader-icon {
  float: right;
  margin-top: 28px;
  cursor: pointer;
}

.error-device-image-nutre {
  background: url(../img/dev/Configuration-Stick_neutre.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 350px 300px;
  height: 400px;
  width: 100%;
  position: relative;
  top: 30px;
  color: blue;
  background-position: center;
  display: flex;
  /* text-align: -webkit-auto; */
}

.device-image-background {
  background: url(../img/dev/Configuration-Stick_neutre.png);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: center;
}

.boldfont-bolder {
  font-weight: bolder;
}

.blue-color {
  color: #050eca
}

.blue-bg-color {
  background: #050eca
}

.boldfont-500 {
  font-weight: 500;
}

.cd-indicate {
  top: 0;
  position: fixed;
  width: 100%;
}

/*SPECIFIC*/
.verify_TRX-wrap {
  display: block;
  padding: 10px;
  margin: 0;
  line-height: 20px;
  text-align: center;
}

.collapsible-header.pagename {
  background-color: #1a237e !important;
  color: white !important
}

.pagename.networkDisconnected {
  color: #1a237e !important;
  background-color: #d1d1d1 !important;
}

.accessory-header.networkDisconnected {
  color: #1a237e !important;
  background-color: #d1d1d1 !important;
}

.accessory-header {
  color: white !important;
  background-color: #1a237e !important;
}

.nav ul a:hover {
  background-color: #9e9e9e;
}

.show_tuning_channel .col {
  padding: 0 7px;
}

a.verify_TRX.verify-laser.checked {
  background-color: #1a237e !important;
  font-size: 10px;
}

a.verify_TRX.verify-laser.not-checked {
  /* background-color: #5a5a5a !important; */
  font-size: 9px;
}

.verify-laser-img {
  background-image: url(../img/nav-icon/Laser.svg);
  filter: invert(100%) sepia(0%) saturate(555%) hue-rotate(187deg) brightness(103%) contrast(101%) !important;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.support-accessory-bg-image {
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: right;
}

.support-accessory-bg-image .collection .collection-item {
  background-color: transparent;
  line-height: 2.5rem;
}

.support-accessory-bg-image .collection a.collection-item:not(.active):hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87) !important;
}

.cd-header {
  height: 80px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  /* backface-visibility: hidden; */
  /* top: 0; */
  position: fixed;
  z-index: 1;
  background: white;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.cd-header::after {
  clear: both;
  content: "";
  display: table;
}

.cd-header.nav-is-visible {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}




.scrollable {
  /* display: block; */
  overflow-y: auto;
  max-height: calc(85vh - 100px);
}

.cd-page-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.cd-page-footer.page-footer {
  background-color: transparent;
}

.cd-page-footer.page-footer .footer-copyright {
  background-color: #fff;
  color: #1a237e;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  min-height: auto;
  letter-spacing: 2px;
}

.cd-page-footer.page-footer .footer-copyright .link {
  cursor: pointer;
}

@media only screen and (max-width:768px) {
  .cd-page-footer {
    visibility: hidden
  }

  .floating-button.nav-is-visible {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media only screen and (min-width: 768px) {

  .device-image-background {
    background-size: 300px 300px;
  }

  .scrollable {
    max-height: calc(50vh - 100px);
  }

  .error-device-image-nutre {
    height: calc(95vh - 50px);
    top: auto;
    font-size: 50px;
    background-size: auto;
    background-position: center;
  }

  .cd-header.nav-is-visible {
    -webkit-transform: translateY(170px);
    -moz-transform: translateY(170px);
    -ms-transform: translateY(170px);
    -o-transform: translateY(170px);
    transform: translateY(170px);
  }
}

.cd-logo {
  float: left;
  height: 100px;
  width: 100px;
  display: inline-flex;
  margin-top: 17px;
  /* color: #4caf50; */
}

.cd-logo-icon {
  width: 35px;
  height: 40px;
}

.cd-logo-tagline {
  width: 80px;
  height: 52px;
  padding-left: 6px;
}

.cd-device-wrapper {
  float: right;
  margin-top: 20px;
  padding: 5px;
  display: block;
  position: relative;
}

.trx_identifier {
  position: relative;
  top: 30px;
}

.cd-device-logo {
  position: relative;
  float: right;
  height: 30px;
  width: 30px;
  margin-top: 25px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: #333333;
  cursor: pointer;
  right: 10px;
}

.cd-3d-nav-trigger {
  position: relative;
  float: right;
  height: 45px;
  width: 45px;
  margin-top: 18px;
  /* replace text with background image */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: #1a237e;
  cursor: pointer;
}

.cd-3d-nav-trigger span,
.cd-3d-nav-trigger span::before,
.cd-3d-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  width: 28px;
  height: 3px;
  background-color: #1a237e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-3d-nav-trigger span {
  /* this is the central line */
  top: 21px;
  left: 8px;
  -webkit-transition: background 0.2s 0.5s;
  -moz-transition: background 0.2s 0.5s;
  transition: background 0.2s 0.5s;
}

.cd-3d-nav-trigger span::before,
.cd-3d-nav-trigger span:after {
  /* these are the upper and lower lines */
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform 0.2s 0.5s;
  -moz-transition: -moz-transform 0.2s 0.5s;
  transition: transform 0.2s 0.5s;
}

.cd-3d-nav-trigger span::before {
  bottom: 8px;
}

.cd-3d-nav-trigger span::after {
  top: 8px;
}

.nav-is-visible .cd-3d-nav-trigger span {
  /* hide line in the center */
  background-color: transparent
}

.nav-is-visible .cd-3d-nav-trigger span::before,
.nav-is-visible .cd-3d-nav-trigger span::after {
  /* keep visible other 2 lines */
  background-color: #1a237e;
}

.nav-is-visible .cd-3d-nav-trigger span::before {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -moz-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -o-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.nav-is-visible .cd-3d-nav-trigger span::after {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -moz-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -o-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.cd-3d-nav-container {
  /* this is the 3D navigation container */
  position: fixed;
  left: 0;
  bottom: 0;
  height: 80px;
  width: 100%;
  background-color: #000000;
  visibility: hidden;
  /* enable a 3D-space for children elements */
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-3d-nav-container.nav-is-visible {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0.5s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0.5s 0s;
  transition: transform 0.5s 0s, visibility 0.5s 0s;
}

@media only screen and (min-width: 768px) {
  .cd-3d-nav-container {
    height: 170px;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.cd-3d-nav {
  /* this is the 3D rotating navigation */
  position: relative;
  height: 100%;
  color: #000000;
  background-color: #ddd;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.cd-3d-nav::after {
  /* menu dark cover layer - to enhance perspective effect */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s 0s, visibility 0.5s 0s;
  -moz-transition: opacity 0.5s 0s, visibility 0.5s 0s;
  transition: opacity 0.5s 0s, visibility 0.5s 0s;
}

.cd-3d-nav li {
  height: 100%;
  width: 25%;
  float: left;
}

.cd-selected.filter-white a::before {
  filter: invert(100%) sepia(0%) saturate(555%) hue-rotate(187deg) brightness(103%) contrast(101%) !important;
}

.filter-grey a::before {
  filter: invert(23%) sepia(21%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(78%);
  ;
}

.cd-3d-nav li:first-of-type a::before {
  background-image: url(../img/nav-icon/info.svg);
  filter: invert(17%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(107%) contrast(94%);

}

.cd-3d-nav li:nth-of-type(2) a::before {
  background-image: url(../img/nav-icon/Tuning.svg);
  filter: invert(17%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(107%) contrast(94%);
}

.cd-3d-nav li:nth-of-type(3) a::before {
  background-image: url(../img/nav-icon/download.svg);
  filter: invert(17%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(107%) contrast(94%);

}

.cd-3d-nav li:nth-of-type(4) a::before {
  background-image: url(../img/nav-icon/support.svg);
  filter: invert(17%) sepia(0%) saturate(0%) hue-rotate(16deg) brightness(107%) contrast(94%);
}

/* .cd-3d-nav li:nth-of-type(5) a::before {
  background-image: url(../img/icon-5.svg);
} */

.cd-3d-nav a {
  position: relative;
  display: block;
  height: 100%;
  color: transparent;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-3d-nav a::before {
  /* navigation icons */
  content: '';
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: 32px 64px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.cd-3d-nav .cd-disabled {
  background-color: #d1d1d1 !important;
  cursor: auto;
  color: transparent;
  opacity: 1;
}

.no-touch .cd-3d-nav a:hover {
  /* background-color: #9e9e9e; */
  opacity: 1;
}

.no-touch .cd-3d-nav .cd-disabled a:hover {
  background-color: #f9ecec;
}

.cd-3d-nav .cd-selected a {
  background-color: #1a237e;
}

.no-touch .cd-3d-nav .cd-selected a:hover {
  /* background-color: #0706b3; */
  opacity: 1;
  cursor: auto;
}

.nav-is-visible .cd-3d-nav {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.nav-is-visible .cd-3d-nav::after {
  /* menu cover layer - hide it when navigation is visible */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s 0s, visibility 0s 0.5s;
  transition: opacity 0.5s 0s, visibility 0s 0.5s;
}

.accessory-bg-image {
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .support-accessory-bg-image {
    background-position: center;
  }

  .cd-3d-nav .cd-disabled {
    background-color: #e0e0e0;
    color: transparent;
  }

  .cd-3d-nav .cd-selected a {
    color: #fff;
  }

  .cd-3d-nav a {
    padding: 7.6em 1em 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* truncate text with ellipsis if too long */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cd-3d-nav a::before {
    top: 4.4em;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.cd-marker {
  /* line at the bottom of nav selected item */
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 25%;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translateZ(0) rotateX(90deg);
  -moz-transform: translateZ(0) rotateX(90deg);
  -ms-transform: translateZ(0) rotateX(90deg);
  -o-transform: translateZ(0) rotateX(90deg);
  transform: translateZ(0) rotateX(90deg);
  -webkit-transition: -webkit-transform 0.5s, left 0.5s, color 0.5s, background-color 0.5s;
  -moz-transition: -moz-transform 0.5s, left 0.5s, color 0.5s, background-color 0.5s;
  transition: transform 0.5s, left 0.5s, color 0.5s, background-color 0.5s;
}

.cd-marker::before {
  /* triangle at the bottom of nav selected item */
  content: '';
  position: absolute;
  bottom: 3px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: inherit;
}

.nav-is-visible .cd-marker {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.color-red {
  color: red;
  background-color: rgb(228, 38, 38);
}

/* these are the colors of the markers - line + arrow */
.color-1 {
  color: #9a57bd;
  background-color: #9a57bd;
}

.color-2 {
  color: #c96aa4;
  background-color: #c96aa4;
}

.color-3 {
  color: #d6915e;
  background-color: #d6915e;
}

.color-4 {
  color: #5397c7;
  background-color: #5397c7;
}

.color-5 {
  color: #77cd91;
  background-color: #77cd91;
}

main {
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  /* transition: transform 0.5s; */
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 85px;
  width: 100%;
}

main h1 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  color: #1c039c;
  margin: 1em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main.nav-is-visible {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

@media only screen and (min-width: 768px) {
  main.nav-is-visible {
    -webkit-transform: translateY(160px);
    -moz-transform: translateY(160px);
    -ms-transform: translateY(160px);
    -o-transform: translateY(160px);
    transform: translateY(160px);
  }

  main h1 {
    font-size: 3.6rem;
    margin: 0;
  }
}