.spinner-border {
  width: 1.375rem;
  height: 1.375rem;
  border-width: 3px;
  vertical-align: bottom; }

.spinner-border-lg {
  width: 1.75rem;
  height: 1.75rem;
  border-width: 4px;
  vertical-align: bottom; }

.spinner-border-sm {
  width: 1.125rem;
  height: 1.125rem;
  border-width: 3px;
  vertical-align: bottom; }

.spinner-border-xs {
  width: 0.875rem;
  height: 0.875rem;
  border-width: 2px;
  vertical-align: bottom; }

.spinner-grow {
  width: 1.375rem;
  height: 1.375rem;
  vertical-align: bottom; }

.spinner-grow-lg {
  width: 1.75rem;
  height: 1.75rem;
  vertical-align: bottom; }

.spinner-grow-sm {
  width: 1.125rem;
  height: 1.125rem;
  vertical-align: bottom; }

.spinner-grow-xs {
  width: 0.875rem;
  height: 0.875rem;
  vertical-align: bottom; }

.loader {
	display:    none;
	position:   fixed;
	z-index:    1000;
	top:        0;
	left:       0;
	height:     100%;
	width:      100%;
	background: rgba( 255, 255, 255, .8 )
	url('loader-green.gif')
	50% 50%
	no-repeat;
}

body.loading {
	overflow: hidden;
}

body.loading .loader {
	display: block;
}