/* Required for Umbraco 7.4 (beta?) and above...
 * I was copying the icon picker that is used on other Umbraco views,
 * but the content view when you're looking at a node has a class ".row-fluid"
 * which is a parent class of this overlay, this causes the classes that were
 * written for this new icon picker to get overwritten.
 * */
.iconator-dialog .thumbnails .span1 {
	width:55px;
	font-size:32px;
}

.umb-overlay-container {
	padding-bottom: 0px;
}

.iconator-dialog__icons {
	padding-top: 20px;
}

.thumbnail {
	min-width: 55px!important;
}

.iconator-dialog__header {
	display: flex;
	flex-direction: column;
	justify-content: center;
}