html {
    height: 100%;
  /*position: fixed;*/
}

body {
    background-color: #000;
    height: 100%;
    margin: 0px;
    color: white;
    font-family: Sans-Serif;
    font-size: 10px;
    /*position: fixed;*/
}
.full_container{
        min-width:758px;
        position:relative;
        width:100%;
        height:100%;
        
        -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;
}
.preset_popup{
    width:100%;
    height:100%;
    background-color:black;
    z-index:2000;
    position:absolute;
}
.savepreset, .loadpreset{
    /*height:70%;*/
    position:absolute;
    
    width:600px;
    font-size:12px;
    line-height:12px;
    top:50%;
  left: 50%;
  transform: translate3d(-50%,-50%, 0);

}
/*input[type="text"],*/
textarea {
    width:600px;
    padding: 10px;
    margin: 10px;
    height:400px;
    border: 1px solid #ccc;
    display:block;
    }
    

    
.tf{
        border: 1px solid #666;
        margin:10px;
        padding:10px;
        -webkit-user-select: all;  /* Chrome all / Safari all */
  -moz-user-select: all;     /* Firefox all */
  -ms-user-select: all;      /* IE 10+ */
  user-select: all;
}

a {
    color: white;
}

div {
   /* margin:0;
    padding:0;
    box-sizing:border-box;*/
}

.but{
    padding:10px;
    position:absolute;
    left: 50%;
  transform: translate3d(-50%,0, 0);
  border: 1px solid white;
  cursor:pointer;
}

.topmenu {
    position: relative;
    height: 30px;
    background-color: #000;
    
}
.topmenu .item{
    height:30px;
    background-color:#333;
    display:inline-block;
    line-height:30px;
}
.topmenu .header{
    height:30px;
    background-color:black;
    display:inline-block;
    line-height:30px;
    margin-left:11px;
    border-bottom:1px solid #666;
}

.intro{
    width:600px;
    font-size:14px;
    line-height:20px;
    top:50%;
  left: 50%;
  transform: translate3d(-50%,-50%, 0);
  position: absolute;
  z-index:20;
  /* text-transform: uppercase ;  | lowercase |*/
}
.knobs {
    position: relative;
    height: 90px;
    background-color: #000;
    margin-top:10px;
    margin-bottom:15px;
}

.noiseGens {
    position: relative;
    height: calc(100% - 30px - 115px - 40px);
    min-height: 200px;
   /* background-color: #111;*/
    white-space: nowrap;
}

.panknob {
    width: 100px;
    height: 100%;
    position: relative;
    display: inline-block;
    background-color: #171717;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 10px;
    /* margin:-1px;
            margin-right:-2px;
            left:1px;*/
}

.outer {
    width: 100%;
    height: 30%;
    margin: -1px;
    background-color: #111;
    border: 1px solid #777;
    position: absolute;
    border-radius: 10px;
    bottom: 0px;
}

.horline {
    width: 100%;
    top: 50%;
    height: 1px;
    background-color: #555;
    position: absolute;
}

.vertline {
    height: 100%;
    left: 50%;
    width: 1px;
    background-color: #555;
    position: absolute;
}

.inner {
    width: 26px;
    height: 26px;
    background-color: black;
    border-radius: 13px;
    position: absolute;
    margin-left: -13px;
    margin-top: -13px;
    border: 6px double #fff;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
}
.notename{
    position: absolute;
    margin:7px;
}

/*.mute {
    z-index: 3000;
    color: black;
    top: 0px;
}*/

#hancock {
    width: 100%;
    height: 40px;
    bottom: 0px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid #999;
    color:black;
}
.keyArrow{
   width: 50px;
    height: 40px;
   /* display: inline-block;*/
    background-color: black;
    position:absolute;
    z-index:10;
    background-image:url(../images/arleft.png);
}
.keyArrow.right{
    right:0px;
    bottom:0px;
    background-image:url(../images/arright.png);
}
.keysContainer{
    height:40px;
    width: auto;
    position:absolute;
   /* left:-624px;
    width: calc(100% - 100px);*/
}
.keysContainerOuter{
    height:40px;
    /*width: auto;*/
    position:absolute;
   width: calc(100% - 100px);
   left:50px;
   overflow:hidden;
}

