﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: grey;
    color: white;
}

/*@media screen and (min-width:768px)*/
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
    align-content: center;
    text-align: center;
    background-color: darkgrey;
    text-shadow: 2px 2px grey;
}


.pad10 {
    padding-left: 20px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.spinner {
    width: 100px;
}

    .spinner input {
        text-align: right;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 8px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: 4px;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: 4px;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 0;
        left: 4px;
    }

.btn-link {
    color: white;
}

.legend {
    display: inline-table;
    margin: 20px;
    padding: 20px;
    margin-left: 0;
    background-color: darkslategrey;
    color: white;
    font-size: larger;
    vertical-align: middle;
    border-radius: 25px;
    box-shadow: 10px 10px 5px rgba(65, 8, 8, 0.17);
}

.legendLine {
    line-height: 25px;
    display: block;
    vertical-align: middle;
}

.lengendItem {
    vertical-align: super;
    margin-bottom: 5px;
    margin-left: 20px;
    font-size: medium;
    margin-top: auto;
}

select > optgroup {
    background-color: darkblue;
    color: white;
    font-weight: bolder;
    font-style: italic;
}

    select > optgroup > option {
        background-color: #286090;
        color: white;
        font-style: normal;
        font-weight: normal;
    }

html > /**/ body .container .row .chordDetails {
    font-family: monospace;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 15.4px;
}


.moveRight {
    position: absolute;
    right: 0;
}

.currentRootNotes {
    margin-left: 5px;
    text-shadow: rgba(65, 8, 8, 0.17) 1px 1px 0, 
                 #500 2px 2px 0, 
                 #500 3px 3px 0; 
}

.chordName {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 50px;
    color: white;
    text-shadow: 1px 1px 0px rgba(65,8,8,0.17), 2px 2px 0px #500, 3px 3px 0px #500, 4px 4px 0px #500
}

.chordNotes {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: white;
    text-shadow: rgba(65, 8, 8, 0.17) 1px 1px 0, 
                 #500 2px 2px 0, 
                 #500 3px 3px 0; 
}

    .chordNotes:before {
        content: '(';
    }

    .chordNotes:after {
        content: ')';
    }

.fretboardRootLabel {
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
}

.fretboardChangeRootNote {
    border: 2px solid #500;
    border-radius: 10px;
    box-shadow: rgba(65, 8, 8, 0.17) 5px 5px 0, 
                rgba(65, 8, 8, 0.5) 2px 2px 0, 
                rgba(65, 8, 8, 0.5) 3px 3px 0, 
                rgba(65, 8, 8, 0.5) 4px 4px 0;
    padding: 5px;
}

.btnChangeOpenNotes {
    border-radius: 10px;

    margin-top: 5px;
    margin-bottom: 10px;
    background-color: lightslategray;
    color: white;
    box-shadow: darkslategray 2px 2px;
}

.btnChangeOpenNotes:focus, .btnChangeOpenNotes:hover {
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: lightslategray;
    color: white;
}

.saveToCookie {
    text-align: center;
    margin-bottom: 10px;
}

.fretboardRootNote {
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 -2px 0 3px gray inset, 0 5px 5px rgba(65, 8, 8, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
    background-color: rgba(255,255,255,0.3);
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bolder;
}



.relative {
    position: relative;
}

.note {
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 -2px 0 3px rgba(255, 255, 255, 0.25) inset, 0 5px 5px rgba(65, 8, 8, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bolder;
    text-shadow: 0px -1px 0px rgba(000,000,000,0.7), 0px 1px 0px rgba(255,255,255,0.3);
}

#three_d {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 100px;
    color: white;
    text-shadow: #A00 1px 1px 0, #500 2px 2px 0, #500 3px 3px 0, #500 4px 4px 0, #500 5px 5px 0, #500 6px 6px 0, #500 7px 7px 0, #500 8px 8px 0, #500 9px 9px 0, #500 10px 10px 0;
}

#btnChangeChord {
    margin-top: 50px;
    margin-bottom: 20px;
}


.root {
    background: #E53030;
    color: white;
}

.second {
    background-color: coral;
    color: white;
}

.third {
    background-color: blueviolet;
    color: white;
}

.fourth {
    background-color: darkblue;
    color: white;
}

.fifth {
    background-color: forestgreen;
    color: white;
}

.sixth {
    background-color: mediumvioletred;
    color: white;
}

.seventh {
    background-color: maroon;
    color: white;
}


.string1 {
    position: absolute;
    left: 23px;
}

.string2 {
    position: absolute;
    left: 64px;
}

.string3 {
    position: absolute;
    left: 105px;
}

.string4 {
    position: absolute;
    left: 146px;
}

.string5 {
    position: absolute;
    left: 187px;
}

.string6 {
    position: absolute;
    left: 228px;
}

.stringRoot {
    position: absolute;
    top: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 -2px 0 3px gray inset, 0 5px 5px rgba(65, 8, 8, 0.17), 0 15px rgba(255, 255, 255, 0.25) inset;
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 5px;
    background-color: rgba(255,255,255,0.3);
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bolder;
}


.fretNumbers {
    background-color: dimgrey;
    border: none;
    color: lightgray;
    margin-top: 3px;
    box-shadow: none;
    height: 20px;
    width: 20px;
    padding-top: 3px;
}

    .fretNumbers:hover {
        background-color: black;
        color: white;
        border: none;
        margin-top: 3px;
        box-shadow: none;
        height: 20px;
        width: 20px;
        padding-top: 3px;
    }

.fret0 {
    position: absolute;
    top: 70px;
}

.fret1 {
    position: absolute;
    top: 135px;
}

.fret2 {
    position: absolute;
    top: 207px;
}

.fret3 {
    position: absolute;
    top: 277px;
}

.fret4 {
    position: absolute;
    top: 345px;
}

.fret5 {
    position: absolute;
    top: 415px;
}

.fret6 {
    position: absolute;
    top: 485px;
}

.fret7 {
    position: absolute;
    top: 555px;
}

.fret8 {
    position: absolute;
    top: 625px;
}

.fret9 {
    position: absolute;
    top: 695px;
}

.fret10 {
    position: absolute;
    top: 765px;
}

.fret11 {
    position: absolute;
    top: 835px;
}

.fret12 {
    position: absolute;
    top: 905px;
}

.fret13 {
    position: absolute;
    top: 975px;
}

.fret14 {
    position: absolute;
    top: 1045px;
}

.fret15 {
    position: absolute;
    top: 1115px;
}

.fret16 {
    position: absolute;
    top: 1185px;
}

.fret17 {
    position: absolute;
    top: 1255px;
}

.fret18 {
    position: absolute;
    top: 1325px;
}

.fret19 {
    position: absolute;
    top: 1395px;
}

.fret20 {
    position: absolute;
    top: 1465px;
}

.fret21 {
    position: absolute;
    top: 1535px;
}

.fret22 {
    position: absolute;
    top: 1605px;
}

.fret23 {
    position: absolute;
    top: 1675px;
}

.fret24 {
    position: absolute;
    top: 1745px;
}

a.FNHelp {
    color: white;
}

a.FNHelp:hover {
    color : white;
}

a.FNHelp:visited {
    color : white;
}

div.alignCenter {
    text-align: center;
}

.Horizontal {
    margin-top: -1200px;
    z-index: -1000;
}

.HorizontalchordDetails.Horizontalfretboard>img {
    margin-left: 15px;
}

.chordScaleTitle {
    font-weight:bolder;
    color: white;
}