@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/gotham_book.otf");
  src: url("../fonts/gotham_book.woff2") format("woff2"), url("../fonts/gotham_book.woff") format("woff"), url("../fonts/gotham_book.ttf") format("truetype"), url("../fonts/gotham_book.otf") format("opentype"); }

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/gotham_bold.otf");
  src: url("../fonts/gotham_bold.woff2") format("woff2"), url("../fonts/gotham_bold.woff") format("woff"), url("../fonts/gotham_bold.ttf") format("truetype"), url("../fonts/gotham_bold.otf") format("opentype"); }

.hexagon {
  display: inline-block;
  position: relative;
  border-top: 1px solid #084edd;
  border-bottom: 1px solid #084edd;
  height: 35px;
  min-width: 20.20725px;
  line-height: 35px !important;
  font-size: 12.5px;
  font-weight: bold;
  color: #084edd; }
  .hexagon:before {
    content: " ";
    z-index: -1;
    overflow: hidden;
    position: absolute;
    top: 6.46632px;
    border-left: 1px solid #084edd;
    border-bottom: 1px solid #084edd;
    border-radius: 2px;
    width: 20.20725px;
    height: 20.20725px;
    transform: rotate(45deg) skew(15deg, 15deg);
    left: -10.10363px; }
  .hexagon:after {
    content: " ";
    z-index: -1;
    overflow: hidden;
    position: absolute;
    top: 6.46632px;
    border-left: 1px solid #084edd;
    border-bottom: 1px solid #084edd;
    border-radius: 2px;
    width: 20.20725px;
    height: 20.20725px;
    transform: rotate(225deg) skew(15deg, 15deg);
    right: -10.10363px; }
  .hexagon:hover, .hexagon.active {
    color: white; }
    .hexagon:hover, .hexagon:hover:before, .hexagon:hover:after, .hexagon.active, .hexagon.active:before, .hexagon.active:after {
      background-color: #084edd; }

#goodid-login-container.sdw-demo {
  display: none;
  position: fixed;
  left: 0;
  top: 100px;
  margin: 0;
  padding-top: 0;
  width: 100%;
  height: calc(100% - 100px);
  max-height: none; }
  @media (max-width: 991px) {
    #goodid-login-container.sdw-demo {
      top: 70px;
      height: calc(100% - 70px); } }
  #goodid-login-container.sdw-demo h2 {
    margin: 0 auto 20px;
    font-size: 25px;
    color: black; }
    #goodid-login-container.sdw-demo h2.error, #goodid-login-container.sdw-demo h2.error > i, #goodid-login-container.sdw-demo h2.error em {
      color: #d83735 !important; }
    #goodid-login-container.sdw-demo h2 em {
      display: block;
      margin-bottom: 10px;
      color: #084edd; }
    #goodid-login-container.sdw-demo h2 i.gi {
      display: block;
      margin-bottom: 10px;
      color: #084edd;
      font-size: 2.5em; }
  #goodid-login-container.sdw-demo i.gi.blue {
    color: #084edd; }
  #goodid-login-container.sdw-demo #claims {
    margin: 0 auto;
    width: 760px;
    text-align: left;
    overflow: visible; }
    #goodid-login-container.sdw-demo #claims h3 {
      display: none; }
    #goodid-login-container.sdw-demo #claims label {
      margin-right: 20px;
      width: 360px;
      text-align: right;
      font-weight: normal; }
    #goodid-login-container.sdw-demo #claims label, #goodid-login-container.sdw-demo #claims input {
      font-size: 19px; }
    @media (max-width: 767px) {
      #goodid-login-container.sdw-demo #claims {
        width: auto; }
        #goodid-login-container.sdw-demo #claims label, #goodid-login-container.sdw-demo #claims input, #goodid-login-container.sdw-demo #claims span {
          width: 47%; } }
    @media (max-width: 770px) {
      #goodid-login-container.sdw-demo #claims p, #goodid-login-container.sdw-demo #claims label, #goodid-login-container.sdw-demo #claims input, #goodid-login-container.sdw-demo #claims span {
        width: 98%;
        text-align: center; }
      #goodid-login-container.sdw-demo #claims label {
        font-weight: bold; } }
  #goodid-login-container.sdw-demo button {
    border: 0; }
  #goodid-login-container.sdw-demo #error-message {
    font-size: 25px; }
  #goodid-login-container.sdw-demo #toggle-techie {
    display: none; }
  #goodid-login-container.sdw-demo p.back {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    border-top: 1px solid #c6c7c6;
    width: 100%;
    height: 60px;
    padding-right: 40px;
    background-color: white;
    text-align: center;
    font-size: 12px; }
    #goodid-login-container.sdw-demo p.back > * {
      line-height: 60px; }
    #goodid-login-container.sdw-demo p.back a {
      float: right;
      margin-top: 12px; }
  #goodid-login-container.sdw-demo .before-footer {
    margin-bottom: 60px !important; }

