/*
@font-face {
    font-family: "seqforlife";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Sequel100Wide-45.woff2") format("woff2");
}

@font-face {
    font-family: "seqforlife";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Sequel100Wide-55.woff2") format("woff2");
}

@font-face {
    font-family: "seqforlife";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Sequel100Wide-65.woff2") format("woff2");
}
*/
/**/
/*body {*/
/*    margin: 0;*/
/*/*    padding: 0;*/*/
/*    overflow: hidden;*/
/*    background-color: #dddddd;*/
/*}*/
/**/
/*container {*/
/*  height: 100vh; /* Fallback for browsers that do not support Custom Properties */*/
/*  height: calc(var(--vh, 1vh) * 100);*/
/*  width: 100vw; /* Fallback for browsers that do not support Custom Properties */*/
/*  width: calc(var(--vw, 1vw) * 100);*/
/*    top: 0;*/
/*    left: 0;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*  position: absolute;*/
/*  z-index: 1;*/
/*}*/

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
/*  width: 100%; /* Fallback for browsers that do not support Custom Properties */*/
/*/*  width: calc(var(--vw, 1vw) * 100);*/*/
/*  height: 100%; /* Fallback for browsers that do not support Custom Properties */*/
/*/*  height: calc(var(--vh, 1vh) * 100);*/*/
    font-size: 12px;
user-select: none;

}

body {
    margin: 0;
    padding: 0;
    border: 0;
  width: 100%; /* Fallback for browsers that do not support Custom Properties */
/*  width: calc(var(--vw, 1vw) * 100);*/
  height: 100%; /* Fallback for browsers that do not support Custom Properties */
/*  height: calc(var(--vh, 1vh) * 100);*/
/*    font-size: 1rem;*/
/*    background-image: url('image/PIA17936.jpg');*/
/*    overflow: hidden;*/
/*   background-color: #000000;*/
-webkit-touch-callout: none;
/*    -webkit-tap-highlight-color: transparent;*/
    font: 12px/1.5 sans-serif;
/*    overflow: hidden;*/
user-select: none;
/*touch-action: none;*/
-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */

}

main {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
/*    width: 50%;*/
     /* Fallback for browsers that do not support Custom Properties */
/*  width: calc(var(--vw, 1vw) * 100);*/
    width:inherit;
    
        height: 100%; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
/*    overflow: hidden;*/
/*    padding-left: 2rem;*/
touch-action: none;
user-select: none;
-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */


}

yeah {
    overflow: hidden;
user-select: none;
touch-action: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}

yeah2 {
    overflow: hidden;
}

            .selectBox {
                border: 1px solid #55aaff;
                background-color: rgba(75, 160, 255, 0.3);
                position: fixed;
            }

.btn2 {
  width: 200px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, rgb(207, 207, 207)), color-stop(0.79, rgb(252, 252, 252)));
  background-image: -moz-linear-gradient(center bottom, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%);
  background-image: linear-gradient(to top, rgb(207, 207, 207) 16%, rgb(252, 252, 252) 79%);
  padding: 3px;
  border: 1px solid #000;
  color: black;
  text-decoration: none;
    font-size: 14px;
    z-index: 7;
}

/* intro */

