#afui .col1-9 {
  width: 11.1%;
  float: left;
}

#afui .col4 {
  width: 25%;
  float: left;
}
#afui .col24 {
  width: 50%;
  float: left;
}
#afui .col34 {
  width: 75%;
  float: left;
}

#afui a {
  font-size: inherit;
}

.fixedcolright {
  width: 300px;
  float: right;
  vertical-align: bottom;
}

.inputcol {
  display: table-cell;
  float: right;
  height: 50px;
  padding-right: 5px;
  width: 33.3%;
}

.sumformcol {
  display: table-cell;
  float: right;
  padding-right: 5px;
}
.sumformpricecol {
  display: inline-block;
  width: 100px;
  padding-left: 5px;
  text-align: right;
  float: right;
  vertical-align: bottom !important;
}

.pricecol {
  display: inline-block;
  width: 33.3%;
  padding-left: 5px;
  text-align: right;
  line-height: 50px;
  float: right;
  vertical-align: bottom !important;
}

.pricetotalcol {
  display: inline-block;
  font-weight: bold;
  width: 100px;
  padding-left: 5px;
  text-align: right;
  float: right;
  vertical-align: top !important;
}

.text {
  white-space: pre-line;
}

.pricetag {
  display: inline-block;
}

.inputcheckbox {
  float: left;
  vertical-align: center;
  width: 33.3%;
}

.inputradio {
  float: left;
  vertical-align: center;
  width: 33.3%;
}

.inputnumber {
  float: right;
  vertical-align: bottom;
  height: 50px;
  line-height: 50px;
  text-align: right;
  width: 33.3%;
}

.block {
  clear: both;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  height: auto;
  display: table;
  border-collapse: collapse;
}

.elementborder {
   border: solid 2px;
}

.element {
}

.element0 {
  display: table-cell;
}
.element1 {
  display: table-cell;
}
.element2 {
  display: table-cell;
}

.elementwborder0 {
  display: table-cell;
  border: solid 2px;
}
.elementwborder1 {
  display: table-cell;
  border: solid 2px;
}
.elementwborder2 {
  display: table-cell;
  border: solid 2px;
}

.element6 {
  width: 100%;
  clear: both;
}

.element7 {
  clear: both;
  width: 100%;
}
.element9 {
  clear: both;
  width: 100%;
}
.element20 {
  clear: both;
  width: 100%;
}
.element21 {
  width: 100%;
  clear: both;
}
.element22 {
  width: 100%;
  clear: both;
}
.element23 {
  width: 100%;
  clear: both;
}
.element24 {
  width: 100%;
  clear: both;
}
.element55 {
  width: 100%;
  clear: both;
}

div.formtitle {
   padding-bottom: 5px;
   padding-left: 5px;
   width: 100%;
   text-align: center;
}

span.formtitle {
   font-size: 3em;
   text-align: center;
}

div.summaryformtitle {
  margin-top: 10px;
}
span.sumformtitle {
   font-size: 1.5em;
   padding-top: 10px;
}

div.submitbtn {
   padding-bottom: 5px;
   padding-left: 5px;
   padding-top: 5px;
   text-align: right;
}

button.submitbtn {
    background-color:#889BB3;
    background-image:-ms-linear-gradient(top, #B3BECD 0%, #889BB3 50%, #6E84A2 51%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #B3BECD), color-stop(.5, #889BB3), color-stop(.51, #6E84A2));
    background-image:-webkit-linear-gradient(top, #B3BECD 0%, #889BB3 50%, #6E84A2 51%);
    background-image:linear-gradient(to bottom, #B3BECD 0%, #889BB3 50%, #6E84A2 51%);
    border: 1px solid;
    border-color:#CCD2DA transparent #2D3033 transparent;
    color:white;
    width: 200px;
    height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 30px;
}
button.infobtn {
    background-color:#889BB3;
    background-image:-ms-linear-gradient(top, #B3BECD 0%, #889BB3 50%, #6E84A2 51%);
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #B3BECD), color-stop(.5, #889BB3), color-stop(.51, #6E84A2));
    background-image:-webkit-linear-gradient(top, #B3BECD 0%, #889BB3 50%, #6E84A2 51%);
    background-image:linear-gradient(to bottom, #B3BECD 0%, #889BB3 50%, #6E84A2 51%);
    border: 1px solid;
    border-color:#CCD2DA transparent #2D3033 transparent;
    color:white;
    width: 300px;
    height: 50px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 25px;
}

.summaryelement {
  clear: both;
  width: 100%;
  padding-top: 10px;
}

.summaryformtitle {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sumformtitle {
   font-weight: bold;
}

.filename55 {
 width: 25%;
 float: left;
}

.fileitem55 {
 width: 25%;
 clear: left;
 float: left;
}

.button55 {
 width: 25%;
 float: left;
}

a.list {
 display:inline-block;
 cursor:pointer;
}

li.freetext {
  margin-left: 20px;
}

.blue {
  color:#ffffff !important;
  background-color:#2331D1 !important;
}

.red {
  color:#ffffff !important;
  background-color:#F40000 !important;
}

/*
 * override the default CSS as an example
 */

#loading-bar .bar {
  background: #000000;
  height: 5px;
}

#loading-bar-spinner {
  top: 10px;
  left: 150px;
}
#loading-bar-spinner .spinner-icon {
  border-top-color:  #ffffff;
  border-left-color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 15px;
}

#loading-bar .peg {
  -moz-box-shadow: #000000 1px 0 6px 1px;
  -ms-box-shadow: #000000 1px 0 6px 1px;
  -webkit-box-shadow: #000000 1px 0 6px 1px;
  box-shadow: #000000 1px 0 6px 1px;
}


