.canvas-wrapper {
    width: 100%;
}

.control-canvas-clustering {
    position: absolute;
    top: 0;
    padding: 0;
}

.control-canvas-left {
    left: 0;
}

.control-canvas-right {
    right: 0;
}

.number-of-beats-in-clustering {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: rgb(44, 178, 169);
    color: rgb(255,255,255);
    font-size: 13px;
    padding: .15em;
    cursor: default;
}

.waiting-for-clustering {
    top: 50%;
    position: absolute;
    width: 40px;
    text-align: center;
    left: 0;
    display: inline-block;
    height: 15px;
}

.waiting-for-clustering .loading {
    border-bottom: 2px solid rgb(232, 232, 232);
    border-left: 2px solid rgb(44, 178, 169);
    border-right: 2px solid rgb(44, 178, 169);
    border-top: 2px solid rgb(44, 178, 169);
}

.clustering-icon {
    font-size: 1em;
}

.number-of-beats-in-clustering.clustering-index {
    bottom: 21px;
}

.number-of-beats-in-clustering.cluster-number {
    top: 0px;
    bottom: initial;
}

.clustering-no-value {
    position: absolute;
    bottom: 0;
    background-color: #2CB2A9;
    border-radius: 2px;
    color: white;
    padding: 0.15em;
    font-size: .8em;
}

.full-screen-load {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 20;
}

.full-screen-load .loader:before {
    background: transparent;
}

.clustering-canvas {
    border: 1px solid rgb(44, 178, 169);
}