﻿body {
  font-family: "IRANSans"; }
  body a {
    color: #008b4f; }
  body header {
    background-color: #008b4f;
    padding-top: 20px;
    padding-bottom: 20px; }
    body header .navbar li a {
      font-size: 16px;
      color: white !important;
      border-bottom: 1px solid #008b4f;
      padding: 19px 8px 6px 9px; }
      body header .navbar li a:hover {
        border-bottom: 1px solid white; }
  body .title-box {
    padding: 40px 0 6px;
    border-bottom: 1px solid black; }
    body .title-box .page-title {
      font-size: 26px;
      font-weight: bolder;
      color: #008b4f; }
    body .title-box .modal-icon svg {
      width: 26px;
      height: 26px;
      margin: 8px;
      fill: #008b4f; }
      body .title-box .modal-icon svg:hover {
        fill: #6d6d6d; }
    body .title-box .modal-dialog {
      max-width: 895px; }
  body .searchbox {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f6f6f6;
    max-width: 350px;
    border: 1px solid #cac9c9;
    border-radius: 10px; }
    body .searchbox .input-group-append {
      background-color: #ccc; }
      body .searchbox .input-group-append .input-group-text {
        color: white;
        background-color: transparent; }
      body .searchbox .input-group-append:hover {
        background-color: #ffbd32 !important; }
        body .searchbox .input-group-append:hover .input-group-text {
          color: #3b3b3b; }
  body .search-title {
    color: #666;
    font-size: 16px;
    line-height: 1.2; }
  body .collapsebar {
    background: #f6f6f6;
    font-size: 18px;
    padding: 5px 30px 5px 30px;
    color: #008b4f;
    border: 1px solid #bebaba;
    border-radius: 10px;
    font-weight: bolder;
    cursor: pointer;
    margin: 0 0 15px 0; }
  body .collapse-title {
    color: #666;
    font-size: 16px;
    font-weight: bolder; }

.boxs {
  position: relative;
  padding: 0 30px;
  justify-content: space-between; }
  .boxs .before-icon {
    min-height: 20px;
    max-height: 20px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center; }
  .boxs .aftter-icon {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 20px; }
  .boxs span {
    max-width: 58px;
    font-size: 10px; }
  .boxs .line {
    position: absolute;
    top: 55px;
    transform: translateY(-50%);
    background: #008b4f;
    height: 20px;
    width: calc(100% - 15px);
    z-index: -1;
    left: 0; }
    .boxs .line:before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #008b4f;
      height: 20px;
      z-index: -1;
      left: 0;
      border-top: solid 10px #008b4f;
      border-right: solid 0px red;
      border-bottom: solid 10px #008b4f;
      border-left: solid 15px white; }
    .boxs .line:after {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      /* background: blue;
          */
      height: 20px;
      z-index: -1;
      right: 0;
      border-top: solid 10px white;
      border-right: solid 0px red;
      border-bottom: solid 10px white;
      border-left: solid 15px #008b4f; }
  .boxs .box {
    margin: 10px;
    display: flex;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center; }
    .boxs .box .icon {
      background: #fff;
      border: solid 1px #000;
      width: 100%;
      padding: 10px;
      width: 50px;
      height: 50px; }

.last-link {
  color: #008b4f;
  text-decoration: none;
  outline: 0 !important;
  font-weight: bolder;
  padding-top: 10px; }

footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #d8d8d8; }
  footer li a {
    font-size: 14px;
    color: #999; }
  footer .social-media {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 3px;
    background-color: #999999;
    margin-left: 10px;
    text-align: center; }
    footer .social-media svg {
      fill: white;
      width: 20px;
      height: 20px; }

td {
  border: 0 !important;
  font-size: 16px; }
  td svg {
    width: 20px;
    height: 20px; }

.row-color-odd {
  background: #f6f6f6 !important; }

.row-color-even {
  background: #fff; }
