
/*** 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; }


/*** css/developers.css ***/

/*******************
Developers' Page CSS
*******************/
#soc-dev {
  font-family: "Myriad Pro", arial, helvetica, sans-serif;
  padding-top: 2em;
}
body.soc-dev .siteInnerWrapper {
  width: auto !important;
  max-width: 1000px;
}

/* Fixes for Responsive */
.soc-dev .siteOuterWrapper {
    min-width: 0 !important;
}
.soc-dev .siteContentWrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.soc-dev h2 {
  font-size: 175%;
  font-weight: normal;
}
.soc-dev h1 {
  font-weight: normal;
}
.soc-dev h3 {
  font-weight: normal;
}

.soc-dev #head {
  margin-bottom:1%;
}
.soc-dev #head h1 {
  text-align: center;
}
.soc-dev #head #head-desc {
  text-align: center;
}

.soc-dev #resources {
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}
.soc-dev #resources .res-col {
  vertical-align: top;
  display: inline-block; 
  width: 33%;
}
.soc-dev #resources .res-col .res-img {
  margin: 5%;
}
.soc-dev #resources .res-col p {
  margin-bottom: 3%;
  padding-left: 10%;
  padding-right: 10%;
}
.soc-dev #resources .res-col .res-link {
  display:inline-block;
  vertical-align: middle;
}
/* Change these urls after moving css to Socrata */
.soc-dev #resources .res-col .download-guide-icon::before {
  content: ''; 
  height:22px;
  width: 23px;
  background: url(/api/assets/8490E938-F57D-46A0-B86C-EF6934A245F4);
  display:inline-block;
  vertical-align: middle;
}
.soc-dev #resources .res-col .socrata-logo-icon::before {
  content: ''; 
  height:22px;
  width: 23px;
  background: url(/api/assets/5868BC56-90E9-463A-8C1E-8D37079795EF);
  display:inline-block;
  vertical-align: middle;
}
.soc-dev #resources .res-col .submit-logo-icon::before {
  content: ''; 
  height:22px;
  width: 23px;
  background: url(/api/assets/B4AF742E-5072-4B16-9696-3A0B51EA61E7);
  display:inline-block;
  vertical-align: middle;
}

.soc-dev #discover {
  width:97%;
  padding: 1.5%;
  margin-bottom:5%;
  background-color: #032e55;
  color: #FFFFFF;
}
.soc-dev #discover #disc-title {
  display:inline-block;
  vertical-align: top;
  padding-right: 2%;
}
.soc-dev #discover #disc-title h2{
  margin-bottom: 5%;
}
.soc-dev #discover #disc-el-container {
  display: inline-block;
  vertical-align: top;
}
.soc-dev #discover .disc-el {
  width: auto;
  padding: 5%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #2B577F;
  height: 20em;
}
.soc-dev #discover .disc-el a {
  color: #FFFFFF;
}
.soc-dev #discover .disc-el h3 {
  margin-bottom: 2%;
}
.soc-dev #discover .disc-el img {
  float: left;
  padding-right: 10px;
}
/* A whole bunch of selectors to specify width depending 
on the amount of rows in the discover dataset */
/*One row in the dataset*/
.soc-dev .disc-count-1 #disc-title {
  width: 48%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.soc-dev .disc-count-1 #disc-el-container {
  width: 50%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/*Two rows in the dataset*/
.soc-dev .disc-count-2 #disc-title {
  width: 31%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.soc-dev .disc-count-2 #disc-el-container {
  width: 66%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/*Three rows in the dataset*/
.soc-dev .disc-count-3 #disc-title {
  width: 23%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.soc-dev .disc-count-3 #disc-el-container {
  width: 75%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.soc-dev #access {
  margin-bottom: 5%;
}
.soc-dev #access h2 {
  text-align: center;
}
.soc-dev #access .access-text {
  display:inline-block;
  width: -moz-calc((99% - 667px) / 2);
  width: -webkit-calc((99% - 667px) / 2);
  width: -o-calc((99% - 667px) / 2);
  width: calc((99% - 667px) / 2);
  vertical-align: top;
  padding-top:125px;
}
.soc-dev #access #access-text-left {
  padding-left: 20%;
}
.soc-dev #access #access-text-right {
  padding-right: 20%;
}
.soc-dev #access .access-text-header {
  font-weight: bold;
  margin-bottom: 5%;
}
.soc-dev #access img {
  display:inline-block;
}

