@font-face {
    font-family: ProstoOne;
    src: url(fonts/ProstoOne.ttf);
}
@font-face {
    font-family: Righteous;
    src: url(fonts/Righteous.ttf);
}
@font-face {
    font-family: Source;
    src: url(fonts/Source.ttf);
}
*{margin:0;padding:0;}
br { line-height: 10px;}
html{
    width:100%;
    height:100%;
    scroll-behavior: smooth;
}
body  {
    color:transparent;
    font-family: Source;
    font-size: 13px;
    text-align:center;
    overflow-x:hidden;
    top: 0px !important;
    background:#000;
}
h3{
    padding:10px;
}
ul{
    color:lightgrey;
    list-style-type:circle;
    margin-left:30px;
}
li{
    padding:5px;
}
input {
    outline: none;
    font-weight: bold;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid lightgrey;
    font-size: 1em; 
    color: #333333;
    width:100%;
    box-sizing: border-box;
}

button {
    outline: none;
    font-weight: bold;
    padding: 10px;
    margin: 2px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid lightgrey;
    font-size: 1em; 
    color: #333333;
    box-sizing: border-box;
    cursor:pointer;
}

select {
    outline: none;
    font-weight: bold;
    padding: 5px;
    margin: 2px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid lightgrey;
    font-size: 1em; 
    color: #333333;
    width:100%;
    box-sizing: border-box;
}



.hr-l {
    height: 2px;
    border: none;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(goldenrod), to(transparent));
    box-shadow: 2px 2px 1px rgb(255 165 0 / 0.3);
}
.hr-r {
    height: 2px;
    border: none;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(goldenrod));
    box-shadow: 2px 2px 1px rgb(255 165 0 / 0.3);
}
.header{
    display:inline-block;
    width:100%;
    height:50px;
    position:sticky;
    top:0px;
    background:#000;
}
.main{
    color:lightgrey;
    width:100%;
    text-align:left;
    background:#111;
}
.box{
    display: inline-block;
    color:lightgrey;
    width:333px;
    text-align:left;
    background:#333;
}
.title{
    padding-left:10px;
    text-align:left;
    width:100%;
    height:45px;
    font-size: 40px;
    font-family: Righteous;
    letter-spacing: 1px;
    background-image: url("img/light2.gif");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: auto ;
    background-position: left; 
    -webkit-background-clip: text;
    filter: drop-shadow(2px 2px 2px gold);
}
.menu{
    position:fixed;
    top:3px;
    right:5px;
    cursor: pointer;
    text-align:right;
    font-size:17px;
    color:gold;
}
.menu_container {        
    position:fixed;
    top:50px;
    right:5px;
    opacity:0;
    height: 0px;
    width:105px;
    transition: 1s;
    border-radius:3px;
    overflow:hidden;
}
.menu_container button {
    background:#222;
    border:1px solid #444;
    border-radius:5px;
    color:white;
    font-weight:bold;
    width:100px;
    padding:10px;
    filter: drop-shadow(2px 2px 2px gold);
    cursor: pointer;
} 
.menu_container button:hover {
    color:gold;
} 
.menu_bar1, .menu_bar2, .menu_bar3 {
    width: 45px;
    height: 6px;
    background-color: goldenrod;
    margin: 6px 0;
    transition: 0.4s;
    border-radius:3px;
    filter: drop-shadow(2px 2px 2px gold);
}
.change .menu_bar1 {
    transform: translate(0, 33px);
    opacity: 0;
}
.change .menu_bar2 {
    opacity: 0;
    transform: translate(0, 23px);
}
.change .menu_bar3 {
    transform: translate(0, 13px);
}
.change2 {
    height:150px;
    opacity: 1;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 5px;
    
}
::-webkit-scrollbar-thumb {
    background: goldenrod; 
    border-radius: 6px;
    border:1px solid #444;
}
::-webkit-scrollbar-thumb:hover {
    background: gold; 
}


.launcher  {
    width:100%;
    margin-top:-3px;
    font-size:12px;
    color:white;
    white-space:nowrap;
    border-collapse: collapse;
    border:0px;
}
.launcher tr:first-child{border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.launcher td:hover {  text-shadow: 1px 1px 1px lightblue, 0 0 1em blue, 0 0 0.2em purple;box-shadow:inset 0px 0px 10px 3px blue;}
.launcher td {
    border:0px;
    height:70px;
    border-collapse: collapse;
    padding:20 0 20 0;
    text-align:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left; 
    cursor:pointer;
    vertical-align:bottom;
    text-shadow: 1px 1px 2px purple, 0 0 1em blue, 0 0 0.2em blue;
}

.tblInfo {
    width:100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    border-collapse: collapse;
    border: 0px solid #333;
}
.tblInfo tr:nth-child(even){background-color:rgba(255, 255, 255, 0.7)}

.tblInfo th {
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
}
.tblInfo td {
    text-align:left;
    border: 0px solid #ddd;
    padding: 2px;
    font-size:13px;
    color: #333333;cursor:pointer;
    overflow: hidden;
}  

.tblData  {
    width:100%;
    margin:0px;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #333;
}

.tblData td {
    text-align:left;
    border: 0px solid #ddd;
    padding: 2px;
    user-select:none;
    color: #333333;cursor:pointer;
    background: rgba(215, 215, 215, .8);
 }
.tblData th {
text-align:left;
border: 0px solid #333;
padding: 5px;
user-select:none;	
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
background-color: #04AA6D;
color: white;
pointer-events: none;	
text-shadow: 1px 1px 1px orange, 0 0 1em yellow, 0 0 0.2em yellow;
}
.tblData tr:nth-child(even){background-color: #f2f2f2;}
.tblData tr:first-child{border-top-left-radius: 10px;border-top-right-radius: 10px;}
.tblData tr:hover {background-color: #B2DDE7;}
.odd{background-color: white;} 
.even{background-color: lightgrey;} 
.selected{ border: 1pt solid goldenrod;} 

#divInfo{
    z-index:300;
    display:none;
    position:fixed;
    width:95%;
    top: 20px;
    left: 50%;
    max-height:90%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .7);
    text-align:center;
    border-radius: 10px;
    border: 2px solid goldenrod;
    font-size: 20px;
    color: black;
    transition: all 1s;
    overflow-x:hidden;
    overflow-y:auto;
    text-align:center;
}
#divFade {
	position: fixed;
	text-align:center;
	z-index:299;
	top:0px;
	right:0px;
	left:0px;
	height: 100vh;
	opacity: 0;
	transition: opacity 1s linear;
	display: none;
 
}
#divFade:before {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-image: url('https://dataia.ca/img/fadebg2.gif');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
  }