/*----------------------------------
	RTL: Nousaz Mohaseb Safahan
	Author URL: http://isfnosaz.com
  E-mail: info@isfnosaz.com
	Version: 1.0.0
------------------------------------*/

/* form-control form-control-success ng-dirty ng-valid ng-touched */
/* Import Fonts */
@font-face {
  font-family: IRANSans-web;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot");
  src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
    url("../fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff"),
    url("../fonts/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Bnazanin';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/B-NAZANIN.TTF") format("truetype");
}
@font-face {
  font-family: 'B Nazanin';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/B-NAZANIN.TTF") format("truetype");
}
@font-face {
  font-family: 'B-Nazanin';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/B-NAZANIN.TTF") format("truetype");
}
@font-face {
  font-family: B-Nazanin;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/B-NAZANIN.TTF") format("truetype");
}

@font-face {
  font-family: IRANSans-web;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.eot");
  src: url("../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"),
    url("../fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff"),
    url("../fonts/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans-web;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IRANSansWeb(FaNum)_Light.eot");
  src: url("../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/IRANSansWeb(FaNum)_Light.woff2") format("woff2"),
    url("../fonts/IRANSansWeb(FaNum)_Light.woff") format("woff"),
    url("../fonts/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans-web;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot");
  src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),
    url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
    url("../fonts/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

@font-face {
  font-family: IRANSans-web;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IRANSansWeb(FaNum).eot");
  src: url("../fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),
    url("../fonts/IRANSansWeb(FaNum).woff2") format("woff2"),
    url("../fonts/IRANSansWeb(FaNum).woff") format("woff"),
    url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype");
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.introjs-button,
.tag,
p,
button,
.fontSans,
.tooltip,
.popover-content,
textarea,
.chart-desc,
#chart * {
  font-family: IRANSans-web !important;
}

/* -----------  فارسی سازی ----------- */
body {
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
span {
  text-align: right;
}

.navbar.navbar-1 .logo {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.nav {
  padding-left: 40px !important;
  padding-right: 0 !important;
}

.nav-tabs{
  margin-bottom: 20px !important;
}

.dropdown-user .nav-link,
.dropdown-user #dropdown-user .dropdown-item i {
  margin-right: 0 !important;
  margin-left: 10px !important;
}

.top-navigation.top-navigation-1 .menu-bottom > li > ul > li > ul {
  left: auto !important;
  right: 100%;
}

.breadcrumb {
  padding: 0 0 0 20px !important;
}

.breadcrumb > li:after {
  padding: 0 20px;
}

.breadcrumb > li:before {
  padding: 0 20px;
}

.breadcrumb.icon-angle-right > li + li:before {
  content: "\F104" !important;
}

.breadcrumb > li:after {
  padding: 0 20px;
}

.btn.btn-icon i {
  margin-left: 0;
  margin-right: 10px;
}

/* ----- پایان فارسی سازی ---- */

/* -----  هاور متن ----- */
.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link.active {
  font-weight: unset !important;
}

/* ----- Colors ------ */
/* ---- رنگ منوی بالا ----*/
.navbar.navbar-1,
.logo {
  background: #012656 !important;
}

/* ---- رنگ منوی پایین ----*/
.top-navigation.top-navigation-1,
.top-navigation.top-navigation-1 .menu-bottom,
.top-navigation.top-navigation-1 a {
  background: #244f86 !important;
}

/* ---- هاور زیر منو ----*/
.top-navigation.top-navigation-1 .menu-bottom > li > ul > li:hover {
  background: #012656 !important;
}

[data-top-navigation="blue-grey"]
  .top-navigation.top-navigation-1
  .menu-bottom
  > li
  > ul
  > li
  > ul
  > li:hover
  > a {
  background: #012656 !important;
}

[data-top-navigation="blue-grey"]
  .top-navigation.top-navigation-1
  .menu-bottom
  > li
  > ul
  > li:hover
  > a {
  background: #012656 !important;
}

.top-navigation.top-navigation-1 .menu-bottom a.has-children:before {
  content: "\E605" !important;
  left: 0 !important;
  right: auto !important;
}

/* به سمت راست پین شود */
.top-navigation.top-navigation-1 > .menu-bottom {
  float: right;
}

.top-navigation.top-navigation-1 > .menu-bottom:first-child {
  padding-right: 10px;
}

/* رنگ منوی دومی به خاطر کلیرفیک درست شود */
.clearfixColor {
  background: #244f86 !important;
}

/* ---- رنگ دراپ دان پنل کاربری ---- */
#dropdown-user .dropdown-title {
  background: #012656 !important;
}

/* ---- رنگ دراپ دان پنل کاربری ---- */
#dropdown-user .dropdown-item {
  background: #244f86 !important;
}

/* ----- رنگ مودال ----*/
.modal-dialog.blue .modal-header {
  background-color: #244f86 !important;
  color: #fff !important;
}

.close {
  color: #fdfbfb !important;
}

/* ---- رنک ورودی ها ----- */
input:active,
input:focus {
  border: 1px solid #0073ff;
}

select {
  font-size: 11px !important;
}

/* ------ رنگ اعتبار سنجی ها -------- */
.has-success .form-control {
  border-color: #388e3c !important;
}

.has-danger .form-control {
  border-color: #b71c1c !important;
}

/* ------------------- */
.loader-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000000;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: flex;
  align-items: center;
}

