﻿@font-face {
    font-family: 'IranSans';
    src: url( '/Site/fonts/IRANSansMobile_Light.ttf' ) format( 'truetype' );
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: 'IranSans' !important;
}

html {
    height: 100%;
}

body {
    background-color: #000000;
    direction: rtl;
    text-align: center;
    color: gray;
    width: 100%;
    background-image: url("../Site/img/bg-index.jpg");
    background-size: cover;
    background-position: -8em 0;
}

.fntlat {
    font-family: Calibri;
    direction: ltr;
}

h4 {
    background-color: #3e3ef5;
    color: white;
    margin-right: -1em;
    margin-left: -1em;
    margin-top: -1em;
    padding: 1em;
}

.form-group {
    text-align: right;
}

.btn {
    color: white;
}

.btnsub {
    text-align: center;
}

.text-danger {
    text-align: right;
}

.Lkol {
    background-color: white;
    margin: 4em 1em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-box-shadow: 0 0 0.5em 0.01em gray;
    -webkit-box-shadow: 0 0 0.5em 0.01em gray;
    box-shadow: 0 0 0.5em 0.01em gray;
    overflow: hidden;
    padding: 1em;
}

.loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    text-align: center;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    z-index: 101;
}

.lc {
    position: absolute;
    right: 0px;
    font-size: 1.000em;
    font-family: Yekan;
    color: white;
    background-color: #3e3ef5;
    -moz-border-radius: 0.188em;
    -webkit-border-radius: 0.188em;
    border-radius: 0.188em;
    border: 0px solid white;
    padding: 0.625em;
    margin: auto;
}

.text-danger ul {
    list-style: none;
}

    .text-danger ul li:before {
        content: "*  ";
    }


itemscope {
    display: none;
}

.row {
    margin-right: 0;
    margin-left: 0;
}