

body {margin:0;}
p {margin:0;
    margin-block-start: 0em;
    margin-block-end: 0em;
}


.navbar {
  background-color: #2874A6;
  /*position: fixed;
  top: 0;*/
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.sticky {
  position: fixed;
  top: 0;
}

.navbaritems {
    margin-top: 0px;
    margin-bottom: 0px;
  display: inline-block;
}

.quransuracontent {
      margin-top: 100px;
}

.inlineblock {
      display: inline-block;
}
.inlineelement {
      display: inline;
}
/*PICK A SURAH DROP DOWN MENU*/

.dropbtn {
  background-color: #2874A6;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  vertical-align: bottom; /* here */
  min-width: 80px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 10px;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #5D6D7E;
}

.searchmenu {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.searchmenu:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.sura-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
  max-height: 400px;
  min-width: 220px;
}

.sura-dropdown-content a {
  color: black;
  padding: 6px 6px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


.suralistname {
  font-size: 25px;
}

.suralisttable {
    width:100%;
    border-spacing:0px;
    border: none; 
    border-collapse:collapse;
    padding: 0px;
}

.suralistrow {
    border:none;
    padding: 0px;
    width:100%;
}

.suralistcol {
    border:none;
    padding: 0px;
    width:100%;
}




/*
.my_suraName {text-align: center; font-size: 20px; padding: 10px 0px;
	border: 1px solid #D4DDCC; background-color: #E4EEDC; margin-top: 7px;}
.my_aya {font-family: traditional arabic; direction: rtl; font-size: 28px;
	padding: 10px; background-color: #EEF8E5; border: 1px solid #D4DDCC; border-top: 0px;}
.my_aya:hover {background-color: #F7FCE3;}
.my_ayaNum {color: green; font-size: smaller;}
.my_sign {font-family: times new roman; font-size: 0.9em; color: #FB7600;}

.small_button {min-width:30px;width:40%;}

*/


.quran_header {
    background-color:#273746;
    text-align:center;
    color: white;
    width: 100%;
  font-size: 32px;
        margin-top: 0px;
    margin-bottom: 0px;
  float: top;
    
}
.quran_header_style {
  background-color: #2874A6;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  vertical-align: bottom; /* here */
  min-width: 80px;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
    pointer-events: none;

}

.my_suraName {text-align: center; font-size: 50px; padding: 10px 0px;
	border: 1px solid #D4DDCC; background-color: #F4F3F2; margin-top: 7px;}
.my_aya {font-family: traditional arabic; direction: rtl; font-size: 50px; margin-right: 10px;
	padding: 10px; background-color: #F2F3F4; border: 0px solid #D4DDCC; border-top: 0px; border-left: 0px; padding-top: 20px; width: 100%; line-height: 1.5;}
.my_aya:hover {background-color: #F7FCE3;}
.my_ayaNum {color: #2874A6; font-size: smaller;}
.my_sign {font-family: times new roman; font-size: 0.9em; color: #FB7600;}

   
  
.small_button {min-width:35px; max-width: 35px; min-height: 25px; max-height: 35px;  display: table-cell; text-align:center; vertical-align: center;  padding: 0px; align: center; margin: 0px; border: 1px solid #D4DDCC; font-size: 25px;}
.small_input  {min-width:35px; max-width: 35px; min-height: 25px; max-height: 35px;  display: table-cell; text-align:center; vertical-align: center;  padding: 0px; align: center; margin: 0px; font-size: 20px;}


.my_aya_playcount {background-color: #F2F3F4; border: 0px solid #D4DDCC; border-top: 0px; border-right: 0px; }

.my_sura_table {background-color: #F2F3F4; border: 0px; width: 100%;table-layout: auto;}
.my_sura_table_tbody {background-color: #F2F3F4; border: 0px; width: 100%;table-layout: auto;}


/*#myAudio {
    display: none;
}

audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
                background-color: #2874A6;
                color: #FFFFFF;
}*/
/*
//last used
audio {
    filter: sepia(100%) saturate(400%) grayscale(0) contrast(200%) hue-rotate(302deg) invert(83.8889%);
    width: 400px;
    height: 50px;
}
*/

span {
    margin: 0px 10px;
}
.playing {
    background: yellow;
    background-color: yellow;
}






.scrollbutton{
  background-color: #2874A6;
  color: white;
  padding: 8px;
  font-size: 30px;
  border: none;
  cursor: pointer;
  vertical-align: bottom; /* here */
  padding-left: 1px;
  padding-right: 1px;
  margin-left: 10px;

}

.modscrollbutton {color: black;}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


#audioplayer{
    max-width: 600px;
	height: 45px;
  /*border: solid;
  border-color: #ffffff;*/
      margin-top: 1px;
    margin-bottom: 1px;
      background-color: #2874A6;
}

#pButton{
    height:45px; 
    width: 60px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    outline:none;
}

.b_play{background: url('../images/playwhite3.png') ;}
.b_pause{background: url('../images/pausewhite.png') ;}

#timeline{
    min-width: 200px;
	height: 20px;
	margin-top: 13px;
	margin-right: 10px;	
	border-radius: 15px;
	background: #C0C0C0;
}
#playhead{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-top: 1px;
	background: #ffffff;

}
















/*

copied from App

body {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 0px; 
    margin: 6px;
}
.main_title {
    text-align: center;
    font-size: 20px;
}
.main_title > h1 {
    margin-bottom: 5px;
}
.main_data {
    text-align: left;
    font-size: 20px;
    padding-left: 5px;    
}
.main_data_center {
    text-align: center;
    font-size: 20px;
}
#p {
#    font-size: 40%;
#}
.my_text {
    #font-family:    Arial, Helvetica, sans-serif;
    font-size:      20px;
    #font-weight:    bold;
    text-align: right;
	    
}
.col_span_1_of_2_arabic {
    font-family: 'Amiri', serif;
    line-height: 200%;    
    text-align: right;
    font-size: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    direction: rtl;    
    background-color: #AED6F1;
}
.col_span_1_of_2_arabic:hover {background-color: #E6B0AA;}
.col_span_1_of_2_english {
    text-align: left;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #D6EAF8;
}
.col_span_1_of_2_english:hover {background-color: #E6B0AA;}

.col_span_1_of_2_engtrans {
    text-align: left;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #D6EAF8;
}

blockquote {
    text-align: left;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #D6EAF8;
    margin-left: 0px;
    margin-right: 0px;
}

.col_span_1_of_2_engtrans:hover {background-color: #E6B0AA;}
img {
    width: 100%;
    height: auto;
}

.ayaNum {color: black; font-size: smaller;}


*/
