@font-face {
  font-family: roboto_regular;
  src: url("Roboto-Regular-webfont.woff2") format("woff2"), url("Roboto-Regular-webfont.woff") format("woff"), url("Roboto-Regular-webfont.ttf") format("truetype"), url("Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: roboto_bold;
  src: url("Roboto-Bold-webfont.woff2") format("woff2"), url("Roboto-Bold-webfont.woff") format("woff"), url("Roboto-Bold-webfont.ttf") format("truetype"), url("Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal
}

* {
  margin: 0;
  padding: 0
}

html, body {
  height: 100%
}

body {
  font-family: roboto_regular;
  color: #444;
  line-height: 16px;
  font-size: 16px;
  background: #fff
}

body.print {
  background: transparent
}

body.print table {
  border-collapse: collapse
}

body.print table td {
  border: solid 1px #000;
  padding: 4px
}

body.notsupported {
  text-align: center
}

body.notsupported div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 340px;
  margin-left: -250px;
  margin-top: -170px
}

body.notsupported div a {
  color: #00528D
}

body.notsupported div a:hover {
  color: #002640
}

body.notsupported div a img {
  margin-bottom: 40px;
  border: none
}

a:link, a:visited, a:focus, a:hover, a:active {
  text-decoration: none;
  border: none;
  outline: none
}

#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: transparent url("preloader.gif") center no-repeat
}

#main, #viewContainer {
  position: relative;
  left: 0;
  top: 0;
  width: 800px;
  height: 600px;
  overflow: hidden
}

#headerbar {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 51px;
  border-bottom: 1px solid #a6a6a6;
  background-color: #dbdbdb;
  font-family: roboto_bold;
  font-weight: bold;
  color: #00528D;
}

#headerbar #logo {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  font-size: 1.5em
}

#headerbar #logo img {
  height: 32px;
  vertical-align: middle;
  margin-right: 30px
}

#headerbar #lang {
  position: absolute;
  right: 80px;
  top: 10px;
  display: block;
  padding: 8px;
  cursor: pointer;
  font-size: 1.125em
}

#headerbar #lang li {
  display: inline
}

#headerbar #lang li a:link, #headerbar #lang li a:visited, #headerbar #lang li a:focus, #headerbar #lang li a:hover, #headerbar #lang li a:active {
  color: #00528D;
  text-decoration: none;
  border: none;
  outline: none
}

#headerbar #info {
  position: absolute;
  right: 30px;
  top: 10px;
  display: block;
  padding: 8px;
  cursor: pointer;
  font-size: 1.125em
}

#view {
  background: #fff;
  cursor: move
}

#view a.cur, #view a.cur * {
  fill: #eb7302 !important
}

#tools {
  position: absolute;
  bottom: 0;
  width: 385px;
  height: auto;
  min-height: 17px;
  background: #fff url("shadow.png") repeat-x 0 19px;
  border: 1px solid #444;
  border-bottom: none;
  left: 0;
  border-left: none
}

#tools dt {
  display: block;
  position: absolute;
  width: 79px;
  height: auto;
  min-height: 52px;
  left: 10px;
  top: -41px;
  padding: 4px 0 0 4px;
  cursor: pointer;
  border-bottom: none;
  background: url("tabs.png") no-repeat -184px -56px
}

#tools dt:nth-of-type(2) {
  left: 102px
}

#tools dt:nth-of-type(3) {
  left: 194px
}

#tools dt:nth-of-type(4) {
  left: 286px
}

#tools dt span {
  vertical-align: -15px
}

#tools dt.open {
  background-position: -184px 0;
  color: #fff
}

#tools dd {
  display: none;
  height: 174px;
  margin-top: 20.8px;
  overflow: auto
}

#tools dd ul {
  list-style: none
}

#tools dd li {
  cursor: pointer;
  font-size: 1.125em;
  line-height: 40px;
  margin: 0;
  padding: 3px 5px
}

#tools dd li.cur {
  font-family: roboto_bold;
  font-weight: bold
}

#tools dd li:nth-child(even) {
  background-color: #eee
}

#tools dd p {
  margin: 5px
}

#tools input[type=button] {
  float: right;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  font-size: 0;
  color: transparent;
  background: url("sprites.png") transparent no-repeat
}

#tools input[type=button][name=drawing] {
  background-position: 0 top
}

#tools input[type=button][name=img] {
  background-position: -40px top
}

#tools input[type=button][name=pdf] {
  background-position: -80px top
}

#tools input[type=button][name=print] {
  background-position: -120px top
}

