.ui-store-selector{

}

.ui-store-selector .modal-header{
    position: relative;
    height: 64px;
    padding: 0 20px;
    border-bottom:none;
}

.ui-store-selector .modal-header h3.modal-title{height:64px;line-height: 64px;}

.ui-store-selector .modal-header button.close{
    position:absolute;
    right:20px;
    top:0;
    bottom:0;
    display:block;
    width:16px;
    height:16px;
    background:url(../../images/common/dialog-close-icon.png) no-repeat;
    background-size: contain;
    margin:auto;
    cursor:pointer;
    opacity:1;
}

.ui-store-selector .modal-header button.close:hover{
    background-image:url(../../images/common/dialog-close-hover-icon.png);
}

.ui-store-selector .modal-footer{
    border-top:none;
    padding:20px;
}

.ui-store-selector .modal-footer button{
    height:32px;
    line-height: 26px;
    border:2px solid #808c92;
    padding:0 20px;
    background-color:#fff;
    margin-left:6px;
    color:#687176;    border-radius: 0;
}

.ui-store-selector .modal-footer .ui-store-selector-save{
    height:32px;
    line-height: 32px;
    border:none;
    padding:0 40px;
    background-color:#808c92;
    color:#fff;
    margin-left:6px;
    font-size:14px;
    border-radius: 0;
    text-shadow: none;
    font-weight: normal;
}



.ui-store-selector .modal-dialog{
    width:682px;
}

.ui-store-selector .modal-body{
    padding:0 0 0 20px;
}
.ui-store-selector .modal-body>div{

    width:200px;
    float: left;
    border:1px solid #ccc;
    margin-right:20px;
}

.ui-store-selector .modal-body>div:first-child{
    border-left:1px solid #ccc;
}

.ui-store-selector .modal-body>div>div:first-child{
    height:40px;
    font-size:14px;
    padding-left:10px;
    border-bottom:1px solid #ccc;
    border-top:4px solid #808c92;
    line-height: 40px;
    color:#222;
}

.ui-store-selector .modal-body>div ul{
    height:360px;
    padding:0;
    margin:0;
    list-style-type: none;
    overflow: auto;
}

.ui-store-selector .modal-body>div ul li{
    position:relative;
    height:32px;
    line-height: 32px;
    padding-left:10px;
}

.ui-store-selector .modal-body>div ul li:hover{
    background-color:#eaeaea;
    cursor: pointer;
}


/* ui-floor-list */
.ui-store-selector .ui-floor-list li.active{
    background-color:#f3f3f3;
    border-left:4px solid #18b0e2;
}

/* ui-store-list */
.ui-store-selector .ui-store-list li.selected:after{

    content:"";
    position:absolute;
    top:0;
    bottom:0;
    right:10px;
    display:inline-block;
    width:16px;
    height:16px;
    background:url(../../images/component/user_selector_check_press.png) no-repeat;
    margin:auto;

}

/* ui-store-list */
.ui-store-selector .ui-selected-store-list li{
    background-color:#f3f3f3;
    margin-bottom:1px;
}

