@charset "UTF-8";
@import "format.css";

h2 {
    font-size: 22px;
}

div#page-container {
    font-size: 85%; 
}

#masthead {
    background: #006 url(//www.census.gov/images/header.png) no-repeat-x left center;
    color: #FFF;
}

div#masthead h1 {
    height:80px;
    background: url(../img/icon.jpg) no-repeat right top;
}

#dropdown {
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-bottom: 4px solid #006;
    padding: 5px 0 1px 1em;
}

#dropdown li.selected {
    background-color: #006;
    padding: 2px 10px;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 2px solid;
    border-color: #006 #006 #006 #006;
    text-decoration: none;
}

ul.rMenu li a {
    color: #fff;
    border-top: 1px solid #006;
    border-right: 1px solid #006;
    border-bottom: 1px solid #c5d2e3;
    border-left: 1px solid #006;
}

ul.rMenu-ver {
    border-top: solid 1px #5a6775;
}

ul.rMenu li a {
    padding: 2px 10px 3px;
}

ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:visited,
ul.rMenu li a:active {
    color: #000;
    text-decoration: none;
}

ul.rMenu li.sfhover a:active,
ul.rMenu li:hover a:active,
ul.rMenu li:focus a:active {
    color: #000;
    background-color: #cbcbcb;
}

ul.rMenu li {
    background-color: #c5d2e3;
}
ul.rMenu li:hover,
ul.rMenu li:focus,
ul.rMenu li.sfhover {
    background-color: #c5d2e3;
}
#outer-column-container {
    min-height: 600px;
    background-color: #fff;
}

.navcontainer  {

    width: 160px;
}

.navcontainer ul li a:hover
{
    background: #478db0 url("images/dot_on.png") left center no-repeat;
    color: #fff;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:40px;
    border-top: 1px solid #5e6a70;
    border-bottom: 1px solid #5e6a70;
}

.navcontainer ul {

    list-style: none;
    padding: 10px 0 10px  0px;
    margin: 0;
    width: 165px;
    border: 1px solid #dadada;
    border-width: 0 1px 1px 1px;
    width: 16pok
        i see
        0px;   
}

.navcontainer li {
    font: 100% "Verdana, Geneva, sans-serif", sans-serif;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight:bold;

}

.navcontainer ul li a {
    line-height: 90%;
    background: #dadada url("images/dot.png") left center no-repeat;
    color: #0e709f;
    display: block;
    margin: 0;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:40px;
    text-decoration: none;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    width: 75%;
    margin-left: 0px;
}

.navcontainer ul li.selected {
    padding: 3px 0 2px 1.5em;
    text-decoration: none;
    color: #0e709f;
    font-size: 90%;
    background-color: #DBDBDB;
}

/* .navcontainer ul li a:visited { */
/* 	color: #0e709f; */
/* } */

.navcontainer h3 {
    font-size: 100%;
}

/*Old format for left navigation on econ/currentdata page @Gurkirat
 *
 */
.oldnavcontainer ul li:hover,

.oldnavcontainer ul li:hover a,

.oldnavcontainer ul li a:hover,

.oldnavcontainer ul li:focus,

.oldnavcontainer ul li:focus a,

.oldnavcontainer ul li a:focus {

    background-color: #006;

    color: #fff;

    border-bottom: 1px solid #006;

}



.oldnavcontainer ul {

    list-style-type: none;

    padding: 0;

    margin: 0;

    width: 175px;

    border: 1px solid #ccc;

    border-width: 0 1px 1px 1px;

}



.oldnavcontainer li {

    padding: 3px 5px 2px 1.5em;

    border-top: 1px solid #ccc;

    background: url(../img/dot_hover.gif) no-repeat 0.5em center;

    font-size: 90%;

    line-height: 1.4;

}



.oldnavcontainer ul li a {

    display:block;

    text-decoration: none;

    color: #006;

}



.oldnavcontainer ul li.selected {

    padding: 3px 0 2px 1.5em;

    text-decoration: none;

    color: #333;

    font-size: 90%;

    background-color: #DBDBDB;

}



.oldnavcontainer ul li a:visited {

    color: #909;

}



