﻿* {
    margin: 0px;
    padding: 0px;
}


#Body {
    height: 500px;
    font-family: BZar, Tahoma, Geneva, sans-serif;
}

#Main_Div {
    /*background-image: url(../ziyafat_background2.jpg);*/
    background-image: url(../background_img/3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E9E7E0;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    text-align: left;
    margin: 10px auto;
    border: solid 1px;
    font-family: BZar, Tahoma, Geneva, sans-serif;
}

.date_time_information {
    text-align: center;
    width: 600px;
    /*border: dashed;*/
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}


#remain_time_txt {
    text-align: center;
    /*width: 380px;*/
    font-size: 50px;
    padding-right: 70px;
    margin-top: 60px;
    margin-bottom: 30px;
    color: black;
}

#next_azan {
    text-align: center;
    font-size: 35px;
}

#day_of_weak {
    text-align: center;
    font-size: 40px;
}

#day_of_weak_shamsi {
    text-align: center;
    font-size: 40px;
}

#day_of_month {
    text-align: center;
    font-size: 40px;
}



@font-face {
    font-family: 'BZar'; /*تعریف یک نام برای فونت*/
    src: url('../img/font/BZar.eot'); /*اکسپلورر 9 به بعد*/
    src: local('BZar'), /*بررسی نصب بودن فونت در سیستم کاربر*/
    local('b Zar'), /*برای برخی از مرورگرها مانند سافاری*/
    url('../img/font/BZar.eot?#iefix') format('embedded-opentype'), /*هک برای اکسپلورر 8 و ماقبل*/
    url('../img/font/BZar.woff') format('woff'), /*مرورگر های جدید*/
    url('../img/font/BZar.ttf') format('truetype'), /*تمام مرورگرها به جزء اکسپلورر*/
    url('../img/font/BZar.svg#BZar') format('svg'); /*نسخه های قدیمی سیستم عامل iOS*/
    font-style: normal;
    font-weight: normal;
}

#Menu {
    padding: 10px;
    left: 15px;
}

#Mute_Volume {
    padding: 40px;
}

#remain_time_txt {
    margin-left: 50px;
    margin-top: 20px;
}


table {
    max-width: inherit;
}

#RED {
    color: green;
}

tr:nth-child(2n+3) {
    color: red;
}

tr:nth-child(2n) {
    color: green;
}


/*Audio volume*/

#Volumebar {
    position: relative;
    width: 120px;
    height: 10px;
    background-color: #000;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#Volumelevel {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #6ec5dc;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
