* {         /* to clear defaults */ 
  margin: 0;
  padding: 0;
}

body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

p2 {
  display: block;
  margin-left: 2px; 
  margin-top: 2px; 
  margin-right: 2px; 
  margin-bottom: 2px;
}

p3 {
  font-size: 70%;
}

iframe#player {
    border-style: solid;
    border-color: blue;
    border-width: 2px;
    /* visibility: hidden;  /* doesn't unhide later ::  testing 8/31/17 */
}


ul { 
    list-style: none; 
 }

#recordingslist audio { 
        display: block; margin-bottom: 10px; background-color: #4CAF50; 
}

/*
#recordinglist audio::-webkit-media-controls-volume-slider {
    color: green;
}

#recordinglist input[type="range"]::-webkit-slider-thumb {
    width: 5px;
    border-radius: 5px;
    background-color: #000;
  }
*/

progress {
  -webkit-appearance: none;
}

::-webkit-progress-inner-element {border: 1px solid white;}
::-webkit-progress-bar { background: white; }
::-webkit-progress-value { background: #4CAF50; }

#progressContainer {
    position: relative;
    width: 550px;
    height: 50px;
}
#videoBar {
    position: relative;
    width: 530px;  
    height: 10px;
}
#audioBar {
    position: relative;
    width: 530px;  
    height: 10px;
}


.buttonLight {
    background-color: #556B2F;
    border:none;
    border-radius: 8px;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    opacity: 0.5;
}

.buttonDark {
    background-color: #556B2F;
    border:none;
    border-radius: 8px;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonInverse {
  background-color: white;
  border:none;
  border-radius: 8px;
  color: #4CAF50;
  padding: 8px 16px;
  text-decoration: none;
  margin: 8px 4px;
  cursor: pointer;
}

#stopButton {
  background-color: white;
  border:none;
  border-radius: 8px;
  color: #c01111;
  padding: 16px 32px;
  font-size : 20px;
  font-weight: bold;
  text-decoration: none;
  margin: 8px 4px;
  cursor: pointer;
}

#extraPad{
  padding-top: 20px;
  padding-bottom: 20px;
  
}

#formGreeting{
  color: #556B2F;
  font-size: 120%;
  opacity: .6;
}

#show-gamma{
  color: #556B2F;
  font-size: 140%;
  font-weight: bold;
  opacity: .8;
  border-radius: 8px;
}

#show-state{
  color: #556B2F;
  font-size: 100%;
  opacity: .8;
  border-radius: 8px;
}

#h-show-gamma{
  color: #556B2F;
  font-size: 140%;
  font-weight: bold;
  opacity: .6;
  border-radius: 8px;
}

#h-show-state{
  color: whitesmoke;
  font-size: 100%;
  opacity: .6;
}

#h-show-YTVideoId{
  line-height: 16px;
  font-size: 75%;
  opacity: .8;
  padding: 4px;
  border-radius: 8px;
}

#h-show-audioRecording{
  font-size: 80%;
  opacity: .8;
  padding: 4px;
  border-radius: 8px;
}

#show-YTVideoId{
  line-height: 16px;
  font-size: 75%;
  opacity: .6;
  padding: 4px;
  border-radius: 8px;
}


#mic{
  color: red;
  font-size: 180%;
  opacity: .8;
}

#loginMenu{
  font-size: 14px;
  opacity: .9;
  padding: 1px;
}

#footerMessage{
  font-size: 10px;
  text-align: center;
  opacity: .8;
  padding: 1px;
}


#header {
    background-color:black;
    color:#FFF8DC;
    text-align: center;
    padding:3px;
    font-size: 15px;
}


#tawkinForm {
  color:#556B2F;
  text-align: center;
  padding:3px;
  font-size: 15px;
  border-radius: 8px;
}

#intro {
  background-color:white;
  color:#556B2F;
  text-align: center;
  padding:3px;
  font-size: 100%;
  right: 0;
  height: 100%;
  width: 50%;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 15px;
}

