﻿/* Style - www.netbax.net © January 2025 - Autor by Chris Bax - net@netbax.net */

body {
background-color:#000;
width: 100%; 
height:100%;
margin:0px;
padding:0px;
font-family:"Heebo",sans-serif;
font-size:1rem;
font-weight:400;
color:#fff;
-webkit-tap-highlight-color:rgba(0,0,0,0)}
*,*::before,*::after{box-sizing:border-box}


* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;

}

::-webkit-selection { 
  color: #fff;
  background: #c00;
}

::-moz-selection { 
  color: #fff;
  background: #c00;
}

::selection {
 color: #fff;
  background: #c00;
}

.form-group{
margin-bottom:10px;
}

.checkbox {
     color: transparent;
     background: url('../../images/checkbox.png') -40px 0 no-repeat;
     border-radius: 14px;
     box-shadow: 0 1px 2px #888, 0 0px 3px #777, inset 0 -1px 5px #333;
     display: inline-block;
     position: relative;
     text-indent: 100%;
     width: 65px;
     height: 29px;
     -webkit-transition: background-position .3s ease;
     -moz-transition: background-position .3s ease;
     cursor: pointer;
     font-size: .01em;}

.check[type=checkbox] {
     display: none;}

.checkbox span {
     background: url('../../images/checkbox.png') -1px -30px no-repeat;
     border: 0px solid transparent;
     border-radius: 14px;
     box-shadow: 0 1px 3px #000, 0 2px 13px #000;
     content: "";
     display: block;
     position: absolute;
     top: 0px;
     left: -1px;
     width: 28px;
     height: 28px;
     -webkit-transition: left .3s ease;
     -moz-transition: left .3s ease;}

.check[type=checkbox]:checked + label {
     background-position: 0 0;}

.check[type=checkbox]:checked + label span {
     left: 40px;}















.flex{display:flex;overflow:none;}

.sidebar1{
height:100%;
width:27%;
background-color:#000;
position:fixed!important;
overflow:auto;
border-radius:0px;
box-shadow:1px 1px .5em #000 inset;
top:40px;
left:0px;
z-index:5;
padding:5px;}

.sidebar2{
height:100%;
width:59%;
background-color:#000;
  background-image: url(../../images/transparent.png);
position:fixed!important;
overflow-x:none;
border-radius:0px;
box-shadow:1px 1px .5em #000 inset;
top:40px;
right:170px;
z-index:5;}

.sidebar3{
height:485px;
width:13%;
background-color:#000;
position:fixed!important;
overflow:auto;
border-radius:0px;
box-shadow:1px 1px .5em #000 inset;
top:170px;
right:0px;
z-index:5;
padding:5px;
margin:0px;}



.lock{
position:fixed;
top:50px;
right:19px;
border:none;
outline:none;
}










   










.out {
background: radial-gradient(circle at 10.6% 22.1%, rgb(206, 18, 18) 0%, rgb(122, 21, 21) 100.7%);
  padding: 7px 10px;
border-radius:4px 0px 0px 4px;


  color: #fff;
}


input,
output {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: Arial, sans-serif;
}

output {
background: #c00;
padding: 7px 7px;
color: #fff;
border-radius:2px;
border:none;

}




.input1{


width:140px;
height:30px;
cursor: pointer;
display: inline-block;
  vertical-align: middle;
  font-size: 14px;
background-color:#c00;
border-radius:0px 4px 4px 0px;
color:#fff;
border:0px;
}

.input1:hover {
    background-color: #555;
border-right:4px solid #c00;
}















.button5 {
font-size: 15px;
  min-width: 25px;
  height: 30px;


  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 2px;
  z-index: 0;
background: #008000;
  overflow: hidden;
  border: 1px solid #008000;
  color: #fff;

}
.button5:hover {
  color: #fff;
border-color: #555;
}
.button5:hover:after {
  width: 100%;
}
.button5:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
background: #777;
}