.key {
    width: 25px;
    height: 40px;
    display: inline-block;
    background-color: white;
    margin-left: 1px;
    text-align:center;
}

.keyactive {
    opacity: .5;
    background-color: red;
    width: 25px;
    height: 40px;
    position: absolute;
    top: 0px;
}

.keyname {
    position: absolute;
    top: 0px;
    z-index: 2;
    font-size: 10px;
   width:25px;
   text-align:center;line-height:40px;
   height: 40px;
   font-weight:bold;
}

.key.black {
    background-color: black;
}

.key.white {
    background-color: white;
}

.close_but {
    background-color: #151515;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    border: 1px solid #666;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 7px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    position: absolute;
}

.close_but:hover {
    background-color: #222;
}
.panknob .close_but{
    top: -10px;
    right: 10px;
}
.preset_popup .close_but{
    top: 10px;
    right: 10px;
}


/*.myButton:active {
	position:relative;
	top:1px;
}*/

.recZone {
    border-radius: 9999px;
    width: 110px;
    height: 110px;
    position: absolute;
    right: 10px;
    top: -80px;
    background-color: black;
    border: 1px solid gray;
    z-index: 21;
}
.recBut {
    width:8px;
    height:8px;
    border-radius:12px;
    background-color:red;
    position:absolute;
    top:85px;
    right:45px;
    opacity:.75;
    border: 6px double #f00;
    background-clip: content-box;
    transition: .3s;
    cursor:pointer;
}

.recBut.active {
    border-radius:0px;
    transition: .3s;
}

.noiseLoopLength {
    display: inline-block;
    background-color: gray;
    margin: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor:pointer;
}
.noiseLoopLength.active{
    background-color: #cc6b06;
}

.impulseResponse {
    display: inline-block;
    background-color: gray;
    margin: 2px;
    height: 20px;
    
    line-height: 20px;
    text-align: center;
    padding-left:4px;
    padding-right:4px;
    cursor:pointer;
}
.impulseResponse.active{
    background-color: #cc6b06;
}
.impulseResponse_block{
    width:250px;
    display: inline-block;
}

.knobholder {
    display: inline-block;
        padding-left:5px;
    padding-right:5px;
}

.knobname {
    text-align: center;
    top: -5px;
    position: relative;
    width: 100%;
}

.effects {
    display: inline-block;
}

.effect_header {
    height: 20px;
    z-index:99;
    position:relative;
}

.effect_block {
    height: 90px;
    border-left: 1px solid white;
    display: inline-block;
    vertical-align: top;
    padding-left:10px;
    padding-right:10px;
    position:relative;
}

.noise_loop_block {
    width: 150px;
}
.overdriveTypes_block{
    width:24px;
    display: inline-block;
    padding-right:10px;
}

.option-group {
    margin: 8px;
    cursor:pointer;
}
.option-group.disabled {
    opacity:.5;
}

.led_9px {
    width: 10px;
    height: 10px;
    background-image: url("../images/led_15px.png");
    display: inline-block;
    margin-right: 4px;
    vertical-align: bottom;
    cursor:pointer;
}
.blocker{
    opacity:.5;
    width:calc(100% - 10px);
    height:90px;
    position:absolute;
    background-color:black;
    z-index:90;
}

.help{
    top:81px;
    right:43px;
    position:absolute;
    width:25px;
    height:25px;
    background-image: url('../images/help.png');
    display:block;
}
.record-alert{
    position:fixed;
    top:15px;
    right:15px;
    border: 1px solid white;
    line-height: 20px;
    padding:10px;
    background-color: black;
}
.record-alert .close_but{
    top: -10px;
    right: -10px;
    line-height:normal;
    border: 1px solid white;
}
