.themesion-select-icon-library-wrapper {
    padding-bottom: 5px;
}

.themesion-icon-picker-ele-w {
    height: 50px;
    background: white;
    border: 2px solid #dedede;
    width: 115px;
}

.themesion-icon-picker-ele-icon {
    height: 40px;
    float: left;
    width: 65px;
    text-align: center;
    padding: 5px;
}

.themesion-icon-picker-ele-icon i {
    font-size: 40px;
    line-height: 40px;
}

.themesion-icon-picker-ele-arrow {
    float: right;
    width: 30px;
    background: #dedede;
    height: 34px;
    padding: 5px;
    text-align: center;
    padding-top: 11px;
    cursor: pointer;
}

.themesion-icon-picker-ele-arrow i {
    font-size: 29px;
}

ul.thsn-icon-picker-list li {
    float: left;
    border: 1px solid #d4d4d4;
    margin: 2px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
}

ul.thsn-icon-picker-list li a {
    width: 29px;
    height: 29px;
    padding: 5px;
    display: block;
    text-align: center;
    color: black;
    background: #f1f1f1;
}

ul.thsn-icon-picker-list li a:hover {
    background: #ffffff;
    color: #0073aa;
}

li.themesion-active-icon a {
    color: #0073aa !important;
}

.themesion-icon-picker-list-w {
    overflow: auto;
    max-height: 250px;
    padding: 5px;
    background: white;
    border: 1px solid #d2d2d2;
}

.themesion-icon-picker-value {
    display: block;
    width: 1px;
    height: 1px;
    opacity: 0;
}