﻿html {
    border-top: 5px solid #000;
}

body {
    background-color: #ccc !important;
    color: #333;
    Font-family: Arial, Helvetica, sans-serif;
    font-size: .85em;
    font-style: normal;
    margin-top: 0px;
}

.float-export-btn {
    background: #EEEEEE;
    border: 1px solid #989898;
    color: #000000;
    font-size: 12px;
    padding: 2px 6px 2px 6px;
    cursor: pointer;
    display: inline-block;
    text-align: right;
    margin-left: 90%;
}

#exportwrapper {
    width: 98%;
    padding: 10px;
    height: 10px !important;
}

    #exportwrapper .counts {
        width: 195px;
        float: left;
    }

    #exportwrapper .reportlink {
        float: right;
        background: #EEEEEE;
        border: 1px solid #989898;
        color: #000000;
        padding: 2px 6px 2px 6px;
        cursor: pointer;
    }

.fontStyle {
    color: #002555;
    font-family: Arial;
}

.fontBold {
    font-weight: bold;
}

.myQAButton {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font: normal 13px Arial;
    text-decoration: none;
    background-color: #EEEEEE;
    color: black;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid black;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid black;
}

.changeLogGrid {
    border:none;
    cursor: pointer;
    color: black;
    display: inline-block;
    font: normal 14px Arial, Helvetica, sans-serif;
    text-decoration: none;
    width: auto;
}


.taken {
    color: Red;
    font-weight: bold;
}

.available {
    color: Green;
    font-weight: bold;
}
.subnav {
    background-color: #d6e1e7;
    color: #333;
    height: 25px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    padding-top: 5px;
    margin-top: 5px;
}

.panel {
    padding: 1px 3px 3px 7px;
    margin: 1px 3px 1px 0px;
    clear: both;
}

    .panel h3 {
        background-color: #CCCCCC;
        font-weight: bold;
        color: Black;
    }

    .panel h2 {
        color: #002555;
        font-family: Arial;
        font-size: 1.2em;
        font-weight: bold;
    }

/* CSS for the VettingRecordsController pages */
.vr-col1 {
    float: left;
}

.vr-col2 {
    margin-left: 10px;
    float: left;
}

.vr-col3 {
    float: left;
    margin-left: 100px;
}

div.breadcrumb-container {
    text-align: left;
    vertical-align: middle;
    position: absolute;
    left: 0px;
}

.container_12 {
    background-color: #fff;
}

.breadcrumb-container ul {
    padding: 0;
    margin: 5px 0 0 5px;
    font-size: 14px;
}

    .breadcrumb-container ul li {
        list-style-type: none;
        display: inline;
        color: #333333;
    }

        .breadcrumb-container ul li:before {
            content: ">";
        }

        .breadcrumb-container ul li:first-child:before {
            content: "";
            font-weight: bold;
        }

.breadcrumb {
    color: #333333;
    font-size: 14px;
    padding: 0 8px 0 7px;
    background-color: #d6e1e7 !important;
}

.breadcrumb-container ul li:first-child {
    padding-left: 4px;
}

a.breadcrumb:hover {
    color: #8BC541;
}

.a {
    text-decoration: underline !important;
    color: #0000FF !important;
}

.hello {
    text-align: right;
}

.footest {
    font-size: 1.0em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #002555;
}

/* ---------------------boxes-------------------------- */
.box {
    background: #EFF3FB;
    margin-bottom: 20px;
    padding: 10px 10px 1px 10px;
}

    .box h2 {
        font-size: 1.0em;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        background: #002555;
        margin: -10px -10px 0 -10px;
        padding: 6px 12px;
    }

        .box h2 a,
        .box h2 a.visible {
            color: #fff;
            background: #333 url("../img/switch_minus.gif") 97% 50% no-repeat;
            display: block;
            padding: 6px 12px;
            margin: -6px -12px;
            border: none;
        }

.grid_4 .box h2 a {
    background-position: 97% 50%;
}

.grid_5 .box h2 a {
    background-position: 98% 50%;
}

.box h2 a.hidden,
.box h2 a.hidden:hover {
    background-image: url("../img/switch_plus.gif");
}

.box h2 a:hover {
    background-color: #111;
}

.block {
    padding-top: 10px;
}

div.menu {
    padding: 0;
}

    div.menu h2 {
        margin: 0;
    }

    div.menu .block {
        padding-top: 0;
    }

.headerSection {
    text-align: left;
    padding-left: 4px;
    font-size: 1.0em;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #002555;
    margin: -0px -0px 0 -0px;
    padding: 6px 12px;
}
.validation-summary-errors {
    color: red;
}

/* CSS for the Dedupe Pages */
.dedupe-left {
    float: left;
}

.dedupe-right {
    float: left;
    margin-left: 100px;
}

    .dedupe-left label, .dedupe-right label {
        font-weight: bold;
    }

.dedupe-mr-left {
    font-weight: bold;
    width: 100px;
    float: left;
}

.dedupe-mr-right {
    float: left;
    width: auto;
    text-align: right;
}
.content {
    overflow: hidden;
}
