/* -----------------------------------------------------------
Style Sheet for IAPro NextGen

version: 1.0
author: Norbertas Gaulia
email: papasound@gmail.com
description:

    This less file is meant to encapsulate our overwites into highest level css container.
    It's very good for few reasons:
      - More explicit declarations make sure that all styles will be working
      - IDE class autocompletions works as expected
      - Overwrite file does not include main big file so development time compilations are blazing fast

------------------------------------------------------------*/
#ia-body {
  /* -----------------------------------------------------------
Style Sheet for IAPro NextGen

version: 1.0
author: Norbertas Gaulia
email: papasound@gmail.com
description:

     This is main file to overwrite Syncfusion framework classes.

------------------------------------------------------------*/
  /* -----------------------------------------------------------

 ej FORMS

------------------------------------------------------------*/
  /* -----------------------------------------------------------

 ej MENU

------------------------------------------------------------*/
  /* -----------------------------------------------------------

 ej TAB

------------------------------------------------------------*/
  /* -----------------------------------------------------------

 ej SPLITTER

------------------------------------------------------------*/
  /* -----------------------------------------------------------

 ej GRID

------------------------------------------------------------*/
  /* -----------------------------------------------------------

   Report Grid

------------------------------------------------------------*/
  /* -----------------------------------------------------------

 ej SLIDER

------------------------------------------------------------*/
  /* -----------------------------------------------------------

 ej DIALOG

------------------------------------------------------------*/
  /* -----------------------------------------------------------

 ej TOOLBAR

------------------------------------------------------------*/
  /*  */
  /* -----------------------------------------------------------

 ej TREEVIEW

------------------------------------------------------------*/
  /* -----------------------------------------------------------

 ej ACCORDION

------------------------------------------------------------*/
  /* -----------------------------------------------------------

 ej CONTEXT MENU

------------------------------------------------------------*/
}
#ia-body .e-tab.e-js .e-header > .e-select,
#ia-body .e-tab.e-js .e-header > .e-active,
#ia-body .e-tab.e-js .e-left > .e-active,
#ia-body .e-tab.e-js .e-right > .e-active,
#ia-body .e-tab.e-js .e-left > .e-select,
#ia-body .e-tab.e-js .e-right > .e-select,
#ia-body .e-tab.e-js > .e-content,
#ia-body .e-dialog.e-widget-content {
  font-size: 12px;
}
#ia-body .e-tab.e-js .e-header > .e-active{
  font-weight: bold;
}
#ia-body .e-waitpopup-pane {
  background: lightgray;
  opacity: 0.2;
  z-index: 999999999 !important;
  top: 0 !important;
}
#ia-body .e-shadow {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
#ia-body .e-columnChooserSplitter {
  border: 1px solid #acacac;
}
#ia-body .e-datewidget {
  display: inline-block;
  overflow: visible;
  height: 24px;
  width: 100px;
  margin-right: -6px;
}
#ia-body .e-datewidget .e-select,
#ia-body .e-datewidget.e-rtl .e-select,
#ia-body .e-datewidget .e-disable.e-select:hover {
  background: #eaeaea;
  border-color: #eaeaea;
  color: #444444;
}
#ia-body .e-timewidget {
  display: inline-block;
  overflow: visible;
  height: 22px;
  width: 66px;
}
#ia-body .e-timewidget .e-padding {
  border: none;
  margin-bottom: -7px;
}
#ia-body .e-time-popup ul li {
  padding: 2px 2px 2px 0.3em;
}
#ia-body .e-timewidget .e-select,
#ia-body .e-timewidget.e-rtl .e-select,
#ia-body .e-timewidget .e-disable.e-select:hover {
  background: #eaeaea;
  border-color: #eaeaea;
  color: #444444;
}
#ia-body .e-disable {
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: 0 0px 1px 3px;
  border: none;
}
#ia-body .e-numeric,
#ia-body .e-percent,
#ia-body .e-currency,
#ia-body .e-mask {
  background-color: transparent;
  width: 100%;
  height: 22px;
}
#ia-body .e-numeric input,
#ia-body .e-percent input,
#ia-body .e-currency input,
#ia-body .e-mask input {
  border: none;
}
#ia-body .e-numeric .e-in-wrap,
#ia-body .e-percent .e-in-wrap,
#ia-body .e-currency .e-in-wrap,
#ia-body .e-mask .e-in-wrap {
  border-color: #abadb3;
}
#ia-body .e-numeric .e-padding,
#ia-body .e-percent .e-padding,
#ia-body .e-currency .e-padding {
  padding: 0 19px 0 0;
}
#ia-body .e-numeric .e-select,
#ia-body .e-percent .e-select,
#ia-body .e-currency .e-select,
#ia-body .e-mask .e-select {
  width: 17px;
}
#ia-body .e-datewidget .e-icon {
  font-size: 20px;
  height: 20px;
  background: #eaeaea;
}
#ia-body .e-datewidget .e-in-wrap {
  border-color: transparent;
  overflow: visible;
}
#ia-body .e-datepicker .e-header .e-next,
#ia-body .e-datepicker .e-header .e-prev {
  cursor: pointer;
  position: absolute;
  top: 2px;
}
#ia-body .e-datepicker table td.other-month,
#ia-body .e-datepicker .e-allyear-first,
#ia-body .e-datepicker .e-allyear-last,
#ia-body .e-datepicker .e-year-first,
#ia-body .e-datepicker .e-year-last {
  color: #999999;
}
#ia-body .e-datepicker table td.other-month:hover,
#ia-body .e-datepicker .e-allyear-first:hover,
#ia-body .e-datepicker .e-allyear-last:hover,
#ia-body .e-datepicker .e-year-first:hover,
#ia-body .e-datepicker .e-year-last:hover {
  color: #000000;
}
#ia-body .e-datepicker .e-header,
#ia-body .e-datetime-popup .e-timecontainer .e-header {
  font-size: 12px;
}
#ia-body .ej-btn {
  border: 1px solid #acacac;
  background: #eaeaea;
  height: 22px;
  min-width: 72px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  color: black;
  outline: none;
}
#ia-body .ej-btn-lg {
  height: 32px;
  line-height: 31px;
  min-width: 155px;
}
#ia-body .ej-btn-lg-block {
  height: 32px;
  line-height: 31px;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
