﻿

@font-face {
    font-family: 'irsans';
    src: url('fonts/iransans/irsans.ttf') format('truetype');
}

body {
    font-family: 'irsans', 'tahoma';
    font-size: 12px;
}

.page-title {
    font-size: 14px;
    font-family: 'irsans';
}

.dropdown-menu, dl, ol, ul, table {
    font-size: 12px;
    font-family: 'irsans';
}

table {
    font-size: 11px;
}
.btn {
    font-size: 12px !important;
}
.custom-select {
    font-size: 12px !important;
}
    .rtl .dropdown-menu-right .dropdown-item {
    text-align: right !important;
}

.styled-table {
   /* border-collapse: collapse;
    margin: 25px 0;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);*/
}

    .styled-table tbody tr.active-row {
        font-weight: bold;
        color: #ffffff !important;
        font-family: 'irsans';
    }


.table thead th {
    font-weight: bold;
    color: #334c79 !important;
    /*color: #ffffff !important;*/
    font-family: 'irsans';
}

.ReportTB thead th {
    font-weight: bold;
    color: black !important;
    font-family: 'irsans';
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

    .styled-table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    .styled-table tbody tr:last-of-type {
        border-bottom: 2px solid #009879;
    }

    .styled-table tbody tr.active-row {
        font-weight: bold;
        color: #009879;
    }
.rtl .float-right
{
    float:right!important;
}


element.style {
}

.badge {
    font-weight: 800;
    vertical-align: middle;
}

.badge-warning {
    color: #212529;
    background-color: #eea303;
}

.badge {
    font-size: 1.1em;
}
.vertical .main-content, .vertical.hover .main-content, .narrow.open .main-content {
padding:0px !important;
}
