body {
    padding-top: 90px;
}

.InvisibleButton {
    display: none;
}

.inline-headers h2, .inline-headers img {
    display: inline-block;
    vertical-align: baseline;
}

span.form-label {
    margin-bottom: .5rem;
    display: inline-block;
}

.center_div {
    margin: 0 auto;
    width: 75% /* value of your choice which suits your alignment */
}

input[type="radio"] {
    margin-left: 10px;
    margin-right: 10px;
}

input[type="checkbox"] {
    margin-right: 10px;
}

.col .Button {
    margin-right: 25px;
}

.pnlWizard {
    border-color: Navy;
    border-width: 1px;
    border-style: solid;
    background-color: whitesmoke;
    padding: 15px;
    margin-bottom: 25px;
}

.barBorder {
    border: solid 1px red;
    width: 300px;
}

.barInternal {
    background: yellow;
}

.barInternalGreen {
    background: green;
}

.popup {
    margin: 100px auto;
    width: 70%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup .content {
        max-height: 50%;
        overflow: auto;
    }

    .popup .pnlWizard {
        padding: 10px;
    }
