.textbutton {
  background-color: #16226e;
  color: #ffffff;
  text-decoration: none;
  border-color:#16226e;
  text-transform: uppercase;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  min-width: 120px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 14px;
}

.textbutton:hover {
  background-color: #f5bb33;
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  color: #16226e;
  text-decoration: none;
  text-transform: uppercase;
}

.textbutton2 {
  color: #d85600;
  font-weight: 600;
  font-size: 12px;
}

.label {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  /* min-height: 30px; */
  vertical-align: middle;
  /* display: block; */
  display: table-cell;
  text-align: right;
}

.largeheading {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

.heading {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 10px;
}

input[type=text],
input[type=password] {
  height: 30px;
}

input {
  padding: 3px 6px;
  font-size: 13px;
  display: inline-block;
  color: #555;
  background-color: #fff;
  border: 1px solid: #ccc;
  border-radius: 4px;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  height: auto;
}

label {
  font-size: 13px;
}

.entry {
  padding-top: 2px;
  padding-bottom: 2px;
}

.help {
  font-size: 12px;
}

select {
  font-size: 12px;
  border-radius: 4px;
  height: 30px;
}

.dataGroupBox {
  width: 400px;
}

.dataGroupBox .label {
  width: 125px;
}

.dataGroupBox .display,
.dataGroupBox .entry {
  width: 275px;
}

.dataGroupBox .entry .display {
  width: auto;
}

.display,
.hiHeavyDisplay,
.heavyDisplay,
.hiDisplay {
  /* padding-top: 5px; */
}

.heavyDisplay {
  font-weight: 600;
}

.hiHeavyDisplay {
  font-weight: 600;
  color: #16226e;
}

.hiDisplay {
  color: #16226e;
}


.listHeader {
  font-weight: 600;
  background: #16226e;
  color: #fff;
  font-size: 13px;
}

.listLeft0, .listRight0, .listCenter0,
.listLeft1, .listRight1, .listCenter1 {
  font-size: 13px;
}

.listLeft0, .listRight0, .listCenter0  {
  background: #eee;
}

div.suburbStateEntry,
div.suburbPostcodeEntry {
  top: 10px !important;
  font-size: 13px !important;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.dataListBox {
  width: 900px;
}

.errorbox {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  border: 2px solid #660000;
  border-radius: 16px;
  background: #fff0f0;
  padding: 10px;
  box-shadow: 5px 5px 5px #ccc;
}

.errorcontent {
  font-size: 14px;
}