#goodid-login-container.login-with-goodid-first h2 {
  width: 560px;
  white-space: normal; }

html, body {
  height: 100%; }

body {
  position: relative;
  text-align: center;
  font-family: 'Gotham Book', Helvetica, Arial, "Lucida Grande", sans-serif; }
  body.has-overlay {
    overflow: hidden; }

h1 {
  letter-spacing: -1.4px;
  display: inline-block;
  margin-top: 0px;
  color: #084edd;
  font-size: 36px; }

h2 {
  margin: 0 auto 40px;
  padding-top: 40px;
  white-space: nowrap;
  color: #084edd; }
  h2 em {
    text-transform: uppercase;
    font-style: normal; }
  @media (max-width: 800px) {
    h2 {
      white-space: normal; } }

a:hover {
  text-decoration: none;
  outline-width: 0; }

header {
  height: 100px;
  border-bottom: 1px solid #c6c7c6; }
  header > div {
    position: relative;
    padding: 0 30px !important;
    height: 100%;
    line-height: 100px; }
  header #logo {
    position: absolute;
    display: inline-block;
    left: 30px;
    top: 20px;
    height: 30px;
    line-height: 30px; }
    header #logo img {
      width: 200px; }
  header #lang-selector {
    position: absolute;
    right: 50px; }
    header #lang-selector > * {
      margin-left: 25px;
      text-transform: uppercase; }

main {
  /*margin-top: -1px;*/
  padding-bottom: 40px;
  overflow-x: hidden; }
  main.has-overlay header {
    border-bottom: 0; }
  main section#section-eid .intro-text {
    background-image: url("../images/bg_eid.png"); }
  main section#section-goodid .intro-text {
    background-image: url("../images/bg_goodid.png"); }
  main section > * {
    margin: 0 auto;
    width: 345px;
    text-align: left; }
  main h2 {
    margin-bottom: 5px;
    letter-spacing: -3px;
    font-size: 60px;
    color: #000000; }
  main .intro-text {
    margin-bottom: 40px;
    padding: 17px 0 0 40px;
    background-repeat: no-repeat;
    padding-left: 40px;
    width: 435px;
    text-align: left; }
    main .intro-text em {
      margin-left: 10px;
      white-space: nowrap;
      font-style: normal;
      font-size: 1.5em;
      color: #084edd; }
    main .intro-text ul {
      margin-left: 10px;
      padding: 0;
      list-style: inside "+ ";
      color: #c6c7c6; }
      main .intro-text ul li {
        line-height: 18px;
        color: #000000; }
  main .button-container {
    margin-top: 25px; }
    main .button-container .btn {
      margin-top: 0; }
    main .button-container h4 {
      margin-top: 5px;
      padding-left: 5px;
      text-indent: -7px;
      letter-spacing: -0.5px;
      font-style: italic;
      font-size: 0.8em; }
      main .button-container h4:before {
        content: '*';
        margin-right: 3px; }
  main #goodid-link {
    color: #008BC1;
    background-color: white; }
    main #goodid-link:hover {
      color: black; }

.btn {
  margin-top: 30px;
  border: 0;
  min-width: 345px;
  white-space: normal;
  font-family: 'Gotham Bold';
  background-color: #084edd;
  color: white; }
  .btn i {
    float: left; }
    .btn i.gi-gid-logo-hand {
      margin-top: -5px;
      height: 24px;
      font-size: 1.5em; }

.e {
  display: inline-block; }
  .e:first-letter {
    text-transform: lowercase; }

.result-icon {
  font-size: 40px; }

#icon-widget {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 41px; }
  #icon-widget i, #icon-widget span {
    padding: 0 20px;
    font-size: 35px;
    vertical-align: middle; }
    #icon-widget i.gi-gid-logo-hand, #icon-widget span.gi-gid-logo-hand {
      font-size: 50px; }
    #icon-widget i.gi-linked-black, #icon-widget span.gi-linked-black {
      font-size: 20px; }

