﻿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: 280px;*/
}

.table-label
{
    display: inline-block;
    padding-right: 10px;
    text-align: right;
    width: 190px;
}

.bold
{
   font-weight: bold;
}

.table-value
{
    font-size: 110%;
    font-weight: bold;
}

.label-value
{
    display: inline-block;
    margin-right: 0 !important;
    margin-top: 10px;
}

.photo
{
    border: 1px solid;
    height: 150px;
    padding: 5px;
}

.table tr td
{
    /*max-width: 200px;*/
}

.table.free-table tr td
{
    max-width: 10000px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    font-weight: bold !important;
}

ul.buttons-list-2,
ul.buttons-list
{
    list-style: none;
    padding: 0;
}

ul.buttons-list li
{
    margin-bottom: 5px;
}

ul.buttons-list-2 li
{
    float: left;
    margin: 5px;
    width: 45%;
}

.small
{
    width: 100px !important;
}

.medium
{
    width: 300px !important;
}

table.data-table th
{
    text-align: right;
}

.no-print
{
    border: dashed 1px darkkhaki;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }

    table.table-report
    {
        page-break-after: auto;
    }

    table.table-report tr
    {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    table.table-report td
    {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    table.table-report thead
    {
        display: table-header-group;
    }

    table.table-report tfoot
    {
        display: table-footer-group;
    }

    a[href]:after
    {
        content: "" !important;
    }
}
