/*
    Systeral Theme.

    Based on Dark theme for IntroJs

        By: Khashayar Pourdeilami (http://kpourdeilami.github.io)
        for: IntroJs (https://github.com/usablica/intro.js)

    Updated for Systeral

        Bullets have not been modified
*/
.introjs-overlay {
    position: absolute;
    z-index: 999999;
    background: #12515E;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  /*background:#656D78;*/
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
       -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.introjs-helperNumberLayer {
    position: absolute;
    z-index: 9999999999 !important;
    padding: 10px;
    font-family: Arial, verdana, tahoma;
    font-size: 13px;
    top: -40px;
    font-weight: bold;
    color: white;
    text-align: center;
    background: #14beeb;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.introjs-arrow {
  border: 10px solid #14beeb;
  content:'';
  position: absolute;
}
.introjs-arrow.top {
  top: -20px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:#14beeb;
  border-left-color:transparent;
}
.introjs-arrow.top-right {
  top: -20px;
  right: 20px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:#14beeb;
  border-left-color:transparent;
}
.introjs-arrow.top-middle {
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:#14beeb;
  border-left-color:transparent;
}
.introjs-arrow.right {
  right: -22px;
  top: 20px;
  border-top-color:transparent;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:#14beeb;
}
.introjs-arrow.bottom {
  bottom: -24px;
  border-top-color:#14beeb;
  border-right-color:transparent;
  border-bottom-color:transparent;
  border-left-color:transparent;
}
.introjs-arrow.left {
  left: -22px;
  top: 20px;
  border-top-color:transparent;
  border-right-color:#14beeb;
  border-bottom-color:transparent;
  border-left-color:transparent;
}

.introjs-tooltip-header {

    padding: 0 1em;
}

.introjs-tooltip-header h1 {
    padding: 0;
    color: #f8ef81;
    font-size: 1.4em;
}

.introjs-tooltip {
    padding: 7px;
    border: 3px solid #14beeb;
    background-color: #0d5568;
    box-shadow: none;
    max-width: 500px;
    min-width: 300px;
    border-radius: 14px;
    color: white;
}

.introjs-tooltiptext {
    white-space: pre-line;
}

.introjs-skipbutton {
    color: white;
}

.introjs-tooltip.introjs-floating {
    max-width: 800px;
    min-width: 500px;
}

.introjs-tooltip, .introjs-tooltipbuttons {
    font-size: 1em;
}

.introjs-tooltipbuttons {
    position: relative;
    padding: 5px;
    background-color: #fff;
    xx-border-radius: 5px;
    border-radius: 18px;
}

.introjs-button {
    border: none;
    cursor: pointer;
    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);
    background-color: #547aa5;
    border-radius: 15px;
    position: relative;
    font: 11px/normal sans-serif;
    color: #fff !important;
    white-space: nowrap;
    padding: 0.2em 1em;
    background-image: none !important;
    display: inline;
    text-shadow: none;
}

.introjs-button:hover {
  text-decoration: none;
  color:#434A54 !important;
  background:#fff;
}

.introjs-button:focus,
.introjs-button:active {
    background: #547aa5;
    text-decoration: none;
    color: #fff !important;
}

.introjs-donebutton,
.introjs-donebutton:focus,
.introjs-donebutton:active {
    background-color: forestgreen;
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@media screen and (max-width: 700px) {

    .introjs-tooltip {
        max-width: 650px;
        min-width: 300px;
    }

        .introjs-tooltip.introjs-floating {
            max-width: 650px;
            min-width: 300px;
        }
}

@media screen and (min-width: 1300px) and (min-height: 800px) {

    .introjs-tooltip, .introjs-tooltipbuttons {
        font-size: 1.3em;
    }

    introjs-tooltipbuttons {
        bottom: -44px;
        border-radius: 8px;
    }

    .introjs-tooltip {
        max-width: 800px;
        min-width: 500px;
        border-radius: 22px;
    }

    .introjs-tooltip.introjs-floating {
        max-width: 1200px;
        min-width: 800px;
    }


    .introjs-button {
        font: 18px/normal sans-serif;
    }
}


.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
    display: none;
}

.introjs-bullets {
  text-align: center;
  display:none;
}
.introjs-bullets ul {
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}
.introjs-bullets ul li a:hover {
  background: rgba(255,255,255,0.2);
}
.introjs-bullets ul li a.active {
  background: rgba(255,255,255,0.2);
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
