﻿/*$skStyle-font-face: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
/* MENU ICONS */
.iconSelector {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: white;
  color: white;
  font-size: 1px;
  line-height: 18px; }

.menu-EditMode, .menu-EditMode .x-panel-body div {
  background-color: antiquewhite; }

.menuArrowDown {
  background-image: url("../images/export.gif") !important;
  background-repeat: no-repeat; }

.ico-transparentDisplay {
  display: none; }

/* NOTE: if you update the 'content' icon char here, you must make the same change in menuAdmin.ts */
.menuLocal::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f15b" !important;
  /* fa-file */ }

.menuExternal::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f08e" !important;
  /* fa-external-link */ }

.menuManagement::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f2bd" !important;
  /* fa-user-circle */ }

/* NOTE: if you update the 'content' icon char here, you must make the same change in menuAdmin.ts */
.menuReporting::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f15c" !important;
  /* fa-file-alt */ }

/* NOTE: if you update the 'content' icon char here, you must make the same change in menuAdmin.ts */
.menuLockedReporting::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f1c6" !important;
  /* fa-file-archive */ }

.menuCube::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f1b2" !important;
  /* fa-cube */ }

/* NOTE: if you update the 'content' icon char here, you must make the same change in menuAdmin.ts */
.menuMeter::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f2c9" !important;
  /* fa-thermometer-half  */ }

.menuMap::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f279" !important;
  /* fa-map */ }

.menuChart::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f080" !important;
  /* fa-bar-chart */ }

/* NOTE: if you update the 'content' icon char here, you must make the same change in menuAdmin.ts */
.menuWord::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f1c2" !important;
  /* fa-file-word-o */ }

.menuPdf::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f1c1" !important;
  /* fa-file-pdf-o */ }

.menuExcel::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f1c3" !important;
  /* fa-file-excel-o */ }

/* NOTE: if you update the 'content' icon char here, you must make the same change in menuAdmin.ts */
.menuPowerPoint::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f1c4" !important;
  /* fa-file-powerpoint-o */ }

.menuOtherDoc::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f478" !important;
  /* fa-file-medical-alt */ }

.menuDash::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f3fd" !important;
  /* fa-tachometer-alt */ }

/* NOTE: if you update the 'content' icon char here, you must make the same change in menuAdmin.ts */
.menuFilter::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f0b0" !important;
  /* fa-filter */ }

.menuBinder::before {
  font-family: 'Font Awesome 5 Pro Light' !important;
  content: "\f0c5" !important;
  /* fa-files-o  */ }

/* END MENU ICONS */
a.x-tree-node-text {
  text-decoration: none; }

.menu-EditMode .x-grid-row .x-grid-cell {
  background-color: transparent;
  border-color: transparent; }

.menu-EditMode .my-tree .x-grid-row-selected .x-grid-cell {
  background-color: #ff7f50 !important; }

.x-tree-view .x-grid-row-over {
  background-color: #EEE; }

.x-tree-view .x-grid-row-selected {
  background-color: #DFE8F6; }

.x-grid-row-before-focused .x-grid-td {
  border-bottom-style: none;
  border-top: 0 none !important;
  border-bottom: 0 none !important; }

.x-grid-no-row-lines .x-grid-row-focused .x-grid-cell-inner {
  padding-top: 3px; }

.x-grid-row-focused .x-grid-td {
  border-bottom-style: none;
  border-top: 1px;
  border-bottom: 0 none !important;
  border-bottom-width: 0;
  padding-bottom: 1px; }

