@import url("../../../assets/css/fontello.css");

@import url('https://fonts.googleapis.com/css?family=Almarai&display=swap');


body {
    font-family: "Almarai";
    direction: rtl;
    font-size: 25px;

    background: -webkit-radial-gradient(circle, white, #f3f3f3); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(circle, white, #f3f3f3); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle, white, #f3f3f3); /* For Fx 3.6 to 15 */
    background: radial-gradient(circle, white, #f3f3f3); /* Standard syntax (must be last) */

}

* {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

}

a {
    color: black;
    font-family: "Almarai";
}

a:hover {
    color: #20507b;
    text-decoration: none;
}

.logo-header img {

    float: right;
    padding: 6px 43px 9px 20px;
}

.textcol h1 {
    font-size: 17px;
    font-weight: bold;
    background-color: #ededed;
    padding: 20px;

}

.right-block h1 {
    background: #1a7b30;
    height: 55px;
    font-size: 19px;
    font-weight: bold;
    padding: 17px 16px 0 0;
    position: relative;
    margin-bottom: 30px;
}

.logo-header h1 {
    font-size: 24px;
    margin: 0;
    padding: 25px 0 0 0;
    font-weight: bold;
    color: #197b30;
}

.logo-header p {
    font-size: 15px;

}

.textcol {
    margin-bottom: 26px;
}

body {
    background: #fafafa;
}

.widget-area.blank {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

body .no-padding {
    padding: 0;
}

.widget-area {
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
    float: left;
    margin-top: 30px;
    padding: 25px 30px;
    position: relative;
    width: 100%;
}

.status-upload {
    background: none repeat scroll 0 0 #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    float: left;
    width: 100%;
}

.status-upload form {
    float: left;
    width: 100%;
}

.status-upload form textarea {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #777777;
    float: left;
    font-family: Lato;
    font-size: 14px;
    height: 142px;
    letter-spacing: 0.3px;
    padding: 20px;
    width: 100%;
    resize: vertical;
    outline: none;
    border: 1px solid #F2F2F2;
}

.status-upload ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 15px;
    width: auto;
}

.status-upload ul > li {
    float: left;
}

.status-upload ul > li > a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #777777;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0 10px 10px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 30px;
    cursor: pointer;
}

.status-upload ul > li > a:hover {
    background: none repeat scroll 0 0 #606060;
    color: #fff;
}

.status-upload form button {
    border: medium none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-right: 9px;
    margin-top: 9px;
    padding: 6px 15px;
}

.dropdown > a > span.green:before {
    border-left-color: #2dcb73;
}

.status-upload form button > i {
    margin-right: 7px;
}

.comment {

    background-color: #ededed;
    padding: 8px;
    margin-top: 20px;
}

.comment h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 2px #ccc;
    border-radius: 2px;
    font-size: 17px;
    background-color: #e7e7e7;
    margin: 19px 0 16px 0;
    padding: 7px;
}

