﻿@import url("Fonts.css");

html {
    overflow-y: auto;
}

body {
    overflow-y: auto;
}

html, body {
    height:100%;
    margin-top: 0px;
    background-color: white;  /*rgb(226, 226, 222);*/
    overflow-x: hidden;
    font-family: Vazir;
    font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
}


.news-item{
    border-bottom:1px solid rgb(227,227,227);
    padding-top:5px;
    padding-bottom:5px;
}


.input-group-addon {
    font-size: 11px !important;
    background-color: rgb(128, 128, 128);
    color: white;
    font-weight: bold;
    padding:6px 12px 6px 12px;
}

.input-group {
    padding: 1px !important;
}

/*********************************** tblgrid ******************************************/
.tblgrid {
    text-align: center;
    vertical-align: central !important;
    font-size: 11px;
    background-color:#fff;
}

.tblgrid tbody tr td {
    padding: 4px !important;
    vertical-align: central !important;
    line-height: 2;
    font-weight: bold;
}

.tblGridHeader {
    background-color: #191717;
}

.tblGridHeader th {
    text-align: center !important;
    padding: 4px !important;
    font-size: 12px;
}

.tblGridHeader th, .tblGridHeader th a {
    color: #ffffff !important;
    font-weight: bold;
}