body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #2e2e2e;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(/images/page-background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#body-container {
    margin:4rem auto;
    background:#FFF;
    width:100%;
    max-width:1200px;
}

#topRow {
    text-align: center;
    background: #333333;
    width: 100%;
    padding: 1rem;
}
#topRow img {
    width:150px;
}
#applicationBody {
    background: #FFF;
    padding: 1rem;
    font-family: 'Oxygen', sans-serif;
    font-weight: normal;
    color: #575656;
}
#applicationBody h1 {
    color:#00704a
}

    #applicationBody h2 {
        font-size:1.5rem;
    }
    #applicationBody h3 {
        font-size: 1rem;
        font-weight: bold;
        padding-left: 1rem;
        padding-bottom:.5rem;
        margin-bottom: 0;
        color: #00704a
    }

    .applicationStepActive {
        background: #00704a;
        color: #FFF;
        padding: .5rem;
        margin-bottom:1rem;
    }
.applicationStepInactive {
    background: #808080;
    color: #FFF;
    padding: .5rem;
    margin: .25em 0;
}
.applicationShowPanel {
    
}
.applicationHidePanel {
}
.applicationPadding {
    padding:0 1rem 1rem 1rem;
}
.applicationPadding2 {
    padding: 0 .5rem 0 .5rem;
}
span label {
    color: #808080;
}

.applicationNextButton {
    background: #00704a;
    color: #FFF;
    border: 1px solid #ccc;
    margin: .75em;
    padding: .75em;
    cursor: pointer;
    text-transform: capitalize;
}
    .applicationNextButton:hover, .applicationNextButton:active, .applicationNextButton:focus {
        background: #808080;
    }


    /*#region value checks*/
    .copyerror {
        color: #FF0000 !important;
    }
    .textReqError {
        border-color: Red;
    }
    /*#endregion*/