/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

.loading{
    background-image: img("/img/ajax-loader.gif");
}

#extr-page #header, #header {
    background: #343434 !important;
}

#logo img {
    width: 150px;
}
aside, .page-footer{
    background:#343434;
}

#extr-page-header-space{
    color:white;
}

/*html { 
  background: url(/img/bg_back.jpg) no-repeat center center fixed !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}*/

