body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
  max-width: 280px;
}


/*#region Error Page */
.errorBubble {
  padding-top: 165px;
  padding-bottom: 20px;
}

.errorContainer {
  padding: 71px 0 0 0;
  border-left: 1px solid #CDCDCD;
}

.error-container-mh {
  min-height: 400px;
}

.errorContainer .returnDash {
  width: 158px;
  height: 31px;
  text-align: center;
  margin-top: 10px;
}

.errorInfo {
  font-family: Roboto;
  padding: 40px 0px 40px 40px;
}

.errorTitle {
  font-size: 28px;
  font-weight: 700;
  color: #333e48;
}

.errorSubTitle {
  font-size: 17px;
  font-weight: 700;
  color: #333e48;
  margin-bottom: 15px;
}

.errorBody {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 500;
}

.error-page-mgn {
  margin-top: 3%;
}

.cx-color {
  color: #00A0AF;
}

/*#endregion */
