﻿@charset "UTF-8";
/*
@import this file directly into your existing Scss files to use these mixins
*/
/***Global Styles***/
canvas {
  direction: ltr;
}

.FaTextBox {
  direction: rtl;
  text-align: right;
}

.EnTextBox {
  direction: ltr;
  text-align: left;
}

textarea {
  direction: rtl;
  text-align: right;
}

select {
  direction: rtl;
  text-align: right;
}

.number {
  display: inline-block;
  direction: ltr;
  font-family: serif;
  font-size: 0.9em;
}

.error, .field-validation-error {
  color: red;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.text-container {
  transform: rotate(-0.1deg);
}

.inline-block {
  display: inline-block !important;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.line-through {
  text-decoration: line-through;
}

.caution {
  color: red;
}

.caution-wrapper {
  border: 1px solid red;
  padding: 5px;
}

.flash-container {
  overflow: hidden;
}

.bullet {
  margin-left: 5px;
  border: solid 1px #eeae39;
  direction: ltr;
  vertical-align: middle;
}

.wrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  word-wrap: break-word;
}

.clearfloat {
  clear: both;
}

.captcha-text {
  font-family: monospace;
}

.main-content-wrapper {
  direction: rtl;
  color: #000;
  padding: 15px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
}

.dropdown-menu > li > a label {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-menu > li > a.radio, .dropdown-menu > li > a.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.dropdown-menu > li > [type=radio], .dropdown-menu > li > [type=checkbox] {
  margin-right: 10px;
  margin-left: 10px;
  float: right;
  margin-top: 9px;
}

.dropdown-menu .divider {
  margin: 2px 0;
}

.dropdown-menu [type=checkbox] + label {
  display: block;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-menu [type=checkbox] + label:hover, .dropdown-menu [type=checkbox]:checked + label {
  background: #333e97;
  color: white;
}

.rtl-placeholder[value=""] {
  direction: rtl;
}

.rtl-placeholder {
  direction: ltr;
}

.footer .stuff-tags.well {
  min-height: 20px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.autocomplete-suggestions {
  text-align: right;
}

#login-modal-content .logout-form {
  display: inline-block;
}

/*Defaults*/
.inner-page .banner {
  position: relative;
}
.inner-page .banner .banner-image {
  width: 100%;
}
.inner-page .banner .ribbon {
  position: absolute;
  width: 15%;
  left: 49.5%;
  top: 31%;
  min-width: 155px;
}
.inner-page .banner .brand-name {
  position: absolute;
  left: 51.5%;
  top: 7vw;
  color: white;
  transform: rotate(-18deg) skewX(-15.5deg);
  font-size: 1vw;
  -sand-transform: rotate(-18deg) skewX(-15.5deg);
}
@media (max-width: 1040px) {
  .inner-page .banner .brand-name {
    font-size: 0.7em;
    top: 7.4vw;
    margin-top: -10px\9 ;
  }
}
.inner-page .banner .diamond-btn {
  padding: 20px 0;
  position: absolute;
  right: 50%;
  bottom: -62px;
  margin-right: -47.5px;
  text-align: center;
  width: 95px;
  height: 95px;
  display: inline-block;
  vertical-align: middle;
  background: url("/images/icons.sprite.png") -10px -1500px no-repeat;
}
.inner-page .banner .diamond-btn img {
  max-width: 50px;
}

.highlight {
  outline: -2px solid rgba(0, 0, 255, 0.5);
  box-shadow: 0 0 9px 3px rgba(0, 0, 255, 0.5);
}

.magnifier {
  background-color: white;
}

.checkbox > input[type=checkbox], .checkbox-inline > input[type=checkbox], .radio > input[type=radio], .radio-inline > input[type=radio] {
  margin-left: 0;
  margin-top: 2px;
}

.checkbox input[type=checkbox] + label, .checkbox-inline input[type=checkbox] + label, .radio input[type=radio] + label, .radio-inline input[type=radio] + label {
  padding-left: 25px;
}

.btn img {
  max-width: 90%;
}

/*Menu*/
.menuRootUl .separator { /*height: 100%; left: 0; top: 0; position: absolute; width: 1px; background-color: red;*/
  display: none;
}

.menuRootUl ul.level1 {
  box-shadow: -1px 1px 5px gray;
}

.menuRootUl .level1.lastChild > a .separator {
  display: none;
}

.menuRootUl .statusicon {
  background-image: url(/images/MenuImages/plus-left.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.menuRootUl .level1 > a .statusicon {
  width: 6px;
  height: 3px;
  background-image: url(/images/MenuImages/plus-Down.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.menuRootUl li.selected {
  background: #cccccc;
}

/*AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA*/
/*DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD*/
/*Default*/
.main-content-wrapper.default {
  padding: 0;
}

/***عمومی*/
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-iic.scss';*/
/*@import '../mixins/project-specific-oietai.scss';*/
/*****Shared**********/
/********Dashboard**********/
.dashboard {
  position: relative;
}
.dashboard .loading {
  width: 100%;
  background: white;
  height: 100%;
  min-height: 800px;
  text-align: center;
  padding-top: 50px;
  z-index: 10;
}
.dashboard .loading img {
  width: 300px;
}
.dashboard h1 {
  color: #37389a;
  font-size: 1.4em;
  font-weight: bold;
  margin: 10px;
}
.dashboard h1 span {
  font-size: 0.7em;
}
.dashboard .alert {
  margin-bottom: 0px !important;
}
.dashboard .focused {
  border-color: red;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(255, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}
.dashboard .pointer {
  cursor: pointer;
}
.dashboard .form-control[disabled], .dashboard fieldset[disabled] .form-control {
  background-color: #e8e8e8;
}
.dashboard input {
  color: #37389a;
}
.dashboard .panel {
  border-radius: 5px;
  border-color: #37389a;
  position: relative;
}
.dashboard .panel.search-panel {
  background-color: #f1f1ff;
}
.dashboard .panel.search-panel .form-control {
  color: #37389a !important;
}
.dashboard .panel.header-panel {
  background-color: #f1f1ff;
}
.dashboard .panel.header-panel .form-control {
  color: #37389a !important;
}
.dashboard .panel.chart-container {
  border-radius: 0;
}
.dashboard button.list-group-item {
  text-align: right !important;
  background-color: #37389a;
  color: white;
  margin-bottom: 20px;
  border-radius: 15px;
}
.dashboard button.list-group-item.search-button {
  background-color: #6ef9b0;
  color: #37389a;
}
.dashboard button.list-group-item:focus, .dashboard button.list-group-item.active {
  text-decoration: none;
  color: #37389a;
  background-color: #f1f1ff;
  border-color: #37389a;
  font-weight: bold;
}
.dashboard .form-inline .form-group {
  margin: 5px 0;
}
.dashboard .form-inline .form-control {
  max-width: 100% !important;
}
.dashboard table { /*box-shadow: 0px 5px 10px #bababa; */
  border-bottom: 1px solid #37389a !important;
  font-size: 1em; /*&.input-table { font-size: 0.8em; }*/
}
.dashboard table.input-table {
  font-size: 1em;
}
.dashboard table.personal {
  font-size: 0.8em;
}
.dashboard table.personal thead {
  font-size: 1.2em;
}
.dashboard table th:not(:last-child) {
  border-left: 1px solid #37389a !important;
}
.dashboard table td, .dashboard table th {
  vertical-align: middle !important;
  text-align: center;
}
.dashboard table tbody th {
  font-weight: 400;
}
.dashboard table tr.focused {
  background: #f9ff99;
}
.dashboard table tr td:first-child {
  border-left: 1px solid #37389a !important;
}
.dashboard table tr td:not(first-child) {
  direction: ltr;
}
.dashboard table .has-data {
  background-color: #6ef9b0;
}
.dashboard table .no-data {
  background: #fff365 !important;
}
.dashboard table .not-allowed {
  background: white !important;
}
.dashboard table .thead-title {
  background: #37389a;
  color: white;
  font-size: 1.2em;
}
.dashboard table .thead-border {
  border-top: 2px solid #37389a;
  border-bottom: 2px solid #37389a;
  background: #f1f1ff;
}
.dashboard table .marked {
  background-color: #6ef9b0 !important;
  color: #37389a;
  font-weight: bold;
}
.dashboard table .marked:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f060";
  position: absolute;
  right: 7px;
  margin-top: -8px;
  font-size: 2.2em;
  color: yellow;
  display: block;
  text-shadow: 0 1px 2px #444;
}
.dashboard table .input-container { /*width: 100%; display: inline-block;*/ }
.dashboard .sum svg {
  display: none;
}
.dashboard .sum.up {
  color: #00ad61;
}
.dashboard .sum.up .up {
  display: inline-block;
}
.dashboard .sum.down {
  color: #e52b2b;
}
.dashboard .sum.down .down {
  display: inline-block;
}
.dashboard .modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.dashboard .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dashboard .modal-content {
  text-align: right !important;
}
.dashboard .buttons-row {
  padding: 15px;
}
.dashboard .modal-dialog .panel {
  border-radius: 5px;
  margin-bottom: 10px;
  border-color: #8a8a8a;
}
.dashboard .modal-scroll {
  height: 95vh;
}
.dashboard .modal-scroll .modal-content {
  height: 100%;
}
.dashboard .modal-scroll .modal-content .modal-header {
  height: 66px;
  overflow: hidden;
}
.dashboard .modal-scroll .modal-content .modal-body {
  height: calc(100% - 66px);
  padding-left: 0;
}
.dashboard .modal-scroll .modal-content .modal-body .m-scroll {
  height: 100%;
  overflow-y: auto;
  padding-left: 15px;
}
.dashboard .multiselect {
  direction: rtl !important;
  text-align: right !important;
  min-width: 180px;
}
.dashboard .multiselect .multiselect__select {
  left: 1px;
  right: auto;
}
.dashboard .multiselect .multiselect__select:before {
  top: 80%;
}
.dashboard .multiselect .multiselect__tags {
  padding: 8px 8px 8px 40px;
  height: 38px;
}
.dashboard .multiselect .multiselect__tags .multiselect__single {
  font-size: 1em;
}
.dashboard .multiselect .multiselect__content-wrapper .multiselect__content .multiselect__element .multiselect__option {
  white-space: normal;
}
.dashboard .multiselect.form-control {
  padding: 0;
}
.dashboard.calculator .panel {
  overflow: inherit;
}
.dashboard.calculator .modal-lg {
  width: 99%;
  font-size: 0.8em;
}
.dashboard.calculator .dashboard table, .dashboard.calculator .dashboard table.input-table {
  font-size: 0.88em;
}
.dashboard.calculator .dashboard table th {
  font-size: 0.9em;
}
.dashboard.calculator .highcharts-title {
  direction: rtl;
}
.dashboard.calculator .dashboard .modal-content {
  display: flex;
  flex-direction: column;
  height: 95vh;
}
.dashboard.calculator .dashboard .modal-content .modal-header {
  flex: 0 0 5%;
}
.dashboard.calculator .dashboard .modal-content .modal-body {
  flex: 1;
  overflow: auto;
}
.dashboard.calculator .dashboard .modal-content .modal-footer {
  flex: 0 0 5%;
}
.dashboard.calculator tr.active > td {
  background-color: #f1f1ff !important;
  font-weight: bold;
}
.dashboard.calculator .position-sticky {
  position: sticky;
  top: 0;
  transition: 0.3s all;
}
.dashboard.calculator input {
  max-width: 90px;
  margin: 0 auto;
}

.rotated span {
  display: block;
  font-size: 0.9em;
  white-space: pre-wrap;
  padding: 0px;
  width: 40px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .modal-lg {
    width: 90%;
  }
}
@media print {
  body {
    width: 1180px;
    zoom: 0.7;
  }
  header {
    display: none;
  }
  .header-panel {
    display: none;
  }
  .units {
    display: none;
  }
  #chart {
    max-width: 100%;
  }
  .btn {
    display: none;
  }
  .no-print {
    display: none;
  }
}
/*DownloadList*/
.download-list .item {
  margin-bottom: 15px;
}

/*Downloads*/
.downloads .well {
  margin-bottom: 0;
}

/*EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE*/
/*LoginBox*/
.login-box {
  display: inline-block;
  position: relative;
}

.login-box .title {
  line-height: 1.3em;
  float: left;
  text-align: center;
  border-radius: 0 3px 3px 0;
  font-size: 0.9em;
}

.login-box .login-form {
  width: 200px;
  padding: 15px;
}

.login-box .login-form .checkbox {
  margin-right: 10px;
  margin-bottom: 0;
}

.login-box .login-form .checkbox [type=checkbox] {
  margin: 10px 0 0 0;
  line-height: 1.5em;
}

.login-box .login-form label {
  line-height: 1.5em;
}

/*LoggedInBox*/
.loggedin-box {
  line-height: 2em;
  display: inline-block;
  position: relative;
  font-size: 0.9em;
}

.loggedin-box .title {
  line-height: 1.3em;
  float: left;
  text-align: center;
  border-radius: 0 3px 3px 0;
  font-size: 0.65em;
}

.loggedin-box .dropdown-menu {
  width: 200px;
  padding: 15px;
}

.loggedin-box .dropdown-menu li a {
  line-height: 1.5em;
  margin-bottom: 10px;
  text-align: center;
}

.loggedin-box .dropdown-menu .checkbox {
  margin-right: 10px;
}

.loggedin-box .dropdown-menu .checkbox [type=checkbox] {
  margin: 10px 0 0 0;
  line-height: 1.5em;
}

.loggedin-box .dropdown-menu label {
  line-height: 1.5em;
}

.loggedin-box i {
  line-height: 1.5em;
  margin-left: 5px;
}

/*PasswordRecovvery*/
.password-recovery .form .column.label {
  text-align: left;
  vertical-align: top;
  color: black;
}
