/*

Layout Debug Helper

Author:        Dmitri Bekasov
Version:       150530 (30 May 2015)

*/

/* Baseline Grid */

/* Temporary disabled...

.bgrid {
  background-image: url(../images/debug/baseline-20.png);
  background-position: center top
}
.bgrid-c {
  background-image: url(../images/debug/baseline-20.png);
  background-position: center center
}
.bgrid.box {
  background-position: center -1px
}
.vgrid {
  background-color: rgba(0,0,0,.05)
}

*/

/* Layout Control Color Fills */

.color01 { background-color: rgba(228,72,72,.5) }
.color02 { background-color: rgba(228,128,72,.5) }
.color03 { background-color: rgba(228,191,72,.5) }
.color04 { background-color: rgba(228,228,72,.5) }
.color05 { background-color: rgba(191,228,72,.5) }
.color06 { background-color: rgba(128,228,72,.5) }
.color07 { background-color: rgba(72,228,72,.5) }
.color08 { background-color: rgba(72,228,128,.5) }
.color09 { background-color: rgba(72,228,191,.5) }
.color10 { background-color: rgba(72,228,228,.5) }
.color11 { background-color: rgba(72,191,228,.5) }
.color12 { background-color: rgba(72,128,228,.5) }
.color13 { background-color: rgba(72,72,228,.5) }
.color14 { background-color: rgba(128,72,228,.5) }
.color15 { background-color: rgba(191,72,228,.5) }
.color16 { background-color: rgba(228,72,228,.5) }
.color17 { background-color: rgba(228,72,191,.5) }
.color18 { background-color: rgba(228,72,128,.5) }

/* Layout Control Monochrome Fills */

.color19 { background-color: rgba(0,0,0,.1) }
.color20 { background-color: rgba(0,0,0,.2) }
.color21 { background-color: rgba(0,0,0,.3) }
.color22 { background-color: rgba(0,0,0,.4) }
.color23 { background-color: rgba(0,0,0,.5) }
.color24 { background-color: rgba(0,0,0,.6) }
.color25 { background-color: rgba(0,0,0,.7) }

/* Blank space */

/* Temporary disabled...

.blank {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 1.42857142em;
  padding: .71428571em 0
}

*/