.loaderSelect {
  border: 1px solid #b1b0b0;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 800ms linear infinite;
  animation: spin 800ms linear infinite;
  margin: 3px 7px;
  float: left;
}

.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 600ms infinite;
  animation: spin 600ms infinite;
  margin: auto;
}

.loaderPop {
  border: 1px solid #b1b0b0;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 800ms linear infinite;
  animation: spin 800ms linear infinite;
  margin: auto;
  text-align: center;
}

.nmsPopIcon {
  font-size: 17px;
  cursor: pointer;
  color: #e24949;
  position: absolute;
  top: -5px;
  right: 0;
  transform: rotate(45deg);
  font-size: 26px;
}

td.nmstdIcon {
  position: relative;
}

.popDesc {
  margin: 0;
}

.tdPop {
  font-style: unset;
}

.popover-title {
  text-align: center;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*  full screen login pargam */
/*  override carousel-item */
.carousel-item {
  height: 100vh !important;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*  full screen login pargam */
.pagenation-box {
  display: flex;
  align-items: center;
}

.pagination {
  float: right;
}

.pagination ul {
  padding: 0;
  margin: 0;
}

.table th,
.table td {
  padding: 7px !important;
}

.btn.btn-icon i {
  margin-left: 10px;
  margin-right: 0 !important;
}

.mg-b-20 {
  margin-bottom: 20px;
}

.icon-search {
  font-size: 15px;
}

.btn-tb-search {
  margin-right: 10px;
}

.width100 {
  width: 100%;
}

.btn.btn-secondary.btn-outline.btn-rounded,
.btn.btn-secondary.dropdown-toggle.btn-outline.btn-rounded {
  border-radius: 0 !important;
}

.actionBTN {
  background: transparent;
  color: #303f9f;
  border: 0 !important;
  display: flex !important;
  margin: auto;
}

.actionBTN:hover {
  color: #0d1d72;
  border: 0 !important;
}

[data-background="light"] .dropdown-menu .remove.dropdown-item:hover {
  background: #ff6358;
  border-color: #ff6358;
  color: #fff;
}

[data-background="light"] .dropdown-menu .edit.dropdown-item:hover {
  background: #ffa000;
  border-color: #ffa000;
  color: #fff;
}

.badge {
  border-radius: 2px !important;
}

.border-red {
  border-color: #ff6358 !important;
}

.table-box {
  position: relative;
}

.form-control-feedback.nms-ShowErrors {
  font-size: 11px;
  font-weight: 400;
}

.form-control-feedback.nms-ShowErrors {
  white-space: normal;
  background: #ee6c7b !important;
  border: 1px solid #f86c6b !important;
  color: #ffffff !important;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  left: 10px;
  z-index: 2;
  border-radius: 5px;
}

.form-control-feedback.nms-ShowErrors:before {
  background-color: inherit;
  border-style: solid;
  border-color: inherit;
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background-image: none;
  z-index: -1;
  width: 0.6666em;
  height: 0.6666em;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
  border-width: 1px 0 0 1px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0;
  left: 50%;
}

.form-control-feedback.nms-ShowErrors > p {
  margin-top: 0;
  margin-bottom: 3px;
}

.custom-control-indicator {
  right: 0;
}

.custom-checkbox {
  padding: 2px 25px 0 0;
  margin: 0;
}

.cityLogoLabel {
  cursor: pointer;
}

img.uploadFormFile:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.nmsTbldropdown {
  padding: 0;
  position: static !important;
}

input:read-only {
  background: #fff !important;
  color: #5e5e5e !important;
  cursor: not-allowed;
}

input[role=combobox] {
  background: none !important;
}

input[type="checkbox"] {
  cursor: pointer;
}

.breadcrumb {
  height: 25px !important;
  line-height: 25px !important;
  background-color: #f5f5f5 !important;
  border-radius: 5px !important;
  margin-bottom: 10px !important;
}

.breadcrumb li a {
  font-size: 11px !important;
}

[data-background="light"] .custom-control-indicator {
  border: 1px solid #8e8181;
}

[data-background="light"]
  .custom-control-input:checked
  ~ .custom-control-indicator {
  border: 1px solid #c77e03;
}

#dropdown-grid {
  z-index: 9999;
}
.ng-tooltip {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1000;
  display: block;
  opacity: 0;
  font-size: 11px;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.ng-tooltip-show {
  z-index: 9999999999999;
  opacity: 1;
}

.ng-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
}

.ng-tooltip-top::after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: #000000 transparent transparent transparent;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}

.ng-tooltip-bottom::after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: transparent transparent #000000 transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}

.ng-tooltip-left::after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent transparent transparent #000000;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.7);
}

