a.disabled {
  cursor: default;
  color: #bbbdbf;
}
a.disabled:hover {
  color: #bbbdbf;
}
a.inline-text-link {
  text-decoration: underline;
}

.check-field.react-check-field input[type="checkbox"][disabled] + span {
  opacity: 0.4;
}
.check-field.react-check-field input[type="checkbox"]:not([disabled]) + span {
  cursor: pointer;
}
.check-field.react-check-field input[type="checkbox"] + span {
  font-family: 'icomoon-matrix';
  position: relative;
  top: 0.1rem;
}
.check-field.react-check-field input[type="checkbox"] + span:before {
  content: ' \e60e';
}
.check-field.react-check-field input[type="checkbox"]:focus + span {
  outline: solid 1px #80bcff;
  box-shadow: 0 0 1px 0.15rem #80bcff;
}
.check-field.react-check-field input[type="checkbox"]:not([disabled]):hover + span {
  color: #1464bb;
}
.check-field.react-check-field input[type="checkbox"]:checked + span {
  color: #123044;
}
.check-field.react-check-field input[type="checkbox"]:checked + span:before {
  content: '\e656';
}
.check-field.react-check-field input[type="checkbox"].indeterminate + span:before {
  content: '\f147';
}
.check-field.react-check-field.spr-check-field-type-checkbox-attention input[type="checkbox"]:checked + span {
  color: #A85200;
}
.check-field.react-check-field.spr-check-field-type-radio input[type="checkbox"] + span {
  top: unset;
  font-size: 1.2em;
  font-family: 'FontAwesome';
}
.check-field.react-check-field.spr-check-field-type-radio input[type="checkbox"] + span:before {
  content: '\f10c';
  color: #5e5f61;
}
.check-field.react-check-field.spr-check-field-type-radio input[type="checkbox"]:checked + span:before {
  color: #A85200;
  content: '\f058';
}
.check-field.react-check-field.spr-check-field-type-radio input[type="checkbox"]:focus + span {
  border-radius: 5px;
}

