/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

/** Widget Icon Text */
.excel-font-awesome-list{
    margin-bottom: 10px 
}
.excel-font-awesome-list ul{
    text-align: center; 
    height: 300px; 
    overflow-y:scroll; 
    position: relative; 
    border:1px solid #EEE; 
    margin: 0
}
.excel-font-awesome-list li{
    width:60px;
    height: 60px; 
    display: inline-block;
    margin: 4px;
    cursor: pointer;
}
.excel-font-awesome-list li:hover, 
.excel-font-awesome-list li.selected{
	background: #F6F6F6;
}
.excel-font-awesome-list li .fa{
	font-size: 32px;
	line-height: 60px;
	color:#000;
	display: block;
}
.icon-receiver {
    background: none repeat scroll 0 0 #f6f6f6;
    display: block;
    font-size: 32px;
    text-align: center;
}
.icon-receiver .fa{
    margin: 10px;
}
.excel-remove-icon{
    background: url("../../assets/images/ico-delete.png");
    bottom: 4px;
    display: block;
    float: left;
    height: 16px;
    left: -4px;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 16px;
    cursor: pointer;
}

.widget-content p{position: relative;}
/** Widget Icon Text Ends */