html,
body {
    height: 100%;

    /*!* Reduction to the overall text of the site *!*/
    /*font-size: 90%*/
}

/**********************************************************/


/**********************************************************/


.topnav .navbar-brand img {
    height: 1.5rem !important;
}

.card-title {
    /* Resized card-titles to be bigger */
    font-size:120%!important;
}

.card-header.text-white h5 {
    color: #FFF;
}

.btn {
    margin-bottom: 0.3em;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/***************** NEW LEADS *****************/

.primary_vrm_display, .associated_vrm_display, #associated_vrm_form_wrapper label {
    background: #ebd118;
    display: inline-block;
    padding: 1px 14px 1px 14px;
    text-align: center;
    border-radius: 6px;
    font-weight: bold;
    color: #303030;
    border: 1px solid #999;
    min-width: 100px;
}

.vin_display {
    background: #000000;
    display: inline-block;
    padding: 3px 14px 2px 14px;
    text-align: center;
    border-radius: 0;
    color: #FFFFFF;
    min-width: 100px;
    font-weight: bold;
    font-family: "Courier New", Courier, monospace;
}

#associated_vrm_form_wrapper label {
    margin-left: 1em;
}

.vehicle_summary_paragraph {
    background-color: #f1f1f1;
}

#primary_notes_wrapper, #control_panel_wrapper, #vrm_wrapper {
    height:380px;
}

#control_panel_wrapper, #vrm_wrapper {
    overflow-y: scroll;
    overflow-x: hidden
}

#customer_form_leads .help-block {
    color: red;
}

.attachment_row {
    margin-bottom :10px;
}
.attachment_image_section {
    background-color: #4289F2;
    margin-bottom :5px;
    border-top: 1px solid #687281;
    color: white
}
.note_header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom:  1px solid #bcbcbc;
    background-color: #F1F1F1;
    padding: 4px 4px;
    min-height: 24px;
}

.read_only_quality_points {
    background-color: #f7f7f7!important;
    color: black!important;
}