﻿/*****************************************************/
#divSeachHelperContainer {
    display: none;
    top: 0px;
    right: 0px;
    float: right;
    position: absolute;
    border: 0px solid red;
    text-align: right;
    overflow: hidden;
    width: 100%;
}



#div-searchHelperCan {
    width: 99%;
    float: right;
    border: 0px solid red;
    min-height: 300px;
}

#div-searchHelperSwitch {
    float: right;
    position: relative;
    width: 39px;
    height: 185px;
    background-color: #5286ba;
    margin-top: 50px;
    cursor: hand;
    cursor: pointer;
}

.dynSearchHelper {
    float: left;
    clear: both;
    border: 0px solid red;
    width: 100%;
}


#spAdvancedSearchTitle {
    color: #fff;
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 0 0 0 10px;
    -moz-transform: rotate(-270deg);
    -moz-transform-origin: bottom left;
    -webkit-transform: rotate(-270deg);
    -webkit-transform-origin: bottom left;
    -o-transform: rotate(-270deg);
    -o-transform-origin: bottom left;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#div-searchHelperSwitch .div-arrow-panelSide {
    width: 21px;
    height: 13px;
    position: absolute;
    top: 145px;
    left: 3px;
}

#div-searchHelperSwitch .div-arrow-panelSide-ltr {
    background: url('../img/arrows/arrowMaster.png') 0 0;
}

#div-searchHelperSwitch .div-arrow-panelSide-rtl {
    background: url('../img/arrows/arrowMaster.png') 0 -13px;
}

.divDynSearchBox {
    float: left;
    clear: both;
    width: 100%;
    font-size: 13px;
}


.divDynSearchBox ul {
    /*width: 95%;*/
    margin: 5px 0 0 0;
}

.divDynSearchBox .divDynSearchBox_u {
    display:none;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    background-color: #9c27b0;
    color: #fff;
    float: left;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
    line-height: 34px;
    margin: 20px 0 0 0;
}

.divDynSearchBox .divDynSearchBox_m {
    text-align: right;
}


    .divDynSearchBox .divDynSearchBox_m li {
        float: right;
        width: 100%;
            margin: 0 0 5px 0;

    }

    .divDynSearchBox .divDynSearchBox_m .attribName {
        color: #3d3d3d;
        border-bottom: 1px solid rgb(205, 199, 199);
        display: block;
        font-size: 12px;
        /* padding: 5px 1px; */
        font-weight: bold;
    }

.divDynSearchBox .divDynSearchBox_d {
}

.chb-dynSearch {
    float: right;
     margin: 5px 0;
}

.lbDynSearch {
    margin: 0 6px !important;
}
/*****************************************************/
.divDynSearchBox_m .el-SearchElement {
    cursor: hand;
    cursor: pointer;
    color: #6f6f6f;
}

    .divDynSearchBox_m .el-SearchElement:hover {
        color: #618f0a;
    }

.divDynSearchBox_m .el-SearchElementActive {
    background-color: #ffedee;
    color: red;
    padding: 3px;
}

.lbDynSearch {
    color: #919191;
}

.spClose-dynFilter {
    float: left;
    padding: 2px 9px;
    border: 0px solid gray;
    cursor: hand;
    cursor: pointer;
    font-size: 20px;
}

.sp-attrib-filter-minimize {
    float: left;
    cursor: hand;
    cursor: pointer;
    font-size: 15px;
    margin: 2px 0px 0 0;
    color:#BEBEBE;
}
