.fixed-top {
    height: 90px;
    background-color: white;
}

.fc-unthemed td.fc-today{
  color: #FFF;
  background-color: #8bb9ea;
  font-weight: bold;
}

.navbar-custom-collapse {
        background-color: white;
        padding: 20px;
        text-align: right;
        margin: -16px;
}
.navbar-nav>li>a {
    color: #831618;
    font-weight: bold;
}
.navbar-nav>li {
    padding-left: 30px;
}
.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.custom-alert{
    background-color: #831618;
    color: #fff;
}
.dashboard-img{
    height: 900px;
}

caption.index{
    caption-side: top;
    align: right;
    color: #fff;
}

tbody.index{
    background-color: #fff;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

a.active{
    color: #831618;
}

.custom-text {
    color: #831618;
    font-weight: 500;
}

.custom-header {
    color: white;
    background-color: #831618;
}

.navbar{
    padding-bottom: 7px;
    padding-top: 1px;
}

.custom-jumbotron {
    margin-top: 90px;
    background-color: #3c3d41;
    padding: 20px 10px;
    color: rgba(255,255,255,1.00);
    margin-bottom: -70px;
}

#car_soldPrice{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    font-weight: bold;
}
#car_buyPrice{
    color: #fff;
    background-color: #831618;
    border-color: #831618;
    font-weight: bold;
}
.search-jumbotron{
    border-radius: 0 0 6px 6px ;
    padding: 2rem 1rem;
}

h4.cat-title, h4.cat-title-admin, h4.profile-title {
    margin-top: 20px;
    border-bottom: 2px solid #831618;
    color: #831618;
    margin-bottom: 30px;
}

.logo_img_footer {
    height: 90px;
    vertical-align: text-top;
    width: 90px;
}

.logo_img {
    height: 80px;
    width: 160px;
}

.custom-well {
    background-color: #fff;
    width: 100%;
    margin-bottom: 0;
    margin-top: 100px;
    border: 0;
    border-radius: 0;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 10px;
    min-height: 1250px;
}

.well-footer {
    width: 100%;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
}

.footer-bs {
    background-color: #3c3d41;
    padding: 60px 40px;
    color: rgba(255,255,255,1.00);
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; text-transform:uppercase; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
    font-size: 14px;
    margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
    font-size: 14px;
     margin-bottom:10px;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom:10px;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
    .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10); }
}

.myTable td{
    vertical-align: baseline!important;
}

.table .tfoot-dark tr {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
