
.horizontal-filter-wrapper {
    background-color: #00a165;
    color: white;
    font-size: 15px;
}

.horizontal-filter-wrapper .filter-first-row {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.horizontal-filter-wrapper .filter-fourth-row {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.horizontal-filter-wrapper .filter-second-row {
    margin-left: 20px;
    margin-right: 20px;
}
.horizontal-filter-wrapper .filter-third-row {
    margin-left: 20px;
    margin-right: 20px;
}


.horizontal-filter-wrapper .filter-first-row .filter-place {
    display: inline-block;
    width: 50%;
}
.horizontal-filter-wrapper .filter-first-row .filter-category {
    display: inline-block;
    width: 49%;
}

.horizontal-filter-wrapper .filter-second-row .filter-price {
    display: inline-block;
    width: 25%;
}
.horizontal-filter-wrapper .filter-second-row .filter-profit {
    display: inline-block;
    width: 25%;
}
.horizontal-filter-wrapper .filter-second-row .filter-payback {
    display: inline-block;
    width: 25%;
}
.horizontal-filter-wrapper .filter-second-row .filter-revenue {
    display: inline-block;
    width: 23%;
}

.horizontal-filter-wrapper .filter-third-row .filter-price {
    display: inline-block;
    width: 25%;
}
.horizontal-filter-wrapper .filter-third-row .filter-profit {
    display: inline-block;
    width: 25%;
}
.horizontal-filter-wrapper .filter-third-row .filter-payback {
    display: inline-block;
    width: 25%;
}
.horizontal-filter-wrapper .filter-third-row .filter-revenue {
    display: inline-block;
    width: 23%;
}

.horizontal-filter-wrapper .filter-fourth-row .filter-tag {
    display: inline-block;
    width: 50%;
}
.horizontal-filter-wrapper .filter-fourth-row .filter-extended-search {
    display: inline-block;
    width: 25%;
}
.horizontal-filter-wrapper .filter-fourth-row .filter-clear {
    display: inline-block;
    width: 25%;
}

.vertical-filter-wrapper .filter-clear {
    width: 235px;
}
.vertical-filter-wrapper .filter-clear input[type=button]{
    width: 100%;
}

.horizontal-filter-wrapper .filter-fourth-row .filter-search-button {
    display: inline-block;
    width: 23%;
}

.horizontal-filter-wrapper .filter-second-row input[type=textarea]
{
    width:100px;
}
.horizontal-filter-wrapper  .filter-tag input[type=textarea]
{
    width:500px;
}

.horizontal-filter-wrapper input[type=textarea]
{
    width:100px;
    border-radius:5px;
}
.horizontal-filter-wrapper .filter-second-row input[type=text]
{
    width:100px;
    border-radius: 15px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: black;
    display: inline-block;
}
.horizontal-filter-wrapper .filter-fourth-row input[type=text]
{
    width:100px;
    border-radius: 15px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: black;
    display: inline-block;
}

.horizontal-filter-wrapper  .filter-tag input[type=text]
{
    /*width:500px;*/
}

.horizontal-filter-wrapper input[type=text]
{
    width:100px;
    border-radius:5px;
}

#filter-price-slider {
    width: 205px;
}

#filter-profit-slider {
    width: 205px;
}

#filter-payback-slider {
    width: 205px;
}

#filter-revenue-slider {
    width: 205px;
}

.container.horizontal-filter .row {
    margin-bottom: 10px;
}


.vertical-filter-wrapper {
    background-color: #00a165;
    color: white;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.vertical-filter-wrapper .filter-row {
    padding-bottom: 15px;
}
.vertical-filter-wrapper .filter-row.filter-search-button {
    width: 235px;
    padding-bottom: 0px;
}
.vertical-filter-wrapper .filter-row.filter-search-button input{
    float: right;
    width: 100%;
}
.vertical-filter-wrapper input[type=submit]
{
    background-color: #007340;
}

.vertical-filter-wrapper input[type=textarea]
{
    width:110px;
}
.vertical-filter-wrapper input[type=textarea]
{
    border-radius:5px;
}

.vertical-filter-wrapper input.filter-full-textarea{
    width: 235px;
}

.vertical-filter-wrapper input[type=text]
{
    width:110px;
    border-radius: 15px;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: black;
    display: inline-block;
}

.vertical-filter-wrapper input.filter-full-text{
    width: 235px;
}

#vertical-filter-price-slider{
    width: 235px;
}
#vertical-filter-profit-slider{
    width: 235px;
}
#vertical-filter-payback-slider{
    width: 235px;
}
#vertical-filter-revenue-slider{
    width: 235px;
}

#filter-zone-button {
    margin-left: 10px;
    margin-right: 10px;
}

#filter-zone-clear {
    margin-left: 15px;
    /*margin-right: 3px;*/
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
#filter-zone-clear :hover {
    color: #000000;
}

#filter-category-button {
    margin-left: 10px;
    margin-right: 10px;
}

#filter-category-name {
    border-radius: 15px;
    border: 1px solid white;
    padding: 4px 10px 4px 10px;
}

#filter-category-clear {
    margin-left: 15px;
    /*margin-right: 3px;*/
    cursor: pointer;
}

.horizontal-filter-wrapper .filter-search-button input[type=submit] {
    width: 100px;
    margin-left: 10px;
}

.horizontal-filter-wrapper .filter-search-button input[type=button] {
    width: 100px;
}

.round-button {
    border-radius: 15px;
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: white;
    display: inline-block;
}

input.round-button
{
    background-color: #007340;
}

.category-navigation-links {
    color: black;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.category-navigation-links a {
    color: black;
}

.category-selection a {
    cursor: pointer;
}

.category-selection sup {
    color: #dd0000;
}

.category-selection .choose-link {
    display: inline-block;
    margin-left: 20px;
}

.category-selection-links {
    line-height: 25px;
}

