/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
	background: #D0D0D0;
}

html, body, div{
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	user-select: text;
	/* this will work for QtWebKit in future */
	-webkit-user-drag: text;
}

#browser-not-supported {
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Arial;
	color: #000000;
}

#svg_editor * {
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

#svg_editor {
	font-size: 8pt;
	font-family: Verdana, Helvetica, Arial;
	color: #000000;
}

a {
	color: #19c;
}

hr {
	border: none;
	border-bottom: 1px solid #808080;
}

select {
	margin-top: 4px;
}

#svgroot {
	-moz-user-select: none;
	-webkit-user-select: none;
	position: absolute;
	top: 0;
	left: 0;
}

#svgcanvas {
	line-height: normal;
	display: inline-block;
	background-color: #A0A0A0;
	text-align: center;
	vertical-align: middle;
	width: 640px;
	height: 480px;
	-apple-dashboard-region:dashboard-region(control rectangle 0px 0px 0px 0px); /* for widget regions that shouldn't react to dragging */
	position: relative;
	/*
	  A subtle gradient effect in the canvas.
	  Just experimenting - not sure if this is worth it.
	*/
	background: -moz-radial-gradient(45deg,#bbb,#222);
	background: -webkit-gradient(radial, center center, 3, center center, 1000, from(#bbb), to(#222));
}

/* Rulers
——————————————————————————————————————*/

#rulers > div {
	position: absolute;
	background: #DDD;
	z-index: 1;
	overflow: hidden;
}

#ruler_corner {
	top: 41px;
	left: 41px;
	width: 15px;
	height: 15px;
}

#ruler_x {
	height: 15px;
	top: 41px;
	left: 56px;
	right: 30px;
	border-bottom: 1px solid;
	border-left: 1px solid #777;
}

#ruler_y {
	width: 15px;
	top: 55px;
	left: 41px;
	bottom: 56px;
	border-right: 1px solid;
	border-top: 1px solid #777;
}

#ruler_x canvas:first-child {
	margin-left: -16px;
}

#ruler_x canvas {
	float: left;
}

#ruler_y canvas {
	margin-top: -16px;
}

#ruler_x > div,
#ruler_y > div {
	overflow: hidden;
}

#palette_holder {
	overflow: hidden;
	margin-top: 5px;
	padding: 5px;
	position: absolute;
	right: 15px;
	height: 16px;
	background: #f0f0f0;
	border-radius: 3px;
	z-index: 2;
}

#stroke_bg,
#fill_bg {
	height: 16px;
	width: 16px;
	margin: 1px;
}

#zoomLabel {
	cursor: pointer;
	margin-right: 5px;
	padding-top: 4px
}

#linkLabel > svg {
	height: 20px;
	padding-top: 4px;
}

#palette {
	float: left;
	width: 632px;
	height: 16px;
}

#workarea {
	display: inline-table-cell;
	position:absolute;
	top: 40px;
	left: 40px;
	bottom: 40px;
	right: 14px;
	background-color: #A0A0A0;
	border: 1px solid #808080;
	overflow: auto;
	text-align: center;
}

#sidepanels {
	display: inline-block;
	position:absolute;
	top: 40px;
	bottom: 40px;
	right: 0;
	width: 2px;
	padding: 10px;
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
	border-left: none;
}

#layerpanel {
	display: inline-block;
	position:absolute;
	top: 1px;
	bottom: 0;
	right: 0;
	width: 0;
	overflow: auto;
	margin: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
}

/*
	border-style: solid;
	border-color: #666;
	border-width: 0px 0px 0px 1px;
*/
#sidepanel_handle {
	display: inline-block;
	position: absolute;
	background-color: #D0D0D0;
	font-weight: bold;
	left: 0;
	top: 40%;
	width: 1em;
	padding: 5px 1px 5px 5px;
	margin-left: 3px;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-user-select: none;
	-webkit-user-select: none;
}

#sidepanel_handle:hover {
	font-weight: bold;
}

#sidepanel_handle * {
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
}
#layerbuttons {
	margin: 0;
	padding: 0;
	padding-left: 2px;
	padding-right: 2px;
	width: 125px;
	height: 20px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	overflow: hidden;
}

.layer_button {
	width: 14px;
	height: 14px;
	padding: 1px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	cursor: pointer;
	float: left;
	margin-right: 3px;
}

.layer_button:last-child {
	margin-right: 0;
}

.layer_buttonpressed {
	width: 14px;
	height: 14px;
	padding: 1px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	cursor: pointer;
}

#layerlist {
	margin: 1px;
	padding: 0;
	width: 127px;
	border-collapse: collapse;
	border: 1px solid #808080;
	background-color: #FFFFFF;
}

#layerlist tr.layer {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#layerlist tr.layersel {
	border: 1px solid #808080;
	background-color: #CCCCCC;
}

#layerlist td.layervis {
	width: 22px;
	cursor: pointer;
}

#layerlist td.layerinvis {
	background-image: none;
	cursor: pointer;
}

#layerlist td.layervis * {
	display: block;
}

#layerlist td.layerinvis * {
	display: none;
}

#layerlist td.layername {
	cursor: pointer;
}

#layerlist td.layername:hover {
	color: blue;
	font-style: italic;
}

#layerlist tr.layersel td.layername {
	font-weight: bold;
}

#selLayerLabel {
	white-space: nowrap;
}

#selLayerNames {
	display: block;
}

div.palette_item {
	height: 15px;
	width: 15px;
	float: left;
}

div.palette_item:first-child {
	background: white;
}

/* Main button
—————————————————————————————*/

#main_button {
	position: absolute;
	top: 4px;
	left: 5px;
	z-index: 5;
}

#main_icon {
	position: relative;
	top: -2px;
	left: -2px;
	width: 95px;
	line-height: 26px;
}

#main_icon:hover {
	background: #eee !important;
}

#main_icon.buttondown {
	background: #eee !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 3px 3px 0 0;
}

#logo {
	margin-top: -2px;
}

#logo img {
	border: 0;
	width: 28px;
	height: 28px;
}

#main_icon > div {
	float: left;
}

#main_button .dropdown {
	position: absolute;
	right: 7px;
	top: 4px;
}

#main_icon span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 2;
	font-weight: bold;
	padding-left: 34px;
	line-height: 32px;
	font-family: sans-serif;
}

#main_menu {
	z-index: 12;
	background: #eee;
	position: relative;
	width: 230px;
	padding: 5px;
	-moz-box-shadow: #555 1px 1px 4px;
	-webkit-box-shadow: #555 1px 1px 4px;
	box-shadow: #555 1px 1px 4px;
	font-size: 1.1em;
	display: none;
	overflow: hidden;
	clear: both;
	top: -9px;
}

#main_menu ul,
#main_menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_menu li {
/*	height: 35px;*/
	line-height: 22px;
	padding-top: 7px;
	padding-left: 7px;
	margin: -5px;
	overflow: auto;
	cursor: default;
}

#main_menu li:hover {
	background: #FFC;
}

#main_menu li > div {
	float: left;
	padding-right: 5px;
}

#main_menu p {
	margin-top: 5px;
}

/*—————————————————————————————*/


.push_button_pressed.sanptogrid,
 {
	/* -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4), 1px 1px  0 white  !important; */
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4), 1px 1px  0 white  !important;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4), 1px 1px  0 white  !important;
}

#tools_top {
	position: absolute;
	left: 108px;
	right: 2px;
	top: 2px;
	height: 40px;
	border-bottom: none;
	overflow: auto;
}

#tools_top .tool_sep {
	margin-top: 5px;
}

#tools_left {
	position: absolute;
	border-right: none;
	width: 32px;
	top: 40px;
	left: 1px;
	margin-top: -2px;
	padding-left: 2px;
	background: #D0D0D0; /* Needed so flyout icons don't appear on the left */
	z-index: 4;
}

#workarea.wireframe #svgcontent * {
	fill: none;
	stroke: #000;
	stroke-width: 1px;
	stroke-opacity: 1.0;
	stroke-dasharray: 0;
	opacity: 1;
	pointer-events: stroke;
	vector-effect: non-scaling-stroke;
	filter: none;
}

#workarea.wireframe #svgcontent text {
	fill: #000;
	stroke: none;
}

#workarea.wireframe #canvasBackground > rect {
	fill: #FFF !important;
}

#tools_top div[id$="_panel"]:not(#editor_panel):not(#history_panel) {
	display: none;
}

#editor_panel, #history_panel {
	height: 34px;
	float: left;
}

#multiselected_panel .selected_tool {
	vertical-align: 12px;
}

/*TODO: Adjust position of rulers are not visible*/
#cur_context_panel {
	position: absolute;
	top: 57px;
	left: 56px;
	line-height: 22px;
	overflow: auto;
	padding-left: 5px;
	font-size: 12px;
	background: rgba(0, 0, 0, 0.8);
	color: #ccc;
	padding: 0 10px;
	border-radius: 0 0 3px 0;
}

#cur_context_panel a {
	float: none;
	text-decoration: none;
}

#cur_context_panel a:hover {
	text-decoration: underline;
}

#tools_top > div, #tools_top {
	line-height: 26px;
}

div.toolset,
div.toolset > * {
	float: left;
}

div.toolset {
	height: 34px;
}

div.toolset label span {
/*	outline: 1px solid red;*/
	padding-top: 3px;
	display: inline-block;
}

#tools_top > div > * {
	float: left;
	margin-right: 2px;
}

#tools_top label {
	margin-top: 0;
	margin-left: 5px;
}

#tools_top input {
	margin-top: 5px;
	height: 15px;
}

input[type=text] {
}

#tools_left .tool_button,
#tools_left .tool_button_current {
	position: relative;
	z-index: 11;
}

.flyout_arrow_horiz {
	position: absolute;
	bottom: -1px;
	right: 0;
	z-index: 10;
}


span.zoom_tool {
	line-height: 26px;
	padding: 3px;
}

#zoom_panel {
	margin-top: 5px;
}

.dropdown {
	position: relative;
}

.dropdown button {
	width: 15px;
	height: 21px;
	margin: 6px 0 0 1px;
	padding: 0;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #E8E8E8;
}

.dropdown button.down {
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #B0B0B0;
}

.dropdown ul {
	list-style: none;
	position: absolute;
	margin: 0;
	padding: 0;
	left: -85px;
	top: 26px;
	z-index: 4;
	display: none;
}

.dropup ul {
	top: auto;
	bottom: 24px;
}

.dropdown li {
	display: block;
	width: 120px;
	padding: 4px;
	background: #E8E8E8;
	border: 1px solid #B0B0B0;
	margin: 0 0 -1px 0;
	line-height: 16px;
}

