.redIcon{
    color: red !important;
  }
.yellowIcon{
  color: yellow !important;
}
.whiteIcon{
  color: white !important;
}
.blueIcon{
  color: #468FD3 !important;
}
.greenIcon{
  color: #98FB98 !important;
}
.ocraIcon{
  color: #e2c239 !important;
}
.orangeIcon{
  color: orange !important;
}
.blackIcon{
  color: black !important;
}
.smallIcon{
  font-size: 16px !important;
}
.focusedNodeColor{
  background-color: #ffff59 !important;
  border: 1px solid grey !important;
}
.searchedNodeColor{
  background-color: #ffff00 !important;
}
.defaultNodeColor{
  background-color: white !important;
}

.x-form-trigger-default{
  border-bottom: none !important;
}
.button-text .x-btn-inner-default-toolbar-small {
  color: #468FD3 !important;
}
.button-toolbar-black-text .x-btn-inner-default-toolbar-small {
  color: #468FD3 !important;
}
.button-black-text .x-btn-inner-default-small {
  color: black !important;
}
.button-blue-text .x-btn-inner-default-small {
  color:  #468FD3 !important;
}



.partialCheckboxIcon{
	 color: #607D8B !important;

}

.filteredColumn{
  color: black !important;
  font-weight: bold !important;
  font-style: italic !important;
}

.x-mask-msg-text {
    padding: 60px 0 0 !important;
    background-image: url(../../../resources/desktop/spinner.gif) !important;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 50px;
}

.x-mask-msg {
    padding: 10px;
    background: transparent !important;
}
