.tBut {
    /*background-color: #f5f5f5;*/
    border: 0px solid #636363;
    border-radius: 4px;
    color: #444;
    text-decoration: none;
}

.tBut:hover {
    background-color: #ffe0b2;
    /*border: 1px solid #444;*/
    color: #000;
    text-decoration: none;
}



.info-note {
    font-size: 0.7em;
    background-color: #ffc;
}

.legacy-but {
    background-color: #CCDDDD;
    color: #444;
    padding: 10px;
    border: 1px solid #636363;
    border-radius: 4px;
    line-height: 40px;
}

.legacy-but:hover {
    background-color: #BCCDCD;
    color: #000;
    padding: 10px;
    border: 1px solid #636363;
    border-radius: 4px;
    text-decoration: none;

}


.player-but {
    background-color: #CCDDDD;
    color: #444;
    padding: 10px;
    border: 1px solid #636363;
    border-radius: 4px;
    line-height: 40px;
}

.player-but:hover {
    background-color: #BCCDCD;
    color: #000;
    padding: 10px;
    border: 1px solid #636363;
    border-radius: 4px;
    text-decoration: none;

}


.bg-highlight{
  background-color: #ccc;
}

#div_g {
    height: 350px;
    width: 95%;
}

#status {
    /*position: absolute;
    top: 400px;*/
}

#record-panel {
    padding: 10px;
    /*margin: 10px auto;*/
}

.dygraph-legend {
    /*background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 4px;
    border: 1px solid #000;
    border-radius: 4px;*/

    pointer-events: none;
    width: 200px;
}

#div_g .dygraph-label {
    /* This applies to the title, x-axis label and y-axis label */
    font-family: Arial, Helvetica, sans-serif;
}

#div_g .dygraph-title {
    /* This rule only applies to the chart title */
    text-align: center;
    font-size: 16px;
    /*margin: 25px;*/
    color: #555;
    /*text-shadow: gray 2px 2px 2px;*/
    /* color, delta-x, delta-y, blur radius */
}

#div_g .dygraph-ylabel {}

#g_title {
    background-color: rgba(2, 2, 2, 0.8) !important;
    font-size: 14px;
    padding: 24px;
    /*border: 1px solid #fec;*/
    border-radius: 20px;
    pointer-events: none;
    width: 400px;
    color: #ddd;
    max-height: 700px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -15px;
    overflow: hidden;
    z-index: 10;
    /*display: none;*/
}

.brecord {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-wrap: break-word;
}

leader {
    display: block;
    background-color: #cdd;
    border: 2px #999 solid;
    border: 2px #999 solid;
    border-radius: 4px;
    padding: 3px;
    font-weight: bolder;
}

controlfield {

    display: block;
    background-color: #ddd;
    padding: 5px;
    margin: 1px;
    /*border-color: #F00;*/
    border: 2px #999 solid;
    border-radius: 4px;
    /*overflow-wrap: normal;*/
    font-weight: bold;
}

.bdatafield {
    display: block;
    background-color: #cdd;
    padding: 3px;
    margin: 1px;
    /*border-color: #F00;*/
    border: 2px #999 solid;
    border-radius: 4px;
    /*overflow-wrap: normal;*/
}
.record {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-wrap: break-word;
}

.datafield {
    display: block;
    background-color: #cdd;
    padding: 3px;
    margin: 1px;
    /*border-color: #F00;*/
    border: 2px #999 solid;
    border-radius: 4px;
    /*overflow-wrap: normal;*/
}


subfield {
    display: block;
    /*background-color: #ccc;*/
}

.contact-head {
    background: rgba(39, 39, 39, 0.8) !important;
    /*background-color: #272727;*/
    color: #fff;
    width: 100%;
}

#contact {
    padding: 20px 30px 0 30px;
    height: 1000px;

    /*color: #fff;*/
    color: #9d9d9d;
    /*background: url("/images/team2.jpg" alt="SHL Launch Party" );*/


    background: url("/images/team2.jpg") center;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: left top;*/
    /*background-color: #673ab7;*/
    /*background-color: #F44336;*/
}

