.btn{display:inline-block;*display:inline;*zoom:1;padding:2px 3px;margin-bottom:0;margin-right:10px;font-size:8x;line-height:14px;text-align:center;vertical-align:middle;cursor:pointer;color:#333333;text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #ffffff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #ffffff, #e6e6e6);background-image:-o-linear-gradient(top, #ffffff, #e6e6e6);background-image:linear-gradient(to bottom, #ffffff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #cccccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-left:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333333;background-color:#e6e6e6;*background-color:#d9d9d9;}
.btn:active,.btn.active{background-color:#cccccc \9;}
.btn:first-child{*margin-left:0;}
.btn:hover,.btn:focus{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);}
.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px;}
.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0;}
.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px;}
.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.btn-block+.btn-block{margin-top:5px;}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255, 255, 255, 0.75);}
.btn-primary{color:#ffffff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top, #0088cc, #0044cc);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));background-image:-webkit-linear-gradient(top, #0088cc, #0044cc);background-image:-o-linear-gradient(top, #0088cc, #0044cc);background-image:linear-gradient(to bottom, #0088cc, #0044cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*background-color:#0044cc;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#ffffff;background-color:#0044cc;*background-color:#003bb3;}
.btn-primary:active,.btn-primary.active{background-color:#003399 \9;}
html {
    height: 100%;
}
body
{ 
  background: url(../gfx/bg.jpg) no-repeat center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
font-family: 'Raleway', serif; font-weight:400;
}

hr {height:1px;border-width:0;color:#444;background-color:#666}

table {border-collapse:separate;}

a {text-decoration:none; color: rgba(5, 30, 50, 0.7);}

#outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

#middle {
    display: table-cell;
    vertical-align: middle;
}

#main {
width: 950px; margin-left: auto; margin-right: auto; margin-top: auto; margin-bottom: auto; padding-top: 11px; padding-bottom: 80px;  font-size:12px;
}

#titlearea { position: relative; width: 100%; padding-top: 0px; padding-bottom: 4px; font-family: 'Raleway', serif; font-weight: 500; }

.title { 
font-size: 46px;  margin-left: 20px;  font-weight:300; 
}
.titletime { font-size:18px; padding-left: 12px; vertical-align: 4%; font-weight:500;}
.subtitle { font-size:18px; padding-left: 6px; vertical-align: 4%; font-weight:500;}

#seqouter { height: 100px; width:100%; overflow-y: hidden;}

#container {
 height: 120px; width: auto; margin-left: 20px; margin-right: 20px; overflow-x: scroll;
}

#transport { position: absolute; top: 0px; right: 0px;   }
.trns {margin-right: 12px;margin-left: 10px; margin-top: 5px; cursor: pointer; }
.stop {margin-right: 10px;}
.zoom { margin-left: 54px;}

#footer { font-size:14px;  margin-left: 20px; }

noscript {font-size: 14px; font-weight: 500; text-transform: uppercase; color: red;}
noscript a {font-size: 14px; font-weight: 500; text-transform: uppercase; color: red; text-decoration:none}


#wavedisp {
	width: 100%;
	position: relative;
	margin-left : 15px;
	padding-top : 0px;
	padding-bottom : 16px;
	min-height : 74px;
}   

#wavesurfer1, #wavesurfer2, #wavesurfer3, #wavesurfer4, #wavesurfer5 {width: 95%; margin: auto;  position: absolute;}

#wavesurfer1wave, #wavesurfer2wave, #wavesurfer3wave, #wavesurfer4wave, #wavesurfer5wave {margin-top: 8px; margin-bottom: 8px; }

#wavedisp {border-bottom: 1px solid #ccc;}

#seq { padding-top : 4px;
 font-size:12px; font-weight:500; line-height: 12px; text-align: center; background-color: rgba(0, 0, 0, 0);}

#seq tr   { height:15px;}




