﻿body {
    font-family: Vazir;
    font-weight: normal;
    font-variant: normal;
    font-stretch: normal;
}

.page-header-fa {
    font-family: 'Vazir',tahoma;
    font-weight: normal;
    font-variant: normal;
    font-stretch: normal;
}

.panel-title {
    font-family: 'Vazir',tahoma;
    font-weight: normal;
    font-variant: normal;
    font-stretch: normal;
}

.dropdown-menu {
    float: right;
    right: auto;
    text-align: right;
    left: 0;
}

a {
    cursor: pointer;
}

.tooltip {
    font-family: 'Vazir';
}

.treeview hr {
    width: 75%;
    padding: 0;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(210, 210, 210, 0.75), rgba(0, 0, 0, 0));
}

.treeview-more {
    display: none;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.skin-blue .main-header .navbar {
    background-color: #2A3F54 !important;
}

.skin-blue .main-header .logo {
    background-color: #2A3F54 !important;
}

.panel-primary > .panel-heading {
    background-color: #2A3F54 !important;
    border-color: #2A3F54 !important;
}

.btn-group > .btn:first-child {
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}


.CodeMirror {
    background: white;
    border-radius: 4px !important;
    border: 1px solid #ccc;
}