a#mbde_find_dealer.mbde_btn.find_dealer_btn {
    background: #ff5500 !important;
    color: #ffffff !important;
}

.order-form-cover {
    background: #004995;
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.order-status h2 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 36px;
    padding-bottom: 17px;
    margin-bottom: 20px;
}
.order-status h2::after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 80px;
    height: 4px;
}
.order-form .order-field {
    background: #fff;
    height: 55px;
    font-size: 16px;
    color: #000;
    border: 0px;
    border-radius: 7px;
    outline: 0;
    padding: 5px 150px 5px 24px;
}
.order-form {
    position: relative;
}
.order-form * {
    margin: 0;
    padding: 0;
}
.order-form .order-btn:hover, .order-form .order-btn:focus {
    background: #ff4413 !important;
}
.order-form .order-btn {
    position: absolute;
    top: 0px;
    right: -16px;
    max-width: 123px;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #f13e12;
    border: 0px;
    border-radius: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 20px;
}
.order-table {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
}
.order-table table {
    border-spacing: 2px;
}
.order-table table tr td {
    background: #fff;
    padding: 14px 34px 13px 34px;
}
.order-table table tr td.orange-col {
    background: #f13e12;
    border-bottom-color: #f13e12;
    width: 166px;
    text-align: center;
    color: #fff;
}
.last-update {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.last-update span {
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-transform: initial;
}
.midText {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding: 0;
}
.carousel-area {
    background: url(https://www.pitco.com/hubfs/pitcomay2019/carousel-bg.gif) repeat top left;
    text-align: center;
    padding: 40px 0 30px;
}
#matchingOrderNotFound {
    display: none;
    font-size: 13px;
    text-align: left;
    color: #f13e12;
    background: white;
    padding: 12px;
    margin-top: 12px;
    border-radius: 5px;
    margin-bottom: 12px;
    border: 1px solid #f13e12;
    overflow: hidden;
}
#matchingOrderNotFound span {
    margin-top: 2px;
}
#matchingOrderNotFound .fa-times-circle {
    float: right;
    font-weight: 100;
    font-size: 18px;
    margin-top: -1px;
    cursor: pointer;
}