.navbar-inverse {
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%)!important;
    }
hr.theme-curved-bottom-line {
    display: none!important;
}
div.delayed-component-content {
    box-shadow: 0 0 85px rgb(147 147 147 / 28%) !important;
}
.theme-progress {
    display: none!important;
}

.step-page > h3:first-of-type {
    margin-top: 0px!important;
}

input[value="Special Character Keyboard"] {
    display: none!important;
}
.alert-info {
    background-image: linear-gradient(to bottom, #dce4ff 0%, #a5b9ff 100%)!important;
}

.alert-success {
    background-image: linear-gradient(to bottom, #dff0d8 0%, #a9e196 100%)!important;
}
.wordcount-control .col-sm-8 > textarea.presdoc-text {
    height: 55px!important;
}
.wordcount-control .col-sm-8 > textarea {
    height: 200px!important;
}
#step4-page label.control-label.field-required {
    visibility: hidden;
}
#step5-page .col-sm-4.control-label, #step1-page .col-sm-4.control-label {
    display: none;
}
#step1-page .col-sm-4.control-label + .col-sm-8, #step5-page .col-sm-4.control-label + .col-sm-8 {
    width: 100%;
}
#step1-page textarea[name="TitleModel.Title"] {
    min-height: 55px!important;
    height: 55px!important;
}
#step1-page > .well.well-sm:nth-of-type(4) > div > label.col-sm-4 {
    display: inherit;
}