﻿body {
    padding-top: 56px;
    padding-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}*/

div.vertical-line {
    width: 0px; /* Use only border style */
    height: 100%;
    display: inline-block; 
    border: 1px inset; /* This is default border style for <hr> tag */
}

.bs-callout .dl-horizontal {
    margin-bottom: 5px;
}

.border-top {
    border-top: 1px solid #ddd;
}

.d-inline {
    display: inline;
}

.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 5px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 5px !important;
}
.ml-1 {
    margin-left: 5px !important;
}
.mr-1 {
    margin-right: 5px !important;
}
.m-auto {
    margin: auto !important;
}

.text-truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tbody > tr > td {
    border-top-color: initial !important;
    border-bottom-color: initial !important;
    vertical-align: middle !important;
}

.d-flex {
    display: flex;
}

.flex-grow {
    flex-grow: 1;
}