﻿@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/IRANSans/IRANSansWeb.eot");
  src: url("/fonts/IRANSans/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansWeb.woff2") format("woff2"), url("/fonts/IRANSans/IRANSansWeb.woff") format("woff"), url("/fonts/IRANSans/IRANSansWeb.ttf") format("truetype");
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/IRANSans/IRANSansWeb_Bold.eot");
  src: url("/fonts/IRANSans/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansWeb_Bold.woff2") format("woff2"), url("/fonts/IRANSans/IRANSansWeb_Bold.woff") format("woff"), url("/fonts/IRANSans/IRANSansWeb_Bold.ttf") format("truetype");
}
html, body {
  background-color: white;
  font-family: IRANSans, Tahoma, Geneva, Verdana, sans-serif;
}

body .container-fluid .row > aside {
  height: 100vh;
  position: sticky;
  top: 0;
}
body .container-fluid .row > aside .top-row {
  height: 6.5rem;
  padding: 1rem;
}
body .container-fluid .row > aside .top-row a {
  color: #fff;
}
body .container-fluid .row > aside .top-row a img {
  width: 100%;
}
body .container-fluid .row > aside nav {
  height: calc(100vh - 6.5rem);
  overflow-y: auto;
  padding: 1rem;
}
body .container-fluid .row > aside nav ul {
  padding-right: 0;
}
body .container-fluid .row > aside nav ul li {
  padding-bottom: 0.5rem;
}
body .container-fluid .row > aside nav ul li.active a {
  background-color: rgba(255, 255, 255, 0.37);
}
body .container-fluid .row > aside nav ul li a {
  color: white;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
  width: 100%;
  padding: 0.5rem 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-decoration: none;
}
body .container-fluid .row > main {
  height: 100%;
}
body .container-fluid .row > main > header {
  padding: calc(var(--bs-gutter-x) * 0.5);
}
body .container-fluid .row > main .content {
  padding: calc(var(--bs-gutter-x) * 0.5);
}
@media (max-width: 767px) {
  body .container-fluid .row > aside {
    position: absolute;
    width: 250px;
    overflow: hidden;
    z-index: 2;
    display: none;
  }
  body .container-fluid .row > aside.show {
    display: block;
  }
}

.search {
  padding: 2rem 0px 2rem 0px;
}
.search .form-item {
  margin-bottom: 1rem;
  display: flex;
}
.search .form-item label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  flex: 0 0 10.666667%;
  max-width: 10.666667%;
}
.search .buttons-row {
  text-align: left;
}

@media (max-width: 768px) {
  .table {
    display: flex;
    flex-direction: column;
  }
  .table thead {
    display: none;
  }
  .table tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: 0.2rem;
  }
  .table tr th {
    display: none;
  }
  .table tr td {
    display: flex;
    justify-content: space-between;
  }
  .table tr td[data-label]:before {
    content: attr(data-label);
    font-weight: bold;
    margin-left: 10px;
  }
  .table tr td:last-child {
    border-bottom: none;
  }
}
