
.btn.outline {
  background: none;
  padding: 12px 22px;
}


.btn-primary.outline {
  border: 2px solid #0099cc;
  color: #0099cc;
}
.btn-danger.outline {
  border: 2px solid #b92c28;
  color: #b92c28;
}
.btn-success.outline {
  border: 2px solid #3e8f3e;
  color: #3e8f3e;
}

/* make sidebar nav vertical */


.ogH2 {
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 5px
}

.disabled {
    z-index: 1000;
    opacity: 0.6;
    pointer-events: none;
}
.measurelink {
  cursor: pointer;
  cursor: hand;
  background-color: #eefefe;
  color: navy;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.ogecontainer{
  position : relative;
  width:inherit;
}

.ogepage {
  position : absolute;
  left : 0;
  top : 0;
  display : none;
  width:100%;
}

.gi-2x{font-size: 1.5em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

.btn-235 {height: 2.35em}
.formnav {
      margin-top: 0px;
}

.ogeshow {
  display : block !important;
}

.modalloading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('/images/spin.gif')
                50% 50%
                no-repeat;
}
body.loading {
    overflow: hidden;
}
body.loading .modalloading {
    display: block;
}

/* Align buttons */
.btlineup {
	display: inline-block;
    vertical-align: top;
}
