html {
    background: #323031;
}

a, #preserve-old-layout .option, #preserve-old-layout .important, #preserve-old-layout table.list .option {
    color: #1a67a6;
}

footer, .top {
    color: #aeaeae;
    background: #323031;
}


footer ul li a {
    color: #aeaeae;
}

footer li::after {
    color: #aeaeae;
}

.btn.btn-search, .btn.btn-action, #preserve-old-layout a.button_green, .cd-form input[type=submit],
#preserve-old-layout .button-primary, #preserve-old-layout table.list td a.button-green-extralarge,
#preserve-old-layout table.list td a.button-green-large, #preserve-old-layout table.list td a.button-small,
#preserve-old-layout table.list td a.button-green-medium, #preserve-old-layout a.button-green-extralarge,
#preserve-old-layout a.button-green-large, #preserve-old-layout a.button-small, #preserve-old-layout a.button_small,
#preserve-old-layout a.button-green-medium, #preserve-old-layout a.button_green, #preserve-old-layout a.button-green,
#preserve-old-layout a.button, #preserve-old-layout input.button-green-extralarge,
#preserve-old-layout input.button-green-large, #preserve-old-layout input.button_small,
#preserve-old-layout input.button-small, #preserve-old-layout input.button-green-medium,
#preserve-old-layout input.button_green, #preserve-old-layout input.button-green, 
#preserve-old-layout input.button,#preserve-old-layout span.button {
    background-color: #1a67a6;
}

table tr td:nth-child(2) p span {
    color: #747474;
}

nav a.red.dropdown-toggle {
    color: white !important;
    /* font-weight: bold !important; */
    background-color: #ae0002;
}

nav a.red:hover {
    color: #372f2b !important;
}

.top-menu .navbar-default .navbar-nav li a.dropdown-toggle:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #535152;
}

.navbar-default .navbar-nav > li > a:focus {
    background-color: #be3234;
}

#perks h3 span {
    color: #323031;
    font-size: 12px;
    font-weight: 400;
}

#preserve-old-layout a.button_green.prices_selected {
    background: white;
    color: #1a67a6 !important;
    border: solid 2px #1a67a6;
    box-sizing: border-box;
}

#preserve-old-layout .netto-retail {
    color: #4f4f4f;
}

.table_services tfoot td.f-price p.gross {
    color: #676767;
}

#dsa_form span {
    font-size: 13px;
    font-weight: normal;
}

.close {
    opacity: .7;
}

#preserve-old-layout table tr td a.price-detailed {
    display: none;
}

.list tr:hover .price-area a.price-detailed {
    display: block !important;
}

#preserve-old-layout .select-buttons-option.selected, .auction-bid-input-left a,
#preserve-old-layout .select-buttons .ui-multiselect.selected, 
#preserve-old-layout .select-buttons-option.selected, #preserve-old-layout .select-buttons-option.selected:hover {
    background-color: #736d6a;
}

#preserve-old-layout table.list tr.activation-date-group td, .offer-gross, .auction-bid-input-right, .auction-bid-startfrom {
    color: #736d6a;
}

#preserve-old-layout .ui-datepicker-year, #preserve-old-layout .filters-top-list select {
    background: #e8e8e8;
    color: #000;
}

.offer-submit-button {
    font-weight: bold;
    text-transform: uppercase;
    background-image: none;
    background-color: #1a67a6;
    border-radius: 0 5px 5px 0;
    vertical-align: middle;
    overflow: hidden;
}

.auction-bn-button {
    background-color: #1C872F;
}

.auction-bid-button {
    background-color: #D14904;
}

.auction-bid-button.auction-bid-locked {
    background-image: unset;
    background-color: #372f2b;
}

.auction-bid-button.auction-bid-locked span::after {
    content: "🔒";
}

.offer-submit-button span {
    display: block;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 14px;
    text-indent: 0;
    top: 0;
    align-content: center;
}

.offer-submit-button:has(label) span {
    height: 80%;
}

.offer-submit-button label {
    color: whitesmoke;
    position: absolute;
    display: block;
    top: unset;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    text-indent: 0;
}

div.shine {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(300deg, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0.38) 20%, rgba(0, 0, 0, 0) 88%);

    animation-name: shine;
    animation-duration: 10s;
    animation-delay: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
}

@keyframes shine {
    0% {left: -100%;}
    20% {left: 100%;}
    100% {left: 100%;}
}

.box-info {
    color: #434343;
}