/* Add your custom CSS styles here */
body {
    color: #000 !important;
    background-color: #ffffff !important;
    font-family: 'Merriweather Sans', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #000 !important;
    background-color: #ffffff !important;
    font-family: 'Merriweather Sans', sans-serif !important;
}
.navbar-inverse .navbar-inner {
    background-color: #ffffff !important;
    background-image: none !important;
}
.navbar.navbar-inverse #top-nav, .navbar.navbar-inverse #top-nav .container {
    background-color: #101a36 !important;
}
.mainui .wizard {
    background-color: #101a36 !important;
}
.wizard a, .wizard .active a:link, .wizard .active a:visited, #consoleWrapper a:link, #consoleWrapper a:visited, .orderContainer a:link, .orderContainer a:visited, div.startAgain a:visited, .order-topNav a:link, .order-topNav a:visited {
    color: #0495D6 !important;
}
.wizard a:hover, .wizard .active a:hover, #consoleWrapper a:hover, #consoleWrapper a:hover, .orderContainer a:hover, .orderContainer a:hover, div.startAgain a:hover, .order-topNav a:hover, .order-topNav a:hover {
    color: #ed217c !important;
}
.wizard LI {
    border: none !important;
    color: #eee !important;
}
.header {
    border-bottom: 1px solid #ed217c !important;
}

.hero-unit {
    background-color: #961b53 !important;
}

.nav-tabs {
    background-color: #666666 !important;
    border-top: 1px solid #ed217c
}
.nav-tabs li.active, .nav-tabs li.active A, .nav-tabs li.active A span {
    color: #961b53 !important;
    background-color: #f8f8f8 !important;
    overflow: hidden !important;
}
.main {
    background-color: #f8f8f8 !important;
}
@media (min-width: 1200px) {
    margin-left: 10px !important;
}


.warning-box {
    border-color: #fff688 !important;
    background: #FFFBCC !important;
}

#footer.matter  {
    display: block !important;
    background-color: #101a36 !important;
    color: #fff !important;
    padding: 20px 0 !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-family: Arial, sans-serif !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
}
#footer.matter LI {
    list-style: none !important;
    display: inline-block !important;
    margin: 0 10px !important;
    padding: 0 !important;
    border: none;
}

#footer.matter A {
    color: #0495D6 !important;
}

#footer.matter A:hover, #footer.matter A:active, #footer.matter A:focus {
    color: #ed217c !important;
    text-decoration: underline !important;
    
}