@media (min-width: 1200px) {
  #content .dashboard .row-fluid .span4 {
    width: 32.4%; }
  #content .dashboard .row-fluid .span8 {
    width: 64.8%; }
    #content .dashboard .row-fluid .span8 ul.links-list {
      column-count: 2; } }
#content .dashboard .row-fluid {
  margin-bottom: 30px; }
  #content .dashboard .row-fluid .dash-slot:first-child {
    margin-right: 15px; }
#content .dashboard #main-content {
  background-color: transparent; }
#content .dashboard .dash-main-header {
  padding: 25px 30px;
  background-color: white; }
#content .dashboard .dash-main-body {
  background-color: white;
  padding: 30px 30px; }

.dash-slot .dash-panel {
  border: 1px solid #666666; }
.dash-slot .dash-panel-header {
  padding: 18px 8px;
  background-color: #003366;
  font-weight: 700;
  color: white;
  display: flex;
  align-items: center; }
  .dash-slot .dash-panel-header .dash-panel-header-icon {
    height: 30px;
    margin-right: 15px;
    width: 25px; }
  .dash-slot .dash-panel-header .dash-panel-header-button {
    margin-left: auto; }
.dash-slot .dash-panel-body {
  background-color: #f2f2f2;
  border-top: 1px solid #666666;
  padding: 15px 10px; }
  .dash-slot .dash-panel-body .ui-datatable-tablewrapper {
    padding: 0px; }
  .dash-slot .dash-panel-body ul.links-list {
    list-style: none;
    margin: 0px; }
    .dash-slot .dash-panel-body ul.links-list li {
      line-height: 28px; }
  .dash-slot .dash-panel-body .ui-datatable-odd {
    background-color: white; }
  .dash-slot .dash-panel-body .ui-datatable-even {
    background-color: #f0f0f0; }
  .dash-slot .dash-panel-body .ui-datatable thead {
    background-color: #666666 !important; }
  .dash-slot .dash-panel-body .ui-datatable thead * {
    color: white;
    text-shadow: none; }
  .dash-slot .dash-panel-body .ui-widget {
    font-size: inherit; }
  .dash-slot .dash-panel-body .ui-datatable a, .dash-slot .dash-panel-body .ui-datatable a:hover {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    text-decoration: inherit; }
.dash-slot .dash-panel-footer {
  padding: 18px 8px;
  background-color: white; }
.dash-slot .icon-applications {
  background: url("/nrs-portal-theme/images/icon_applications.svg") no-repeat; }
.dash-slot .icon-help {
  background: url("/nrs-portal-theme/images/icon_help.svg") no-repeat; }
.dash-slot .icon-account {
  background: url("/nrs-portal-theme/images/icon_client-representative.svg") no-repeat; }
.dash-slot .icon-tools {
  background: url("/nrs-portal-theme/images/icon_tools-and-resources.svg") no-repeat; }
.dash-slot .new-user-only, .dash-slot .existing-user-only {
  display: none; }