.soc-dev #try {
  background-color: rgb(200,200,200);
  margin-bottom: 5%; 
  padding: 10px;
}
.soc-dev #try p {
  margin-bottom: 10px; 
}
.soc-dev .try-center {
  text-align: center;
}
.soc-dev #try .trycode .cog-icon::before {
  content: ''; 
  height:22px;
  width: 23px;
  background: url(/api/assets/CCF2CB0F-3E07-4892-B3FD-51D692CA1FA5);
  display:inline-block;
  vertical-align: middle; 
}
.soc-dev #try .trycode .trylink {
  font-size: 1.5em;
  color: #1b1b1b; 
}
.soc-dev #try .trycode .trylink :hover :focus {
  text-decoration: underline; 
}
.soc-dev #try .results {
  text-align: left;
  font-size: 1.5em;
  position: relative;
  background: rgb(224, 224, 224);
  height: auto;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border: 1px solid #cecece; 
} 
.soc-dev #try .results .request {
  padding-top: 3px;
  padding-left: 3px; 
}
.soc-dev #try .results .request .verb {
  font-weight: bold;
  color: teal; 
}
.soc-dev #try .results .response { padding-top: 10px; }
.soc-dev #try .results .response .key { color: black; }
.soc-dev #try .results .response .string { color: green; }
.soc-dev #try .results .response .number { color: blue; }

.soc-dev #try .results .remove {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  color: black;
  font-size: 0.9em;   
}

.soc-dev #apps #apps-title {
  margin-bottom: 1%;
  margin-left: 15px;
}
.soc-dev #apps #apps-title p {
  display: none;
}
.soc-dev #apps #apps-el-container .id-clone {
  display:inline-block;
}
.soc-dev #apps #apps-el-container .id-clone .component-Text {
  margin: 12px;
}
.soc-dev #apps #apps-el-container .apps-el {
  position:relative;
  display: inline-block;
  width: 222px;
  height: 256px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 3px solid #076ECC;
  overflow: hidden;
  padding: 0;
}
.soc-dev #apps #apps-el-container .apps-el .apps-el-inactive {
  padding: 12px;
  position:absolute;
  background:white;
  width:100%;
  height: 226px;
}
.soc-dev #apps #apps-el-container .official-false .apps-el-inactive .official-tag {
  display: none;
}
.soc-dev #apps #apps-el-container .official-true .apps-el-inactive .official-tag {
  z-index:1;
  position: absolute;
  top:0px;
  right:24px;
  color: #FFFFFF;
  background-color: #076ECC;
  font-size: 1.25em;
  padding: 6px;
}
.soc-dev #apps #apps-el-container .apps-el .apps-el-active {
  z-index:2;
  padding: 0px;
  position: absolute;
  width:100%;
  background:white;
  height: 100%;
}
.soc-dev #apps #apps-el-container .apps-el .apps-el-active .apps-el-active-head {
  padding: 12px;
  background-color: rgb(224, 224, 224);
}
.soc-dev #apps #apps-el-container .apps-el .apps-el-active .apps-el-active-body {
  padding: 12px;
  height: 115px;
  overflow: hidden;
}
.soc-dev #apps #apps-el-container .apps-el .apps-el-active .apps-el-active-body a {
  font-size: 1.15em;
}
.soc-dev #apps #apps-el-container .apps-el .apps-el-active .apps-el-active-body .app-link {
  position: absolute;
  bottom: 12px;
  left: 12px;
}
.soc-dev #apps #apps-el-container .apps-el .apps-el-active .apps-el-active-body .app-code-div {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background-color: #007199;
  height: 26px;
  width: 92px;
}
.soc-dev #apps #apps-el-container .apps-el .apps-el-active .apps-el-active-body .app-code {
  position: absolute;
  bottom: 6px;
  right: 6px;
  color: #FFFFFF;
}

.soc-dev .remove::after {
  content: ''; 
  height:22px;
  width: 23px;
  background: url(/api/assets/8B883250-B03C-4107-85DB-13CD8B17990B);
  display:inline-block;
  vertical-align: middle; 
}

