﻿@font-face {
    font-family: 'BYekan';
    src: url('../Fonts/BYekan.eot') format('embedded-opentype'), url('../Fonts/BYekan.ttf') format('truetype'), url('../Fonts/BYekan.woff') format('woff');
}

html {
    background-color:rgb(44, 62, 80);
    background-size: cover;
    height: 100%;
    font-size: 100%;
    overflow: no-content;
}

body {
    margin: 0;
    font-family: BYekan;
    font-size: 13px;
}

.contin {
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 5px;
    padding: 5px 20px;
    position: absolute;
    right: 25%;
    top: 100px;
    width: 50%;
}

table{
    width:100%;
    text-align:center;
    color:#fff;
    direction:rtl;
}

.textBox {
    float: none;
    border: 1px solid #dadada;
    border-radius: 1px;
    text-align: center;
    resize: none;
    padding-right: 5px;
    font-family:BYekan;
    color:#000;
}
.textBox:focus {
        outline: none;
        border-color: #525252;
        box-shadow: 0 0 5px #525252;
    }

.btn {
    background-color: #00bcd4;
    border-radius: 2px;
    border-width: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    color: #ecf0f1;
    display: inline-block;
    font-family: BYekan;
    height: 35px;
    margin: 5px 2px;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s ease 0s;
    width: 100px;
}

    .btn:hover, .btn:focus {
        background-color: #00aac0;
        cursor: pointer;
    }

    .btn > * {
        position: relative;
    }

    .btn span {
        display: block;
        padding: 12px 24px;
    }

    .btn:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        width: 0;
        padding-top: 0;
        border-radius: 100%;
        background-color: rgba(236, 240, 241, .3);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .btn:active:before {
        width: 120%;
        padding-top: 120%;
        transition: width .2s ease-out, padding-top .2s ease-out;
    }

*, *:before, *:after {
    box-sizing: border-box;
}

.error{
    width:100%;
    text-align:center;
    color:red;
}

#tblResult{
    text-align:right;
    border:1px solid rgb(44, 62, 80);
    border-radius:5px;
    margin:10px 0;
    background-color:rgba(45, 50,59,0.6);
}

.title{
    text-align:right;
    color:#fff;
}
.title > span > a{
    color:#fff;
    text-decoration:none;
}

.logo{
    float: left;
    left: 20px;
    position: absolute;
    top: 1px;
    width: 130px;
}

#htTitle{
    color:#f57c00;
}

@media screen and (max-width: 767px) {
    html {
    background-color:#252631;
}


.contin {
    padding: 1px 4px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%;
}
}