/*h1, h2, h3, h4, h5, h6 {*/
/*font-size: 14px;*/
/*color: #999;*/
/*line-height: 40px;*/
/*padding-left: 10px;*/
/*margin: 0;*/
/*}*/

/*h2 {*/
/*background-color: #e4e4e4;*/
/*}*/

/*h1 {*/
/*background-color: white;*/
/*margin-bottom: 30px;*/
/*margin-top: 30px;*/
/*}*/

/* old: this is for test-mode form styling*/
.form-horizontal.test-mode .control-label {
    float: left;
    width: 110px;
    padding-top: 5px;
    text-align: left;
}

.form-horizontal.test-mode .controls {
    margin-left: 120px;
}

.form-horizontal.test-mode .datePicker .ui-datepicker-trigger {
    height: 20px;
}

.notification-bar {
    opacity: 0.95;
    padding: 50px 0 0 50px;
    z-index: 1000;
    font-size: 1.3em;
}

.notification-bar-content {
    margin: auto;
    width: 800px;
}

.notification-bar .controls {
    position: absolute;
    right: 65px;
    bottom: 15px;
}

.form-row .errortext.is-visible {
    display: block;
}

.uppercase {
    text-transform: uppercase;
}
