body{font-family: Arial, Helvetica, sans-serif;}
* {
    box-sizing: border-box;
  }
  body.device-mobile button#brwsrOpen {
    display: none;
}
  #searchhymn {
    background-image: url('searchicon.png');
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
  }
  select#search_hymnals {
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
}
  .hide{
    display: none;
  }
  #listOfHymns {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  #listOfHymns li a {
    border: 1px solid #ddd;
    margin-top: -1px;
    background-color: #f6f6f6;
    padding: 18px 78px 18px 18px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
    margin-bottom: 15px;
    position:relative;
}
  #listOfHymns li a{
    text-decoration: none;
    font-size: 18px;
    color: black;
  }
  #listOfHymns li a:hover:not(.header) {
    background-color: #eee;
  }
  .tContent{display: none;}
  .tTitle button {
    border: 0;
    background: #086520;
    color: #fff;
    border: 1px solid #999;
    padding: 5px 10px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: 33px;
    margin: auto;
    cursor: pointer;
}

div#settingModal {
    display: none;
    left: 0;
    top: 0;
}
div#settingModal.modalOpen,div#modalBack.modalOpen {
display: block;
}
div#settingModal {
  position: fixed;
  max-width: 1000px;
  max-height: 550px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #eee;
  z-index: 9;
  box-sizing: border-box;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 10px;
}
div#modalBack {
  display: none;
  background: #000000c4;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}

div#theSettings {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 1000px;
  max-height: 550px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #eee;
  z-index: 2;
  box-sizing: border-box;
  overflow: hidden;
}
span#closeBtn {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
}
span#closeBtn::before {
  content: '';
  background: #000;
  display: block;
  width: 15px;
  height: 1px;
  transform: rotate(45deg);
  top: 10px;
  position: relative;
}
span#closeBtn::after {
  content: '';
  background: #000;
  display: block;
  width: 15px;
  height: 1px;
  transform: rotate(-45deg);
  top: 9px;
  position: relative;
}
div#theSettings h3 {
  margin: 4px 10px;
}
span.skp {
  display: block;
  margin-left: 20px;
}
.obs #brwsrOpen {
  display: none;
}
.obs a {
  font-size: 12px!important;
}
div#nChevControl {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 50px;
  width: 100%;
  border-top: 1px solid #a2a2a2;
  padding-top: 5px;
  background: #e6e6e6;
}
.the-list {
  margin-bottom: 80px;
  margin-top: 170px;
}
div#nChevControl button {
  width: calc(50% - 16px);
  margin: 0 8px;
  float: left;
  padding: 0;
  height: 40px;
  background: #920000;
  border-radius: 3px;
  border: 0px;
  color: #fff;
  cursor: pointer;
}
div#nChevControl button:hover {
  background: #ca2a00;
}
div#nChevControl button:focus {
  background: #611400;
}
ul#iSettings select, ul#iSettings input[type="text"] {
  display: block;
}
body.control-panel.reg .inpt_txt_color {
  display: none!important;
}
body.control-panel.obs .inpt_txt_color {
  display: block;
}
body.control-panel.obs .inpt_color_color {
  display: none!important;
}
body.control-panel.reg .inpt_color_color {
  display: block;
}
div#settingContent {
  position: absolute;
  top: 30px;
  width: 100%;
  bottom: 50px;
  overflow: auto;
}
div#settingsButton {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
}

div#settingsButton button:hover,div#topControl button:hover {
  background: #ca2a00;
}
div#settingsButton button:focus,div#topControl button:focus {
  background: #611400;
}
div#settingsButton button,div#topControl button {
  margin: 0 8px;
  float: left;
  padding: 0;
  height: 30px;
  background: #920000;
  border-radius: 3px;
  border: 0px;
  color: #fff;
  cursor: pointer;
}
div#settingsButton button {
  width: calc(50% - 16px);
}
div#settingContent ul {
  list-style: none;
}
ul#iSettings {
  padding: 0 10px;
  margin-top: 0;
  color: #5f5f5f;
}
ul#iSettings ul {
  padding-left: 10px;
}
ul#iSettings li {
  margin-bottom: 15px;
}

span#slide-disp {
  font-size: 11px;
  font-style: italic;
  color: #989898;
  margin-top: 13px;
  display: inline-block;
} 


div#topControl {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
  margin: 0;
  background: #e6e6e6;
  padding: 8px;
  border-bottom: 1px solid #ababab;
}

div#topControl button {
  width: 80px;
  margin-bottom: 10px;
  padding: 12px;
  height: auto;
}
div#topControl, div#nChevControl {
  box-shadow: 4px 3px 8px -1px rgb(0 0 0 / 69%);
  -webkit-box-shadow: 4px 3px 8px -1px rgb(0 0 0 / 69%);
  -moz-box-shadow: 4px 3px 8px -1px rgba(0,0,0,0.69);
}
div#logoheader {
  text-align: center;
  margin-bottom: 10px;
}
div#settingContent input[type="text"], div#settingContent input[type="number"], div#settingContent select {
    font-size: 14px;
    padding: 10px 20px 10px 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 100%;
    color: #4e4e4e;
}
div#settingContent input[type="color"] {
  height: 30px;
  width: 100%;
  border: 1px solid #ddd;
}
button#dftbtn {
  margin: 0 8px;
  /* float: left; */
  padding: 7px;
  /* height: 30px; */
  background: #920000;
  border-radius: 3px;
  border: 0px;
  color: #fff;
  cursor: pointer;
  float: right;
  margin-right: 30px;
  margin-top: -4px;
}