﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);

body {
    padding-top: 60px;
    font-family: Open Sans, Arial, sans-serif;
}

body.features {
    padding-top: 100px;
}

.navbar-brand > img {
    max-height: 100%;
    display: inline-block;
}

.btn-link:link, .btn-link:hover, .btn-link:active, .btn-link:focus {
    text-decoration: none;
    outline: none;
}

.nav .progress {
    margin: 15px 10px;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.samples {
    position: absolute;
    width: 800px;
}

.tab-container {
    position: relative;
}

.group {
    display: none;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

#alphaTabHorizontal .alphaTabSurface {
    margin: 0;
}

.alphaTabSurface {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    background: #FFF;
    border-radius: 3px;
}

body > .alphaTab:not(.horizontal) {
    width: 95%;
    margin: 0 auto;
}

#alphaTabScore {
    text-align: left;
    width: 700px;
    margin: 0 auto;
}


.navbar-nocollapse .nav {
    float: left;
    margin: 0;
}

.navbar-nocollapse .navbar-header {
    float: left;
}

.navbar-nocollapse .navbar-nav > li {
    float: left;
}

.barCursor { /* Defines the color of the bar background when a bar is played */
    opacity: 0.25;
    background: #FFF200;
}

.selectionWrapper div { /* Defines the color of the selection background */
    opacity: 0.1;
    background: #4040FF;
}

.beatCursor { /* Defines the beat cursor */
    opacity: 0.75;
    background: #4040FF;
}

.atHighlight * { /* Defines the color of the music symbols when they are being played (svg) */
    fill: #0078ff;
}


/* Track selector */
#trackList li {
    padding: 5px;
}

#trackList .btn {
    background: none;
    outline: none;
}

#trackList .solo.checked {
    background: #426d9d;
    color: #FFF;
}

#trackList .mute.checked {
    background: #c9302c;
    color: #FFF;
}

#trackList .title {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
}

#trackList .title:hover {
    color: white;
}

#trackList .btn-group {
}

#trackList .slider-handle {
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
}

.checked {
    background-color: #282828 !important;
}