.word h3 {

    position: relative;
    color: white;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.word img {

    margin-left: 13px;
    float: right;
}

.cloud {

    margin: -10px 0 0 0;
}

.yellow-bg {
    background: #FF0;
    padding: 0 0 4px;

}

.icons {

    padding: 24px;

}

.icons a {
    width: 40px;
    height: 40px;
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 23px;
    line-height: 40px;
    margin-bottom: 0px;
    border-radius: 50%;
    background: #c1253d;
}

p {
    margin: 0px 0 0px;
}

.footer-bg {
    margin-bottom: 50px;
}

.icons a:hover {
    color: #f4f4f4;
    background: #bd4246;
}

.iconss {
    padding: 5px 25px;
}

.iconss a {
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    padding: 0 10px;
    border-radius: 5px;
}

.iconss a.twitter {
    background: #1da1f2;
}

.iconss a.facebook {
    background: #3b5998;
}

.iconss a.google {
    background: #dd4b39;
}

.iconss a.download {
    background: #ffeb3b;
    color: #1a7b30;
}

.iconss a.views {
    background: #414141;
    color: #fff;
}



.iconss img {
    margin: 14px -23px 2px 9px;
}

p {
    margin: 0px 0 0px;
}

.footer-bg p {

    top: 20px;
}

.iconss a:hover {
    color: #f4f4f4;
    background: #bd4246;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

.grey-bg {

    background: #414141;
    margin-bottom: 25px;

}

/********* SIDE NAV BAR ***********/
a {
    color: #000;
}

li {
    list-style: none;
}

.panel-default > .panel-heading {
    color: #333333;

    border-bottom: 1px solid #dddddd !important;
    border: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 0px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-collapse {
    background-color: rgba(214, 214, 214, 0.5);
}

/*.glyphicon {*/
/*margin: 0 5px;*/
/*left: 6px;*/
/*}*/

.panel-title h4 :hover {
    color: black;
}

.list-group a {
    font-size: 14px;
    color: #959595;
}

ul.list-group {
    margin: 0px;
    padding: 0px;
}

ul.bulletlist li {
    list-style: disc;
}

ul.list-group li a {
    display: block;
    padding: 5px 0px 5px 15px;
    text-decoration: none;
    padding: 10px;
}

ul.list-group li {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

ul.list-group li a:hover, ul li a:focus {
    color: #fff;
    background-color: #abacac;
}

.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus,
.panel-title .open a:hover,
.panel-title .open a:active,
.panel-title .open a:focus {
    text-decoration: none;
    color: black;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    display: block;
}

/*@media (min-width: 768px) {*/
/*.navbar-collapse.collapse {*/
/*display: block !important;*/
/*height: auto !important;*/
/*padding-bottom: 0;*/
/*overflow: visible !important;*/
/*padding-left: 0px;*/
/*padding-right: 0px;*/
/*}*/
/*}*/

@media (min-width: 992px) {
    .menu-hide {
        display: none;
    }

}

@media (max-width: 990px) {

    .footer-bg {
        margin-bottom: 95px;
    }
    

    .playlist {
        margin-bottom: 50px;
    }

}

.menu-hide .panel-default > .panel-heading {
    color: #fff;
    background-color: #8e8c8c;
    border-color: #ddd;
}

/********** END SIDEBAR *************/

/********** NAVBAR TOGGLE *************/

/*.navbar-toggle .icon-bar {*/
/*background-color: #999;*/
/*}*/

/*.navbar-toggle {*/
/*padding: 11px 10px;*/
/*margin-top: 8px;*/
/*margin-right: 15px;*/
/*margin-bottom: 8px;*/
/*background-color: #a32638;*/
/*border-radius: 0px;*/
/*}*/

/*.navbar-toggle .icon-bar {*/
/*display: block;*/
/*width: 28px;*/
/*height: 4px;*/
/*border-radius: 3px;*/
/*}*/

/*.navbar-toggle .icon-bar + .icon-bar {*/
/*margin-top: 5px;*/
/*}*/

.video-menu a {

    position: absolute;
    top: -46px;
    font-size: 47px;
    border-radius: 50%;
    background: #c1253d;
    width: 80px;
    height: 80px;
    padding: 6px 14px;
    color: white;
    right: -33px;
}

.video-menu h1 {

    font-size: 30px;
    font-weight: bold;
    /*text-shadow:#000 solid 1px;*/
    color: #FFF;
    padding: 6px 0;

}

/*.nav > li > a {*/

/*color: white;*/
/*border-radius: 0;*/
/*font-size: 15px;*/
/*margin: 0;*/
/*font-weight: bold;*/
/*padding: 40px 15px 30px 10px;*/
/*}*/

/*.nav > li > a:hover {*/
/*color: #c7baba;*/
/*text-decoration: none;*/
/*background-color: #414141;*/
/*}*/

.left-block-title h1 {

    font-size: 19px;
    font-weight: bold;
    color: #FFF;
    padding: 17px;
    background-color: #bc1e32;
    width: 30%;
    position: relative;
}

.left-block-title {

    background-color: #cfcfcf;
    margin-bottom: 30px;

}

.results {
    background-color: #eaeaea;
}

.left-block {
    padding: 15px;
}

.left-block:nth-child(odd) {
    background-color: #fff;
}

.left-block-title h1:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #bb1c32;
    position: absolute;
    z-index: 10;
    bottom: -8px;
    right: 60px;
}

.main-content h2 {
    font-size: 15px;
    color: white;
    background: #333;
    font-weight: bold;
    padding: 10px;
    margin-top: 0px;

}

.play img {
    float: right;
    margin: -10px 0 10px 11px;
}

.play h3 {
    font-weight: bold;
    font-size: 15px;

}


.play {
    padding-bottom: 8px;
}

.sound {
    text-align: left;
}

.sound img {
    margin: 0 10px -3px 10px;
}

.sound h3 {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 0;
}

.year h3 {
    float: left;
    font-size: 16px;
    opacity: 0.5;
}

.footer-bg {
    background: #e8e8e8;
}

.footer-bg h1 {
    font-size: 16px;
    padding: 11px 0 0 0;
    font-weight: bold;
    margin: 18px 0 0 0;
}

.footer-bg p {
    font-size: 21px;
    padding: 0 0 11px 0;
    opacity: 0.3;
}

.right-block h1 {
    background: #1697de;
    height: 38px;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 16px 0 0;
    position: relative;
    margin-bottom: 30px;
    color: white;
}

.right-block h1:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1a7b30;
    position: absolute;
    z-index: 10;
    bottom: -8px;
    right: 60px;
}

.right-block-content {
    background: #cfcfcf;
    padding: 0;
}

.right-block-content a {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3em !important;
    display: block;
    margin: 0 0 3px 0;
    border-bottom: 2px solid #b3b3b3;
    padding: 12px;
}

.right-block-content a:hover {
    color: #F00;
}

.right-block-content a:before {
    width: 10px;
    height: 10px;
    background: #1a7b30;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin: 5px 0 0 9px;
}

.right-block-content a:before {
    width: 10px;
    height: 10px;
    background: #1a7b30;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin: 5px 0 0 9px;
}

.right-block-content a:last-child {
    border-bottom: 0px solid #b3b3b3;
}

/*.navbar-nav > li {*/
/*float: right;*/
/*}*/

.dropdown-menu {
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    text-align: right;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
}



@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    8% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    15% {
        -moz-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -moz-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
    }
}

.pulse_holder {
    display: block;
    position: absolute;
    top: -20px;
    right: 43px;
}

.pulse_holder .pulse_marker {
    width: 16px;
    height: 16px;
    background: #099;
    border-radius: 28px;
}

.pulse_holder .pulse_rays {
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    right: -44px;
    top: -56px;
    z-index: 10;
    background-color: transparent;
    opacity: 0.1;
    width: 101px;
    height: 101px;
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    /* Giving Animation Function */
    -webkit-animation: pulse 2s linear infinite;
    -moz-animation: pulse 2s linear infinite;
    border-image: initial;
}

/*.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {*/
/*display: block;*/
/*max-width: 100%;*/
/*width: 100%;*/
/*}*/

/*.navbar {*/
/*margin-bottom: 0 !important;*/
/*}*/

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 11px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.playlist {
    background-color: #1697de;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    z-index: 1000;
    color: white;
    border: 0.2px solid #eaeaea9e;
        right: 0;
}

.searchh {
    font-size: 10px;
}

/*.navbar-toggle {*/
/*padding: 3px 6px;*/
/*background: #f5f5f5;*/
/*font-size: 19px;*/
/*}*/

@media (max-width: 780px) {

    /*.navbar-nav > li {*/
    /*width: 100%;*/
    /*text-align: right;*/
    /*padding: 2px;*/
    /*}*/

    /*.navbar-nav {*/

    /*padding: 0;*/
    /*}*/


    .nav > li > a {

        padding: 10px 0;
    }

    .dropdown-menu > li > a {

        color: #989898;
    }

    .icons {

        text-align: center;
    }

    .footer-bg {
        margin-bottom: 80px;
    }

    .logo-header h1 {

        text-align: center;
    }

    .logo-header p {
        text-align: center;

    }

    .playlist h3 {
        float: none;
        color: white;

    }

    .logo-header img {
        float: none;
        margin: 0 auto;
    }

    .logo-header {

        text-align: center;
    }

    .logo-header h1 {

        padding: 0 0 0 0;
    }

    .navbar-nav {
        float: none;

    }

    .video-menu h1 {

        padding: 6px 0;
        position: absolute;

        top: -14px;
    }

    .yellow-bg {

        padding: 0;
    }

}

/*.waveform {*/
/*background: #81D8D0;*/
/*height: 100px;*/
/*width: 100%;*/
/*}*/

wave {
    direction: ltr !important;
}

.playlist {
    display: block;
    /*display: none;*/

}

a.playpause {
    display: block;

    background-image: url("../images/pic2017/play-icon.png");
    width: 41px;
    height: 41px;
}

div.play-button {
    cursor: pointer;
    width: 41px;
    height: 41px;
    background: url("../images/pic2017/play-icon.png") no-repeat;
    margin-top: 10px;
}

.paused-button {
    background: url("../images/pic2017/play-pause.png") no-repeat !important;
}

.loading-info {
    text-align: center;
}

.loading-info-2 {
    padding: 10px 20px;
    display: block;
    text-align: center;
    font-size: 15px;
    margin-right: 0px;
    font-weight: bold;
    background-color: #1a7b30;
    color: white;
    border-radius: 5px;
}

span.soundAlbumName {
    color: #999;
    font-size: 12px;

}

.play > h3 {
    margin: 0;
}

.linknameindetails {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}


.linknotestyle{
   margin: 10px;
   font-size: 18px;
   line-height: 1.5em;
}

.linkimage_play {
    width: 40px;
    height: 40px;
}

.wavesurfer-time-duration-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.wavesurfer-timeline-progress {
    width: 500px;
}

.wavesurfer-time,
.wavesurfer-duration {
    font-family: Arial;
    font-size: 14px;
    /*padding: 0.5em 1em 0.5em;*/
    /*background-color: #2ecc71;*/
    transition: .3s ease all;
    color: white;
    font-weight: bold;
}

.wavesurfer-duration {
    position: absolute;
    left: 0;
}

.wavesurfer-time:before,
.wavesurfer-duration:before {
    padding-right: 0.3em;
}

div.wavesurfer-time:before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    width: 1em;
    content: "\f041";
}

