/*
 * 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
 */


 html>body:not(.menu-on-top).desktop-detected{
    min-height: 100vh !important;
  }

  #logo-group{
    background: #fff !important;
  }

  .smart-style-1 #logo-group {
    background: #fff !important;
  }

  .smart-style-4 #ribbon {
    min-height: 40px;
    background: #474544;
    padding: 0 13px;
    position: relative !important;
    display: block !important;
    top:0;
    left:0;
  }


  :host {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
  }
  
  #loader{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    border: 0;
    right: 0;
    z-index: 11;
    text-align: center;
    font-size: 10px;
  }


  