.intro {
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100vw;
     /* Fallback for browsers that do not support Custom Properties */
/*  width: calc(var(--vw, 1vw) * 100);*/
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
/*  height: calc(var(--vh, 1vh) * 100);*/
/*    calc(100% - 4rem);*/
    background: grey;
    display: block;
touch-action: none;
user-select: none;
-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
/*    overflow: hidden;*/
/*    cursor: none;*/
/*    font-family: "ffdinforpuma", sans-serif;*/
/*text-shadow: 1px 1px 2px grey;*/

}
/*
.TopBox
{position:relative;touch-action: none;    user-select: none;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-user-select: none;
}
.tnum
{ font-family: 'Helvetica', 'Arial', sans-serif; font-weight: 400; font-size:12px; letter-spacing: 2px; font-kerning: none; color:white; position:fixed; bottom:30px; left:30px;z-index: 8;color: #bbbbbb;}
.BotBox
{position:relative; z-index: 6; line-height: 1.1 !important;touch-action: none;    user-select: none;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-user-select: none;
}
.bnum
{font-family: 'Helvetica', 'Arial', sans-serif; font-weight: 400; font-size:15px;  letter-spacing: 0.75px; font-kerning: none; color:white; position:fixed; bottom:54px; left:30px;text-shadow: 1px 1px 2px darkslategray; z-index: 6; line-height: 1.2 !important;}
.HeadBox
{position:absolute;touch-action: none;    user-select: none;
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-user-select: none;
}
.hnum
{font-family: 'Helvetica', 'Arial', sans-serif; font-weight: bold; font-size:37px; font-kerning: none; color:white; opacity: 1; position:fixed; top:20px; left:30px;z-index: 6; display: none;}
*/
.TopBox
{
position:relative;touch-action: none;    user-select: none;
-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}
.tnum
{font-family: 'Helvetica', 'Arial', sans-serif; font-weight: 800; font-size:22px; letter-spacing: 0.5px; font-kerning: none; color:white; position:fixed; bottom:61px; left:30px;text-shadow: 1px 1px 2px darkslategray; z-index: 8;}
.BotBox
{position:relative; z-index: 6; line-height: 1.4 !important;touch-action: none;    user-select: none;
-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}
.bnum
{font-family: 'Helvetica', 'Arial', sans-serif; font-weight: 400; font-size:15px; /* letter-spacing: 1px;*/ font-kerning: none; color:white; position:fixed; bottom:30px; left:30px;text-shadow: 1px 1px 2px darkslategray; z-index: 6; line-height: 1.2 !important;}
.HeadBox
{position:absolute;touch-action: none;    user-select: none;
-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}
.hnum
{font-family: 'Helvetica', 'Arial', sans-serif; font-weight: bold; font-size:39px; font-kerning: none; color:white; opacity: 1; position:fixed; top:20px; left:30px;z-index: 6; display: none;}



/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 20;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}


/*
.draggable-table {
    position: absolute;
    top: 25%;
    left: 20%;
  width: 60%;
  height: 50%;
  border-collapse: collapse;
  background: white;
  -webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
  
  .draggable-table__drag {
      font-size: .95em;
      font-weight: lighter;
      text-transform: capitalize;
      position: absolute;
      width: 100%;
      text-indent: 50px;
      border: 1px solid #f1f1f1;
      z-index: 10;
      cursor: grabbing;
      -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
              box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
    
      opacity: 1;
  }
  
  thead {
    
    th {
      height: 25px;
      font-weight: bold;
      text-transform: capitalize;
      padding: 10px;
      user-select: none;
    }
  }
  
  tbody {
    
    tr {
      cursor: grabbing;
      
      td {
        font-size: .95em;
        font-weight: lighter;
        text-transform: capitalize;
        text-indent: 50px;
        padding: 10px;
        user-select: none;
        border-top: 1px solid whitesmoke;
      }
    }
    
    tr:nth-child(even) {
        background-color: #f7f7f7;
    }

    tr:nth-child(odd) {
        background-color: #ffffff;
    }
    
    tr.is-dragging {
        background: #f1c40f;

        td {
            color: #ffe683;
        }
    }
  }
}

*/

table, th {
    table-layout: fixed;
  text-align: left;
  width: inherit;
  background: #ffffff80;
}
chk {
    margin: 20px 80px;
}
/*tr {*/
/*  width: 222px;*/
/*}*/

td {
/*  display: table-cell;*/
    padding:  0.2em 0.4em 0.2em 0.4em;
    overflow: hidden;
}
td:first-child {
    width: 110px;
}
td:nth-child(2) {
   width: 20px;
}
td:nth-child(3) {
   width: 40px;
}
td:nth-child(4) {
   width: 20px;
}

.filter {
    filter: drop-shadow( 0 2px 1px black );
}

/*
.row label {
  display: inline-block;
  width: 99%;
}

.row label:hover {cursor: pointer;}
.row:hover {background: lightgrey;}
.row.selected {background: grey;}
.row.selected:hover {background: darkgrey;}
*/




.pageslide{
height: 100vh;

}