div.wavesurfer-duration:before {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    width: 1em;
    content: "\f017";
}

.wavesurfer-time {
    margin-left: Auto;
}

@media (max-width: 550px) {
    .wavesurfer-duration {
        display: none;
    }

    .wavesurfer-time {
        display: none;
    }
}

.wavesurfer-block button span,
.wavesurfer-time span,
.wavesurfer-duration span {
    padding-left: 0.3em;
    display: none;
}

#progressBar {
    width: 90%;
    margin: 10px auto;
    height: 22px;
    background-color: #0A5F44;
}

#progressBar div {
    height: 100%;
    text-align: right;
    /*padding: 0 10px;*/
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #CBEA00;
    box-sizing: border-box;
}

.slider.slider-horizontal {
    width: 100%;
    height: 20px;
}

.progress_container {
    height: 15px;
    border-radius: 25px;
    overflow: hidden;
    background: red;
    width: 100%;
}

.progress_bar {
    color: #fff;
    height: 15px;
    width: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: purple;
}

.progress_container {
    direction: ltr;
}

.audioo {
    margin-top: 10px;
}

.controls {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.controls div {

    margin: 0px 10px;
}

#results {
    background-color: #eaeaea;
}

.play h3 a {
    line-height: 1.7em;
}

#volume {
    direction: ltr;
}


