/*BEHOLD! an update css file for dh. These styles are meant to live ontop of bootstrap*/

/* Backwards compatible -----shims-----*/
.container{
    /*NOTE: this overrides Bootstaps default container size*/
    /*width:970px;*/
}
#header{
    background:#e7e7e7;
    height:109px;
    position:relative;
}

#header #logo{
    position:absolute;
    left:30px;
    top:5px;
}

#nav{
    border-bottom: #602469 8px solid;
    position:relative;
}

#nav ul{
    position:absolute;
    right:26px;
    top: -26px;
}

#nav ul li{
    list-style:none;
    display:inline-block;
    margin-right:5px;
}

#nav li a{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    vertical-align: baseline;
    padding: 3px 9px 5px 9px;
    height: 18px;
    line-height: 21px; /* Safari whitespace bug fix */
    font-size: 18px;
    color: #fff;
    background: #949698; 
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-decoration:none;
}

#nav li a:hover, #nav li a.active{
  color: #fff;
  background-color: #602469;
}

#user-area{
    position:absolute;
    right:20px;
    top:8px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#user-area a{
    font-size:11px;
    color:#999;
}
#user-area form{
    margin:0px;
}

#user-area form input, 
#user-area form label{
    display:inline-block;
}

#user-area form input.button{
    border: none;
    padding: 0 0 0px 0;
    margin: 0;
    height: 23px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #a44499;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width:36px;
}

#user-area form input.text{
    margin-right: 5px;
    margin-top:7px;
    width: 100px;
    font-size: 11px;
    color: #bbb;
    border-radius:0px;
}

#user-area h3{  
    display: inline;
    margin-right: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #602469; 
}

#user-area #account_actions{
    text-align:right;
}

#user-area #welcome{
    color: #e45ea2;
    font-weight: bold;
    font-size:12px;
    text-align:right;
    margin-bottom:6px;
    margin-top:10px;
}
#reports-subnav{
    
}

#reports-subnav ul{
    margin: 0; padding:0;
    list-style:none;
}

#reports-subnav ul li{
    list-style:none;
    display:inline-block;
    margin:0;padding:0;
}
#reports-subnav li a:link,
#reports-subnav li a:visited
{
    font-size:13px;
    padding:5px 10px;
    color:#a44499;
    display:block;
    text-decoration:none;
    border: none;
}
#reports-subnav li a:hover, 
#reports-subnav li a:link.active, 
#reports-subnav li a:visited.active
{
    background:#a44499;
    color:#fff;
}

/*--- end backwards compatible stuff---*/

/*-------------------------------BEGIN REPORTS*/
.report-card{
    background:#E7E7E7;
    padding:10px;
    margin:5px 0px 15px 0px;
    border: 2px #dfdfdf solid;

}

.report-card img{
    float:left;
    margin-right:7px;
    width:100px;
    height:100px;
    background:#e3e3e3;
}

.report-card h3{
    margin:0px 0 4px 0;
    font-weight:bold;
    font-size:19px;
}
.report-card h3 a{
    color:#444;
}
.report-card h3 a:hover{
    text-decoration:none;
}

.report-card p{
    font-size:12px;
    color:#666;
    margin-bottom:0px;
}
.report-card .tags{
    display:block;
    font-size:12px;
    margin-top:10px;
    width:403px;
    float:right;
}
.report-card .tags a{
    color:#666;
}

#feature-report-wrap{
    margin-top:6px;
    border-left:3px solid #e4e4e4;
}

.featured-report-card, 
.new-report-card{
    background: #616161;
    padding:15px;
    position:relative;
    margin-bottom:20px;
}

.featured-report-card h3, 
.new-report-card h3{
    margin-top:0px;
    font-weight:bold;
    font-size:19px;    
}

.featured-report-card a, 
.new-report-card a{
    color:white;
}

.featured-report-card a:hover, 
.new-report-card a:hover{
    text-decoration:none;
}

.featured-report-card p, 
.new-report-card p{
    color:white;
    font-size:12px;
}