#ia-body .ej-btn-xlg-block {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
#ia-body .ej-btn-md {
  height: 22px;
  line-height: 21px;
  min-width: 110px;
}
#ia-body .ej-btn-xs {
  height: 23px;
  line-height: 22px;
  width: 60px;
  margin-bottom: 4px;
}
#ia-body .ej-btn-modal {
  height: 32px;
  line-height: 31px;
  display: block;
  width: 100%;
}
#ia-body .ej-btn:focus,
#ia-body .ej-btn:active {
  outline: #acacac dotted 1px;
  color: black;
}
#ia-body .e-menu .e-list > a span.e-icon.e-arrows,
#ia-body .e-menu .e-list > span span.e-icon.e-arrows {
  margin: -2px 0px 0 0;
  font-size: 9px;
}
#ia-body .e-menu.e-horizontal .e-list:hover,
#ia-body .e-menu.e-vertical .e-list:hover,
#ia-body .e-menu.e-context .e-list:hover {
  background: transparent;
  border-color: transparent;
}
#ia-body .e-menu.e-horizontal .e-mhover,
#ia-body .e-menu.e-context .e-mhover,
#ia-body .e-menu.e-vertical .e-mhover,
#ia-body .e-menu.e-horizontal .e-mhover > a,
#ia-body .e-menu.e-horizontal .e-mhover > span,
#ia-body .e-menu.e-context .e-mhover > a,
#ia-body .e-menu.e-context .e-mhover > span,
#ia-body .e-menu.e-vertical .e-mhover > a,
#ia-body .e-menu.e-vertical .e-mhover > span,
#ia-body .e-menu.e-horizontal .e-mfocused,
#ia-body .e-menu.e-context .e-mfocused,
#ia-body .e-menu.e-vertical .e-mfocused,
#ia-body .e-menu.e-horizontal .e-mfocused > a,
#ia-body .e-menu.e-horizontal .e-mfocused > span,
#ia-body .e-menu.e-context .e-mfocused > a,
#ia-body .e-menu.e-context .e-mfocused > span,
#ia-body .e-menu.e-vertical .e-mfocused > a,
#ia-body .e-menu.e-vertical .e-mfocused > span,
#ia-body .e-menu-res-wrap .e-menu-res-in-wrap .e-icon.e-check-wrap:hover {
  background: transparent;
  border-color: transparent;
}
#ia-body .e-menu.e-horizontal .e-mhover.e-highlight {
  background: #d5d5d5;
}
#ia-body .e-tab .e-header li {
  border: 1px solid #d6d6d6;
  margin-bottom: -1px;
  background: #f0f0f0;
  border-right-color: #f6f6f6;
}
#ia-body .e-tab .e-header li:last-child {
  border-right-color: #d6d6d6;
}
#ia-body .e-tab .e-header li a {
  text-decoration: none;
  border-bottom-width: 0;
  padding: 2px 5px 4px 5px;
}
#ia-body .e-tab .e-header li a:focus,
#ia-body .e-tab .e-header li a:active {
  outline: 1px dotted;
}
#ia-body .e-tab .e-header li.e-active {
  border-bottom: none;
}
#ia-body .e-tab.e-js > .e-content {
  background: #f0f0f0;
  border: 1px solid #d6d6d6;
  padding: 11px 6px 0 6px;
  overflow: hidden;
}
#ia-body .e-tab .e-header.e-addborderbottom {
  border-bottom: 1px solid #d6d6d6;
}
#ia-body .e-splitter {
  border: none;
}
#ia-body .e-splitter .e-splitbar.e-h-bar {
  border-width: 0 1px 0 0;
}
#ia-body .e-splitter .e-splitbar {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  border-top-color: #a0a0a0;
}
#ia-body .e-menu.e-separator.e-horizontal > .e-list,
#ia-body .e-menu.e-separator.e-horizontal > .e-list:hover {
  min-width: 80px;
  border-right-color: #a0a0a0;
  margin: 3px 0px 1px 0;
}
#ia-body .e-menu.e-horizontal > .e-list > a,
#ia-body .e-menu.e-horizontal > .e-list > span {
  padding: 3px 8px 0px 8px;
  height: 100%;
  line-height: 13px;
  min-height: 16px;
}
#ia-body .e-menu.e-horizontal .e-list > ul {
  background: #f0f0f0;
  border-color: #979797;
}
#ia-body .e-menu.e-horizontal > .e-list > ul:after {
  border-color: #f0f0f0;
}
#ia-body .e-menu .e-list > a,
#ia-body .e-menu .e-list > span {
  font-size: 12px;
}
#ia-body .e-splitter .e-pane {
  overflow: hidden;
}
#ia-body .e-grid {
  border: 1px none;
  width: 100%;
}
#ia-body .e-grid .e-headercell,
#ia-body .e-grid .e-headercell-hover {
  height: 20px;
  padding: 0 4px;
}
#ia-body .e-grid .e-headercelldiv {
  border: 0 none;
  display: block;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
