

#table-controls>a.collapse {
    display: inline-block;
}

@media (max-width: 768px) {
    .budget-mobile-scroll {
        overflow-x: scroll;
    }
}

textarea {
    width: 100%;
}
.mobile-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
/** force scrollbar to appear on OS X **/
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.horizontal-scroll-image {
    display: none;
}

.header-right-top nav li.social {
    background: none;
    padding: 0;
}
.header-right-top nav li.social a {
    margin-top: -6px;
    color: #706e6e;
    padding: 0;
}
.header-right-top nav li.social a:hover {
    background: none;
    color: #706e6e;
}
.header-right-top nav li.social a span {

}
.header-right-top nav li.social a span i {

}
#filter-container h4.panel-title.page-title {
    padding: 0.5em 1em;
    font-size: 1.4em;
}

#app-wrapper #filter-container h4.panel-title span.glyphicon.panel-title-hint {
    color: #ffffff;
    cursor: pointer !important;
    font-size: 20px;
    padding: 0 !important;
}

#app-wrapper #filter-container h4.panel-title span.glyphicon.panel-hint {
    color: #a0a0a0;
    cursor: pointer !important;
    font-size: 15px;
    padding: 15px 5px 0 0 !important;
}

#app-wrapper #filter-container h4.panel-title div.popover div.popover-content {
    color: #333333;
    text-transform: none;
}

#app-wrapper #filter-container div.input-group.padded {
    width: 90%;
    margin: 0 auto;
}

#filter-form-page-description a {
    color: #093b80;
    font-weight: bold;
}

.benchmarking h3 a {
    color: #333333;
    font-size: 0.9em;
    line-height: 0.9em;
}
.benchmarking-icon {
    display: block;
    width: 77px;
    height: 77px;
    background: transparent url(../images/benchmarking/benchmarking_icons_sprite.png) no-repeat;
}
.benchmarking-icon-property-tax {

}
.benchmarking-icon-local-spending {
    background-position: 0 -77px;
}

.ui-widget {
    font-size: 1em !important;
}
#app-wrapper .list-select li {
    font-size: 1em !important;
}

.budget-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url(../images/budget/budget_icon_sprite.png) no-repeat;
}
.budget-icon-property-tax {

}
.budget-icon-local-spending {

}

.banner-overlay-content a {
    color: #ffffff;
    font-weight: bold;
}
.banner-overlay-content a:hover {
    text-decoration: underline;
}

.whats-new-block  ul li p a.date {
    min-height: 23px;
    display: inline-block;
}

.whats-new-block p.more {
    margin-top: 1em;
}

.whats-new-block p.more a {
    color: #312e7c;
    font-weight: bold;
}

.footer-bottom-right {
    padding-top: 0;
}
.footer-bottom-right h6 {
    padding-bottom: 6px;
}
.footer-bottom-right p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 2em;
}
.formblock {
    margin-bottom: 2em;
}
.formblock form label {
    display: block;
    clear: both;
}
.formblock .fields .field {
    margin-bottom: 1em;
}

#results-search div {
    margin: 0;
    padding: 0;
    float: left;
    width: auto;
    display: inline;
}
#results-search .num-results {
    border: 0;
}

#results-search .total {
    margin-left: 10px;
}

#results-search #results-link-copy {
    margin-left: 5px;
}

#col-home-left {
    width: 412px !important;
    margin: 0;
}

#col-home-center {
    width: 259px !important;
    margin: 0 0 0 14px;
}

#col-home-right {
    width: 417px !important;
    margin: 0 0 0 14px;
}

#donate-banner {
  position: fixed;
  top: 0;
  left: 0;
  padding:10px;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
#donate-banner a,
#donate-banner a:visited {
  color: #a94442;
}


@media (max-width: 1200px) {
    #results-head-row div {
        height: 54px;
    }

    #results-search div {
        display: block;
        width: 100%;
        height: 23px;
    }
    #results-search .total {
        margin-left: 0;
    }

    #col-home-left {
        width: 355px !important;
        margin: 0;
    }

    #col-home-center {
        width: 216px !important;
        margin: 0 0 0 14px;
    }

    #col-home-right {
        width: 360px !important;
        margin: 0 0 0 14px;
    }
}


@media (max-width: 992px) {
    #results-link input {
        font-size: 12px;
    }

    #col-home-left {
        width: 275px !important;
        margin: 0;
    }

    #col-home-center {
        width: 136px !important;
        margin: 0 0 0 14px;
    }

    #col-home-right {
        width: 280px !important;
        margin: 0 0 0 14px;
    }

}



@media (max-width: 768px) {
	header {
  margin-top: 60px!important;
}
    #results-head-row div#results-share {
        height: 28px;
    }
    #results-link input {
        font-size: 11px;
    }
    .mobile-scroll {
        width: 100%;
    }

    .col-sm-8, .mobile-padding {
        padding: 0 15px;
    }

    .mobile-scroll .horizontal-scroll-image {
        display: block;
    }
}

@media (max-width: 550px) {
		header {
	  margin-top: 90px!important;
	}
}


/**
@media (max-width: 992px) {
    .footer-outer {background-size: auto 103%;}
}

@media (max-width: 768px) {
    .footer-outer {background-size: auto 103%;}
}
**/
