﻿

.search_list_cn {
    position: absolute;
    width: 91%;
    max-height: 400px;
    z-index: 5000;
    background: #fff;
    overflow-y: auto;
    display: none;
}

    .search_list_cn .litem {
        padding: 5px 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

        .search_list_cn .litem img {
            height: 32px;
            border-radius: 50%;
        }


.select_down {
    background: #fbf9f9 !important;
    border-left: 1px solid #f1f1f2;
    border-right: 0;
    border-top: 1px solid #f1f1f2;
    border-bottom: 1px solid #f1f1f2;
    height: 34px;
    line-height: 24px;
    padding: 0 16px;
    z-index: 1042;
    color: #3c8dec;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dropdown-toggle {
    cursor: pointer;
}

.MenuMasterColorsText {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

    .MenuMasterColorsText:hover {
        color: #000000;
        font-size: 13px;
        font-weight: 600;
    }


.MenuSubMasterColorText {
    font-weight: 500;
    color: black;
}

    .MenuSubMasterColorText:hover {
        color: #00b9ff;
    }

@media(min-width:1024px) {
    .SearchDivMenu {
        display: none;
        height: auto;
        width: 660px;
        position: absolute;
        box-shadow: 0px 3px 6px;
        z-index: 102;
        /* border-style: outset; */
        background: #fff none repeat scroll 0 0;
  
        overflow: hidden;
    }
}



.level-2 {
    height: 100%;
    /*display: none;*/
    position: absolute;
    left: 200px;
    top: 0;
    background-color: #fff;
    width: 285px;
    padding-top: 4px;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,.25);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.25);
}

.dropdown-menu {
    min-width: inherit;
    width: 200px;
    background-color: #fbf9f9 !important;
    border-radius: 0;
    margin-top: 30px !important;
    border: none;
}


.caretforDeopDown {
    position: absolute;
    /*top: 16px;
    right: 21px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

.form-controlForListBox {
    display: none;
    position: absolute;
    z-index: 1;
    width: 95%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