.ng-tooltip-right::after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent #000000 transparent transparent;
  border-color: transparent rgba(0, 0, 0, 0.7) transparent transparent;
}
.nms-MarginL10 {
  margin-left: 10px;
}

.nmsModalSize8 {
  max-width: 80% !important;
}

.dir-left {
  direction: ltr !important;
}

.itemPerPage {
  width: 100px !important;
  margin-right: 12px;
  text-align: center;
}

.lblitemPerPage {
  float: right;
  margin: 7px 12px 0 0;
}

.nores {
  padding: 10px 0;
  background: #f5f5f5;
  color: red;
}

/* جدول */
.Nosaztable thead th {
  background-color: #0097a7 !important;
  color: #fff !important;
}

.Nosaztable thead th {
  border-color: #0097a7 !important;
  border-left-color: #fff !important;
}

.Nosaztable.table-striped tbody tr:nth-child(even) td {
  background-color: #f1f1f1 !important;
}

.Nosaztable.table-striped tbody tr:hover td {
  background-color: #dfdfe4 !important;
}

.Nosaztable tbody td {
  border-left-color: #748659 !important;
  border-left-color: rgba(116, 134, 89, 0.14) !important;
  border-right-color: #748659 !important;
  border-right-color: rgba(116, 134, 89, 0.14) !important;
}

.Nosaztable tbody tr:last-child td {
  border-bottom-color: #748659;
  border-bottom-color: rgba(116, 134, 89, 0.14);
}

.Nosaztable thead th:last-child {
  border-left-color: #247486 !important;
}

.Nosaztable.table-striped tbody tr.activeTr td {
  background-color: #bcdff1 !important;
}

tr.activeTr td {
  background-color: #bcdff1 !important;
}

/* جدول */
#contextMenu {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  border-radius: 3px;
  z-index: 9999;
  display: none;
  text-align: right;

  border: 1px solid #cdcdcd;
  -webkit-box-shadow: 3px 3px 15px 0 #000000;
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 15px 0 #000000;
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 15px 0 #000000;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.75);
}