.rightMenu{
/*    background: #000;*/
    position: absolute;
    top:50vh;
    right:0px;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    height:100vh;
    box-sizing:border-box;
    width:0px;
    transition:.4s;
    -webkit-transition: .1s;
    z-index: 7;
    color: white;
    overflow-x:hidden;
    overflow-y:auto;
/*    background-color: #67676788;*/
    user-select: none;
    padding-top: 8px;
/*    padding-bottom: 40px;*/
/*    margin-bottom: 80px;*/
-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}
.rightMenuC{
  border: 2px rgba(120, 120, 120, 0.1) solid;
    border-style: none none none double;
    right:0;
    width: 130px;
    z-index: 7;
}

.menuBtn{
    transition:.4s;
    -webkit-transition: .1s;
    right: 30px;
    top:30px;
    color:white;
    font-weight:bold;
    text-decoration:none;
    background-color:rgba(244, 110, 100, 0.8);
/*    background-color:rgba(244, 170, 160, 0.4);*/
    display:block;
    width:35px;
    height:35px;
    border-radius:40px;
    position:absolute;
    z-index: 12;
     user-select: none;
    border-color:  rgba(244, 70, 60, 0.4);
    border-width: 2px;
    border-style: solid;
  cursor: pointer;
//  padding: 12px 16px;
-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
}

.menuBtn:after {
    content:'';
    position:absolute;
    top:-30px; bottom:-30px;
    left:-30px; right:-30px;
}

.menuBtn:hover{
    background-color:rgba(244, 70, 60, 0.9);
}
.menuBtnC{
    right:160px;
}

.buttonXS:hover{
    background-color:#eeeeeeee;
}
.buttonXS:focus {
outline: none;
    background-color: #ffffff;
}
.buttonXS {
 outline: none;
    width: 106px;
    height: 20px;
    font-size: 12px
/*    padding-bottom: 8px;*/
    font-size: 12px;
    margin-left: 3px;
    padding: 0;
    margin-bottom: 3px;
    border: 0;
    background-color: #dddddd;
    color:black;
}

.buttonU:hover {
outline: none;
    background-color: #eeeeee;
}
.buttonU:focus {
outline: none;
    background-color: #ffffff;
}
.buttonU {
    background-color: #ffffff;
}

buttonF {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid white;
    border-radius: 5px;
    font-size: 0.9rem;
    padding: 0.5rem 0.9em;
    background: #000000;
    color: white;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    cursor: pointer;
    transition: all .5s;
}

buttonF:hover {
    background: #ffffff;
    color: #000000;
}
/*
#startButton{
    font-family: 'Jura';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    padding: 0;
    margin: auto;
    margin-top: 45px;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
    color: #cdcdcd;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-color: white;
    border-width: 1px;
    border-style: solid;
visibility: hidden;

}

#startButton:hover{
    color: rgba(48, 48, 48, 1);
    background-color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
}



#startButton2{
    font-family: 'Jura';
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    padding: 0;
    margin: auto;
    margin-top: 80px;
    padding-top: 4px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-right: 14px;
    color: #cdcdcd;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 0.5px;
    border-color: white;
    border-width: 1px;
    border-style: solid;
visibility: hidden;

}

#startButton2:hover{
    color: rgba(48, 48, 48, 1);
    background-color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
}

*/



#overlay {
/*     background-image: url("image/PIA17936.jpg");*/
/*  background-image: url("img_tree.gif");*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-attachment: fixed;*/
    position: absolute;
    z-index: 9;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 100%;
    height:100%;
    min-height:1200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
/*    opacity: 0;*/
    background-color: rgba(48, 48, 48, 1);
/*    background-color: #00000000;*/
    color: #cdcdcd;
}

/* dat gui*/
.dg.ac {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 6 !important; /* TODO Solve this in HTML */
}

/*.dg.a { margin-right:250px !important; }*/

/*#guiContainer {*/
/*    position: absolute;*/
/*    top: 10%;  // position top border to be 10 vh*/
/*    left: 5%;    // position left border to be 5 vw*/
/*    z-index: 100 !important;*/
/*    border: solid 1px green;  // useful to know where the gadget is*/
/*}*/


.loading {
    position: relative;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -42px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  
/*    -webkit-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);*/
/*    -moz-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);*/
/*    -ms-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);*/
/*    -o-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);*/
/*    box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);*/
}

.loading-dot {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: white;
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  
    opacity: 0;
  
    -webkit-box-shadow: 0 0 2px black;
    -moz-box-shadow: 0 0 2px black;
    -ms-box-shadow: 0 0 2px black;
    -o-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
  
    -webkit-animation: loadingFade 2.4s infinite;
    -moz-animation: loadingFade 2.4s infinite;
    animation: loadingFade 2.4s infinite;
}

