﻿/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
body {
    padding-top: 1px;
    padding-bottom: 10px;
    border: 8px solid #ecf0f1; /*#93deff;*/
    background-color: #f7f9f9; /* #d3d6db*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}

.bg-card {
    background-color: #ecf0f1;
}

.inset-border {
    border-width: 4px;
    border-style: inset;
    border-color: none;
}

/* 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;
}

#footer, #subBanner {
    background-color: #369992;
    color: #FFF;
    font-family: georgia,garamond,serif;
    font-size: smaller;
    width: 100%;
    text-align: center;
}

.form-group.required label:after, .form-inline.required div > label:after {
    content: "*";
    color: red;
    padding-left: .25em;
}

a.hover_black:hover {
    color: black !important;
}

a.hover_red:hover {
    color: #7e394d !important;
}

th {
    white-space: nowrap;
}

td {
    max-width: 160px; /* Adjust the width as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* CSS for Square boxes */
/*span {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 6px;
    background-color: #ecf0f1;
}*/

/*border system for bootstrap columns */
/* Subtractive */

.border-up-0 {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.border-down-0 {
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.border-left-0 {
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.border-right-0 {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

/* Additive */

.border-all {
    border-left: 1px double black;
    border-right: 1px double black;
    border-top: 1px double black;
    border-bottom: 1px double black;
}

.border-up {
    border-top: 1px solid black;
}

.border-down {
    border-bottom: 1px solid black;
}

.border-left {
    border-left: 1px solid black;
}

.border-right {
    border-right: 1px solid black;
}

.border-leftright {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.border-updown {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.border-leftup {
    border-left: 1px solid black;
    border-top: 1px solid black;
}

.border-leftdown {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.border-rightup {
    border-right: 1px solid black;
    border-top: 1px solid black;
}

.border-rightdown {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

/*Make Radio buttons bigger*/
input[type='radio'] {
    border: 0px;
    width: 10%;
    height: 1.5em;
}

/*Make the control backgrounds stylish*/
.tbstyle {
    background-color: #dbdbdb;
    width: 100%;
    border-style: hidden;
    border-radius: 5px;
}

/*Extends Bootstrap display functionality */
.display-5 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 3.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-8 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-9 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-10 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-11 {
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.2;
}
