﻿@font-face {
    font-family: 'Gandom';
    src: url('../fonts/Gandom.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSansMobile_Light';
    src: url('../fonts/IRANSansMobile_Light.ttf');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Gandom';
    direction: rtl;
    text-align: right;
    font-size: 1em;
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    background-color: #272727 !important;
    font-family: 'Gandom';
}

.Ulogin {
    min-height: 30em;
}

.Ucol {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 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;
    text-align: center;
}

    .Ucol h5 {
        text-align: center;
        background-color: #9c64a7;
        color: white;
        padding: 1em;
        margin: -1em -1em 0em -1em;
    }

.btnUl {
    text-align: center;
}

    .btnUl .btn-warning {
        color: white;
    }

        .btnUl .btn-warning:hover {
            color: white;
        }

.form-control {
    border: 1px solid gray;
}

    .form-control:focus {
        border: 1px solid gray;
        box-shadow: 0px 0px 2px 1px #ff5500 !important;
    }

.BaseCusDIv {
    position: relative;
    min-height: 50em;
}

.CusWhiteCol {
    text-align: center;
    background-color: #fff;
    min-height: 14em;
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 2em;
}


.CusHead {
    /* margin-top: 1em; */
    background-color: #ff5500;
    height: 3em;
}

    .CusHead h5 {
        text-align: center;
        color: #fff;
        padding-top: 0.4em;
    }

    .CousBtn{
        color: white !important;
        outline: none;
        padding-right:0.5em;
    }
        .CousBtn:hover {
            color: #ff5500;
            -moz-transition: 0.3s;
            -o-transition: 0.3s;
            -webkit-transition: 0.3s;
            transition: 0.3s;
        }

.CousTable th {
    padding: 0.75em 1.5em !important;
}
.CousTable td{
    padding:0.75em 1.5em !important;
}