﻿@charset "UTF-8";
/***عمومی*/
body {
  background-image: url("/Images/bg.jpg");
}
body header {
  background-color: transparent;
}
body header .top-header .flag {
  display: none;
}
body header .top-header .logo-header {
  margin-left: 0;
}
body header .nav {
  background: #f1f1ff;
}

/*@import './mixins/project-specific-mefa.scss';*/
/*@import './mixins/project-specific-bim.scss';*/
/*@import './mixins/project-specific-oietai.scss';*/
/*
@import this file directly into your existing Scss files to use these mixins
*/
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  text-align: right;
  direction: rtl;
  color: #000;
  font-family: IRANSansWeb;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

header {
  margin-bottom: 20px;
  color: white;
  position: relative;
}
header .app-title {
  padding: 10px;
  color: #0e516e;
}
header .app-title .farsi {
  font-size: 1.8em;
}
header .app-title .english {
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
header .top-header {
  position: relative;
}
header .top-header .logo-header {
  padding: 10px;
}
header .top-header .logo-header img {
  height: 70px;
}
header .open > .dropdown-menu {
  z-index: 10000 !important;
}
header .nav ul.level-1 {
  list-style: none;
  margin: 0;
  padding-right: 0px;
}
header .nav ul.level-1 > li {
  float: right;
  position: relative;
  z-index: 5;
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  transition: all 0.3s ease;
  padding: 5px 20px;
}
header .nav ul.level-1 > li a {
  display: block;
  font-size: 1.2em;
  color: white;
  text-decoration: none;
}
header .nav ul.level-1 > li a.blue {
  color: #b4daff;
}
header .nav ul.level-1 > li a.yellow {
  color: #fffc95;
}
header .nav ul.level-1 > li a.green {
  color: #26ff95;
}
header .nav ul.level-1 > li a.orange {
  color: #ffab10;
}
header .nav ul.level-1 > li:before {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  width: 0;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}
header .nav ul.level-1 > li:hover, header .nav ul.level-1 > li.active {
  border-bottom: 2px solid white;
}
header .nav ul.level-1 > li:hover:before, header .nav ul.level-1 > li.active:before {
  width: 100%;
}
header .nav ul.level-1 > li.group-1 {
  background-color: #2f8bb3;
}
header .nav ul.level-1 > li.group-2 {
  background-color: #00bcd4;
}
header .nav ul.level-1 > li.group-3 {
  background-color: #3e983f;
}
header .nav ul.level-1 > li.group-4 {
  background-color: #ED7D31;
}
header .nav ul.level-1 > li.group-5 {
  background-color: #FFC000;
}
header .nav ul.level-1 .open .dropdown-menu li a {
  padding: 10px;
  color: #fff;
  position: relative;
}
header .nav ul.level-1 .open .dropdown-menu li a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  color: #fff;
  position: static;
  margin-right: 5px;
  background-image: none;
}
header .nav ul.level-1 .open .dropdown-menu li a:hover {
  color: #000;
}
header .nav .account {
  padding: 4px;
}

footer {
  position: fixed;
  background-color: #37389a;
  color: white;
  width: 100%;
  bottom: 0;
  padding: 5px 0;
  font-size: 0.8em;
  box-shadow: 0 0px 3px #3a3a3a;
}
footer a {
  color: #f1f1ff;
}

.progres-bar-container {
  color: #000 !important;
  background-color: #f1f1f1 !important;
  margin: 10px 0;
}
.progres-bar-container .progres-bar {
  color: #fff !important;
  background-color: #296c5a !important;
  padding: 0.01em 16px;
  text-align: center !important;
}

.productivity-cycle {
  opacity: 1;
  display: inline-block;
  border-radius: 15px;
  opacity: 1;
}
.productivity-cycle img {
  width: 100%;
  border-radius: 15px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #37389a;
}

.table-hover > tbody > tr:hover {
  background-color: #f1f1ff;
}

.table > tbody + tbody {
  border-top: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f1f1ff;
}

.box-shadow {
  box-shadow: 0 2px 4px #2b2b2b;
}

.highcharts-credits {
  display: none;
}

/*.highcharts-container { width: 100% !important; text-align: center !important; }*/
#print-btn {
  position: absolute;
  top: 20px;
  left: 22px;
  z-index: 2000;
  cursor: pointer;
}

#modal-print-btn {
  position: absolute;
  top: -55px;
  left: 45px;
  z-index: 2000;
  cursor: pointer;
}

.small-btns .btn {
  padding: 5px 10px;
  font-size: 1em;
  margin-bottom: 3px;
}

.bg-secondary {
  background: #f1f1ff;
}

.bg-gray {
  background: #dadada !important;
}

.popover-content {
  color: #37389a;
  font-size: 0.8em;
}
.popover-content ul {
  list-style: none;
  padding-right: 0;
}

.login #print-btn {
  display: none;
}

#loginForm img {
  max-width: 90%;
}

.documents #print-btn {
  display: none;
}

/* 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;
}

.loading-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  text-align: center;
}
.loading-container .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}
.loading-container .content img {
  width: 300px;
}
.loading-container .content p {
  background: white;
  padding: 10 px 0;
  margin-bottom: 0;
}

[v-cloak] {
  display: none;
}

.custom-input .has-drop-down {
  display: inline-block;
  width: auto;
}
.custom-input .dropdown {
  display: inline-block;
}
.custom-input .dropdown .btn {
  padding: 2px 12px;
  margin-right: -6px;
}
.custom-input .dropdown .dropdown-menu {
  right: auto;
  left: 0;
  overflow: auto;
  max-height: 200px;
}
.custom-input .dropdown .dropdown-menu li {
  cursor: pointer;
  text-align: left;
  padding: 0px 5px;
}
.custom-input .dropdown .dropdown-menu li:nth-child(2n+1) {
  background: #f7f7f7;
}
