/*
Theme Name: Hemmat
Description: Charitable hemmat
Version: 2.2
Author: Mojdeh Zakerin
Author URI: http://www.Mojdeh.in
*/

@font-face {
    font-family: 'hemmat';
    src: url('../font/BMitra.eot');
    src: local('hemmat'),
    local('hemmat'),
    url('../font/BMitra.woff') format('woff'),
    url('../font/BMitra.ttf') format('truetype'),
    url('../font/BMitra.svg#webfonta05IB17H') format('svg');
}

* {
    padding: 0;
    margin: 0;
}

body, td, th {
    font-family: "hemmat", Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: right;
}

body {
    margin: 0;
    padding: 0;
    background-image: url(../image/bg.gif);
    background-repeat: repeat;
}

a {
    color: #FF3300;
    text-decoration: none;
}

a:link {
    color: #FF3300;
    text-decoration: none;
}

h4, h5, h6, form {
    font-family: "hemmat", BMitra, B Mitra, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    direction: rtl;
    color: #77c14a;
    text-align: center;
    margin-top: 10px;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    color: #FF3300;
    text-align: center;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    color: #FF3300;
}

image, img {
    border: 0;
}

form, input {
    padding: 0;
    margin: 0;
}

ol, ul, li, abbr {
    list-style: none;
}

.warp {
    width: 100%;
    height: 116px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -100;
    background-image: url(../image/header-top.gif);
    background-repeat: repeat-x;
    background-position: top;
}

.hemmat_ {
    width: 80%;
    max-width: 500px;
    margin: 20px auto 0;
}

.logo {
    width: 100%;
    height: 238px;
    margin: 0 auto 20px;
    background-image: url(../image/hl.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.note_ {
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

.footer {
    margin-bottom: 20px;
    text-align: center;
}

.box {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: auto;
    border: 1px solid #000000;
    -webkit-box-shadow: 0 0 5px rgb(0 50 50 / 35%);
    -moz-box-shadow: 0 0 5px rgba(0, 50, 50, 0.35);
    box-shadow: 0 0 5px rgb(0 50 50 / 35%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.n-s {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    margin: auto;
    height: 40px;
    background-color: #FFFFFF;
    font-family: "hemmat", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    float: left;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: dotted;
    border-left-style: none;
    border-bottom-color: #000000;
}

h2.error {
    color: #FF3300;
    padding: 12px 0;
    text-align: center;
    direction: rtl;
}

.banks {
    text-align: center;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.banks li {
    display: inline-block;
    position: relative;
    background-color: #FFFFFF;
    padding: 5px;
}

.banks li.selected {
    background-color: #FF3300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.button {
    margin-top: 20px;
    display: inline-block;
    background: #ffc835;
    -webkit-box-shadow: 0 1px 0 0 #ffd564 inset, 0 0 0 4px #e6e6e6;
    -moz-box-shadow: 0 1px 0 0 #ffd564 inset, 0 0 0 4px #e6e6e6;
    box-shadow: 0 1px 0 0 #ffd564 inset, 0 0 0 4px #e6e6e6;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-shadow: 0 1px 0 #ffe6a5;
    padding: 6px 30px;
    border-color: #ebae3e;
    border-width: 1px;
    border-style: solid;
    font-family: "hemmat", BMitra, B Mitra, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    font-size: 26px;
    direction: rtl;
    color: #4f2f2f;
}

td {
    text-align: center;
    direction: rtl;
    padding: 6px 0;
    border:1px solid #000000;

}
td span{
    font-size: 25px;
    text-align: center;
    direction: rtl;
}
td h3 {
    font-size: 25px;
}