#contextMenu ul {
  margin: 0;
  padding: 0;
}

#contextMenu li {
  list-style: none;
  padding: 5px 10px;
  border-bottom: 1px solid #cdcdcd;
  font-size: 11px;
  cursor: pointer;
}

#contextMenu li:last-child {
  border-bottom: 1px solid transparent;
}

#contextMenu li:hover {
  background: #26a69a;
  color: #fff;
}

.fa-check.iconGis,
.fa-exclamation.iconGis {
  float: right;
  margin-left: 15px;
}

/* راست کلیک منو برای میز کار */
#contextMenuMiz {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  border-radius: 3px;
  z-index: 9999;
  display: none;
  text-align: right;

  border: 1px solid #cdcdcd;
  -webkit-box-shadow: 3px 3px 15px 0 #000000;
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 15px 0 #000000;
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 15px 0 #000000;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.75);
}

#contextMenuMiz ul {
  margin: 0;
  padding: 0;
}

#contextMenuMiz li {
  list-style: none;
  padding: 5px 10px;
  border-bottom: 1px solid #cdcdcd;
  font-size: 11px;
  cursor: pointer;
}

#contextMenuMiz li:last-child {
  border-bottom: 1px solid transparent;
}

#contextMenuMiz li:hover {
  background: #26a69a;
  color: #fff;
}

/* END #contextMenuMiz */

#map .tooltip {
  position: relative !important;
  background: #000000 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 4px !important;
  color: white !important;
  padding: 4px 8px !important;
  opacity: 0.7 !important;
  white-space: nowrap !important;
}

.tooltip-measure {
  opacity: 1;
  font-weight: bold;
}

.tooltip-static {
  background-color: #00bfff;
  color: black;
  border: 1px solid white;
}

.tt {
  background-color: #90ee90;
  color: black;
  border: 1px solid white;
}

.tooltip-measure:before,
.tooltip-static:before {
  border-top: 6px solid #000000;
  border-top: 6px solid rgba(0, 0, 0, 0.5);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}

.tooltip-static:before {
  border-top-color: #00bfff;
}

#map {
  height: 563px;
  width: 100%;
  z-index: 0;
  position: relative;
}

.dropup,
.dropdown {
  position: absolute;
}

.dropdown.show .dropdown-menu {
  width: max-content;
  text-align: center !important;
}

.account-details {
  display: flex;
  padding: 10px;
}

.acc-rightBox {
  padding: 10px 15px;
}

.acc-rightBox > span {
  font-weight: bold;
  font-size: 1.2em;
}

.account-btnBox {
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  border-color: #000000;
  border-color: rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  display: table;
  width: 100%;
}

.accBtn {
  background: #f8f8f8;
  border: 1px solid #c6c6c6;
  display: inline-block;
  line-height: 28px;
  padding: 0 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 20px;
  color: #666;
  white-space: nowrap;
  cursor: pointer;
}