.dropdown li:hover {
	background-color: #FFC;
}

.dropdown li.special {
	padding: 10px 4px;
}

.dropdown li.special:hover {
	background: #FFC;
}

#font_family_dropdown-list li {
	font-size: 1.4em;
}

#font_family {
	margin-left: 5px;
	margin-right: 0;
}

 #main_menu li#tool_open,  #main_menu li#tool_import {
	position: relative;
	overflow: hidden;
}

#tool_image {
	overflow: hidden;
}

#tool_open input,
#tool_import input,
#tool_image input {
	position: absolute;
	opacity: 0;
	font-size: 10em;
	top: -5px;
	right: -5px;
	margin: 0;
	cursor: pointer; /* Sadly doesn't appear to have an effect */
}

.disabled {
	opacity: 0.5;
	cursor: default;
}

.tool_sep {
	width: 1px;
	background: #888;
	border-left: 1px outset #EEE;
	margin: 2px 3px;
	padding: 0;
	height: 24px;
}

.icon_label {
	float: left;
	padding-top: 3px;
	padding-right: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 0;
}

.width_label {
	padding-right: 5px;
}

#tool_bold, #tool_italic {
	font: bold 2.1em/1.1em serif;
	text-align: center;
	padding-left: 2px;
	position: relative;
}

#text {
	position: absolute;
	left: -9999px;
}

#tool_bold span, #tool_italic span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	background: #000;
	opacity: 0;
}

#tool_italic {
	font-weight: normal;
	font-style: italic;
}

#url_notice {
	padding-top: 4px;
	display: none;
}

#color_picker {
	position: absolute;
	display: none;
	background: #E8E8E8;
	height: 350px;
	z-index: 5;
}

.tools_flyout {
	position: absolute;
	display: none;
	cursor: pointer;
	width: 400px;
	z-index: 1;
}

.tools_flyout_v {
	position: absolute;
	display: none;
	cursor: pointer;
	width: 30px;
}

.tools_flyout .tool_button {
	float: left;
	background-color: #E8E8E8;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	height: 28px;
	width: 28px;
}

#tools_bottom {
	position: absolute;
	left: 40px;
	right: 0;
	bottom: 0;
	height: 40px;
	overflow: visible;
}

#tools_bottom_1 {
	width: 115px;
	float: left;
}

#tools_bottom input[type=text] {
	width: 2.2em;
}

/* Color tools: fill, stroke, opacity
–––––––––––––––––––––––––––––––––––––*/

#tools_bottom_2 {
	float: left;
	width: 300px;
	position: relative;
	margin-top: 5px;
	-webkit-transition: width 150ms ease;
}

.expanded #tools_bottom_2 {
	width: 450px;
}

#tools_bottom #tools_bottom_2 .dropdown button {
	margin-top: 2px;
}

.dropdown li.tool_button {
	width: 24px;
}

#tools_bottom_2 .icon_label {
	display: block;
	margin: 3px 5px;
	padding: 0;
}

#tool_opacity { right: 0;}
#tool_fill { left: 0; }
#tool_stroke { left: 60px;}

#fill_color,  #stroke_color {
	height: 16px;
	width: 16px;
	border: 1px solid #808080;
	cursor: pointer;
	overflow: hidden;
}

#stroke_expand {
	width: 0;
	overflow: hidden;
}

#toggle_stroke_tools {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 25px;
	text-align: center;
	border-radius: 0 3px 3px 0;
	margin: 0;
}

#toggle_stroke_tools:before {
	content: '>>';
	letter-spacing: -3px;
	font-weight: bold;
	color: #666;
}

.expanded #tool_stroke.color_tool {
	width: 280px;
}

.expanded #toggle_stroke_tools:before {
	content: '<<';
}

#toggle_stroke_tools:hover {
	background: white;
}

.color_tool {
	position: absolute;
	overflow: hidden;
	background: #f0f0f0;
	height: 26px;
	line-height: 26px;
	border-radius: 3px;
	min-width: 52px;
}

#tool_stroke.color_tool {
	width: 130px;
	z-index: 2;
	-webkit-transition: width 150ms ease;
	-moz-transition: width 150ms ease;
	-o-transition: width 150ms ease;
	-ms-transition: width 150ms ease;
	transition: width 150ms ease;
}

.color_block {
	position: absolute;
	top: 0;
	left: 0;
}

.color_block svg {
	display: block;
}

.color_tool > * {
	float: left;
	margin-right: 5px;
}

.color_tool .dropdown > * {
	float: left;
}

.color_tool .stroke_label {
	margin-left: 25px;
	float: left;
}

.color_tool > .color_block {
	top: 3px;
	left: 29px;
}

.color_tool input {
	margin: 0;
}

#tool_opacity {
	overflow: visible;
}

@media screen and (max-width:1250px) {
	.expanded #palette_holder {
		left: 560px;
		overflow-x: scroll;
		padding: 0 5px;
		margin-top: 2px;
		height: 30px;
	}
	#tools_top {
		height: 71px;
	}
	#workarea, #sidepanels {
		top: 70px;
	}
	#rulers #ruler_corner,
	#rulers #ruler_x, #tools_left {
		top: 71px;
	}

	#rulers #ruler_y {
		top: 86px;
	}

	#cur_context_panel {
		top: 87px;
	}

	#selected_panel {
		clear: right;
	}
}

@media screen and (max-width:1100px) {
	#tools_bottom:not(.expanded) #palette_holder {
		left: 410px;
		overflow-x: scroll;
		padding: 0 5px;
		margin-top: 2px;
		height: 30px;
	}
}

/*–––––––––––––––––––––––––––––––––––––*/

#option_lists ul {
	display: none;
	position: absolute;
	height: auto;
	z-index: 3;
	margin: -10px;
	list-style: none;
	padding-left: 0;
}

#option_lists .optcols2 {
	width: 70px;
	margin-left: -15px;
}

#option_lists .optcols3 {
	width: 90px;
	margin-left: -31px;
}

#option_lists .optcols4 {
	width: 130px;
	margin-left: -44px;
}

#option_lists ul[class^=optcols] li {
	float: left;
}

ul li.current {
	background-color: #F4E284;
}

#option_lists ul li {
	margin: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#tools_bottom .dropdown button {
	margin-top: 2px;
}

#opacity_dropdown li {
	width: 140px;
}

 #copyright {
	text-align: right;
	padding-right: .3em;
}

#svg_source_editor {
	display: none;
}

.overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: black;
	opacity: 0.6;
	z-index: 5;
}

#svg_source_editor #svg_source_container {
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	background-color: #B0B0B0;
	opacity: 1.0;
	text-align: center;
	border: 1px outset #777;
	z-index: 6;
}

#save_output_btns {
	display: none;
	text-align: left;
}

#save_output_btns p {
	margin: .5em 1.5em;
	display: inline-block;
}

#bg_blocks {
	overflow: auto;
	margin-left: 30px;
}

#bg_blocks .color_block {
	position: static;
}

#svg_docprops #svg_docprops_container,
#svg_prefs #svg_prefs_container {
	position: absolute;
	top: 50px;
	padding: 10px;
	background-color: #B0B0B0;
	border: 1px outset #777;
	opacity: 1.0;
