/* media query */
@media (min-width: 0px) {
    body{
        width: 960px;
    }
    .mainframe.normal{
        width: 800px;
    }
}
@media (min-width: 959px) {
    body{
        width: 100%;
    }
    .mainframe.normal{
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .mainframe.normal{
        width: 1200px;
    }
}

body{
    margin: 0px;
    background-color: #222;
}

.mainframe{
    position: relative;
    min-height: 400px;
    background-color: #eee;
    margin-bottom: 5px;
}

.mainframe.wide{
    width: 100%;
    margin: auto;
    background-color: #888;
    margin-bottom: 10px;
}

.mainframe.normal{
    margin: auto;
}

.nav{
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    height: 40px;
}

.nav p {
    font-size: 16px;
    margin: 12px;
}

.main .white-pannel{
    padding: 5px 15px;
    background-color: #eee;
}

.fullscreen{
    width: 100%;
    height: 100%;
    position: fixed;
}

.fullscreen.upload{
    background-color:#000;
    top: 0px;
    left: 0px;
    z-index: 101;
}

.fullscreen.upload-content{
    background-color: rgba(255, 255, 255, 0.8);
    top: 0px;
    left: 0px;
    z-index: 100;
}

.fullscreen.upload-content p{
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    position: absolute;
    top: 40%;
}

.fullscreen.upload-content span{
    text-align: center;
    font-size: 40px;
    display: block;
}

.waveform{
    height: 168px;
    padding: 20px 0px;
    background-color: #000;
}

.track{
    height: 102px;
    margin-top: 50px;
    margin-bottom: 10px;
    min-width: 100%;
    background-color: #333;
    position: relative;
}






/* no need more after canvas ready */

div.don{
    background-color: rgb(236, 78, 78);
    border: 5px solid rgb(245, 238, 220);
    border-radius: 50%;
    position: absolute;
}
div.don.s{
    top: 24px;
    width: 50px;
    height: 50px;
}
div.don.l{
    top: 11px;
    width: 76px;
    height: 76px;
}
div.ka{
    background-color: rgb(67, 194, 216);
    border: 5px solid rgb(245, 238, 220);
    border-radius: 50%;
    position: absolute;
}
div.balloum{
    background-color: rgb(236, 115, 78);
    border: 5px solid rgb(245, 238, 220);
    border-radius: 50%;
    position: absolute;
}
div.ka.s{
    top: 24px;
    width: 50px;
    height: 50px;
}
div.ka.l{
    top: 11px;
    width: 76px;
    height: 76px;
}
.partition{
    position: relative;
    display: inline-block;
    width: 600px;
    height: 98px;
}
.partition.line{
    border-left: 2px solid #888;
}