#ia-body .e-link:active,
#ia-body .e-link:focus {
  outline: none !important;
}
#ia-body .e-grid .e-headercelldiv .e-icon.e-ascending,
#ia-body .e-grid .e-headercelldiv .e-icon.e-descending,
#ia-body .e-grid .e-headercelldiv .e-icon.e-ascending::before,
#ia-body .e-grid .e-headercelldiv .e-icon.e-descending::before {
  display: none;
}
#ia-body .e-grid .e-togglegroup,
#ia-body .e-grid .e-toggleungroup {
  margin: -20px 0px -8px 0px;
  padding: 0;
}
#ia-body .e-grid .e-headercelldiv .e-icon {
  border: 1px solid #fcfcfc;
}
#ia-body .e-grid .e-gridheader .e-icon.e-descending,
#ia-body .e-grid .e-gridheader .e-icon.e-ascending {
  margin: -10px 2px -6px 5px;
  opacity: 0.8;
}
#ia-body .e-grid .e-headercelldiv .e-icon:hover {
  border: 1px solid #7eb4ea;
  background: #e8f2fc;
  color: #000000;
}
#ia-body .e-grid .e-headercelldiv .e-icon.e-toggleungroup {
  border: 1px solid #7eb4ea;
  color: #000000;
}
#ia-body .e-grid .e-rowcell {
  border-width: 0;
  padding: 2px 6px;
  line-height: 18px;
  font-weight: normal;
}
#ia-body .e-grid .e-gridheader {
  border-bottom: 1px solid #a0a0a0;
  border-top: none;
  border-right: 1px solid #a0a0a0;
}
#ia-body .e-grid .e-number {
  background-color: #BBBDC0;
}
#ia-body .e-grid td.e-active,
#ia-body .e-grid .e-form-titlebar {
  background: #3399ff;
  color: #ffffff;
}
#ia-body .e-grid td.e-active .ia-text-blueTeam {
  color: white;
}
#ia-body .e-grid td.e-active .ia-text-publicPortal {
    color: white;
}
#ia-body .e-rowcell img {
  max-width: 16px;
  max-height: 16px;
}
#ia-body .e-grid .e-headercell,
#ia-body .e-grid .e-grouptopleftcell {
  background: #fcfcfc none repeat scroll 0 0;
  border-left: 1px solid #a0a0a0;
  border-top: 1px solid #a0a0a0;
}
#ia-body .e-grid .e-gridcontent,
#ia-body .e-grid .e-form-container {
  background-color: #ffffff;
  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}
