/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
.canvas-cells-wrapper –– wrapper for set margin from outer elements
    .canvas-cells-container –– container for canvases grid
        .canvas-cell .canvas-cell_fullscreen (or .canvas-cell_quatscreen)
            .canvas-container
                .canvas – canvas for WebGL
                .canvas2d – canvas for text tips
*/
.canvas-cells-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
}
.canvas-cells-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #F5F5F5;
}
.canvas-cell {
  position: relative;
  display: block;
  background-color: #EEEEEE;
}
.canvas-cell_fullscreen {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.canvas-cell_quatscreen {
  width: 49%;
  height: 49%;
  padding: 0;
  margin: auto;
}
.canvas-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.canvas2d {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  pointer-events: none;
}
.top-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 0px;
  z-index: 1025;
  box-sizing: border-box;
  background-color: #CFD8DC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.left-panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1020;
  box-sizing: border-box;
  background-color: #CFD8DC;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.right-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1019;
  box-sizing: border-box;
  background-color: #CFD8DC;
}
.right-panel__active-border {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  z-index: 1019;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.12);
}
.right-panel__active-border:hover {
  cursor: col-resize;
}
.panel__blocker {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1021;
  background-color: #E0E0E0;
  opacity: 0.7;
}
.panel__appear-enter {
  opacity: 0.01;
}
.panel__appear-enter.panel__appear-enter-active {
  transform: 1;
  transition: opacity 300ms ease-in;
}
.panel__appear-leave {
  opacity: 1;
}
.panel__appear-leave.panel__appear-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.panel__blocker-enter {
  opacity: 0.01;
}
.panel__blocker-enter.panel__blocker-enter-active {
  opacity: 0.7;
  transition: opacity 300ms ease-in;
}
.panel__blocker-leave {
  opacity: 0.7;
}
.panel__blocker-leave.panel__blocker-leave-active {
  opacity: 0.01;
  transition: opacity 300ms ease-in;
}
.pane {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: 100%;
  height: auto;
}
.pane__resizable {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 260px;
  padding-top: 10px;
}
.pane-resizer {
  height: 10px;
  background-color: rgba(0, 0, 0, 0.12);
  top: 0px !important;
}
.modal__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1089;
  background-color: #9E9E9E;
  opacity: 0.7;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1090;
}
.modal__dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px auto;
  background-color: #CFD8DC;
  border: 1px solid rgba(0, 0, 0, 0.12);
  z-index: 1090;
  opacity: 1;
}
.modal__header {
  font-size: 16px;
  line-height: 12px;
  padding: 12px;
  background-color: #B0BEC5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}
.modal__close {
  display: block;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 0.5;
  color: rgba(0, 0, 0, 0.87);
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=50);
  cursor: pointer;
  opacity: .5;
}
.modal__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin: 16px;
}
.navbar {
  display: inline-block;
  width: auto;
  height: 100%;
}
.navbar__list {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.navbar__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.navbar__item:hover {
  background-color: #B0BEC5;
}
.navbar__item_withdropdown {
  position: relative;
}
.navbar__item_dropdown {
  display: block;
}
.navbar__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1050;
  display: none;
  float: left;
  padding: 4px 0;
  margin: 0;
  background-color: #CFD8DC;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.navbar__dropdown_open {
  display: block;
}
.navbar__link {
  display: block;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.navbar__link:hover,
.navbar__link:visited {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.navbar__mark {
  margin-left: -1em;
}
.navbar__dropdown__link {
  display: block;
  padding: 4px 24px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.navbar__dropdown__link:hover,
.navbar__dropdown__link:visited {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.navbar__item_disabled .navbar__link,
.navbar__item_disabled .navbar__dropdown__link {
  color: rgba(0, 0, 0, 0.38);
}
.navbar__item_disabled .navbar__link:hover,
.navbar__item_disabled .navbar__dropdown__link:hover {
  cursor: default;
}
.navbar__divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.12);
}
.tabs {
  position: relative;
}
.tabs__headers {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  overflow-x: auto;
}
.tabs__headers::-webkit-scrollbar-track {
  background-color: #B0BEC5;
}
.tabs__headers::-webkit-scrollbar {
  width: 10px;
  background-color: #B0BEC5;
}
.tabs__headers::-webkit-scrollbar-thumb {
  background-color: #546E7A;
}
.tabs__header {
  -ms-flex: 1 100%;
  flex: 1 100%;
  padding: 6px 0px 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-transform: none;
  background-color: #CFD8DC;
  border: none;
  border-bottom: 2px solid #CFD8DC;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 60px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.tabs__header_active {
  border-bottom: 2px solid #90A4AE;
}
.tabs__header_text {
  vertical-align: middle;
}
.tabs__body {
  background-color: #ECEFF1;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.tabs-fullsize {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
  color: rgba(0, 0, 0, 0.87);
}
.tabs-fullsize__headers {
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
}
.tabs__header_text {
  vertical-align: middle;
}
.tabs-fullsize__headers::-webkit-scrollbar-track {
  background-color: #B0BEC5;
}
.tabs-fullsize__headers::-webkit-scrollbar {
  width: 10px;
  background-color: #B0BEC5;
}
.tabs-fullsize__headers::-webkit-scrollbar-thumb {
  background-color: #546E7A;
}
.tabs-fullsize__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  min-height: 0;
  color: rgba(0, 0, 0, 0.87);
}
.op-menu {
  overflow-y: auto;
}
.op-menu__vertical {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.op-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #B0BEC5;
}
.op-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #B0BEC5;
}
.op-menu::-webkit-scrollbar-thumb {
  background-color: #546E7A;
}
.templates-panel {
  overflow-y: auto;
  min-height: 250px;
  min-width: 300px;
  width: 100%;
  background-color: #ECEFF1;
}
.templates-panel::-webkit-scrollbar-track {
  background-color: #B0BEC5;
}
.templates-panel::-webkit-scrollbar {
  width: 10px;
  background-color: #B0BEC5;
}
.templates-panel::-webkit-scrollbar-thumb {
  background-color: #546E7A;
}
.templates-subgroup {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.templates-subgroup__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  margin: 8px 4px 0;
}
.template {
  display: inline-block;
  position: relative;
  width: 100px;
  margin: 4px;
  height: 115px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.template:hover {
  cursor: pointer;
}
.template:hover .template__title {
  background-color: #B0BEC5;
}
.template__img {
  display: block;
  margin: 0 auto;
  max-height: 100px;
  max-width: 100px;
}
.template__title {
  position: absolute;
  bottom: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.38);
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #CFD8DC;
  text-align: center;
}
.template_active {
  /*border: 1px solid @theme-selection;*/
}
.template_active .template__title {
  background-color: #90A4AE;
  color: rgba(0, 0, 0, 0.87);
}
.entity-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding: 4px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.entity-info:hover {
  background-color: #B0BEC5;
  cursor: pointer;
}
.entity-info_selected {
  background-color: #90A4AE;
}
.entity-info_selected:hover {
  background-color: #B0BEC5;
  cursor: pointer;
}
.entity-info__image {
  display: block;
  height: 30px;
  width: 30px;
  margin: 5px 10px;
}
.entity-info__data-wrapper {
  overflow: hidden;
}
.entity-info__description {
  margin: 0;
  padding: 0;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.6rem;
}
.entities-list-filter {
  background-color: #ECEFF1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.entities-list-filter__item {
  display: block;
  line-height: 30px;
  padding: 8px;
  background-color: #CFD8DC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.entities-list-filter__item input {
  margin: 10px;
  vertical-align: middle;
}
.entities-list-filter__item:hover {
  background-color: #B0BEC5;
  cursor: pointer;
}
.entities-list-filter__item_hidden {
  background-color: #ECEFF1;
}
.entities-list-filter__item-image {
  height: 24px;
  width: 24px;
  margin: 4px 8px;
  vertical-align: middle;
}
.entities-list-filter-header {
  line-height: 30px;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.38);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.entities-list-filter-header:hover {
  background-color: #B0BEC5;
}
.entities-list-filter-header_active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #90A4AE;
}
.entities-list-filter-header_used {
  color: #01579B;
}
.entities-list-filter-header__icon {
  float: right;
}
.entities-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-size: 0.75rem;
}
.entities-list__entities {
  background-color: #ECEFF1;
  color: rgba(0, 0, 0, 0.87);
  overflow-x: hidden;
  overflow-y: auto;
}
.entities-list_empty {
  position: initial;
  width: 100%;
}
.entities-list__empty-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.38);
}
.entities-list__entities::-webkit-scrollbar-track {
  background-color: #B0BEC5;
}
.entities-list__entities::-webkit-scrollbar {
  width: 10px;
  background-color: #B0BEC5;
}
.entities-list__entities::-webkit-scrollbar-thumb {
  background-color: #546E7A;
}
.entities-table {
  width: 100%;
  border: none;
}
.entities-table_with-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.entities-table__header {
  padding: 0 5px;
  font-size: 0.7rem;
}
.entities-table__id {
  width: 30px;
  text-align: center;
}
.entities-table__key {
  width: 75%;
  text-align: left;
}
.entities-table__quantity {
  text-align: center;
}
.entities-table__header.entities-table__quantity {
  padding: 0;
}
.entities-table__header.entities-table__key {
  width: 70%;
}
.entities-list__entity {
  height: 40px;
  padding: 5px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  transition: all 0.3s ease;
}
.entities-list__entity td {
  padding: 0 5px;
}
.entities-list__entity:hover {
  background-color: #455A64;
  cursor: pointer;
}
.entities-list__entity:first-of-type {
  border-top: none;
}
.entities-list__entity:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.entities-list__entity_selected {
  background-color: #90A4AE;
}
.entities-list__entity_selected:hover {
  background-color: #90A4AE;
}
.fieldlist {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.field {
  display: table-row;
  height: 32px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 0;
  margin-bottom: 8px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.87);
}
.field__caption {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0px 8px;
  text-align: left;
  line-height: 1.3rem;
}
.field__value {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0px 8px;
  text-align: left;
  line-height: 1.3rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.field__input {
  box-sizing: border-box;
  width: 80%;
  padding: 3px 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.field__input:focus {
  border-color: #03A9F4;
}
.field__textarea {
  box-sizing: border-box;
  width: 80%;
  height: 150px;
  padding: 3px 5px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  resize: none;
}
.field__textarea:focus {
  border-color: #03A9F4;
}
.field__checkbox {
  margin-top: 5px;
}
.field_color__color-square {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-radius: 2px;
}
.cadbutton.field__value__template__button {
  font-size: 11px;
}
.md-button__size-extra-small.field__value__template__button {
  max-width: 100%;
  margin-left: 0;
}
.field_template__image {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin: 0 4px 0 0;
}
.field_templates__value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selectedelementdata {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-color: #ECEFF1;
  color: rgba(0, 0, 0, 0.87);
  overflow-x: hidden;
  overflow-y: auto;
}
.selectedelementdata::-webkit-scrollbar-track {
  background-color: #B0BEC5;
}
.selectedelementdata::-webkit-scrollbar {
  width: 10px;
  background-color: #B0BEC5;
}
.selectedelementdata::-webkit-scrollbar-thumb {
  background-color: #546E7A;
}
.simple-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
}
.simple-panel__minimized {
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 34px;
}
.simple-panel__header {
  font-size: 16px;
  line-height: 12px;
  padding: 12px;
  background-color: #B0BEC5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
}
.simple-panel__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 80%;
  background-color: #ECEFF1;
}
.settings {
  width: 500px;
  margin: 15px auto;
}
.settings_subgroup {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.54);
  margin: 8px 8px 0;
}
.loadstateform {
  width: 100%;
  margin: 15px 10px 0;
}
.loadstateform__header {
  margin-top: 0;
}
.loadstateform__text {
  height: 60px;
}
.loadstateform__button {
  padding: 8px 16px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.87);
  border-radius: 4px;
}
.loadstateform__button:hover {
  background-color: #E0E0E0;
}
.extrude-length {
  position: absolute;
  width: 60px;
  height: 25px;
  z-index: 1045;
}
.extrude-length__input {
  width: 100%;
  text-align: right;
}
.actionlistbuttons {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 700px) {
  .actionlistbuttons {
    display: none;
  }
}
.actionlistbutton {
  display: inline-block;
  height: 23px;
  padding: 7px 10px 3px;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  text-decoration: none;
}
.actionlistbutton:hover {
  background-color: #90A4AE;
  cursor: pointer;
}
.actionlistbutton:focus {
  border: none;
}
.actionlistbutton_active {
  background-color: #03A9F4;
  color: #fff;
}
.actionlistbutton_active:hover {
  background-color: #0288D1;
  cursor: pointer;
}
.actionlistbutton__actionlist_new {
  width: 23px;
  background-image: url(/img/actionlist/new.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__actionlist_save {
  width: 23px;
  background-image: url(/img/actionlist/save.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__actionlist_pan {
  width: 23px;
  background-image: url(/img/actionlist/pan.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__actionlist_orbit {
  width: 23px;
  background-image: url(/img/actionlist/orbit.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__actionlist_zoom {
  width: 23px;
  background-image: url(/img/actionlist/zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__paneleditor_select {
  width: 23px;
  background-image: url(/img/pe_select.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__paneleditor_add_vertex {
  width: 23px;
  background-image: url(/img/pe_add_vertex.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__paneleditor_draw_contour {
  width: 23px;
  background-image: url(/img/pe_draw_contour.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__paneleditor_grid_origin {
  width: 23px;
  background-image: url(/img/pe_grid_origin.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__paneleditor_hide_another {
  width: 23px;
  background-image: url(/img/pe_hide_another.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__paneleditor_fit_to_screen {
  width: 23px;
  background-image: url(/img/pe_fit_to_screen.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__paneleditor_snap_vertices {
  width: 23px;
  background-image: url(/img/pe_snap_vertices.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__paneleditor_grid_align {
  width: 23px;
  background-image: url(/img/pe_grid_align.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.actionlistbutton__paneleditor_rulers {
  width: 23px;
  background-image: url(/img/pe_rulers.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.dashboard {
  background-color: transparent;
  color: white;
  padding: 10px;
  left: 90px;
  position: absolute;
  top: 30px;
  font-size: 0.7rem;
}
.about {
  color: rgba(0, 0, 0, 0.87);
}
.changelog {
  max-height: 500px;
  overflow-y: auto;
}
.changelog li,
.changelog p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.changelog h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.54);
}
.changelog h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.54);
}
.changelog h3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}
.md-button {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 8px;
  padding: 11px 16px;
  min-width: 88px;
  min-height: 36px;
  box-sizing: border-box;
  background-color: #E0E0E0;
  color: #000000;
  line-height: 1em;
  border-radius: 2px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  cursor: pointer;
  outline: none;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}
.md-button:hover {
  background-color: #c1c1c1;
}
.md-button:active {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.md-button__size-small {
  margin: 8px;
  padding: 8px 12px;
  min-width: 56px;
  min-height: 24px;
  font-size: smaller;
}
.md-button__size-extra-small {
  margin: 6px;
  padding: 4px 12px;
  min-width: 56px;
  min-height: 24px;
  font-size: 12px;
}
.md-button__color-primary {
  background-color: #607D8B;
  color: #ffffff;
}
.md-button__color-primary:hover {
  background-color: #455A64;
}
.md-button__color-accent {
  background-color: #03A9F4;
  color: #ffffff;
}
.md-button__color-accent:hover {
  background-color: #0288D1;
}
.md-icon-button {
  display: inline-block;
  height: 36px;
  width: 36px;
  margin: 8px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  text-decoration: none;
}
.md-icon-button:hover {
  background-color: #c1c1c1;
  cursor: pointer;
}
.md-icon-button:focus {
  border: none;
}
.md-icon-button__size-big {
  height: 44px;
  width: 44px;
  background-size: 32px;
}
.md-icon-button__size-small {
  height: 28px;
  width: 28px;
  background-size: 16px;
}
.md-icon-button__no-margin {
  margin: 0;
}
.md-icon-button__checked {
  background-color: #03A9F4;
}
.md-icon-button__checked:hover {
  background-color: #0288D1;
}
.md-icon-button__additional-width {
  padding-left: 24px;
  padding-right: 24px;
}
.md-icon-button__additional-height {
  background-size: 32px;
  height: 48px;
}
.md-icon-button__color-primary:hover {
  background-color: #90A4AE;
}
.extraparts-table-wrapper {
  height: 100px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.extraparts-table-wrapper::-webkit-scrollbar-track {
  background-color: #B0BEC5;
}
.extraparts-table-wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #B0BEC5;
}
.extraparts-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #546E7A;
}
.extraparts-table__cat-warning {
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.87);
  text-align: center;
  line-height: 1.5 !important;
  color: #9E9E9E;
  opacity: 0.6;
}
.extraparts-table {
  width: 100%;
}
.extraparts-table td {
  padding: 0 5px;
  line-height: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 0.875rem;
}
.extraparts-table__column-header {
  padding: 0 5px;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #424242;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: left;
  cursor: pointer;
}
.extraparts-table__row {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.extraparts-table__row:hover {
  background-color: #CFD8DC;
}
.extraparts-table__row_new,
.extraparts-table__row_new:hover {
  background-color: #90A4AE;
}
.extraparts-table__row_to-remove,
.extraparts-table__row_to-remove:hover {
  opacity: 0;
}
.extraparts-table__row_selected,
.extraparts-table__row_selected:hover {
  background-color: #90A4AE;
}
extraparts-table__row_added + .extraparts-table__row_selected,
extraparts-table__row_added + .extraparts-table__row_selected:hover {
  background-color: #9E9E9E;
}
.extraparts-table__col-action {
  width: 70px;
  text-align: center !important;
}
.extraparts-table__col_id {
  max-width: 140px;
  min-width: 100px;
  font-size: 0.75rem !important;
}
.extraparts-table__col_description {
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.6875rem !important;
}
@media (max-width: 1000px) {
  .extraparts-table__col_description {
    max-width: 150px;
  }
}
.extraparts-table__col_price,
.extraparts-table__col_unit,
.extraparts-table__col_cost,
.extraparts-table__col_quantity {
  min-width: 55px;
}
.extraparts-table__col_quantity {
  position: relative;
}
.extraparts-table__col_selected {
  font-size: 0.8125rem;
  color: black;
  font-weight: bold;
}
.extraparts-table-input {
  width: 136px;
  text-align: right;
}
.extraparts-table-input_error {
  border: 1px solid #D32F2F;
  color: #D32F2F;
}
.extraparts-table-input-wrapper {
  position: absolute;
  top: 0;
  width: 150px;
  height: 50px;
  padding: 0 10px;
  background-color: #ECEFF1;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 3px 3px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.extraparts-table-input__info-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.625rem;
  line-height: 10px;
}
.extraparts-table-input__error-text {
  color: #D32F2F;
  font-size: 0.625rem;
  line-height: 10px;
}
.extraparts-search__input-wrapper {
  margin: 10px 0;
}
.extraparts-search__where-block {
  display: inline-block;
  margin: 10px 10px 10px 0;
  font-size: 0.75rem;
}
.extraparts-search__input {
  width: 80%;
}
.extraparts-add-button {
  display: inline-block;
  float: right;
}
.extraparts-add-button__input {
  width: 30px;
  height: 20px;
  margin-right: 10px;
}
.extraparts-add-button__hint {
  display: inline-block;
  margin-right: 10px;
  font-size: 0.6875rem;
}
.extraparts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.extraparts-block {
  padding: 0 5px 5px;
  background-color: #ECEFF1;
  box-shadow: 0 0px 3px rgba(85, 85, 85, 0.12), 0 3px 3px rgba(85, 85, 85, 0.2);
}
.extraparts-top {
  display: -ms-flexbox;
  display: flex;
}
.extraparts-info,
.extraparts-search {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 10px 10px 10px;
  padding: 0 20px;
}
.extraparts-info {
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 0.6875rem;
  width: 30%;
}
.extraparts-entities,
.extraparts-added-entities {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0px;
  overflow: auto;
  margin: 10px;
}
.extraparts-buttons {
  height: 50px;
  margin-right: 10px;
  text-align: right;
}
.extraparts-block__header {
  display: block;
  margin: 10px;
  line-height: 2;
  font-size: 0.9375rem;
}
.extraparts-summary {
  display: block;
  margin: 10px;
  font-size: 0.875rem;
  text-align: right;
  font-weight: bold;
}
.extraparts-block__paging {
  float: right;
}
.extraparts-add-button {
  display: inline-block;
}
.notification {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  bottom: 10px;
  left: 100px;
  padding: 5px 10px;
  background-color: #CFD8DC;
  border: 1px solid rgba(0, 0, 0, 0.12);
  opacity: 0.7;
  border: 1px solid #F5F5F5;
  border-radius: 3px;
  box-shadow: -3px 4px 5px 0px rgba(50, 50, 50, 0.75);
  z-index: 1045;
}
.notification_icon {
  display: inline-block;
  width: 1em;
  margin-right: 10px;
  text-align: center;
}
.notification_icon_success {
  color: #43A047;
}
.notification_icon_error {
  color: #E53935;
}
.notification_icon_info {
  color: #1E88E5;
}
.notification__header {
  font-size: 1.1rem;
  color: rgba(0, 0, 0, 0.87);
}
.notification__text {
  color: rgba(0, 0, 0, 0.54);
}
.notification__header-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.notification__header {
  width: 100%;
  max-width: 200px;
}
.notification__time {
  width: 100px;
  text-align: right;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.54);
}
.bom-page {
  width: 1024px;
  margin: 0 auto;
}
.bom-page__table {
  width: 100%;
  border-collapse: collapse;
}
.bom-page__table th,
.bom-page__table td {
  border: 1px solid black;
}
.bom-page__print {
  border: 1px solid black;
}
.bom-page__header {
  text-align: center;
}
.bom-page__table-item {
  padding: 8px;
}
.bom-page__table-header {
  padding: 8px;
}
.bom-page__table-item_number {
  text-align: center;
}
.bom-page__image {
  display: block;
  width: 1000px;
  margin: 10px auto;
}
.bom-page__table-summary {
  padding: 10px;
  text-align: right;
}
.bom-page__table-summary-item {
  margin: 5px 0;
}
.bom-page__export {
  margin: 10px 0 20px;
}
.bom-page__export-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}
.bom-page__export-button {
  width: 200px;
}
.bom-page__export-info {
  width: 80%;
  margin-left: 10px;
}
@media print {
  .bom-page__export,
  .bom-page__export * {
    display: none !important;
  }
  .bom-page__getdfxbutton {
    display: none !important;
  }
}
.login-form {
  width: 300px;
  margin: 15px auto;
}
.login-form__buttons {
  text-align: right;
}
.login-form__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
}
.login-form__error {
  color: #F44336;
}
.login-form__success {
  color: #43A047;
}
.login-form__forgot-password-btn,
.login-form__forgot-password-btn:visited,
.login-form__forgot-password-btn:hover {
  float: right;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.8em;
}
.login-form__waiting-sign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 auto;
}
.password-form-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  background-color: #ECEFF1;
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.navbar-login {
  display: inline-block;
  float: right;
  padding: 0px 10px;
  color: rgba(0, 0, 0, 0.54);
}
.load-project-table-wrapper {
  height: 100px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.load-project-table-wrapper::-webkit-scrollbar-track {
  background-color: #B0BEC5;
}
.load-project-table-wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #B0BEC5;
}
.load-project-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #546E7A;
}
.load-project-table {
  width: 100%;
}
.load-project-table td {
  padding: 0 5px;
  line-height: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 0.875rem;
}
.load-project-table__column-header {
  padding: 0 5px;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #9E9E9E;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: left;
}
.load-project-table__row {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.load-project-table__row:hover {
  background-color: #EEEEEE;
}
.load-project-table__row_new,
.load-project-table__row_new:hover {
  background-color: #90A4AE;
}
.load-project-table__row_to-remove,
.load-project-table__row_to-remove:hover {
  opacity: 0;
}
.load-project-table__row_selected,
.load-project-table__row_selected:hover {
  background-color: #9E9E9E;
}
.load-project-table__col-action {
  width: 100px;
  text-align: center !important;
}
.load-project-table__col_id {
  width: 140px;
  min-width: 100px;
  font-size: 0.75rem;
}
.load-project-table__col_selected {
  font-size: 0.8125rem;
  color: black;
  font-weight: bold;
}
.load-project-table-input__info-text {
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.625rem;
  line-height: 10px;
}
.load-project-table-input__error-text {
  color: #D32F2F;
  font-size: 0.625rem;
  line-height: 10px;
}
.load-project-form {
  width: 100%;
  padding: 5px 10px;
}
.contextmenu {
  position: absolute;
  width: auto;
  min-width: 160px;
  padding: 5px 0;
  color: rgba(0, 0, 0, 0.87);
  z-index: 1050;
  background-color: #CFD8DC;
  text-align: left;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: none;
  opacity: 0;
  transform: scaleY(0);
}
.contextmenu-showed {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: left top 0px;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1), opacity 450ms cubic-bezier(0.23, 1, 0.32, 1);
}
.contextmenu__item {
  display: block;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.contextmenu__item:hover,
.contextmenu__item:visited {
  background-color: #90A4AE;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
}
.paneleditormenu {
  position: absolute;
  display: inline-block;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  z-index: 1051;
  background-color: #B0BEC5;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 3px 3px rgba(0, 0, 0, 0.2);
}
.paneleditormenu-enter {
  transform: translate(-50%, -150px);
}
.paneleditormenu-enter.paneleditormenu-enter-active {
  transform: translate(-50%, 0);
  transition: transform 300ms ease-in;
}
.paneleditormenu-leave {
  transform: translate(-50%, 0);
}
.paneleditormenu-leave.paneleditormenu-leave-active {
  transform: translate(-50%, -150px);
  transition: transform 300ms ease-in;
}
.paneleditormenuitem {
  display: inline-block;
  margin: 0px auto;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
  transition: all 0.3s ease;
  cursor: pointer;
}
.paneleditormenuitem:hover {
  background-color: #90A4AE;
}
.paneleditormenuitem__image {
  display: block;
  margin: 0px auto;
  padding: 5px 5px;
  height: 35px;
  width: 34.5px;
  transition: background-color 0.3s ease;
}
.paneleditormenuitem__image-switched {
  box-shadow: rgba(0, 0, 0, 0.121569) 0px 3px 0px 0px inset;
  background-color: #03A9F4 !important;
}
.paneleditormenuitem__image-select {
  background: url('../img/pe_select.png') no-repeat center center;
  background-size: 30px 30px;
}
.paneleditormenuitem__image-add_vertex {
  background: url('../img/pe_add_vertex.png') no-repeat center center;
  background-size: 30px 30px;
}
.paneleditormenuitem__image-remove_vertex {
  background: url('../img/pe_remove_vertex.png') no-repeat center center;
  background-size: 30px 30px;
}
.paneleditormenuitem__image-snap_vertices {
  background: url('../img/pe_snap_vertices.png') no-repeat center center;
  background-size: 30px 30px;
}
.paneleditormenuitem__image-grid_align {
  background: url('../img/pe_grid_align.png') no-repeat center center;
  background-size: 30px 30px;
}
.paneleditormenuitem__image-grid_origin {
  background: url('../img/pe_grid_origin.png') no-repeat center center;
  background-size: 30px 30px;
}
.paneleditormenuitem__image-hide_another {
  background: url('../img/pe_hide_another.png') no-repeat center center;
  background-size: 30px 30px;
}
.paneleditormenuitem__image-fit_to_screen {
  background: url('../img/pe_fit_to_screen.png') no-repeat center center;
  background-size: 30px 30px;
}
.paneleditormenuitem__image-move_alternative {
  background: url('../img/pe_move_alternative.png') no-repeat center center;
  background-size: 30px 30px;
}
.paneleditormenuitem__image-rulers {
  background: url('../img/pe_rulers.png') no-repeat center center;
  background-size: 30px 30px;
}
.paneleditormenu_exitbtn {
  margin-left: 10px;
  vertical-align: middle;
}
.paneleditormenuitem__dropdown {
  box-sizing: border-box;
  padding: 3px 5px;
  margin: auto 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  vertical-align: middle;
}
.paneleditormenuitem__dropdown:focus {
  border-color: #03A9F4;
}
.progress-bar {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #9E9E9E;
  border-radius: 2px;
  margin: 0px;
  overflow: hidden;
}
.progress-bar__progress {
  height: 100%;
  transition: width 0.3s linear 0ms;
  background-color: #0288D1;
}
.exportpdf {
  position: absolute;
  top: 15%;
  width: 100%;
}
.exportpdf__process {
  font-size: 0.75em;
}
.exportpdf__error {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 20%;
  width: 100%;
  color: #F44336;
}
.exportpdf__success {
  text-align: center;
}
.exportpdf__success-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 36px;
  padding: 0 36px;
  margin: 10px auto;
  background-color: #03A9F4;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.exportpdf__success-link:hover,
.exportpdf__success-link:focus,
.exportpdf__success-link:active {
  outline: 0;
  text-decoration: none;
}
.exportpdf__success-link:hover {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 3px 3px rgba(0, 0, 0, 0.2);
}
.exportpdf__success-link:active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 3px 3px rgba(0, 0, 0, 0.23);
}
.error-circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #990000;
  border-radius: 50%;
  border: 4px solid white;
  color: white;
  font-size: 35px;
  font-family: verdana;
  text-align: center;
}
.exportpdf__error-header {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  font-size: 1rem;
}
.exportpdf__error-header-tip {
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.8rem;
  margin-top: 10px;
}
.exportpdf__cancel-button {
  display: block;
  margin: 30px auto;
}
.slopecalc {
  overflow-y: auto;
}
.slopecalcfield {
  width: 40%;
  margin: 4px 0px;
  text-align: right;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.slopecalcfield__wrapper {
  width: 200px;
  margin: 10px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slopecalcbutton__wrapper {
  width: 200px;
  margin: 10px auto 0;
}
.slopecalctotaldistance__wrapper {
  width: 200px;
  margin: 0px auto;
}
.slopecalctotaldistance__wrapper:before,
.slopecalctotaldistance__wrapper:after {
  content: " ";
  display: table;
}
.slopecalctotaldistance__wrapper:after {
  clear: both;
}
.slopecalcfield__caption {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.38);
}
.slopecalcfield__input {
  max-width: 40px;
  margin-left: 4px;
  font-size: 10px;
  line-height: 16px;
}
.slopecalc__calcbutton {
  margin-left: 12px;
  width: 86px;
}
.slopecalc__resetbutton {
  float: right;
  margin-right: 2px;
  width: 82px;
}
.slopecalcfield__distance {
  width: 60%;
  float: right;
}
.slopecalc__help {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.38);
  color: #000;
  display: none;
}
.slopecalc__help_img {
  margin: 10px 0;
  text-align: center;
}
.slopecalc__openinmodal {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.38);
  width: 200px;
  margin: 15px auto 0;
  display: block;
  text-align: right;
}
.slopecalc__openinmodal:hover {
  cursor: pointer;
  text-decoration: underline;
}
.slopcalc_fullsize {
  width: 400px;
  margin: 0 auto;
}
.slopcalc_fullsize .slopecalc__help {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.38);
}
.slopcalc_fullsize .slopecalcfield__wrapper,
.slopcalc_fullsize .slopecalctotaldistance__wrapper {
  width: 350px;
}
.slopcalc_fullsize .slopecalcbutton__wrapper {
  width: 100%;
  text-align: center;
}
.slopcalc_fullsize .slopecalc__calcbutton {
  margin-left: 20px;
}
.slopcalc_fullsize .slopecalc__resetbutton {
  float: none;
}
.slopcalc_fullsize .slopecalcfield__caption,
.slopcalc_fullsize .slopecalcfield__input {
  font-size: 12px;
  color: #000;
}
.slopcalc_fullsize .slopecalc__openinmodal {
  display: none;
}
.slopecalc__help_bottom {
  margin-top: 20px;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.42857143;
}
#Interface {
  width: 100%;
  height: 100%;
}
.fullscreen-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.text-right {
  text-align: right;
}
.panes-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.pain {
  position: relative;
  background-color: #CFD8DC;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
.pain__static {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=maytube.css.map */
