@charset "utf-8";

body {
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow-x:hidden;
    overflow-y:scroll ;
    margin:0;
    padding:0;
}

#myContent {
    margin: 0 auto;
	width:740px;
    padding:04px 0px 0px 0px;
}

.select {
    font-size: 0pt; /* needed by js that hides/unhides delector */
}

.selector {
    display: none;
    -webkit-appearance: menulist-text;          /* necessary for some browsers */
}

/* ----------------------------------- */

#gotoapp-container {
    display: table;
    margin: 0 auto;
    padding-top:20px;
    text-align: center;
    vertical-align: middle;
    font-size:14px;
    cursor: pointer;
    padding-top:30px;
    -webkit-tap-highlight-color: transparent;
    display:none ;
}

#gotoapp-left {
    padding:8px 10px 8px 10px;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f1f2f4;

    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#gotoapp-right {
    padding:8px 10px 8px 10px;
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ccc;

    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.goto-button-lower{
    padding:8px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background: #f1f2f4;
    color:#222;
    margin-top:12px;
    float:left;
    cursor: pointer;
    font-size:14px;
}

.mt1{
    margin-top: 10px;
}

.mb1{
    margin-bottom: 10px;
}

.mb2{
    margin-bottom: 20px;
}


.ml1{
    padding-left: 10px;
}


/*--- Header  ------------------------*/
#myHeader {
    background-color: #3a569e;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;

    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    z-index: 1000;
}

.header-button, .header-button:hover, .header-button:active, .header-button:visited, .header-button:link{
    font-size: 22px;
    color: #eeeeee;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#chapter-name-e {
    color: #ffffff;
}

#chapter-name-a {
    font-size:16px;
    color: #BDC7DF;
}

#chapter-selector-block{
    margin: 0;
    padding: 0;
    position: relative;
    width: 210px;
}

#chapter-selector-overlay {
    height: 45px;    
    width: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-right: 1px solid #bbb;
    margin: 0;
    padding: 0;
}

#chapter-selector-dropdown{
    height: 45px;      
    width: inherit;
    position: absolute;
    left: 0px;
    top: 0px;    
    cursor: pointer; 
	font-family: 'Roboto Mono', consolas,  monospace;
	font-size:13px;
	padding:3px;
	line-height:35px;   /* Safari Browser Needs This */
	-webkit-appearance: menulist-button;  /* Safari Browser Needs This */
	cursor: pointer;    
}

#edition-selector-block{
    margin: 0;
    padding: 0;
    position: relative;
    width: 130px;
}

#edition-selector-overlay {
    height:45px;    
    width: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 1px solid #bbb;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}

#edition-selector-dropdown{
    height: 45px;      
    width: inherit;
    position: absolute;
    left: 0px;
    top: 0px;    
    cursor: pointer; 
}

#edition-label{
    font-size: 15px;
    padding-left: 10px;
    color: #333;
}


.selector-block:hover{
    background-color: rgba(0, 0, 0, 0.05);
}

#chNumber{
    font-size:30pt;
    color: #9f0149;
    font-family: "times new roman",Times,serif;
    letter-spacing: -3px;
    padding-left: 5px;
}

#chNames{
    font-size: 15px;
    line-height: 5px;
    margin-left: 8px;
    margin-top: 2px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

#chNameEn {
    color: #000;
}

#chNameAr {
    color: #787878;
}

.caret{
	color:#777;
    font-size:16px;
    margin-left: auto;
    padding-right: 5px;
}


.icon-spacer-1 {
    width: 1px;
    display: inline-block;    
}

.icon-spacer-2 {
    width: 1px;
    display: inline-block;    
}

/*-------------------------------*/

.icon-top{
    vertical-align: middle;
    width: 20px;
    height: 20px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    color: #555;
    pointer-events: none;
    padding: 3px;
}

.color-green{
    color: #00b200 ;
}

.icon-top-wrapper:hover{
    background-color: #d8d8d8;
}

.icon-top-wrapper{
    cursor: pointer;
}

/*-------------------------------*/

#edition-overlay{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    color:#222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background: #f1f2f4;
    margin-top:10px;
    float:right;
    cursor: pointer;
    min-width: 60px;
}

#edition-selector{
    margin-top:12px;
    float:right;
    margin-right:-70px;
    height:30px;
    width:70px;
    cursor: pointer;
    line-height: 35px; /* Safari Browser Needs This, to control height of selector */
}

#edition-text{
    padding-left:5px;
    font-size:15px;
    vertical-align: middle;
}



/*-------------------------------*/

#quran-text{
    margin-top: 30px;
}

#quran-text p {
	font-size:17px;
	line-height:140%;
	margin:0em 0em 0.60em 0em;
	text-align:justify;
	color:#262626;
}

#quran-text p span {
	color:#069;
	font-size:0.85em;
}

/*-------------------------------*/

#myFooterContainer{
    position: fixed;
    background-color: #fff;    
    width: 100%;
    bottom: 0;
    box-shadow: 0 -3px 10px 0 rgba(0,0,0, 0.1);
    padding: 5px 0px;
}

#myFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 740px;
    min-height: 56px;
    margin: 0 auto;
}

#myAudioPlayer {
    visibility: visible;
    width: 420px;
    display: block;
}

