@import 'ninjastyles.css';

#multifilter_filters {
    position: relative;
}
#mfmask {
    background-image: url(images/mask.png);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#mfmask img {
    display: block;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
}

.attrrow {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 130%;
}

.attrcol {
    float: left;
    padding: 0 0 10px;
    width: 100%;
}
.attrcol.price_slider {
    /*height: 70px;*/
}

.attrhead{
    line-height: 18px;
}

.attrhead label{
    color: #eb6005;
    font-weight: 700;
    min-height: 16px;
    margin: 3px 0;
    vertical-align: top;
}
.attrbody {
    margin-left: 5px;
    clear: both;
}

.filterset {
    margin-bottom: 10px;
}

.resetline {
    line-height: 18px;
    margin-bottom: 3px;
    min-height: 10px;
    padding-top: 3px;
    vertical-align: top;
}

.multifilter_reset_icon img {
    vertical-align: top;
    margin-top: -1px;
}

.attrcol a.multifilter_reset_icon {
    float: right;
    margin: 0px 5px 0 0;
}

a.multifilter_reset_icon, a.multifilter_reset_icon:hover{
    text-decoration: none;
}

div.multifilter_reset_link {
    margin-bottom: 10px;
    float: none;
}

div.multifilter_reset_link a {
    color: #696969;
    font-size: 12px;
    font-weight: bold;
}

div.multifilter_reset_link a:hover {
    color: #eb6005;
}

p.attrfilter {
    margin: 4px 0 0;
    padding: 0;
}
p.attrfilter span.lgrey {
    color: #999;
}

p.attrfilter.check a { text-decoration: none }
p.attrfilter.check span.check
{ 
	padding: 2px 0 0px 22px;
	-moz-transition: color 0.3s ease; 
	-o-transition: color 0.3s ease; 
	-webkit-transition: color 0.3s ease; 
	transition: color 0.3s ease; 
	background: url(gr_custom-inputs_v.png) -300px -1px no-repeat;
	min-height: 16px;    
    display: inline-block;
}
p.attrfilter.check span.check:hover { cursor: pointer; color: #2C7AD0;}
p.attrfilter.check span.check:focus,
p.attrfilter.check span.check:hover { background-position: -280px -21px;}
p.attrfilter.check.active span.check { background-position: -220px -81px;}
p.attrfilter.check.active span.check:focus,
p.attrfilter.check.active span.check:hover { background-position: -200px -101px;}
p.attrfilter.check.disabled a, p.attrfilter.check.disabled span { color: #999; pointer-events: none; cursor: default;}

.slider-range {
    margin-left: 7px;
    margin-top: 10px;
    width: 125px;
    height: 10px;
}

.slider-amount {
    margin: 5px 0 0;
}

.slidervalbox {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    font-size: 11px;
    height: 18px;
    margin: 3px 3px 3px 0;
    padding: 1px;
    position: relative;
    width: 44px;
}

.slidervalbox input[type="text"].slidervalinput {
    border: 0;
    line-height: 15px;
    height: 15px;
    font-size: 11px;
    padding: 0;
    text-align: right;
    width: 40px;
}
.slidervalto {
    float: left;
    font-size: 11px;
    height: 15px;
    margin: 3px 3px 3px 0;
}
.slidersubmit {
    float: left;
    margin: 3px 0;
}
.submitButton.slidersubmitbutton {
    width: 35px;
    height: 20px;
}

.colorpick {
    border: 2px solid #fff;
    cursor: pointer;
    float: left;
    height: 20px;
    margin: 0 4px 3px 0;
    width: 20px;
}

.colorpick.active,.colorpick:hover {
    border-color: #666;
}

.colorpick.disabled,.colorpick.disabled:hover {
    border-color: #eee;
    cursor: default;
}

.colorpick_picker {
    background-image: url(swatches/enabled.png);
    border: 1px solid #fefefe;
    height: 18px;
    margin: 0;
    width: 18px;
}

.colorpick_picker.disabled {
    background-image: url(swatches/disabled.png);
}

.pageHead + #listcontent {
    margin-top: -16px;
}

div.mfshowmore, div.mfshowless {
    color: #696969;
    cursor: pointer;
    margin: 4px 0px 4px 0px;
    display: none;
    font-size: 11px;
    font-weight: bold;
}
div.mfshowmore:hover, div.mfshowless:hover {
    color: #eb6005;
}
span.backarrow {
    width: 10px;
    height: 8px;
    background-image: url(../../img/backarrow.png);
    background-repeat: no-repeat;
    display: inline-block;
}
#multifilter_filters .selectorsBox {
    margin: 0;
    padding: 0;
}
#multifilter_filters .dropDown {
    min-width: 140px;
    padding-right: 0;
}
#multifilter_filters .dropDown p{
    padding-left: 5px;
}
#multifilter_filters .dropDown ul {
    cursor: default;
}
#multifilter_filters .dropDown ul li {
    cursor: pointer;
}
#multifilter_filters .dropDown ul li.disabled {
    pointer-events: none;
    cursor: default;
    display: none; /* remove to show disabled values */
}
#multifilter_filters .dropDown .value {
    padding: 3px 0;
}



/* Filter */
.attrhead { color: #009ddb; cursor: pointer; font-weight: 700; margin: 0 0; min-height: 16px; }
.attrhead label { cursor: pointer; display: block;  position: relative;  }
.attrhead label:after { content: "+";position: absolute;right: 0;top: 0px;font-size: 30px;font-weight: normal; }
/* .attrhead.opened label:after { content: "-" !important; } */
.attrhead.filtered label:before { border: 2px solid #009ddb; border-radius: 100%; content: "\e5ca"; color: #009ddb; font-family: "Material Icons"; position: absolute; right: 20px; top: -2px; font-size: 15px; font-weight: normal; text-align: center; width: 19px; }
.attrcol .attrbody { display: none; margin: 0 0; padding: 10px 0; }
.attrcol.open .attrbody { display: block;}
.attrfooter { background: #fff url("../../img/bkg_attrfooter.png") no-repeat scroll 13px 0; clear: both; margin: 0 -4px; }
.attrcol { border-bottom: 1px solid #707070; padding: 15px 0; }
.attrcol a.multifilter_reset_icon { color: #ff6256; display: block; float: none; font-size: 8pt; padding: 15px 15px; text-transform: uppercase; }
.attrcol a.multifilter_reset_icon img { margin: 0 5px -2px 0; }
.attrcol:last-child { border-bottom: 0; }

p.attrfilter.check.disabled span { color: #999; pointer-events: none; cursor: default;}

.submitButton.slidersubmitbutton {
    background: #009DDB;
    height: 22px;
}
.submitButton.slidersubmitbutton:hover {
    background: #005F86;
}