/*	width: 450px;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	z-index: 20001;
}

#svg_docprops .error {
	border: 1px solid red;
	padding: 3px;
}

#svg_docprops #resolution {
	max-width: 14em;
}

#tool_docprops_back,
#tool_prefs_back {
	margin-left: 1em;
	overflow: auto;
}

#svg_docprops_container #svg_docprops_docprops,
#svg_prefs #svg_docprops_prefs {
	float: left;
	width: 221px;
	margin: 5px .7em;
	overflow: hidden;
}

#svg_prefs_container fieldset + fieldset {
	float: right;
}

#svg_docprops legend,
#svg_prefs legend {
	max-width: 195px;
}

#svg_docprops_docprops > legend,
#svg_prefs_container > fieldset > legend {
	font-weight: bold;
	font-size: 1.1em;
}

#svg_docprops_container fieldset,
#svg_prefs fieldset {
	padding: 5px;
	margin: 5px;
	border: 1px solid #DDD;
}

#svg_docprops_container label,
#svg_prefs_container label {
	display: block;
	margin: .5em;
}

#svginfo_bg_note {
	font-size: .9em;
	font-style: italic;
	color: #444;
}

#canvas_title, #canvas_bg_url {
	display: block;
	width: 96%;
}


#svg_source_editor form {
	position: absolute;
	top: 40px;
	bottom: 30px;
	width: 100%;
}

#svg_source_editor #svg_source_textarea {
	position: relative;
	width: 95%;
	height: 95%;
	padding: 5px;
	font-size: 12px;
}

#svg_source_editor #tool_source_back {
	text-align: left;
	padding-left: 20px;
}

#svg_prefs_container div.color_block {
	float: left;
	margin: 2px;
	padding: 20px;
}

#change_background div.cur_background {
	border: 2px solid blue;
	padding: 18px;
}

#background_img {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

#svg_docprops button,
#svg_prefs button {
	margin-top: 0;
	margin-bottom: 5px;
}

#svg_docprops,
#svg_prefs {
	display: none;
}

#image_save_opts label {
	font-size: .9em;
}

#image_save_opts input {
	margin-left: 0;
}

#tool_prefs_option {
	float: right;
}

.toolbar_button button {
	border:1px solid #dedede;
	line-height:130%;
	float: left;
	background: #E8E8E8 none;
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
	margin: 5px 20px 0 0;
	border: 1px #808080 solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.toolbar_button button:hover {
	border: 1px #e0a874 solid;
	border-top-color: #fcd9ba;
	border-left-color: #fcd9ba;
	background-color: #FFC;
}
.toolbar_button button:active {
	background-color: #F4E284;
	border-left: 1px solid #663300;
	border-top: 1px solid #663300;
}

.toolbar_button button .svg_icon {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

#dialog_box {
	display: none;
}

#dialog_content {
	height: 95px;
	margin: 10px 10px 5px 10px;
	background: #DDD;
	overflow: auto;
	text-align: left;
	border: 1px solid #B0B0B0;
}

#dialog_content.prompt {
	height: 75px;
}

#dialog_content p {
	margin: 10px;
	line-height: 1.3em;
}

#dialog_container {
	position: absolute;
	font-family: Verdana;
	text-align: center;
	left: 50%;
	top: 50%;
	width: 300px;
	margin-left: -150px;
	height: 150px;
	margin-top: -80px;
	position: fixed;
	z-index: 50001;
	background: #CCC;
	border: 1px outset #777;
	font-family:Verdana,Helvetica,sans-serif;
	font-size:0.8em;
}

#dialog_container, #dialog_content {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#dialog_buttons input[type=text] {
	width: 90%;
	display: block;
	margin: 0 0 5px 11px;
}

#dialog_buttons input[type=button] {
	margin: 0 1em;
}

/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.ui-slider {
	border: 1px solid #B0B0B0;
}

.ui-slider-handle {
	background: #B0B0B0;
	border: 1px solid #000;
}

/* Necessary to keep the flyouts sized properly */
.tools_flyout .tool_button,
.tools_flyout .tool_flyout {
	padding: 2px;
	width: 24px;
	height: 24px;
	margin: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/* Generic context menu styles */
.contextMenu {
	position: absolute;
	z-index: 99999;
	border: solid 1px rgba(0,0,0,.33);
	background: rgba(255,255,255,.95);
	padding: 5px 0;
	margin: 0px;
	display: none;
	font: 12px/15px Lucida Sans, Helvetica, Verdana, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 5px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 5px 10px rgba(0,0,0,.3);
	box-shadow: 2px 5px 10px rgba(0,0,0,.3);
}

.contextMenu LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.contextMenu .shortcut {
	width: 115px;
	text-align:right;
	float:right;
}

.contextMenu A {
	-moz-user-select: none;
	-webkit-user-select: none;
	color: #222;
	text-decoration: none;
	display: block;
	line-height: 20px;
	height: 20px;
	background-position: 6px center;
	background-repeat: no-repeat;
	outline: none;
	padding: 0px 15px 1px 20px;
}

.contextMenu LI.hover A {
	background-color: #2e5dea;
	color: white;
	cursor: default;
}

.contextMenu LI.disabled A {
	color: #999;
}

.contextMenu LI.hover.disabled A {
	background-color: transparent;
}

.contextMenu LI.separator {
	border-top: solid 1px #E3E3E3;
	padding-top: 5px;
	margin-top: 5px;
}

/*
	Adding Icons
	You can add icons to the context menu by adding
	classes to the respective LI element(s)
*/
/*

.contextMenu LI.edit A { background-image: url(images/page_white_edit.png); }
.contextMenu LI.cut A { background-image: url(images/cut.png); }
.contextMenu LI.copy A { background-image: url(images/page_white_copy.png); }
.contextMenu LI.paste A { background-image: url(images/page_white_paste.png); }
.contextMenu LI.delete A { background-image: url(images/page_white_delete.png); }
.contextMenu LI.quit A { background-image: url(images/door.png); }
*/

.path-handle .center-circle {
    fill: none;
    stroke: #0000FF;
    stroke-width: 2px;
    opacity: 1;
    fill-opacity: 1;
}

.is-edit-toggle {
    cursor: auto;
}

.path-handle circle {
    fill: #00F;
    stroke: rgba(0, 0, 255, 0.07);
    stroke: null;
    fill-opacity: 0.2;
}

.control-point circle {
    fill: #fc8d49;
    fill-opacity: 1;
    stroke: rgba(0, 0, 255, 0.4);
    opacity: 0.9;
    pointer-events: all;
}
.control-point .center-circle {
    opacity: 0.6;
 }

.path-handle {
    opacity: 0.7;
}
/*
.path-handle:active {
    opacity: 1;
}*/



.selected.path-handle circle {
    fill: #C2C71A;
    fill-opacity: 1;
}

.path-handle:active circle {
    fill-opacity: 0.2;
}

.control-line {
    stroke: #9FA155;
    pointer-events: none;
    stroke-dasharray: 1,3;
    stroke-width: 2px;
}

.path-handle:hover, .path-handle.hover {
    opacity: 0.8;
}
.path-handle:hover circle, .path-handle.hover circle {
    fill-opacity: .7;
    opacity: 1;
}

.is-edit-toggle {
    cursor: auto;
}


.path-handle circle {
    pointer-events: all;
    fill: #0022DD;
}

.path-handle .center-circle {
    fill: none;
    stroke: #FFF;
    stroke-width: 1px;
}
.touch-circle {
    fill-opacity: 0.8;
    stroke: none;
}


.curve-control .center-circle {
    stroke: rgb(141, 233, 236);
}

.curve-control .touch-circle {
    fill: rgb(141, 233, 236);
}


.touch-circle {
    stroke: none;
}


.control-line.hover {
    stroke-dasharray: none;
    stroke-width: 1px;    
    stroke: rgb(71, 56, 11);
}

.control-line {
    stroke: rgb(33, 196, 202);
    pointer-events: none;
    stroke-dasharray: 1,2;
    stroke-width: 2px;
}

.path-handle:hover .touch-circle, .path-handle.hover .touch-circle {
    fill-opacity: 1;
}

.path-handle:active .touch-circle, .path-handle.active .touch-circle {
    fill-opacity: 0.6;
}

.point-control:hover .touch-circle, .point-control.hover .touch-circle {
    fill: rgb(107, 129, 255);
}

.point-control:active .touch-circle, .point-control.active .touch-circle {
    fill: rgb(0, 4, 26);
}

.curve-control:hover .touch-circle, .curve-control.hover .touch-circle {
    fill: rgb(229, 250, 251);
}

.curve-control:active .touch-circle, .curve-control.active .touch-circle {
    fill: rgb(255, 255, 255);
}

.path-handle {
    -webkit-transition: opacity 0.1s;
            transition: opacity 0.1s; 
}

.dragging {
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjbQg61aAAAADUlEQVQYV2P4//8/IwAI/QL/+TZZdwAAAABJRU5ErkJggg=='),
            none !important;
}

.dragging .path-handle, .control-line {
    opacity: 0.25;
    -webkit-transition: opacity 1s cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition: opacity 1s cubic-bezier(0.755, 0.050, 0.855, 0.060); 
}
.dragging .path-handle:active, .dragging .path-handle.active, .dragging .selected, .control-line.hover {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition: opacity 1s cubic-bezier(0.755, 0.050, 0.855, 0.060); 
}

.newPointControl {
    pointer-events: none;
}


.selected .touch-circle {
    fill: #745C11;
}


.selected.path-handle:hover .touch-circle, .selected.path-handle.hover .touch-circle {
    fill: rgb(195, 154, 29);
}

.selected.path-handle:active .touch-circle, .selected.path-handle.active .touch-circle {
    fill: rgb(0, 0, 0) !important;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFwcC9zdHlsZXMvbWFpbi5uZXh0LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFVQTtJQUNJLDBCQUFrQjtPQUFsQix1QkFBa0I7UUFBbEIsc0JBQWtCO1lBQWxCLGtCQUFrQjtJQUNsQix1QkFBbUI7UUFBbkIsbUJBQW1CO0lBQ25CLHdCQUF3QjtJQUN4Qiw4Q0FBOEM7Q0FDakQ7O0FBRUQ7SUFDSSxhQUFhO0NBQ2hCOzs7QUFHRDtJQUNJLG9CQUFvQjtJQUNwQixjQUErQjtDQUNsQzs7QUFFRDtJQUNJLFdBQVc7SUFDWCxhQUFrQztJQUNsQyxrQkFBa0I7Q0FDckI7QUFDRDtJQUNJLGtCQUFrQjtJQUNsQixhQUFhO0NBQ2hCOzs7QUFHRDtJQUNJLDJCQUF5RDtDQUM1RDs7QUFFRDtJQUNJLHlCQUF1RDtDQUMxRDs7O0FBR0Q7SUFDSSxhQUFhO0NBQ2hCOzs7QUFHRDtJQUNJLHVCQUF1QjtJQUN2QixrQkFBa0I7SUFDbEIsd0JBQXNEO0NBQ3pEOztBQUVEO0lBQ0ksMEJBQTBEO0lBQzFELHFCQUFxQjtJQUNyQixzQkFBc0I7SUFDdEIsa0JBQWtCO0NBQ3JCOztBQUVEO0lBQ0ksZ0JBQWdCO0NBQ25COztBQUVEO0lBQ0ksa0JBQWtCO0NBQ3JCOztBQUVEO0lBQ0kseUJBQXdEO0NBQzNEOztBQUVEO0lBQ0ksb0JBQXdEO0NBQzNEOztBQUVEO0lBQ0kseUJBQXdEO0NBQzNEOztBQUVEO0lBQ0kseUJBQXdEO0NBQzNEOztBQUVEO0lBQ0ksaUNBQXlCO1lBQXpCLHlCQUF5QjtDQUM1Qjs7QUFFRDtJQUNJOzRCQUN3QjtDQUMzQjs7QUFFRDtJQUNJLGNBQWM7SUFDZCx3RUFBZ0U7WUFBaEUsZ0VBQWdFO0NBQ25FO0FBQ0Q7SUFDSSxXQUFXO0lBQ1gsd0VBQWdFO1lBQWhFLGdFQUFnRTtDQUNuRTs7QUFFRDtJQUNJLHFCQUFxQjtDQUN4Qjs7O0FBR0Q7SUFDSSxjQUEyQjtDQUM5Qjs7O0FBR0Q7SUFDSSx3QkFBb0Q7Q0FDdkQ7O0FBRUQ7SUFDSSw4QkFBK0Q7Q0FDbEUiLCJmaWxlIjoiYXBwL3N0eWxlcy9tYWluLm5leHQuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiOnJvb3Qge1xuICAgIC0tb3V0ZXJDb250cm9sQ29sb3I6ICMwMDIyREQ7XG4gICAgLS1jZW50ZXJDb250cm9sQ29sb3I6ICNGRkY7XG4gICAgLS1jdXJ2ZUNvbnRyb2xDb2xvcjogIzZBRTJFNztcbiAgICAtLXNlbGVjdGVkQ29sb3I6ICM3NDVDMTE7XG59XG5AY3VzdG9tLW1lZGlhICAgIC0tbW9iaWxlICh3aWR0aCA8PSA2NDBweCk7XG5AY3VzdG9tLXNlbGVjdG9yIC0taGVhZGluZyBoMSwgaDIsIGgzLCBoNCwgaDUsIGg2O1xuXG5cbioge1xuICAgIHVzZXItc2VsZWN0OiBub25lO1xuICAgIHRvdWNoLWFjdGlvbjogYXV0bztcbiAgICAtd2Via2l0LXVzZXItZHJhZzogbm9uZTtcbiAgICAtd2Via2l0LXRhcC1oaWdobGlnaHQtY29sb3I6IHJnYmEoMCwgMCwgMCwgMCk7XG59XG5cbi5pcy1lZGl0LXRvZ2dsZSB7XG4gICAgY3Vyc29yOiBhdXRvO1xufVxuXG5cbi5wYXRoLWhhbmRsZSBjaXJjbGUge1xuICAgIHBvaW50ZXItZXZlbnRzOiBhbGw7XG4gICAgZmlsbDogdmFyKC0tb3V0ZXJDb250cm9sQ29sb3IpO1xufVxuXG4ucGF0aC1oYW5kbGUgLmNlbnRlci1jaXJjbGUge1xuICAgIGZpbGw6IG5vbmU7XG4gICAgc3Ryb2tlOiB2YXIoLS1jZW50ZXJDb250cm9sQ29sb3IpO1xuICAgIHN0cm9rZS13aWR0aDogMXB4O1xufVxuLnRvdWNoLWNpcmNsZSB7XG4gICAgZmlsbC1vcGFjaXR5OiAwLjg7XG4gICAgc3Ryb2tlOiBub25lO1xufVxuXG5cbi5jdXJ2ZS1jb250cm9sIC5jZW50ZXItY2lyY2xlIHtcbiAgICBzdHJva2U6IGNvbG9yKCB2YXIoLS1jdXJ2ZUNvbnRyb2xDb2xvcikgbGlnaHRuZXNzKCs4JSkgKTtcbn1cblxuLmN1cnZlLWNvbnRyb2wgLnRvdWNoLWNpcmNsZSB7XG4gICAgZmlsbDogY29sb3IoIHZhcigtLWN1cnZlQ29udHJvbENvbG9yKSBsaWdodG5lc3MoKzglKSApO1xufVxuXG5cbi50b3VjaC1jaXJjbGUge1xuICAgIHN0cm9rZTogbm9uZTtcbn1cblxuXG4uY29udHJvbC1saW5lLmhvdmVyIHtcbiAgICBzdHJva2UtZGFzaGFycmF5OiBub25lO1xuICAgIHN0cm9rZS13aWR0aDogMXB4OyAgICBcbiAgICBzdHJva2U6IGNvbG9yKCB2YXIoLS1zZWxlY3RlZENvbG9yKSBsaWdodG5lc3MoLTEwJSkgKTtcbn1cblxuLmNvbnRyb2wtbGluZSB7XG4gICAgc3Ryb2tlOiBjb2xvciggdmFyKC0tY3VydmVDb250cm9sQ29sb3IpIGxpZ2h0bmVzcygtMjAlKSApO1xuICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICAgIHN0cm9rZS1kYXNoYXJyYXk6IDEsMjtcbiAgICBzdHJva2Utd2lkdGg6IDJweDtcbn1cblxuLnBhdGgtaGFuZGxlOmhvdmVyIC50b3VjaC1jaXJjbGUsIC5wYXRoLWhhbmRsZS5ob3ZlciAudG91Y2gtY2lyY2xlIHtcbiAgICBmaWxsLW9wYWNpdHk6IDE7XG59XG5cbi5wYXRoLWhhbmRsZTphY3RpdmUgLnRvdWNoLWNpcmNsZSwgLnBhdGgtaGFuZGxlLmFjdGl2ZSAudG91Y2gtY2lyY2xlIHtcbiAgICBmaWxsLW9wYWNpdHk6IDAuNjtcbn1cblxuLnBvaW50LWNvbnRyb2w6aG92ZXIgLnRvdWNoLWNpcmNsZSwgLnBvaW50LWNvbnRyb2wuaG92ZXIgLnRvdWNoLWNpcmNsZSB7XG4gICAgZmlsbDogY29sb3IoIHZhcigtLW91dGVyQ29udHJvbENvbG9yKSBsaWdodG5lc3MoKzI4JSkgKTtcbn1cblxuLnBvaW50LWNvbnRyb2w6YWN0aXZlIC50b3VjaC1jaXJjbGUsIC5wb2ludC1jb250cm9sLmFjdGl2ZSAudG91Y2gtY2lyY2xlIHtcbiAgICBmaWxsOiBjb2xvciggdmFyKC0tb3V0ZXJDb250cm9sQ29sb3IpIGxpZ2h0bmVzcygtMzglKSApO1xufVxuXG4uY3VydmUtY29udHJvbDpob3ZlciAudG91Y2gtY2lyY2xlLCAuY3VydmUtY29udHJvbC5ob3ZlciAudG91Y2gtY2lyY2xlIHtcbiAgICBmaWxsOiBjb2xvciggdmFyKC0tY3VydmVDb250cm9sQ29sb3IpIGxpZ2h0bmVzcygrMjglKSApO1xufVxuXG4uY3VydmUtY29udHJvbDphY3RpdmUgLnRvdWNoLWNpcmNsZSwgLmN1cnZlLWNvbnRyb2wuYWN0aXZlIC50b3VjaC1jaXJjbGUge1xuICAgIGZpbGw6IGNvbG9yKCB2YXIoLS1jdXJ2ZUNvbnRyb2xDb2xvcikgbGlnaHRuZXNzKCszOCUpICk7XG59XG5cbi5wYXRoLWhhbmRsZSB7XG4gICAgdHJhbnNpdGlvbjogb3BhY2l0eSAwLjFzOyBcbn1cblxuLmRyYWdnaW5nIHtcbiAgICBjdXJzb3I6IHVybCgnZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBRUFBQUFCQ0FZQUFBQWZGY1NKQUFBQUFYTlNSMElBcnM0YzZRQUFBQVJuUVUxQkFBQ3hqd3Y4WVFVQUFBQUpjRWhaY3dBQURzTUFBQTdEQWNkdnFHUUFBQUFaZEVWWWRGTnZablIzWVhKbEFGQmhhVzUwTGs1RlZDQjJNeTQxTGpiUWc2MWFBQUFBRFVsRVFWUVlWMlA0Ly84L0l3QUkvUUwvK1RaWmR3QUFBQUJKUlU1RXJrSmdnZz09JyksXG4gICAgICAgICAgICBub25lICFpbXBvcnRhbnQ7XG59XG5cbi5kcmFnZ2luZyAucGF0aC1oYW5kbGUsIC5jb250cm9sLWxpbmUge1xuICAgIG9wYWNpdHk6IDAuMjU7XG4gICAgdHJhbnNpdGlvbjogb3BhY2l0eSAxcyBjdWJpYy1iZXppZXIoMC43NTUsIDAuMDUwLCAwLjg1NSwgMC4wNjApOyBcbn1cbi5kcmFnZ2luZyAucGF0aC1oYW5kbGU6YWN0aXZlLCAuZHJhZ2dpbmcgLnBhdGgtaGFuZGxlLmFjdGl2ZSwgLmRyYWdnaW5nIC5zZWxlY3RlZCwgLmNvbnRyb2wtbGluZS5ob3ZlciB7XG4gICAgb3BhY2l0eTogMTtcbiAgICB0cmFuc2l0aW9uOiBvcGFjaXR5IDFzIGN1YmljLWJlemllcigwLjc1NSwgMC4wNTAsIDAuODU1LCAwLjA2MCk7IFxufVxuXG4ubmV3UG9pbnRDb250cm9sIHtcbiAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbn1cblxuXG4uc2VsZWN0ZWQgLnRvdWNoLWNpcmNsZSB7XG4gICAgZmlsbDogdmFyKC0tc2VsZWN0ZWRDb2xvcik7XG59XG5cblxuLnNlbGVjdGVkLnBhdGgtaGFuZGxlOmhvdmVyIC50b3VjaC1jaXJjbGUsIC5zZWxlY3RlZC5wYXRoLWhhbmRsZS5ob3ZlciAudG91Y2gtY2lyY2xlIHtcbiAgICBmaWxsOiBjb2xvciggdmFyKC0tc2VsZWN0ZWRDb2xvcikgbGlnaHRuZXNzKCsxOCUpICk7XG59XG5cbi5zZWxlY3RlZC5wYXRoLWhhbmRsZTphY3RpdmUgLnRvdWNoLWNpcmNsZSwgLnNlbGVjdGVkLnBhdGgtaGFuZGxlLmFjdGl2ZSAudG91Y2gtY2lyY2xlIHtcbiAgICBmaWxsOiBjb2xvciggdmFyKC0tc2VsZWN0ZWRDb2xvcikgbGlnaHRuZXNzKC0yOCUpICkgIWltcG9ydGFudDtcbn0iXX0= */
/* Copyright (C) Case by Source, Inc - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Ben McDonald <ben@yaks.co.nz>
 */


#accordion .target, #svgcontent * {
    stroke-width: 1px;
    stroke-opacity: 1;
    /* stroke: #1A1A1A; */
}

.uploaded-image {
    width: 80%;
}

.upload-step {
    color: #999999;
    background-color: #CCCCCC;
    border: 1px                                                        
    solid #999999;
    border-left: none;
    border-top: none;
}
.current-step {
    color: #003366;
    background: none;
    border-right: none;
}

.current-step:last-child {
    border-bottom: none;    
}

table[data-foamtype="PE"] td:nth-child(2),
table[data-foamtype="XPE"] td:nth-child(3),
table[data-foamtype="PU"] td:nth-child(4),
table[data-foamtype="PE"] th:nth-child(2),
table[data-foamtype="XPE"] th:nth-child(3),
table[data-foamtype="PU"] th:nth-child(4) {
    border-left-color: #fc8d49;
    border-right-color: #fc8d49;
    border-left-width: 3px;
    border-right-width: 3px;
}

table[data-foamtype="PE"] th:nth-child(2),
table[data-foamtype="XPE"] th:nth-child(3),
table[data-foamtype="PU"] th:nth-child(4),
table[data-foamtype="PE"] th:nth-child(2),
table[data-foamtype="XPE"] th:nth-child(3),
table[data-foamtype="PU"] th:nth-child(4) {
    border-top: 2px solid #fc8d49;
    border-radius: 28px;
}

table[data-foamtype="PE"] tr:last-child td:nth-child(2),
table[data-foamtype="XPE"] tr:last-child td:nth-child(3),
table[data-foamtype="PU"] tr:last-child td:nth-child(4)
 {
    border-top: 3px solid #fc8d49;
}

[data-foamtype] td {
    border-color: none;
    border-width: 2px;
    border-style: solid;
    padding: 0.2rem;
}

[data-foamtype] td:last-child {
    border-width: 0;
    border-color: none;
}

.selected_column {
    border-color: #fc8d49;
}

th.selected_column {
    border-top: 2px solid #fc8d49;
}

.selectbuttonrow.selected_column {
    border-top: 2px solid #fc8d49;
    border-left: 0;
    border-right: 0;
}


input:invalid {
    text-decoration: underline;
    color: #A80000;
}

.toogle-view {
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    font-weight: normal;
}

.welcome-devider {
    text-align: center;
    margin-bottom: 7px;
    letter-spacing: 1px;
}

.logo {
    
    position: fixed;
    top: 3px;
    left: 29px;
}

.size-select img {
    height: 78px;
    padding: 5px 14px;
}

.size-select div * {
display: block;
text-align: center;
margin: 2px auto;
}

.size-select div span {
    font-size: 9px;
}

.size-select div {
display: inline-block;
text-align: center;
line-height: 1em;
}

.pressable, .button, a {
    cursor: pointer;
}

.pressable:hover, .button:hover, a:hover {
}
.pressable:active, .button:active, a:active {
    opacity: 0.86;
}

.polyfill-important .input-buttons, .ws-important-hide {
    display: none !important;
}

body {
    background-color: #dbdbdb;
    background-image: url('/editor/images/casebysource/background.jpg');
    font-family: "lucida Sans Unicode","Myriad Pro",Tahoma,Arial,sans-serif
;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
    margin: 8px;
}


[data-current_mode="ext-zoom-actual"] #selectorParentGroup
{
    display: none;
}

.hide-resize-grips [id^="selectorGrip_resize_"],
.hide-rotate-grip [id^="selectorGrip_rotate"] {
    pointer-events: none;
    display: none;
}

.hide-resize-grips [id^="selectorGrip_resize_"],
.hide-rotate-grip #selectorGrip_rotate {
    /* fill: #C00 !important; */
    /* stroke: #C00 !important; */
    /* opacity: 0.8; */
}