img.arrow {
  display: inline-block;
  margin-top: -1px;
  width: auto;
  z-index: 99999999; }

@media (max-width: 991px) {
  header {
    height: 70px; }
    header > div {
      line-height: 70px; }
    header #logo {
      top: 20px; }
      header #logo img {
        width: 150px; }
    header h1 {
      margin-top: 18px;
      font-size: 26px; } }

@media (max-width: 767px) {
  header {
    text-align: left; }
    header h1 {
      white-space: nowrap;
      margin: 42px 0 0 -20px;
      font-size: 18px; }
    header #logo {
      top: 10px;
      left: 10px; }
    header #lang-selector {
      top: -13px;
      right: 15px; }
  main section > * {
    width: 95%; }
  main section .intro-text {
    width: 100%; }
    main section .intro-text em {
      white-space: normal; }
  .btn {
    min-width: 0;
    width: 100%;
    white-space: normal; } }

#site-eid header #logo {
  top: 30px;
  height: 40px;
  line-height: 40px; }
  #site-eid header #logo img {
    width: 265px; }

@media (max-width: 1060px) {
  #site-eid header #logo {
    top: 20px;
    height: 23px;
    line-height: 23px; }
    #site-eid header #logo img {
      width: 150px; } }

@media (max-width: 767px) {
  #site-eid header #logo {
    top: 10px;
    left: 10px; } }

