﻿@font-face {
    font-family: 'AryanFont';
    src: url('../Font/IRANSansWeb.woff') format('woff');
}

@font-face {
    font-family: 'AryanFont_Bold';
    src: url('../Font/IRANSansWeb_Bold.woff') format('woff');
}

body {
    direction: rtl;
}

.loginBack {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: linear-gradient(#c6d9ef, #859ebd); /* Standard syntax */
    overflow: hidden;
}

.popup {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: white;
}


.header {
    position: absolute;
    height: 30px;
    left: 0px;
    right: 0px;
    width: auto;
    top: 0px;
    border-style: none;
    border-width: 1px;
    /*border-radius: 2px;*/
    text-align: right;
    font-family: AryanFont_Bold;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-right: 10px;
    vertical-align: central;
}

.headerUser {
    position: absolute;
    left: 5px;
    width: auto;
    top: -5px;
    font-family: AryanFont;
    font-size: smaller;
    vertical-align: central;
}

.footer {
    position: absolute;
    width: auto;
    height: 20px;
    left: 0px;
    right: 0px;
    width: auto;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    bottom: 0px;
    padding-top: 7px;
    padding-right: 10px;
    vertical-align: central;
    font-family: Yekan;
    font-size: 12px;
    text-align: right;
    font-family: AryanFont;
    font-size: x-small;
    font-weight: bold;
}

.navBar {
    position: absolute;
    width: 180px;
    right: 1px;
    left: auto;
    bottom: 32px;
    top: 41px;
    height: auto;
    border-style: none;
    border-width: 1px;
    border-radius: 2px;
    padding: 1px;
    display: block;
}

.content {
    position: absolute;
    width: auto;
    right: 188px;
    left: 1px;
    min-height: 200px;
    height: auto;
    bottom: 32px;
    top: 74px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-style: none;
    border-width: 1px;
    border-radius: 2px;
    padding: 0px;
    direction: rtl;
    /*background-image: url(../Images/office2007.jpg);*/
    /*background: linear-gradient(#dddddd, #d9e4f2);*/
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.toolBar {
    position: absolute;
    width: auto;
    right: 188px;
    left: 1px;
    height: 27px;
    bottom: auto;
    top: 41px;
    border-style: none;
    border-width: 1px;
    border-radius: 2px;
    padding: 2px;
}

.login {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 500px;
    margin-left: -150px;
    margin-top: -250px;
    /*
    border-color:blue;
    border-style:inset;
    border-width:1px;
    */
    font-family: AryanFont;
}

.loginCaption {
    font-family: AryanFont_Bold;
    text-align: center;
    position: relative;
    top: 180px;
}

.loginFooter {
    position: absolute;
    bottom: 5px;
    top: auto;
    width: 99%;
    font-family: AryanFont;
    font-size: smaller;
    text-align: center;
    text-decoration: none;
    right: 9px;
}



.dxpc-closeBtn {
    float: left !important;
}



.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    font-family: AryanFont;
    font-size: 12px;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 25px;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}


.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fdd;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}