#selectorGrip_rotate:hover,
[id^="selectorGrip_resize_"]:hover {
    opacity: 0.9;
}

#selectorGrip_rotate:active,
[id^="selectorGrip_resize_"]:active {
    opacity: 0.8;
}
::-webkit-input-placeholder,
:-moz-input-placeholder, 
::-moz-input-placeholder, 
::-ms-input-placeholder,
:-ms-input-placeholder,
::input-placeholder{
    font-size: 0.6rem;
    line-height: 1rem;
    opacity: 1;
    color: #666;
}

input::-webkit-input-placeholder {
    font-size: 0.6rem;
    line-height: 1rem;
    color:#666;
}
input::-moz-placeholder { 
    font-size: 0.6rem;
    line-height: 1rem;
    color:#666;
    opacity: 1;
}
input:-moz-placeholder { 
    font-size: 0.6rem;
    line-height: 1rem;
    color:#666;
    opacity: 1;
}
input::-ms-input-placeholder { 
    font-size: 0.6rem;
    line-height: 1rem;
    color:#666;
}   /* IE10+ */


.editProperties, .left {
     left: 28px;
}

.left {
    position: absolute;
    text-align: center;
    width: 140px;
    bottom: 0;
    /* background: url(/editor/images/left-side-background.png); */
}