.word {
    padding: 5px;
}
.spandate {
    float: left;
    position: absolute;

    left: -30px;
    font-size: 14px;
    padding: 12px;
    color: #8C8C8C;
}


/**/

.main-huda-template
{
    direction: rtl;
}
.menu-huda-container
{
    background: #f1f1f1;
}
.navbar-nav,.navbar-brand,.navbar-nav>li
{
    float: right !important;
}
.navbar-nav > li > a
{
    line-height: 15px;
}
.navbar-brand
{
    padding: 15px 0px 15px 0px;
}
.menu-logo
{
    padding: 15px 0 !important;
    margin: 0 auto;
}
.navbar-toggle
{
    background: #1abce2
}
.navbar-toggle >.icon-bar
{
    background: #fff;
}
.navbar-collapse
{
    padding-left: 0px;
    padding-right:3px;
}
.navbar-nav
{

    width: 100% !important;
    padding: 0px;
    margin: 0;
}

.bgmenu{
    background: #1697de;
}
.navbar-nav>li
{
    font-family:Almarai;

    text-align: center;
    font-size: 16px;
    position: relative;
    width: 157px;
    direction: rtl;
}
.navbar-nav>li:not(:last-child):before
{
    content: "|";
    position: absolute;
    top:20%;
    right:-2px;
    font-size: 17px;
    font-weight: lighter;
    color: #1abce2;
}
.navbar-nav>li.active
{
    background:  #60cbf5;
}
.navbar-nav>li.active>a
{
    color: #ffffff;
}
.navbar-nav>li.active>a i
{
    display: inline-block;
    font-size: 13px;
}
.navbar-nav>li a i
{
    display: none;
}
.navbar-nav>li>a
{
    color: #ffffff;
}
.navbar-nav>li>a i
{
    font-size: 18px;
}
.navbar-nav>li>a:hover
{
    background: none;
    color: #e8e8e8;
}
.search
{
    padding-right: 0px !important;
}
#livestream
{
    color: white;
    background-color: #f67676;;

}

