/* ICONS */
#OWEBAPP.Df_Flat_Desktop .RWRunReportButton .WebItm_Icon:before,{
  font-size: 22px;
  padding: 4px;
  content: "g";
}

/* SORT & ORDER */
#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderUp {
  margin-top: 30px;
}

#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderDown {
  margin-top: 4px;
}

#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderUp button:hover,
#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderUp button:focus,
#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderDown button:hover,
#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderDown button:focus{
  background-color: #005899;
  border-color: #005899;
}

#OWEBAPP.Df_Flat_Desktop .WebControl.WebButton.Web_Enabled.RWMoveSortOrderUp button,
#OWEBAPP.Df_Flat_Desktop .WebControl.WebButton.Web_Enabled.RWMoveSortOrderDown button {
  width: 40px;
  height: 40px;
  padding: 3px 0px 4px;
  border-radius: 3px;
}

#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderDown button:before,
#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderUp button:before {
  font-size: 17px;
  border: 1px solid transparent;
  box-shadow: 0 0 0 0 #FFFFFF inset;
  padding: 0;
  text-shadow: 0 0;
}

#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderUp button:before {
  content: "e";
}

#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderDown button:before {
  content: "f";
}

/* FONT LOADING */
#OWEBAPP.Df_Flat_Desktop .RWRunReportButton .WebItm_Icon:before,
#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderUp button:before,
#OWEBAPP.Df_Flat_Desktop .RWMoveSortOrderDown button:before{
  font-family: "dataflex-reports" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display:inline-block;
}