﻿.selectlist {
    display: none;
    position: absolute;
    top: 32px;
    max-height: 160px;
    overflow-y: scroll;
    z-index: 999;
    background: whitesmoke;
    width: 99%;
    border: 1px solid #ddd;
    left: 0;
}

.unfind {
    display: none;
}

.selectlist .search {
    height: 28px;
    line-height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 5px;
    resize: none;
    border-radius: 0px;
    box-shadow: none;
    width: 95%;
    margin: 5px;
}

.selectlist ul {
    margin: 0;
    padding: 5px 0;
}

    .selectlist ul li {
        list-style: none;
        line-height: 35px;
        padding-left: 10px;
    }

        .selectlist ul li:hover {
            background: #e0dfce;
        }

.arrow {
    height: 26px;
    position: absolute;
    top: 3px;
    right: 5px;
    width: 20px;
    z-index: 999;
}

    .arrow:hover {
        cursor: pointer;
    }

.arrow_bottom {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: 0px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.arrow_top {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}


.leftsize {
    height: 42px;
    background-color: #fff;
}

@media (max-width:1280px) {

    .leftsize {
        height: 38px;
        background-color: #fff;
    }
}

.legend {
    float: right;
    padding-right: 10px;
}

    .legend ul li {
        list-style: none;
        float: left;
        padding-left: 12px;
    }

        .legend ul li span {
            cursor: pointer;
        }

        .legend ul li .imgspan {
            width: 25px;
            padding: 0 6px;
            margin-right: 2px;
            border-radius: 3px;
        }

.secondrow {
    color: #8b8b8b;
    font-size: 12px;
}

.morebtn {
    display: none;
    position: fixed;
    z-index: 9;
    background-color: white;
    width: 110px;
    border: 1px solid #dedede;
    margin: 5px 0 0 0;
    box-shadow: 2px 3px 5px #dedede;
}

    .morebtn a {
        padding: 5px;
        float: left;
        width: 100px;
        color: #393939;
        text-decoration: none;
    }

        .morebtn a:hover {
            background-color: #dedede;
            text-decoration: none;
        }

#Pl_Name_Box2 {
    position: relative;
    padding: 2px 4px;
    width: auto;
}

    .formValue ul, #Pl_Name_Box2 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        padding-left: 1px;
    }

        .formValue ul li, #Pl_Name_Box2 ul li {
            list-style: none;
            float: left;
            border: 1px solid #dedede;
            color: #808080;
            padding: 5px 8px;
            margin: 1px 0 0 -1px;
            cursor: pointer;
            font-size: 15px;
        }

            .formValue ul li:hover {
                border: 1px solid #00a4ff;
                position: relative;
                z-index: 9;
                background: #00a4ff;
                color: white;
            }

            .formValue ul li.active {
                border: 1px solid #00a4ff;
                color: #00a4ff;
                background-color: #d7e6f8;
                position: relative;
                z-index: 10;
            }

.selectattr {
    border: 1px solid #ddd;
    padding: 5px 12px 6px;
    color: #00a4ff;
    font-size: 15px;
}

    .selectattr:hover {
        text-decoration: none;
        color: white;
        background: #00a4ff;
        border: 1px solid #00a4ff;
    }

.selectattr2 {
    color: #00a4ff;
}

.required_attr {
    color: crimson;
    font-weight: bold;
    font-size: 18px;
    vertical-align: sub;
}