#ia-body .e-grid tr,
#ia-body .e-grid tr td {
  cursor: default;
}
#ia-body .ia-off-activity-grid.e-grid .e-headercell,
#ia-body .ia-off-activity-grid.e-grid .e-grouptopleftcell {
  background: #00009f none repeat scroll 0 0;
  border-left: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  color: white;
}
#ia-body .ia-off-activity-grid.e-grid .e-gridcontent,
#ia-body .ia-off-activity-grid.e-grid .e-form-container {
  background-color: #808080;
  border-left: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  color: black;
}
#ia-body .ia-off-activity-grid.e-grid .e-gridcontent table.e-table {
  background-color: #f2f2f2;
}
#ia-body .ia-off-activity-grid.e-grid .e-gridcontent table.e-table .e-disable {
  opacity: 1;
  color: black;
  background: transparent;
  border: none;
}
#ia-body .ia-off-activity-grid.e-grid .e-editcell,
#ia-body .ia-off-activity-grid.e-grid .e-form-container,
#ia-body .ia-off-activity-grid.e-grid .e-externalformedit,
#ia-body .ia-off-activity-grid.e-grid .e-tabletd,
#ia-body .ia-off-activity-grid.e-grid .e-rowcell {
  border-color: #c0c0c0;
  border-left-width: 1px;
  border-bottom-width: 1px;
}
#ia-body .ia-off-activity-grid.e-grid td.e-active,
#ia-body .ia-off-activity-grid.e-grid .e-form-titlebar {
  background: white;
  color: black;
  border-style: dotted;
}
#ia-body .e-grid .e-headercell:before {
  display: block;
  background: transparent;
  width: 5px;
  height: 22px;
  content: '';
  position: relative;
  /* right: 10px; */
  /* top: 10px; */
  margin: -3px -5px -23px -24px;
  float: right;
  cursor: col-resize;
}
#ia-body .ia-report-grid .e-grid .e-headercell,
#ia-body .ia-report-grid .e-grid .e-grouptopleftcell {
  background: #4b88ba none repeat scroll 0 0;
  border-left: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  padding: 0px;
}
#ia-body .ia-report-grid .e-grid .e-grouptopleftcell {
  border: none;
}
#ia-body .ia-report-grid .e-stackedHeaderRow th {
  border-bottom: 1px solid white !important;
}
#ia-body .ia-report-grid .e-grid .e-headercell:first-child {
  border-left: none;
}
#ia-body .ia-report-grid .e-grid .e-headercelldiv {
  font-size: 13px;
  color: white;
  padding: 3px 0 1px 6px;
}
#ia-body .ia-report-grid .e-grid .e-headercell:first-child .e-headercelldiv {
  padding: 3px 0 1px 12px;
}
#ia-body .ia-report-grid .e-grid .e-gridheader {
  border-left: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
#ia-body .ia-report-grid .e-grid .e-gridcontent,
#ia-body .ia-report-grid .e-grid .e-form-container {
  border-left: 1px solid lightgrey;
  border-right: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