#site-dx {
  text-align: initial; }
  #site-dx main {
    padding-bottom: 80px;
    /*        text-align: center;*/ }
  #site-dx #goodid-login-container {
    text-align: center; }
  #site-dx header {
    text-align: center; }
    @media (max-width: 767px) {
      #site-dx header h1 {
        float: right;
        margin-top: 21px;
        font-size: 24px; } }
    @media (max-width: 601px) {
      #site-dx header h1 {
        margin-top: 20px;
        font-size: 20px; } }
    @media (max-width: 479px) {
      #site-dx header h1 {
        float: none;
        margin: 43px auto 0;
        font-size: 18px; } }
    @media (max-width: 767px) {
      #site-dx header #logo {
        top: 20px;
        left: 30px; } }
    @media (max-width: 479px) {
      #site-dx header #logo {
        top: 10px; } }
    @media (max-width: 601px) {
      #site-dx header > .row {
        padding-left: 0;
        padding-right: 0;
        width: 90%;
        margin: 0 auto; } }
  @media (max-width: 479px) {
    #site-dx #style > div {
      width: 100%; }
      #site-dx #style > div:first-of-type {
        margin-bottom: 15px; } }
  #site-dx #section-dx {
    font-size: 16px;
    width: 930px;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      #site-dx #section-dx {
        width: 90%; } }
    #site-dx #section-dx > * {
      width: auto; }
    #site-dx #section-dx p {
      margin-bottom: 10px;
      line-height: 23px; }
      #site-dx #section-dx p.important {
        font-size: 18px; }
    #site-dx #section-dx h2 {
      font-size: 42px;
      margin-bottom: 20px; }
      #site-dx #section-dx h2:not(:first-of-type) ~ p {
        margin: 15px 0; }
      @media (max-width: 1023px) {
        #site-dx #section-dx h2 {
          font-size: 36px; } }
      @media (max-width: 1023px) {
        #site-dx #section-dx h2:first-of-type {
          margin-top: 20px; } }
      @media (max-width: 479px) {
        #site-dx #section-dx h2:first-of-type {
          margin-top: 0; } }
      @media (max-width: 375px) {
        #site-dx #section-dx h2 {
          font-size: 30px; } }
    #site-dx #section-dx h3 {
      margin-top: 40px;
      margin-bottom: 10px; }
      @media (max-width: 375px) {
        #site-dx #section-dx h3 {
          font-size: 22px; } }
    #site-dx #section-dx strong .btn.btn-primary {
      margin-top: 5px; }
    #site-dx #section-dx input#client_id {
      width: 300px;
      height: 32px;
      max-width: 100%;
      -webkit-appearance: none;
      padding: 4px 4px 3px;
      border: 1px solid #cccccc;
      border-radius: 4px; }
      #site-dx #section-dx input#client_id[disabled="disabled"] {
        background: #f8f8f8; }
      @media (max-width: 479px) {
        #site-dx #section-dx input#client_id {
          width: 100%;
          margin-top: 5px; } }
  #site-dx .mandatory::after {
    display: inline-block;
    content: "*";
    color: red;
    vertical-align: super;
    font-size: 12px; }
  #site-dx .mandatory {
      text-decoration: underline;
  }
  #site-dx .custom-button div {
      margin-left: 2rem;
      margin-top: 3rem;
      margin-bottom: 0rem;
      font-style: italic;
  }
  #site-dx .custom-button ul {
      margin-top: 0px;
  }
  #site-dx .custom-button .pseudocode {
      margin: 0px 80px;
  }
  #site-dx option {
    padding: 5px;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif; }
  #site-dx #preview, #site-dx .custom-button-holder, #site-dx .preview {
    margin-top: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 20px;
    text-align: center; }
    #site-dx #preview button, #site-dx .custom-button-holder button, #site-dx .preview button {
      width: auto; }
  #site-dx .custom-button-holder {
    background-color: #d8d8d8;
    border-color: #c0c0c0; }
  #site-dx #get-code button {
    margin-top: 0;
    min-width: 120px;
    padding-left: 30px;
    padding-right: 30px; }
  #site-dx .modal {
    text-align: left; }
    #site-dx .modal .modal-header {
      padding: 15px 15px 10px; }
    #site-dx .modal button {
      min-width: 0; }
      @media (max-width: 767px) {
        #site-dx .modal button {
          width: auto; } }
    #site-dx .modal p {
      margin-top: 15px; }
      #site-dx .modal p:first-of-type {
        margin-top: 0; }
  #site-dx div.spacer {
    display: block;
    width: 100%;
    margin-bottom: 1em; }
  #site-dx div.code, #site-dx span.code {
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    padding: 5px;
    background-color: #f6f6f6;
    font-family: Monaco, 'Andale Mono', 'Lucida Console', 'Courier New', monospace;
    font-size: 10px; }
  #site-dx div.code {
    display: block;
    white-space: pre-wrap; }
  #site-dx #tabs {
    margin: 20px 0px; }
    #site-dx #tabs .tab-handles {
      text-align: center;
      padding: 1rem; }
    #site-dx #tabs span.tab-handle {
      display: inline-block;
      cursor: pointer;
      margin-bottom: 5px;
      border-right: 1px solid #c6c7c6;
      border-bottom: 3px solid #c6c7c6;
      padding: 5px 9px; }
      #site-dx #tabs span.tab-handle:first-of-type {
        margin-left: 10px; }
      #site-dx #tabs span.tab-handle:last-of-type {
        border-right: 0; }
      #site-dx #tabs span.tab-handle.shown {
        cursor: default; }
      #site-dx #tabs span.tab-handle.shown, #site-dx #tabs span.tab-handle:hover {
        border-bottom-color: #084edd; }
    #site-dx #tabs div.tab {
      display: none; }
      #site-dx #tabs div.tab.shown {
        display: block;
        margin: 12px; }
      #site-dx #tabs div.tab .color-scheme-label {
        line-height: 2.1; }
      #site-dx #tabs div.tab div.checkbox {
        margin-top: 5px; }
        #site-dx #tabs div.tab div.checkbox span {
          display: inline-block;
          vertical-align: middle;
          line-height: 0.71; }
  #site-dx div.custom-style-holder {
    display: block;
    text-align: center; }
    #site-dx div.custom-style-holder a.pick-custom-style {
      display: inline-block;
      padding: 3px 1em;
      font-size: 13px;
      transition: ease-in-out 0.1s;
      opacity: 1;
      border: 1px solid transparent; }
      #site-dx div.custom-style-holder a.pick-custom-style.blue {
        border-color: #084edd;
        background-color: #084edd;
        color: white; }
      #site-dx div.custom-style-holder a.pick-custom-style.white {
        background-color: white;
        border-color: white;
        color: #084edd; }
      #site-dx div.custom-style-holder a.pick-custom-style:hover {
        opacity: 0.63; }
      #site-dx div.custom-style-holder a.pick-custom-style > img {
        width: 32px;
        height: 32px; }
  #site-dx h4.blue {
    color: #084edd; }

