﻿.PrimaryBGC {
    background: #123a40 !important;
}

.SecondaryBGC {
    background: #3e3e3f !important;
}

.mobile-auth-container {
    color: #fff !important;
}

.hamburger-container {
    color: #fff !important;
}

.simple-specs-row {
    width: 100%;
    flex-wrap: nowrap !important;
}

.simple-specs-label {
    min-width: 150px;
}

.simple-specs-inches {
    padding: 2px;
    line-height: 3;
}

.siteFontColor {
    color: white !important;
}

.ui-dialog-titlebar {
    color: #fff !important;
    background: #3a658e !important;
}

.switch-btn-input:checked + .switch-btn-label {
    color: #fff;
    background: #3a658e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0;
    padding: .35em;
}

.add-listing-btn {
    margin: 0 5px 8px 0;
    padding: 7px 25px !important;
    text-align: center !important;
    color: #fff !important;
    background: #3a658e !important;
    font-weight: 200 !important;
    font-size: 12px !important;
    text-decoration: none !important;
    border-radius: 3px !important;
    display: inline-block !important;
    transition: ease .3s !important;
}

.FitsToHeader th {
    background-color: #123a40;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

.fitsto-btn {
    text-decoration: none !important;
    background: #123a40 !important;
    margin-top: 19px !important;
}

    .fitsto-btn:hover {
        background: #525252 !important;
    }

.hover {
    background: #525252 !important;
}

.free-listing .submit-btn:hover {
    background: #525252 !important;
}

.free-listing-done .submit-btn:hover {
    background: #525252 !important;
}

.additional-content .expand button.expanded {
    background: #123a40;
}

.listing-landing .landing-content .landing-page-btn {
    background: #3a658e !important;
}

    .listing-landing .landing-content .landing-page-btn:hover {
        background: #234B78 !important;
    }

.modal-main .landing-page-btn {
    background: #3a658e !important;
}

    .modal-main .landing-page-btn:hover {
        background: #234B78 !important;
    }

.listing-landing .landing-content .sell-grid .grid-box { /*Boxes in the middle of page*/
    background: #133a41 !important;
}

.listing-landing .landing-content h2 {
    color: #133a41 !important;
}

.SpecForm {
    display: flow-root !important;
}

.column6 {
    width: 100% !important;
}

.small-select {
    margin-left: 1% !important;
}

@media screen and (max-width: 480px) {
    .free-listing input[type="text"].footSpecText {
        width: 47% !important;
    }
}

@media screen and (max-width:1000px) {
    .stepsSP {
        background: #133a41 !important;
    }
}

.landing-page-ad:hover .landing-page-caption {
    background: rgba(19,58,65,0.75);
}