#accordion {
    background: url(/editor/images/left-side-background.png);
    background-position: 0 0;
}


.left > span {
    font-size: 10px;
}

.workareaContainer {
    position: absolute;
    top: 66px;
    left: 200px;
    right: 238px;
    bottom: 134px;
    padding: 14px;
    border-radius: 10px;
}

#workarea {
    border: none;
    right: 237px;
    bottom: 134px;
}

#ruler_x, #workarea {
    left: 199px;
}

#ruler_y, #workarea {
    top: 72px;
}

#svgcanvas, #workarea {
    background: none;
}

#svgcontent{
    overflow: hidden;
}

#svgcontent g *:active {
    opacity: 0.98;
}


.resize_canvas_anchore, #selectorGrip_resize_n, #selectorGrip_resize_ne, #selectorGrip_resize_e, #selectorGrip_resize_se, #selectorGrip_resize_s, #selectorGrip_resize_sw, #selectorGrip_resize_w, #selectorGrip_resize_nw{
    fill: #FFF;
    stroke: #FFFFFF;
    stroke-width: 1;
}

#selectorParentGroup [id^="selectedBox"]{
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 1;
    stroke-dasharray: 5,5;
}
#selectorRubberBand{
    fill: #00F;
    fill-opacity: 0.1;
    stroke: #FFFFFF;
    stroke-opacity: 0.9;
    stroke-width: 1;
    stroke-dasharray: 5,5;
}

#selectorGrip_rotate{
    stroke: #00FF00;
    fill: rgba(150, 150, 233, 0.37);
    stroke-width: 3;
}

#selectorGrip_rotateconnector{
    stroke: #FFFFFF;
}

#accordion span {
    color: #7b7b7b;
    padding: 0;
    margin: 0;
    font-size: 9px;
    position: absolute;
    height: 17px;
    width: 100%;
    left: 0;
    top: 54px;
}

#accordion svg, #accordion img, #accordion button, .cavitySelect svg{
    height: 46px;
    width: 46px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    display: block;
    border: none;
    background: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    margin-bottom: -3px;
}

.containSVG{
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    background: none;
    border: none;
    text-align: center;
    height: 61px;
    position: relative;
}

.cavitySelect .containSVG{
    padding: 7px 10px;
    float: left;
}



#accordion .openpolygonpopup {
    background-image: url('/editor/images/casebysource/polygon.png');
}

#accordion .create-custom-popup {
    background-image: url('/editor/images/casebysource/customdraw.png');
}

#accordion text{
    display: none;
}

[data-toggle] {
    cursor: pointer;
}

#accordion [data-toggle]:hover,
    #accordion button:hover, .cavitySelect svg:hover, .lock-unlock:hover {
    opacity: 0.96;
}

#accordion [data-toggle]:active, #accordion button:active,
    .cavitySelect svg:active, .lock-unlock:active {
    opacity: 0.9;
}


.shape-section {
   display: inline-block; 
}
.shape-area {
   display: inline-block; 
   margin-right: 0px;
   padding: 0px 20px;
    
   border-radius: 1px;
}

.below-label {
    font-size: 10px;

    line-height: 18px;
    color: #646464;
}

.header-area {
    padding-bottom: 6px;
}

.left h3 {
    margin: 0;
    padding: 0px 0;
    padding-right: 23px;
    text-transform: uppercase;
    font-size: 10px;
    color: #5e5e5e;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-top: 11px;
    padding-right: 0;
    font-weight: bold;
}


.object-list, .cavitySelect {
    margin: 0;
    padding: 9px 0;
    padding-bottom: 6px;
}

.caseinfo {
    /* cursor: pointer; */
}

.changecase {
    display: block;
    padding-top: 8px;
}


.changecase:hover, [data-toggle="select-foam"]:hover {
    color: hsl(182, 79%, 26%);
}

.changecase:active, [data-toggle="select-foam"]:active {
    color: hsl(182, 79%, 16%);
}

.changecase, [data-toggle="select-foam"] {
    color: hsl(182, 79%, 36%);
}
.caseinfo img {
    width: 100%;
    margin: 0;
}

.caseinfo, .costinfo, .violationWarning {
    background: #FFF;
    margin-top: 20px;
    padding: 3%;
    border: 1px solid #C2C1BF;
    text-align: left;
}

.violationWarning {
    display: none;
    font-size: 10px;
    margin-bottom: 20px;
    padding: 7px;
    color: #666;
    text-align: center;
}

.violationWarning h2 {
    color: #000;
    margin-left: 35px;
    text-align: left;
}

.violationWarning img{
    float: left;
}

.violationWarning span {
    text-rendering: geometricPrecision;
    font-style: italic;
    text-align: center;
}

.violationWarningPopup {
    width: 159px;
    margin: 23% auto;
}

.violations {
    text-align: left;
    font-weight: bold;
    padding: 0 1rem;
}

.unitSymbol {
    text-transform: none;  
}

.unitSymbol:before {
    content: '"'
;
    opacity: 0.95;
}

.mm .unitSymbol:before {
    content: 'mm';
    font-size: 0.99em;
}

.caseinfo tr:first-child, .costinfo tr:first-child, .costinfo tr:last-child {
    font-weight: bold;
    color: #333;
}

.costinfo td {
    text-align: right;
}

.costinfo td:first-child {
    width: 85%;
    text-align: left;
}

table {
    border-spacing: 0;
    width: 100%;
}

.workareaContainer, .left, .rightpanel {
    top: 77px;
}

.rightpanel{
    position: absolute;
    right: 0;
    width: 160px;
    font-size: 10px;
    color: #7b7b7b;
    bottom: 0;
    overflow: auto;
    padding-right: 38px;
    text-align: center;
    padding-bottom: 1rem;
}



.rightpanel h5 {
    display: inline-block;
    color: #242524;
    margin: 0;
    font-size: 9px;
}

.keyEntry {
    padding-top: 15px;
    text-align: left;
}

.keyEntry div{
    display: inline-block;
}

.login {
    border: 1px solid #0e2548;
    background: #154595;
    background: linear-gradient(#154595, #0e2a59);
}

.count {
    display: inline-block;
    color: #FFFFFF;
    border: 1px solid #333;
    background: #003366;
    background: linear-gradient(#f6f8fa, #003366);
    border-radius: 999px;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    line-height: 23px;
}

.order, .addcavity, .addcase, .action, form button, .action-button, #popup_ok, .lockZoom, #popup_cancel {
    border: 1px 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    solid #b35820;
    background: #fc8d49;
    background: linear-gradient(#fc8d49, #e26f28);
    color: #FFF;
    border-radius: 2px;
    text-shadow: 1px 1px 1px 
    rgba(0, 0, 0, 0.6);
}

.login, .order {
    height: 40px;
    width: 100%;
    border-radius: 7px;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.76);
}

form button, .action-button {
margin-top: 14px;
padding: 3px 10px;
}

button:hover {
    box-shadow: inset 0 -2px 3px rgba(187, 187, 187, 0.44);
}

#accordion button:hover {
    box-shadow: none;
}

.selectedButton {
    border: 1px solid #fc8d49;
}
button:active, [data-current_mode="ext-measure-tool"] .measure, .tools .toggle_on, .alignPopup .toggle_on, .pressed {
    box-shadow: inset 0 2px 5px 
    rgba(0, 0, 0, 0.34) !important;
}

.key h5{
    text-transform: uppercase;
}

.hsep {
    width: 3%;
    width: 3vw;
    width: calc((84% - 531px)/3);
    display: inline-block;
    max-width: 87px;
}

.colorkey{
    width: 15px;
    
    height: 15px;
    background: #5F5F5F;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
}

.alignPopup, .zoomPopup {
    position: absolute;
    display: none;
    bottom: 114px;
    border-bottom: 1px solid #FFF;
}

.zoomPopup {
    left: 435px;
}
.alignPopup {
    left: 64px;
}

.alignPopup > *, .zoomPopup > *{
    display: inline-block;
}