.featured-report-card img,
.new-report-card img{
    width:345px;
    margin-bottom:10px;
}

.content-type-label{
    font-size:9px;
    font-weight:bold;
    background:#9814E7;
    color:white;
    padding:1px 5px;
    position:absolute;
    border-radius:2px;
    left:5px;
    top:10px;
}

#reports-filter-wrap{
    margin: 20px 0 10px; 
}

#reports-filter-wrap input{
   padding:5px;
   width:400px; 
}

#reports-filter-wrap h2{
    font-size: 15px;
    margin:5px 0;
    font-weight:bold;
}

.reports-no-match{
    color:#999;
    font-size:20px;
    font-style:italic;

}

/*---------------------------------------End Reports-*/
/* ---------- Section : Footer ---------- */
.grid_12 {
	display: inline;
	float: none;
	position: relative;
	left: 0px;
	margin-left: 10px;
	margin-right: 10px;

}
#footer {
  background-color: #f3f4f4;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin:20px;
}

#footer #questions{
    display:block;
    position: absolute;
    left: 0;
    padding:6px 15px;
}

#footer #questions h3 {
  margin-right: 3px;
  font-size: 10px;
  font-weight: normal;
  color: #aaa;
  line-height: 24px;
  position: relative;
  left: 24px;
}

#footer #questions a {
    font-weight: bold;
}

#footer #questions img {
    position: absolute;
    left: 15px;
    top: 9px;
}

#footer #partners {
  display: block;
  margin: 35px 0 20px 45px;
}

#footer #partners a {
  border-bottom: none;
  margin-right: 10px;
}

#footer #navi_tertiary {
  display: block;
  position: absolute;
  right: 14em;
  border-right: #bbb 1px solid;
  padding-right: 15px;
  margin-top: 10px;
}

#footer #navi_tertiary a {
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 10px;
}

#footer form#search {
  display: block;
  position: absolute;
  right: 3px;
  padding: 7px 15px 0 15px;
}

#footer form#search h3 {
  margin-right: 3px;
  font-size: 10px;
  font-weight: normal;
  color: #aaa;
}

#footer form#search input.text {
  padding: 2px 2px 1px 2px;
  margin-right: 3px;
  height: 11px;
  font-size: 9px;
  color: #bbb;
}

#footer form#search input.button {
  padding: 0 0 4px 0;
  margin: 0;
  height: 19px;
  width: 28px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  background-color: #c9c9c9;
}
/*---------------------------------------End footer-*/
.purple{
    //#602469
}
.pink-txt{
   color:#a44499
}

.blue-txt{
    color: #0681c5
}

.lightgray-bg{
    background:#e7e7e7;
}

.clear{
    clear:both;
}

