.btn {
    border-radius:0;
    border:1px solid;
    background: #EEE;
    font-family: "Space Grotesk Bold", sans-serif;
}

.btn [disabled]{
  cursor: default;
  pointer-events: none;
  color: #999;
  border-color: #999;
  opacity: 1;
}

.play-btn {
    color: #003;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border-color: #003;
    padding: 0 0 0 2px;
}

.play-btn:hover:enabled {
    color: white;
    background: #003;
    width: 40px;
    height: 40px;
    padding: 0 0 0 2px;
    border-radius: 50px;
    border-color: #003;
}

select.transcribe{
  border: 1px solid #003;
  color: #003;
  background-color: #EEEEEE;
}

select.transcribe:active{
  color: white;
  background-color: #003;
}

select.transcribe:hover{
  color: white;
  background-color: #003;
}

.sentence-transcription-input:focus{
  outline:none;
}

/*.collect-transcription-container {
}*/

.collect-transcription-text-box {
  border: solid 1px black;
  min-width:100px;
  padding: 5px;
  display: inline-block;
  color: #FFFFFF;
}

.collect-transcription-text-box:focus{
  outline:0;
}

.form-control:focus{
  outline:none;
  border: 1px solid #003;
  outline-color:#003;
  background-color:#EEEEEE;
}

select.form-control:focus{
  outline:none;
  border: 1px solid #003;
  outline-color:#003;
  background-color:#EEEEEE;
}

ul {
  list-style-type: none;
}

.ancestor-link:hover{
  cursor: pointer;
}

.ancestor-link{
  color: white;
  width: 100%;
  max-width: 600px;
}

#user-header{
  background-color: rgb(0, 0, 0);
}

#audio{
  width: 100%;
  outline: 2px solid grey;
  background: white;
  display: block !important;
  margin-bottom: 2%;
  height: 40px;
}

.transcription-list-item{
  padding: 2% !important;
  margin: 1.5em 0 1.5em 0 !important;
  border: 1px solid #787575;
}


.ancestor{
  width: 100% !important;
  border-bottom: 1px solid;
  padding: 0 !important
}

.ancestor-list{
  width: 100%;
  padding: 0;
  margin: 0;
}

.transcription-list-item h3{
  font-size: 1.1em !important;
}

.data-fields{
  padding-bottom: 3%;
  width: 40%;
}

.data-fields-container{
  padding: 0%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.field-name{
  width: 100%;
  min-width: 130px;
}

.field-value{
  width: 100%;
}

.field-value input{
  width: 100%;
  padding: 1.5%;
}

#ancestor-header{
  font-size: 1.3em;
}

.review-header{
  font-size: 1.5em;
}


.profile-checkbox{
  display: flex;
  justify-content: space-around;
  background: white;
  border-bottom: 1px solid #bbbaba;
  color: black;
  padding: 0 3% 0 1%;
}

.profile, .ancestor-container{
  margin-bottom: 4%;
  margin: 1.5em 0 3.5em 0 !important;
  border: 1px solid #787575;
}

.profile{
  padding: 2% 7% !important;
}

.ancestor-container{
  padding: 0 !important;
}

.profile-section{
  display: block;
  width: 100%;
  margin: 0 0 3% 0;
  padding: 0;

}

.prompt{
  font-size:0.9em;
  border-left: 2px solid #bbbaba;
  width: 90%;
  padding: 1% 1% 1% 3%;
}

#other-resources-container{
  padding-top: 3%;
}

#other-resources{
  width: 100%;
}

#submit-section{
  margin-bottom: 3%;
  display: flex;
  justify-content: center;
  padding: 0;
}

#review-error-msg{
  color: red;
  font-size: 1.1em;
}