.search a .glyphicon
{
    margin-top: 20px;
    font-size: 25px;
    padding: 8px;
    color: #ffffff;
    background: #7cd3f5;
    display: inline-block;
    border-radius: 6px;
}





.date-header
{
    margin-top: 20px;
    font-size: 14px;
    padding: 3px;
    color: #ffffff;
    background: #7cd3f5;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
}

#search
{
    line-height: 73px;
    position: relative;
    padding-right: 30px;
    font-size: 20px;
    border-right: 1px solid  #f9f9f9;
    position: relative;
    z-index: 1000;
}
#search a
{
    color: #00b7ec;
}
#search:hover >.input-search
{
    display: block !important;
    z-index: 1000;
}
#search:before
{
    content: "|";
    position: absolute;
    top:5px;
    right:-1px;
    font-size: 17px;
    color: #1abce2;
}
#search:hover
{
    background: #1abce2;
    color: #fff;
}
#search:hover >a span
{
    color: #fff;
}
.input-search
{
    z-index: 1000;
    padding: 8px 8px 8px 8px ;
    position: absolute;
    top: 100%;
    background: #1abce2;
    z-index: 100;
    display: none;
    left: 0;
    width: 250px;
}
.input-search > input
{
    border: none;
    outline: none;
    color: #999 !important;
    font-family:Almarai;
    font-size: 12px;
}
.header >header
{
    position: relative;
}


.m-button
{
    padding: 0;
    font-size: 22px;
    color: #00b7ec;
    cursor: pointer;
    font-weight: lighter;
}


.sidebar
{
    height:100%;
    width: 180px;
    background:#fff;
    padding: 5px 20px 5px 0px;
    border-left:4px solid #1abce2;
    position: fixed;
    top: 48px;
    right: -180px;
    z-index: 900;
    border-top: 1px solid gray;
    display: none;
}
.sidebar ul
{
    padding: 0;
    margin: 0;
}
.sidebar ul li
{
    padding: 20px 5px 20px 0px ;
    border-bottom: 1px solid #aeaeae;
}
.sidebar ul li a
{
    font-family:Almarai;
    font-size: 13px;
    color: #999;
}
.sidebar ul li a i
{
    /*color: #fff;*/
}

