/*!
 * Bootstrap-iconpicker v1.0.0
 *
 * Copyright 2013 Victor Valencia Rico.
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @recktoner.
 */

.iconpicker .caret {
    margin-left: 10px !important;    
}

.table-icons i.icon,
.iconpicker > i{
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0px;
	padding: 2px; 
}

.table-icons .btn{ 
    min-height: 30px;
    min-width: 35px;
    text-align: center;
    padding: 0;
}

.btn.disabled.icon-picker{
	pointer-events: none; 
}

.popover.iconpicker-popover{
	max-width: inherit;
}