
/*** css/api_foundry.css ***/

/*** API FOUNDRY ***/
#app-catalog {
  padding-top: 1em; }
  #app-catalog .controlPane.unifiedFilter .minimal .filterValues .line {
    display: block; }
  #app-catalog .socrata-component .content-wrapper.controlPane {
    background: transparent; }
  #app-catalog #title h2 {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 0.1em;
    margin-left: 0.6em;
    padding: 0; }
  #app-catalog .shareBar {
    margin-bottom: 1em;
    margin-left: 1em; }
  #app-catalog .toolbar {
    border-top: 1px solid #d7d7d7;
    margin: 0.5em 0.25em;
    padding: 1em 0; }
    #app-catalog .toolbar .matchCount {
      font-weight: bold;
      padding-top: 0.7em;
      color: #7f7f7f;
      margin-left: 1em; }
      #app-catalog .toolbar .matchCount .count {
        font-size: 2em; }
      #app-catalog .toolbar .matchCount .apps {
        font-size: 1.3em; }
    #app-catalog .toolbar label {
      font-weight: bold;
      left: -30%;
      margin-top: 1.1em;
      padding-right: 0.5em;
      position: absolute;
      text-align: right; }
    #app-catalog .toolbar .selector {
      font-size: 1em;
      margin-top: 0.3em;
      width: 100%; }
    #app-catalog .toolbar .searchBox {
      border-color: #d7d7d7;
      font-style: italic;
      margin-top: 0.3em;
      padding: 0.1em;
      width: 95%; }
  #app-catalog .moreText {
    font-size: 1.3em;
    line-height: 1.5;
    padding: 1em; }
  #app-catalog h3.boxHeader {
    font-size: 1em;
    padding-bottom: 0.5em; }
  #app-catalog #explorer {
    border-top: 1px solid #d7d7d7; }
  #app-catalog #filterSidebar {
    background-color: #f1f1f1;
    border-right: 1px solid #d7d7d7;
    padding-bottom: 16em; }
    #app-catalog #filterSidebar .component-InlineFilter .formSection {
      margin-bottom: 0; }
      #app-catalog #filterSidebar .component-InlineFilter .formSection .sectionContent {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #d7d7d7; }
      #app-catalog #filterSidebar .component-InlineFilter .formSection .filterConditions {
        margin-bottom: 0; }
    #app-catalog #filterSidebar .component-InlineFilter .mainError {
      padding: 0; }
    #app-catalog #filterSidebar .component-InlineFilter .paneContent {
      padding-bottom: 0; }
  #app-catalog .app-listing {
    padding-top: 2em; }
    #app-catalog .app-listing .application {
      height: 280px;
      width: 480px;
      overflow: hidden;
      border-bottom: 1px solid #cecece; }
      #app-catalog .app-listing .application img {
        border: 1px solid #cecece; }
      #app-catalog .app-listing .application .app-details {
        padding-left: 1em; }
  #app-catalog #listPager {
    margin: 1em auto 0;
    text-align: center; }
    #app-catalog #listPager .pageLink, #app-catalog #listPager .pageFillIn {
      color: #999999;
      margin: 0 0.25em; }
    #app-catalog #listPager .prevLink, #app-catalog #listPager .nextLink {
      background-image: url("/stylesheets/images/icons/menu_icons.png");
      background-repeat: no-repeat;
      display: inline-block;
      height: 13px;
      margin: 0 0.5em;
      text-indent: -9999px;
      width: 13px; }
    #app-catalog #listPager .prevLink {
      background-position: 0 -78px; }
    #app-catalog #listPager .nextLink {
      background-position: 0 -52px; }
  #app-catalog .component-Search {
    margin-top: 0.5em; }
    #app-catalog .component-Search .prompt {
      color: #888888; }
    #app-catalog .component-Search .button {
      padding: 0.2em 0.5em; }

#app-profile {
  margin-left: auto;
  margin-right: auto; }
  #app-profile .name h2 {
    font-size: 3em;
    padding-bottom: 0.5em; }
  #app-profile .app-image img {
    border: 1px solid #cecece; }
  #app-profile .description {
    font-size: 1.1em; }
  #app-profile .datasets-used .dataset {
    border-top: 1px solid #cecece;
    margin-top: 0.5em;
    padding-top: 0.25em; }

