/* @charset "UTF-8"; */
/* @import url(//fonts.googleapis.com/earlyaccess/droidarabicnaskh.css); */
/* @import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css); */

img {
    margin: auto;
    width: 100%;
}
body{
    width: 427px;
}
.text{
    font-family: 'Droid Arabic Naskh';
    font-size: 18px;
    width: 100%;
}
.form_text_box {
    width: 100%;
    font-family: 'Droid Arabic Naskh';
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.vistors_counter{
    width: 427px;
    height: 24px;
    background-color: #000000;
    color: white;
    text-align: center;
    font-size: 12px;
    padding-top: 1px;
}
.top_bar{
    background-color: #e4e4e4;
    height: 30px;
    padding-right: 7px;
    padding-left: 7px;
    /* width: 482px; */
    margin: auto;
    /* width: 91%;     */
}
#comment_wrap{
    display: none;
    padding: 10px;
    background-color: white;
    width: 400px;
    border-radius: 10px;
    box-shadow: -1px 2px 38px 2px rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 360px;
    z-index: 10;
    top: 105px;
    left: 170px;
    margin: -100px 0 0 -150px;
    overflow: auto;
}
.show_comment_form{
    width: 97%;
    background-color: #b3b2b1;
    border-radius: 5px;
    margin: auto;
    margin-top: 5px;
    text-align: center;
}
.con{
    background-color: #f5f6f1;
    /* width: 427px; */
    margin: auto;
    padding-top: 6px;
    position: relative;
    /* overflow: auto; */
    min-height: 400px;
}
.verse_options{
    position: absolute;
    width: 90px;
    height: 25px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75)

}
.caption{
    float: right;
    text-align: center;
    font-family: 'Droid Arabic Naskh';
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
}
.frame_wrap{
    float: right;
    direction: rtl;
    width: 136px;
    height: 30px;
    border: 2px solid #b3b2b1;
    padding-right: 5px;
    margin-left: 6px;
}
.frame_item{
    float: right;
}
.delete_icon{
    width: 30px;
    height: 20px;
    background-color: #c8bfbf;
    float: left;
    text-align: center;
    border-radius: 2px;
    margin: 2px;
}
.hilight_icon{
    width: 30px;
    height: 20px;
    background-color: #c8bfbf;
    float: left;
    text-align: center;
    border-radius: 2px;
    margin: 2px;
}
.main_menu{
    height: 50px;
}
.chapters{
    display:none;
    position: absolute;
    top: -385px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 190px;
    height: 290px;
    background-color: #6c6b8b;
    z-index: 999;
    padding: 6px;
    overflow: auto;
    
}

.verse {
    /* background-color: red; */
    text-align: center;
}
.audio{
    text-align: center;
}
.full_title{
    width: 100%;
}
.list_title{
    /* width: 60%; */
    /* margin: auto; */
    text-align: center;
    background-color: aliceblue;
    cursor: pointer;
    font-family: 'Droid Arabic Naskh';
    font-size: 17px;
    /* margin-bottom: 3px; */
    color: #000000;
}
.back_button{
    background-color: #000000;
    color: white;
}
.play_button{
    position: absolute;
    height: 25px;
    width: 24px;
    /* border: 2px solid #6e8ec1; */
    border-radius: 12px;
    /* background-color: #dde6ed; */
    /* opacity: 0.5; */
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 3px;
}
.play_button_for_edit{
    position: absolute;
    height: 25px;
    width: 24px;
    border: 2px solid #6e8ec1;
    border-radius: 12px;
    background-color: #dde6ed;
    /* opacity: 0.5; */
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 3px;
}
.play_button:hover{
    /* background: #83c5e5; */
}

.ayah_splitter{
    position: absolute;
    height: 25px;
    width: 9px;
    border: 2px solid #6e8ec1;
    border-radius: 1px;
    background-color: #dde6ed;
    font-size: 16px;
    text-align: center;
    font-weight: 900;
    padding-bottom: 3px;
}

.tools{
    /* display: none; */
    background-color: #e4e4e4;
    height: 38px;
    padding-right: 7px;
    padding-left: 7px;
    width: 482px;
    margin: auto;
    width: 91%;
    clear: both;
}

.close_form{
    position: absolute;
    left: 6px;
    top: 10px;
    border: 1px solid gray;
    /* border-radius: 18px; */
    background-color: #000000;
    color: white;
    width: 30px;
    height: 32px;
    /* padding-top: 5px; */
    text-align: center;
    font-family: Droid Arabic Kufi;
    /* box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.75); */
}
.main_title_box{
    text-align: center;
    background-color: #e4e4e4;
    width: 496px;
        margin-bottom: 6px;
    font-family: 'Droid Arabic Naskh';
    height: 32px;
}
.main_title{
    text-align: center;
    background-color: #a0cfe4;
    width: 100%;
    margin-bottom: 6px;
    font-family: 'Droid Arabic Kufi';
    /* float: right; */
}

