/*
 * 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
 */

.modal-backdrop {
      /* bug fix - no overlay */    
      display: none;    
}

.modal{
    /* bug fix - custom overlay */   
    background-color: rgba(10,10,10,0.60);
}


html{
  height: 100%;
  overflow: auto !important;
  position: relative;
}

body{
  min-height: 100%;
  overflow: auto !important;
  position: relative;
}

.ribbon-bg{              
	background-color: #000000;
}

@media (max-width: 992px) {
  .show-menu {
    display: block !important;
  }
  .row {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 2900px) {
  .hide-menu {
    display: none !important;
  }
  .row {
    margin-top: 3px;
  }
  
}

.row-modal {
  margin-left: -13px;
  margin-right: -13px;
}