﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

.CarGurusButton {
    background-color: #296aa1;
    border: Solid;
    color: White;
    border-color: #2774b6;
    width: 150px;
}

.CarGurusButtonMobile {
    background-color: #296aa1;
    border: Solid;
    color: White;
    border-color: #2774b6;
    width: 100px;
}

.CarGurusButton {
    background-color: #296aa1;
    border: Solid;
    color: White;
    border-color: #2774b6;
    width: 150px;
}

.CarGurusGrayBox {
    background-color:#f5f6f6; 
    border-color:#dfe1e1; 
    border-width:2px; 
    border-style:solid; 
    padding: 5px 6px 5px 6px;   
}

.CarGurusGreenFlashBox {
    background-color: green !important;
    border-color: #dfe1e1;
    border-width: 2px;
    border-style: solid;
    padding: 5px 6px 5px 6px;
}

.CarGurusRedFlashBox {
    background-color: red !important;
    border-color: #dfe1e1;
    border-width: 2px;
    border-style: solid;
    padding: 5px 6px 5px 6px;
}

.CarGurusBlueBox {
    background-color: #eef1f8;
    border-color: #dfe1e1;
    border-width: 2px;
    border-style: solid;
    padding: 5px 6px 5px 6px;
}

.CarGuruTitle {
    color:dimgray;
}

.RedZone {
    background-color: #f5f6f6;
    border-color: red;
    border-width: 2px;
    border-style: solid;
    padding: 5px 6px 5px 6px;
}

.GreenZone {
    background-color: #f5f6f6;
    border-color: green;
    border-width: 2px;
    border-style: solid;
    padding: 5px 6px 5px 6px;
}

.GrayZone {
    background-color: #f5f6f6;
    border-color: gray;
    border-width: 2px;
    border-style: solid;
    padding: 5px 6px 5px 6px;
}

.DarkGrayZone {
    background-color: #3a3a3c;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    padding: 5px 6px 5px 6px;
}

.ui-accordion .ui-accordion-content {
    overflow: visible !important;
}
.ui-accordion .ui-accordion-content {
    overflow: hidden !important;
}

.Accordian {
    overflow: hidden !important;
}

.ProPlusLoading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../images/loading.gif') 50% 50% no-repeat;
}

.ProPlusModal {
   
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}

.InsideModal {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    background-color: #eaf4fd;
    border-color: #dfe1e1;
    border-width: 2px;
    border-style: solid;
    padding: 5px 6px 5px 6px;
    width: 85%;
    -webkit-overflow-scrolling: touch;
}

.SearchPanel {
    display: none;
    border-width: 2px;
    border-color: #d6e9fb;
    border-style: solid;
    background-color: #eaf4fd;
    text-align: center;
    z-index: 9000;
    position: fixed;
    width:100%;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
}

.BuyHold {
    border-width: 2px;
    border-color: #e7e7f3;
    background-color: white;
    text-align: center;
    z-index: 9000;
    border-style: solid;
}

.Flip {
    border-width: 2px;
    border-color: #e7e7f3;
    background-color: white;
    text-align: center;
    z-index: 9000;
    border-style: solid;
}