#api-foundry {
  background-color: white;
  padding: 1.5em; }
  #api-foundry #api-catalog #datasetSection {
    padding-top: 1.5em; }
  #api-foundry #api-catalog .controlPane.unifiedFilter .minimal .filterValues .line {
    display: block; }
  #api-foundry #api-catalog .socrata-component .content-wrapper.controlPane {
    background: transparent; }
  #api-foundry #api-catalog .badConfig {
    visibility: hidden;
    background: white; }
  #api-foundry #api-catalog .description {
    font-size: 1.1em;
    line-height: 1.2em; }
  #api-foundry #api-catalog .row {
    border-bottom: 1px solid #d7d7d7; }
  #api-foundry #api-catalog #filterSidebar {
    background-color: #f1f1f1;
    border: 1px solid #d7d7d7;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 16em; }
    #api-foundry #api-catalog #filterSidebar .component-InlineFilter .formSection {
      margin-bottom: 0; }
      #api-foundry #api-catalog #filterSidebar .component-InlineFilter .formSection .sectionContent {
        background-color: transparent;
        border: none; }
      #api-foundry #api-catalog #filterSidebar .component-InlineFilter .formSection .filterConditions {
        margin-bottom: 0; }
    #api-foundry #api-catalog #filterSidebar .component-InlineFilter .mainError {
      padding: 0; }
    #api-foundry #api-catalog #filterSidebar .component-InlineFilter .paneContent {
      padding-bottom: 0;
      border-bottom: 1px solid #d7d7d7; }
  #api-foundry #api-catalog .component-Search {
    padding: 1em;
    margin-top: 0.5em; }
    #api-foundry #api-catalog .component-Search .prompt {
      color: #888888; }
    #api-foundry #api-catalog .component-Search .button {
      padding: 0.2em 0.5em; }
  #api-foundry #navbar {
    display: inline-block;
    float: right;
    z-index: 99; }
    #api-foundry #navbar .current {
      font-weight: bold; }
  #api-foundry .page-title {
    font-size: 2em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    margin-top: 1em; }
  #api-foundry .big-title {
    font-size: 1.6em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0.5em;
    margin-top: 1em; }
  #api-foundry .sub-title {
    font-size: 1.2em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0.5em;
    margin-top: 1em; }
  #api-foundry #blog, #api-foundry #discuss, #api-foundry #api-details {
    padding-top: 1.4em;
    min-height: 50em; }
  #api-foundry #api-catalog pre {
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.1em;
    padding-bottom: 0.1em; }
  #api-foundry #api-details {
    font-size: 1.1em; }
    #api-foundry #api-details p {
      margin-bottom: 0.5em; }
    #api-foundry #api-details pre {
      overflow: hidden; }
    #api-foundry #api-details pre.prettyprint {
      margin: 0;
      padding: 1.5em;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      -khtml-border-radius: 4px;
      border-radius: 4px; }
    #api-foundry #api-details .code-samples .sample-pager {
      font-family: monospace;
      font-size: 1.2em;
      padding-left: 0.2em; }
      #api-foundry #api-details .code-samples .sample-pager .pillButtons .childLink {
        height: 16px; }
    #api-foundry #api-details code {
      font-family: monospace;
      background: #eeeeee;
      border: 1px solid #d7d7d7;
      overflow: hidden;
      padding-left: 0.2em;
      padding-right: 0.2em;
      padding-top: 0.1em;
      padding-bottom: 0.1em; }
    #api-foundry #api-details .gear {
      font-family: monospace;
      background: #eef7ff url("https://fda.demo.socrata.com/api/assets/A2BE31D9-96D9-45D7-AE0A-C410C6B10A8A") no-repeat 2px center;
      border: 1px solid #d4e3f0;
      padding-left: 1.8em;
      padding-top: 0.2em;
      padding-bottom: 0.2em;
      padding-right: 0.2em;
      line-height: 1.8em; }
    #api-foundry #api-details a.exec {
      font-family: monospace;
      background: #eef7ff url("https://fda.demo.socrata.com/api/assets/A2BE31D9-96D9-45D7-AE0A-C410C6B10A8A") no-repeat 2px center;
      border: 1px solid #d4e3f0;
      padding-left: 1.8em;
      padding-top: 0.2em;
      padding-bottom: 0.2em;
      padding-right: 0.2em;
      line-height: 1.8em; }
    #api-foundry #api-details .big-button {
      display: block;
      text-decoration: none;
      color: #333333;
      font-size: 1.2em;
      width: 228px;
      height: 143px;
      float: left;
      border: #dedede solid 1px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      text-shadow: 0 1px 0 white;
      background-color: #eceaea; }
      #api-foundry #api-details .big-button span {
        display: block;
        padding: 100px 10px 10px 10px; }
      #api-foundry #api-details .big-button a {
        color: #333333; }
      #api-foundry #api-details .big-button:hover {
        background-color: #dedede; }
    #api-foundry #api-details .try {
      margin-right: 20px;
      background-image: url("https://fda.demo.socrata.com/api/assets/C339E2D0-21A1-4000-885B-8219DC34C274");
      background-repeat: no-repeat;
      background-position: center 30px; }
    #api-foundry #api-details .register {
      margin-right: 20px;
      background-image: url("https://fda.demo.socrata.com/api/assets/8CF3FD42-A132-4F35-8CD4-A34AF5DC48B8");
      background-repeat: no-repeat;
      background-position: center 30px;
      float: right; }
    #api-foundry #api-details .response-codes li {
      line-height: 1.8em; }
      #api-foundry #api-details .response-codes li .code {
        font-family: monospace;
        display: inline-block;
        color: #353535;
        background-color: #eceaea;
        border: 1px solid #d7d7d7;
        width: 40px;
        height: 1.2em;
        line-height: 1.4em;
        text-align: center;
        font-size: 1.2em;
        margin-right: 0.5em; }
    #api-foundry #api-details .field .field-name {
      font-size: 1.2em;
      border-bottom: 1px solid #d7d7d7;
      margin-bottom: 0.5em;
      margin-top: 1em; }
    #api-foundry #api-details .field .meta {
      font-size: 1.1em;
      line-height: 1.2em; }
    #api-foundry #api-details .field code {
      font-size: 1.1em; }
    #api-foundry #api-details .field .description {
      font-size: 1.1em;
      margin-bottom: 0.5em; }
    #api-foundry #api-details .field .filtering-options {
      margin-left: 1em; }
      #api-foundry #api-details .field .filtering-options .title h4 {
        font-weight: bold;
        font-size: 1.2em; }
      #api-foundry #api-details .field .filtering-options pre {
        margin-left: 1em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-size: 1.3em;
        padding-left: 0.2em;
        padding-right: 0.2em;
        padding-top: 0.1em;
        padding-bottom: 0.1em; }
  #api-foundry .socrata-component .content-wrapper.controlPane {
    background: none; }
  #api-foundry .controlPane .formSection .sectionContent {
    background: none;
    border: none; }
