body {
    padding-top: 0;
    padding-bottom: 20px;
}

.print-only{
    display: none;
}

@media print {

    .no-print {
        display: none;
    }

    .print-only{
        display: block;
    }

    a:link    { text-decoration:none; }
    a:visited { text-decoration:none; }
}

/* 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;
}


textarea {
    max-width: 500px;
}

th, th a:link, th a:visited {
    text-decoration: none;
    white-space: nowrap;
}

    th a:hover {
        color: #FFF;
        text-decoration: underline;
    }

td a:link, td a:visited {
    text-decoration: none;
    color: #2269a6;
}

td a:hover, a:active, a:focus {
    background-color: transparent;
    text-decoration: underline;
}

.help {
    cursor: help;
}

.borderless > tbody > tr > td,
.borderless > tbody > tr > th,
.borderless > tfoot > tr > td,
.borderless > tfoot > tr > th,
.borderless > thead > tr > td,
.borderless > thead > tr > th {
    border: none;
}

.ui-autocomplete {
    cursor: default;
    list-style: none;
    background: white;
    font-size: 1.0em;
    padding: 1px;
    margin: 0px;
    border: 1px solid #d3d3d3;
    width: 200px;
    white-space: nowrap;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: scroll;
}

.ui-menu .ui-menu-item a:hover .radio {
    text-decoration: none;
    cursor: pointer;
}

input[type="radio"], label.pointer {
    cursor: pointer;
}

input, select
{
    max-width: 265px;
}

/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 150px;
}

span.help {
    display: none;
    background-color: #e6f3fe;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 12px;
    width: 60%;
    border: #5eb0ff 1px solid;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 5px 10px #888888;
}

@media (max-width: 650px) {
    span.help {
        min-width: 100%;
    }
}

.nav a {
    background-color: #F6F6F6;
    border-color: #AABBCC !important;
}

.pagebreak {
    page-break-before: always;
}

.field-validation-error {
    display: block;
}

.container {
    max-width: 1240px;
}

.control-label {
    padding-left: 0;
}

.text-danger {
    font-size: 1.1em;
    color:  firebrick !important;
}

.pagebreak {
    page-break-before: always;
}

.left20 {
    margin-left: 20px;
    margin-top: 6px;
}

fieldset {
    margin:0;
    padding:0;
}

.input-group .form-control:not(:first-child):not(:last-child)
{
	border-top-right-radius:0;border-bottom-right-radius:0;
	border-top-left-radius:3px;border-bottom-left-radius:3px;
}

.input-group 
{
    right:7px;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, 
.input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, 
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
    border-top-left-radius: 3px; 
    border-bottom-left-radius: 3px; 
}

.input-group-addon
{
	padding:0;border:none;background-color:#FFFFFF;
}

.search-field-label.help {
    cursor: help;
}

.glyphicon {
    position: relative;
    top: 0px;
    right: 5px;
    font-size: 1.5em;
    cursor: help;
    color:black;
}

.legend {
    margin: 0 0 5px 0;
    /*font-weight: bold;*/
    font-size: 1.em;
    /*border-bottom: 1px solid grey;*/
    color: black;
}

legend {
    margin: 0;
    padding: 0;
}

legend .glyphicon {
    position: relative;
    top: 0px;
    right: 5px;
    font-size: 1.0em;
    cursor: help;
    color:black;
}

.progress-bar {
	background-color:lawngreen;
    color:black;
    font-weight:bold
}

/* compressed nav menu */
@media (max-width: 767px) {
    .media767Hide {display: none;}
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 18px;
    }
}

h2 {
    margin: 0;
    padding: 0;
}

hr {
    margin: 5px 0 5px 0;
    padding: 0;
}

.fs-row1 {
    padding: 0;
}
.fs-row2-on {
    padding: 0;
    margin-top: 20px;
}

.p1-prgrf {
    margin: 0 50px 10px 0;
}