.accBtn:hover {
  -webkit-box-shadow: 0 1px 1px #000000;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #c6c6c6;
  color: #666;
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#f8f8f8)
  );
  background-image: -webkit-linear-gradient(top, #fff, #f8f8f8);
  background-image: -webkit-linear-gradient(top, #fff, #f8f8f8);
  background-image: linear-gradient(top, #fff, #f8f8f8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f8f8f8');
}

.showProfileBtn {
  background: #4d90fe;
  border-color: #3079ed;
  font-weight: bold;
  margin: 5px 0 0 0;
  color: #fff !important;
}

.showProfileBtn:hover {
  background: #357ae8 !important;
  border-color: #2f5bb7 !important;
}

.account-btnBox > div {
  display: table-cell;
}

.large-profile-pic {
  height: 96px;
  width: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e9e9e9;
}

.dropdown.nmsTbldropdown > .dropdown-menu {
  right: 10%;
}

.dropdown.show .dropdown-menu.dropdown-menu-cols.dropdown-cols-1 {
  width: 100px !important;
}

.dropdown.show
  .dropdown-menu.dropdown-menu-cols.dropdown-cols-1
  .dropdown-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px !important;
  flex: 0 0 100px !important;
}

.h1 {
  border-style: groove;
  width: 100%;
  height: 60px;
  border-radius: 20px;
}

.dropdown-toggle {
  width: 100%;
  margin: 10px 0;
}

.dropdown-menu .dropdown-item {
  text-align: center !important;
}

a span {
  color: #f5f5f5;
}

a.nav-link span {
  color: #000000 !important;
}

a.nav-link.active span {
  color: #303f9f !important;
  font-weight: bold;
}

/* ------  DatePickerPersion Start  --------- */

div .right .ngb-dp-navigation-chevron {
  -webkit-transform: rotate(222deg) !important;
  -ms-transform: rotate(222deg) !important;
  -moz-transform: rotate(222deg) !important;
  -o-transform: rotate(222deg) !important;
  transform: rotate(222deg) !important;
}

.ngb-dp-navigation-chevron {
  color: #0d1d72;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg) !important;
  -o-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
}

.ngb-dp-week {
  margin-bottom: 3px;
}

.ngb-dp-weekday {
  color: #5bc0de !important;
}

/* ------  DatePickerPersion End  --------- */

.justify-content-between .custom-select {
  padding: 5px 20px !important;
}

/*
hoseini add this to show drowpdown datepicker
*/
ngb-datepicker.show {
  display: inline-block !important;
}

[data-background="light"] .custom-select {
  background-position: left 0.75rem center !important;
}

/* - */
ngb-datepicker.dropdown-menu {
  box-shadow: 0 6px 16px #6b6a6a;
}

.text-info {
  color: #1976d2 !important;
}

.custom-day {
  text-align: center;
  padding: 0.3rem 0.25rem;
  display: inline-block;
  height: 1.7rem;
  width: 1.7rem;
  font-size: 0.8em;
}

.custom-day.focused {
  background-color: #e6e6e6;
}

.custom-day.range,
.custom-day:hover {
  background-color: rgb(2, 117, 216);
  color: white;
  border-radius: 50%;
}

.custom-day.faded {
  background-color: #0275d8;
  background-color: rgba(2, 117, 216, 0.5);
}

.CalcRange {
  box-shadow: 0 6px 16px #6b6a6a;
  background: #fff;
  z-index: 1029;
  position: absolute;
}

select-dropdown > div .options {
  box-shadow: 0 2px 8px #6f6f6f;
  border: 1px solid #6f6f6f;
  border-top: 0;
}

select-dropdown > div .filter {
  box-shadow: 0 2px 8px #6f6f6f;
  border: 1px solid #6f6f6f;
  border-bottom: 0;
  border-top: 0;
}

select-dropdown > div .options ul li {
  border-bottom: 1px solid #d8d7d7;
}

.cursorpointer {
  cursor: pointer;
}

:focus {
  outline: none !important;
}

.focus {
  outline: 1px solid #0073ff !important;
}

.RequiredStar {
  color: red;
  font-size: 11px;
}

.form-control-success {
  padding-right: 2rem !important;
}

.form-control-danger {
  padding-right: 2rem !important;
}

.nmsFormBox {
  border-color: #c7c7b8 !important;
  border-color: rgba(199, 199, 184, 0.8) !important;
  box-shadow: 1px 1px 8px #857979;
  margin-bottom: 10px;
  padding: 10px;
}

.nmsItem {
  margin-top: 15px;
  position: relative;
}

.btnFormUploadPar {
  position: absolute;
  top: 230px;
  right: 5px;
  color: #fff !important;
}

.UpBtn {
  position: fixed;
  bottom: 0.7em;
  left: 1.5em;
  z-index: 9999;
  font-size: 16px;
  border: none;
  width: 30px;
  vertical-align: middle;
  height: 30px;
  outline: none;
  color: aliceblue;
  cursor: pointer;
  border-radius: 50%;
  background-color: #4f86d6;
  background-color: rgba(79, 134, 214, 0.14);
  transition: all 0.2s ease-in-out 0;
}

.UpBtn:hover {
  background-color: #0277bd;
}

label.form-control-label {
  font-size: 11px;
  float: right;
}

.nav-tabs a.nav-link {
  text-align: center;
}

.nav.nav-tabs .nav-link:after {
  content: "";
  display: block;
  visibility: visible !important;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px !important;
  background-color: #303f9f !important;
  z-index: 2;
}

.nav.nav-tabs .nav-link:hover:after,
.nav.nav-tabs .nav-link.active:after {
  height: 3px !important;
}

.AppTable {
  padding: 15px;
}

.WithoutNav {
  margin-top: 15px;
}

/***************************************gallery List**********************************************/
.view-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}

