/*--------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: none;
}
.container {
  height: 100%;
}

@font-face {
  font-family: FontQuran2019;
  src: url(/fonts/fontquran-2019/fontquran-2019.woff);
}

@font-face {
  font-family: 'Droid Arabic Naskh';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.eot);
  src: url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/droidarabicnaskh/v7/DroidNaskh-Regular.ttf) format('truetype');
  font-display: swap;
}

.hidden{
  visibility: hidden;
}

.visible{
  visibility: visible;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header {
  background-color: #005172;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle ;
  padding: 0px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-transform: translatez(0);
}
.header-button {
  padding-left: 3px;
  padding-right: 3px;
  font-size: 20px;
  color: #eeeeee;
  display: inline-block;
  vertical-align: middle ;
  cursor: pointer;
  cursor: hand;
}
.header-button:hover {
  color: #ffffff;
}
.header-button:active {
  color: #ffffff;
}


@media only screen and (min-width: 360px) {
  .header-button {
    margin-left: 6px;
    margin-right: 6px;
  }
}

@media only screen and (min-width: 400px) {
  .header-button {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 480px) {
  .header-button {
    margin-left: 12px;
    margin-right: 12px;
  }
}

#chapter-select-button {
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  display: inline-block;
  vertical-align: middle ;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  margin-left: 3px;
  margin-right: 3px;
  width: 149px;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
#chapter-name-a {
  font-family: Serif;
  font-size: 17px;
  line-height: 100%;
  color: #f8f8f8;
}
#chapter-name-e {
  font-size: 16px;
  line-height: 120%;
  color: #f8f8f8;
}
#chapter-number {
  font-size: 15px;
  line-height: 120%;
  color: #fff;
  position: absolute;
  left: 7px;
}
.caret {
  font-size: 19px;
  color: #eee;
  color: #ff8c00;
  position: absolute;
  right: 7px;
}
.footer {
  background-color: #0098C3;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle ;
  padding-top: 12px;
  padding-bottom: 10px;
  z-index: 1000;
  -webkit-transform: translatez(0);
}

.footer-contents{
  margin: auto;
  max-width: 800px;
  position: relative;
}

.arrow-block {
  color: #ffffff;
  vertical-align: middle ;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
}

.arrow-block-busy {
  color: #ccc;
}
.arrow-icon {
  font-size: 19px;
  vertical-align: middle ;
  display: inline-block;
}
.arrow-label {
  font-size: 13px;
  vertical-align: middle ;
  display: inline-block;
}

.footer-icon{
  font-size: 24px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: middle ;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
  color: #ffffff;  
  text-decoration: none;
}

.sphere-icon{
  position: absolute;
  top: -2px;
  left: 50px;
}

@media only screen and (min-width: 400px) {
  .sphere-icon {
    left: 70px;
  }
}

#prev-sura-button {
  display: inline-block;
}
#next-sura-button {
  display: inline-block;
}
#verse-select-button {
  position: absolute;
  color: #ffffff;
  left: 20px;
  vertical-align: middle ;
  cursor: pointer;
  cursor: hand;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  min-width: 30px;
  font-size: 17px;
  font-weight: bold;
}

.verse-select-group{
  position: relative;
  top: -1px;
}

#verse-selector {
  font-size: 18px;
  height: 60px;
  width: 190px;
  line-height: 35px;
  /* Safari Browser Needs This */

  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-appearance: menulist-text;
  cursor: pointer;
  cursor: hand;
}
#version-2 {
  font-size: 15px;
  position: absolute;
  color: #ffffff;
  right: 20px;
  top: 2px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
/*--------------------------------*/
.select {
  font-size: 0pt;
  /* needed by js that hides/unhides delector */

}
#chapter-selector {
  font-family: "Droid Arabic Naskh", "sans-serif";
  font-size: 17px;
  height: 60px;
  width: 190px;
  line-height: 35px;
  /* Safari Browser Needs This */

  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-appearance: menulist-text;
  cursor: pointer;
  cursor: hand;
}
.content {
  padding-top: 60px;
}
#spinner {
  position: absolute;
  top: 30px;
  background-color: #2c3e50;
}
#title-bar {
  text-align: center;
}
.title {
  color: #005172;
  line-height: 60%;
  font-weight: normal;
}
.title-E {
  font-family: verdana, 'sans-serif';
  font-size: 28px;
}
.title-A {
  font-family: 'Droid Arabic Kufi', serif;
  font-size: 28px;
}
#title-bar-b {
  padding-top: 10px;
  padding-bottom: 8px;
  text-align: center;
  display: none;
  color: #2c3e50;
  font-family: 'MS Serif', 'New York', serif;
  font-size: 25px;
}
.text {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
}

.text-columns{
  max-width: 1000px;  
}

.text-rows{
  max-width:700px;  
}

