/* style.css for synth-one
 * Author: Akira Youngblood
 * Date: 2014-02-23
 */
@charset "UTF-8";

body {
    font-family:'Helvetica','Arial',sans-serif;
    background-color:#383838;
    color:#fff;
    margin-left:11px;
    margin-top: 12px;
}

h1 {
    font-size: 72px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #555;
    color: #222;
    margin-left: -4px;
}
#ui-pane-title {
    width: 152px;
    float: left;
}
#ui-pane-title p {
    color: #111;
    margin-top: -8px;
    font-size: 18px;
    text-shadow: 0px 1px 1px #555;
}
.ui-pane {
    background: #222;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    border-left: 1px solid #1d1d1d;
    border-top: 1px solid #1d1d1d;
    margin-bottom: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.ui-pane-title {
    float:left;
    width:100px;
    height:0px;
    font-size:14px;
    text-align: center;
    transform: rotate(270deg);
    margin-left:-44px;
    margin-top:-50px;
    color: #555;
}
#ui-pane-master {
    height: 100px;
    width: 600px;
    float: left;
}
#ui-pane-controls {
    height: 100px;
    width: 753px;
    clear: left;
}
.ui-knob-sm-container {
    height: 90px;
    width: 72px;
    float: right;
    padding: 4.5px;
}
/* custom dropdown styling */
.ui-select-lg-container {
    height: 90px;
    width: 170px;
    float: left;
    padding: 4px;
}
.ui-select-lg-span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ui-select-lg {
    width: 170px;
    height: 24px;
    font-size: 14px;
    padding-left: 8px;
    color: #FF5B14;
    background-color: #000;
    padding-right: 2em;
    border: 0;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
}
.ui-select-lg-span::before,
.ui-select-lg-span::after {
    content: "";
    position: absolute;
    pointer-events: none;
}
.ui-select-lg-span::after { /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: .625em;
    line-height: 1;
    right: 1.2em;
    top: 50%; margin-top: -.5em;
    color: #FF5B14;
}
.ui-select-lg-span::before { /*  Custom dropdown arrow cover */
    width: 2em;
    right: 0; top: 0; bottom: 0;
    border-radius: 0 3px 3px 0;
}
/* end custom dropdown styling */

.ui-label-select-lg {
    width: 144px;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 8px;
}
.ui-label-sm {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #FF5B14;
}
/*
.ui-control-table {
    padding-top: 6px;
    padding-left: 2px;
    border-collapse: separate;
    border-spacing: 10px 4px;
}
.ui-control-table td {
    padding: 0 5px 0 0;
}
.ui-label-sm {
    width: 100%;
    text-align:center;
    color:rgb(68,171,218);
}
#ui-button-panic {
    margin: 12px 0 0 6px;
    line-height: 16px;
    color: #d00;
}
*/
#keys-white-container {
    position:absolute;
    left:0;
    z-index:-1;
    margin-left:11px;
}
#keys-black-container {
    z-index:1;
}
.keys-e { /* unselectable hack */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    
.keys-white {
    background-color:#fff;
    width:36px;
    height:192px;
    float:left;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border:1px #000 solid;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.keys-black {
    background-color:#000;
    width:21px;
    height:96px;
    float:left;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.keys-white:focus {
    outline:none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.keys-black:focus {
    outline:none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.keys-space-13 {
    width:19.5px;
    float:left;
    height:1px;
}
.keys-space-14 {
    width:21px;
    float:left;
    height:1px;
}
.keys-space-15 {
    width:22.5px;
    float:left;
    height:1px;
}
