/* -----------------------------------------
THIS CLASS IS TO BE REMOVED ONCE WE MIGRATE 
FROM THE HW1 UI.
----------------------------------------- */
.page-header {
    padding-top: 5px;
    padding-bottom: 10px;
    margin: 15px 0px;
    border-bottom: 1px solid #000;
}

fieldset h1, 
fieldset h2, 
fieldset h3, 
fieldset h4, 
fieldset h5 {
    margin-bottom: 8px;
}

.form-select-one-radio label {
    display: inline-block;
    padding-left: 5px;
}

/* -----------------------------------------
   Font Styles
----------------------------------------- */

body {
    font-size: 12px;
}

h1 {
    font-size: 21px;
    line-height: 23px;
    font-weight: 600;
}
h2 {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}
h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}
h4 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}
h5 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}
h6 {
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
}

h1 small {
    font-size: 14px;
}
h2 small {
    font-size: 12px;
}
h3 small {
    font-size: 10px;
}
h4 small {
    font-size: 8px;
}

.page-header h1 small {
    padding-left: 10px;
}

.page-header h2 small {
    padding-left: 10px;
}

.page-header h3 small {
    padding-left: 5px;
}

.page-header h4 small {
    padding-left: 5px;
}

.page-header {
    padding-bottom: 0;
}

.form-actions {
    padding: 9px 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn {
    font-size: 13px;
    text-transform: capitalize;
}

label {
    text-transform: capitalize;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
    font-size: 12px;
}

label,
input,
button,
select,
textarea {
    font-size: 12px;
}

.bootbox select {
    height: 30px;
}

.form-horizontal .control-group {
    margin-bottom: 10px;
}

.field-error {
    color: #b94a48;
}
table.field-error tr td input,
input.field-error,
select.field-error ,
textarea.field-error {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
table.field-error tr td input,
input.field-error :focus,
select.field-error :focus,
textarea.field-error :focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.input-prepend .add-on .field-error ,
.input-append .add-on .field-error  {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48;
}


.form-horizontal .control-group .controls.text, .form-horizontal .control-group .controls .text {
    padding-top: 5px;
}

legend {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    border: none;
    width: auto;
}

legend + .control-group {
    margin-top: 10px;
}