﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: "Goran";
    src: url(../fonts/KGoran.eot);
    src: url(../fonts/KGoran.eot?#iefix) format("embedded-opentype"), url(../fonts/KGoran.woff) format("woff"), url(../fonts/KGoran.ttf) format("truetype"), url(../fonts/KGoran.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rabar_021";
    src: url(../fonts/Rabar_021.eot);
    src: url(../fonts/Rabar_021.eot?#iefix) format("embedded-opentype"), url(../fonts/Rabar_021.woff) format("woff"), url(../fonts/Rabar_021.ttf) format("truetype"), url(../fonts/Rabar_021.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}
/*  Bootstrap   */
/*:root {
    --bs-body-font-size: .8rem;
}
body {
    font-size: var(--bs-body-font-size) !important;
}
.form-control {
    font-size: var(--bs-body-font-size) !important;
}
.form-select {
    font-size: var(--bs-body-font-size) !important;
}
.input-group-text {
    font-size: var(--bs-body-font-size) !important;
}
.dropdown-menu {
    font-size: var(--bs-body-font-size) !important;
}*/
/*
.navbar .navbar-nav .nav-link:hover {
    color: #808080;
    border-bottom-width:1px !important;
    border-bottom:solid;
    border-bottom-color: #0bb3d5;
}
.navbar .nav-item.active {
    color: #808080;
    border-bottom-width: 1px !important;
    border-bottom: solid;
}*/

    .carousel-caption {
    top: 50%;
}
a {
    text-decoration: none 
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
}

.table-hover tbody tr:hover td {
    background-color: lightblue;
}


/*Hide Arrows From Input Number- bootstrap
-------------------------------------------------*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    font-size: 14px;
}*/
/*@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}*/

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: Goran, Tahoma,'Segoe UI', Verdana, sans-serif !important;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.border-left-primary {
    border-left: .35rem solid #4e73df !important;
}

.border-right-info {
    border-right: .35rem solid #36b9cc !important;
}
.border-left-info {
    border-left: .35rem solid #36b9cc !important;
}
/*font awesome
 ----------------------------------------------*/
.fa{
    margin-right:3px;
}
/*
  my grid  */
.grid-bg {
    background-color: #eee;
}
thead {
    font-weight: bold;
}
tfoot{
    font-weight: bold;
}
/*Datatable*/
table.dataTable th, table.dataTable td{
    text-align: center !important;
}

