html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 60px 15px 0;
}
.container .credit {
  margin: 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}

code {
  font-size: 80%;
}

.headerRows{background-color:#556072; border-style:none; border-width:0px; color:white}
.headerRows th{padding:0px; text-align: left;}
.headerRows td{border:0}

.dwdsButton {
	color: white;
	background-color: #556072;
	border: 2px solid #556072;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
}

.dwdsButton:disabled {
 background: #dddddd;
 border: 2px solid #dddddd;
}

.hidden {
    display: none;
}
/* used by the knockout validation plugin */
.validationMessage {
    color: #f00;
	padding-left: 15px;
}

.redMessage {
    color: #f00;
}

.orderTotalGood {
    color: black;
}

.orderTotalWarning {
    color: #f00;
    font-weight: bold;
}

/* Add a margin to the top of the % of max div */
#perc-max-container{
  margin-top:10px;
}

.row div{
  margin-bottom:10px;
}