.loading-dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}

.loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@-moz-keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

@keyframes loadingFade {
    0% { opacity: 0; }
    50% { opacity: 0.8; }
    100% { opacity: 0; }
}

/* START TOOLTIP STYLES */

figcaption {
     position: absolute;
     left: 0;
     top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;/*user-select: none;*/
/*touch-action: none;*/
/*overflow: hidden ;*/

}

/* span {
pointer-events: auto;
//    overflow: hidden;
} */

span[data-tooltip] {
     position: absolute;
    left: 0;             /* make their default position the top left of the container */
    top: 0;
     text-align: center;
     padding: 4px 8px;
     font-family: 'Helvetica', 'Arial', sans-serif;
     border-radius: 4px;
/*     overflow: hidden;*/
     font-size: 14px;
     color: #eee;
     display: none;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
/*user-select: none;*/
/*touch-action: none;*/
/*touch-action: none;*/
/*    overscroll-behavior: contain ;*/
/*    touch-action: none;*/
/*    overflow: auto ;*/
/*text-shadow: -0.5px -0.5px 0.5px dimgray, 0.5px -0.5px 0.5px dimgray, -0.5px 0.5px 0.5px dimgray, 0.5px 0.5px 0.5px dimgray;*/
/*text-shadow: -0.75px -0.75px 0.75px dimgray, 0.75px -0.75px 0.75px dimgray, -0.75px 0.75px 0.75px dimgray, 0.75px 0.75px 0.75px dimgray;*/
/*    text-shadow: -1px -1px 1px dimgray, 1px -1px 1px dimgray, -1px 1px 1px dimgray, 1px 1px 1px dimgray;*/
/*    text-shadow: -1px -1px 1px #00f, 1px -1px 1px #00f, -1px 1px 1px #00f, 1px 1px 1px #00f;*/
text-shadow: 1px 1px 1px dimgray;

}
span[data-tooltip]:hover {
     cursor: pointer;
     color: #111;
     z-index:5;
     background-color: rgba(220, 220, 220, 0.8);
text-shadow: unset;
-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */

}

span[data-tooltip]::before,
span[data-tooltip]::after {
  position: absolute;
  display: var(--dodisp, block);;
/*  opacity: 0.85;*/
/*     display: none;*/
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
}
span[data-tooltip]::before {
  /*
   * using data-tooltip instead of title so we
   * don't have the real tooltip overlapping
   */
  content: attr(data-tooltip);
  background: rgb(30, 30, 30);
  background-color: rgba(30, 30, 30, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 4px;
  width: 140px;
  /* we don't want the text to wrap */
/*  white-space: nowrap;*/
/*  white-space: pre-line;*/
  white-space: pre-wrap;
  text-decoration: none;
  pointer-events: none;
}
span[data-tooltip]::after {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  content: '';
pointer-events: none;
}

/*span[data-tooltip]:hover::before,*/
/*span[data-tooltip]:hover::after {*/
/*  display: block;*/
/*}*/

.dis-content::after {
    content: none;
}
#dis-content:after {
    display: none;
}

span[data-tooltip]:hover:before {
    opacity: 1;
}
span[data-tooltip]:hover:after {
    opacity: .5;
}

/** positioning **/

/* left tooltip */
span[data-tooltip][data-placement="left"]::before {
  top: -25%;
  right: 100%;
  margin-right: 10px;
}
span[data-tooltip][data-placement="left"]::after {
  border-left-color: #000;
  border-right: none;
  top: 50%;
  right: 100%;
  margin-top: -6px;
  margin-right: 4px;
}

/* right tooltip */
span[data-tooltip][data-placement="right"]::before {
  top: -25%;
  left: 100%;
  margin-left: 10px;
}
span[data-tooltip][data-placement="right"]::after {
  border-right-color: #000;
  border-left: none;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  margin-left: 4px;
}

/* top tooltip */
span[data-tooltip][data-placement="top"]::before {
  bottom: 100%;
  left: 0;
  margin-bottom: 10px;
}
span[data-tooltip][data-placement="top"]::after {
  border-top-color: #000;
  border-bottom: none;
  bottom: 100%;
  left: 10px;
  margin-bottom: 4px;
}