#otherHeader {
    background-color:red;
    color:gray;
    width: 795;
    height: 8;
    text-align:center;
    padding:1px;
}
#currentMobile {
    line-height:30px;
    background-color:#eeeeee;
    height:364px;
    width:150px;
    float:left;
    padding:2px; 
    text-align:center;
    border-radius: 8px;
}
#mFeedback {
  display: block;
  line-height:12px;
  background-color:#eeeeee;
  margin: 4px 2px;
  height:364px;
  width:150px;
  float:left;
  padding:2px; 
  text-align:center;
  border-radius: 8px;
}
#hFeedback {
  display: block;
  line-height:12px;
  background-color:#eeeeee;
  margin: 4px 2px;
  height:364px;
  width:150px;
  float:left;
  padding:2px; 
  text-align:center;
  border-radius: 8px;
}
.showFeed{
  line-height: 12px;
  font-size: 75%;
  opacity: .6;
  padding: 2px;
  border-radius: 8px;
}

#volumeDiv {
  color: gray;
  display: block;
  padding:2px; 
  margin:2px; 
  text-align:center;
  width:60px;
  float:left;
  font-size: 10px;
}

#segmentLogDiv {
  color: gray;
  display: block;
  padding:2px; 
  margin:2px; 
  text-align:center;
  height:182px;
  width:150px;
  float:left;
  font-size: 10px;
  width:150px;
}

#tmpConsoleDiv {
  color: gray;
  display: block;
  padding:2px; 
  margin:2px; 
  text-align:center;
  height:364px;
  width:150px;
  float:left;
  font-size: 10px;
  width:150px;
}

#tawkinContainer {
  line-height:20px;
  background-color:#eeeeee;
  height:364px;
  width:150px;
  float:left;
  padding:2px; 
  text-align:center;
  border-radius: 8px;
}

#videoInfo{
    width:300px;
    float:left;
    padding:10px; 
    font-family: Garamond, serif;
    font-size: 16px;
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:right;
    padding:5px; 
    font-size: large;
}
#otherFooter {
    background-color:red;
    color: gray;
    clear: both;
    width: 795;
    height: 20;
    text-align:right;
    padding:1px; 
    font-size: large;
}
#pbMenu {
    display: inline-block;
    width: 150px;
    height: 225px;
    margin: 10px;
    border: 3px solid #73AD21;  
}
#sidebyside {
    display: inline-table;
    text-align: center;
    padding:15px;
    font-size: 100%;
}
#middle {
    display: block;
    text-align: center;
    padding:15px;
    font-size: 100%;
}
textarea {
   font-size: 20pt;
   font-family: Serif;
   color: gray;
} 

#hSpeed, #mSpeed, #speed {
  font-family: Serif;
  font-size: 12px;
  color: gray;
}
input#Start{
    background-color: red;
    font-size: 42;
}
input {
    font-family: Garamond, serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}
.button{
    background-color: #eeeeee;
    border: none;
    color: #5b5b5b;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    opacity: .75;
}
.disabled{
  opacity: .4;
  cursor: not-allowed;
}

.navbar {
  background: #393e46;
  border: #393e46;
  min-height: 80px;
  margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a{
  color:#00adb5;
  padding-top: 30px;
  padding-left: 30px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
  color:#ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
  color:#ffffff;
  cursor: pointer;
}

.navbar-brand, .navbar-nav> li>a{
  text-shadow: none;
}

.VideoPageHeader {
  background-color: #00adb5;
  color: #ffffff;
  height: 150px;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.container {
  align-self: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.Line {
  width: 100%;
  height: 30px;
  background-color: #00adb5;
}
.ImageHeader {
  width: 100%;
}

.btn-default {
  margin-top: 20px;
  margin-left: 75px;
}

.wrapper {
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 20px;

}

.thumbnail {
  width: 325px;
  height: 316px;
  padding: 10px;
  margin-left: 40px;
}

#userLogin {
  background-color: #d6c081;
  width:252.812px;
  height: 303.822px;
  padding: 20px;
  margin-left: 80px;
  margin-top: 50px;
}

.VerticalLine {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  border-left-color:#00adb5;
  top: 0;
  right: 100px;

}
/*
.dropdown-menu {
    text-align: center;
    position: relative;
}*/

#login-field {
  padding: 20px;
  text-align: center;
}

.btn-group>.btn:first-child {
  margin-left: 70px;
}

#videoLeftSide {
  border-style: solid;
  border-left: thick;
  border-color: #00adb5;
  height: 500px;
  float:right;
}

