﻿html {
  overflow: hidden;
  margin-left: -15px;
}

@font-face {
    font-family: 'ArialNarrow';
  src: url('ARIALN-webfont.woff2') format('woff2'),
  url('ARIALN-webfont.woff') format('woff'),
  url('ARIALN-webfont.ttf') format('truetype'),
  url('ARIALN-webfont.svg#arialnarrow') format('svg');
  font-weight: normal;
  font-style: normal;
}


BODY {
  width: 854px;
}

.content {
  width: 100%;
  padding: 10px 14px;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  background: white;
}

.content .preloader {
  background: url("../../../images/loading.gif") no-repeat 50% 50%;
  width: 100%;
  height: 100%;
}

.content .app-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.content .app-container svg {
  overflow: hidden;
}

.content .description-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: white;
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding-bottom: 3px;
  z-index: 1;
}

.content .app-container .position-top-left {
  position: absolute;
  left: 0;
  top: 0;
}

.content .app-container .single-worm {
  position: relative;
  top:0;
  left:0;
  display: inline;
  float: left;
  width: 826px;
  height: 340px;
}

.content .app-container .single-worm svg {
  position: absolute;
  left: 0;
  top: 0;
}

.content .app-container .worms{
  overflow: hidden;
  width: 100%;
}

.content .app-container .worms-scroller {
  white-space: nowrap;
  width: 3304px
}

.content .app-container .worm-common-text {
  position: absolute;
  top: 283px;
  line-height: 120%;
  font-family: 'ArialNarrow', Arial, sans-serif;
}

.content .app-container .worm-alias {
  left: 75px;
}

.content .app-container .worm-description {
  left: 150px;
  width: 295px;
}

.content .app-container .toolbar svg tspan{
  font-family: 'ArialNarrow', Arial, sans-serif;
}

.content .app-container .jars {
  position: absolute;
  z-index: 2;
  cursor: move;
  top:185px;
  left:120px;
}

.content .app-container .tray {
  position: absolute;
  bottom:11px;
  left:352px;
}


.content .toolButton {
  position:absolute;
  right:0;
  bottom:0;
}

.content .uibtn {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  border: 1px solid #8d8e8f;
  background-color: #fefefe;
  background-position: bottom center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAIAAAD9b0jDAAAAGXRFW…OG0sBQWmTT0YgaTVKjYTpq6CCv+BgZGalvKBMT9R0LEGAAhDNFI+43pzkAAAAASUVORK5CYII=);
  background-size: 100% 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe),
  to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #fefefe, #e7e7e7);
  background-image: -moz-linear-gradient(top, #fefefe, #e7e7e7);
  background-image: -o-linear-gradient(top, #fefefe, #e7e7e7);
  background-image: linear-gradient(to bottom, #fefefe, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fefefe,
  endColorstr=#e7e7e7);
  zoom: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
  height: 28px;
  padding: 0 60px;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 28px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 13px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}