/* bottom tooltip */
span[data-tooltip][data-placement="bottom"]::before {
  top: 150%;
  left: 20;
  margin-top: 10px;
}
span[data-tooltip][data-placement="bottom"].without-after-element::after {
content: none;
}

span[data-tooltip][data-placement="bottom"]::after {
  border-bottom-color: #000;
  border-top: none;
  top: 150%;
  left: 17px;
  margin-top: 4px;
}


/* break for prev next */

.prev, .next{
/*    transition:.2s;*/
    -webkit-transition: .1s;
    cursor:pointer;
    background: rgba(220, 220, 220, 0.4);
/*    #ccc;*/
    height:30px;
    width:30px;
/*    display:inline-block;*/
    display:block;
    position:fixed;
/*    top:197px;*/
/*    right: 20px;*/
    bottom:26px;
    margin:0;
    right: 33px;
    padding:0;
/*    opacity:1;*/
/*    filter: alpha(opacity=70);*/
    border-color:  rgba(220, 220, 220, 0.5);
    border-width: 2px;
    border-style: solid;
     border-radius: 4px;
     z-index: 7;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.next{
    float:right;
/*    right:-2px;*/
    bottom:62px;

}
.prev{
    float:right;
/*    left:0;*/
}

.prev:after {
    content:'';
    position:absolute;
    top:-40px; bottom:-80px;
    left:-80px; right:0px;
}

.next:after {
    content:'';
    position:absolute;
    top:-40px; bottom:-80px;
    left:0px; right:-40px;
}


.nextC, .prevC{
    right: 162px;
}



.next:hover{
    background: rgba(190, 190, 190, 0.45);
}
.prev:hover{
    background: rgba(190, 190, 190, 0.45);
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ddd;
    position:relative;
    top:13%;
    left:35%;
/*    right:-42%;*/
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid #ddd;
    position:relative;
    top:13%;
    left:31%;
/*    left:38%;*/
}



/* Spinner Circle Rotation */
.sp-circle {
  width: 33px;
  height: 33px;
  border: 2px rgba(0, 0, 0, 0.4) solid;
  border-top: 2px white solid;
  border-bottom: 2px white solid;
  border-radius: 50%;
  -webkit-animation: spCircRot .9s infinite linear;
  animation: spCircRot .9s infinite linear;
}


@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}



/* HO<EPAGE */


section {
/*    background: rgb(77, 77, 77);*/
    box-sizing: border-box;
/*    width: 80%;*/
    max-width: 800px;
    height: 100vh;
/*    min-height: 600px;*/
    padding: 10px;
    margin: 0;
/*    padding-top: 24px;*/
}
div {
    box-sizing: border-box;
/*/*    padding: 50px;*/*/
/*    text-align: center;*/
/*    width: 50%;*/
}

.green {
    display: inline-block;
    width: 50%;
/*    background: lightgreen;*/
    padding: 4px;
}

.green img {
  margin: 0px -10px -10px 0px;
}

.green:hover{
  outline: 4px solid white;
  outline-offset: -4px;

}
.blue {
     display: inline-block;
   width: 50%;
/*    background: lightblue;*/
    padding: 4px;
}

.blue img {
 margin: 0px -10px -10px 0px;
 
}
.blue:hover{
  outline: 4px solid white;
  outline-offset: -4px;

}


.yellow {
/*    background: rgb(177, 177, 177);*/
    padding: 4px;
    margin: 0;
    display: block;
    width: 50%;
/*    min-height: 200px;*/
/*    height: 30%;*/
/*    overflow: hidden;*/
/*    margin-top: 12px;*/
/*    margin-bottom: 20px;*/
}


.yellowtext {
/*    background: rgb(177, 177, 177);*/
    font-size: 15px;
    line-height: 1.2;
    padding: 0px;
    padding-top: 12px;
    padding-bottom: 0;
    margin: 0;
/*    padding-bottom: 4px;*/
    display: block;
    width: 100%;
}
.yellowrighttext {
/*    background: rgb(177, 177, 177);*/
/*    margin-bottom: 30px;*/
    text-align: right;
/*    width: 100%;*/
}
.bigtext {
/*    background: rgb(177, 177, 177);*/
    font-size: 18px;
    padding: 4px;
    padding-top: 10px;
    padding-bottom: 12px;
    display: block;
    width: 100%;
}