/* Tomorrow Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
/* plain text */
.pln {
  color: #4d4d4c; }

@media screen {
  /* string content */
  .str {
    color: #718c00; }

  /* a keyword */
  .kwd {
    color: #8959a8; }

  /* a comment */
  .com {
    color: #8e908c; }

  /* a type name */
  .typ {
    color: #4271ae; }

  /* a literal value */
  .lit {
    color: #f5871f; }

  /* punctuation */
  .pun {
    color: #4d4d4c; }

  /* lisp open bracket */
  .opn {
    color: #4d4d4c; }

  /* lisp close bracket */
  .clo {
    color: #4d4d4c; }

  /* a markup tag name */
  .tag {
    color: #c82829; }

  /* a markup attribute name */
  .atn {
    color: #f5871f; }

  /* a markup attribute value */
  .atv {
    color: #3e999f; }

  /* a declaration */
  .dec {
    color: #f5871f; }

  /* a variable name */
  .var {
    color: #c82829; }

  /* a function name */
  .fun {
    color: #4271ae; } }
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #060; }

  .kwd {
    color: #006;
    font-weight: bold; }

  .com {
    color: #600;
    font-style: italic; }

  .typ {
    color: #404;
    font-weight: bold; }

  .lit {
    color: #044; }

  .pun, .opn, .clo {
    color: #440; }

  .tag {
    color: #006;
    font-weight: bold; }

  .atn {
    color: #404; }

  .atv {
    color: #060; } }
/* Style */
pre.prettyprint {
  background: white;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0; }

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  /* */ }

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  /* */ }


/*** CUSTOM DEV PAGE ***/
.component-GridContainer>.row>.socrata-component {
  height: auto !important;
}

/*** css/custom_css.css ***/

html, body {
  background: #e2e4eb; }

.siteOuterWrapper {
  background: white;
  margin: 0 auto;
  width: 977px; }
  .siteOuterWrapper .siteInnerWrapper {
    padding-bottom: 132px; }
  .siteOuterWrapper .siteContentWrapper {
    padding: 0; }

#siteHeader {
  background: white;
  padding: 5px; }
  #siteHeader .headerInner {
    border-bottom: 1px solid #d7d7d7; }
  #siteHeader .headerBanner {
    border: 1px solid #d7d7d7;
    margin-left: 5px; }
  #siteHeader .appLogo {
    padding: 0; }
    #siteHeader .appLogo a {
      background-image: url("https://www.energystar.gov/images/ES_Logo.gif");
      height: 140px;
      width: 137px; }
  #siteHeader .mainLinks {
    float: left;
    margin: 0.75em 0; }
    #siteHeader .mainLinks li {
      display: inline;
      font-size: 1.1em;
      font-weight: bold;
      margin-right: 1em;
      text-transform: uppercase; }
      #siteHeader .mainLinks li a {
        color: #666666; }
  #siteHeader .siteUserNav {
    margin: 0.75em 0; }
    #siteHeader .siteUserNav li {
      margin-left: 0;
      padding: 0 0.5em; }
      #siteHeader .siteUserNav li a {
        color: #666666; }
  #siteHeader #switchToBasic {
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 1em;
    width: 250px;
    border: 2px solid #d7d7d7;
    float: right;
    margin-bottom: 0.5em; }
  #siteHeader .siteUserNav li.signInLink, #siteHeader #siteHeader .siteUserNav li.signOutLink {
    background: none; }
  .ie7 #siteHeader {
    padding-bottom: 0; }

/*Footer */
div#siteFooter {
  height: auto;
  margin: -132px auto 0;
  width: 977px; }

#footer {
  background: none repeat scroll 0 0 #333333;
  border-top: 1px solid #cccccc;
  height: 100%;
  padding: 12px;
  position: relative;
  height: 108px; }
  #footer a {
    color: #bfbfbf;
    text-decoration: none; }
  #footer p {
    color: #bfbfbf;
    font-size: 1.1em; }
  #footer ul {
    margin: 0 0 0.6em 0;
    padding-top: 0.2em; }
  #footer li {
    background: url("https://www.energystar.gov/images/ftr_logo_list_dot.png") no-repeat scroll right center transparent;
    color: #bfbfbf;
    display: inline;
    font-size: 1.1em;
    margin: 0 0.08em 0 0.1em;
    padding: 0 0.8em 0 0.2em; }
  #footer div {
    float: left;
    padding-top: 15px;
    width: 25%; }
    #footer div ul {
      margin-top: 10px; }
    #footer div img {
      float: left;
      margin: 0 10px 0 12px; }
  #footer #ftr_social {
    color: white;
    float: right;
    padding-top: 0;
    width: 12em; }
    #footer #ftr_social p {
      clear: both;
      color: white;
      font-size: 1.3em;
      margin-bottom: 0; }
      #footer #ftr_social p.share {
        padding: 6px 0 0; }
    #footer #ftr_social ul {
      margin-top: 2px;
      position: absolute; }
      #footer #ftr_social ul li {
        background: url("https://www.energystar.gov/images/ftr_icons_all.png") repeat scroll 0 0 transparent;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 30px; }
      #footer #ftr_social ul li, #footer #ftr_social ul a {
        display: block;
        height: 30px; }
      #footer #ftr_social ul li#fb {
        left: 0; }
      #footer #ftr_social ul li#tw {
        background-position: -40px 0;
        left: 40px; }
      #footer #ftr_social ul li#yt {
        background-position: -80px 0;
        left: 80px; }
      #footer #ftr_social ul li span.mv_left {
        left: -300000px;
        position: absolute; }

