/* Button List */
.buttonList .button {
    width: 90%;
    margin-bottom: 2%;
    list-style: none;
}

.panel-body div.option .subOptions {
    display: none;
}

.panel-body div.option.checked .subOptions {
    display: inline-block;
    padding-left: 10px;
}


div.back-to-top {
    background: #F00;
    position: fixed;
    display: block;
    width: 100%;
    height: 0;
    bottom: 0;
    z-index: 9999;
    text-align: left;
}

div.back-to-top a {
    background: #000;
    color: #FFF;
    padding: 14px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    top: -50px;
    display: inline-block;
    text-decoration: none;
}

div.back-to-top a span {
    margin-right: 10px;
}

div.back-to-top a span:empty {
    margin-right: 0;
}

div.back-to-top a i {
    margin-top: 3px;
}

#panel-remove .panel-body{
    text-align: center;
}

#panel-remove .yes-no-buttons {
    margin: 0;
    text-align: center;
}

#panel-remove .yes-no-buttons a {
    width: 45%;
    margin: 5px 3px 3px;
    color: #FFF;
    padding: 8px 6px;
    border: solid 2px #e3e3e3;
    background: #111;
    text-decoration: none;
    cursor: pointer;
}

#panel-remove .yes-no-buttons a:first-child {
    float: left;
}

#panel-remove .yes-no-buttons a:last-child {
    float: right;
}

#panel-remove .yes-no-buttons a:hover {
    background: #FFF;
    color:#222;
}

.filters-mobile-holder.collapsed {
    display: none;
}

.mobile-filter-toggles-section > .separator {
    margin-bottom: 5px;
    margin-top:5px;
    border-top:solid 1px #4a4a4a;
    width: 100%;
    display: block;
}
.mobile-filter-toggles-section > a{
    display: inline-block;
    width: 50%;
    padding: 5px 14px;
    background: #FFF;
    border: solid 1px #4a4a4a;
    border-top:none;
    border-bottom: none;
    float: left;
}

.mobile-filter-toggles-section > a:focus {
    color:#000;
    text-decoration: none;
}

.mobile-filter-toggles-section > a:hover, .mobile-filter-toggles-section > a:active, .mobile-filter-toggles-section > a.active {
    background: #141414;
    color:#FFF;
    text-decoration: none;
}


.mobile-filter-toggles-section > a.active i:before {
    content: "\e683";
}

.mobile-filter-toggles-section > a.toggle-filters{
    border-left: none;
    border-right: none;
}

.mobile-filter-toggles-section > a.toggle-sort-bar{
    border-right: none;
}

.mobile-filter-toggles-section > a i.pe-v {
    margin-top: 5px;
}

.imw-search-bar {
    background: #000;
    display: block;
    padding:20px 15px;
    color:#FFF;
    text-align: left;
}

.imw-search-bar .sorting-btn {
    color:#FFF;
    text-align: right;
}

.imw-search-bar .sort-options-wrap {
    text-align: right;
}

.imw-search-bar .sort-label {
    display: inline-block;
    float: right;
    text-transform: capitalize;
}

.imw-search-bar .dropdown {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    float: right;
    text-transform: capitalize;
}

.imw-search-bar .dropdown .dropdown-menu {
    background: #000;
    border-radius: 0;
    margin-left: -15px;
    border: solid 1px #141414;
    margin-top: 15px;
}

.imw-search-bar .dropdown .dropdown-menu>li>a {
    padding: 10px 20px;
    color:#FFF;
}

.imw-search-bar li.sort-option.active>a {
    background: #FFF;
    color:#333;
}

.imw-search-bar .dropdown .dropdown-menu>li>a:hover, .imw-search-bar .dropdown .dropdown-menu>li>a.active,  .imw-search-bar .dropdown .dropdown-menu>li>a:active, .imw-search-bar .dropdown .dropdown-menu>li>a:focus {
    color:#333;
}

.imw-search-bar .dropdown.open .sorting-btn i.pe-v:before {
    content: "\e683";
}

.imw-search-bar .sorting-btn i.pe-v {
    margin-top: 5px;
    margin-left: 5px;
}

.imw-search-bar .search-wrap {
    color:#222;
    text-align: left;
}