#site-video .details, #site-icao-sdw .details {
  display: none;
  margin-top: 10px; }
  #site-video .details > div, #site-icao-sdw .details > div {
    margin-bottom: 5px; }
    #site-video .details > div label, #site-icao-sdw .details > div label {
      width: 100px; }
    #site-video .details > div input#challenge, #site-icao-sdw .details > div input#challenge {
      width: 110px; }
    #site-video .details > div select, #site-icao-sdw .details > div select {
      font-family: sans-serif;
      width: 110px;
      height: 22px; }

#site-video #challengeBtn, #site-icao-sdw #challengeBtn {
  min-width: 80px;
  font-family: sans-serif;
  margin-top: 0; }


/**
 * Button builder
 */
#button-builder .custom-button-holder {
    background-color: #eee;
    border-color: #c0c0c0; 
}

#button-builder #preview, #button-builder .custom-button-holder, #button-builder .preview {
  margin-top: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 20px;
  text-align: center; 
}
#button-builder #preview button, #button-builder .custom-button-holder button, #button-builder .preview button {
    width: auto; 
}

#button-builder #tabs span.tab-handle {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 5px;
  border-right: 1px solid #c6c7c6;
  border-bottom: 3px solid #c6c7c6;
  padding: 5px 9px; 
}
#button-builder #tabs span.tab-handle:first-of-type {
  margin-left: 10px; 
}
#button-builder #tabs span.tab-handle:last-of-type {
  border-right: 0; 
}
#button-builder #tabs span.tab-handle.shown {
  cursor: default; 
}
#button-builder #tabs span.tab-handle.shown, #button-builder #tabs span.tab-handle:hover {
  border-bottom-color: #084edd; 
}
#button-builder #tabs div.tab {
  display: none; 
}
#button-builder #tabs div.tab.shown {
  display: block;
}
#button-builder #tabs div.tab .color-scheme-label {
  line-height: 2.1; 
}
#button-builder #tabs div.tab div.checkbox {
  margin-top: 5px; 
}
#button-builder #tabs div.tab div.checkbox span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.71; 
}
#button-builder #tab-default-button div.left {
    float:left;
    margin-right: 10%;
    width: 40%;
}
#button-builder #tab-default-button div.right {
    float:right;
    margin-left: 10%;
    width: 40%;
}
#button-builder select {  
    width: 100%;
    font-size: 15px;
}

#button-builder #tab-default-button #style {
    display: inline-block;
    height: auto;
    width: 100%;
    margin: 20px 0px;
}

#button-builder .mandatory::after {
  display: inline-block;
  content: "*";
  color: red;
  vertical-align: super;
  font-size: 12px; }