.oldnavcontainer h3 {

    font-size: 100%;

}
#left-column .hi-lite, #right-column .hi-lite {
    border: 1px solid #ccc;
    padding: 1em;
    margin: 10px 5px;
    line-height: 130%;
    font-size: 85%;
}

.hi-lite form, .hi-lite p {
    margin-top: 0;
}

#middle-column li {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}

.hi-lite {
    border: 1px solid #f48624;
    padding: 5px;
    margin: 5px;
    line-height: 130%;
}

h3.hi-litehead {
    display: inline;
    position: relative;
    top: -14px;
    background-color: #fff;
    padding: 0 4px;
    margin: 5px;
    font-weight: bold;
    text-align: center;
    color: #5a6775;
    font-size: 150%;
}

#right-column .inside h3 {
    padding: 0 ;
    margin: 0 ;
    font-size: 125%;
}

ul.errors li {
    color: red;
}

ul.messages li {
    color: green;
}

table.dblist {
    border: 1px solid #000;
    width: 100%;
}

table.dblist thead tr td {
    font-weight: bold;
    border-bottom: 1px solid #000;
}

fieldset legend {
    font-weight: bold;
}

div.form-item {
    margin-bottom: 1em;
}
div.form-item label {
    display: block;
    font-weight: bold;
}
div.form-item label.n {
    display: inline;
    font-weight: normal;
}

div.cbox {
    float: left;
    width: 200px;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}

span.step-no {
    font-size: 250%;
    font-weight: bolder;
    color: red;
    float: left;
    margin-right: 10px;
}

#program-notes #text {
    margin-left: 30px;
    margin-right: 170px;
    height: 100%;
}

#program-notes .relDate {
    font-weight: bold;
    text-align: right;
    float: right;
    width: 200px;
    margin: 0 30px 0 12px;
}

div.report {
    margin: 20px 20px 20px 0;
}

div.report table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

input.right {
    text-align:right;
}

div.report table,
div.report table th,
div.report table td {
    margin-top: 10px;
    border: 1px solid #000;
    text-align: center;
    color: black;
}
div.report table.right,
div.report table.right td {
    padding-right: 5px;
    text-align: right;
}
div.report table tr.odd th,
div.report table tr.odd td {
    background-color: #ddd !important;
}
div.report table.error tr.odd th,
div.report table.error tr.odd td {
    background-color: #ffa !important;
}

div.report div.save-chart,
div.export {
    margin-bottom: 25px;
}

div.export a {
    display: block;
    float: left;
    padding-left: 15px;
    background: transparent url('../img/excel_icon.gif') no-repeat 0 1px;
    margin-right: 10px;
}

div.export a.csv {
    background-image: url('../img/text_icon.gif');
}

div.export a.bar {
    padding-left: 18px;
    background: transparent url('../img/chart_bar.png') no-repeat 0 1px;
    margin-left:20px;
}

div.export a.line {
    padding-left: 18px;
    background: transparent url('../img/chart_line.png') no-repeat 0 1px;
}

div.export a.scatter {
    padding-left: 18px;
    background: transparent url('../img/chart_scatter.png') no-repeat 0 1px;
    margin-left:20px;
}

div.export a.instructions {
    padding-left: 18px;
    background: transparent url('https://www.census.gov/main/www/img/pdficon.gif') no-repeat 0 1px;
    height: 25px;
    margin-left:20px;
}

input.right {
    text-align: right;
}

table.datasets td , table.datasets th {
    padding:4px 8px;
}

div#cidrhead h2 {
    text-indent: 22px;
    background: transparent url('../img/cidr.png') no-repeat 0 5px;
}

span.annual-unit {
    display: block;
    font-size: 90%;
}

.productionstatustable{
    background: #EDF3FE;
    font-size: 12px;
    border-spacing: 5px;
    border-collapse: separate;
    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#qa{
    margin-top:1.5em;

}
.qa{
    background-color: white;
    /* font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;*/
    height: 100px;
    margin-bottom: 25px;
    margin-top: 0;
    overflow: auto;
    position: relative;
    width: 100%;
}
.w { 	
    padding:16px;
    position:absolute;
    border: 1px solid black;
    z-index:4;
    border-radius:1em;
    border:1px solid #2e6f9a;
    box-shadow: 2px 2px 19px #e0e0e0;
    -o-box-shadow: 2px 2px 19px #e0e0e0;
    -webkit-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-box-shadow: 2px 2px 19px #e0e0e0;
    -moz-border-radius:8px;
    border-radius:8px;
    opacity:0.8;
    filter:alpha(opacity=80);
    cursor:move;
    background-color:#EDF3FE;
    font-size:11px;
    -webkit-transition:background-color 0.25s ease-in;
    -moz-transition:background-color 0.25s ease-in;
    transition:background-color 0.25s ease-in;	
}

