

.fa{
	font-family:FontAwesome;
}
#iw-list-icon.list-icon{
    position: relative;
    width: 100%;
    background: #E4EBF2;
    overflow-y: scroll;
    height: 300px;
    padding: 5px 0;
}
.list-icon .icon-item {
    background: none repeat scroll 0 0 #fff;
    float: left;
    font-size: 16px;
    height: 30px;
    margin-left: 5px;
    position: relative;
    width: 30px;
    cursor: pointer;
    border: solid 1px #2EA2CC;
}
.list-icon .icon-item.selected, .list-icon .icon-item:hover {
    background: none repeat scroll 0 0 #2EA2CC;
    color: #1b1b1b;
    
}
.list-icon .icon-item .icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.control-icon .icon-preview{
    font-size: 30px;
    margin-bottom:5px;
    cursor:pointer;
}

