﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, Sans-Serif;
}

/* Wrapping element */
/* Set some basic 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 widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}*/

.Combo {
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, Sans-Serif;*/
    font-weight: normal;
    max-width: 100%;
    min-width: 100px;
    /*font-size: .90em;*/
    border-style: inset;
    border-width: 2px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.Textbox1Ln {
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-weight: normal;
    /*font-size: .90em;*/
    max-width: 90%;
    width: 45%;
    border-style: inset;
    border-color: darkgray;
    border-radius: 6px;
    padding-left: 3px;
    padding-right: 3px;
    /*display:block;*/
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.Textbox8Ln {
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-weight: normal;
    /*font-size: .90em;*/
    max-width: 90%;
    width: 70%;
    height: 164px;
    vertical-align: text-top;
    border-style: inset;
    border-color: darkgray;
    border-radius: 6px;
    
    /*padding-left: 3px;
    padding-right: 3px;
    padding-top:3px;*/
    padding: 3px;
    /*display: block;*/
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.labelTop {
    width: 15%;
    /*float: right;*/
    font-weight: bold;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-size: .90em;
    padding-top: 5px;
    text-align: right;
    display: block;
    margin-right: 15px;
}

.copyRight {
    background-color: #222;
    /*background-color: #6e82bd;*/
    color: white;
    /*color: #ed853d;*/
    text-align: center;
}