.thumbnail {
  margin-bottom: 5px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 1rem;
  border: 0;
}

.img-event {
  margin-bottom: 20px;
}

.item.list-group-item .img-event {
  float: left;
  width: 30%;
}

.item.list-group-item .list-group-image {
  margin-right: 10px;
}

.item.list-group-item .thumbnail {
  margin-bottom: 0;
  display: inline-block;
}

.item.list-group-item .caption {
  float: left;
  width: 70%;
  margin: 0;
}

.item.list-group-item:before,
.item.list-group-item:after {
  display: table;
  content: " ";
}

.item.list-group-item:after {
  clear: both;
}

/*************************************************************************************************/
.PreNext {
  background-color: #244f86;
  color: white;
  border-radius: 11%;
  display: inline-block;
  padding: 5px 15px;
}

.IsFirstLast {
  background-color: #858689 !important;
}

.FooterRow {
  width: 100%;
  margin: 0 !important;
}

.nmsprogressbar {
  width: 100%;
  border: 1px solid #c6c7c9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 22px;
  background: #e9ecef;
}

.progressLine {
  width: 0;
  color: #fff;
  background: #28a745 !important;
  height: 20px;
  max-width: 100% !important;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -ms-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.nmsFormBoxTumbnail {
  border-color: #c7c7b8 !important;
  border-color: rgba(199, 199, 184, 0.8) !important;
  box-shadow: 1px 1px 8px #857979;
  margin-bottom: 15px;
  margin-left: 5px;
}

.img-event {
  margin-bottom: 0;
}

.IdParInput {
  width: 130px !important;
  margin: 7px !important;
}

.XYover {
  overflow-x: scroll !important;
  overflow-y: unset !important;
}

.iconfont {
  padding-top: 30px;
  cursor: pointer;
}

.ColIconfont {
  max-width: 3.9% !important;
}

.page-item.active .page-link {
  z-index: 1 !important;
}

.has-danger > * {
  border-color: #b71c1c !important;
  color: #b71c1c !important;
}

.nmsFormBoxRight {
  margin-bottom: 10px;
  border-color: #c7c7b8 !important;
  border-color: rgba(199, 199, 184, 0.8) !important;
  box-shadow: 1px 1px 8px #857979;
  height: inherit;
}

.nmsFormBoxRight2 {
  margin-left: 10px;
  margin-bottom: 10px;
  border-color: #c7c7b8 !important;
  border-color: rgba(199, 199, 184, 0.8) !important;
  box-shadow: 1px 1px 8px #857979;
  height: inherit;
  max-width: 15.8% !important;
}

.below input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.below input:focus {
  border: none !important;
}

.modal-print .modal-content {
  width: 860px !important;
}

#viewer {
  direction: ltr;
}

.chart-desc {
  direction: rtl;
  text-align: right;
  font-size: 12px;
}

.fusioncharts-div {
  text-align: right !important;
  direction: rtl;
}

.raphael-group-119-item *,
.raphael-group-156-dataset-axis *,
.raphael-group-135-dataset-axis * {
  font-size: 11px !important;
}

.raphael-group-24-creditgroup {
  display: none;
}