.bottom-title{
    padding-top: 1px;
    font-size: 15px;
    justify-content: flex-end;
    text-align: right;
    width: 300px;
    line-height: 20px;
}

.bottom-title-line1{
    color: #000;

}

.bottom-title-line2{
    color: #777;
}

select optgroup{
    font-size: 1.3em;
    color: #222;
}

#added-height-for-search-scroll{
    height:900px;
    width: 1px;
}




    /* Material Button */

    .material-button-raised {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        border-radius: 2px;
        padding: 0 16px;
        min-width: 64px;
        height: 36px;
        vertical-align: middle;
        text-align: center;
        text-overflow: ellipsis;
        text-transform: uppercase;
        color: #000;
        background-color: #f1f3f4;
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
        font-size: 14px;
        font-weight: 500;
        line-height: 36px;
        overflow: hidden;
        outline: none;
        cursor: pointer;
        transition: box-shadow 0.2s;
      }
  
      .material-button-raised:hover,
      .material-button-raised:focus {
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
      }
  
      .material-button-raised:active {
        box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
      }
  
      .material-button-raised:disabled {
        color: rgba(0, 0, 0, 0.38);
        background-color: rgba(0, 0, 0, 0.12);
        box-shadow: none;
        cursor: initial;
      }
  
      .material-button-raised::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: currentColor;
        opacity: 0;
        transition: opacity 0.2s;
      }
  
      .material-button-raised:hover::before {
        opacity: 0.12;
      }
  
      .material-button-raised:focus::before {
        opacity: 0.2;
      }
  
      .material-button-raised:active::before {
        opacity: 0.32;
      }
  
      .material-button-raised:disabled::before {
        opacity: 0;
      }
  
      .material-button-raised::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 18px;
        border-radius: 50%;
        padding: 50%;
        width: 32px;
        height: 32px;
        background-color: currentColor;
        opacity: 0;
        transform: translate(-50%, -50%) scale(1);
        transition: opacity 1s, transform 0.5s;
      }
  
      .material-button-raised:active::after {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(0);
        transition: transform 0s;
      }
  
      .material-button-raised:disabled::after {
        opacity: 0;
      }
  
      /* End of Material Button */

    
      .arrow-lower{
        padding-left: 12px;
        padding-right: 12px;
        margin-left: 10px;
    }

    .header-1{
        position: fixed;
        height: 4px;
        width: 100%;
        background-color: #00aeef ;
        z-index: 1000;
    }

    .header-2{
        margin: 0 auto;
        width:740px;
        padding:20px 0px 0px 0px;

        display: flex ;
        flex-direction: row;        
        justify-content: flex-end;
    }

    .top-link{
        margin-left: 25px;
        font-size: 11.5pt;
        color: #555; 
        text-decoration: none ;
    }

    .top-link:hover {
        text-decoration: underline ;
    }

    .social-media-buttons {
        margin-top: -4px;
        height: 25px;
    }

    .header-3{
        margin: 0 auto;
        width:740px;   
        padding-top: 20px;     
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #ffffff;
    }

    #qTitle{
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:34pt;
        font-weight:normal;        
        margin-left:-5px;
        color:#333;
    }
    
    #qLetter{
        font-size:1.3em;
    }

    .title-quran {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 57px;
        font-variant: small-caps;
        margin: 0px 0px 0px -3px;
        color:#222;
        border: solid 2px transparent;
    }

    .toolbar{
        height:45px;
        margin-top: 12px;
        margin-left: 15px;
        background-color: #f1f3f4;
        flex-grow: 1;
        border-radius: 2px;

        display: flex;
        flex-direction: row;
        align-items: center;
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);        
    }

    .top-buttons{
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-grow: 100;
    }

#youtube-player{
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*---------------------------------------------------------------------------------------------------*/

/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
 * @license MIT */

/* Make clicks pass-through */
/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
  }
  
  #nprogress .bar {
    background:#007BBC;
  
    position: fixed;
    z-index: 1031;
    top: 0;
    left: 0;
  
    width: 100%;
    height: 4px;
  }
  
  /* Fancy blur effect */
  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    /* box-shadow: 0 0 10px #D3EFFF, 0 0 5px #D3EFFF; */
    opacity: 1.0;
  
    -webkit-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
            transform: rotate(3deg) translate(0px, -4px);
  }
  
  /* Remove these to get rid of the spinner */
  #nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
  }
  
  #nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
  
    border: solid 2px transparent;
    border-top-color: #448aff;
    border-left-color: #448aff;
    border-radius: 50%;
  
    -webkit-animation: nprogress-spinner 400ms linear infinite;
            animation: nprogress-spinner 400ms linear infinite;
  }
  
  .nprogress-custom-parent {
    overflow: hidden;
    position: relative;
  }
  
  .nprogress-custom-parent #nprogress .spinner,
  .nprogress-custom-parent #nprogress .bar {
    position: absolute;
  }
  
  @-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  @keyframes nprogress-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

/*--------------------------------------------------------------------------------------------------*/

#option-group {
    font-size:16px;
    color: #222;
}

.arrows-lower-spacer {
    height: 150px;
}

#arrows-lower{
    padding-top: 12px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  }
/* ------------------------------------------------------------------ */
