#main-header {
    background: #ffffff;
    border-bottom: none;
    height: 110px;
    margin: 0 0 0 0;
    padding: 0;
}

#main-header .col-1 a img {
    border: none;
    height: 100px;
    margin: 5px 10px -10px 10px !important;
    width: auto !important;
}

.col-1 {
    margin-top: 15px;
}

.inner-content div > fieldset {
    background: #ddd !important;
}

.inner-content div > fieldset fieldset {
    background-color: #ffffff !important;
}

fieldset {
    padding: 10px;
    border: 1px solid #999 !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #ccc;
}

div#content_no_bg {
    min-height: auto;
}

.info {
    display: flex;
    justify-content: right;
    margin-right: 20px;
}

.message {
    background-color: #5D5D5D;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
}

.message a {
    color: #ffffff;
    text-decoration: none;
}

.mainLandingNav {
    background-color: #eee;
    border: 1px solid #999;
    border-radius: 6px;
    padding: 10px;
    width: 300px;
}

.mainLandingNav .navItemActive {
    background-color: #cccccc;
}

.mainLandingNav .navItem {
    cursor: pointer;
    border: 4px solid #ffffff;
    padding: 10px;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
}

.allDivNav {
    margin-left: 0px;
}

.navDivActive {
    max-width: 800px;
}

.landingLogDivNew {
    width: 45%;
    text-align: center;
    margin-bottom: 40px;
    float: left;
    min-width: 140px;
}

.landingLogDivExist {
    width: 45%;
    text-align: center;
    margin-bottom: 40px;
    float: right;
    min-width: 140px;
}

.navDivHidden {
    display: none;
}