.video {
  float: left;
  padding-top: 20px;
}


.dropdown-menu {
  left: 43%;
}
/*#dropdown-list {
  position: absolute;
}*/

.homePageHeader {
  height: 500px;
  background-image: url(../images/men.jpg);
  background-size: cover;
  background-position: center left;
  padding-top: 20px;

}
/*.tealLine {
  min-height: 30px;
} */


.segmentList1 {
  padding: 20px;
  display: inline-block;
  width: 250px;
  text-align:center;  
}

.segmentList2 {
  padding: 20px;
  display: inline-block;
  width: 250px;
  text-align:center;  
}

#state {
  display: inline-block;
}

#tawkinDiv {
  color: #556B2F;
  font-size: 100%;
  opacity: .9;
  float: left;
  display: block;
  height: 394;
  width: 200;
}

#oTawkinDiv {
  color: #556B2F;
  font-size: 100%;
  opacity: .9;
  float: left;
  display: block;
  height: 394;
  width: 200;
}
#fTawkinDiv {
  color: #556B2F;
  background-Color: gray;
  font-size: 100%;
  opacity: .9;
  float: left;
  display: block;
  height: 394;
  width: 200;
}

#oSegmentDiv {
  color: #556B2F;
  font-size: 100%;
  opacity: .9;
  float: left;
  display: block;
  height: 394;
  width: 200;
}

#introPlayer {
  color: #556B2F;
  font-size: 100%;
  opacity: .9;
  display:block;
  margin: auto;
  height: 394;
}

.styled-select {
  background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
  height: 29px;
  overflow: hidden;
  width: 240px;
}

.black   { background-color: #000; }

.rounded {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#tawkins {
  color: #556B2F;
  font-size: 100%;
  opacity: .9;
  display: block;
  width: 180;
}

#oTawkins {
  color: #556B2F;
  font-size: 100%;
  opacity: .9;
  display: block;
  width: 180;
}

#fTawkins {
  color: red;
  font-size: 100%;
  opacity: .9;
  display: block;
  width: 180;
}

#pbSegmentList {
  color: gray;
  display: block;
  padding: 10px;
  height: 394px;
  text-align:left;  
  float: left;
  display: block;
}

#sectionControl {
  color: #556B2F;
  display: block;
  padding: 10px;
  width: 160px;
  text-align:center; 
  border: 2px solid #4CAF50;
}

#segments {
  color: gray;
  display: block;
  padding: 5px;
  width: 160px;
  text-align:left; 
}

#segmentsFound {
  color: #556B2F;
  display: block;
  padding: 3px;
  text-align:center; 
}

#segmentArea {
  color: gray;
  display: block;
  padding: 3px;
  text-align:center; 
  opacity: .9;
  float: left;
  height: 394px;
  width: 150px;
  overflow-y: scroll;
  max-height: 320px;
}

#segmentsUL {
  color: red;
  display: block;
  padding: 5px;
  width: 160px;
  text-align:center; 
}

#pbAudioList {
  color: #556B2F;
  font-size: 100%;
  opacity: .9;
  float: left;
  display: block;
  height: 394px;
  width: 200px;
  padding:2px; 
  margin:2px; 
  text-align:left;
  overflow-y: scroll;
  max-height: 320px;
}

audio { 
  width: 180px; 
}

#section2 {
    /* line-height:5px; */
    background-color:#eeeeee;
    height:384px;
    width:200px;
    float:right;
    padding:5px; 
    text-align:center;
}

#mLog li { 
  list-style-type:none; 
} 

#hLog li { 
  list-style-type:none; 
}

#divLog {
  color: gray;
  display: block;
  padding:2px; 
  margin:2px; 
  text-align:center;
  height:182px;
  width:145px;
  float:left;
  font-size: 10px;
  overflow-y: scroll;
  max-height: 170px; 
}

#signalLog {
  color: #556B2F;
  display: block;
  padding:2px; 
  margin:2px; 
  text-align:center;
  font-size: 10px;
  overflow-y: scroll;
  max-height: 22px;
}

#signalContainer {
    /* line-height:5px; */
    background-color:white;
    height:25px;
    width:50px;
    float:right;
    padding:2px; 
    text-align:center;
}

#signalLog li { 
  list-style-type:circle; 
} 
