﻿html, body, h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

h2 {
    font-size: 30px;
    letter-spacing: -.01em;
    font-weight: 600;
}


.footer {
    width: 100%;
    background-color: #f1f1f1;
    margin-top: 100px !important;
}

b {
    font-weight: 600;
}


.footerFixedBottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    margin-top: 0px !important;
    background-color: transparent;
    display: contents;
}


.wrapper {
    display: flex;
    flex-flow: row wrap;
}

    /* We tell all items to be 100% width, via flex-basis */
    .wrapper > * {
        flex: 1 100%;
    }

/* We rely on source order for mobile-first approach
 * in this case:
 * 1. header
 * 2. article
 * 3. aside 1
 * 4. aside 2
 * 5. footer
 */

/* Medium screens */
@media all and (min-width: 600px) {
    /* We tell both sidebars to share a row */
    .aside {
        flex: 0 auto;
    }
}

/* Large screens */
@media all and (min-width: 800px) {
    /* We invert order of first sidebar and main
   * And tell the main element to take twice as much width as the other two sidebars 
   */
    .main {
        flex: 2 0px;
    }

    .aside-1 {
        order: 1;
    }

    .main {
        order: 2;
    }

    .aside-2 {
        order: 3;
    }

    .footer {
        order: 4;
    }
}





.body-container {
    max-width: 1600px;
    margin: 0 auto;
}

.st-green, .st-hover-green:hover {
    border-color: #000000 !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    border-width: 1px !important;
    outline: 3px solid #000000 !important;
    outline-offset: -2px !important;
}

.ms-blue {
    background-color: #0067b8;
    color: white;
}

    .ms-blue, .ms-blue:hover {
        color: #ffffff !important;
        background-color: #0067b8 !important
    }


h3 {
    letter-spacing: -1px;
}


@media (max-width:491px) {
    #ManufacturerContainer {
        justify-content: center;
    }
}

@media (max-width:519px) {
    #ModelsContainer {
        justify-content: center;
    }
}

@media (max-width:601px) {
    #BeginAppraisalImage {
        text-align: center !important;
        padding-right: 0px !important;
    }
}

@media (max-width:992px) {
    .accordian-content {
        width: 100% !important;
        min-width: initial !important;
    }
}

.accordian-content {
    border: 1px solid black;
    margin: 5px;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 0px;
    width: 47%;
    min-width: 100px;
    padding: 0px;
    text-align: left;
}


#CartButtonsContainer {
    text-align: center !important;
}

st-cart-item-height {
    height: 130px !important;
}

#MicrosoftLogo {
    width: 130.797px;
    height: 27px;
    margin-top: 9px;
}


#BeginAppraisalImage {
    padding-right: 83px;
}

.AppraisalAccordianContainer {
    padding-top: 0px;
}

#CartButtonsContainer {
    text-align: right;
}

.st-vertical-cetneralign-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.st-cart-item-height {
    height: 250px;
}

.err-text-AA-red {
    color: red;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

@media print {
    .PrintHide {
        display: none;
    }

    #ViewConfirmationDiv {
        display: block;
        border: 0px solid #888888;
    }
}

#snackbar {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 0px;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    font-size: 17px;
    width: 100%;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 2.5s;
        animation: fadein 1.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 0px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 0px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.border-bottom {
    border-bottom-width: .0625rem !important;
    border-bottom-style: solid;
    border-bottom-color: #d2d2d2;
}

.CalculateButtonGrey {
    background-color: #f2f2f2 !important;
    color: grey !important;
}

#ManufacturerContainer {
    display: flex;
    flex-wrap: wrap;
}

#ModelsContainer {
    display: flex;
    flex-wrap: wrap;
}

.btn-brand:disabled, .btn-primary:disabled, .disabled.btn-brand, .disabled.btn-primary, .theme-dark .btn-primary-alt:disabled, .theme-dark .disabled.btn-primary-alt {
    box-shadow: none;
    background-image: none;
}

.btn.disabled, .btn:disabled {
    cursor: default;
    opacity: .3;
}

.btn-brand, .btn-primary, .theme-dark .btn-brand, .theme-dark .btn-primary-alt {
    background-color: #0067b8 !important;
    color: #fff !important;
}

.btn-faint-dark, .btn-faint-inverse, .btn-faint-secondary, .theme-dark .btn-faint-dark {
    background-color: inherit;
    color: #000 !important;
    background-image: linear-gradient(rgba(0,0,0,.15),rgba(0,0,0,.15));
}

.btn {
    display: inline-block;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: .125rem solid transparent;
    position: relative;
    border-radius: .125rem;
    background-color: inherit;
    color: inherit;
    text-decoration: none;
    padding: .625rem .75rem;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 5s;
    font-family: "Segoe UI Semibold", SegoeUISemibold, "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hover-dropdown:hover {
    background-color: #f2f2f2 !important;
}

.PromoDropdown {
    font-family: "Segoe UI Semibold", SegoeUISemibold, "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    
}

.shadow {
    box-shadow: 4px 4px 6px rgba(107, 107, 107,0.2);
}

.bg-gray-100 {
    background-color: #f2f2f2 !important;
    color: #000;
}

.bg-gray-200, .bg-neutral-100, .theme-dark .bg-neutral-400 {
    background-color: #e6e6e6 !important;
    color: #000;
}

.button {
    cursor: pointer;
    margin-bottom: 20px;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.75rem;
    margin-left: -.75rem;
}

.check-active:after {
    position: absolute;
    text-align: center;
    font-size: 22px;
    color: white;
    content: "";
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: black;
    font-family: "MWF-MDL2";
}
.promo-item {
    background-color: #ffb900;
}
.promoDropdownSelected {
    background-color: #cacaca;
}
