﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.modal-scroll-body {
    height: 350px;
    overflow-y: auto;
}

/* 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;
}

div.iconBlock i.fa-2x,
div.iconBlock span.fa-stack {
    margin-right: 15px;
}

label.space-after {
    margin-right: 18px;
}

div.push-tabs-down,
div.next-to-h2 {
    margin-top: 20px;
}

div.matches-control-bar {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pad-10-all {
    margin: 10px;
}

.pad-15-all {
    margin: 15px;
}

.well .well {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}

.table-xtra-condensed > thead > tr > th,
.table-xtra-condensed > tbody > tr > th,
.table-xtra-condensed > tfoot > tr > th,
.table-xtra-condensed > thead > tr > td,
.table-xtra-condensed > tbody > tr > td,
.table-xtra-condensed > tfoot > tr > td {
  padding: 2px;
}

.table-alt-highlight td,
tr.table-alt-highlight {
    background-color: antiquewhite;
}

.nav-condensed {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 1px;
  list-style: none;
}
.nav-condensed > li {
  position: relative;
  display: block;
}
.nav-condensed > li > a {
  position: relative;
  display: block;
  padding: 4px 12px;
}
.nav-condensed > li > a:hover,
.nav-condensed > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

div.row-with-padding {
    margin-top: 15px;
    margin-bottom: 15px;
}

i.icon-callout-normal {
    color: darkblue;
}

.table>tbody>tr>td.vcenter-cell {
    vertical-align: middle;
}

.neg-margin-row {
    margin-left: -50px;
    margin-right: -50px;
}

#asset-report .teamnum {
    width: 4em;
}

form .trucknum
#asset-report .trucknum {
    width: 7em;
}






#loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://www.zilliondesigns.com/blog/wp-content/uploads/loading-the-truck.gif') white no-repeat center;
    opacity: 0.75;
}