.zoomPopup .container,  .alignPopup .container {
    background-image: #FFF;
    background-image: linear-gradient(#FFF,#D1D1D1);
    height: 70px;
    padding-left: 15px;
    padding-top: 15px;
    min-width: 191px;
    margin: 0;
    border: 1px solid #FFF;
    border-top-width: 0;
    border-bottom-width: 0;
    box-shadow: 0 -2px 9px -5px #000;
}

.restrictedarea .colorkey{
    background: #C6733D;
}

.offlimitearea .colorkey{
    background: #AF3738;
}


body, h1, h2, h3, h4, h5, h6 {
    color: inherit;
}

h6 {
    margin: 0;
}

.alignPopup button, .zoomPopup button, .tools button,
label button{
    border-radius: 99px;
    height: 34px;
    width: 34px;
    border: 1px solid #9b9b9b;
    display: block;
    margin: auto;
    margin-bottom: 11px;
    background-image: url("/editor/images/casebysource/bottomicons.png");
    background-image: url("/editor/images/casebysource/bottomicons.png"), linear-gradient(#FFF, #D4D4D4);
}

.alignPopup label, .zoomPopup label, .tools label, .zoomActualPopup label,
.buttonLabel  {
    display: inline-block;
    text-align: center;
    color: #7b7b7b;
    font-size: 10px;
}
.tools label {
    margin-right: 1%;
}

.alignPopup label, .zoomPopup label{
    margin-right: 8px;
}

.tools {
    margin: auto;
    position: relative;
    max-width: 802px;
}

.tools-container-inner {
    width: 100%;
}
.tools-container {
    position: absolute;
    left: 199px;
    bottom: 0;
    right: 198px;
    overflow: auto;
    height: 68px;
    padding-bottom: 34px;
}
#tool_zoom {
    background-position: 415px;
}

.align {
    background-position: 313px;
}
#tool_undo, .undo-path {
    background-position: 378px;
}
#tool_redo, .redo-path {
    background-position: 347px;
}
.alignPopup {
    background-position: 0 auto;
}
#tool_clone {
    background-position: 280px;
}
#tool_group, #tool_ungroup {
    background-position: 248px;
}
#tool_delete, .clear-path {
    background-position: 214px;
}

.zoomopen {
    background-position: 148px;
}
.zoomin, .zoomInSmall {
    background-position: 181px;
}
.zoomToCanvas {
    background-position: 478px;
}
.zoomActual {
    background-position: 448px;
}
.zoomPopup .container {
    min-width: 137px;
}

.zoomout, .zoomOutSmall {
    background-position: 115px;
}
.measure {
    background-position: 82px;
}
.tools .unit {
    background-position: 52px;
    width: 59px;
}

.mm .unit {
    background-position: 677px;
}

.snapGrid {
    background-position: 610px;
}

#tool_poscenter {
    background-position: 511px;
}

#tool_posvertical {
    background-position: 577px;
}

#tool_poshorizontal {
    background-position: 544px;
}

#tool_alignleft {
    background-position: 874px;
}
#tool_aligncenter {
    background-position: 718px;
}
#tool_alignright {
    background-position: 824px;
}
#tool_aligntop {
    background-position: 977px;
}
#tool_alignmiddle {
    background-position: 773px;
}
#tool_alignbottom {
    background-position: 927px;
}
.distributeX {
    background-position: 773px;
}
.distributeY {
    background-position: 718px;
}
.elementrect {
    background-position: 927px;
}
.elementsquare {
    background-position: 927px;
}
.elementellipse {
    background-position: 1061px;
}
.elementcircle {
    background-position: 1112px;
}
.elementarc {
    background-position: 1011px;
}

#svg_editor #rulers > div {
background: none;
}

#svg_editor #ruler_x {
    color: #5F5F5F;
    height: 16px;
    top: 52px;
    border-bottom: none;
    border-left: none;
    right: 268px;
    left: 196px;
}

#svg_editor #ruler_y {
    width: 16px;
    bottom: 156px;
    border-right: none;
    border-top: none;
    left: 173px;
    top: 68px;
}

.actual-zoom-info {
    display: none;
    position: absolute;
    top: 87px;
    left: 214px;
    z-index: 20;
    color: #FFF;
    padding: 0 1.5rem;
    height: 1.5rem;
    border-radius: 3px;
}

.zoomActualPopup *, .zoomActualPopup {
    -webkit-user-select: none;
    -moz-user-selected: none;
    -ms-user-selected: none;
    user-selected: none;
}

.overlay > .bottomarrow {
    background-image: url('/editor/images/casebysource/popup_bottom_arrow.png');
    width: 24px;
    height: 13px;
    position: absolute;
    bottom: 102px;
    z-index: 1000000;
}

.overlay > .leftarrow {
    position: absolute;
    left: 135px;
    background-image: url('/editor/images/casebysource/vertical_popup.png');
    width: 14px;
    height: 100%;
    background-position: 0%;
    background-repeat: no-repeat;
    z-index: 1000;
}

#color_tools, #sidepanels, #palette_holder, #tool_blur, #idLabel
, #tool_reorient, #tool_make_link, #tool_move_top, #tool_move_bottom
, #tool_wireframe, #tool_source, #tool_image_url, /editor/images/casebysource/#tool_change_image
, #tools_left, #main_button, #tools_bottom, #tools_top, #ruler_corner
, .createCircle .input_width, .createCircle .input_height, .input_theta
{
    display: none;
}

.createRect > div, .createCircle > div, .createPolygon > div, .createCustom  > div{
    display: inline-block;
    margin: 0;
    padding: 8px 4px;
    vertical-align: middle;
}


.cavitySelect {
    padding: 0.5%;
    box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.37);
    border: 2px solid #FFF;
}

.tip {
    color: #646464;
    font-size: 10px;
    width: 122px;
    margin-left: 5px;
    margin-top: 8px;
}

.createRect > div:first-child{
    width: 75px;
}

.createCircle > div:first-child {
    width: 140px;
    text-align: center;
}

.createCircle > div:nth-child(2), .createPolygon > div:nth-child(2) {
    background: #d6d6d6;
    background: linear-gradient(#d6d6d6, #cbcbcb);
    min-height: 115px;
    margin: 0;
}

#popup_container, .createRect, .createCircle, .createPolygon,
.createCustom, .pickcase, .picklayout, .loginActions,
.loginForm, .createAccount, .accountCreated,
.caseOrderComplete, .orderForm, .video_tutorial, .content-popup, .saveCaseForm,
.user_guide, .price_calculated, .welcome_page, .onetoone_help,
.zoomActualPopup, .zoom_actual_tutorial {
    color: #333;
    background: #fff;
    background: linear-gradient(#fff, #cdcdcd);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.41);
    position: relative;
    line-height: 1.3rem;
}

.createRect, .createCircle, .createPolygon, .createCustom, .cavitySelect {
    display: none;
    position: absolute;
    left: 147px;
    z-index: 100;
}

.welcome_page button {
    text-transform: uppercase;
    position: absolute;
    top: 63px;
    left: 14px;
}

h1, h2 {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    color: #565656;
}

.pickcase, .picklayout {
    width: 33%;
    min-width: 660px;
}

.pickcase table td:first-child{
    width: 20%;
}

.pickcase, .picklayout, .loginActions,
.loginForm, .createAccount, .accountCreated, .caseOrderComplete,
.orderForm, .video_tutorial, .content-popup, .user_guide, .saveCaseForm,
.price_calculated, .onetoone_help, .zoom_actual_tutorial {
    width: 800px;
    margin: auto;
    text-align: center;
    max-height: 95%;         
    top: 5%;   
    position: fixed;
    left: 0;
    right: 0;
    max-height: 83vh;
    border-radius: 1px;
    max-width: 90vw;
}

.help_links a {
    margin: 10px;
}

.help_links {
    margin: 10px;
}


th, td {
    border: 2px solid rgba(0,0,0,0);
    border-top: 0;
    border-bottom: 0;
}

.select-foam td{
    vertical-align: top;
    width: 17%;
    border-top-color: rgba(0,0,0,0);
    border-bottom-color: rgba(0,0,0,0);
}

.select-foam tr{
    border-spacing: 0;
}

.select-foam tr:last-child td {
    border-top: 2px solid rgba(0,0,0,0);
    border-left-color: rgba(0,0,0,0);
    border-right-color: rgba(0,0,0,0);
}

.select-foam ul{
    text-align: left;
    margin: 5% 0;
}

.heading_wrap {
    margin-top: 30px;
    margin-bottom: 6px;
    text-align: left;
}

.count {
    text-align: center;
}

.picklayout th {
    padding: 0 8px;
    color: #CCC;
    background: #444;
    padding-bottom: 10px;
}

.picklayout td {
    padding-top: 10px;
}

.video_tutorial, .content-popup, .user_guide, .price_calculated,
.onetoone_help, .zoom_actual_tutorial {
    padding: 3%;
    /* overflow: auto; */
}

.tracing-message {
    position: absolute;
    right: 0;
    width: 300px;
    width: 45vw;
    height: 51vh;
}

.pickcase .container, .picklayout .container {
    overflow: auto;
    padding: 0 2%;
    /* top: 50%; */
    height: 500px;
    max-height: 71vh;
}

.pickcase td {
    width: 18%;
    text-align: right;
}

.pickcase td:nth-child(1){
    width: 10%;
}

.pickcase td:nth-child(3), .pickcase td:nth-child(4), .pickcase td:nth-child(5){
    width: 72px;
}

.pickcase tr:nth-child(2), body .pickcase hr, .pickcase h2{
    height: 16px;
    background: none;
}


.picklayout tr, .pickcase tr, .pickcase select, h6{
    color: #3D537C;
    font-size: 12px;
}

.pickcase tr{
    height: 32px;
}

.pickcase tr:nth-child(odd){
}

.productid {
    text-decoration: underline;
    cursor: pointer;
}

#popup_container, .pickcase, .picklayout,
.loginActions, .loginForm,
.createAccount, .accountCreated, .caseOrderComplete,
.orderForm, .saveCaseForm {
    padding: 1% 1%;
    /* max-width: 69vw; */
}

.createRect, .createCircle, .createPolygon, .createCustom {
    border: 1px solid #FFF;
}

form label, .form label, .editProperties label, .col {
    min-height: 23px;
    text-align: left;
}

.col, .form-row select {
    display: inline-block;
    min-width: 5rem;
}



.case-dimentions-input span {
/* width: 44px; */
display: inline-block;
}

.input_width {
    background-image: url("/editor/images/casebysource/width_icon.png");
    background-position: 100%;
    background-repeat: no-repeat;
    padding-right: 21px;
}

.input_height {
background-image: url("/editor/images/casebysource/height_icon.png");
background-position: 96%;
background-repeat: no-repeat;
padding-right: 21px;
}

.addcavity, .addcase{
    width: 34px;
    height: 34px;
    border-radius: 99px;
    font-size: 25px;
    padding: 0;
    margin: auto;
    margin-bottom: 11px;
}

input, textarea {
    background: #c6c6c6;
    border: 1px solid #a6a6a6;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.12);
    color: #000;
    margin-left: 10px;
    text-align: right;
    /* max-width: 51px; */
    font-size: 13px;
    vertical-align: middle;
}

[disabled] {
    color: #3A3A3A;
    opacity: 0.6;
    pointer-events: none;
    cursor: default;
}

button[disabled] {
    color: #ddd;
}


input[type="number"], input[pattern] {
    max-width: 47px;
}

input[type="text"] {
    max-width: 91px;
}
label, .center_controls{
    display: block;
    color: #616161;
    font-size: 10px;
}

.upload label, .upload input {
    font-size: 1.2rem;
}

.upload-controls label {
    font-size: 0.8rem;
}

.upload-controls label button {
    margin: 0.1rem auto;
}

.center_controls td {
    vertical-align: top;
    text-align: left;
}

.center_controls td:first-child {
    width: 90px
    }

label {
    cursor: pointer;
}

.formlabel:after {
    content: ':'
}

.formlabel{
    display: inline-block;
    text-align: left;
    min-width: 51px;
}

.editProperties .formlabel {
    min-width: 32px;
}

.editProperties label, .lock-unlock {
    width: 100%;
    min-height: inherit;
    margin-bottom: 2px;
    font-size: 9px;
}

form label input[type="number"],
form label input[type="text"],
form label textarea,
.form label input[type="number"],
.form label input[type="text"],
.form label textarea
{
    width: 264px;
    margin-left: 0;
}



.overlay {
    /* -webkit-transition: opacity 0.1s; */ /* For Safari 3.1 to 6.0 */
    /* transition: opacity 0.1s; */
    background: none;
    /* display: none; */
    opacity: 0.5;
    z-index: 20;
    height: 0;
    visibility: hidden;
}

.overlay.show-overlay {
    opacity: 1;
    /* display: block; */
    transition: opacity 0.1s ease-out;
    visibility: visible;
    height: auto;
}

.overlay > * {
    z-index: 1;
}

:focus {
    outline: none;
}

h4 {
    color: #807f7d;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    margin-top: 17px;
    /* margin-bottom: 3px; */
}

h3 {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.left {
    
}

#canvasBackground {
    pointer-events: none;
}

.hsepborder {
    border-left: 1px dotted #afafaf; 
    height: 52px;
    display: inline-block;
    margin-left: 7px;
}

.topleft {
    position: absolute;
    right: 90px;
    top: 29px;
    font-size: 10px;
    text-transform: uppercase;
}

.topleft a {
    margin-left: 12px;
    color: #162C54;
}

a {
    cursor: pointer;
    color: #132b5a;
}

a:hover {
    color: #1E448D;
}

a:active {
    color: #3767B9;
}

.logo * {
    float: left;
}

.logo h3 {
    margin-left: 7px;
    margin-top: 11px;
    text-transform: uppercase;
    font-size: 14px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#svgcontent *{
    pointer-events: none;
}

#svgcontent > g *
{
    cursor: move;
    pointer-events:all;
}

.containSVG { 
}

.ui-state-active {
    pointer-events: none;
}

#tool_clone,  #tool_delete,  #tool_group,
#tool_poscenter, #tool_posvertical, #tool_poshorizontal, .disabled{
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
}

.singleselected #tool_clone, .singleselected #tool_delete,
.multiselected #tool_group, [data-selectednodes="g"] #tool_group,
.singleselected #tool_poscenter, .singleselected #tool_posvertical,
.singleselected #tool_poshorizontal {
    opacity: 1;
    cursor: pointer;
}