#ia-body .ia-report-grid .e-grid .e-summaryrow {
  background: transparent;
}
#ia-body .ia-report-grid .e-grid .e-gridsummary.e-groupsummary .e-summaryrow,
#ia-body .ia-report-grid .e-grid .e-gridsummary.e-groupsummary .e-indentcell {
  background: rgba(0, 0, 0, 0) linear-gradient(#f4f4f4, #e9e9e9);
  color: #e94649;
}
#ia-body .ia-report-grid .e-grid .e-rowcell {
  border-width: 1px 0 0 1px;
  padding: 8px 4px;
  line-height: 14px;
  font-size: 12px;
  color: #000;
  white-space: normal;
  width: auto;
  vertical-align: middle;
}
#ia-body .ia-report-grid .e-grid td.e-active,
#ia-body .ia-report-grid .e-grid .e-form-titlebar {
  background: transparent;
  color: #000;
}
#ia-body .ia-report-grid .e-grid .e-stackedHeaderCell {
  font-size: 16px;
  color: white;
  padding: 0px 12px 1px 12px;
  height: 42px;
}
#ia-body .ia-report-grid .ia-report-outer {
  background-color: transparent;
  position: relative;
  border: 1px solid transparent;
  margin: 0 auto;
  padding: 10px;
  width: 85%;
}
#ia-body .ia-report-grid .ia-report-viewPort {
  border: 0px none #000000;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 1px 2px 0px;
  box-sizing: content-box;
  color: #333333;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: normal;
  position: absolute;
  text-align: left;
  text-shadow: none;
  text-size-adjust: 100%;
  user-select: none;
  visibility: visible;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: white;
  padding: 0px 0px 40px;
  min-height: 640px;
}
#ia-body .ia-report-grid .ia-report-heading {
  font-size: 24px;
  font-style: normal;
  color: black;
}
#ia-body .ia-report-grid .ia-report-description {
  font-size: 13px;
  color: black;
}
#ia-body .ia-report-grid .ia-report-hr {
  height: 16px;
  border-bottom: 1px solid lightgrey;
  margin: 1px 43px 0 43px;
}
#ia-body .ia-report-grid .ia-report-padding {
  padding: 0 43px 0 43px;
}
#ia-body .ia-report-grid .e-groupcaption {
  font-size: 13px;
  font-weight: 400;
  height: 42px;
}
#ia-body .ia-report-grid .e-grid .e-groupcaption,
#ia-body .ia-report-grid .e-grid .e-groupcaptionsummary,
#ia-body .ia-report-grid .e-grid .e-indentcell,
#ia-body .ia-report-grid .e-grid .e-recordpluscollapse,
#ia-body .ia-report-grid .e-grid .e-recordplusexpand {
  background: #f1f1f1;
}
#ia-body .ia-report-grid .e-grid .e-headercelldiv .e-icon.e-ascending,
#ia-body .ia-report-grid .e-grid .e-headercelldiv .e-icon.e-descending,
#ia-body .ia-report-grid .e-grid .e-headercelldiv .e-icon.e-ascending::before,
#ia-body .ia-report-grid .e-grid .e-headercelldiv .e-icon.e-descending::before {
  display: block;
  border: none;
  color: white;
  float: right;
  margin: 2px 2px -15px -15px;
  font-size: 13px;
}
#ia-body .ia-report-grid .e-grid .e-headercelldiv .e-icon:hover {
  background: transparent;
}
#ia-body .e-slider .e-handle.e-select {
  background: #f0f0f0;
  border-color: #a0a0a0;
}
#ia-body .e-slider .e-handle.e-focus {
  box-shadow: none;
}
#ia-body .e-dialog-icon.e-icon {
  background: #c75050;
  border: none;
  color: white;
  filter: none;
  width: 45px;
  height: 20px;
}
#ia-body .e-dialog .e-draggable {
  cursor: default;
}
#ia-body .e-dialog-icon.e-icon > div {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 17px;
  padding: 2px 0 0 0;
}
#ia-body .e-dialog-icon:before {
  font-size: 13px;
  margin-top: 3px;
  color: white;
}
#ia-body .e-dialog-icon.e-btn.e-select .e-icon {
  color: white;
  padding: 0px;
}
#ia-body .e-btn.e-select,
#ia-body .e-btn.e-select,
#ia-body .e-btn.e-tbtn.e-select,
#ia-body .e-btn.e-split-btn.e-select {
  border: none;
}
#ia-body .e-dialog .e-dialog-icon {
  padding: 0px;
  right: 0px;
  top: -3px;
  width: 45px;
  height: 20px;
}
#ia-body .e-dialog-icon .e-icon::before {
  width: 45px;
  height: 20px;
  font-size: 12px;
}
#ia-body .e-dialog > .e-titlebar {
  padding: 3px 6px 6px 6px;
}
#ia-body .e-dialog .e-widget-content {
  padding: 0 6px 6px 6px;
  width: 100%;
}
#ia-body .e-dialog.e-dialog-wrap {
  background: #fbfbfb;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#ia-body .e-overlay {
  background-color: black;
  opacity: 0.04;
  cursor: not-allowed;
}
#ia-body .e-dialog > .e-header {
  color: #282828;
  font-size: 15px;
  border: 1px solid #c0c0c0;
  background: #fbfbfb;
  border-bottom: none;
  line-height: 20px;
  text-align: center;
}
#ia-body .e-dialog .e-dialog-icon .e-icon::before {
  color: white;
}
#ia-body .e-dialog .e-dialog-icon:hover .e-icon::before {
  color: white;
}
#ia-body .e-dialog .e-dialog-icon:hover {
  background: #e04343;
  border: none;
  border-image: initial;
  color: white;
}
#ia-body .e-dialog.e-widget-content {
  background: #fbfbfb;
}
#ia-body .ej-modal-content {
  border: 1px solid #d6d6d6;
  color: #000000;
  background-color: #f0f0f0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
