.td-theme-panel-body {
  #wpcontent {
    background-color: #3b7fa8 !important;
    background: url('../images/panel/bg/1.png');
    background-repeat: no-repeat;
    background-position: left top;
  }

  #wpfooter {
    color: rgba(255,255,255,0.80);

    a {
      color: #fff;
    }
  }

  ul#adminmenu a.wp-has-current-submenu:after, ul#adminmenu>li.current>a.current:after {
    border-right-color: #30749B;
  }
}

/* --------- */
/* NEWSMAG theme panel */
/* --------- */
.newsmag_page_td_theme_panel {
  #wpcontent {
    background-repeat: repeat;
  }
}

/* --------- */
/* NEWSPAPER theme panel */
/* --------- */
.newspaper_page_td_theme_panel {
  #wpcontent {
    background-repeat: repeat;
  }
}

//theme update - icon that appears before "New version available."
.update-theme p:before {
  color: #f56e28;
  content: "\f463";
  display: inline-block;
  font: 400 20px/1 dashicons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}