/* Temporary hack to fix the map bug */
table#mapMap {
  display: none; }

#dataLinks {
  margin-top: 2em;
  margin-bottom: 2em; }

#bigAssExploreButton {
  margin-top: 4em; }

#chemicalGuy img {
  border: 1px solid #cecece; }

#descriptionSidebar h2 {
  font-size: 2em;
  padding-left: 0; }

#descriptionSidebar {
  font-size: 1.1em; }

/* Big Ass Button! */
/* Generated at: https://css-tricks.com/examples/ButtonMaker/# */
.bigAssBlueButton {
  border-top: 1px solid #96d1f8;
  background: #65a9d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#305382), to(#65a9d7));
  background: -webkit-linear-gradient(top, #305382, #65a9d7);
  background: -moz-linear-gradient(top, #305382, #65a9d7);
  background: -ms-linear-gradient(top, #305382, #65a9d7);
  background: -o-linear-gradient(top, #305382, #65a9d7);
  padding: 20px 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: black 0 1px 0;
  -moz-box-shadow: black 0 1px 0;
  box-shadow: black 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  color: white;
  font-size: 24px;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle; }

.bigAssBlueButton:hover {
  border-top-color: #5594e0;
  background: #5594e0;
  color: #fffcff; }

.bigAssBlueButton:active {
  border-top-color: #284970;
  background: #284970; }

a.bigAssBlueButton:visited {
  color: white; }

.mediumBlueButton {
  border-top: 1px solid #58bf88;
  background: #4bcc87;
  background: -webkit-gradient(linear, left top, left bottom, from(#2f8055), to(#4bcc87));
  background: -webkit-linear-gradient(top, #2f8055, #4bcc87);
  background: -moz-linear-gradient(top, #2f8055, #4bcc87);
  background: -ms-linear-gradient(top, #2f8055, #4bcc87);
  background: -o-linear-gradient(top, #2f8055, #4bcc87);
  padding: 11.5px 23px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: black 0 1px 0;
  -moz-box-shadow: black 0 1px 0;
  box-shadow: black 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  color: white;
  font-size: 22px;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle; }

.mediumBlueButton:hover {
  border-top-color: #52cc8b;
  background: #52cc8b;
  color: #fffcff; }

.mediumBlueButton:active {
  border-top-color: #246342;
  background: #246342; }

a.mediumBlueButton:visited {
  color: white; }

.bt-wrapper .filterMenu {
  text-align: center;
  font-size: 1.25em;
  margin-bottom: 1.5em; }
  .bt-wrapper .filterMenu a.active {
    color: #333333; }
.bt-wrapper .sectionHeader {
  font-size: 1.5em;
  border-bottom-width: 0px;
  padding-top: 0px;
  margin-top: 0px; }

/* EnergyStar */
#energystar-explorer {
  padding-top: 1em; }
  #energystar-explorer .controlPane.unifiedFilter .minimal .filterValues .line {
    display: block; }
  #energystar-explorer .socrata-component .content-wrapper.controlPane {
    background: transparent; }
  #energystar-explorer .badConfig {
    visibility: hidden;
    background: white; }
  #energystar-explorer #title h2 {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 0.1em;
    margin-left: 0.6em;
    padding: 0; }
  #energystar-explorer .shareBar {
    margin-bottom: 1em;
    margin-left: 1em; }
  #energystar-explorer .toolbar {
    border-top: 1px solid #d7d7d7;
    margin: 0.5em 0.25em;
    padding: 1em 0; }
    #energystar-explorer .toolbar .matchCount {
      font-weight: bold;
      padding-top: 0.7em;
      color: #7f7f7f;
      margin-left: 1em; }
      #energystar-explorer .toolbar .matchCount .count {
        font-size: 2em; }
      #energystar-explorer .toolbar .matchCount .products {
        font-size: 1.3em; }
    #energystar-explorer .toolbar label {
      font-weight: bold;
      left: -30%;
      margin-top: 1.1em;
      padding-right: 0.5em;
      position: absolute;
      text-align: right; }
    #energystar-explorer .toolbar .selector {
      font-size: 1em;
      margin-top: 0.3em;
      width: 100%; }
    #energystar-explorer .toolbar .searchBox {
      border-color: #d7d7d7;
      font-style: italic;
      margin-top: 0.3em;
      padding: 0.1em;
      width: 95%; }
  #energystar-explorer .moreText {
    font-size: 1.1em;
    line-height: 1.3em;
    padding: 1em;
    width: 250px;
    border: 2px solid #d7d7d7; }
  #energystar-explorer h3.boxHeader {
    font-size: 1em;
    padding-bottom: 0.5em; }
  #energystar-explorer #explorer {
    border-top: 1px solid #d7d7d7; }
  #energystar-explorer #filterSidebar {
    background-color: #f1f1f1;
    border-right: 1px solid #d7d7d7;
    padding-bottom: 16em; }
    #energystar-explorer #filterSidebar .component-InlineFilter .formSection {
      margin-bottom: 0; }
      #energystar-explorer #filterSidebar .component-InlineFilter .formSection .sectionContent {
        background-color: transparent;
        border: none; }
      #energystar-explorer #filterSidebar .component-InlineFilter .formSection .filterConditions {
        margin-bottom: 0; }
    #energystar-explorer #filterSidebar .component-InlineFilter .mainError {
      padding: 0; }
    #energystar-explorer #filterSidebar .component-InlineFilter .paneContent {
      padding-bottom: 0;
      border-bottom: 1px solid #d7d7d7; }
  #energystar-explorer #datasetSection .resultLine {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1em;
    padding-top: 1em; }
    #energystar-explorer #datasetSection .resultLine .itemIndex h2 {
      color: #7f7f7f;
      font-size: 1.8em;
      padding-left: 0; }
    #energystar-explorer #datasetSection .resultLine .itemTitle h2 {
      color: #3f96ca;
      font-size: 1.8em;
      padding-left: 0; }
    #energystar-explorer #datasetSection .resultLine .attrTitle {
      display: inline-block; }
    #energystar-explorer #datasetSection .resultLine .attrValue {
      color: #666666; }
    #energystar-explorer #datasetSection .resultLine .attrContainer-sm .attrTitle {
      width: 4em; }
    #energystar-explorer #datasetSection .resultLine .attrContainer-med .attrTitle {
      width: 7em; }
    #energystar-explorer #datasetSection .resultLine .attrContainer-lrg .attrTitle {
      width: 11em; }
  #energystar-explorer #listPager {
    margin: 1em auto 0;
    text-align: center; }
    #energystar-explorer #listPager .pageLink, #energystar-explorer #listPager .pageFillIn {
      color: #999999;
      margin: 0 0.25em; }
    #energystar-explorer #listPager .prevLink, #energystar-explorer #listPager .nextLink {
      background-image: url("/stylesheets/images/icons/menu_icons.png");
      background-repeat: no-repeat;
      display: inline-block;
      height: 13px;
      margin: 0 0.5em;
      text-indent: -9999px;
      width: 13px; }
    #energystar-explorer #listPager .prevLink {
      background-position: 0 -78px; }
    #energystar-explorer #listPager .nextLink {
      background-position: 0 -52px; }
  #energystar-explorer .component-Search {
    margin-top: 0.5em;
    position: absolute;
    right: 4.1em; }
    #energystar-explorer .component-Search .prompt {
      color: #888888; }
    #energystar-explorer .component-Search .button {
      padding: 0.2em 0.5em; }
  #energystar-explorer .component-Sort {
    position: absolute;
    margin-top: 3em;
    width: 350px;
    right: 0.1em; }
  #energystar-explorer .component-Sort .datasetSort {
    padding-right: 38px; }
  #energystar-explorer #sortEfficiency {
    font-size: 1.3em; }
  #energystar-explorer .component-Sort .sortLinks .sortDir .icon {
    margin-right: 2.5em; }
  #energystar-explorer .component-Sort .sortLinks .sortDir.sortDesc .icon {
    display: inline-block;
    margin-left: 0.5em; }
  #energystar-explorer .component-Sort .sortLinks .sortDir.sortAsc .icon {
    display: inline-block;
    margin-left: 0.5em; }

