/*----------------------------------
	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: 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;
}

/* ----------- RTL Cods ----------- */
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;
}

.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%;
}



.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 ------ */



[data-top-navigation="blue-grey"] .top-navigation.top-navigation-1 .menu-bottom>li>ul>li>ul>li:hover>a {
  background: #516673 !important;
}


[data-top-navigation="blue-grey"] .top-navigation.top-navigation-1 .menu-bottom>li>ul>li:hover>a {
  background: #516673 !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:first-child {
  padding-right: 10px;
}

/* ----- رنگ مودال ----*/
.modal-dialog.blue .modal-header {
  background-color: #7f4a77 !important;
  color: #fff !important;
  padding: 7px 20px !important;
}

.modal-dialog .modal-header .modal-title {
  font-size: .9rem !important;
}

.close {
  color: #fdfbfb !important;
}


select {
  font-size: 11px !important;
}

/* فاصله سمت راست لیست  */
.ng-value-container {
  padding-right: 5px;
}


/* ------ رنگ اعتبار سنجی ها -------- */
.has-success .form-control {
  border-color: #388e3c !important;
}

.has-danger .form-control {
  border-color: #b71c1c !important;
}


.panel-heading {
  background: cornflowerblue;
  height: 50px;
}

/* ------------------- */
.loader-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9;
  display: flex;
  align-items: center;
}

.loader-box>.loader-container {
  border: 1px solid #ddd;
  background: #fff;
  width: 222px;
  height: 90px;
  z-index: 1501;
  padding: 20px 10px;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
}

.loader-box>.loader-container i {
  font-size: 30px;
}

.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;
}



@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}



.btn.btn-icon i {
  margin-left: 10px;
  margin-right: 0 !important;
}

.icon-search {
  font-size: 15px;
}

.btn-tb-search {
  margin-right: 10px;
}


.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;
}

.nms-primary-c {
  color: #ff6358;
}

.table-box {
  position: relative;
}

.form-control-feedback.nms-ShowErrors {
  font-size: 11px;
  font-weight: 400;
}

.form-control-feedback.nms-ShowErrors>p {
  margin-top: 0;
  margin-bottom: 3px;
}

.custom-control {
  font-size: 11px;
}

.custom-checkbox {
  padding: 2px 5px 0 0;
  margin-bottom: 15px;
}

.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);
}

.imgBox {
  display: none;
}

.imgBox:first-child {
  display: block;
}

.removeImg {
  position: absolute;
  background: #f02f2f;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}

.removeImg i {
  font-size: 16px;
  margin: 3px 0 0 0;
}


input:read-only {
  background: #fff !important;
  color: #5e5e5e !important;
  cursor: not-allowed;
}

input[role=combobox]{
    background : none !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: 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: 1098;
  opacity: 1;
}

.ng-tooltip::after {
  content: "";
  position: absolute;
  border-style: solid;
}

.ng-tooltip-top::after {
  top: 100%;
  left: 40% !important;
  margin-left: -5px;
  border-width: 5px;
  border-color: black transparent transparent transparent;
}

.ng-tooltip-bottom::after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: transparent transparent black transparent;
}

.ng-tooltip-left::after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent transparent transparent black;
}

.ng-tooltip-right::after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent black transparent transparent;
}

/* close button go to the left */
.modal-header .close {
  margin: -1rem -1rem -1rem !important;
}

.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;
}

.large-profile-pic {
  height: 96px;
  width: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e9e9e9;
}

/* ------  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;
}

ngb-datepicker.show {
  display: inline-block !important;
}

[data-background="light"] .custom-select {
  background-position: left 0.75rem center !important;
}


.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: .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: rgba(2, 117, 216, 0.5);
}

.CalcRange {
  box-shadow: 0 6px 16px #6b6a6a;
  background: #fff;
  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;
}

.dragHere {
  color: #bdbdbd;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 8px;
}

.sortBox {
  border: 1px dashed #919192;
  padding: 5px;
  margin-bottom: 5px;
}

.sortable-item {
  border: 1px solid #a29d9d;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 8px;
  color: #000;
  cursor: pointer;
}

.sortable-item:last-child {
  margin-bottom: 0;
}

.onMoseDownItem {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
}

.Start {
  background: #d0fbdb !important;
}

.End {
  background: #fbcfcf !important;
}

.removeGr {
  background: #f9dede;
  border-radius: 4px;
  border: 1px solid #da8484;
}

.removeGr i {
  color: #da8484;
  padding: 5px;
}

.upGr {
  background: #dff5fd;
  border-radius: 4px;
  border: 1px solid #244f86;
}

.upGr i {
  color: #919192;
  padding: 5px;
}

.typeStep {
  float: left;
  font-weight: 400;
}

.ConditionalSelect {
  width: 40% !important;
  height: 24px !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

: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: 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;
}

.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: #2ca182 !important;
  z-index: 2;
}

.nav.nav-tabs .nav-link:hover:after,
.nav.nav-tabs .nav-link.active:after {
  height: 3px !important;
}

.nav-link.active {
  background-color: #2ca182 !important;
  color: white !important;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 2px 2px rgb(150, 150, 150);
}

.nav.nav-tabs .nav-link {
  font-size: 0.85rem !important;
  padding: 7px 20px 7px 20px !important;
  margin-top: 3px;
}

/* پدینگ زیر موشته تب ها */
.nav.nav-tabs {
  padding-bottom: 3px !important;
  border-bottom: 2px solid #2ca182 !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;
}


