﻿
.filterTypeDisplayLeft {
    font-weight: bold;
    clear: both;
    padding: 10px 15px;
    font-size: 0.85em;
}

.filterDataLeft {
    font-weight: normal;
    cursor: pointer;
    word-wrap: break-word;
    padding: 3px 0px;
    position: relative;
    width: 100%!important;
}

@media screen and (max-width:1024px){
    .datafilter{padding-bottom:50px}

}

@media screen and (max-width:767px){
    .filterDataLeft{width:50%!important;float:left;height:30px}
    .datafilter{padding-bottom:50px}

}

@media screen and (min-width:768px) and (max-width:1024px){
    .filterDataLeft{width:25%!important;float:left;height:30px}
    .datafilter{height:60%}
}

.popupFilter {
    display: none;
    z-index: 10400;
    position: absolute;
    top: 10%;
    left:calc((100% - 660px)/2);
    width: 660px;
    height: 600px;
    background-color: White;
}

.filterTypeDivContainer {
    /*float: left;
    width: 138px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 460px;
    padding-bottom: 15px;*/
    width: 25%;
    height: 100%;
    float: left;
    border-right: 1px solid #ddd;
    overflow-y:auto
}

.filterTypeDiv {
    clear: both;
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #555;
    font-weight: bold;
    line-height:35px;
    /*white-space:pre-wrap;
    word-break:break-all;*/
}

.filterDataHeadDisplay {
    line-height: 35px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.filterDataDisplayer {
    float: left;
    overflow: auto;
    width:100%;
    max-height:calc(100% - 56px);
    padding:10px 20px;
    /*width: 510px;
    height: 392px;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    padding-left: 10px;*/
}

.filterTypeDivSel {
    background-color: #ddd;
}

.firstLevelFilterDisplayer {
    float: left;
    /*width: 200px;*/
    width:35%;
    padding-right: 10px;
}

.firstLevelFilterData {
    padding-bottom:10px;
    clear: both;
}

.firstLevelFilterDataSel {
    background-color: Gray;
}

.firstLevelFilterDataName {
    width: 150px;
    cursor: pointer;
}

.secondLevelFilterDataDisplayer {
    float: left;
    padding-left: 10px;
    /*width: 270px;*/
    width:65%;
}

.secondLevelFilter {
}

.directCheckFilter {
    float: left;
    /*width: 150px;*/
    width: 50%;
}

.filterDisplayLabel {
    margin-right: 5px;
    padding-left: 3px;
}

.labelFilterClose {
    cursor: pointer;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin-left: 2px;
    display: inline-block;
    line-height: 12px;
    text-align: center;
    color: #e9e9e9;
    background-color: #353a3f;
}

.displayLabelForPopupFilterDiv {
    overflow: auto;
    /*width: 650px;
    height: 75px;
    margin-left: 10px;*/
    width:100%;
    height:100px;
    padding:10px;
}

.filterCheckboxValue {
    display: none;
}

.filterTypeDisplayLeftLabelContainer {
    font-weight: bold;
    padding: 5px;
    font-size: 0.85em;
    line-height: 1.35em;
}

.filterDisplayLeftLabelContainer div {
    clear: both;
}

.onoffswitch {
    position: relative;
    width: 200px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "Include Universal Products";
        padding-left: 10px;
        background-color: #00529C;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "Exclude Universal Products";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 166px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
