#orgAreaIndustryPopup .loading {
  width: 380px;
  height: 230px;
  line-height: 230px;
  vertical-align: middle;
  text-align: center;
}
#orgAreaIndustryPopup .ui-grid-contents-wrapper .ui-grid-render-container .ui-grid-cell-contents .ui-grid-header-cell-label,
#orgAreaIndustryPopup .ui-grid-tree-header-row {
  font-weight: normal !important;
}
#orgAreaIndustryPopup .ui-grid-cell-contents {
  padding: 3px 0 3px 12px !important;
}
#orgAreaIndustryPopup .ui-grid-header-cell-wrapper {
  /*margin: 5px 0px!important;*/
  border-bottom: 1px solid #e4e4e4 !important;
}
#orgAreaIndustryPopup .ui-grid-icon-plus-squared:before {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 12px;
}
#orgAreaIndustryPopup .ui-grid-icon-minus-squared:before {
  font-family: FontAwesome;
  content: "\f068";
  font-size: 12px;
}
#orgAreaIndustryPopup #areaORGGrid {
  border: 0 !important;
  border-top: 1px solid #d4d4d4;
}
#orgAreaIndustryPopup #areaORGGrid .text-align-left {
  text-align: left;
}
#orgAreaIndustryPopup #areaORGGrid .text-align-left-padding {
  text-align: left;
  padding-left: 30px;
}
#orgAreaIndustryPopup #areaORGGrid .ui-grid-row {
  line-height: 30px;
}
#orgAreaIndustryPopup #areaORGGrid .ui-grid-contents-wrapper .ui-grid-render-container .ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: white;
}
#orgAreaIndustryPopup #areaORGGrid .ui-grid {
  border: 0 !important;
}
#orgAreaIndustryPopup #areaORGGrid .ui-grid-header {
  border-bottom: 0;
}
#orgAreaIndustryPopup #areaORGGrid .ui-grid-cell {
  border-bottom: 0;
}
#orgAreaIndustryPopup #areaORGGrid .ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
  border-bottom: 0;
}
.popover-area-content {
  position: absolute;
  border: 1px solid #e4e4e4;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.349019607843137);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.349019607843137);
}