#sortEfficiency {
  font-size: 1.3em; }

#energystar-explorer .breadcrumb {
  margin-left: 1em; }
#energystar-explorer .productCompareHeader {
  background-color: whitesmoke;
  border: 1px solid #d7d7d7;
  padding: 0.5em;
  margin: 0 0 0 0px; }
#energystar-explorer #title h2 {
  margin-top: 0.3em;
  margin-bottom: 0.3em; }
#energystar-explorer .compare-bar {
  margin-bottom: 1em; }
  #energystar-explorer .compare-bar .instructions {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 0.25em; }
  #energystar-explorer .compare-bar #compare {
    margin-left: 1em;
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient(center top, #ffc477 5%, #fb9e25 100%);
    background-color: #ffc477;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: white;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #cc9f52; }
    #energystar-explorer .compare-bar #compare.disabled {
      border: 1px solid #858585;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, gray), color-stop(1, #909090));
      background: -moz-linear-gradient(center top, gray 5%, #909090 100%);
      background-color: gray;
      -moz-box-shadow: inset 0px 1px 0px 0px #858585;
      -webkit-box-shadow: inset 0px 1px 0px 0px #858585;
      box-shadow: inset 0px 1px 0px 0px #858585;
      text-shadow: 1px 1px 0px #707070; }
    #energystar-explorer .compare-bar #compare:hover {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
      background: -moz-linear-gradient(center top, #fb9e25 5%, #ffc477 100%);
      background-color: #fb9e25; }
    #energystar-explorer .compare-bar #compare:active {
      position: relative;
      top: 1px; }
  #energystar-explorer .compare-bar #compare-items {
    margin-left: 0.5em; }
    #energystar-explorer .compare-bar #compare-items .product {
      margin-left: 0.5em;
      -moz-box-shadow: inset 0px 1px 0px 0px white;
      -webkit-box-shadow: inset 0px 1px 0px 0px white;
      box-shadow: inset 0px 1px 0px 0px white;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
      background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
      background-color: #ededed;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid gainsboro;
      display: inline-block;
      color: #777777;
      font-family: arial;
      font-size: 15px;
      font-weight: bold;
      padding: 2px 8px;
      text-decoration: none;
      text-shadow: 1px 1px 0px white; }
      #energystar-explorer .compare-bar #compare-items .product:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
        background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
        background-color: #dfdfdf; }
      #energystar-explorer .compare-bar #compare-items .product:active {
        position: relative;
        top: 1px; }
