/* -- Header ---------------------------------------------------------------- */
#logo {
    background-image: url(../img/icon-dvorak.svg);
}

/* ------------------ Landscape --------------------------------------------- */
.landscape-container {
    height: 100%;
}

.landscape {
    height: 100%;
    background: #ccffff;
    position: relative;
}

.landscape .ground {
    display: block;
    width: 100%;
    height: 80%;
    position: absolute;
    top: 20%;
    background: #c3e2df;
}

.landscape .i {
    fill: #fef5e4;
}

.landscape .iii {
    fill: #e9e3ef;
}

.landscape .v {
    fill: #e6fff1;
}

.landscape .playing {
    fill: #fff;
}

.landscape .track, .landscape .depth-target {
    fill: transparent;
}

.landscape .track.selected {
    fill: rgba(255, 255, 255, 0.5);
}

/* ---- */

.timeline .lanes {
    height: 60px;
    margin: 8px 5px 10px 5px;
    display: flex;
}

.timeline .lane-control {
    flex: 1;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 18px;
}

.timeline .lane-control:first-child {
    border-left: solid 2px #000;
}

.timeline .lane-control:last-child {
    border-right: solid 2px #000;
}

.lane-control.i {
    background: #fef5e4;
}

.lane-control.iii {
    background: #e9e3ef;
}

.lane-control.v {
    background: #e6fff1;
}

.lane-control:hover {
    background: #fff;
}

/* ---- */

#theme-menu {
    display: inline-block;
}

.dispenser {
    width: 50px;
    height: 50px;
    margin: 8px;
    display: inline-block;
    vertical-align: middle;
}

.theme {
    width: 80px;
    height: 50px;
    color: white;
    font-size: 9px;
    position: relative;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 3px 22px 0 3px;
}

.theme.menu-item {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.theme.floating {
    position: absolute;
    z-index: 20;
}

.theme.hovered, .theme.play-preview {
    box-shadow: 0 0 0 4px white;
}

.allegro {
    background-image: url(../img/themes/allegro.svg);
}

.rolling {
    background-image: url(../img/themes/rolling.svg);
}

.goinhome {
    background-image: url(../img/themes/goinhome.svg);
}

.pastoral {
    background-image: url(../img/themes/pastoral.svg);
}

.scherzo {
    background-image: url(../img/themes/scherzo.svg);
}

.finale {
    background-image: url(../img/themes/finale.svg);
}

/* ------ Instrument picking and badge -------- */
#instrument-menu {
    display: inline-block;
}

.instrument {
    width: 50px;
    height: 50px;
    background-color: #eee;
    display: inline-block;
    border-radius: 25px;
}

#instrument-menu .instrument {
    margin: 8px;
    vertical-align: middle;
}

.theme .instrument {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 8px;
}

.theme.hovered .instrument {
    background: #fff;
}

.theme.menu-item .instrument {
    display: none;
}

.instrument.br {
    background-image: url(../../shared/img/instruments/trombone_2.svg);
}

.instrument.st {
    background-image: url(../../shared/img/instruments/violin_2.svg);
}

.instrument.ww {
    background-image: url(../../shared/img/instruments/clarinet_2.svg);
}