.alignleft {
    float: left;
}
.alignright {
     display: inline-block;
    float: right;
}

.yellow img {
 margin: -160px 0 -180px 0;

}

.yellow:hover
{
  outline: 3px solid white;
  outline-offset: -4px;
}

.layer1{
  fill: white;
    font-size: 74px;
    font-weight: bold;
    margin-left: 6px;
}

.layer2{
  fill: white;
    font-size: 11px;
    font-weight: 400;
    margin-left: 16px;
}

img {
    width: 100%;
}

h5 {
 font-size: 20px;
 font-weight: bold;
 color: #444444;
}
h4 {
 font-size: 20px;
 font-weight: bold;
 color: white;
}
h3 {
 font-size: 17px;
 font-weight: bold;
 color: #444444;
}
/* Bottom left text */
.bottom-left {
color: white;
  position: absolute;
  bottom: 8px;
  left: 12px;
  user-select: none;
text-shadow: 1px 1px 1px dimgray;

}

/* Bottom left text */
.bottom-bot {
  position: absolute;
  bottom: 8px;
    vertical-align: middle;
  user-select: none;
}

/* Top left text */
.top-left {
  position: absolute;
  top: -34px;
  left: 12px;
color: white;
text-shadow: 1px 1px 1px dimgray;
    margin: 0;

}

/* Top right text */
.top-right {
  position: absolute;
  top: -34px;
  right: 12px;
color: white;
text-shadow: 1px 1px 1px dimgray;
    margin: 0;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
    color: white;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -68%);
/*    pointer-events: none;*/
font-size: 24px;

}

/*.centered:hover {*/
/*  color: black;*/
/*}*/

.txtcontainer {
    position: relative;
    overflow: hidden;
    white-space: pre;
}

.txtcontainer:hover {
    position: relative;
    overflow: hidden;
    white-space: pre;
    color: black;
}


#labels {
  position: absolute;  /* let us position ourself inside the container */
  left: 0;             /* make our position the top left of the container */
  top: 0;
  color: white;
}
#labels>div {
  position: absolute;  /* let us position them inside the container */
  left: 0;             /* make their default position the top left of the container */
  top: 0;
/*  cursor: pointer; */
  padding-left: 8px;
  padding-right: 8px;
background-color: #67676788;
    white-space:nowrap;
text-align: right;
  font-size: 14px;
  user-select: none;   /* don't let the text get selected */
  text-shadow:         /* create a black outline */
  -1px -1px 0 #000,
  0   -1px 0 #000,
  1px -1px 0 #000,
  1px  0   0 #000,
  1px  1px 0 #000,
  0    1px 0 #000,
  -1px  1px 0 #000,
  -1px  0   0 #000;
  display: none;
}
/*
#labels>div:hover {
  color: red;
}
*/

.xmodal-header {
    border: 0 none;
    border-bottom: 0 none;
    height: 40px;
    margin-bottom: 4px;
}

.no-border{
  border: 0 none;
}

.xmodal-backdrop {
   background-color: #67676788;
}

/*a.hnum, a.hnum:link, a.hnum:visited, a.hnum:focus, a.hnum:active {*/
/*    color: inherit;*/
/*    text-decoration: none;*/
/*  border: 0 none;*/
/*}*/

.xmodal-content { background: #EFEFEF !important; }

/*a.hnum:hover span {display:none}*/
/*a.hnum:hover:before {content:"Info!"}*/

img.two {
  height: 25%;
  width: 25%;
  margin-top: 8px;
}

img.one {
   margin-top: 8px;
}


.don {
  width: 17%; /* Full width */
  height: 17%; /* Full height */
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #dddddd;
  margin: auto;
  padding: 20px;
  padding-top: 14px;
  border: 1px solid #888;
  width: 50%;
    font-size: 15px;
    line-height: 1.2;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
  padding: 2px 8px;
/*  background-color: #5cb85c;*/
    margin-top: 24px;
/*    margin-bottom: 12px;*/
    border-top: 2px solid grey;
  color: rgb(80,80,80);
}

a.ftlink, a.ftlink:link, a.ftlink:visited, a.ftlink:focus, a.ftlink:active {
    line-height: 2;
    color: inherit;
    text-decoration: none;
    border: 0 none;
}


/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
