﻿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,
textarea {
    max-width: 700px;
}


/* Fixed head table see: https://stackoverflow.com/questions/21168521/table-fixed-header-and-scrollable-body */
.tableFixHead {
    overflow-y: auto;
    height: 600px;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
}

.btn-primary {
    color: #fff;
    background-color: #197a80;
    border-color: #197a80;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0f494d;
    border-color: #0f494d;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0f494d;
    border-color: #0f494d;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.bg-dark {
    background-color: #0f494d !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #082527 !important;
}