.multiselect {
    display: none;
}



.multiselected .multiselect,
.singleselect,
[data-selectednodes="g"] .unmerge {
    display: inline-block;
}

#svgcontent [data-ymiddle],
#svgcontent [data-ytop],
#svgcontent [data-ybottom],
#svgcontent [data-xmiddle],
#svgcontent [data-xleft],
#svgcontent [data-xright] {
    pointer-events: none;
}

select {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.38);
    /* font-size: 13px; */
    font-weight: bold;
}

.pickcase th {
    cursor: pointer;
    text-align: right;
}

.headerSortDown, .headerSortUp {
    text-decoration: underline;
}

.headerSortUp:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´";
}
.headerSortDown:after {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾";
}

#lhnContainerDone {
    position: absolute;
    right: 62px;
    top: 19px;
}

#getquote #lhnContainerDone {
    position: relative;
    right: auto;
    top: auto;
}

#lhnchatimg {
    padding-left: 64px; 
}

.numberofcavities {
    color: #DF5F17;
}

.editProperties {
    opacity: 0;
    transition: opacity 0.03s;
    pointer-events: none;
    position: absolute;
    top: 550px;
    width: 145px;
    overflow: auto;
    bottom: 0;
    padding-bottom: 1rem;
}

.editProperties input {
    font-size: 12px;
}

.singleselected .editProperties {
    opacity: 1;
    pointer-events: all;
}

form, .form {
    color: #616161;
    max-height: 80vh;
}

.drop-area {
  max-height: 335px;
  border: none;
  overflow: auto;
  height: 52vh;
  background: #FFF;
  max-height: 65vw;
  height: 62vh;
  margin: 0 1.5vw;
  border: 1px    
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  solid #666;
  padding: 0;
  position: relative;
}

.createPolygon .polygon_diagram {
    height: 103px;
    overflow: hidden;
    padding: 8px 0;
    cursor: pointer;
}

.createPolygon .polygon_diagram:hover {
    opacity: 0.8;
}


.createPolygon .polygon_diagram:active {
    opacity: 0.7;
}

html {height:100%;}
body {box-shadow: inset 0 0 95px rgba(0, 0, 0, 0.1);margin: 0;padding: 0;width: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;overflow: hidden;}

@font-face {
    font-family: 'MundoSansRegular';
    /*src: url('fonts/riesling.eot');*/ /* for IE */
    src: local('Mundo Sans Regular'), local('Mundo Sans'), url('/editor/custom/fonts/Mundo+Sans+Regular.ttf') format('truetype');
}


.measure_line,
.x1_line,
.y1_line,
.x2_line,
.y2_line {
    pointer-events: none;
}

.measure_length {
    color: #FFFFFF;
    font-size: 18px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}

.logged_in .loginOptions, .userPanel{
    display: none;
}

.logged_in .userPanel {
    display: block;
}

.upload h3 {
    font-size: 40px;
    line-height: 1.2;
    padding: 10%
;
    color: #999;
}

.welcome, .left > span, .priceHelp, [data-toggle="zoom_actual_tutorial"] {
    color: #f2813c;
}

.welcome, .left > span, h3, .priceHelp, [data-toggle="zoom_actual_tutorial"] {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}

.polygonhelp {
    position: absolute;
    left: 148px;
    top: 353px;
    z-index: 20000;
}

.restricted_zone_alert {
    box-shadow: 0 0 9px rbga(0,0,0,0.42);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -80px;
    margin-top: -35px;
}

button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 13px;
}

.priceHelp {
    margin-bottom: 15px;

}

.loginOptions, .userPanel{
    text-align: center;
}

.newaccount {
    font-size: 11px;

    color: #555;
}

.center_controls label, .center_controls textarea {
    display: inline-block;
    margin-top: 2px;
}
.center_controls input, .center_controls textarea {
    max-width: 130px;
}

.center_controls {
    width: 280px;
    margin: 0 auto;
    margin-top: 25px;
}

.center_controls .formlabel {
    text-align: right;
    max-width: auto;
    width: 90px;
    font-size: 12px;
    vertical-align: top;
}

textarea {
    height: 76px;
}

.savedCaseName {
font-weight: normal;
color: #333;
}

[data-current_mode="ext-measure-tool"] #svgcanvas, [data-current_mode="ext-measure-tool"] #svgcontent > g *{ 
    cursor: crosshair;
}

[data-current_mode="zoom"] #svgcanvas,
[data-current_mode="zoom"] #svgcontent > g *{ 
    cursor: -webkit-zoom-in;
}

.align_tag_1, .align_tag_2, .align_tag_3{
    height: 54px;
    width: 15px;
    background: url('/editor/images/casebysource/alignment_tags.png');
    display: inline-block;
    background-repeat: no-repeat;
}

.align_tag_1{
    background-position: 0px 50%;

}

.align_tag_2{
    background-position: -16px 50%;

}

.align_tag_3{
    background-position: -35px 50%;

}

.datarow:hover {
background: rgba(255, 255, 255, 0.29);
}


.openCase {
    background: url('/editor/images/casebysource/saveopen.png');
    background-position: 0px 50%;
    width: 33px;
    height: 33px;
}

.saveCase {
    background: url('/editor/images/casebysource/saveopen.png');
    background-position: -29px 50%;
    width: 33px;
    height: 33px;
}

.cavity_locked {
    outline: 11px solid #F00;
    outline: 11px solid rgba(255, 0, 0, 0.29);
    outline-offset: -23px;
}

.forgot_password, [data-toggle="createAccount"]{
    font-size: 11px;
}

.violations ol {
    list-style-type: disc;
    padding-left: 18px;
    color: #F00;
    margin: 0 0 12px 0;
    padding-top: 10px;
}

.widthlabel, .heightlabel {
    position: absolute;
    font-size: 11px;
    color: rgba(165, 165, 165, 1);
    font-weight: bold;
}

.widthlabel {
    bottom: 118px;
    left: 45%;
}

.heightlabel {
    top: 44%;
    right: 213px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.pickcase label {
    text-align: center;
    display: inline-block;
}

.keytext {
    width: 121px;
}

#custom_case_size button, .actual-zoom-info{
    background: #AFAFAF;
    background: linear-gradient(#AFAFAF, #979797);
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.13);
}

#step2.step-enabled, #step3.step-enabled {
    display: block;
    opacity: 1;
    pointer-events: inherit;
}

#getquote {
    display: none;
}

#step2, #step3 {
    -webkit-transition: opacity 0.1s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.1s;
    opacity: 0.1;
    pointer-events: none;
}

.minusRadius, .plusRadius {
    color: #333;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #242479;
}

.minusRadius {
    margin-left: 1rem;
}

#popup_content {
    text-align: center;
}

#popup_container {
    padding: 2.5% 4%;
}

#popup_panel {
    padding-top: 1%;
}

#popup_ok, #popup_cancel {
    height: 30px;
    margin-top: 18px;
    text-align: center;
    min-width: 63px;
}


