﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -30px;
}

/* 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;
}

.useragreement {
    margin-top: 5px;
}

.divGridDAFDataset {
    font-size: small;
    width: 1190px;
}

.divGridRegisteredUsers {
    font-size: small;
    width: 600px;
}

.highlighted-red {
    background-color: rgba(203, 202, 202, 0.50);
    font-size: medium;
    font-weight: bold;
}

.bold {
    font-weight: 700 !important;
}

.subtitle {
    /*background-color:green;*/
    margin-top: -25px;
    font-style: italic;
    font-size: smaller;
    font-weight: 100 !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.logoimage {
    margin-top: 20px;
    /*margin-right: 40px;*/
    margin-left: -20px;
}

/*.headerlinks { color: red !important} 
.headerlinks:active { color: red !important}
.headerlinks:link { color: red !important}
.headerlinks:visited { color: red !important}*/

/*bootstrap overrides*/
.navbar-nav > li > a {
    color: white !important;
}

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        color: #777777 !important;
        background-color: transparent;
    }

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #555555 !important;
    background-color: #e7e7e7;
}

.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
    color: #cccccc !important;
    background-color: transparent;
}

.navbar-brand {
    color: white !important;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        color: #777777 !important;
        background-color: transparent;
    }

.jumbotron {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

.hometext{
    /*background-color:red;*/
    margin-top:60px;
}




























td.subcategorylist {
    padding-left: 5px;
}

td.masterlabellist {
    padding-top: 5px;
    padding-bottom: 5px;
}

.LabelNavTable {
    padding: 5px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #cc3300;
    margin-bottom: 10px;
}

td.LabelNavTableBorder {
    background-color: #cc3300;
}

table.data {
    border-style: solid;
    border-collapse: collapse;
    border-color: #666666;
    border-width: 1px;
}

    table.data td {
        border-style: solid;
        border-width: 1px;
        border-color: #666666;
        padding: 3px;
        font-size: 11px;
    }


tbody.data, td.data {
    background-color: #ffffff;
}



tbody.list td, table.list td {
    padding: 5px;
    vertical-align: top;
}

td.form {
    text-align: right;
}

thead, .tableheader /* used for secondary headers (see Form.asp) */ {
    background-color: #9999cc;
    color: #ffffff;
    FONT-WEIGHT: 700;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}

/* can only apply to thead elements */
thead {
    display: table-header-group;
}
