@font-face {
    font-family: 'SDF';
    src: url('../fonts/IRANSans-Light-web.woff') format('woff'), url('../fonts/IRANSans-Light-web.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Parastoo;
    src: url('../fonts/Parastoo.eot');
    src: url('../fonts/Parastoo.eot?#iefix') format('embedded-opentype'), url('../fonts/Parastoo.woff') format('woff'), url('../fonts/Parastoo.ttf') format('truetype');
    font-weight: normal;
}

body {
    font-family: SDF;
    direction: rtl;
}

h1 {
    font-family: Parastoo;
    font-size: 38px
}

a, h2, h3, h4, h5, h6, li, input, label, select {
    font-family: Parastoo
}

span {
    font-family: SDF
}

.right-wrapper {
    float: left !important;
}

.CodeMirror {
    direction: ltr;
    text-align: left;
}

@media(max-width:240px) {
    html.no-overflowscrolling .nano {
        max-width: 82%
    }
}

.fa-angle-right:before {
    content: "\f104";
    padding-right: 3px;
}

.fa-angle-left:before {
    content: "\f105";
}


@media(max-width:240px) {
    html.no-overflowscrolling .nano {
        max-width: 82%;
    }
}

.fa-angle-right:before {
    content: "\f104";
    padding-right: 3px;
}

.fa-angle-left:before {
    content: "\f105";
}

.HitBoxgreen {
    height: 150px;
    background-color: #16A085;
    width: 100%;
    border-radius: 3px;
    border: 1px solid gray;
    color: #fff;
}

.HitBoxRed {
    height: 150px;
    background-color: #E05D6F;
    width: 100%;
    border-radius: 3px;
    border: 1px solid gray;
    color: #fff;
}

.HitBoxBlue {
    height: 150px;
    background-color: #418BCA;
    width: 100%;
    border-radius: 3px;
    border: 1px solid gray;
    color: #fff;
}

.HitBox:hover {
    mso-border-shadow: yes;
    box-shadow: 0 1px 4px lightgray;
}

.top10 {
    padding-top: 10px;
}

.m-0 {
    direction: rtl;
    text-align: left;
}

.badge {
    float: right;
}

.referrerurl {
    float: left !important;
    direction: ltr;
}

.small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.bg-green {
    background-color: #00a65a !important;
    color: white;
}

.small-box > .inner {
    padding: 10px;
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.bg-aqua {
    background-color: #00c0ef !important;
    color: white;
}

.bg-gold {
    background-color: #f39c12 !important;
    color: white;
}

.bg-light-blue {
    background-color: #3c8dbc !important;
    color: white;
}

.small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -10px;
    left: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

#thumbimage {
    max-height: 200px;
}

.modal-dialog {
    z-index: 1000000;
}

[data-cmd="imageUpload"], [data-cmd="imageManager"] {
    display: none !important;
}


.parents {
    cursor: move;
    background: #fafafa;
    color: #23282d;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: inline-table;
    border: 1px solid #ddd;
    position: relative;
    padding: 10px 15px;
    height: auto;
    min-height: 20px;
    width: 382px;
    line-height: 30px;
    overflow: hidden;
    word-wrap: break-word;
}

li div ul li {
    cursor: move;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    border: 1px solid #ddd;
    position: relative;
    padding: 10px 15px;
    height: auto;
    min-height: 20px;
    width: auto;
    line-height: 30px;
    overflow: hidden;
    word-wrap: break-word;
    margin-top: 5px;
    background: #fafafa;
    color: #23282d;
}

    .parents:hover, li div ul li:hover {
        border-color: #999;
    }

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.ui-sortable-handle {
    margin-top: 5px;
}

.bg-purple {
    background-color: #605ca8 !important;
    color: white;
}

.bg-teal {
    background-color: #39cccc !important;
    color: white;
}

.bg-olive {
    background-color: #3d9970 !important;
    color: white;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDD;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: white;
    max-height: 450px;
    min-height: 250px;
}

.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-footer {
    margin-top: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

    .box-footer .btn {
        background-color: orange;
        color: white;
    }
.box-info #Section{height:38px;}