/* Move down content because we have a fixed navbar that is 50px tall */
body {
  //padding-top: 50px;
  //padding-bottom: 20px;
}

.middle-col {
    vertical-align: middle;
}
.equal-height {
    position: relative;
}
.equal-height .row {
    display: table;
    width: 100%;
    height: 100%;
}
.equal-height .row > [class*="col-"] {
    display: table-cell;
    float: none;
    height: 100%;
}

.equal-height  .row > .col-md-3 {
    text-align: center;
}

.as-seen-as {
    height : 130px;
    background-color : #e7e2dc;
}

.bottom-form {
    height : 130px;
    background-color : #f08068;
   text-align: center;
}

.navbar-bottom{
 padding-top : 20px;
 margin-top : 0px;
 color : white;
 display : inline-block;
 text-align : left;
}

.footer-wrapper{
 height : 65px;
  background-color : #8ec63f;
  padding-top : 20px;
  color : white;
  font-size : 12pt;
}

.logo{
  display : inline;
  padding-right: 10px;
}


.signin-dialog-div{
  margin-bottom : 5px;
}

.signin-dialog-div input{
  width : 200px;
}

.static{
  margin-top: 10px;
  margin-left: 50px;
  margin-right:50px;
 color: grey;
}

.static ol{
   list-style-type:decimal;
}



.static ul{
   list-style-type:circle;
}

.static-content .header{
  font-size: 20px;
  font-weight: bold;
  
}


.static-content{
  background-color: white;
  padding: 20px;
  font-size: 17px;
}