.w:hover {
    background-color: #5c96bc;
    color:white;

}

.aLabel {
    -webkit-transition:background-color 0.25s ease-in;
    -moz-transition:background-color 0.25s ease-in;
    transition:background-color 0.25s ease-in;
    color: #444444;
    cursor: pointer;
    font: 11px sans-serif; 
}

.aLabel._jsPlumb_hover, ._jsPlumb_source_hover, ._jsPlumb_target_hover {
    background-color:#1e8151;
    color:white;
}

.aLabel {
    background-color:white;
    opacity:0.8;
    padding:0.3em;				
    border-radius:0.5em;
    border:1px solid #346789;
    cursor:pointer;
}

.ep {
    position:absolute;
    bottom: 37%;
    right: 5px;
    width:0em;
    height:1em;
    background-color:orange;
    cursor:pointer;
    box-shadow: 0px 0px 2px black;
    -webkit-transition:-webkit-box-shadow 0.25s ease-in;
    -moz-transition:-moz-box-shadow 0.25s ease-in;
    transition:box-shadow 0.25s ease-in;
}

.ep:hover {
    box-shadow: 0px 0px 6px black;
}

.p2qa ._jsPlumb_endpoint {
    z-index:3;
}


.dragHover { border:2px solid orange; }

path { cursor:pointer; }

/* Naveen added ui-selectable */



#releases {
    width: 100% ;
    border: 1px solid black !important;
}
#releases { border-collapse:collapse;}
#releases h4 { margin:0px; padding:0px;}
#releases img { float:right;}
#releases ul { margin:10px 0 10px 40px; padding:0px;}
#releases th { color:#fff; padding:7px 15px; text-align:left;}
#releases td {   padding:7px 15px; }

#releases div.arrow { background:transparent url('../img/arrows.png') no-repeat scroll 0px -16px; width:16px; height:16px; display:block;}
#releases div.up { background-position:0px 0px;}
.arrow { background:transparent url('../img/arrows.png') no-repeat scroll 0px -160px; height:160px; display:block;}



#Images img{
    width: 130px;
    height: 50px;
    display: inline-block;
    margin-right: -28px;

}
.caption { 
    position: relative;
    display: inline-block;
}
.caption__img { 

    width: 130px;
    height: 50px;
    display: inline-block;
    margin-right: -28px;

}
.caption__text {
    bottom: 40%;
    color: #000000;
    font-family: Helvetica,sans-serif;
    font-size: 10px;
    left: 0;
    margin-left: 20px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 80%;
}
.caption__text_selected{
    color: #000000  !important;
}



tr.selected {
    background-color: #b0bed9;
}

/* for the unstrucutured content */


.flow__img{ text-align: center; 
            width: 100%; 
            font: 16px Helvetica,sans-serif !important 
}
#Images img{
    width: 80%;
    height: 120px;
    display: inline-block;
    margin-right: -45px;
}
.caption { 
    position: relative;
    display: inline-block;
}
.caption__img { 

    width: 114px;
    height: 52px;
    display: inline-block;
    margin-right: -24px;
    color: black;

}
.caption__text {
    bottom: 40%;
    color: #000000;
    font-family: "Verdana, Geneva, sans-serif", sans-serif;

    left: 0;
    margin-left: 12px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 10px;
    top: 0;
    width: 80%;
    margin-top: 2px;
    font-size: 70%;
}
.caption__text_selected{
    color: #000000;
}
.arrow{
    font-size: 12px !important;
    font-weight: bold;
    height: 10px;
    font-family:"Verdana, Geneva, sans-serif", sans-serif;
}
.file{
    font-size: 10px !important;
}

hr {
    color: #0e709f;
}

/* end of structured content */
