﻿body {
  overflow: hidden;
  font: 9pt tahoma;
}
.green-color i {
  color: green;
}
.orange-color i {
  color: orange;
}
.blue-color i {
  color: dodgerblue;
}
.palevioletred-color i {
  color: palevioletred;
}
.indigo-color i {
  color: indigo;
}
select:focus {
  box-shadow: none;
}
table tr.sub-category:not([data-role=search]) {
  display: none;
}
table tr.data-row[data-mode=edit] span {
  text-decoration: line-through;
  color: red;
}
table tr.data-row[data-mode=edit] .delete-icon {
  display: none;
}
.dashboard-page {
  background: url(/templates/classic/static/img/background.jpg) top;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-menu-bar {
  background-color: #dfebfa;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 30px;
  padding: 5px 0;
  z-index: 100;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.nav-bottom {
  background-color: #dfebfa;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 5px 0;
  z-index: 100;
}
.nav-bottom i {
  margin-top: 5px;
}
.nav-bottom .info-app .info-item {
  display: inline-block;
  margin-left: 15px;
  color: #333;
}
.nav-bottom .info-app .info-item .icon-item {
  font-size: 18px;
  margin-left: 5px;
  display: inline-block;
}
.nav-bottom .info-app .info-item .value-item {
  margin-left: 15px;
  display: inline-block;
}
.nav-bottom .main-menu {
  display: block;
  width: 100%;
  text-align: center;
}
.nav-bottom .main-menu > ul > li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.nav-bottom .main-menu > ul > li > ul {
  display: none;
  position: absolute;
  bottom: 30px;
  left: -100px;
}
.nav-bottom .main-menu > ul > li:hover > ul {
  display: block;
}
.nav-bottom .main-menu > ul > li:hover a i {
  transform: scale(1.5);
}
.nav-bottom .main-menu > ul > li > a {
  color: #333;
}
.nav-bottom .main-menu > ul > li > a i {
  font-size: 25px;
  transition: all 0.3s;
}
.nav-bottom .list-dropdown {
  display: inline-block;
}
.nav-bottom .list-dropdown ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}
.nav-bottom .list-dropdown ul li:hover .list-notification {
  display: block;
}
.nav-bottom .list-dropdown ul li > a {
  color: #333;
}
.nav-bottom .list-dropdown ul li > a i {
  font-size: 24px;
}
.nav-bottom .list-dropdown ul li .counter {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  color: #fff;
  border-radius: 100%;
  padding: 2px 7px;
}
.nav-bottom .list-dropdown .list-notification {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 150px;
  background-color: #fff;
  width: 300px;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  border: 3px solid #095e88;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.3);
  display: none;
}
.nav-bottom .list-dropdown .list-notification ul {
  display: block;
}
.nav-bottom .list-dropdown .list-notification ul li a {
  color: #000;
}
.nav-bottom .list-dropdown .list-notification .notification-item {
  border-bottom: #ddd 1px solid;
  padding: 10px 0;
}
.nav-bottom .list-dropdown .list-notification .notification-item .image {
  border-radius: 5px;
}
.nav-bottom .list-dropdown .list-notification .notification-item .image img {
  border-radius: 5px;
}
.nav-bottom .list-dropdown .list-notification .notification-item .content {
  margin-right: -15px;
}
.nav-bottom .list-dropdown .list-notification .notification-item .content a {
  line-height: 1.9em;
  color: #333;
}
.nav-bottom .list-dropdown .list-notification .notification-item .content a:hover {
  color: #069;
}
.nav-bottom .list-active-page {
  display: inline-block;
  float: left;
  position: relative;
}
.nav-bottom .list-active-page .counter {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: red;
  width: 25px;
  height: 25px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  padding-top: 5px;
}
.nav-bottom .list-active-page:hover .show-list-active {
  display: block;
}
.nav-bottom .list-active-page #tasks-list .close-task {
  margin-top: -5px;
}
.nav-bottom .list-active-page .open-list {
  font-size: 25px;
  color: #333;
}
.nav-bottom .list-active-page .open-list i {
  transition: all 0.3s;
}
.nav-bottom .list-active-page .open-list:hover i {
  transform: scale(1.5);
}
.nav-bottom .list-active-page .show-list-active {
  position: absolute;
  bottom: 100%;
  left: 0;
  display: none;
}
legend {
  font: 12px iranyekan;
  width: auto;
  margin-right: 10px;
  margin-bottom: 5px;
  border: none;
  padding: 5px;
}
input.input-validation-error {
  border: 1px solid red;
}
table button {
  min-width: 10px;
  min-height: 10px;
  padding: 3px  !important;
}
.zh-window table .dropdown button {
  height: 20px;
  margin-bottom: 3px !important;
  margin-top: 3px !important;
  min-width: 35px;
}
.dropdown-menu li {
  display: block;
}
.dropdown-menu li:hover {
  background-color: #f5f5f5;
}
.dropdown-menu li span {
  float: right;
}
.dropdown-menu li a {
  display: inline-block;
  width: calc(100% - 25px);
}
.row-value {
  color: forestgreen;
}
input.input-validation-error {
  border: 1px solid red !important;
}
table button {
  height: 15px;
}
.context-menu.visible {
  transform: scale(1);
  transition: transform 200ms ease-in-out;
}
.context-menu {
  position: fixed;
  z-index: 10000;
  width: 150px;
  background: #1b1a1a;
  border-radius: 5px;
  transform: scale(0);
  transform-origin: top left;
}
.search-all .search-result a:focus {
  background-color: #efefef;
}
input[type=text].date {
  min-width: 70px;
  flex-grow: 0 !important;
}
label.selected-value {
  background-color: #fff;
  min-width: 40px;
  border: 1px solid #efefef;
  padding: 5px;
}
label.calculated-result {
  background-color: #efefef;
  border: 1px solid #ccc;
  min-width: 100px;
  flex: 1;
  height: 26px;
  padding-right: 5px;
}
label.switch {
  background-color: #83ebb8;
  border: 1px solid forestgreen;
  padding: 5px;
}
label.switch:hover {
  background-color: forestgreen;
  cursor: pointer;
  color: #fff;
}
thead.flex tr th {
  border-bottom: none !important;
  border-top: none !important;
  padding: 5px;
}
thead.flex tr:first-child span {
  text-align: center;
  display: block !important;
  padding: 5px;
}
thead.flex tr {
  display: flex;
  flex-direction: row;
}
thead.flex tr th {
  flex: 1;
  display: flex;
  flex-direction: column;
}
thead.flex tr th .th-row {
  display: flex;
  flex-direction: row;
}
thead.flex tr th .th-row span {
  flex: 1;
  padding: 5px 2px;
}
table .fixed-bottom {
  position: sticky;
  bottom: 0;
  background-color: #ccc;
  color: #000;
}
table .fixed-bottom td {
  padding: 5px !important;
}
table .fixed-top {
  position: sticky;
  top: 0;
  background-color: #ccc;
  color: #000;
}
table .fixed-top td {
  padding: 5px !important;
}
.top-menu-bar ul {
  width: 100%;
  padding-right: 10px;
  max-height: 100%;
  overflow: hidden;
}
.top-menu-bar ul li {
  display: inline-block;
  padding-left: 5px;
}
.top-menu-bar ul li a {
  display: block;
  width: auto;
  float: right;
  color: darkcyan;
  height: 20px;
}
.top-menu-bar ul li a:focus {
  outline: none;
}
.top-menu-bar ul li a img {
  height: 15px !important;
  width: 15px !important;
  margin-left: 5px;
  margin-right: 5px;
}
.top-menu-bar ul li a:hover {
  color: mediumvioletred;
}
.search-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.search-container i {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
  color: #555;
  cursor: pointer;
}
.search-container input[type=text] {
  position: relative;
}
.search-all.no-lock .search-container i {
  left: 30px;
}
.search-all:not(.no-lock) .search-container i {
  left: 55px;
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.overlay .content-overlay {
  font: 8pt tahoma;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
  width: 200px;
  height: 150px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  z-index: 110;
}
.overlay .content-overlay img {
  height: 100px !important;
  object-fit: contain;
}
.overlay .content-overlay span {
  display: inline-block;
  margin-top: 10px;
}
.exit-menu {
  display: inline-block !important;
  width: auto !important;
}
.exit-menu > ul > li {
  height: 30px;
  display: block;
}
.exit-menu > ul > li > a {
  display: block;
}
.exit-menu > ul > li > a > img {
  width: 25px;
  height: 25px;
}
.exit-menu > ul > li > ul > li > img {
  width: 20px;
  height: 20px;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CurrencyVsReference {
  direction: ltr !important;
  min-width: 80px !important;
  text-align: right !important;
  display: block !important;
  padding-top: 5px !important;
}
.reference-currency-value {
  min-width: 50px !important;
}
.reference-factor,
.customer-balance-factor {
  width: 30px;
  height: 25px;
  font-weight: bold;
  background-color: #ff0000;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  user-select: none;
}
.font-bold {
  font-weight: bold;
}
.print-dropdown {
  position: relative;
  display: inline-block;
}
.label-button {
  background-color: #fff;
  color: #333;
  background: linear-gradient(top, #fff, #f9f9f9 48%, #e2e2e2 52%, #e7e7e7);
  background: -moz-linear-gradient(top, #fff, #f9f9f9 48%, #e2e2e2 52%, #e7e7e7);
  background: -webkit-linear-gradient(top, #fff, #f9f9f9 48%, #e2e2e2 52%, #e7e7e7);
  border: 1px solid #d1d1d1;
  font-size: 8pt;
  padding: 1px 5px;
  padding-right: 5px;
  border-radius: 3px;
  margin: 5px 0;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
  text-align: center;
  z-index: 999;
}
.print-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999 !important;
  border-radius: 4px;
  overflow: auto;
}
.print-dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
}
.print-dropdown-content a:hover {
  background-color: #f1f1f1;
}
.print-dropdown:hover .print-dropdown-content {
  display: block;
}