@media (min-width: 1024px) {
    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-md-offset-right-3 {
        margin-right: 25%;
    }
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs, .nav-pills {
    text-align:center;
}
.errorMsgOnRedirectDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    width: 100%;
    background-color: red;
    color: white;
    font-size: large;
}
div.required .control-label:after {
    content:"*";
    color:#cc2229;
    margin-left: 3px;
}
div.not-required .control-label:after {
    content:" ";
    margin-left: 3px;
}