#energystar-explorer .details {
  margin: 2em; }
  #energystar-explorer .details .meta {
    font-weight: bold;
    margin-right: 2.5em; }
#energystar-explorer #detailSection {
  margin: 0px; }
  #energystar-explorer #detailSection .productTitle {
    height: 6.5em;
    overflow: hidden;
    padding-bottom: 0.5em; }
  #energystar-explorer #detailSection .productMeta {
    height: 2em;
    overflow: hidden; }
  #energystar-explorer #detailSection .rowNames, #energystar-explorer #detailSection #energystar-explorer #detailSection .productHeader {
    background-color: whitesmoke;
    border: 1px solid #d7d7d7;
    padding: 0.5em;
    font-weight: bold; }
  #energystar-explorer #detailSection .cellValue {
    border: 1px solid #d7d7d7;
    padding: 0.5em;
    margin: 0 0 0 0px; }
  #energystar-explorer #detailSection .rowNames .rowName, #energystar-explorer #detailSection #energystar-explorer #detailSection .productHeader .rowName {
    font-weight: bold; }
  #energystar-explorer #detailSection .productDetails {
    padding: 0; }
  #energystar-explorer #detailSection .component-Pager {
    padding: 0;
    padding-top: 1em; }
  #energystar-explorer #detailSection .details {
    font-size: 1.2em;
    margin: 2em; }
  #energystar-explorer #detailSection .meta {
    font-weight: bold;
    margin-right: 1em;
    display: inline-block;
    width: 8em; }
  #energystar-explorer #detailSection .specs-meta {
    font-weight: bold;
    margin-right: 1em;
    display: inline-block;
    width: 11em; }
  #energystar-explorer #detailSection .category-pager {
    height: 21px; }
  #energystar-explorer #detailSection #detail-tabs {
    border: 1px solid #cecece;
    margin: 0;
    padding: 1em;
    min-height: 10em; }