#tools input[type=button][name=email] {
  background-position: -160px top
}

#tools input[type=button].cur[name=drawing] {
  background-position: 0 bottom
}

#tools input[type=button].cur[name=img] {
  background-position: -40px bottom
}

#tools input[type=button].cur[name=pdf] {
  background-position: -80px bottom
}

#tools input[type=button].cur[name=print] {
  background-position: -120px bottom
}

#tools input[type=button].cur[name=email] {
  background-position: -160px bottom
}

#tools input[type=button][name=print], #tools input[type=button][name=email] {
  float: left;
  margin: 5px
}

#partlist {
  position: absolute;
  bottom: 0;
  width: 360px;
  height: auto;
  min-height: 17px;
  background: #fff url("shadow.png") repeat-x 0 19px;
  border: 1px solid #444;
  border-bottom: none;
  right: 0;
  border-right: none
}

#partlist dt {
  display: block;
  position: absolute;
  width: 79px;
  height: auto;
  min-height: 52px;
  left: 10px;
  top: -41px;
  padding: 4px 0 0 4px;
  cursor: pointer;
  border-bottom: none;
  background: url("tabs.png") no-repeat -184px -56px
}

#partlist dt:nth-of-type(2) {
  left: 102px
}

#partlist dt:nth-of-type(3) {
  left: 194px
}

#partlist dt:nth-of-type(4) {
  left: 286px
}

#partlist dt span {
  vertical-align: -15px
}

#partlist dt.open {
  background-position: -184px 0;
  color: #fff
}

#partlist dd {
  display: none;
  height: 174px;
  margin-top: 20.8px;
  overflow: auto
}

#partlist dd ul {
  list-style: none
}

#partlist dd li {
  cursor: pointer;
  font-size: 1.125em;
  line-height: 40px;
  margin: 0;
  padding: 3px 5px
}

#partlist dd li.cur {
  font-family: roboto_bold;
  font-weight: bold
}

#partlist dd li:nth-child(even) {
  background-color: #eee
}

#partlist dd p {
  margin: 5px
}

#partlist input[type=button] {
  float: right;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  font-size: 0;
  color: transparent;
  background: url("sprites.png") transparent no-repeat
}

#partlist input[type=button][name=drawing] {
  background-position: 0 top
}

#partlist input[type=button][name=img] {
  background-position: -40px top
}

#partlist input[type=button][name=pdf] {
  background-position: -80px top
}

#partlist input[type=button][name=print] {
  background-position: -120px top
}

#partlist input[type=button][name=email] {
  background-position: -160px top
}

#partlist input[type=button].cur[name=drawing] {
  background-position: 0 bottom
}

#partlist input[type=button].cur[name=img] {
  background-position: -40px bottom
}

#partlist input[type=button].cur[name=pdf] {
  background-position: -80px bottom
}

#partlist input[type=button].cur[name=print] {
  background-position: -120px bottom
}

#partlist input[type=button].cur[name=email] {
  background-position: -160px bottom
}

#partlist input[type=button][name=print], #partlist input[type=button][name=email] {
  float: left;
  margin: 5px
}

#partlist dt.parts {
  color: #00528d
}

#partlist dt:nth-of-type(1) {
  width: 180px;
  font-family: roboto_bold;
  font-weight: bold;
  background-position: left bottom
}

#partlist dt:nth-of-type(1).open {
  background-position: left top;
  color: #fff
}

#partlist dt:nth-of-type(2) {
  left: 205px;
  width: 100px;
  background-position: -267px -56px
}

#partlist dt:nth-of-type(2).open {
  background-position: -267px 0;
  color: #fff
}

#partlist dt:nth-of-type(2) span {
  float: right;
  margin-right: 10px;
  font-family: roboto_bold;
  font-weight: bold
}

#partlist dt:nth-of-type(2) span.iszero {
  display: none
}

#partlist table {
  width: 100%;
  margin-top: 10px
}

#partlist table tr:nth-child(even) {
  background-color: #eee
}

#partlist table tr td {
  vertical-align: top;
  cursor: pointer;
  font-size: .75em;
  height: 30px;
  padding: 2px 5px
}

#partlist table tr td.pos {
  text-align: right
}

#partlist table tr td input[type=checkbox] {
  margin-top: 3px
}

#partlist table tr td input[type=button] {
  width: 21px;
  height: 21px;
  background: url("sprites.png") no-repeat -209px -10px
}

#partlist table tr.cur td.name {
  font-family: roboto_bold;
  font-weight: bold
}