.imw-search-bar .using-current-location-wrap {
    color:#222;
    text-align: left;
}

.no-focus-effect:focus {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    outline:0 !important;
    -webkit-appearance:none;
}

.imw-search-bar input[name="natural"]{
    border-left: none;
    border-right-color: #FFF;
}

.imw-search-bar input[name="natural"]:focus {
    border-color: #FFF;
}

.imw-search-bar .input-group-addon  {
    background-color: #FFF;
    border: none #FFF;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.imw-search-bar .input-group-btn .btn {
    border-radius: 0;
}

.imw-search-bar i.pe-lg {
    vertical-align: -25%;
}

.imw-search-bar i.pe-lg {
    font-weight: bold;
}

.match-count {
    padding-right:15px;
}

.match-count, .match-text {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 15px;
    display: inline-block;
}

.match-count:empty {
    display: none;
}


.imw-filter-bar {
    background: #4a4a4a;
}

.imw-filter-bar .panel {
    border-radius: 0;
    border:none;
}

.panel-group.imw-filter-bar .panel+.panel {
    margin-top:1px;
}

.imw-filter-bar .panel-heading {
    background: #000;
    color:#FFF;
    text-transform: uppercase;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    letter-spacing: 1px;
    padding:0;
    border-bottom: none;
    font-size: 18px;
}

.imw-filter-bar .panel-heading.active {
    color: #4f6a49;
}

.imw-filter-bar .panel-heading:hover {
    background: #4a4a4a;
}

.imw-filter-bar .panel-heading.active:hover {
    background: #111;
}

.imw-filter-bar .panel-heading a {
    padding:21px;
    display:block;
}


.imw-filter-bar .panel-heading#tab-remove, .imw-filter-bar .panel-heading#tab-remove a i:before {
    color: #c43232;
}

.imw-filter-bar .panel-heading a.collapsed i:before {
    content: "\e689";
}

.imw-filter-bar .panel-heading#tab-remove a.collapsed i:before {
    content: "\e681";
}

.imw-filter-bar .panel-heading a i {
    font-weight: bold;
    color:#FFF;
}

.imw-filter-bar .panel-heading a:hover {
    text-decoration: none;
}


.imw-filter-bar .panel-body {
    background: #222;
    color:#FFF;
    padding:21px;
    border:none !important;
}

.sorting-mobile-holder ul.dropdown-menu {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    border: none;
    background: #000;
    color: #FFF;
}

.sorting-mobile-holder ul.dropdown-menu > li a{
    color: #FFF;
    padding: 20px;
    background: #222;
    margin: 1px 5px;
    text-transform: capitalize;
}

.sorting-mobile-holder ul.dropdown-menu > li a:hover{
    background: #4a4a4a;
}

.sorting-mobile-holder ul.dropdown-menu > li.active a:hover{
    background: #FFF;
}

.sorting-mobile-holder.collapsed ul.dropdown-menu {
    display: none;
}

.panel-body .option span.text-wrap {
    text-transform: capitalize;
    display: table;
    cursor: pointer;
    line-height: 22px;
}

.panel-body p, .panel-body input, .panel-body select, .panel-body button {
    text-transform: capitalize;
    margin-top:10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.panel-body .option span.text-wrap .count {
    color : #666;
    margin-left: 5px;
    cursor: pointer;
}

.panel-body .option .checkbox {
    display: inline-block;
    padding: 0;
    border: solid 1px #FFF;
    margin: 1px 10px 0 0;
    min-height: inherit;
    float: left;
    cursor: pointer;
}

.panel-body .option .checkbox .checkbox-marker {
    display: block;
    width: 15px;
    height: 15px;
    margin: 1px;
    padding: 0;
}

.panel-body .option.checked>.checkbox .checkbox-marker {
    background: #FFF;
}

.panel-body .option > .option {
    margin-left: 15px;
    display:none;
}

.panel-body .option.checked > .option {
    display: block;
}


.inventory-results-wrap {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.locateButton button:hover {
    background-color: white;
    border-color: white;
}
.locateButton button {
    background-color: black;
    border-color: black;
}

/** Small Size Devices Start Here ( >= 768 ) **/
@media (min-width: 768px) {
    div.back-to-top {
        text-align: center;
    }
}

.noWrapping {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