.highlight {
  background-color: #ffff88; }

#app-catalog {
  padding-top: 1em; }
  #app-catalog .controlPane.unifiedFilter .minimal .filterValues .line {
    display: block; }
  #app-catalog .socrata-component .content-wrapper.controlPane {
    background: transparent; }
  #app-catalog #title h2 {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 0.1em;
    margin-left: 0.6em;
    padding: 0; }
  #app-catalog .shareBar {
    margin-bottom: 1em;
    margin-left: 1em; }
  #app-catalog .toolbar {
    border-top: 1px solid #d7d7d7;
    margin: 0.5em 0.25em;
    padding: 1em 0; }
    #app-catalog .toolbar .matchCount {
      font-weight: bold;
      padding-top: 0.7em;
      color: #7f7f7f;
      margin-left: 1em; }
      #app-catalog .toolbar .matchCount .count {
        font-size: 2em; }
      #app-catalog .toolbar .matchCount .apps {
        font-size: 1.3em; }
    #app-catalog .toolbar label {
      font-weight: bold;
      left: -30%;
      margin-top: 1.1em;
      padding-right: 0.5em;
      position: absolute;
      text-align: right; }
    #app-catalog .toolbar .selector {
      font-size: 1em;
      margin-top: 0.3em;
      width: 100%; }
    #app-catalog .toolbar .searchBox {
      border-color: #d7d7d7;
      font-style: italic;
      margin-top: 0.3em;
      padding: 0.1em;
      width: 95%; }
  #app-catalog .moreText {
    font-size: 1.3em;
    line-height: 1.5;
    padding: 1em; }
  #app-catalog h3.boxHeader {
    font-size: 1em;
    padding-bottom: 0.5em; }
  #app-catalog #explorer {
    border-top: 1px solid #d7d7d7; }
  #app-catalog #filterSidebar {
    background-color: #f1f1f1;
    border-right: 1px solid #d7d7d7;
    padding-bottom: 16em; }
    #app-catalog #filterSidebar .component-InlineFilter .formSection {
      margin-bottom: 0; }
      #app-catalog #filterSidebar .component-InlineFilter .formSection .sectionContent {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #d7d7d7; }
      #app-catalog #filterSidebar .component-InlineFilter .formSection .filterConditions {
        margin-bottom: 0; }
    #app-catalog #filterSidebar .component-InlineFilter .mainError {
      padding: 0; }
    #app-catalog #filterSidebar .component-InlineFilter .paneContent {
      padding-bottom: 0; }
  #app-catalog .app-listing {
    padding-top: 2em; }
    #app-catalog .app-listing .application {
      height: 280px;
      width: 480px;
      overflow: hidden;
      border-bottom: 1px solid #cecece; }
      #app-catalog .app-listing .application img {
        border: 1px solid #cecece; }
      #app-catalog .app-listing .application .app-details {
        padding-left: 1em; }
  #app-catalog #listPager {
    margin: 1em auto 0;
    text-align: center; }
    #app-catalog #listPager .pageLink, #app-catalog #listPager .pageFillIn {
      color: #999999;
      margin: 0 0.25em; }
    #app-catalog #listPager .prevLink, #app-catalog #listPager .nextLink {
      background-image: url("/stylesheets/images/icons/menu_icons.png");
      background-repeat: no-repeat;
      display: inline-block;
      height: 13px;
      margin: 0 0.5em;
      text-indent: -9999px;
      width: 13px; }
    #app-catalog #listPager .prevLink {
      background-position: 0 -78px; }
    #app-catalog #listPager .nextLink {
      background-position: 0 -52px; }
  #app-catalog .component-Search {
    margin-top: 0.5em; }
    #app-catalog .component-Search .prompt {
      color: #888888; }
    #app-catalog .component-Search .button {
      padding: 0.2em 0.5em; }
    #app-catalog .component-Search .searchBoxContainer .searchFake {
      border: none;
      display: block;
      height: 13px;
      padding: 0;
      -webkit-appearance: none;
      width: 100%; }
      #app-catalog .component-Search .searchBoxContainer .searchFake .prompt {
        font-style: normal; }

#app-profile {
  margin-left: auto;
  margin-right: auto; }
  #app-profile .name h2 {
    font-size: 3em;
    padding-bottom: 0.5em; }
  #app-profile .app-image img {
    border: 1px solid #cecece; }
  #app-profile .description {
    font-size: 1.1em; }
  #app-profile .datasets-used .dataset {
    border-top: 1px solid #cecece;
    margin-top: 0.5em;
    padding-top: 0.25em; }