.box-model-fix {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.transition {
  transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
}
.dropdown-shadow {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
}
.minimal-shadow {
  -webkit-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 7px 1px rgba(0, 0, 0, 0.2);
}
.section-body-shadow {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.section-header-boxed-shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.section-header-boxed-shadow-subdued {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.background-header-gradation {
  background: linear-gradient(to left, #3f5978 0%, #123044 100%);
}
@keyframes fade-in-menu {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.spr-context-menu-container {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  overflow-y: overlay;
  animation: fade-in-menu ease-out 200ms;
}
.spr-context-menu {
  background-color: #d0d2d3;
  font-family: "museo-sans", arial, sans-serif;
  min-width: 14em;
  white-space: nowrap;
}
.spr-context-menu:not(.spr-context-menu-container *) {
  -webkit-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 14px 1px rgba(0, 0, 0, 0.3);
}
.spr-context-menu-container:focus {
  outline: none;
}
.spr-context-menu.spr-context-menu-no-icon-gutter {
  animation: fade-in-menu ease-out 200ms;
}
.spr-context-menu.spr-context-menu-no-icon-gutter .spr-context-menu-item .spr-context-menu-ico-gutter {
  display: none;
}
.spr-context-menu.spr-context-menu-no-icon-gutter .spr-context-menu-item {
  padding-left: 0.75rem;
}
.spr-context-menu-item {
  display: flex;
  align-items: center;
  min-height: 3rem;
  font-weight: 900;
  color: #123044;
  border-bottom: #c6c8c9 1px solid;
  cursor: pointer;
}
.spr-context-menu-item:hover {
  background-color: #dddfdf;
  color: #1464bb;
}
.spr-context-menu-item[disabled],
.spr-context-menu-item[disabled]:hover {
  background-color: #c5c8c9;
  color: rgba(94, 95, 97, 0.5);
  cursor: default;
}
.spr-context-menu-item[disabled] .spr-context-menu-ico {
  color: rgba(94, 95, 97, 0.5);
}
.spr-context-menu-item:focus {
  outline-width: 2px;
  outline-offset: -2px;
}
.spr-context-menu-item .spr-context-menu-ico {
  color: #1464bb;
}
.spr-context-menu-item .spr-context-menu-ico-gutter {
  display: flex;
  width: 3.2rem;
  flex-shrink: 0;
  justify-content: space-around;
}
.spr-context-menu-item .spr-context-menu-text {
  flex-grow: 1;
  flex-shrink: 0;
  padding-right: 1rem;
}
.spr-context-menu-item .spr-context-menu-submenu-gutter {
  display: flex;
  width: 2rem;
  flex-shrink: 0;
  justify-content: space-around;
}
.spr-context-menu-header {
  text-transform: uppercase;
  padding: 0.5rem 0 0.5rem 1rem;
  background-color: #b9bbbd;
  color: #5e5f61;
}

.flash-element:before {
  animation-name: flashElement;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.flash-element > div {
  z-index: 2;
}
@keyframes flashElement {
  0%,
  100% {
    background-color: transparent;
  }
  40% {
    background-color: #FFA400;
  }
}

.matrix-popper {
  padding: 1.5rem;
  filter: drop-shadow(0 1rem 5rem rgba(0, 0, 0, 0.3));
  z-index: 999;
}
.matrix-popper:before {
  position: absolute;
  border-style: solid;
  content: " ";
  z-index: -1;
}
.matrix-popper:after {
  position: absolute;
  border-style: solid;
  content: " ";
}
.matrix-popper[data-placement^="left"]:before {
  border-width: 1.7rem 0 1.7rem 1.7rem;
  border-color: transparent transparent transparent #d0d2d3;
  right: -0.1rem;
}
.matrix-popper[data-placement^="left"]:after {
  border-width: 1.7rem 0 1.7rem 1.7rem;
  border-color: transparent transparent transparent #fff;
  right: 0.05rem;
}
.background-gray.matrix-popper[data-placement^="left"]:after {
  border-color: transparent transparent transparent #e6e7e8;
}
.matrix-popper[data-placement^="right"]:before {
  border-width: 1.7rem 1.7rem 1.7rem 0;
  border-color: transparent #d0d2d3 transparent transparent;
  left: 0;
}
.matrix-popper[data-placement^="right"]:after {
  border-width: 1.7rem 1.7rem 1.7rem 0;
  border-color: transparent #fff transparent transparent;
  left: 0.15rem;
}
.background-gray.matrix-popper[data-placement^="right"]:after {
  border-color: transparent #e6e7e8 transparent transparent;
}
.matrix-popper[data-placement^="top"]:before {
  border-width: 1.7rem 1.7rem 0 1.7rem;
  border-color: #d0d2d3 transparent transparent transparent;
  bottom: -0.1rem;
}
.matrix-popper[data-placement^="top"]:after {
  border-width: 1.7rem 1.7rem 0 1.7rem;
  border-color: #fff transparent transparent transparent;
  bottom: 0.05rem;
}
.background-gray.matrix-popper[data-placement^="top"]:after {
  border-color: #e6e7e8 transparent transparent transparent;
}
.matrix-popper[data-placement^="bottom"]:before {
  border-width: 0 1.7rem 1.7rem 1.7rem;
  border-color: transparent transparent #d0d2d3 transparent;
  top: -0.1rem;
}
.matrix-popper[data-placement^="bottom"]:after {
  border-width: 0 1.7rem 1.7rem 1.7rem;
  border-color: transparent transparent #fff transparent;
  top: 0.05rem;
}
.background-gray.matrix-popper[data-placement^="bottom"]:after {
  border-color: transparent transparent #e6e7e8 transparent;
}
.matrix-popper[data-placement="left"]:before,
.matrix-popper[data-placement="right"]:before {
  top: 50%;
  transform: translateY(-50%);
}
.matrix-popper[data-placement="left"]:after,
.matrix-popper[data-placement="right"]:after {
  top: 50%;
  transform: translateY(-50%);
}
.matrix-popper[data-placement="left-start"],
.matrix-popper[data-placement="right-start"] {
  margin-top: -3.5rem;
}
.matrix-popper[data-placement="left-start"]:before,
.matrix-popper[data-placement="right-start"]:before {
  top: 2.3rem;
}
.matrix-popper[data-placement="left-start"]:after,
.matrix-popper[data-placement="right-start"]:after {
  top: 2.3rem;
}
.matrix-popper[data-placement="left-end"],
.matrix-popper[data-placement="right-end"] {
  margin-bottom: -3.5rem;
}
.matrix-popper[data-placement="left-end"]:before,
.matrix-popper[data-placement="right-end"]:before {
  bottom: 2.3rem;
}
.matrix-popper[data-placement="left-end"]:after,
.matrix-popper[data-placement="right-end"]:after {
  bottom: 2.3rem;
}
.matrix-popper[data-placement="top"]:before,
.matrix-popper[data-placement="bottom"]:before {
  left: 50%;
  transform: translateX(-50%);
}
.matrix-popper[data-placement="top"]:after,
.matrix-popper[data-placement="bottom"]:after {
  left: 50%;
  transform: translateX(-50%);
}
.matrix-popper[data-placement="bottom-start"]:before,
.matrix-popper[data-placement="top-start"]:before {
  left: 2.3rem;
}
.matrix-popper[data-placement="bottom-start"]:after,
.matrix-popper[data-placement="top-start"]:after {
  left: 2.3rem;
}
.matrix-popper[data-placement="bottom-end"]:before,
.matrix-popper[data-placement="top-end"]:before {
  right: 2.3rem;
}
.matrix-popper[data-placement="bottom-end"]:after,
.matrix-popper[data-placement="top-end"]:after {
  right: 2.3rem;
}
.matrix-popper.background-gray .matrix-popper-content {
  background-color: #e6e7e8;
}
.matrix-popper .matrix-popper-content {
  background-color: white;
  color: #5e5f61;
  border: solid 1px #d0d2d3;
}
.matrix-popper .matrix-popper-loading {
  position: relative;
  min-height: 5rem;
  min-width: 5rem;
}

.radio-field + .radio-field {
  padding-left: 1rem;
}

.popper-2-background-white {
  background-color: white;
}
.matrix-popper-2-loading {
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
  min-width: 5rem;
  min-height: 5rem;
}
.matrix-popper-2-error {
  display: flex;
  flex-flow: column nowrap;
  padding: 1rem;
  min-width: 5rem;
  min-height: 5rem;
  color: red;
}

.heading-h1 {
  font-weight: 300;
  font-size: 2.1em;
  color: #123044;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.heading-h2 {
  font-weight: 700;
  font-size: 1.5em;
  color: #123044;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.heading-h3 {
  font-weight: 700;
  font-size: 1.35rem;
  color: #123044;
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}
.heading-h4 {
  font-size: 1rem;
  font-weight: 900;
  color: #123044;
  margin: 0;
  padding: 0;
}
.heading-h5 {
  font-size: 0.9rem;
  font-weight: 700;
  color: #5e5f61;
  margin: 0;
  padding: 0;
}
.heading-h6 {
  font-size: 0.9rem;
  font-weight: 300;
  color: #5e5f61;
  margin: 0;
  padding: 0;
}
.heading-light-h2 {
  color: #5e5f61;
  font-weight: 500;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
.heading-light-h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #5e5f61;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .heading-light-h3 {
    font-size: 1.35rem;
  }
}

.grid-table {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.grid-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background-color: #f4f5f6;
  mix-blend-mode: multiply;
  border-top: 1px solid #dee0e1;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  overflow-x: hidden;
}
.grid-header.grid-header-simple {
  background-color: transparent;
  border-top: none;
  box-shadow: none;
  border-bottom: 1px solid #d0d2d3;
}
.grid-header.grid-header-simple.grid-header-no-divider {
  border-bottom: none;
}
.grid-header.grid-header-simple.grid-header-no-divider .non-sort-header:last-child {
  padding-bottom: 0;
}
.grid-header.grid-header-simple.grid-header-no-divider .sort-header:last-child {
  padding-bottom: 0;
}
.grid-headericon {
  color: #a6a8ab;
}
.grid-headericon .path1 {
  color: #a6a8ab;
}
.grid-headericon .path2 {
  color: #a6a8ab;
}
.grid-headericon .path3 {
  color: #a6a8ab;
}
.grid-headericon .path4 {
  color: #a6a8ab;
}
.grid-header-sort-hover:hover {
  color: #276995;
}
.grid-header-sort-hover:hover .path1 {
  color: #276995;
}
.grid-header-sort-hover:hover .path2 {
  color: #276995;
}
.grid-header-sort-hover:hover .path3 {
  color: #276995;
}
.grid-header-sort-hover:hover .path4 {
  color: #276995;
}
.grid-header .sort-header,
.grid-header .non-sort-header {
  font-size: 1rem;
  font-weight: 900;
  color: #123044;
  line-height: 1.1em;
}
.grid-primary-action {
  font-size: 1rem;
  font-weight: 900;
  color: #123044;
  line-height: 1.1em;
}
.sort-header .sort-ind-asc.sort-ind-less-padding:after {
  margin-left: 0.1em;
}
.sort-header .sort-ind-desc.sort-ind-less-padding:after {
  margin-left: 0.1em;
}
.grid-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto;
  position: relative;
  scroll-behavior: auto;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  /* The last drag drop context should take up any remaining vertical space within the grid.
     This ensures that when a row is dragged far below the last grid row (but still within the grid)
     that the row being dragged will be dropped on the drag drop context.
  */
}
.grid-body.grid-body-simple {
  box-shadow: none;
}
.grid-body .grid-drag-drop-context:last-of-type {
  flex-grow: 1;
}
.grid-drag-drop-context {
  display: flex;
  flex-direction: column;
}
.grid-drag-drop-context :first-child {
  flex-grow: 1;
}
.grid-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.grid-footer .pager {
  grid-column-start: 2;
  justify-self: end;
}
.grid-footer .pager .page-button:not(:last-child) {
  margin-right: 3px;
}
.grid-row {
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  min-height: 41px;
  min-width: 100%;
  align-items: center;
  border-bottom: 1px solid #e8e8e7;
}
.grid-row:hover {
  background-color: #e7eff7;
}
.grid-row:hover .menu-cell-menu {
  opacity: 1;
  width: 2.5rem;
}
.grid-row:focus-within .menu-cell-menu {
  opacity: 1;
  width: 2.5rem;
}
.grid-row.grid-row-auto-height {
  min-height: 0px;
}
.grid-row.grid-row-simple {
  min-height: 0px;
  border-bottom: none;
}
.grid-row.grid-row-simple:hover {
  background-color: transparent;
}
.grid-row.grid-row-simple-tight .grid-cell {
  padding: 0.25em 1rem;
}
.grid-row.grid-row-expanded {
  background-color: #d8e5f2;
}
.grid-row.grid-row-expanded:hover {
  background-color: #d0e0ef;
}
.grid-row.grid-row-expanded-highlighted {
  color: white;
  background-color: #123044;
  border-bottom: none;
  box-shadow: rgba(0, 0, 0, 0.8) 0 -1.25em 2em -1em;
}
.grid-row.grid-row-expanded-highlighted:hover {
  background-color: #123044;
}
.grid-row.grid-row-expanded-highlighted .open-up-icon {
  color: inherit;
}
.grid-row.grid-row-expanded-highlighted input[type="checkbox"]:checked + label,
.grid-row.grid-row-expanded-highlighted input[type="checkbox"]:checked + span {
  color: white;
}
.grid-row.grid-row-expanded-highlighted input[type="radio"]:not(:checked) + label::before {
  color: white;
}
.grid-row.grid-row-expanded-highlighted input[type="radio"]:not(:checked) + label::before :hover {
  color: white;
}
.grid-row.grid-row-expanded-highlighted input[type="radio"]:checked + label:hover::before {
  color: white;
}
.grid-row.grid-row-expanded-highlighted a {
  color: #80bcff;
}
.grid-row.grid-row-expanded-highlighted .grid-primary-action {
  color: white;
}
.grid-row.grid-row-expanded-highlighted .menu-cell .menu-cell-menu button.vertical-ellipsis-icon {
  color: white;
}
.grid-row.grid-row-expanded-highlighted .menu-cell .menu-cell-menu button.vertical-ellipsis-icon:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
@media screen and (min-width: 1062px) {
  .grid-row {
    min-height: 45px;
  }
}
@media screen and (min-width: 1420px) {
  .grid-row {
    min-height: 49px;
  }
}
@media screen and (min-width: 1930px) {
  .grid-row {
    min-height: 56px;
  }
}
.grid-totals-row {
  display: flex;
  flex: 0 0 auto;
  position: relative;
  align-items: center;
  background-color: #fff;
  height: 3.75em;
  overflow: hidden;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.grid-totals-row.grid-row-auto-height {
  height: auto;
}
.grid-totals-row.grid-totals-row-simple {
  height: auto;
  box-shadow: none;
}
.grid-totals-row.grid-totals-row-simple .totals-cell {
  font-size: inherit;
}
.grid-row .totals-cell,
.grid-totals-row .totals-cell {
  font-size: 1.2em;
  color: black;
}
.grid-row-selectable:hover {
  cursor: pointer;
}
.grid-row-selected {
  background-color: #d8e5f2;
}
.grid-row-selected .menu-cell-menu {
  opacity: 1 !important;
  width: 2.5rem !important;
}
.grid-row-selected:hover {
  background-color: #d0e0ef;
  cursor: default;
}
.no-data-grid-row {
  display: flex;
  min-height: 3.75em;
  align-items: center;
  justify-items: flex-start;
  padding-left: 1rem;
  border-bottom: 1px solid #e8e8e7;
}
.no-data-grid-row.no-data-grid-row-simple {
  border-bottom: none;
  padding: 0.5rem 0;
  min-height: 0;
}
.expanded-row-container {
  display: inline-flex;
  flex-flow: row wrap;
  min-width: 100%;
}
.expanded-row-content-container {
  display: flex;
  flex-flow: row nowrap;
  min-width: 100%;
  overflow: hidden;
}
.expanded-row-content-container-highlighted {
  box-shadow: rgba(0, 0, 0, 0.8) 0 1.25em 2em -1em;
  z-index: 1;
}
.expanded-row-content {
  display: flex;
  overflow: hidden;
  flex: 1 0 0%;
}
.expanded-row-content-highlighted {
  background-color: #d8e5f2;
}
.grid-cell {
  padding: 0.5em 1rem;
}
.grid-cell input {
  border: 1px solid rgba(187, 189, 191, 0.7);
}
.grid-cell a {
  display: inline-block;
  vertical-align: top;
}
.grid-cell.numeric {
  text-align: right;
  font-weight: 500;
}
.grid-cell.stacked-link-cell {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.grid-icon-cell {
  padding: 0.5em;
}
.grid-icon-cell .grid-stacked-icon-cell:before {
  font-size: 1.1rem;
}
.grid-icon-cell .grid-stacked-icon-cell.sort-header {
  padding-left: 0em;
  padding-right: 0em;
}
.grid-icon-cell .grid-stacked-icon-cell .sort-header:first-child {
  padding-top: 0em;
}
.grid-icon-cell .grid-stacked-icon-cell .sort-header:last-child {
  padding-bottom: 0em;
}
.grid-icon-cell.grid-icon-cell-no-vertical-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}
.grid-icon-cell a {
  color: #5e5f61;
}
.grid-icon-cell a:hover {
  color: #4997ec;
}
.grid-icon-cell a.disabled {
  color: #bbbdbf;
}
.text-column-header {
  position: relative;
}
.text-column-header.column-header-centered {
  text-align: center;
}
.text-column-header.column-header-right {
  text-align: right;
}
span.icon-column-header {
  display: block;
  width: 1em;
  font-size: 1.4em;
}
.menu-cell {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.menu-cell .menu-cell-content {
  flex: 1 0 0%;
  width: 100%;
  min-width: 0;
}
.menu-cell .menu-cell-menu {
  flex: none;
  display: flex;
  opacity: 0;
  justify-content: center;
  width: 0;
  min-width: 0;
  overflow: hidden;
}
.menu-cell .menu-cell-menu button.vertical-ellipsis-icon {
  border: 1px solid rgba(18, 48, 68, 0);
  color: #123044;
  background: transparent;
  width: 2.1rem;
}
.menu-cell .menu-cell-menu button.vertical-ellipsis-icon:before {
  font-size: 1.9rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.menu-cell .menu-cell-menu button.vertical-ellipsis-icon:hover {
  border-color: rgba(18, 48, 68, 0.4);
  color: black;
}
.nested-grid {
  min-width: 100%;
}
.nested-grid .grid-header {
  box-shadow: none;
}
.nested-grid .grid-header .sort-header,
.nested-grid .grid-header .non-sort-header {
  font-weight: 700;
}
.nested-grid .grid-row {
  min-height: auto;
  border-bottom: none;
}
.nested-grid .grid-row:hover {
  background-color: transparent;
}
.transparent-grid .grid-body,
.transparent-grid .grid-totals-row {
  background-color: transparent;
}
.grid-reorder-cell .reorder-field-input {
  padding: 0.3rem 0.4rem;
}
.grid-row-reorder-handle:before,
.grid-row-reorder-handle:after {
  content: '\f0c9';
  font-family: FontAwesome;
}
.grid-row-reorder-handle-disabled {
  opacity: 0.5;
}

