@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?k0dq4');
  src:  url('../fonts/icomoon.eot?k0dq4#iefix') format('embedded-opentype'),
    	url('../fonts/icomoon.ttf?k0dq4') format('truetype'),
    	url('../fonts/icomoon.woff?k0dq4') format('woff'),
    	url('../fonts/icomoon.svg?k0dq4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
  content: "\e900";
}
.icon-cancel:before {
  content: "\e901";
}
.icon-savedocument:before {
  content: "\e900";
  color:green;
  font-size:120%;
  text-shadow:2px 2px 5px silver;
}
.icon-closeeditor:before {
  content: "\e901";
  color:red;
  font-size:120%;
  text-shadow:2px 2px 5px silver;
}
.icon-insertimage:before {
  content: "\e90a";
}
.icon-chronometer:before {
  content: "\e902";
}
.icon-magnifier:before {
  content: "\e903";
}
.icon-list:before {
  content: "\e907";
}
.icon-list2:before {
  content: "\e908";
}
.icon-tools:before {
  content: "\e904";
}
.icon-auction:before {
  content: "\e909";
}
.icon-undo:before {
  content: "\e90b";
}
.icon-redo:before {
  content: "\e90c";
}
.icon-heart:before {
  content: "\e905";
}
.icon-info:before {
  content: "\e906";
}
.icon-user:before {
  content: "\f007";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-justifyleft:before {
  content: "\f036";
}
.icon-justifyfull:before {
  content: "\f039";
}
.icon-justifycenter:before {
  content: "\f037";
}
.icon-justifyright:before {
  content: "\f038";
}
.icon-justifyfull:before {
  content: "\f039";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-insertunorderedlist:before {
  content: "\f0ca";
}
.icon-insertorderedlist:before {
  content: "\f0cb";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-cubes:before {
  content: "\f1b3";
}
.icon-recycle:before {
  content: "\f1b8";
}
.icon-database:before {
  content: "\f1c0";
}
.icon-microchip:before {
  content: "\f2db";
}
.icon-viewhtml:before {
  content: "\ea80";
  line-height:20px;
}
.icon-viewtext:before {
  content: "\e922";
  line-height:20px;
}
.icon-paste:before {
  content: "\e92d";
}
.icon-printer:before {
  content: "\e954";
}
.icon-display:before {
  content: "\e956";
}
.icon-switch:before {
  content: "\e9b6";
}
.icon-createlink:before {
  content: "\e9cb";
}
.icon-underline:before {
  content: "\ea63";
}
.icon-strikethrough:before {
  content: "\ea65";
}
.icon-superscript:before {
  content: "\ea69";
}
.icon-subscript:before {
  content: "\ea6a";
}
.icon-inserttable:before {
  content: "\ea71";
}
.icon-indent:before {
  content: "\ea7b";
}
.icon-outdent:before {
  content: "\ea7c";
}
.icon-forecolor:before {
  content: "\e90e";
}
.icon-backcolor:before {
  content: "\e90d";
}
.icon-caret-down:before {
	content: "\f0d7";
}
.icon-inserthorizontalrule:before {
	content:"\e15b";
}
.icon-arrow-tl:before {
  content: "\ea31";
}
.icon-arrow-br:before {
  content: "\ea35";
}
.icon-arrow-r:before {
  content: "\ea34";
}

.icon-arrow-all:before {
  content: "\f047"
}
.icon-arrow-alld:before {
  content: "\f0b2"
}
.tool-icon:hover
{
	background:yellow;
	border:1px dotted gray; 
	corner-radius:4px 4px 4px 4px;
	padding:3px; 
}
.tool-icon
{
	background:transparent;
	border:1px dotted #e0e0e0;
	padding:3px; 
	border-radius:4px 4px 4px 4px;
}
.icon-earth:before {
	content: "\e9ca";
}
