﻿/*@import url(fontiran.css); /* لینک فایلی که وظیفه بارگذاری فونت ها را برعهده دارد */
/*@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    padding-top: 50px;
    padding-bottom: 20px;
   
   
    direction: rtl;
    text-align: right;
    font-size: 14px;
    line-height: 1.8;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.myline li{
    line-height:2;
}
.my_note {
    text-align: right;
    padding-top: 14px;
}
.fa-ball li{
    color:yellow;
}
.my_note li a{
    color:yellow;
}
th {
    background-color : #bbbbbb;
    direction:rtl;
    text-align:center;
}
html,
body,
input,
select,
textarea,
button,
table,
.navbar,
.dropdown-menu {
    font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}
.fa {
    margin-left:4px;
}

ul.dropdown-menu {
    text-align: right;
}
.topmenu {
    margin-left: 8px;
}
/* ===== NAVBAR ===== */

.navbar {
    background: #0f172a !important;
    border: none !important;
    min-height: 60px;
    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.navbar-brand {
    color: #fff !important;
    font-size: 20px;
    font-weight: bold;
}

.navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px;
    transition: all .25s;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .navbar-nav > li > a:hover {
        background: rgba(255,255,255,.12);
        border-radius: 6px;
    }

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover {
    background: rgba(255,255,255,.12) !important;
}

.dashboard-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 3px 12px rgba(0,0,0,.08);
    text-align: center;
}

    .dashboard-card .title {
        font-size: 14px;
        color: #777;
    }

    .dashboard-card .value {
        font-size: 26px;
        font-weight: bold;
        margin-top: 10px;
    }

    .navbar-header{
        float:right !important;
    }