/* Responsive Design */ 
@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .soc-dev #discover #disc-title {
    width: 100%;
    display: block;
    margin-bottom: 1%;
    padding-right: 2px;
  }
  .soc-dev #discover #disc-title h2{
    text-align: center;
    margin-bottom: 1%;
  }

  .soc-dev #discover #disc-el-container {
    display: block;
    width: 100%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
  .soc-dev #access  {
    text-align: center;
  }
  .soc-dev #access .access-text {
    display: none;
  }
    body.controller_custom_content.action_custom_content_homepage #siteHeader #fullMenu {
    display: block !important;
  }
  body.controller_custom_content.action_custom_content_homepage #siteHeader #miniMenu {
    display: none !important;
  }
  body.controller_custom_content.action_custom_content_homepage #siteHeader .menuGroup {
    display: none !important;
  }
  body #siteHeader #fullMenu {
    display: none;
  }
  body #siteHeader #miniMenu {
    display: inline-block;
  }
  body #siteHeader .menuGroup {
    background: #2B577F;
    color: #fff;
    width: 100%;
    padding: 0;
    font-size: 13px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    border-bottom: 2px solid #2B72B2;
  }
  body #siteHeader .menuGroup .menuRow {
    padding-left: 85px;
  }
  body #siteHeader .menuGroup .menuSidebar {
    display: block;
    float: left;
    font-size: 25px;
    padding: 10px 30px;
  }
  body #siteHeader #menuLogin.menuGroup .siteUserNav > a {
    display: block;
    float: none;
    margin-left: 0;
    line-height: 2em;
    font-size: 1em;
    color: white;
  }
  body #siteHeader #menuLogin.menuGroup .siteUserNav > a:hover {
    text-decoration: underline;
  }
  body #siteHeader .menuGroup .siteUserNav {
    float: none;
    margin: 0;
  }
  body #siteHeader .menuGroup .siteUserNav li {
    float: none;
    margin-left: 0;
  }
  body #siteHeader .menuGroup .siteUserNav li a {
    line-height: 2em;
    font-size: 1em;
    color: white;
  }
}