#api-foundry {
  background-color: white;
  padding: 1.5em; }
  #api-foundry #navbar {
    display: inline-block;
    float: right;
    z-index: 99; }
    #api-foundry #navbar .current {
      font-weight: bold; }
  #api-foundry .page-title {
    font-size: 2em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0.5em;
    margin-top: 1em; }
  #api-foundry .big-title {
    font-size: 1.6em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0.5em;
    margin-top: 1em; }
  #api-foundry .sub-title {
    font-size: 1.2em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0.5em;
    margin-top: 1em; }
  #api-foundry #api-catalog, #api-foundry #blog, #api-foundry #discuss, #api-foundry #api-details {
    padding-top: 1.4em;
    min-height: 50em; }
  #api-foundry #api-catalog pre {
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.1em;
    padding-bottom: 0.1em; }
  #api-foundry #api-details {
    font-size: 1.1em; }
    #api-foundry #api-details p {
      margin-bottom: 0.5em; }
    #api-foundry #api-details pre {
      overflow: hidden; }
    #api-foundry #api-details pre.prettyprint {
      margin: 0;
      padding: 1.5em;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      -khtml-border-radius: 4px;
      border-radius: 4px; }
    #api-foundry #api-details .code-samples .sample-pager {
      font-size: 1.2em;
      padding-left: 0.2em; }
      #api-foundry #api-details .code-samples .sample-pager .pillButtons .childLink {
        height: 16px; }
    #api-foundry #api-details code {
      background: #eeeeee;
      border: 1px solid #d7d7d7;
      overflow: hidden;
      padding-left: 0.2em;
      padding-right: 0.2em;
      padding-top: 0.1em;
      padding-bottom: 0.1em; }
    #api-foundry #api-details .gear {
      background: #eef7ff url("https://fda.demo.socrata.com/api/assets/A2BE31D9-96D9-45D7-AE0A-C410C6B10A8A") no-repeat 2px center;
      border: 1px solid #d4e3f0;
      padding-left: 1.8em;
      padding-top: 0.2em;
      padding-bottom: 0.2em;
      padding-right: 0.2em;
      line-height: 1.8em; }
    #api-foundry #api-details a.exec {
      background: #eef7ff url("https://fda.demo.socrata.com/api/assets/A2BE31D9-96D9-45D7-AE0A-C410C6B10A8A") no-repeat 2px center;
      border: 1px solid #d4e3f0;
      padding-left: 1.8em;
      padding-top: 0.2em;
      padding-bottom: 0.2em;
      padding-right: 0.2em;
      line-height: 1.8em; }
    #api-foundry #api-details .big-button {
      display: block;
      text-decoration: none;
      color: #333333;
      font-size: 1.2em;
      width: 228px;
      height: 143px;
      float: left;
      border: #dedede solid 1px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      text-shadow: 0 1px 0 white;
      background-color: #eceaea; }
      #api-foundry #api-details .big-button span {
        display: block;
        padding: 100px 10px 10px 10px; }
      #api-foundry #api-details .big-button a {
        color: #333333; }
      #api-foundry #api-details .big-button:hover {
        background-color: #dedede; }
    #api-foundry #api-details .try {
      margin-right: 20px;
      background-image: url("https://fda.demo.socrata.com/api/assets/C339E2D0-21A1-4000-885B-8219DC34C274");
      background-repeat: no-repeat;
      background-position: center 30px; }
    #api-foundry #api-details .register {
      margin-right: 20px;
      background-image: url("https://fda.demo.socrata.com/api/assets/8CF3FD42-A132-4F35-8CD4-A34AF5DC48B8");
      background-repeat: no-repeat;
      background-position: center 30px;
      float: right; }
    #api-foundry #api-details .response-codes li {
      line-height: 1.8em; }
      #api-foundry #api-details .response-codes li .code {
        display: inline-block;
        color: #353535;
        background-color: #eceaea;
        border: 1px solid #d7d7d7;
        width: 40px;
        height: 1.2em;
        line-height: 1.4em;
        text-align: center;
        font-size: 1.2em;
        margin-right: 0.5em; }
    #api-foundry #api-details .field .field-name {
      font-size: 1.2em;
      border-bottom: 1px solid #d7d7d7;
      margin-bottom: 0.5em;
      margin-top: 1em; }
    #api-foundry #api-details .field .meta {
      font-size: 1.1em;
      line-height: 1.2em; }
    #api-foundry #api-details .field code {
      font-size: 1.1em; }
    #api-foundry #api-details .field .description {
      font-size: 1.1em;
      margin-bottom: 0.5em; }
    #api-foundry #api-details .field .filtering-options {
      margin-left: 1em; }
      #api-foundry #api-details .field .filtering-options .title h4 {
        font-weight: bold;
        font-size: 1.2em; }
      #api-foundry #api-details .field .filtering-options pre {
        margin-left: 1em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-size: 1.3em;
        padding-left: 0.2em;
        padding-right: 0.2em;
        padding-top: 0.1em;
        padding-bottom: 0.1em; }
  #api-foundry .socrata-component .content-wrapper.controlPane {
    background: none; }
  #api-foundry .controlPane .formSection .sectionContent {
    background: none;
    border: none; }

.ie7warning {
  position: relative;
  z-index: 111111;
  width: 80%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #a29330;
  background: #fdf2ab no-repeat 10px center;
  height: 2em;
  text-align: left;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  margin-bottom: 0.5em;
  font-size: 12px; }
  .ie7warning div {
    padding: 5px 36px 5px 40px; }
  .ie7warning a, .ie7warning .buorg a:visited {
    color: #e25600;
    text-decoration: underline; }