.back{
    /* float: left; */
    width: 20%;
    background-color: antiquewhite;
}
.form_title{
    text-align: center;
    background-color: #000000;
    width: 91%;
    font-family: Droid Arabic Kufi;
    color: white;
    height: 33px;
}
.form_footer{height: 27px;/* background-color: rebeccapurple; */padding: 8px;}
.form_submit{
    position: absolute;
    left: 20px;
    font-family: 'Droid Arabic Naskh';
}
.hidden_button{
    display: none;
    width: 103px;
    height: 31px;
    background-color: #b3b2b1;
    float: right;
    text-align: center;
    margin-left: 3px;
    font-size: 17px;
    font-family: 'Droid Arabic Naskh';
    border-radius: 4px;
    margin-top: 3px;
    cursor: pointer;
}
.form_box {
    display: none;
    padding: 10px;
    background-color: white;
    /* height: 200px; */
    width: 400px;
    border-radius: 10px;
    box-shadow: -1px 2px 38px 2px rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 390px;
    /* height: 400px; */
    z-index: 10;
    top: 19%;
    left: 44%;
    margin: -100px 0 0 -150px;
    overflow: auto;
}
.range_box{
    display: none;
    padding: 10px;
    background-color: white;
    height: 200px;
    width: 400px;
    border-radius: 10px;
    box-shadow: -1px 2px 38px 2px rgba(0, 0, 0, 0.75);
    position: absolute;
    width: 360px;
    height: 240px;
    z-index: 10;
    top: 105px;
    left: 170px;
    margin: -100px 0 0 -150px;
}
.info_box {
    /* display: none; */
    position: absolute;
    background-color: white;
    top: 47px;
    width: 373px;
    direction: rtl;
    padding: 10px;
    font-family: 'Droid Arabic Naskh';
    border-radius: 5px;
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.75);
    z-index: 10;
    left: 15px;
}
.option_submit{
    width: 60px;
    height: 27px;
    background-color: #b3b2b1;
    text-align: center;
    border: 1px solid #757474;
    border-radius: 3px;
    margin: auto;
    margin-top: 4px;
}
/* .option_div{
    border-bottom: 1px solid red;
} */
.finish{
    width: 90px;
    height: 23px;
    background-color: #b3b2b1;
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: 'Droid Arabic Naskh';
    border-radius: 4px;
    margin-top: 3px;
}
.add_chapter{
    background-color: #b3b2b1;
    text-align: center;
    font-size: 71px;
    font-family: 'Droid Arabic Naskh';
    margin-top: 3px;
    position: absolute;
    top: 108px;
    left: 168px;
    vertical-align: middle;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    cursor: pointer;
}
.add_chapter_text{
    text-align: center;
    font-size: 16px;
    font-family: 'Droid Arabic Naskh';
    margin-top: 3px;
    position: absolute;
    top: 242px;
    left: 168px;
    vertical-align: middle;
    width: 130px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.icon{
    /* width: 103px; */
    height: 23px;
    background-color: #b3b2b1;
    float: right;
    text-align: center;
    margin-left: 3px;
    font-size: 12px;
    font-family: 'Droid Arabic Naskh';
    border-radius: 4px;
    margin-top: 3px;
    cursor: pointer;
    width: auto;
    padding-right: 5px;
    padding-left: 5px;
}
/* audio  */
.audio_wrap{
    clear: both;
    height: 40px;
}
.audio {
    /* display: none; */
    margin: auto;
    padding: 8px;
    box-shadow: -1px -1px 51px 2px rgba(0,0,0,1);
    overflow-x: auto;
    max-height: 443px;
    border-radius: 5px;
    background-color: white;
    position: fixed;
    width: 156px;
    height: 3500px;
    top: 44%;
    left: 33%;
    margin-top: -273px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
    z-index: 20;
}

.audio_caption{
    width: 130px;
    height: 30px;
    color: white;
    padding: 3px;
    text-align: center;
    background-color: #000000;
    border-radius: 3px;
    float: right;
    font-family: Droid Arabic Kufi;
}
.audio_list{
    background-color: #a0cfe4;
    height: 30px;
    float: none;
    border: 1px solid;
    width: 154px;
    margin: auto;
    direction: ltr;
}

/*  jass_gallery     */
.gallery {
    display: none;
    margin: auto;
    padding: 8px;
    box-shadow: -1px -1px 51px 2px rgba(0,0,0,1);
    overflow-x: auto;
    max-height: 443px;
    border-radius: 5px;
    background-color: white;
    position: fixed;
    width: 445px;
    height: 3500px;
    top: 34%;
    left: 52%;
    margin-top: -273px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
    z-index: 20;
}
.gallery img{
    /* float: left; */
    background-color: gray;
    width: 414px;
    border: solid 1px black;
    margin: 5px;
}

.gallery_caption{
    width: 90%;
    height: 30px;
    color: white;
    padding: 3px;
    text-align: center;
    background-color: #000000;
    border-radius: 3px;
    float: right;
    font-family: Droid Arabic Kufi;
}
.close_window{
        width: 6%;
        height: 30px;
        color: white;
        padding: 3px;
        text-align: center;
        background-color: #000000;
        border-radius: 3px;
        float: left;
        cursor: pointer;
        font-family: Droid Arabic Kufi;
}
.close_window_middle{
    /* width: 6%; */
    height: 30px;
    color: white;
    padding: 3px;
    text-align: center;
    background-color: #6c6b8b;
    border-radius: 3px;
    cursor: pointer;
    font-family: Droid Arabic Kufi;
    margin: auto;
}
.image_gallery_con {
    width: 47%;
    background-color: #EAEAEA;
    display: block;
    padding: 3px;
    max-width: 367px;
    margin: 7px;
    text-align: center;
    margin: auto;
}
.image_caption {
    text-align: center;
    width: 100%;
}
.image_gallery_h{
    height: 257px;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.image_gallery_v{
    height: 522px;
    background-size: auto 94%;
    background-repeat: no-repeat;
}

.image_gallery_button{
    width: 100px;
    background-color: #868686;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}
#hilight_wrap{
    /* display: block; */
    width: 97%;
    box-shadow: -1px 2px 38px 2px rgba(0, 0, 0, 0.75);
    position: absolute;
    height: 155px;
    border-radius: 6px;

}
.hilight_div{
    display: block;
    /* clear: both; */
}
.hidden_div{
    /* visibility: hidden; */
    display: none;
}
.hilighted{
    position: absolute;
    height: 48px;
    width: 24px;
    border-radius: 6px;
    background-color: #73e99b;
    opacity: 0.5;
}
.partition{
    background-color: white;
    height: 10px;
}
.slider-container {
    margin-bottom: 20px;
    }

.range{
    width: 75%;
}
.range_label{
    float: right;
    width: 16%;
}
.num_text_wrap{
    background-color: #e4e4e4;
    height: 38px;
    padding-right: 7px;
    padding-left: 7px;
    width: 482px;
    margin: auto;
    width: 91%;
    clear: both;
}
.num_text_caption{
    float: right;
}
.num_text{
    float: right;
    width: 30px;
    text-align: center;
    height: 26px;
    margin-right: 10px;
    margin-left: 10px;

}

 /* comments  */
 .quran_comments{
    display: none; 
    position: absolute;
    background-color: white;
    top: 0px;
    left: 11px;
    width: 373px;
    direction: rtl;
    padding: 10px;
    font-family: 'Droid Arabic Naskh';
    border-radius: 5px;
    box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
    z-index: 10;
 }
 #avatarBox {
    border: 1px solid #DDD;
    margin: 5px auto;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 50%;
    /* Can also be 55px */
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#avatarBox img {
    width: 35px;
    height: 35px;
        
    margin: 5px;
    -webkit-border-radius: 50%;
    /* Can also be 50px */
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#avatarName {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

#AvatarBlock {
    width: 17%;
    min-height: 92px;
    margin-bottom: 6px;
    float: right;
    border-left: 2px solid;
    border-color: #dbdcd4;
    margin-left: 8px;
}

#CommentBox {
    width: 100;
    /* background-color: #e5eaef; */
    max-width: 756px;
    margin: 3px auto;
    border-radius: 10px;
}

#AvatarCom {
    text-align: justify;
    color: black;
    border-radius: 7px 0px 7px 7px;
    border: 1px solid;
    border-color: #a2c1d0;
    width: 97%;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    padding: 5px 5px 5px 8px;
    min-height: 61px;
    overflow-wrap: break-word;
    word-break: break-word;
    float: left;
    width: 96%;
}


@media only screen and (max-width: 500px) {
    #avatarBox {
        width: 27px;
        height: 27px;
        float: right;
        margin-right: 1px;
    }
    #avatarBox img {
    width: 17px;
    height: 17px;
    }
    #AvatarBlock {
        width: 100%;
        border-left: none;
        min-height: 14px;
        border-bottom: 1px solid;
        border-color: #e7e8e8;
        margin-top: -6px;
    }
    #avatarName {
        margin-top: 7px;
        margin-right: 11px;
        float: right;
        width: 71%;
        text-align: right;
    }
    #ReplayToVis{
    width: 30px;
    margin-bottom: 5px;
    }
        #Tools{
        width: 49px;
    }
    .back_button {
        width: 97%;
        bottom: 10px;
    }

}