.form-header h1 {
    font-size: 25px;
    text-align: center;
    color: #FFFFFF;
    background-color: #002856;
}
.form-footer {
    display: flex
;
    justify-content: flex-end;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #002856;
    border-top: none;
    border: 1px solid #999;
    height: 60px;
    margin: 0px;
}

.form-header {
    padding: 15px 0 0 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #002856;
    border: 1px solid #999;
    border-bottom: none;
    height: 65px;
    margin-top: 15px;
}
.btn {
    padding: 10px 20px;
    background-color: #EFB31D;
    font-size: 1em;
    border: none;
    border-radius: 5px;
    color: #FFFF;
    cursor: pointer;
}
#myBar {
    width: 1%;
    height: 30px;
    background-color: #EFB31D;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
label {
    color: #002856!important;
    font-size: .95em;
    font-weight: bold;
}
th {
    text-align: left;
    color: #002856;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #222C6A;
    font-weight: normal;
    color: #ffffff;
}
.ui-widget-content a {
    color: #f95b5c;
}