﻿body {
    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: 280px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.banner {
    background-color: #F5BF73;
    border-top: solid;
    border-top-width: 3px;
    border-top-color: #787878;
    border-bottom: solid;
    border-bottom-width: 3px;
    border-bottom-color: #787878;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5bf73+0,ed8b00+50,ed8b00+51,f5bf73+100 */
    background: #f5bf73; /* Old browsers */
    background: -moz-linear-gradient(left,  #f5bf73 0%, #ed8b00 50%, #ed8b00 51%, #f5bf73 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f5bf73 0%,#ed8b00 50%,#ed8b00 51%,#f5bf73 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f5bf73 0%,#ed8b00 50%,#ed8b00 51%,#f5bf73 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5bf73', endColorstr='#f5bf73',GradientType=1 ); /* IE6-9 */
}

.small-text-input {
    width: 50px;
}

.col-centered {
    margin: 0 auto;
    float: none;
}

.form-container{
    display:inline-block;
}

th {
    /*background-color: #b9b9b9;*/
    border-top: solid;
    border-top-width: 3px;
    border-top-color: #787878;
    border-top-style: solid;
    border-bottom: solid;
    border-bottom-width: 3px;
    border-bottom-color: #787878;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b9b9b9+0,dbdbdb+50,dbdbdb+51,b9b9b9+100 */
    background: #b9b9b9; /* Old browsers */
    background: -moz-linear-gradient(top,  #b9b9b9 0%, #dbdbdb 50%, #dbdbdb 51%, #b9b9b9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b9b9b9 0%,#dbdbdb 50%,#dbdbdb 51%,#b9b9b9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b9b9b9 0%,#dbdbdb 50%,#dbdbdb 51%,#b9b9b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b9b9', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */

}

.panel-heading {
    background-color: #b9b9b9;
    font-weight: bold;
}

.detailArea {
    background-color: #ffffff;
    font-size: 0.9em;
}

.addMargin3 {
    margin: 3px;
}

