/* @override 
	http://s-je-sik.lj.bananica.com/p/elementi/admin_extra.css */
	
@import "fa/css/font-awesome.min.css";

#dogodkiIkonicePickerSje .overlayWindowToolbar {
	float: right;
	padding: 0;
}
#dogodkiIkonicePickerSje .overlayWindowToolbar button {
	padding: 59px 0;
	text-align: center;
	width: 134px;
	line-height: 16px;
	
}
#dogodkiIkonicePickerSje {
	width: 900px;
	background: #fff;
}

#colorPalette {
	position: relative;
	float: left;
	width: 560px;
	background: #000;
	margin-bottom: 10px;
}

#colorPaletteCnt {
	margin: 10px;
	float: left;
}
#colorPalette b {
	display: block;
	width: 14px;
	height: 14px;
	margin: 1px 1px 0 0;
	float: left;
	cursor: pointer;
}
#colorPalette b.grey {
	margin-top: 10px;	
}
#colorPalette b.active {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
}
#ikoncaPicked p {
	text-align: center;
	font-size: 90px;
	line-height: 134px;
	margin: 10px 0 0 0;
	color: #000;
    display: block;
}
#ikoncaPicked {
	overflow: hidden;
	float: left;
	width: 134px;
	height: 134px;
	background: #fff;
	border: 1px dashed #eee;
	margin: 0 15px 0 0;
}
#ikonceWrapper {
	float: left;
	width: 100%;
    overflow:auto;
    max-height:300px;
	clear: both;
	margin: 0 0 15px 0;
}
#ikonceWrapper p {
	font-family: FontAwesome;
	color: #000;
	float: left;
	width: 39px;
	font-size: 22px;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	margin: 0;
	cursor: pointer;
}
#ikonceWrapper p:hover {
	background: #000;
	color: #fff;
}
#ikonceWrapper p.active {
	color: #fff;
	background: no-repeat left top #70a102;
}
#ikoncaDisplay {
	font-family: FontAwesome;
	font-size: 24px;
	float: left;
	margin: 0 5px 0 0;
	line-height: 28px;
}