/* Override Swal css */
.swal2-icon {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed !important;
}

.threeDot {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ng-option {
  border-bottom: 1px solid #d8d7d7;
}

.ng-dropdown-panel {
  box-shadow: 0 2px 8px #6f6f6f !important;
}

/**************************************app-input*********************************************/
.app-input {
  margin-right: 0.3rem;
}

app-input.ng-invalid.ng-dirty > * {
  color: #b71c1c !important;
}

app-input.ng-invalid.ng-dirty > div > div > input {
  border-color: #f86c6b !important;
  box-shadow: 0 0 0 0.2rem #f86c6b !important;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25) !important;
}

/* ----------------------------------------- */
app-input.ng-invalid.ng-touch > * {
  color: #b71c1c !important;
}

app-input.ng-invalid.ng-touch > div > div > input {
  border-color: #b71c1c !important;
}

/* ----------------------------------------- */

app-input.ng-pristine > * {
  color: #212121 !important;
}

app-input.ng-pristine > div > div > div > * {
  display: none;
}


/************************************************* کاهش سایز فونت**************************************/
/*  جدول */
.card {
  font-size: 0.8rem !important;
}

/* دکمه عملیات  جدول */
.dropdown-item {
  font-size: 0.8rem !important;
}

.dropdown-user.hide {
  display: none;
}

.mybadge {
  background-color: #b7dafe;
  color: #fff;
  /* transform: translateX(-110%); */
  z-index: 100;
  position: relative;
  /* top: -20px; */
  border-radius: 1em;
  font-size: 12px;
  /* height: 18px; */
  /* left: 1%; */
  /* line-height: 18px; */
  min-width: 24px;
  padding: 0 8px 0 8px;
  width: auto;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  vertical-align: middle;
}

/************ripple*****************/

/* Ripple effect */
.ripple {
  background-position: center !important;
  transition: background 0.8s !important;
}

.ripple:hover {
  background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%)
    center/15000%;
}

.ripple:active {
  background-color: #6eb9f7;
  background-size: 100%;
  transition: background 0;
}

/******************portlet***************/
.portlet.box.grey {
  border: 1px solid #9d9c9c;
  border-top: 0;
}

.portlet.box {
  padding: 0 !important;
}

.portlet {
  clear: both;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
}

.portlet.box.grey > .portlet-title {
  background-color: #077d88;
}

.portlet.box > .portlet-title {
  margin-bottom: 0;
}

.portlet.box > .portlet-title {
  padding: 3px 10px 2px 10px;
  border-bottom: 1px solid #eee;
  color: #fff !important;
}

.portlet > .portlet-title:after,
.portlet > .portlet-title:before {
  content: "";
  display: table;
  line-height: 0;
}

.portlet > .portlet-title:after {
  clear: both;
}

.portlet.grey > .portlet-title > .caption {
  color: #fff;
}

.portlet > .portlet-title > .caption {
  float: right;
  display: inline-block;
  font-size: 1.2em;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}

.portlet.box > .portlet-body {
  background-color: #fff;
  padding: 5px;
}

.parentDatePicker {
  position: relative;
}

.datepickerPosition {
  position: absolute;
  z-index: 7;
}

.border-left {
  border-left: 1px solid #ccc;
  box-shadow: 2px 0 1px -5px #a8acb9, -8px 0 7px -8px #24407b;
  box-shadow: 2px 0 1px -5px rgba(168, 172, 185, 0),
    -8px 0 7px -8px rgba(36, 64, 123, 0.3);
}

/************btn responsive *******/
.btn-responsive {
  margin: 0 0.6em 0.2em 0;
  border-radius: 0.2em;
 box-shadow: inset 0 -0.6em 1em -0.35em rgb(0 0 0 / 17%),
    inset 0 0.6em 2em -0.3em rgb(255 255 255 / 15%),
    inset 0 0 0 0.05em rgb(255 255 255 / 12%);
}

