﻿@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/IRANSans/IRANSansWeb.eot);
    src: url(../fonts/IRANSans/IRANSansWeb.eot?#iefix) format("embedded-opentype"),url(../fonts/IRANSans/IRANSansWeb.woff2) format("woff2"),url(../fonts/IRANSans/IRANSansWeb.woff) format("woff"),url(../fonts/IRANSans/IRANSansWeb.ttf) format("truetype");
}

body {
    font-family: IRANSans;
    font-size: 14px;
    overflow-x: hidden;
}

.zmdi {
    /*font-size: 20px;*/
    padding-left:5px;
}

.Alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: rgb(138, 109, 59);
    background-color: rgb(252, 248, 227);
    border-color: rgb(250, 235, 204);
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.tab-nav.tn-icon > li .zmdi {
    vertical-align: middle;
    padding-left: 5px;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: right;
}

.tab-content > .tab-pane {
    padding-top: 25px;
}

.waves-button-input {
    padding-top: 0px;
    padding-bottom: 0px;
    font-style: normal;
}

.form-group {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 10px;
}

.tab-content {
    padding-top: 30px;
    padding-bottom: 20px;
}

body.sw-toggled .breadcrumb {
    padding-left: 33px;
}
/*.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
}*/
table {
    border: medium none;
}
.gridedit {
    padding-left: 10px;
}
th {
    text-align: right;
}
.fg-line {
    margin-bottom: 40px;
}
.control-label {
    padding-top: 8px;
}
.RadEditor_Default {
    direction: ltr;
    
}
.radeditor
{
    background-color:#fff !important;
    border:none !important;
}
.reContent
{
    direction:rtl !important;
}