﻿@font-face {
    font-family: 'B_Yekan';
    src: url('/Content/fonts/WebYekan/WebYekan.eot?#') format('eot'), url('/Content/fonts/WebYekan/WebYekan.woff') format('woff'), url('/Content/fonts/WebYekan/WebYekan.ttf') format('truetype');
}

* {
    font-family: 'B_Yekan';
}

.price , .priceT{
    font-family: Tahoma !important;
}

.B_Yekan, input, option, select, a, .btn {
    font-family: 'B_Yekan';
}

body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
    /*overflow-y: scroll;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.center {
    text-align: center;
}

input[type=text].price ,input[type=text].priceT {
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    width: 100px;
}

#inpBuyPrice {
    color: green;
}

#inpSalePrice {
    color: red;
}

.expired {
    background-color: #000;
    color: #fff;
}

a[role=tab] {
    cursor: zoom-in !important;
}

.table td {
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #c5c5c5;
}

.table tbody tr:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.price-control {
    text-align: center;
    padding: 20px 0 10px 0;
    background-color: #e5e5e5;
    margin-bottom: 5px;
    /*border-radius: 10px;*/
    margin-top: -10px;
}

    .price-control .btn {
        margin-top: -5px;
    }

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 3px !important;
}

.nav-tabs > li > a {
    padding: 10px 5px !important;
}

.table-bordered td, .table-bordered th {
    padding: 5px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'B_Yekan';
}


.lightred td {
    background-color: #ffa67e !important;
}

.lightgreen td {
    background-color: lightgreen !important;
}

.sortASC {
    background-color: green;
    color: #fff;
}

.sortDESC {
    background-color: blue;
    color: #fff;
}

.sortable th {
    cursor: pointer;
}
