department-list.css 3.19 KB
* {
font-size:14px;
}
.div-department {
    width:600px;
    margin:0 auto;
}
.div-department-search {
    margin:0 auto;
    margin-top:10px;
    width:100%;
}
    .div-department-search input {
        border:1px solid #d3d3d5;
        border-radius:2px;
        height:33px;
        width:100%;
        padding-left:6px;
    }
.div-department-selectedreault {
    padding-top:1px;
    border:1px solid #d3d3d5;
    border-radius:2px;
    min-height:33px;
    width:100%;
    display:none;
}
.div-department-selectedreault>div {
    display:inline-table;
    padding:4px 6px;
    padding-bottom:0;
    margin-left:1px;
    margin-bottom:1px;
/*     height:26px; */
/*     line-height:26px; */
    background-color:#e3ecf8;
    border-radius:1px;
}
    .div-department-selectedreault > div .glyphicon-remove {
        margin-left:6px;
        color:#89c2e2;
        cursor:pointer;
    }
        .div-department-selectedreault > div .glyphicon-remove:hover {
            color:#0693e4;
        }
.div-department-tab {
    margin-top:6px;
    border-bottom:1px solid #e9e9e9;
    height:39px;
}
    .div-department-tab div {
        float:left;
        height:40px;
        line-height:40px;
        width:90px;   
        text-align:center;  
        cursor:pointer;
        color:#808080
    }
        .div-department-tab div:hover {
            background-color:#f2f6fc;
            color:#0693e4;
        }
    .div-department-tab .selected {
        color:#0693e4;
        border-bottom:3px solid #0693e4;
        height:38px;
    }
.div-department-address {
    margin-top:8px;
    margin-bottom:4px;
}
    .div-department-address .link {
        cursor:pointer;
        color:#3ca6e3;
    }.div-department-address .link:hover {
        color:#1386c9;
        text-decoration:underline;
    }
.div-department-list {
	width:50%;
    height:290px;
    overflow-y:auto;
    border:1px solid #d3d3d5;
    border-radius:2px;
}
    .div-department-list a > label {
        cursor:pointer;
    }
    .div-department-list a > label:hover {
        text-decoration:underline;
    }
    .div-department-list > ul {
        list-style:none;
        padding:0;
    }
    .div-department-list> ul > li {
        border-bottom:1px dotted #89c2e2;
        cursor:pointer;
    }
    .div-department-list> ul > li:hover {
        background-color:#f2f6fc;
    }
    .div-department-list> ul > li > div,.div-department-iconbg,.div-department-people-iconbg{
        padding:2px 4px 2px 4px;
        display:inline;
        color:white;
        border-radius:2px;
        cursor:pointer;
    }
.div-department-iconbg {
    background-color:#0693e4;
    margin-right:4px;
}
.div-department-people-iconbg {
    background-color:#fce454;
    margin-right:4px;
}
        .div-department-list > ul > li > div {
        margin-left:4px;
        margin-right:8px;
        height:40px;
        line-height:40px;
        }
    .div-department-list input[type="checkbox"] {
        float:right;
        margin-top:10px;
        margin-right:10px;
        width:16px;
        height:16px;
        border-radius:2px;
        border:1px solid #d3d3d5;
    }
.div-department-button {
    margin-top:16px;
    text-align:right;
}
.datainp{
	border:none;
	padding-left:4px;
	padding-right:4px;
}