#sitetitle {
    /*background-color: #F44336;*/
    color: #fff;
    padding: 0;
    height: 200px;
}

#headpic {
    background: url("/graphics/panolib2.jpg") 50% 50% no-repeat;
    width: 100%;
    height: 200px;
    overflow: hidden;

    margin: 0px auto;
}

#headtext {
    padding: 20px 0 0 30px;
    /*background-color:rgba(0,0,0,0.5);*/
    text-shadow: 0px 0px 10px black;
}

.card {
    border: none;
}

.loaderText {
    text-align: center;
    ;
    margin: 0px auto;


}

.loader {
    /* position: absolute;
    left: 50px;
    top: 50px;*/

    margin: 0;
    position: absolute;
    top: 30%;
    left: 42%;
    transform: translate(-50%, -50%);
    /*margin: 0px auto;   */
    border: 20px solid #f3f3f3;
    /* Light grey */
    border-top: 20px solid #3498db;
    /* Blue */
    border-radius: 250%;
    border-radius: 250%;
    width: 250px;
    height: 250px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.shl_footer {
    font-size: 12pt;
}

#primoFrame {
    height: 500px;
    width: 100%;
    z-index: 1;

}

.vertpad {
    /*padding-top: 5px;*/
    padding-bottom: 8px;
}

#audio-player {}

audio {
    height: 30px;
    /*margin: 5px;*/
    /*width: 300px;*/
}

/**peaks**/
body {
    font-family: 'Helvetica neue', Helvetica, Arial, sans-serif;
}

#titles,
#waveform-container {
    margin: 0px auto;
    width: 100%;
    /*width: 1000px;*/
}

#zoomview-container,
#overview-container {
    box-shadow: 0px 0px 1px #919191;
    margin: 0 0 0px 0;
    -moz-box-shadow: 0px 0px 1px #919191;
    -webkit-box-shadow: 0px 0px 1px #919191;
    line-height: 0;
}

#zoomview-container {
    height: 100px;
}

#overview-container {
    height: 100px;
}

.demo-controls {
    padding-top: 10px;
    margin: 0 auto 0px auto;
    /*    width: 100%;
    display: flex;*/
    text-align: center;
    align-items: center;
}

#demo-controls button {
    background: #fff;
    border: 1px solid #919191;
    cursor: pointer;
}

#audio {
    flex: 0 0 30%;
}

#controls {
    flex: 1;
    margin-left: 1em;
}

#seek-time {
    width: 4em;
}

.log {
    margin: 0 auto 24px auto;
    width: 1000px;
}

table {
    width: 100%;
}

table th {
    text-align: left;
}

table th,
table td {
    padding: 0.5em;
}

.hide {
    display: none;
}

p code {
    margin-left: 4em
}

textra{
        display: block;
    background-color: #f00;
    display: block;
    background-color: #cdd;
    padding: 3px;
    margin: 1px;
    /*border-color: #F00;*/
    border: 2px #999 solid;
    border-radius: 4px;
    /*overflow-wrap: normal;*/    
}

title{
    display: block;
    background-color: #cdd;
    padding: 3px;
    margin: 1px;
    /*border-color: #F00;*/
    border: 2px #999 solid;
    border-radius: 4px;
    /*overflow-wrap: normal;*/
}
contributor{
    display: block;
    background-color: #cdd;
    padding: 3px;
    margin: 1px;
    /*border-color: #F00;*/
    border: 2px #999 solid;
    border-radius: 4px;
    /*overflow-wrap: normal;*/
}
termlink{
    display: block;
    background-color: #cdd;
    padding: 3px;
    margin: 1px;
    /*border-color: #F00;*/
    border: 2px #999 solid;
    border-radius: 4px;
    /*overflow-wrap: normal;*/
}