.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;
}


.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;
}

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-item:hover {
  background: #18c7a5 !important;
  border-color: #18c7a5 !important;
}

.dropdown-user.hide {
  display: none;
}

.mybadge {
  background-color: #b7dafe;
  color: #fff;
  z-index: 100;
  position: relative;
  border-radius: 1em;
  font-size: 12px;
  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 {
  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 {
  clear: both;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  margin-bottom: 15px;

}

.portlet>.portlet-title.no-padding>.caption {
  /* float: right; */
  display: inline-block;
  font-size: 0.9em !important;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  padding: 3px;
}

.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 {
  display: inline-block;
  font-size: 1.2em;
  line-height: 18px;
  font-weight: 400;
  margin: 0;
  padding: 3px;
}


.parentDatePicker {
  position: relative;
}

.datepickerPosition {
  position: absolute;
  z-index: 7;
}

.border-left {
  border-left: 1px solid #ccc;
  box-shadow: 2px 0 1px -5px rgba(168, 172, 185, 0), -8px 0 7px -8px rgba(36, 64, 123, 0.3);
}

/************btn responsive *******/
.btn.btn-responsive {
  border-radius: .3em !important;
}

.btn-responsive {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.6em 0.2em 0;
  border-radius: 0.2em;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #3369ff;
  box-shadow: inset 0 -0.6em 1em -0.35em rgba(0, 0, 0, 0.17), inset 0 0.6em 2em -0.3em rgba(255, 255, 255, 0.15), inset 0 0 0 0.05em rgba(255, 255, 255, 0.12);
  text-align: center;
  position: relative;
  border: none !important;
}

.btn-responsive:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)) !important;
}

.btn-primary:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)) !important;
}

.btn-responsive:active {
  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;
  }
}

.btn.btn-primary {
  background-color: #24877e !important;
}



.PaddingRadioButton {
  padding-top: 2rem;
  padding-right: 1rem !important;
  border-right: .05rem solid #eee;
}

alert.alert-info {
  color: #fff;
  background-color: #1976d2;
  border-color: #1976d2;
  border-radius: 5px;
  -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 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: 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);
}

/* متن ارور تولتیپ */
.form-control-feedback.nms-ShowErrors {
  white-space: normal;
  background: #f86c6b !important;
  border: 1px solid #f86c6b !important;
  color: #FFFFFF !important;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  left: 10px;
  z-index: 5;
  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: .6666em;
  height: .6666em;
  -webkit-transition: background .1s ease;
  transition: background .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%;
}

.the-legend {
  border-style: none;
  border-width: 0;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 15px;
  width: auto;
  padding: 4px 20px;
  background-color: #2ca182;
  border-radius: 16px;
  color: #FFF;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: 0 8px 6px -6px #777;
  -moz-box-shadow: 0 8px 6px -6px #777;
  box-shadow: 0 8px 6px -6px #777;
}

.grid-title {
  margin-bottom: 5px;
}

