@font-face {
    font-family: 'IRANSansWeb(FaNum)';
    src: url('/Content/fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

* {
    margin: 0;
    margin: 0;
    box-sizing: border-box;
    direction: rtl;
    font-family: "IRANSansWeb(FaNum)";
}

.ltr {
    direction: ltr;
}

nav {
    /*padding: 0 !important;*/
}

.btn-success {
    background-color: #4cae4c
}

.red {
    color: #db4437;
    font-weight: bold;
}

.green {
    font-weight: bold;
    color: #0f9d58;
}

.blue {
    font-weight: bold;
    color: #4285f4;
}

.alert_info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.95em;
}

    .alert p {
        margin-bottom: 0;
        text-align: justify;
    }


.shoow-btn {
    display: inline-block;
}

.shoow {
    display: block;
}

.hiddden {
    display: none !important;
}


a{text-decoration:none}
.form-control {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important
}

.fa-sign-out, .fa-cog {
    font-size: 1.5em;
    transform: rotate(180deg)
}


.edit{font-size:0.7em}

.rtl_placceholder::placeholder {
    text-align: right;
}

.errors {font-size:0.8em;}


@media only screen and (min-width: 600px) {
    input::placeholder {
        color: gray !important;
    }
}