/*
 * 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
 */

.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

#logo {
  width: 170px;
  margin-top: 7px;
  margin-left: 4px;
}
#logo img {
  width: 160px;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.loading-screen {
  position: fixed;
  background: #000;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  vertical-align: center;
  padding-top: 20%;
}
