﻿body, #loadContent {
    background: #e4e4e4;
    color: #585858;
    background-color: #e4e4e4 !important;
}

navi {
    height: 100px;
    display: block;
    top: 5px;
    left: 5px;
}

navi ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

navi li {
    display: inline;
}

a:link {
    color: #000;
}

navi a {
    text-decoration: none;
    padding: 10px;
    display: block;
}

#sidebarIn {
    width: 100%;
    height: 122px;
    top: 5px;
    background-color: #e4e4e4;
    box-shadow: none;
}

#sidebarIn a {
    display: block;
    float: left;
    margin-top: 6px;
    margin-left: 15px;
}

#whome {
    top: 112px;
}

#contentdiv {
    margin-top: 0px;
    max-width: 100% !important;
    min-height: 100px !important;
}

#previewContainer {
    padding: 4px;
    background: none;
}

h2 {
    color: #000;
}

#fadeIn {
    background-image: none !important;
    background: none !important;
}

.wizard > .steps .current a {
    background-color: #e4e4e4 !important;
}

.wizard > .steps .done a {
    background-color: #e4e4e4;
}

a:link {
    color: #000;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #333333;
    color: #fff;
}

.wizard > .steps .current a {
    background-color: #333333 !important;
}

.wizard > .content {
    min-height: 35em;
}

.hero:not(.hero-home):not(.no-circle-bg):after {
    content: '';
    display: block;
    width: 1210px;
    height: 920px;
    position: absolute;
    top: 90px;
    right: -430px;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.3);
    z-index: -1;
}

#messageTotals {
    color: #FFF;
    padding: 20px;
    margin: 5px;
    border-radius: 5px;
}
.preview {
    padding: 2px;
    background-color: #FFF;
}

#gadPrice{
    font-size: 22px;
    font-weight: bold;
}