.sidebar ul li.active a
{
    font-family:Almarai;
    font-size: 14px;
    color: #1abce2;
}

.sidebar ul li.active a i
{
    color: #1abce2;
}

.back-white
{
    position: fixed;
    background: #fff;
    opacity: 0.7;
    width: 100%;
    top: 48px;
    right: 0;
    height: 100%;
    z-index: 800;
    display: none;
}

.search-menu
{
    bottom: -1px;
    position: absolute;
    right: 183px;
    left: 0;
    width: 65%;
    background: #00b7ec;
    z-index: 400;
    padding: 5px 5px 5px 5px;
    display: none;
    height: 40px;
}

.search-menu input
{
    font-family:"Almarai";
    width: 100%;
    float: right;
    height: 30px;
    border: none;
    outline: none;
    bottom: 19px;
    background-color: #fff;
    border-radius: 11px;
}

.mbar div[class*="col-"]
{
    padding: 0;
}

.m-s:hover
{
    background: #00b7ec;
    color: white;
}

.m-s:hover  .search-menu
{
    display: block !important;
}







/**/
.mawakit-salah1
{
    position: absolute;
    top: 63px;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 200px 10px 190px;
    background:#e2e2e2;
    text-align: center;
    display: none;
}
.mawakit-salah1 div.col
{
    padding: 2px;
}
.mawakit-box1
{
    position: relative;
}
.mawakit-box1 #close-m
{
    position: absolute;
    top:-25px;
    right: -60px;
    font-family: 'Almarai', sans-serif;
    font-weight: lighter;
    font-size: 36px;
    color: #ADADAE;
    cursor: pointer;
    z-index: 100;
}
/*MAWAKEET*/
.mawakit-salah
{
    position: absolute;
    top: 63px;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 200px 10px 190px;
    background:#e2e2e2;
    text-align: center;
    display: none;
}
.mawakit-salah div.col
{
    padding: 2px;
}
.mawakit-box
{
    position: relative;
}
.mawakit-box #close-m
{
    position: absolute;
    top:-25px;
    right: -60px;
    font-family: 'Almarai', sans-serif;
    font-weight: lighter;
    font-size: 36px;
    color: #ADADAE;
    cursor: pointer;
    z-index: 100;
}
.salat-date > span:first-child
{
    font-family: 'Almarai', sans-serif;
    font-size: 12px;
    text-align: center;
    line-height: 10px;
    color: #999;
}
.salat-date > span:nth-child(2n)
{
    font-family: 'Almarai', sans-serif;
    font-size: 11px;
    color: #999;
}
.salat-time > div:first-child>div
{
    font-family: 'Almarai', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #999;
    margin-bottom: 5px;
}
.salat-time > div:first-child
{
    font-family: 'Almarai', sans-serif;
    font-weight: lighter;
    font-size: 50px;
    font-weight: lighter;
    padding: 0;
    color: #999;
    text-align: center;
}
.salat-region
{
    font-family: 'Almarai', sans-serif;
    font-size: 15px;
    color: #1abce2;
    margin-bottom: 10px;
}
.salat-box
{
    background: #f1f1f1;
    margin-bottom: 10px
}
.salat-ex-time
{
    padding-top: 5px;
    font-family: 'Almarai', sans-serif;
    font-weight: lighter;
    font-size: 30px;
    font-weight: lighter;
    color: #999;
    text-align: center;
}
.salat-ex-icon >img
{
    margin: 0 auto;
}
.salat-ex-name
{
    padding-top: 5px;
    padding-bottom: 7px;
    font-family: 'Almarai', sans-serif;
    font-size: 17px;
    font-weight: lighter;
    text-align: center;
}
.fajer-time
{
    border-right:6px solid #50586d;
}
.fajer-name
{
    color: #50586d;
}
.shorok-time
{
    border-right:6px solid #e8b05d;
}
.shorok-name
{
    color: #e8b05d;

}
.zohr-time
{
    border-right:6px solid #3dcbe2;
}
.zohr-name
{
    color: #3dcbe2;
}
.aser-time
{
    border-right:6px solid #e27a4d;
}
.aser-name
{
    color: #e27a4d;
}
.maghreb-time
{
    border-right:6px solid #d83f3f;
}
.maghreb-name
{
    color: #d83f3f;
}
.isha-time
{
    border-right:6px solid #31394c;
}
.isha-name
{
    color: #31394c;
}
button.mfp-close
{
    background: none !important;
}


