@font-face {
	font-family: 'gm_fontello';
	src: url('font/fontello.eot?75411725');
	src: url('font/fontello.eot?75411725#iefix') format('embedded-opentype'),
		url('font/fontello.woff2?75411725') format('woff2'),
		url('font/fontello.woff?75411725') format('woff'),
		url('font/fontello.ttf?75411725') format('truetype'),
		url('font/fontello.svg?75411725#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fontello-wrapper {
    height: 60px;
    overflow-y: scroll;
    border: 1px solid gray;
    margin-left: 1px;
    margin-top: 60px;
	margin-right: 1px;
    padding: 4px;
    position: absolute;
    background: white;
    z-index: 1;
}
.add_new_row .row.title:hover .fontello-wrapper {
	height: auto;
}
.fontello-wrapper span {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    width: 27px;
    text-align: center;
    height: 30px;
}
.fontello-wrapper span:hover {
	color: #23A0CF;
}
.fontello-family, .fontello-table .title {
	font-family: "gm_fontello";
}