.button55 {
font-size: 15px;
  min-width: 25px;
  height: 30px;


  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 2px;
  z-index: 0;
background: #ff3800;
  overflow: hidden;
  border: 1px solid #ff3800;
  color: #fff;

}
.button55:hover {
  color: #fff;
border-color: #555;
}
.button55:hover:after {
  width: 100%;
}
.button55:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
background: #777;
}

















textarea::placeholder {
  
    opacity: 1;
    color: #fff;
}








/* input[type="range"]:focus,
input[type="number"]:focus {
  box-shadow: 0 0 3px 1px #4b81dd;
  outline: none;
} */

input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 150px;
  height: 7px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background-image: linear-gradient(#c00, #ff4500);
  background-size: 70% 100%;
  background-repeat: no-repeat;
}


[dir="rtl"] input[type="range"] {
  background: #ff4500;
  background-image: linear-gradient(#fff, #fff);
  background-size: 30% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
  background: #ff0200;
}

input[type="range"]::-moz-range-thumb:hover {
  background: #ff0200;
}

input[type="range"]::-ms-thumb:hover {
  background: #ff0200;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}



































.select {
width:40%;
color:#fff;
position: relative;
  height: 28px;
  background: #363d47;
font-size:14px;
cursor: pointer;
  border: 1px solid;
  border-color: #272c33 #242930 #22272d;
border-radius:0px 4px 4px 0px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  background-image: -webkit-linear-gradient(top, #4a5361, #363d47);
  background-image: -moz-linear-gradient(top, #4a5361, #363d47);
  background-image: -o-linear-gradient(top, #4a5361, #363d47);
  background-image: linear-gradient(to bottom, #4a5361, #363d47);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.15);}

.select:hover{
  background-color: gray;
}


.input4{

margin-left:-4px;
width:40%;
height:30px;
cursor: pointer;
display: inline-block;
  vertical-align: middle;
  font-size: 14px;
color:#fff;
background-color: #555;
border-radius:0px;
border:0px;

}

.input4:hover {
    background-color: #777;
}

.oup3 {
background: #222;
  padding: 7px 15px;
margin-left:0px;
  color: #fff;
border-radius:4px 0px 0px 4px;
border:none;
box-shadow: inset 5px 5px 5px 5px rgba(0,0,0,0.4);}

.button {
  display: inline-block;
  padding: 12px 17px;
  border: 0px solid #000;
background: linear-gradient(107.2deg, rgb(150, 15, 15) 10.6%, rgb(247, 0, 0) 91.1%);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
font-size:15px;
font-family:tahoma;
text-transform:capitalize;
  color: #fff;
border-radius:2px;

}

.button:hover {
background: radial-gradient(circle at 50.4% 50.5%, rgb(251, 32, 86) 0%, rgb(135, 2, 35) 90%);
  color: #fff;
}

.input{
text-decoration: none;
width:70%;
height:34px;
padding:6px 12px;
font-size:14px;
color:#fff;
background-color:#222;
border-radius:4px;
border:1px solid #555;
box-shadow: inset 5px 5px 5px 5px rgba(0,0,0,0.4);
}

.input:hover {
    background-color: #222;

border-right:4px solid #c00;
}

.input::placeholder {
  
    opacity: 1;
    color: #fff;
}

.button4 {
  display: inline-block;

}

.button4 a {

  float: left;
  padding: 4px 10px;
  text-decoration: none;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
transform: scale(1.05);
  
  background-image: linear-gradient( /* chrome */
    hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0) 50%,
    hsla(0, 0%, 0%, 0.3) 50%, hsla(0, 0%, 100%, 0.2)
  );

}



.button4 a:first-child {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  border: 1px solid #555;
}

.button4 a:last-child {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  border: 1px solid #555;
}









.xblack{background-color:#000;
border: 1px solid #000;}

.xwhite{background-color:#ccc;
border: 1px solid #ccc;}

.xred{background-color:#ff0000;
border: 1px solid #ff0000;}

.xorange{background-color:#FFAE00;
border: 1px solid #FFAE00;
}



.xblue{background-color:#007FFF;
border: 1px solid #007FFF;}

.xcoral{background-color:#ff9966;
border: 1px solid #ff9966;}

.xgreen{background-color:#008000;
border: 1px solid #008000;}

.air-force-blue{background-color:#5d8aa8;
border: 1px solid #5d8aa8;}

.aurometalsaurus{background-color:#6e7f80;
border: 1px solid #6e7f80;}

.beaver{background-color:#9f8170;
border: 1px solid #9f8170;}

.electric-green{background-color:#0f0;
border: 1px solid #0f0;}

.purple{background-color:#966fd6;
border: 1px solid #966fd6;}



















.x-bar{
  position: absolute;
  top: 0px;
  left: 0px;
padding:0px 0px;
margin:0px;}




#canvas{
background-color:transparent;
  position: absolute;
 top: 120px;
  left: 2px;
border:1px solid #ccc;

}

.lee{
width: 75px;
height: 75px;
border-radius:50%;
border:none;
font-size:90px;
}

.dis{display:none;}

.cone {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 17px;
border-radius:4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cone input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 22px;
  width: 22px;
  background-color: #777;
  border: 1px solid #000;
border-radius:4px;
}

/* On mouse-over, add a grey background color */
.cone:hover input ~ .checkmark {
  background-color: #ccc;
  border: 1px solid #000;
}

/* When the checkbox is checked, add a blue background */
.cone input:checked ~ .checkmark {
  background-color: #008000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cone input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cone .checkmark:after {
  left: 8px;
  top: 5px;
  width: 10px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

.loop {
color: #fff;
font-family:tahoma;
font-size: 15px;
  line-height: 1.4em;
text-transform:capitalize;
margin-left:5px;
padding-top:1rem;
}

.postn{
position:absolute;
left:55px;
bottom:170px;
background-color:transparent;
border: 1px solid #c00;
 text-align: center;
border-radius:4px;
color: #fff;
height: 170px;
    width: 250px;
font-family: tahoma;
font-weight:normal;
font-size: 15px;
line-height:20px;

}


.postn1{color:#fff;
background-color:#c00;
height: 20px;
width: 100%;
text-transform:uppercase;
font-weight: bold;
font-family:Tahoma;
border-radius: 0px;
 text-align: center;
border:none;
}

#tools{
  position: absolute;
top:30px;
left: 230px;
}

.oup2 {
background: #222;
  padding: 6px 15px;

margin-left:-4px;
  color: #fff;
border-radius:0px 4px 4px 0px;
cursor:pointer;
border:none;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
  vertical-align: middle;
}

.oup2:hover {
background: #555;
  padding: 6px 15px;

  color: #fff;
border-radius:0px 4px 4px 0px;
cursor:pointer;
border:none;
  vertical-align: middle;
}







.hide {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

label[for=west] {
  display: inline;
  cursor: pointer;
  padding: 7px 20px 7px 5px;
  background-color: #ff3800;
font-family:lucida;
font-size:17px;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
   border-radius: 2px;
  transition: all 0.3s;
}
label[for=west]:hover {
  background-color: #FF5722;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25), 0 5px 18px 0 rgba(0, 0, 0, 0.2);
}

.joo{


border:none;
  display: inline;
  cursor: pointer;
  padding: 7px 10px 7px 5px;
  background-color: #FF5722;
font-family:lucida;
font-size:17px;
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  transition: all 0.3s;

}

.joo:hover {
  background-color: #ff3800;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25), 0 5px 18px 0 rgba(0, 0, 0, 0.2);
}






.baxs { position:fixed;width:100%!important;background:#222;}


.baxs {    padding: 4px;  background-clip: padding-box;  border: 1px solid;  border-color: #070809 #0d0e0f #131517;  border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.5);  border-radius: 3px;  display: inline-block;  vertical-align: baseline;  zoom: 1;  *display: inline;  *vertical-align: auto;     background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05);  box-shadow: 0 1px rgba(255, 255, 255, 0.05);}

.baxs a {  float: left;  margin-left: 5px;  padding: 0px 9px;  min-width: 17px;  line-height: 27px;  font-family: tahoma;  font-size: 14px;  font-weight: 500;  color: #d4d4d4;  text-align: center;  text-decoration: none;  border: 1px solid black;  border-radius: 3px;text-transform:capitalize;}

.baxs :first-child {  margin-left: 0px;}

.baxs a {  text-decoration: none;  text-shadow: 0 1px black;  background-clip: padding-box;  border-color: rgba(0, 0, 0, 0.9);  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);  -webkit-transition: 0.1s ease-out;  -moz-transition: 0.1s ease-out;  -o-transition: 0.1s ease-out;  transition: 0.1s ease-out;}

.baxs  a:hover {  background-color: #333;  background-color: rgba(255, 255, 255, 0.05);}

.baxs a:active {  color: #eee;  text-shadow: 0 -1px black;  background: #1c1c1c;  background: rgba(255, 255, 255, 0.01);  border-color: black rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.6);  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);  box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);}




































.nav69 {  margin: 0px 0;}

.nav69 {  padding: 8px;  background-clip: padding-box;  border: 1px solid;  border-color: #070809 #0d0e0f #131517;  border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.5);  border-radius: 3px;  display: inline-block;  vertical-align: baseline;  zoom: 1;  *display: inline;  *vertical-align: auto;    background:#222; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05);  box-shadow: 0 1px rgba(255, 255, 255, 0.05);}

.nav69  label {  float: left;  margin-left: 5px;  padding: 0 9px;  min-width: 17px;  line-height: 27px;  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  font-size: 12px;  font-weight: 500;  color: #d4d4d4;  text-align: center;  text-decoration: none;  border: 1px solid black;  border-radius: 3px;}

.nav69 :first-child {  margin-left: 0;}

.nav69  label {  text-decoration: none;  text-shadow: 0 1px black;  background-clip: padding-box;  border-color: rgba(0, 0, 0, 0.9);  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);  -webkit-transition: 0.1s ease-out;  -moz-transition: 0.1s ease-out;  -o-transition: 0.1s ease-out;  transition: 0.1s ease-out;}

.nav69  label:hover {  background-color: #333;  background-color: rgba(255, 255, 255, 0.05);}

.nav69 label:active {  color: #eee;  text-shadow: 0 -1px black;  background: #1c1c1c;  background: rgba(255, 255, 255, 0.01);  border-color: black rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.6);  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);  box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);}


.nav69 {  margin: 0px 0;}

.nav69 {  padding: 8px;  background-clip: padding-box;  border: 1px solid;  border-color: #070809 #0d0e0f #131517;  border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.5);  border-radius: 3px;  display: inline-block;  vertical-align: baseline;  zoom: 1;  *display: inline;  *vertical-align: auto;    background:#222; background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.05);  box-shadow: 0 1px rgba(255, 255, 255, 0.05);}

.nav69  a {  float: left;  margin-left: 5px;  padding: 0 9px;  min-width: 17px;  line-height: 27px;  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;  font-size: 12px;  font-weight: 500;  color: #d4d4d4;  text-align: center;  text-decoration: none;  border: 1px solid black;  border-radius: 3px;}

.nav69 :first-child {  margin-left: 0;}

.nav69  a {  text-decoration: none;  text-shadow: 0 1px black;  background-clip: padding-box;  border-color: rgba(0, 0, 0, 0.9);  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.04), inset 0 -1px rgba(0, 0, 0, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);  -webkit-transition: 0.1s ease-out;  -moz-transition: 0.1s ease-out;  -o-transition: 0.1s ease-out;  transition: 0.1s ease-out;}

.nav69 a:hover {  background-color: #333;  background-color: rgba(255, 255, 255, 0.05);}

.nav69 a:active {  color: #eee;  text-shadow: 0 -1px black;  background: #1c1c1c;  background: rgba(255, 255, 255, 0.01);  border-color: black rgba(0, 0, 0, 0.65) rgba(0, 0, 0, 0.6);  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);  box-shadow: inset 0 1px rgba(0, 0, 0, 0.05), inset 0 2px 2px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);}