@media only screen and (min-width: 0px) and (max-width: 684px) {
  .soc-dev #access {
    display: none;
  }
    body.controller_custom_content.action_custom_content_homepage #siteHeader #fullMenu {
    display: block !important;
  }
  body.controller_custom_content.action_custom_content_homepage #siteHeader #miniMenu {
    display: none !important;
  }
  body.controller_custom_content.action_custom_content_homepage #siteHeader .menuGroup {
    display: none !important;
  }
  body #siteHeader #fullMenu {
    display: none;
  }
  body #siteHeader #miniMenu {
    display: inline-block;
  }
  body #siteHeader #fullMenu {
    display: none;
  }
  body #siteHeader #miniMenu {
    display: inline-block;
  }
  body #siteHeader .menuGroup {
    background: #2B577F;
    color: #fff;
    width: 100%;
    padding: 0;
    font-size: 13px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    border-bottom: 2px solid #2B72B2;
  }
  body #siteHeader .menuGroup .menuRow {
    padding-left: 85px;
  }
  body #siteHeader .menuGroup .menuSidebar {
    display: block;
    float: left;
    font-size: 25px;
    padding: 10px 30px;
  }
  body #siteHeader #menuLogin.menuGroup .siteUserNav > a {
    display: block;
    float: none;
    margin-left: 0;
    line-height: 2em;
    font-size: 1em;
    color: white;
  }
  body #siteHeader #menuLogin.menuGroup .siteUserNav > a:hover {
    text-decoration: underline;
  }
  body #siteHeader .menuGroup .siteUserNav {
    float: none;
    margin: 0;
  }
  body #siteHeader .menuGroup .siteUserNav li {
    float: none;
    margin-left: 0;
  }
  body #siteHeader .menuGroup .siteUserNav li a {
    line-height: 2em;
    font-size: 1em;
    color: white;
  }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {
  .soc-dev #resources .res-col{
    display: block;
    width: 100%;
  }
  .soc-dev #discover #disc-title {
    width: 100%;
    display: block;
    padding: 5%;
  }
  .soc-dev #discover #disc-el-container {
    width: 100%;
    display: block;
  }
  .soc-dev #discover #disc-el {
    height: 14em;
  }
  .soc-dev #discover #disc-el-container .component-wrapper {
    position: static;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 2%;
    padding: 0 ;
  }
  .soc-dev #discover #disc-el-container .component-wrapper .component-Container {
    margin: 0;
  }
  .soc-dev #access {
    display:none;
  }
  .soc-dev #try {
    display:none;
  }
  .soc-dev #apps {
    text-align: center;
  }
  .soc-dev #apps #apps-title {
    margin-left: 0;
  }
  .soc-dev #apps #apps-title p {
    margin-top: 3%;
    display: block;
  }
  .soc-dev #apps .apps-el {
    text-align:left;
  }
  .soc-dev #apps .remove {
    display: block !important;
    position: absolute;
    top:0px;
    right:0px;
    padding: 6px; 
  }
    body.controller_custom_content.action_custom_content_homepage #siteHeader #fullMenu {
    display: block !important;
  }
  body.controller_custom_content.action_custom_content_homepage #siteHeader #miniMenu {
    display: none !important;
  }
  body.controller_custom_content.action_custom_content_homepage #siteHeader .menuGroup {
    display: none !important;
  }
  body #siteHeader #fullMenu {
    display: none;
  }
  body #siteHeader #miniMenu {
    display: inline-block;
  }
  body #siteHeader #fullMenu {
    display: none;
  }
  body #siteHeader #miniMenu {
    display: inline-block;
  }
  body #siteHeader .menuGroup {
    background: #2B577F;
    color: #fff;
    width: 100%;
    padding: 0;
    font-size: 13px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    border-bottom: 2px solid #2B72B2;
  }
  body #siteHeader .menuGroup .menuRow {
    padding-left: 85px;
  }
  body #siteHeader .menuGroup .menuSidebar {
    display: block;
    float: left;
    font-size: 25px;
    padding: 10px 30px;
  }
  body #siteHeader #menuLogin.menuGroup .siteUserNav > a {
    display: block;
    float: none;
    margin-left: 0;
    line-height: 2em;
    font-size: 1em;
    color: white;
  }
  body #siteHeader #menuLogin.menuGroup .siteUserNav > a:hover {
    text-decoration: underline;
  }
  body #siteHeader .menuGroup .siteUserNav {
    float: none;
    margin: 0;
  }
  body #siteHeader .menuGroup .siteUserNav li {
    float: none;
    margin-left: 0;
  }
  body #siteHeader .menuGroup .siteUserNav li a {
    line-height: 2em;
    font-size: 1em;
    color: white;
  }
  .staging.local #countyMap #map {
    display: none;
  }
  .staging.local #countyMap {
    margin-bottom: 2em;
    border-bottom: 2px solid #032e55;
    padding: 0;
    background: url('/api/assets/6BB82453-F534-4E78-95CD-4BDD539A2857');
    height: 30em;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
    width: 100%;
    background-position: center;
    margin-bottom: 2em;
  }
  .staging.local #searchbar {
    display: block;
    padding-bottom: 1em;
    text-align: center;
    float: none;
  }
  .staging.local #county-title {
    padding-bottom: 1em;
  }
}

/******************
App Submission Form
******************/
#submit-app {
  background-color: white;
  border: 2px solid grey;
  width: 500px;
  margin: auto;
  padding:15px;
}
.submit-app {
  max-width: 100%;
  margin:auto;
}
.submit-app .siteInnerWrapper {
  width: 100% !important;
}
.submit-app.staging .siteContentWrapper {
  padding-top: 2em !important;
}
.submit-app #head {
  text-align: center;
  font-family: 'PT Sans', "Myriad Pro", arial, helvetica, sans-serif;
}
.submit-app #form label {
  margin-top: 3px;
}
.submit-app #form input {
  float: right;
  display: inline-block;
  width: 300px;
  vertical-align: middle;
}
.submit-app #form textarea {
  display: inline-block;
  float: right;
  width: 300px;
  max-width: 300px;
}
.submit-app #form label .suggestion {
  font-size: 0.8em;
}
.submit-app #form .submitLine {
  padding-left: 10px;
  padding-top: 1em;
}
.submit-app #form .submitLine input {
  margin-top: 5px;
  float: none;
  width: auto;
  font-size: 1.2em;
}
.submit-app #form .submitLine .disclaimer {
  display: block;
  padding: 0.4em 0;
  font-size: 1.2em;
}

