@font-face{
    font-family:'Glyphicons View';
    src:url(../fonts/FontIconView.eot);
    src:url(../fonts/FontIconView.eot?#iefix) format("embedded-opentype"),url(../fonts/FontIconView.woff) format("woff"),url(../fonts/FontIconView.ttf) format("truetype");
}

.praytime-data-wrapper {
    direction: rtl;
    font-size: 12px;
}
.praytime-icon {
    font-family: DroidNaskh,verdana,tahoma;
    font-weight: bold;
}
.praytime-icon i {
    color:#4286f4;
    font-size: 22px;
    font-family: 'Glyphicons View' !important;
    font-weight: bold;
    font-style: normal;
    margin-left:5px;
}
.morningtime i::before {
    content:'\e819';
}

.sunrisetime i::before {
    content:'\e821';
}

.noontime i::before {
    content:'\e820';
}

.sunsettime i::before {
    content:'\e818';
}

.nighttime i::before {
    content:'\e816';
}

.midnighttime i::before {
    content:'\e817';
}
#prayTimeDate {
    font-family: tahoma !important;
}
.form-control {
    height: 34px;
}
.datepicker-dropdown {
    right: auto;
}
#praytime-table th,
#praytime-table td {
    padding:10px;
    text-align: center;

}
#praytime-table td {
    font-family: DroidNaskh,verdana,tahoma;
}
.month-nav {
    cursor: pointer;
}
.month-nav:hover {
    color:red;
}
.praytime-data .nav-bar {
    background: #e5654c;
}
.today {
    background: #d9c26c;
}
.praytime-data .fa-arrow-circle-right::before ,
.praytime-data .fa-arrow-circle-left::before{
    color:white;
}

.pray-box .main-title {
    color:#fff;
    border:0;
    margin-top: 50px;
}