#popup_cancel {
    min-width: 93px;
}


.closeLockZoom, .close-overlay {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #F8F8F8;
    border-radius: 300px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    width: 30px;
    height: 30px;
    color: #757575;
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.26); */
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnNlPSJodHRwOi8vc3ZnLWVkaXQuZ29vZ2xlY29kZS5jb20iIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOmNjPSJodHRwOi8vY3JlYXRpdmVjb21tb25zLm9yZy9ucyMiIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCI+PHRpdGxlPm15IHZlY3RvciBpbWFnZTwvdGl0bGU+PHJlY3QgaWQ9ImJhY2tncm91bmRyZWN0IiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4PSIwIiB5PSIwIiBmaWxsPSJub25lIiBzdHJva2U9Im5vbmUiIHN0eWxlPSIiPjwvcmVjdD48IS0tIENyZWF0ZWQgd2l0aCBWZWN0b3IgUGFpbnQgLSBodHRwOi8vd3d3LnZlY3Rvci1wYWludC5jb20vIGh0dHBzOi8vY2hyb21lLmdvb2dsZS5jb20vd2Vic3RvcmUvZGV0YWlsL2huYnBkaWVuZ2ljZGVmY2plY2pibmpub2lmZWtoZ2RvIC0tPjxnIHN0eWxlPSIiPjx0aXRsZT5MYXllciAxPC90aXRsZT48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM2ZDZkNmQiIHN0cm9rZS13aWR0aD0iNiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IiIgZmlsbC1ydWxlPSJub256ZXJvIiBtYXJrZXItc3RhcnQ9IiIgbWFya2VyLW1pZD0iIiBtYXJrZXItZW5kPSIiIGQ9Ik0gMTcuODE1NiAxNy40ODE5IEwgNDYuMTg0NCA0Ni41MTgxIiBpZD0ic3ZnXzIiIHN0cm9rZS1vcGFjaXR5PSIxIiB0cmFuc2Zvcm09IiI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzZkNmQ2ZCIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtZGFzaG9mZnNldD0iIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG1hcmtlci1zdGFydD0iIiBtYXJrZXItbWlkPSIiIG1hcmtlci1lbmQ9IiIgZD0iTSA0NS42MDAzIDE3Ljk4MjUgTCAxOC4zOTk3IDQ2LjAxNzUiIGlkPSJzdmdfNCIgc3Ryb2tlLW9wYWNpdHk9IjEiIHRyYW5zZm9ybT0iIj48L3BhdGg+PC9nPjwvc3ZnPg==);
    margin: auto;
    z-index: 100;
}


.invalid-position {
    outline: 7px solid rgba(255, 0, 0, 0.75);
    outline-offset: -27px;
}

.size-select {
    margin-top: 38px;
    vertical-align: text-top;
    margin-bottom: 7px;
    font-size: 10px;
}

.welcome_page{
    padding: 20px;
    display: none;
    position: absolute;
    left: 50%;
    z-index: 10;
    font-size: 14px;
    color: #555;
    margin-top: 4%;
    text-align: center;
    width: 501px;
    margin-left: -250px;
    width: 462px;
    height: 385px;
    position: relative;
}


.scroll-container {
    overflow: auto;
    height: 100%;
    max-height: 500px; max-height: 90vh;
    padding: 1% 2%;
}

.zoomActualPopup {
    position: absolute;
    width: 300px;
    top: 13px;
    left: 50%;
    margin-left: -200px;
    padding: 40px;
    padding-bottom: 25px;
    color: #696969;
    text-align: center;
    display: none;
    z-index: 19;
}

.zoomInSmallLabel, .zoomOutSmallLabel {
    position: absolute;
    bottom: 25px
}

.zoomInSmallLabel {
    left: 10px;

}

.zoomOutSmallLabel {
    right: 10px;
    
}
/*
.foam-table {
    cursor: pointer;
}*/

[data-current_mode="ext-measure-tool"] [id^="selectorGroup"] {
    display: none;
}

.overlay {
    cursor: pointer;
}
.overlay > * {
    cursor: default;
}

.shape-library, .my-shape-library {
    position: absolute;
    width: auto;
    padding: 0;
    left: 169px;
    margin: 0;
    color: #767676;
    right: 14rem;
    min-width: 740px;
}

.my-shape-library .tab, .shape-library .tab
 {
    display: inline-block;
    padding: 0px 6px;
    background: linear-gradient(#C3C3C3, #E1E1E1  25%, #E1E1E1  100%);
    box-shadow: 1px 1px 4px #A9A9A9;
    border: 1px solid #A6A6A6;
    border-bottom: 1px solid rgba(169, 169, 169, 0.5);
    padding-top: 7px;
    border-top: 1px solid #B5B1B0;
    /* margin-top: 1px; */
    margin-right: -1px;
}

.my-shape-library .tab:last-child, .shape-library .tab:last-child {
    /* border-right: 1px solid rgba(169, 169, 169, 0.52); */
}

.my-shape-library .open-tab, .shape-library .open-tab{
    background: #FFF;
    border: none;
    box-shadow: none;
    margin: 0 2px;
    padding-bottom: 6px;
}

.shape-list {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  padding: 8px 8px;
  white-space: nowrap;
  overflow-x: scroll;
}

.shape-list img {
    height: 38px;
    padding-top: 12px;
}

.shape-area * {
    display: block;
    text-align: center;
    margin: 2px auto;
}


.shape-popup {
    background: silver;
    box-shadow: 0 4px 5px #606060;
    max-height: 0;
    transition: max-height .5s;
    overflow: hidden;
    display: none;
    position: fixed;
    width: auto;
    left: 169px;
    border-radius: 0;
    margin-top: 0;
    right: 14rem;
    min-width: 740px;
}

.shape-popup.opened-popup {
    display: block;
    max-height: 200px;
}


.lib-section {
    text-align: left;
    display: block;
}

.shape-library h5, .my-shape-library h5 {
    margin: 0;
    padding: 0;
    text-align: left;
}


.tabs {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    overflow: hidden;          
    white-space: nowrap;
    right: 0;
    text-align: left;
    height: 33px;
}

.shape-lib-inner {
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 535px;
}

.orderForm {
    width: 380px;
    padding: 2%;
}

.overlay:active > * {
    opacity: 0.98;
}
.overlay:active > *:hover {
    opacity: 1;
}

.picklayout td:nth-child(3) {
    width: 200px;
}

.left-side-button {
    width: 139px;
    height: 57px;
    position: relative;
    cursor: pointer;
    background: url(/editor/images/left-side-background.png);
    background-position: 0 60px;
}

.hide-width-resize #selectorGrip_resize_e,
.hide-width-resize #selectorGrip_resize_n,
.hide-width-resize #selectorGrip_resize_w,
.hide-width-resize #selectorGrip_resize_s {
    display: none;
}
.left-side-button:hover {
    opacity: 0.9;
}

.left-side-button:active {
    opacity: 0.8;
}
.left-side-button img{
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
}

.lock-unlock {
    position: absolute;
    
    top: 28px;
    right: 2px;
    width: initial;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.my-library h3 {
    padding-top: 7px;
}

.my-library {
    padding-left: 8px;
    height: 26px;
    background: url(/editor/images/left-side-background.png);
    width: 131px;
    cursor: pointer;
    background-position: 0 29px;
}

.case-dimentions-input {
    position: absolute;

    top: 306px;
    left: 88px;
}
.case-dimentions-image {
    position: absolute; 
    top: 298px; 
    right: 54px;

}

.upload-shape-form path {
    fill: #333;
}

.left-upload-side, .upload-shape-form, .right-upload-side {
    float: left;
}

.left-upload-side {
    width: 122px;
    font-size: 6rem;
    font-size: 15.8vh;
    line-height: 1.9;
    width: 12vw;
}

.right-upload-side {
    width: 200px;
    width: 22vw;
    padding-right: 3%;
    box-sizing: border-box;
}

.upload-shape-form {
    width: 536px;
    width: 56vw;
}

.upload-shape-form.is-path-edit path {
    fill: rgb(147, 103, 255);
    stroke: rgb(0, 0, 0);
    opacity: 0.5;
    stroke-width: 1px;
    fill-opacity: 0.5;
    pointer-events: none;
}

.upload-shape-form .measure-step, .upload-shape-form .finished-upload {
    position: absolute;
    right: 20px;
    bottom: 20px;
    bottom: 1vh;
    left: 65vw;
    width: 14rem;
    height: 2rem;
    margin: 0.5rem 
    auto;
    background: linear-gradient(#fc8d49, #e26f28);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 
    
    rgba(0, 0, 0, 0.21);
}

.upload-shape-form label {
    display: inline-block;
    margin-right: 1rem;
}
.auto-traced-svg {
  margin: auto;
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  background-color: rgba(255, 132, 12, 0.23);
  padding: 0;
  margin: 0;
}

.medium-logo-image {

}

.upload ol {
    color: #003366;
    list-style-type: disc;
    text-align: left;
    margin-top: 20vh;
    font-weight: bold;
    line-height: 1;
}

li {
    margin: 1rem 0;
}

.upload h2 {
  font-size: 3.5rem;
  font-weight: normal;
  margin: 2rem;
  margin-top: 2rem;
  color: #003366;
  line-height: 1;
}
.upload {
  padding: 0;
  text-align: center;
  width: 95vw;
  height: 90vh;
  top: 2%;
  max-height: 90vh;
}

.upload-tools {
    margin-top: 1.5rem;
    margin-top: 1vh;
}

button[data-foam-type] {
  text-transform: uppercase;
}

.shape-area:hover {
    box-shadow: inset 1px 1px 10px rgba(190, 190, 190, 0.12);
}
.shape-area:active {
    box-shadow: inset 1px 1px 10px rgba(190, 190, 190, 0.5);
}
.accordion-selected, .accordion-selected:hover {
    box-shadow: inset 1px 1px 10px #BEBEBE;
}

.tracing-animation {
    height: 100px;
    height: 30vh;
}

.delete-path {
        background-position: 1192px;
}
.new-point {
        background-position: 1230px;
}

.left-side-button div {
    position: absolute;
    right: 41px;
    left: 0;
    font-size: 9px;
    text-align: left;
    color: #676767;
    line-height: 12px;
}

.left-side-button div, .header-area {
    padding-left: 8px;
}

input[type="checkbox"], input[type="radio"] {
  margin: 0;
  margin-right: 4px;
}
.tracing-text {
    text-transform: uppercase;
    color: #FF9933;
    font-size: 28px;
    text-shadow: 1px 1px 1px      
    rgba(0, 0, 0, 0.1);
}