@charset "UTF-8";

@font-face {
  font-family: "rapidcostsymbols";
  src:url("fonts/rapidcostsymbols.eot");
  src:url("fonts/rapidcostsymbols.eot?#iefix") format("embedded-opentype"),
    url("fonts/rapidcostsymbols.woff") format("woff"),
    url("fonts/rapidcostsymbols.ttf") format("truetype"),
    url("fonts/rapidcostsymbols.svg#rapidcostsymbols") format("svg");
  font-weight: normal;
  font-style: normal;

}

.marker .sel, .marker .unsel {
	width: 24px;
	height: 24px;
	margin-top:-8px;
	margin-left:-6px;
	background-size:24px 24px;	
}

.marker-icon.sel.default,
.marker-icon.sel.default-handhole {
	background-image: url("media/icons/handhole_sel.png");
}
.marker-icon.ussel.default,
.marker-icon.unsel.default-handhole {
	background-image: url("media/icons/handhole_unsel.png");
}
.marker-icon.sel.default-control_point {
	background-image: url("media/icons/control_point_sel.png");
}
.marker-icon.unsel.default-control_point {
	background-image: url("media/icons/control_point_unsel.png");
}
.marker-icon.sel.default-pole {
	background-image: url("media/icons/pole_sel.png");
}
.marker-icon.unsel.default-pole {
	background-image: url("media/icons/pole_unsel.png");
}
.marker-icon.sel.default-transition_point {
	background-image: url("media/icons/transition_point_sel.png");
}
.marker-icon.unsel.default-transition_point {
	background-image: url("media/icons/transition_point_unsel.png");
}

.rc-data-icon {
	display:block;
	font-size: 24px;
	margin-top:-8px;
	margin-left:-6px;
	text-shadow: 1px 1px #333333;
}
[.rc-data-icon]:before {
  font-family: "rapidcostsymbols" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
   
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="rc-icon-"]:before,
[class*=" rc-icon-"]:before {
  font-family: "rapidcostsymbols" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rc-icon-comment:before {
  content: "\61";
}
.rc-icon-comment-o:before {
  content: "\62";
}
.rc-icon-commenting:before {
  content: "\63";
}
.rc-icon-commenting-o:before {
  content: "\64";
}
.rc-icon-comment-1:before {
  content: "\65";
}
.rc-icon-alert:before {
  content: "\66";
}
.rc-icon-tty:before {
  content: "\67";
}
.rc-icon-cube:before {
  content: "\68";
}
.rc-icon-certificate:before {
  content: "\69";
}
.rc-icon-circle:before {
  content: "\6a";
}
.rc-icon-circle-o:before {
  content: "\6b";
}
.rc-icon-bolt:before {
  content: "\6c";
}
.rc-icon-sort-asc:before {
  content: "\6d";
}
.rc-icon-sort-desc:before {
  content: "\6e";
}
.rc-icon-star:before {
  content: "\6f";
}
.rc-icon-star-half:before {
  content: "\70";
}
.rc-icon-star-half-o:before {
  content: "\71";
}
.rc-icon-star-o:before {
  content: "\72";
}
.rc-icon-air:before {
  content: "\73";
}
.rc-icon-alert-1:before {
  content: "\74";
}
.rc-icon-camera:before {
  content: "\75";
}
.rc-icon-cd:before {
  content: "\76";
}
.rc-icon-db-shape:before {
  content: "\77";
}
.rc-icon-flag:before {
  content: "\78";
}
.rc-icon-stop:before {
  content: "\79";
}
.rc-icon-times:before {
  content: "\7a";
}
.rc-icon-target:before {
  content: "\41";
}
.rc-icon-target-two:before {
  content: "\42";
}
.rc-icon-gauge:before {
  content: "\43";
}
.rc-icon-info-circled:before {
  content: "\44";
}
.rc-icon-star-1:before {
  content: "\45";
}
.rc-icon-primitive-dot:before {
  content: "\46";
}
.rc-icon-primitive-square:before {
  content: "\47";
}
.rc-icon-triangle-down:before {
  content: "\48";
}
.rc-icon-triangle-left:before {
  content: "\49";
}
.rc-icon-triangle-right:before {
  content: "\4a";
}
.rc-icon-triangle-up:before {
  content: "\4b";
}