.the-fieldset {
  margin-bottom: 2rem;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  padding: 0 10px 0 10px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.the-fieldset:first-child {
  margin-top: 10px;
}


.jc-center {
  justify-content: center;
}

.tbl-header {
  text-align: center;
  background: #5b4157;
  color: #FFF;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 99.7%;
}

.top-margin {
  margin-top: 10px !important;
}

.modal-title-fixed {
  position: fixed;
  width: 93.5%;
  z-index: 9999;
}

/*آیکن بستن مودال*/
.modal-controls {
  float: left;
  cursor: pointer;
}

.modal-close-icon {
  padding: 5px 8px;
}

.modal-min-icon {
  padding: 2px 5px;
}


/*********change the color of menu underline**********/
.top-navigation.top-navigation-1 .menu-bottom .level-1:after {
  background-color: #1ae5be !important;
}

/***********button color set************/
.btn-default {
  background-color: #999 !important;
  color: #fff !important;
}

.btncolor-first {
  background-color: #279588;
}

.btncolor-first:hover {
  background-color: #1f796e;
}

.btncolor-second {
  background-color: #5b4157;
}


.btncolor-third {
  background-color: #b99149;

}


.btncolor-forth {
  background-color: #966f9f !important;
}


.btncolor-fifth {

  background-color: #b14242;
}

.btncolor-sixth {
  background-color: #536fa2 !important;
}


/*************************/

/* حذف پدینگ پایین فرم های ورود اطلاعات */
app-form-box .modal-body {
  padding-bottom: 0;
}

/* حذف پدینگ دکمه های ذخیره و انصراف فرم های ورود اطلاعات */
app-form-box .modal-footer {
  padding: 10px 15px;
}

/* لوگو شهرداری ها */
.city-logo-Container {
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  /* display:inline-block; */
}

/* لوگو شهرداری ها */
.city-logo-Container img {
  height: 90%;
  line-height: 1;
}

.list {
  border: 1px solid #1abb9c;
  border-right: 5px solid #1abb9c;
  margin-bottom: 2px;
  background: #fdfdfd;
  padding-right: 10px;
}

.small-alert-rial {
  display: block;
  margin-bottom: 2px;
  background: #05551e;
  padding-right: 40px;
  padding-left: 40px;
  color: white;
}

.custome-mb2 {
  margin-bottom: 1.4em !important;
}

.custome-mb1 {
  margin-bottom: 0.7em !important;
}

.custome-mb0 {
  margin-bottom: 0 !important;
}

.custome-mt0 {
  margin-top: 0 !important;
}

.custome-mr0 {
  margin-right: 0 !important;
}

.custome-pl0 {
  padding-left: 0 !important;
}

.custome-pr0 {
  padding-right: 0 !important;
}

.custome-pt0 {
  padding-top: 0 !important;
}

.custome-pr1 {
  padding-right: 0.7em !important;
}

.custome-pr2 {
  padding-right: 1.4em !important;
}

.custome-pb1 {
  padding-bottom: 0.7em !important;
}

.shadow {
  box-shadow: 0 0 22px 0 #6a6464;
}


.confirm-button {
  background-color: #24877e !important;

  width: 120px;
  line-height: 15px;
}

.confirm-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)) !important;
}

.cancel-button {
  background-color: #999 !important;
  width: 120px;
  line-height: 15px;
}

.cancel-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)) !important;
}


.close-button {
  width: 120px;
  line-height: 15px;
}

.close-button:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)) !important;
}

.btn-small-width {
  width: 80px;
}

.btn {
  line-height: 1.25;
  font-size: .8rem;
}

.modal-footer {
  float: left;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  margin-top: 18px;
  /** برای حل مشکل خط بالای دکمه های فوتر */
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.text-center {
  text-align: center !important;
}

.swal2-container {
  z-index: 1505 !important;
}

::placeholder {
  color: #aaa;
}

/* به خاطر به هم ریختگی فیلد ها در تمام صفحات و رزولوشن های متفاوت*/
app-select,
app-input,
app-multi-select-grid,
app-multi-select-tree,
app-dx-drop-down-grid,
.date-app-input {
  height: 50px;
}

/* override min-height from bootstrap-rtl */
app-template-input {
  min-height: 50px !important;
}

/* برای هم راستا شدن همه دکمه های تولبار جدول */
.top-btn-box {
  z-index: 2;
  text-align: left;
  border-left: 1px solid #dfdfdf;
  margin-left: 6px;
  padding: 5px 0 0 0;
}


/* برطرف کردن مشکل هدر...که با navbar ادغام می شد */
@media (min-width: 480px) {
  .nav_menu {
    position: absolute
  }

  .top_nav .navbar-right li {
    position: relative
  }
}

/* کنار هم قرار گرفتن دکمه هایذخیره و انصراف در حالت موبایل*/
@media only screen and (max-width: 770px) {
  .modal-footer .btn {
    float: left;
  }
}

.btn-new:active:after {
  background: red;
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0
}

.height-50 {
  height: 50px;
}


/* ************* DMS Fix ************* */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* *********** End DMS Fix *********** */

label .custom-control-input {
  opacity: 1;
}
.accordion-button{
  display: none;
}