﻿body {
    padding-top: 50px;
    padding-bottom: 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;
}



/*
 * Responsive text aligning
 */
.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: @screen-sm-min) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: @screen-md-min) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

div{
  _border: solid 1px red;
}

#for-all-keys .border {
    border: 1px solid black;
    padding: 2px;
    min-height: 30px;
    text-align:center;
}

.flex-container {
    flex-wrap: nowrap;
    display: flex;
}
.flex-item {
    flex: 1 1;
}

.row-striped:nth-of-type(even) {
    background-color: #efefef;
}

.row-striped:nth-of-type(odd) {
    background-color: #ffffff;
}

@media (min-width: @screen-lg-min) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }

    .row-striped:nth-of-type(odd) {
        background-color: #efefef;
    }

    .row-striped:nth-of-type(even) {
        background-color: #ffffff;
    }
}


.entry-font {
    font-family: Arial;
    font-family: monospace,monospace;
}

#raw-tab-input {
    width: 100%;
    height: 150px;
}

td {
    border: 1px solid gray;
    padding: 3px;
    mergin: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.dot {
    _background-color: gray;
    background-image ='C:\Users\hearnm\Documents\Visual Studio 2015\Projects\Tests\Apps\SocketConnections\Resources\StartCapture.png'
}

.note {
    color: silver;
}

.highlight {
    color: red;
    font-weight: bold;
    background-color: whitesmoke;
}

.been {
    background-color: whitesmoke;
}

.highlight1 {
    font-weight: bold;
    background-color: red;
}

.check
{
    max-width: 50px;
}


#tab-player textarea, #tab-analyst textarea {
    border-color: red;
    display: block;
    height: 150px;
    width: 100%;
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

.to-do
{
    color: lightcoral;
}


#search {
    text-align: center;
    padding-bottom: 20px;
}

.autocomplete-level {
    width: 25% !important;
}

#entry {
    padding-bottom: 5px;
}

/*div[class^="col-md-"] {
    border: 1px solid silver;
}*/

/*.row :nth-child(odd) {
    background-color: red;
}

.row :nth-child(even) {
    background-color: green;
}*/

.row-striped:nth-of-type(odd) {
    background-color: #ffffff;
    
}

.row-striped:nth-of-type(even) {
    background-color: #efefef;
}


.grid-header div {
    font-weight: bold;
}


#chordprogression-songs #navigation{
    padding-top:10px;
}

#chordprogression-for-all-keys #navigation {
    padding-top: 10px;
}


#progressBar {
    margin: 20px;
    width: 300px;
    border: none;
    position: relative;
    background-color: silver;
    height: 60px;
    text-align: center;
    padding-left: 20px;
    border-radius: 10px;
    visibility: collapse;
}

#progressBar-outer {
    width: 90%;
    height: 20px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 5px;
}

#progressBar-inner {
    height: 100%;
    background-color: lightgreen;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    border-radius: 5px;
}

#progressBar-message {
    padding: 5px;
}

#progressBar-current-item {
    left: 2%;
    position: absolute;
}

#progressBar-total {
    right: 2%;
    position: absolute;
}

#progressBar-percent {
    width: 100%;
    height: 100%;
    position: absolute;
}