#ia-body .ej-modal-content .e-splitter .e-pane {
  overflow: hidden;
  background-color: transparent;
}
#ia-body .ej-modal-padding-small {
  padding: 10px 6px 8px;
}
#ia-body .e-dialog > .e-dialog-scroller {
  border: 1px solid #c0c0c0;
  border-top: none;
  overflow: hidden;
}
#ia-body .e-uploadbox.e-widget .e-selectpart.e-select,
#ia-body .e-uploadbox.e-widget .e-selectpart.e-select:hover {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 0 6px 0 0;
  border-radius: 0;
}
#ia-body .e-uploadbox .e-ul > li {
  height: 40px;
}
#ia-body .e-uploadbox .e-file-list {
  height: 38px;
}
#ia-body .e-rte-wrapper {
  border: none;
}
#ia-body .e-toolbar > .e-horizontal.e-ul {
  margin-bottom: 0px;
  margin-top: 0px;
}
#ia-body .e-rte-toolbar-icon,
#ia-body .e-background-color,
#ia-body .e-font,
#ia-body .e-rte-footericon,
#ia-body .e-rte-footer .e-resize-handle {
  font-size: 14px;
}
#ia-body .e-rte-toolbar-icon:before {
  margin-top: 4px;
}
#ia-body .e-rte .e-background-color,
#ia-body .e-rteItem-backgroundColor .e-background-color,
#ia-body .e-rte .e-font,
#ia-body .e-rteItem-fontColor .e-font,
#ia-body .e-rte-toolbar-icon {
  display: block;
  height: 18px;
  width: 18px;
}
#ia-body .e-rte .e-toolbar .e-rte-format,
#ia-body .e-rte .e-toolbar .e-rte-fontgroup,
#ia-body .e-rte .e-toolbar .e-rte-lists {
  margin-top: 0;
}
#ia-body .e-rte.e-rte-wrapper .e-horizontal {
  margin-bottom: 0px;
  margin-top: 0px;
}
#ia-body .e-toolbar > .e-horizontal .e-hover,
#ia-body .e-toolbar > .e-vertical > .e-hover {
  background: transparent;
  color: #000000;
  border-color: transparent;
}
#ia-body .e-ddl .e-select:hover,
#ia-body .e-ddl.e-rtl .e-select:hover {
  background: transparent;
}
#ia-body .e-rte .e-tooltxt .e-btn.e-ntouch.e-select:hover {
  background: transparent;
}
#ia-body .e-btn.e-ntouch.e-select:hover {
  border-color: #acacac;
}
#ia-body .e-ddl-popup .e-hover {
  background: transparent;
}
#ia-body .e-ddl-popup .e-active {
  background: #3399ff;
  color: white;
}
#ia-body .e-scrollbar .e-vhandle:hover,
#ia-body .e-scrollbar .e-hhandle:hover {
  background-color: #e8e8e8;
  cursor: default;
  border-color: #d4d4d4;
}
#ia-body .e-toolbar {
  color: #000000;
}
#ia-body .e-rte .e-rte-htmltaginfo,
#ia-body .e-rte .e-rte-wordcount,
#ia-body .e-rte .e-rte-charcount {
  font-size: 12px;
}
#ia-body .e-rte .e-rte-htmltaginfo {
  margin-bottom: 8px;
}
#ia-body .e-treeview {
  margin-left: 10px;
  padding: 5px;
}
#ia-body .e-treeview .e-item {
  margin: 0;
  padding: 0px 0px 2px 3px;
}
#ia-body .e-treeview-wrap .e-icon.e-minus:before {
  content: "";
  font-size: 8px;
  height: 18px;
  width: 18px;
  background: url('../../../icons/iaIcons/treeMinusAngle.png') top left no-repeat;
  margin: -8px 0 0 8px;
}
#ia-body .e-treeview-wrap .e-icon.e-plus:before {
  content: "";
  font-size: 8px;
  height: 9px;
  width: 15px;
  margin: 0 0 0 8px;
  background: url('../../../icons/iaIcons/treePlus.png') top left no-repeat;
}
#ia-body .e-treeview-wrap .e-item div > .e-chkbox-wrap {
  margin-right: -3px;
  margin-top: -1px;
}
#ia-body .e-treeview .e-plus,
#ia-body .e-treeview .e-minus,
#ia-body .e-treeview .e-icon.e-load {
  width: 2px;
}
#ia-body .e-treeview-ul .e-item .e-item {
  background: url('../../../icons/iaIcons/treeLine.png') center left no-repeat;
}
#ia-body .e-treeview-ul .e-item .e-item.e-collapse {
  background: none;
}
#ia-body .e-treeview-ul .e-item.e-collapse li.last {
  background: url('../../../icons/iaIcons/treeAngle.png') center left no-repeat;
  margin-left: -1px;
}
#ia-body .e-treeview-ul .e-item.e-collapse li.last.e-collapse {
  background: none;
  margin-left: -1px;
  border-left: 1px solid white;
}
#ia-body .e-treeview .e-treeview-ul {
  margin-left: 12px;
  border-left: 1px dotted #6d6d6d;
  padding-left: 0px;
}
#ia-body .e-treeview .e-text {
  padding: 0px 1px 0px 2px;
  font-size: 12px;
  min-height: 0;
  border: none;
  margin-left: 2px;
}
#ia-body .e-treeview .e-text.e-active {
  background-color: transparent;
}
#ia-body .e-treeview .e-text span {
  padding: 0px 1px 1px 2px;
  margin: 0 0 0 1px;
  border: 1px solid transparent;
}
#ia-body .e-treeview .e-text.e-active span {
  color: white;
  background-color: #3399ff;
  border: 1px dotted #cc6600;
}
#ia-body .e-treeview .e-node-hover,
#ia-body .e-treeview .e-node-focus {
  background: inherit;
  color: inherit;
  border: none;
  border-image: initial;
  cursor: pointer;
}
#ia-body .e-treeview-wrap .e-item div > a > span,
#ia-body .e-treeview-wrap .e-item div > a > img {
  margin-right: 0px;
  margin-left: 2px;
}
#ia-body .e-treeview .e-collapse .e-item.last.e-collapse .e-text {
  padding: 0px 1px 0px 1px;
}
#ia-body .e-chkbox-wrap .e-chkbox-small > span {
  height: 9px;
  width: 9px;
  top: 3px;
}
#ia-body .e-chkbox-wrap div > span,
#ia-body .e-radiobtn-wrap > span {
  border: 2px solid;
}
#ia-body .e-chkbox-wrap div > span {
  border-color: #808080;
}
#ia-body .e-chkbox-wrap div > span.e-chk-act {
  border-color: #808080;
}
#ia-body .e-chkbox-wrap .e-chk-image.e-stop,
#ia-body .e-chkbox-wrap .e-chk-image.e-checkmark {
  color: #444444;
}
#ia-body .e-chkbox-wrap .e-chkbox-small .e-stop,
#ia-body .e-chkbox-wrap .e-chkbox-small .e-checkmark {
  font-size: 9px;
  line-height: 9px;
}
#ia-body .e-chkbox-wrap .e-chk-image.e-checkmark:before {
  text-indent: 0;
}
#ia-body .e-chkbox-wrap .e-chkbox-small .e-chk-image.e-stop:before {
  text-indent: 0;
}
#ia-body .e-chkbox-wrap div > span.e-chk-act,
#ia-body .e-chkbox-wrap div > span:hover {
  border-color: #808080;
}
#ia-body #ia-sidebar-accordion.e-acrdn .e-select .e-icon {
  display: none;
}
#ia-body #ia-sidebar-accordion.e-acrdn .e-select {
  font-size: 12px;
  line-height: 14px;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 3px;
}
#ia-body #ia-sidebar-accordion.e-acrdn h3.e-active {
  border-top: 1px solid #a0a0a0 !important;
}
#ia-body .e-acrdn > .e-select {
  padding: 4px 0 3px 0;
}
#ia-body .e-acrdn .e-select.e-active,
#ia-body .e-acrdn .e-disable.e-active.e-select:hover a,
#ia-body .e-acrdn .e-disable.e-active.e-select:hover,
#ia-body .e-acrdn .e-select:hover,
#ia-body .e-acrdn .e-select.e-active {
  background: #ececec;
}
#ia-body .e-acrdn > .e-content {
  font-size: 12px;
}
#ia-body .e-menu.e-context {
  box-shadow: 2px 2px 4px #8e8e8e;
  padding: 5px 1px 0px 2px;
}
#ia-body .e-menu.e-context.custom-context-menu .e-list > ul .e-list,
#ia-body .e-menu.e-context.custom-context-menu .e-list {
  line-height: 19px;
  margin: -2px 0 1px 0px;
  padding: 0 0 0 26px;
  border: 1px solid transparent;
}
#ia-body .e-menu.e-context,
#ia-body .e-menu.e-context .e-list > ul {
  background: #f0f0f0 none repeat scroll 0 0;
  border-color: #979797;
}
#ia-body .e-menu.e-context .e-list:hover {
  background: #d1e2f2 none repeat scroll 0 0;
  border: 1px solid #78aee5;
  color: #000000;
}
#ia-body .e-menu.e-context .e-list:hover a {
  color: #000000;
  background: #d1e2f2 none repeat scroll 0 0;
}
#ia-body .e-menu.e-context.custom-context-menu .e-list > a,
#ia-body .e-menu.e-context.custom-context-menu .e-list > span {
  color: #000000;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0px 51px 1px 4px;
  border-left: 1px solid #d7d7d7;
}
#ia-body .e-menu.e-context .e-list.ia-menu-splitter,
#ia-body .e-menu.e-context .e-list.ia-menu-splitter > ul .e-list {
  line-height: 0;
  height: 5px;
  padding: 0px 0 0px 0;
  overflow: hidden;
  display: block;
  margin: -2px 0 0px 0;
}
#ia-body .e-menu.e-context .e-list.ia-menu-splitter > a,
#ia-body .e-menu.e-context .e-list.ia-menu-splitter > span {
  border-top: 1px solid #d7d7d7;
  line-height: 0;
  height: 0px;
  display: block;
  margin: 0 0 0 26px;
  padding: 0;
  overflow: hidden;
  color: transparent;
  background: transparent;
  opacity: 1;
}
#ia-body .e-menu.e-context .e-list.ia-menu-splitter:hover {
  background: transparent;
  border-color: transparent;
  color: transparent;
}
#ia-body .e-menu.e-context .e-list.ia-menu-splitter:hover a {
  color: transparent;
  background: transparent;
}
#ia-body .e-menu.e-context .e-list.disabled:hover,
#ia-body .e-menu.e-context .e-list.disabled > a,
#ia-body .e-menu.e-context .e-list.disabled > span {
  color: #6d6d6d;
  background-color: #f0f0f0;
}
#ia-body .e-menu.e-horizontal > .e-list.e-active > span.e-menu-arrow {
  display: none;
}
