﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
    max-width: 280px;
}

[data-toggle="collapse"] .fa:before {
    content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f13a";
}

.collapseIcon {
    line-height: 1.25 !important;
}*/



.form-control.side-by-side {
    display: inline-block;
    width: 48%;
}

.btn-group.is-invalid label.btn {
    color: #dc3545;
    border-color: #dc3545;
}

img.logo {
    max-width: 320px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 480px) {
    img.logo {
        max-width: 240px;
    }
}


.help {
    margin-left: 6px;
}

.checkbox-list {
    border: 1px solid #ced4da;
    padding: 6px;
}

.checkbox-list div {
    /*display: inline-block;*/
    padding-right: 6px;
    /*width: 48%;*/
}

.checkbox-list label {
    margin-bottom: 0px;
}

.bold {
    font-weight: bold;
}

.vin {
    text-transform: uppercase;
}

div#welcome-us {
    font-size: 14px;
}

div#welcome-us .text-muted {
    font-size: 12px;
}

div#welcome-us h5 {
    font-size: 18px;
}

.btnSellAtAuction {
    background-color: #004E95;
    color: white;
}
.dismiss {
    margin-left:12px;
}