.row {
  display: block;
  width: 100%;
  cursor: pointer;
  cursor: hand;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;  
  padding-top: 3px;
  padding-bottom: 3px;
}
.row-highlighted {
  border-top: 1px solid #cde7f0;
  border-bottom: 1px solid #cde7f0;
  background-color: #f6fbfc;
}
.row-highlighted-mode3 {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #f6fbfc;
}
.row-not-highlighted {
  background-color: #fff;
}
.sen {
  font-family: Roboto, "Open Sans", Montserrat, Arial, Helvetica, sans-serif;
  display: inline-block;
  vertical-align: text-top;
  color: #222;
  width: 50%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 8+ */

  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 16px;
  padding-right: 16px;
}
.sen-e {
  border-left: 1px solid #e5ecf5;
  font-size: 18px;
  line-height: 1.35em;
}
.sen-a {
  direction: rtl;
  font-family: 'FontQuran2019', Serif, 'sans-serif' !important;
  font-size: 17px;
}
.span-e {
  color: #005172;
  font-size: 15px;
}
.span-a {
  color: #005172;
  font-family: Serif, 'sans-serif' !important;
  font-size: 14px;
}
.bottom-bar {
  height: 60px;
}
/* Larger than phone portrait */
@media only screen and (min-width: 480px) {
  #chapter-select-button {
    margin-left: 9px;
    margin-right: 9px;
    width: 182px;
  }
  #chapter-name-a {
    font-size: 19px;
  }
  #chapter-name-e {
    font-size: 18px;
  }
  #chapter-number {
    font-size: 17px;
  }
  .caret {
    font-size: 20px;
  }
  #title-bar {
    padding-top: 5px;
  }
  #title-bar-b {
    font-size: 27px;
    padding-top: 18px;
    padding-bottom: 8px;
  }
  .text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .arrow-icon {
    font-size: 20px;
  }
  .arrow-label {
    font-size: 16px;
  }
  #verse-select-button {
    font-size: 18px;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1100px) {
  .content {
    margin-left: 5%;
    margin-right: 5%;
  }
}
/*
 * jQuery dropdown: A simple dropdown plugin
 *
 * Copyright 2013 Cory LaViska for A Beautiful Site, LLC. (http://abeautifulsite.net/)
 *
 * Licensed under the MIT license: http://opensource.org/licenses/MIT
 *
*/
.panel-close {
  position: absolute;
  top: -25px;
  right: 10px;
  color: #777;
  font-size: 18px;
  font-family: verdana, 'sans-serif';
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
.dropdown {
  position: absolute;
  z-index: 9999999;
  display: none;
}
.dropdown .dropdown-menu,
.dropdown .dropdown-panel {
  min-width: 160px;
  max-width: 300px;
  list-style: none;
  background: #fefefe;
  border: solid 1px #DDD;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 8px 6px;
  margin: 0;
  margin-top: 30px;
  font-size: 18px;
}
.dropdown .dropdown-panel {
  margin-top: 60px;
  padding-top: 25px;
  padding-bottom: 10px;
  width: 290px;
  background-color: #fefefe;
}
.about-box {
  position: relative;
  line-height: 8px;
  text-align: center;
  font-size: 17px;
  margin-top: -5px;
  margin-bottom: 0px;
}
.about-box a:link {
  text-decoration: none;
  color: #000;
}
.about-box h1 {
  font-weight: normal;
  font-family: 'Droid Arabic Naskh', 'sans-serif' !important;
  font-size: 25px;
  line-height: 20px;
}
.about-box h2 {
  font-weight: normal;
  font-size: 22px;
  font-family: Times, "Times New Roman", serif;
  line-height: 20px;
}
.about-box h3 {
  font-weight: normal;
  font-size: 17px;
}
.about-box-paragraph {
  font-size: 16px;
  line-height: 17px;
  padding-left: 8px;
  padding-right: 8px;
}
.dropdown.dropdown-tip {
  margin-top: 8px;
}
.dropdown.dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.dropdown.dropdown-tip.dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}
.dropdown.dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}
.dropdown.dropdown-tip.dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}
.dropdown.dropdown-scroll .dropdown-menu,
.dropdown.dropdown-scroll .dropdown-panel {
  max-height: 358px;
  overflow: auto;
}
.dropdown .dropdown-menu LI {
  list-style: none;
  margin: 0;
  line-height: 18px;
}
.dropdown .dropdown-menu LI > A,
.dropdown .dropdown-menu LABEL {
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 18px;
  padding: 7px 10px;
  white-space: nowrap;
}
.dropdown .dropdown-menu LI > A:hover,
.dropdown .dropdown-menu LABEL:hover {
  background-color: #08C;
  color: #FFF;
  cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #E5E5E5;
  padding: 3px 3px;
  margin: 5px 0;
}
.dropdown .dropdown-menu .dropdown-label {
  font-style: italic;
  color: #940302;
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  margin: 5px 0;
}
/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown.has-icons LI > A {
  padding-left: 30px;
  background-position: 8px center;
  background-repeat: no-repeat;
}
.dropdown .undo A {
  background-image: url(icons/arrow-curve-180-left.png);
}
.dropdown .redo A {
  background-image: url(icons/arrow-curve.png);
}
.dropdown .cut A {
  background-image: url(icons/scissors.png);
}
.dropdown .copy A {
  background-image: url(icons/document-copy.png);
}
.dropdown .paste A {
  background-image: url(icons/clipboard.png);
}
.dropdown .delete A {
  background-image: url(icons/cross-script.png);
}
