﻿html, body
{
    padding: 0px;
    margin: 0px;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body
{
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content
{
    padding-left: 0px;
    padding-right: 0px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea
{
    max-width: 100%; /*280px;*/
}

.width280
{
    max-width: 280px;
}


/* Responsive: Portrait tablets and up */
/*@media screen and (min-width: 768px)
{
    .jumbotron
    {
        margin-top: 20px;
    }

    .body-content
    {
        padding: 0;
    }
}*/

.line-height30
{
    line-height: 30px;
    padding: 5px;
}

.line-space20
{
    height: 20px;
    width: 100%;
    clear: both;
    float: left;
}

.redstar
{
    color: #ff0000;
}


a
{
    text-decoration: none;
    color: #4d4d4d;
}

    a:hover
    {
        color: #004097;
        text-decoration: none;
    }

    a:active
    {
        text-decoration: none;
    }

    a:visited
    {
    }

.fontsize16
{
    font-size: 16px;
}

.bolder-none
{
    border: none;
}


.table-bordered2
{
    border: 1px solid #ddd;
}

    .table-bordered2 > thead > tr > th,
    .table-bordered2 > tbody > tr > th,
    .table-bordered2 > tfoot > tr > th
    {
        border: 1px solid #ddd;
    }

    .table-bordered2 > thead > tr > th,
    .table-bordered2 > thead > tr > td
    {
        border-bottom-width: 2px;
    }

.align-right
{
    width: 20px;
    text-align: right;
    white-space: nowrap;
    padding-top: 10px !important;
    padding-left: 10px !important;
}

.table-bg-gray
{
    background-color: #eeeeee;
}

.any-col-center-block
{
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