.btn-responsive:active {
  box-shadow: inset 0 0.6em 2em -0.3em #000000, inset 0 0 0 0.05em #ffffff;
  box-shadow: inset 0 0.6em 2em -0.3em rgba(0, 0, 0, 0.15),
    inset 0 0 0 0.05em rgba(255, 255, 255, 0.12);
}

@media all and (max-width: 30em) {
  .btn-responsive {
    display: block;
    margin: 0.4em auto;
  }
}

.PaddingRadioButton {
  padding-top: 2rem;
  padding-right: 1rem !important;
  border-right: 0.05rem solid #eee;
}

alert.alert-info {
  color: #fff;
  background-color: #1976d2;
  border-color: #1976d2;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px -1px #000000, 0 4px 5px 0 #000000,
    0 1px 10px 0 #000000;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px #000000, 0 4px 5px 0 #000000, 0 1px 10px 0 #000000;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  margin-top: 10px;
}

.alert.alert-info.alert-bordered {
  background-color: #d4d852 !important;
  background-color: rgba(212, 216, 82, 0.38) !important;
  border: 0;
  border-right: 9px solid #1976d2;
  color: #064494;
  border-radius: 0;
  /* -webkit-box-shadow: 0 2px 4px -1px #000000, 0 4px 5px 0 #000000, 0 1px 10px 0 #000000;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px #000000, 0 4px 5px 0 #000000, 0 1px 10px 0 #000000;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); */
}

/* حالت انتخاب تقویم ... حرکت با arrow */
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/*************table-responsive دیزاین اسکرول*************/
.table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #000000;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar {
  width: 10px !important;
  height: 10px;
  background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px #000000;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b1afaf;
}

/* *****************************nvabar top */
.custom-nav-item {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ddd;
  color: #bbbbbb;
  cursor: pointer;
}

.custom-nav-item a:hover span {
  color: #888;
  cursor: pointer;
}

.custom-nav-item.active {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

.custom-nav {
  border-bottom: 1px solid #ddd;
}

.jc-center {
  justify-content: center;
}

/*استایل حباب مانند بر روی متن*/
.tblLabel {
  background-color: #43b156;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px 15px 15px 0;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

/* استایل دکمه ذینفع جدید */
.iconNewCustomer {
  margin-top: 32px;
  cursor: pointer;
}

/* زمانی که تاریخ داخل مودال قرار میگیرد برای سایز کوچک نباید کامپوننت تاریخ از مودال بیرون بزند. */
modal-container ngb-datepicker {
  width: 260px !important;
  overflow: auto;
  padding: 1rem;
}

ngb-datepicker {
  width: 260px !important;
}

/* چونکه عرض تقویم 100% در نظر گرفته شد برای وسط چین کردن باید این استایل داده شود. */
.ngb-dp-months {
  justify-content: center;
}

::placeholder {
  color: #aaa;
}

/****************   دکمه های تولبار جدول DX   ****************/

.top-btn-box {
  z-index: 2;
  text-align: left;
  border-left: 1px solid #dfdfdf;
  margin-left: 6px;
}

.btn-inline {
  display: inline-block;
}

.top-btn-box > button {
  color: black;
}

.btn-dx-toolbar {
  color: #333 !important;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background-position: 0 0;
  background-size: 18px 18px;
  padding: 8px;
  font-size: 22px !important;
  text-align: center !important;
  line-height: 18px !important;
  margin-right: 0;
  box-shadow: none;
  background-color: transparent;
  margin-left: 5px;
  border: 1px solid #ddd !important;
}

.btn-dx-toolbar i {
  margin-right: -0.4rem;
  font-size: 0.7em;
}

.btn-dx-toolbar:disabled {
  background-color: #f4f4f4;
  color: #9e9b9b;
}

/************** END   دکمه های تولبار جدول DX   **************/
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.alert-custom-warninig {
  border-color: #fce070;
  color: #244f86;
  background: #fce070;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

/* .card-header{
  display: none;
} */
.card-header--preview{
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: right;
}

.accordion-header{
  display: none;
}

.modal.show .modal-dialog  {
  transform: none !important;
}