.bRad{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*--------------old--------*/

.navbar * {
  font-family: "azo-sans-web",sans-serif;
}
.navbar {
border-radius: 0px;
}
.navbar-inverse .navbar-nav>li>form.sign-out{
color: #FFF;
padding-top: 15px;
padding-bottom: 15px;
line-height: 30px;
position: relative;
display: block;
padding: 10px 15px;
}
.navbar-inverse .navbar-nav>li>form>a {
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-inverse .navbar-nav>li>form>a:hover {
    color: #25AAE1;
}

.navbar-inverse {
background-color: #333E48;
border-color: #080808;
}

.pull-right {
float: right!important;
padding-right: 40px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
    font-size: 22pt;
    border: none;
}

.navbar .brand, .navbar .nav > li > a:hover {
    color: #25AAE1;
}
.navbar .brand, .navbar .nav > li > a.datahub-white {
    color: #FFFFFF;
    border: none;
}
.navbar .brand, .navbar .nav > li > a >span.white-span {
    color: #FFFFFF;
    cursor:pointer;
}
.navbar .brand, .navbar .nav > li > a >span.white-span:hover {
    color: #25AAE1;
    cursor:pointer;
}



.navbar img.datahub-brand-image{
    /*position: relative;
    top: 35px;*/
}
#user-portfolio {
    color: #25AAE1;
    cursor:pointer;
}
#ifooter {
    color: #FFFFFF;
}

      /* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#ifooter {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
}
#ifooter * {
   font-family: "azo-sans-web",sans-serif;
}
#ifooter-text{
   color:#FFFFFF;
   font-size:8pt;
   padding-left: 20px;
}
#ifooter-twitter{
   color:#FFFFFF;
   text-decoration: none;
   float: right;
   margin-right: 40px;
   font-size:8pt;
}
#ifooter-twitter:hover{
   color:#25AAE1;
}
#ifooter-email{
   color:#FFFFFF;
   text-decoration: none;
}
#ifooter-email:hover{
   color:#25AAE1;
}
.container_12 .grid_4 {
   width: 300px;
   z-index:1;
}
.container_12 .grid_8 {
   width: 620px;
   z-index:1;
}
.container_12 .grid_9 {
   z-index:1;
}
.container_12 .grid_3 {
   z-index:1;
}
.container_12 .grid_3 .pad_left >h1{
   margin-bottom: 10px;
   line-height: 36px;
   font-size: 30px;
   font-weight: normal;
   color: #0681c5;
}
.container_12 .grid_3 .pad_left >h2{
   margin-bottom: 10px;
   line-height: 20px;
   font-size: 14px;
   font-weight: normal;
   color: #0681c5;
}
.grid_12 >h2{
   margin-bottom: 10px;
line-height: 20px;
font-size: 14px;
font-weight: normal;
color: #0681c5;
}
.grid_8 >h2{
margin-bottom: 10px;
line-height: 20px;
font-size: 14px;
font-weight: normal;
color: #0681c5;
}
.grid_4 >h2{
 line-height: 20px;
font-size: 14px;
font-weight: normal;
color: #0681c5;
 margin: 26px 5px 0px 0px;
}
#related_indicators_lightbox >h2{
 margin-bottom: 10px;
line-height: 20px;
font-size: 14px;
}
#related_reports_lightbox > h2 {
  margin-bottom: 10px;
line-height: 20px;
font-size: 14px;
font-weight: normal;
color: #0681c5;
}
#related_reports_lightbox > ul > h2 {
 margin-bottom: 10px;
line-height: 20px;
font-size: 14px;
font-weight: normal;
color: #0681c5;
}

#related_datastories_lightbox > h2 {
  margin-bottom: 10px;
line-height: 20px;
font-size: 14px;
font-weight: normal;
color: #0681c5;
}
#related_datastories_lightbox > ul > h2 {
 margin-bottom: 10px;
line-height: 20px;
font-size: 14px;
font-weight: normal;
color: #0681c5;
}

input, button, select, textarea {
 line-height: normal;
}
#tagcloud a {
   line-height: 2;
}
.radio, .checkbox {
   display: inline-block;
}
a {
  border-bottom: none;
}
#colorbox{
  box-sizing: content-box;
}

#story_text{
  box-sizing: content-box;
}
#page_goto_text{
  box-sizing: content-box;
}
#intro h1{
  margin-bottom: 10px;
  line-height: 36px;
  font-size: 30px;
  font-weight: normal;
  color: #0681c5;
}
#intro h2{
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #0681c5;
}
.grid_12 ul > li > a{
  text-decoration: none;
}
.be-in-know-container{
padding-top:20px;
padding-bottom: 25px;
}
#be-in-know-title{
  padding-bottom:75px;
  color: #1DA4DD;
  font-size: 26pt;
  font-weight: bold;
}
#be-in-know-text >b{
  font-weight: bold;
  font-style: italic;
  font-size: 18pt;
  line-height: 50px;
}
#be-in-know-text >p{
  font-weight: lighter;
  font-size: 18pt;
  line-height: normal;
}
#be-in-know-sign-up{
  font-size: 14pt;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  background-color: #1DA4DD;
  border-color: #1DA4DD;
}
#be-in-know-sign-up:hover{
  color:lightblue;
}
#be-in-know-FLname >div >div >input{
  height: 40px;
  font-size: 18pt;
}
#be-in-know-email{
  height: 40px;
  font-size: 18pt;
}
#be-in-know-register{
  font-size: 24pt;
  color: #25AAE1;
  font-weight: bold;
  font-style: italic;
}
.data-sharing-container{
  padding-bottom:40px;
}
.topic-title{
  font-size: 18pt;
  font-weight: bold;
  color:gray;
}
.topic-title:hover{
   color:#1DA4DD;
   text-decoration: none;
}
.topic-title:hover .topic-image{
   border-radius: 50%;
   background: lightblue;

}
.topic-image:hover{
   border-radius: 50%;
   background: #ccc;
}
.btn-black { border-color: #333E48; background-color: #333E48; color:#FFFFFF;}
.btn-black:hover { color: #25AAE1; }
#topic-items-wrapper * {
  font-family: "azo-sans-web",sans-serif;
}
#topic-items-wrapper * > a{
  color: #25AAE1;
}
#topic-items-wrapper * > a:hover{
  color: #055979;
}
.topic-head{
color: #1DA4DD;
font-size: 26pt;
font-weight: bold;
margin-bottom: 10px;
}
.topic-icon{
 padding-right: 150px;
 padding-left: 150px;
 padding-top:20px;
 padding-bottom:40px;
}
#topic-title {
  font-size: 20px;
  margin: 20px;
}
#topic-title > #topic-name {
  font-style: italic;
}
.row.topic-item {
  padding: 10px;
  margin: 20px 0px 20px 0px;
}
.item-type {
  font-weight: bold;
}
.topic-item > .item-info > .item-picture > img {
  box-shadow: 3px 4px 10px 1px lightgray;
  height: 60px;
  width: 70px;
  float: left;
}
.indicator.topic-item > .item-info > .item-picture > img {
  background-color: #16a69c;
}
.datastory.topic-item > .item-info > .item-picture > img {
  background-color: #9ccd57;
}
.report.topic-item > .item-info > .item-picture > img {
  background-color: #fc9313;
}
.topic-item > .item-info > .item-text {
  box-shadow: 3px 4px 10px 1px lightgray;
  height: 60px;
  background-color: #eeece1;
}
.datastory.topic-item > .item-info > .item-text,
.report.topic-item > .item-info > .item-text {
  position: relative;
  left: 100px;
  width: 810px;
}
.indicator.topic-item > .item-info > .item-text {
  height: 120px;
}
.topic-item > .item-info > .item-text > .item-title {
  font-size: 16px;
  padding: 5px;
}
.datastory.topic-item > .item-info > .item-text > .item-title,
.report.topic-item > .item-info > .item-text > .item-title {
  position: relative;
  right: 65px;
}
.topic-item > .item-info > .item-text > .item-type {
  float: right;
  position: relative;
  top: -4px;
  left: 4px;
  padding: 2px;
  color: white;
}
.datastory.topic-item > .item-info > .item-text > .item-type {
  background-color: #9ccd57;
}
.report.topic-item > .item-info > .item-text > .item-type {
  background-color: #fc9313;
}
.indicator.topic-item > .item-info > .item-text > .item-type {
  background-color: #16a69c;
}
.indicator.topic-item > .item-info > .item-text > .item-short-desc {
  font-style: italic;
  padding: 5px;
}
.topic-item > .item-info > .item-text > .datasources {
  font-size: 10px;
  position: absolute;
  bottom: 0px;
  padding: 5px;
}
.datahub-brand{
font-size: 18pt;
padding: 15px 85px;
text-decoration: none;
font-weight: bold;
}
.navbar-inverse .navbar-brand {
color: #fff;
}
#shapes_map {
    position: relative;
}
#advance-report-constituents-dropdown-wrapper {
    padding: 15px 0px 10px 0px;
}
#similar-reports-title {
    font-size: medium;
}
#similar-reports-text {
    float: left;
}
#similar-reports-caret {
    position: relative;
    left: 80px;
}
#advance-report-constituents-dropdown {
    margin: 0px 0px 10px 0px;
    width: 98%;
}