.tdborderclear {         border-left : 2px solid rgba(255, 255, 255, 0);border-right : 2px solid rgba(255, 255, 255, 0);border-bottom : 2px solid rgba(255, 255, 255, 0);border-top : 2px solid rgba(255, 255, 255, 0);
                }
            
                           .tdbordermarktop {            border-left : 2px solid #666;
                border-right : 2px solid #666;
                                border-top : 2px solid #666; 
}               
                           .tdbordermarkbottom {            border-left : 2px solid #666;
                border-right : 2px solid #666;
                                border-bottom : 2px solid #666;
                
                }
                            .tdbordermark {           border-left : 2px solid #666;
                border-right : 2px solid #666;}                    
     

                .tdborderdivide {            
                border-right : 2px solid white;
                border-left : 2px solid rgba(255, 255, 255, 0);
                           }
                           
                           .tdborderdivideleft {            
                border-left : 2px solid white;
                border-right : 2px solid rgba(255, 255, 255, 0);
                             }
     
.tdborderdividetop {            
               /* border-top : 2px solid white; */  text-align: left;   vertical-align: top; font-family: 'arial';
                font-size:11px; color: black;
                    }
                    
.rightrepeat { background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='14'> <line x1='14' y1='13' x2='14' y2='0' style='stroke:white;stroke-width:2'/><circle cx='11' cy='4' r='1.5'  fill='white' /><circle cx='11' cy='9' r='1.5'  fill='white' /></svg>") right top no-repeat;}                    
.leftrepeat { background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='14'> <line x1='2' y1='13' x2='2' y2='0' style='stroke:white;stroke-width:2'/><circle cx='5.5' cy='4' r='1.5'  fill='white' /><circle cx='5.5' cy='9' r='1.5'  fill='white' /></svg>") left top  no-repeat;}                    
.norepeat { background: none;}                    



input[type=range] {
    -webkit-appearance: none;
    background-color: #999;
    width: 76px;

    height:4px;
      -webkit-transform:rotate(270deg);       
    -moz-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg);
      -webkit-transform-origin: top right;
         -moz-transform-origin: top right;
      -o-transform-origin: top right;
      -ms-transform-origin: top right;
      transform-origin: top right;

    
    z-index: 0;
        border-radius: 25%;

}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #444;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.volslider {
    cursor: ns-resize;
}
 .slider {  position : absolute;
   z-index : 20;
   margin-right: 38px; right:0px;
   margin-top: 2px;
   
	}    
#tracknum { width:27px; height:27px; text-align :center;
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26'><circle cx='13' cy='11' r='11' fill='rgba(200,200,200, 0.8)' /></svg>") no-repeat;
font-weight:500;    font-size: 16px;
position: absolute; top: 8px; left: 4px;
color:black;
  z-index : 22; text-shadow: 0 0 4px #fff;

}

#fileinput { position: absolute; top: 58px; right: 46px;    z-index : 18;
}
.timer { position: absolute; top: 70px; left: 8px;  font-weight:500; color:#444; z-index : 22;
background : rgba(200,200,200, 0.8); padding-left:4px; padding-right:4px; text-shadow: 0 0 4px #fff;

 }
.timer::after { content : '"';}

fileupload, input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;  cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}



#credit { font-size:13px;  font-weight:500;
}
.loading:before { content : '';}
#spinnerwrapper {
    height: 110px;
    line-height: 110px;
}

#spinnerwrapper img {
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
 .copyright {
font-weight:300;
font-size: 10px;
float: right;
margin-right: 20px;
color: #444; 
}


  
  #info {
  position: absolute;
  margin-top: 2px;
  width: 68.5%;
min-width: 920px;
font-weight:300; 
margin-left:14px;
display : none;
font-size: 1.3em;
z-index: 99;
} 
.tabheaders {
padding-bottom: 9px;
}
.tabs {
    width:100%;
}
    .tab-links:after {
        clear:both;
        content : '';
    }
    ul {
            margin: 0px 0px !important;
            margin-bottom: 9px !important;

} 
    .tab-links li {
        margin: 0px 5px;
        float:left;
        list-style:none;
    }
      .tab-links li:first-child {margin-left:20px;}
   
    .tab-links li.close {
        float:right;
        margin-right:15px;
        list-style:none;
    }
        .tab-links a {
            padding:5px 10px;
            display:inline-block;
            border-radius:10px 10px 0px 0px;
  background-color: rgba(138, 156, 161, 0.8);
            font-size:15px;
            font-weight:600;
            color:#4c4c4c;
            transition:all linear 0.15s;
        }
        .tab-links a:hover {
  background-color: rgba(230,230,230,0.85);
            text-decoration:none;
        }
    li.active a, li.active a:hover {
  background-color: rgba(240,240,240,0.95);
        color:#4c4c4c;
    }
    li.close a {  background-color: rgba(230,200,200,0.8);}
    li.close a:hover {  background-color: rgba(240,190,190,0.98);}

    .tab-content {
        padding:15px 30px 22px 22px;
  background-color: rgba(240,240,240,0.93);
      border-radius: 15px;   
      min-height: 422px;margin-top:-0px;

       }

        .tab {
            display:none;
        }

        .tab.active {
            display:block;
        }

.album {
display:inline; float: left; padding-top:10px; padding-right: 20px; padding-bottom: 16px;}
.lasthr {margin-top:1em;}




