﻿html {
  position: relative;
  min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 70px;
}

/* 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,
textarea {
    max-width: 280px;
}

footer {
  position: absolute;
  bottom: 0;
  /* Set the fixed height of the footer here */
  height: 70px;
}

footer div.container {
    text-align: center;
}

footer img.belronlogo {
    height: 10px;
}
img.pidnav {
    width: 38px;
    margin-right: 30px;
}

ul.tasklist {
    list-style-type: none;
}

ul.tasklist li {
    list-style-type: none;
    padding: 3px 0;
}

.vehicleSearchForm .form-group label {
    width: 160px;
}


.blacklist-dropdowns .form-group label {
    width: 140px;
}

.vehicleSearchForm h4 {
    height: 23px;
}

.clickable {
    cursor: pointer;
}

div.reportParameters > div {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 30px;
    width: 250px;
}

.table.manageUsers > tbody > tr > td {
    vertical-align: middle;
}

.spinner {
    display: none;
    padding-left: 10px;
}

textarea.providerConfig {
    width: 200px;
    height: 300px;
}

.no-border {
    border: none !important;
}

.blacklist-question {
    text-align: left;
    font-weight: normal;
    margin-right:20px;
    margin-left:20px;
}