html,
body {
  height: 100%;
  background-color: #666;
  /*background-color: #B7B7B7;*/
  /*background-color: #FFFFFF;*/
  /*background-color: #CCCCCC;*/
  /*background-color: #DDDDDD;*/
}

/* Wrapper for page content */
#wrap {
  max-width: 900px;
  
  min-height: 100%;
  height: auto !important;

  background-color: #FFFFFF;
  /*background-color: #CCCCCC;*/
  
  margin-left: auto;
  margin-right: auto;
  
  /* Negative indent footer by its height */
  margin-top: 0px;
  margin-bottom: -60px;
  
  /* Pad bottom by footer height */
  padding-bottom: 60px;
  
  /* Padding to push content below navbar */
  padding-top: 65px;
}

/* Footer is set at fixed height */
#footer {
  height: 60px;
  color: #666;
}
#footer .container{
  background-color: #FFFFFF;
}
.footerImage {
  height: 40px;
}

.container {
  width: auto;
  max-width: 900px;
}
.container .credit {
  margin: 10px 10px;
}
.credit {
  text-align: center;
}

/* Preferrred credential modal dialog */
#preferredCredentialModalDialog {
  /*max-width:400px;*/
}

/* Helps make tables mobile-friendly */
.table {
  table-layout:fixed;
  word-wrap:break-word;
  max-width:100%;
}

/* Navbar logo */
.navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
  max-height: 40px;
}

#logoImageNavbar {
  height: 40px;
}

/*.navbar {
  background: rgba(255,255,255,0.9);
}*/

/* Main logo*/
/*.logoContainer {
  margin-left: auto;
  margin-right: auto;  
}  
.logoImage {
  max-height: 60px;
  padding: 10px 10px 10px 10px
} */

/* Main panel */
/*.mainPanel {
  min-height: 600px;
}*/

/* Full width flat heading */
.blockLabel {
  padding-top:10px;
  padding-bottom:10px;
  margin-top:0px;
  margin-bottom:15px;
  border-top-style:solid;
  border-bottom-style:solid;
  border-width:1px;
  border-color:#CCCCCC;
  background-color:#CCCCCC;
}

/* Helper classes */
.horizontalCenter {
  margin-left: auto;
  margin-right: auto; 
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.pointer {
  cursor: pointer;
}

/* Mobile */  
@media (max-width: 767px) {
  min-height: 100%;

  .mainPanel {
    min-height: 0px;
  }
 
  /* Non-transparent navbar on mobile */
  /*
  .navbar {
    background: rgba(255,255,255,1);
  }*/
}

/* Everything else */
@media (min-width: 768px) {
  
}