
	@font-face {
      font-family: 'fontello';
      src: url('../fonts/fontello/fontello.eot?66269063');
      src: url('../fonts/fontello/fontello.eot?66269063#iefix') format('embedded-opentype'),
           url('../fonts/fontello/fontello.woff?66269063') format('woff'),
           url('../fonts/fontello/fontello.ttf?66269063') format('truetype'),
           url('../fonts/fontello/fontello.svg?66269063#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .fontello-icon
    {
      font-family: fontello !important;
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      
	  
    }
	li{
		list-style-type: none;
	}
.icon-block{	
    float: left;
    width: 38px;
    height: 36px;
    text-align: center;
    margin: 1px;
    background-color: #d0d3e2 !important;
    border-radius: 4px;
    cursor: pointer;
    line-height: 36px;
}
	
.picker-panel {
    width: 288px;
    border: 3px solid #01c1d6;
    height: 225px;
    overflow: hidden;
    /* position: absolute; */
    background: #FFFFFF;
    /* margin-top: 337px; */
    /* left: 61px; */
    padding: 10px;
    /* padding-top: 24px; */
    border-radius: 5px;
    margin: auto;
    margin-top: 250px;
    /* z-index: 20000; */
}

.selected-fontello-icon .fontello-icon {
    font-size: 2.5em !important;
}

.fontello-icon-close {
    position: absolute;
    right: 195px;
    margin-top: -15px;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.fontello-model {
    position: fixed;
    margin-top: -360px;
    z-index: 15000;
    width: 100%;
}

.fontello-model-bg {
    position: absolute;
    background-color: #e6dddd;
    height: 651px;
    width: 684px;
    top: 66px;
    opacity: 0.1;
}

.popover-fontello-icons-list {
    display: block;
    top: 362px;
    left: 277px;
    z-index: 14000 !important;
}

.popover {
  width: 200px;
}

.picker-container{
    overflow-y: auto;
    height: 188px;
    overflow-x: hidden;
}