.glyphicon {
    padding-left: 5px;
}



.block
{
    background: #fff;
    margin: 30px 0;
    border-radius: 15px;
    overflow: hidden;
}
.block-title
{
    margin-bottom: 0px;
}
.block-title > span
{
    margin-right: 5px;
}
.block-title > span:first-child
{
    font-size: 18px;
    font-family: 'Almarai', sans-serif;
}
.block-title >   span:nth-child(2n)
{
    font-size: 16px;
    font-family: 'Almarai', sans-serif;
    color: #ffffff;
    line-height: 19px;
    max-height: 19px;
    overflow: hidden;

}


.box-shadow
{
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);

}
.box-border
{
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius:11px;
}



a .selected-day-title
{
    color: #f1f1f1;
}



.selected-day-title
{
    padding: 10px;
    text-align: center;
    background: #1697de;
    margin: 0;
}


.selected-day-title >span:first-child
{
    color: #fcfcfc !important;
}



.dropdown-menu li {
    float: right;
}


.dropdown-menu > li > a {
    line-height: 15px;
}


.dropdown-menu
{

    width: 100% !important;
    padding: 0px;
    margin: 0;
    min-width: 159px;

}

.dropdown-menu>li
{
    font-family: "Almarai";
    text-align: center;
    font-size: 16px;
    /*position: relative;*/
    width: 157px;
    background: #1697de;
    height: 40px;
    border-bottom: 1px solid #fff;
    padding-top: 10px;
}

.sidebar .dropdown-menu li a {
    color: #fff;
}


.sidebar .dropdown-menu li {
    border-bottom: 1px solid #fff;
    height: 50px;
}


.dropdown-menu>li.active
{
    background:  #60cbf5;
}
.dropdown-menu>li.active>a
{
    color: #ffffff;
}
.dropdown-menu>li.active>a i
{
    display: inline-block;
    font-size: 13px;
}
.dropdown-menu>li a i
{
    display: none;
}
.dropdown-menu>li>a
{
    color: #ffffff;
}
.dropdown-menu>li>a i
{
    font-size: 18px;
}
.dropdown-menu>li>a:hover
{
    background: none;
    color: #e8e8e8;
}


@media (max-width: 768px) {

    .dropdown-menu>li
    {
        width: 100% !important;
    }
    .dropdown-menu
    {
        width: 100%;
    }

    .m-button
    {
        padding: 7px;
        font-size: 22px;
        color: #00b7ec;
        cursor: pointer;
        font-weight: lighter;
    }



}

@media (min-width: 768px) and (max-width: 992px) {


    .dropdown-menu>li{
        padding-right: 3px;
        padding-left: 3px;
        font-size: 13px;
    }

}


@media (min-width: 992px) and (max-width: 1200px) {

    .dropdown-menu>li{
        padding-right: 3px;
        padding-left: 3px;
        font-size: 12px;
    }


    .dropdown-menu{
        padding-top: 20px;
        width: 87% !important;
        padding-right: 20px;
    }



    .dropdown-menu>li{
        font-family:Almarai;
        text-align: center;
        font-size: 11px !important;
        position: relative;
        width: 125px;
    }

}


div#results {
    margin-top: 20px;
}



.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}


@media (max-width: 768px){
.dropdown-submenu .dropdown-menu {
    margin-top: -300px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 400px;
}
}
