/*! 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;
}
body {
  font-family: 'Hind Siliguri', sans-serif;
}
/*
.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;
}
.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;
}
.canvas-cell {
  position: relative;
  display: block;
}
.canvas-cell_fullscreen {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.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;
}
.navbar {
  display: inline-block;
  width: auto;
  background-color: #e4e4e4;
}
.navbar__list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style: none;
}
.navbar__item {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.navbar__item:hover {
  background-color: #8ebf8b;
}
.navbar__text {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #19150c;
  padding: 4px 16px;
}
.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: #e4e4e4;
  text-align: left;
  color: #404342;
  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: 4px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #404342;
  text-decoration: none;
}
.navbar__link:hover,
.navbar__link:visited {
  color: #000000;
}
.navbar__mark {
  margin-left: -1em;
}
.navbar__dropdown__link {
  display: block;
  padding: 4px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #404342;
  text-decoration: none;
}
.navbar__dropdown__link:hover,
.navbar__dropdown__link:visited {
  color: #000000;
}
.navbar__item_disabled .navbar__link,
.navbar__item_disabled .navbar__dropdown__link {
  color: #747474;
}
.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: #a7a7a7;
}
.navbar__vertical-divider {
  width: 1px;
  height: 36px;
  overflow: hidden;
  background-color: #a7a7a7;
}
.tools-menu {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow-y: auto;
  background-color: #e4e4e4;
}
.tools-menu__item {
  height: 57px;
  width: 57px;
  border: none;
  background-color: #e4e4e4;
  background-position: center;
  background-size: 62% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  white-space: nowrap;
  outline: none;
}
.tools-menu__item:hover {
  background-color: #8ebf8b;
}
.tools-menu__item:active {
  background-color: #8ebf8b;
}
.tools-menu__item_active {
  background-color: #5fa35a;
}
.tools-menu__item_active:hover {
  background-color: #7eb67a;
}
.tools-menu__tool_select {
  background-image: url(/img/toolsmenu/tool-select.png);
}
.tools-menu__tool_profile {
  background-image: url(/img/toolsmenu/tool-profile.png);
}
.tools-menu__tool_steel_profile {
  background-image: url(/img/toolsmenu/tool-steel-profile.png);
}
.tools-menu__tool_lumber {
  background-image: url(/img/toolsmenu/tool-lumber.png);
}
.tools-menu__tool_tube {
  background-image: url(/img/toolsmenu/tool-tube.png);
}
.tools-menu__tool_tube_angle {
  background-image: url(/img/toolsmenu/tool-tube-angle.png);
}
.tools-menu__tool_roller_track {
  background-image: url(/img/toolsmenu/tool-roller-track.png);
}
.tools-menu__tool_accessories {
  background-image: url(/img/toolsmenu/tool-accessories.png);
}
.tools-menu__tool_accessories_alt {
  background-image: url(/img/toolsmenu/tool-accessories-alt.png);
}
.tools-menu__tool_feet_and_casters {
  background-image: url(/img/toolsmenu/tool-feet-and-casters.png);
}
.tools-menu__tool_measure {
  background-image: url(/img/toolsmenu/tool-measure.png);
}
.tools-menu__tool_angle_slice {
  background-image: url(/img/toolsmenu/tool-angle-slice.png);
}
.tools-menu__tool_slot_panel {
  background-image: url(/img/toolsmenu/tool-slot-panel.png);
}
.tools-menu__tool_rect_panel {
  background-image: url(/img/toolsmenu/tool-rect-panel.png);
}
.tools-menu__tool_box_creator {
  background-image: url(/img/toolsmenu/tool-box-creator.png);
}
.tools-menu__tool_door_wizard {
  background-image: url(/img/toolsmenu/tool-door-wizard.png);
}
.tools-menu__tool_wall_creator {
  background-image: url(/img/toolsmenu/tool-wall-creator.png);
}
.tools-menu__tool_guarding {
  background-image: url(/img/toolsmenu/tool-guarding.png);
}
.tools-menu__tool_joint_plates {
  background-image: url(/img/toolsmenu/tool-joint-plates.png);
}
.tools-menu__tool_brackets {
  background-image: url(/img/toolsmenu/tool-brackets.png);
}
.tools-menu__tool_slot_covers {
  background-image: url(/img/toolsmenu/tool-slot-covers.png);
}
.tools-menu__tool_end_caps {
  background-image: url(/img/toolsmenu/tool-end-caps.png);
}
.tools-menu__tool_corner_pieces {
  background-image: url(/img/toolsmenu/tool-corner-pieces.png);
}
.tools-menu__tool_door_parts {
  background-image: url(/img/toolsmenu/tool-door-parts.png);
}
.tools-menu__tool_bearings {
  background-image: url(/img/toolsmenu/tool-bearings.png);
}
.tools-menu__tool_hardware {
  background-image: url(/img/toolsmenu/tool-hardware.png);
}
.op-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e4e4e4;
}
.op-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #e4e4e4;
}
.op-menu::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
}
.templates-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #ededed;
  border-left: 1px solid #747474;
  overflow: auto;
}
.templates-menu__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 37px;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  padding-left: 8px;
  background-color: #e4e4e4;
  border-bottom: 1px solid #747474;
  color: #19150c;
  text-transform: uppercase;
  box-sizing: border-box;
  border-top: 0px solid black;
  border-left: 0px solid black;
  border-right: 0px solid black;
}
.templates-menu__header_close {
  margin-right: 8px;
  font-size: 14px;
  line-height: 32px;
  border: none;
  background: none;
  color: #404342;
  cursor: pointer;
}
.templates-menu__header_close:hover {
  color: #000000;
}
.templates-menu__header_close:active {
  color: #747474;
}
.templates-menu__header_close:focus {
  border: none;
  outline: none;
}
.templates-menu__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
}
.templates-menu__templates {
  background-color: #f5f5f5;
  width: 100%;
  overflow: auto;
  padding: 0px 1px;
  overflow-y: overlay;
  scrollbar-color: #f5f5f5 #5B6770;
  scrollbar-width: thin;
}
.templates-menu__templates::-webkit-scrollbar {
  width: 10px;
  position: absolute;
}
.templates-menu__templates::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  opacity: 50%;
}
.templates-menu__templates::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
  opacity: 50%;
  border-radius: 5px;
}
.template {
  width: 65px;
  height: 85px;
  box-sizing: border-box;
  cursor: pointer;
}
.template:hover {
  background-color: #8ebf8b;
}
.template:hover:active {
  background-color: #8ebf8b;
}
.template:hover .template__title {
  color: #19150c;
}
.template_active {
  background-color: #5fa35a;
}
.template_active .template__title {
  color: #19150c;
}
.template_active:hover {
  background-color: #7eb67a;
}
.template__img {
  display: block;
  margin: 4px auto 0;
  width: 50px;
  height: 50px;
  filter: drop-shadow(1px 0px 0 #777) drop-shadow(-1px 0px 0 #777) drop-shadow(0px 1px 0 #777) drop-shadow(0px -1px 0 #777);
}
.template__title {
  display: block;
  margin: 12px auto 0;
  padding: 0 4px;
  font-size: 9px;
  text-align: center;
  color: #404342;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.templates-subgroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.templates-subgroup__title {
  color: #19150c;
  font-size: 14px;
  line-height: 16px;
  margin: 10px 8px 8px;
  border-bottom: 1px solid #999999;
}
.templates-menu__template-group {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
  color: #404342;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding-left: 6px;
  padding-right: 10px;
  border-left: 2px solid #ededed;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.templates-menu__template-group:hover {
  color: #000000;
}
.templates-menu__template-group_active {
  background-color: #5fa35a;
  border-left: 2px solid #9ec89b;
  color: #000000;
}
.templates-menu__template-group_active-template-group {
  color: #000000;
}
.templates-menu__search {
  margin: 4px;
}
.panel {
  background-color: #e4e4e4;
}
.panel_resizable {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.panel__panel_top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #747474;
  box-sizing: border-box;
}
.panel__panel_left {
  border-right: 1px solid #747474;
}
.panel__panel_right {
  border-left: 1px solid #747474;
  box-sizing: border-box;
  width: 280px;
}
.entitieslist {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.entitieslist__entities {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: auto;
}
.entitieslist__entities::-webkit-scrollbar {
  width: 10px;
}
.entitieslist__entities::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.entitieslist__entities::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 5px;
}
.entity-info {
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
  cursor: pointer;
}
.entity-info:nth-child(even) {
  background: #e0e0e0;
}
.entity-info:hover .entity-info__title {
  color: #000000;
}
.entity-info.entity-info_selected {
  background-color: #5fa35a;
}
.entity-info.entity-info_selected:nth-child(odd) {
  background-color: #6ead6a;
}
.entity-info.entity-info_selected .entity-info__title {
  color: #19150c;
}
.entity-info.entity-info_selected:hover .entity-info__title {
  color: #000000;
}
.entity-info__image {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  margin-right: 8px;
  filter: drop-shadow(1px 0px 0 #777) drop-shadow(-1px 0px 0 #777) drop-shadow(0px 1px 0 #777) drop-shadow(0px -1px 0 #777);
}
.entity-info__title {
  color: #404342;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.entitieslist__search-wrapper {
  margin: 4px;
}
.selectedelementdata {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  background-color: #ededed;
  overflow-x: hidden;
  overflow-y: auto;
}
.selectedelementdata::-webkit-scrollbar {
  width: 10px;
}
.selectedelementdata::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.selectedelementdata::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 5px;
}
.selectedelementdata__description {
  color: #19150c;
  font-size: 12px;
  margin: 8px 8px 0 12px;
  line-height: 16px;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.subgroup {
  margin-top: 8px;
  padding-left: 12px;
  font-size: 14px;
  color: #19150c;
}
.extraparts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.extraparts-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: #e4e4e4;
}
.extraparts-search-input-wrapper {
  box-sizing: border-box;
  width: 50%;
  padding: 0 16px;
}
.extraparts-info {
  font-size: 14px;
  color: #404342;
}
.extraparts-tables-wrapper {
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.extraparts-table-wrapper {
  width: 50%;
}
.extraparts-table-wrapper:first-of-type {
  border-right: 2px solid #999999;
}
.extraparts-table {
  font-size: 13px;
  height: 100%;
}
.extraparts-table__headers {
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  background-color: #b9b9b9;
  color: #19150c;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.extraparts-table__headers_scrolling {
  padding-right: 10px;
}
.extraparts-table__body {
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 32px);
  overflow: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ededed;
}
.extraparts-table__body::-webkit-scrollbar {
  width: 10px;
}
.extraparts-table__body::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.extraparts-table__body::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 5px;
}
.extraparts-table__column-header,
.extraparts-table__row > div {
  padding: 0 8px;
}
.extraparts-table__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 32px;
  min-height: 32px;
  background-color: #ededed;
  color: #404342;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.extraparts-table__row:nth-child(even) {
  background: #e0e0e0;
}
.extraparts-table__row:hover {
  color: #000000;
}
.extraparts-table__row.extraparts-table__row_selected {
  background-color: #5fa35a;
  color: #19150c;
}
.extraparts-table__row.extraparts-table__row_selected:hover {
  color: #000000;
}
.extraparts-table__col_id {
  min-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.extraparts-table__col_description {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.extraparts-table__col_price,
.extraparts-table__col_unit,
.extraparts-table__col_cost,
.extraparts-table__col_quantity {
  min-width: 55px;
}
.extraparts-table__col_action {
  min-width: 20px;
}
.extraparts-table__loading {
  width: 100%;
}
.extraparts-quantity {
  display: inline-block;
  width: 50px;
  padding: 0 16px 0 8px;
}
.extraparts-cost {
  display: inline-block;
}
.extraparts-footer {
  height: 40px;
  background-color: #e4e4e4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  color: #404342;
}
.extraparts-add {
  font-size: 14px;
}
.extraparts-add_disabled {
  color: #4A5054;
}
.extraparts-table_added-entities .extraparts-quantity {
  padding: 0;
}
.extraparts-table_added-entities .extraparts-table__row.extraparts-table__row_selected:hover {
  color: #19150c;
}
.extraparts-summary {
  font-size: 14px;
  color: #19150c;
}
.extraparts-table__cat-warning {
  color: #404342;
  padding-left: 8px;
}
.scrollbar::-webkit-scrollbar {
  width: 10px;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #5B6770;
  border-radius: 5px;
}
.settings {
  height: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
}
.settings::-webkit-scrollbar {
  width: 10px;
}
.settings::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.settings::-webkit-scrollbar-thumb {
  background-color: #5B6770;
  border-radius: 5px;
}
.settings-groups {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #747474;
}
.settings-group {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #e4e4e4;
  color: #19150c;
  cursor: pointer;
  border-left: 1px solid #000;
  text-transform: uppercase;
}
.settings-group:hover {
  color: #000000;
}
.settings-group:first-of-type {
  border-left: none;
}
.settings-group_active {
  background-color: #5fa35a;
}
.settings-group_active:hover {
  color: #000000;
}
.settings_subgroup {
  margin-top: 16px;
  padding-left: 12px;
  font-size: 14px;
  color: #19150c;
}
.settings__button {
  text-align: right;
}
.select {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  min-height: 24px;
  background-color: #f5f5f5;
  border: 1px solid #999999;
  border-radius: 2px;
}
.select-value {
  color: #404342;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.select-value_open {
  color: #000000;
}
.select-value-text {
  font-size: 12px;
  padding: 0 4px;
}
.select-value__values-wrapper,
.select-value__left-corner-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.select-value__values-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.select-value__arrow {
  cursor: pointer;
  font-size: 13px;
  line-height: 22px;
  color: #404342;
  padding-right: 4px;
  font-weight: bold;
}
.select-value__arrow:hover {
  color: #000000;
}
.select-options {
  position: absolute;
  z-index: 1500;
  margin-left: -1px;
  margin-top: 1px;
  background-color: #f5f5f5;
  width: 100%;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.select-option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.select-option:hover .select-option__text {
  color: #000000;
}
.select-option:hover {
  background-color: #ededed;
}
.select-option_selected {
  background-color: #5fa35a;
}
.select-option_selected .select-option__text {
  color: #19150c;
}
.select-option_selected:hover .select-option__text {
  color: #000000;
}
.select-option_selected:hover {
  background-color: #5fa35a;
}
.select-option__image {
  width: 20px;
  height: 20px;
  margin: 4px 8px;
}
.select-option__text {
  font-size: 12px;
  color: #404342;
  padding: 0 4px;
}
.select-value-item {
  font-size: 11px;
  display: inline-block;
  color: #19150c;
  margin-left: 2px;
  padding: 2px 2px;
  background-color: #c4c4c4;
  border: 1px solid #5fa35a;
  border-radius: 2px;
}
.select-value__delete {
  font-size: 20px;
  line-height: 0px;
  margin-left: 4px;
  cursor: pointer;
  vertical-align: middle;
}
.select-value__delete:hover {
  color: #E00;
}
.input {
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  padding: 0 4px;
  color: #404342;
  background-color: #f5f5f5;
  border: 1px solid #999999;
  font-size: 12px;
}
.input:focus {
  font-size: 12px;
  color: #000000;
  outline: none;
}
.input:-ms-input-placeholder {
  font-size: 12px;
}
.input::placeholder {
  font-size: 12px;
}
.input_invalid {
  border-color: #E00;
}
.icon-input {
  position: relative;
}
.icon-input__input {
  padding-right: 24px;
}
.icon-input__icon {
  position: absolute;
  right: 4px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  color: #FF0000;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}
.icon-input__icon:hover {
  color: #19150c;
}
.input-number {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  padding: 0;
  background-color: #f5f5f5;
  border: 1px solid #999999;
  color: #19150c;
  font-size: 12px;
}
.input-number_focused {
  outline: #c4c4c4 auto 5px;
}
.input-number_disabled {
  background-color: #e4e4e4;
}
.input-number_disabled input,
.input-number_disabled .input-number__control-up,
.input-number_disabled .input-number__control-down {
  background-color: #ffffff;
  color: #4A5054;
}
.input-number__input {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 4px;
  width: 100%;
  height: 22px;
  background-color: #f5f5f5;
  border: none;
  color: #19150c;
  font-size: 12px;
}
.input-number__input:focus {
  outline: none;
}
.input-number__controls {
  height: 22px;
  width: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.input-number__control-up,
.input-number__control-down {
  background-color: #c4c4c4;
  height: 10px;
  text-align: center;
  border-radius: 2px;
  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;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 7px;
}
.input-number__control-up:hover,
.input-number__control-down:hover {
  background-color: #e4e4e4;
}
.input-number__control-up:active,
.input-number__control-down: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);
}
.input-number__control-up {
  margin-bottom: 2px;
}
.extrapart-table__action-remove {
  cursor: pointer;
  text-align: center;
}
.extrapart-table__action-remove:hover {
  color: #E00;
}
.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: #c4c4c4;
  color: #19150c;
  line-height: 1em;
  border-radius: 2px;
  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: #5fa35a;
}
.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-vendor {
  margin: 8px;
  padding: 8px 12px;
  min-width: 56px;
  min-height: 24px;
  font-size: smaller;
  width: 100%;
}
.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: #c4c4c4;
  color: #19150c;
}
.md-button__color-primary:hover {
  background-color: #5fa35a;
}
.md-button_disabled {
  background-color: #ffffff;
  color: #4A5054;
}
.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: #19150c;
  text-align: center;
  text-decoration: none;
}
.md-icon-button:hover {
  background-color: #5fa35a;
  cursor: pointer;
}
.md-icon-button:active {
  background-color: #8ebf8b;
}
.md-icon-button:focus {
  border: none;
}
.md-icon-button__checked {
  background-color: #5fa35a;
}
.md-icon-button__checked:hover {
  background-color: #7eb67a;
  cursor: pointer;
}
.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__size-navbar {
  background-size: 20px;
  width: 48px;
}
.md-icon-button__outlined {
  filter: drop-shadow(1px 0px 0 #777) drop-shadow(-1px 0px 0 #777) drop-shadow(0px 1px 0 #777) drop-shadow(0px -1px 0 #777);
}
.md-icon-button__no-margin {
  margin: 0;
}
.md-icon-button__additional-width {
  padding-left: 24px;
  padding-right: 24px;
}
.md-icon-button__additional-height {
  background-size: 32px;
  height: 48px;
}
.checkbox__wrapper {
  display: block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 22px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox__wrapper .checkbox__input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom checkbox */
.checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #f5f5f5;
  border: 1px solid #999999;
}
/* On mouse-over, add a grey background color */
.checkbox__wrapper:hover .checkbox__input ~ .checkbox__checkmark {
  background-color: #8ebf8b;
}
/* When the checkbox is checked, add a blue background */
.checkbox__wrapper .checkbox__input:checked ~ .checkbox__checkmark {
  background-color: #5fa35a;
}
.checkbox__wrapper.partically_selected .checkbox__input:checked ~ .checkbox__checkmark {
  background-color: #787d80;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox__checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.checkbox__wrapper .checkbox__input:checked ~ .checkbox__checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.checkbox__wrapper .checkbox__checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  color: #19150c;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox__label {
  margin-left: 10px;
  font-size: 0.75rem;
  line-height: 0.3rem;
  vertical-align: middle;
  color: #404342;
}
.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: 14px;
  font-weight: bold;
  line-height: 12px;
  padding: 12px;
  padding-left: 24px;
  background-color: #e4e4e4;
  border-bottom: 1px solid #747474;
  color: #19150c;
  cursor: pointer;
  background-image: url('/img/other/triangle-open.png');
  background-repeat: no-repeat;
  background-position: 8px 14px;
}
.simple-panel__header__minimized {
  background-image: url('/img/other/triangle-closed.png');
}
.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: #ededed;
}
.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;
}
.panes-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.pain {
  position: relative;
  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;
}
.fieldlist {
  margin: 8px 8px 0 12px;
  box-sizing: border-box;
}
.field {
  display: -ms-flexbox;
  display: flex;
  min-height: 24px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 4px;
  font-size: 0.75rem;
}
.field__caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  box-sizing: border-box;
  padding: 0px 8px 0 0;
  text-align: left;
  line-height: 1.3rem;
  color: #404342;
}
.field__value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.3rem;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  text-overflow: ellipsis;
  color: #19150c;
}
.field__input {
  box-sizing: border-box;
  padding: 3px 5px;
}
.field__input:focus {
  border-color: #c4c4c4;
}
.field_textarea .field__value {
  height: auto;
}
.field_textarea__input {
  box-sizing: border-box;
  width: 100%;
  padding: 0 4px;
  background-color: #f5f5f5;
  border: 1px solid #999999;
  border-radius: 2px;
  color: #19150c;
  font-size: 12px;
}
.field_textarea__input:focus {
  outline: #c4c4c4 auto 5px;
  /*outline-offset: -2px; */
}
.field_enum .field__value {
  overflow: visible;
}
.field_color__color-square {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-radius: 2px;
}
.field__value__template__button {
  width: 100%;
  font-size: 11px;
}
.md-button__size-extra-small.field__value__template__button {
  max-width: 100%;
  margin-left: 0;
  margin-right: 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;
}
.modal__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1089;
  background-color: #000;
  opacity: 0.5;
}
.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;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ededed;
  border: 1px solid #999999;
  z-index: 1090;
  opacity: 1;
}
.modal__header {
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  padding: 12px;
  background-color: #e4e4e4;
  border-bottom: 1px solid #999999;
  color: #19150c;
}
.modal__close {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 700;
  color: #404342;
  filter: alpha(opacity=50);
  cursor: pointer;
}
.modal__close:hover {
  color: #000000;
}
.modal__close:active {
  color: #19150c;
}
.modal__close:focus {
  border: none;
  outline: none;
}
.modal__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  height: 100%;
}
.tabs {
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #747474;
}
.tabs__header {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #e4e4e4;
  color: #19150c;
  cursor: pointer;
  border-left: 1px solid #000;
  text-transform: uppercase;
}
.tabs__header:hover {
  color: #000000;
}
.tabs__header:first-of-type {
  border-left: none;
}
.tabs__header_active {
  background-color: #5fa35a;
}
.tabs__header_active:hover {
  color: #000000;
}
.login-form {
  width: 70%;
  margin: 0 auto;
  color: #404342;
}
.login-form__buttons > button {
  margin-left: 0;
}
.login-form__forgot-password-btn {
  color: #404342;
  float: right;
  text-decoration: none;
  font-size: 14px;
}
.login-form__forgot-password-btn:hover {
  text-decoration: underline;
}
.login-form__terms-and-conditions {
  font-size: 0.8em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.login-form__terms-and-conditions-btn {
  color: #404342;
  text-decoration: none;
  font-weight: bold;
}
.login-form__terms-and-conditions-btn:hover {
  text-decoration: underline;
}
.login-form__terms-and-conditions-sso {
  font-size: 0.8em;
  color: selected-text-color;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
}
.login-form__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login-form__vendor_buttons {
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login-form__error {
  color: #E00;
  font-size: 0.8em;
}
.navbar-login {
  color: #19150c;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}
.gdpr-message {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #e4e4e4;
  color: #404342;
  font-size: 14px;
}
.gdpr-message__header {
  font-size: 16px;
  line-height: 12px;
  padding: 12px;
  padding-left: 24px;
  border-bottom: 1px solid #000;
  color: #19150c;
  cursor: pointer;
  border-top: 1px solid #000;
}
.gdpr-message__content {
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0 8px 24px;
  background: #ededed;
}
.gdpr-message__content-button {
  width: 153px;
  text-align: center;
}
.load-project-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #e0e0e0;
}
.cloud-project__header {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  padding: 0 0 0 28px;
  background-color: #e4e4e4;
  color: #19150c;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 2px solid #f5f5f5;
  background-image: url('/img/other/triangle-closed.png');
  background-repeat: no-repeat;
  background-position: 12px center;
}
.cloud-project__header:hover {
  cursor: pointer;
}
.cloud-project__header:hover .cloud-project__header__name {
  color: #000000;
  background-position-y: 28px;
}
.cloud-project__header__name {
  vertical-align: middle;
  max-width: 200px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cloud-project__header__owner {
  font-size: 12px;
  vertical-align: middle;
  margin-left: 10px;
}
.cloud-project__header_active {
  background-image: url('/img/other/triangle-open.png');
}
.cloud-project__user-role {
  color: #19150c;
  margin: 0 16px;
  font-size: 14px;
}
.cloud-scene {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  height: 26px;
  padding: 0 0 0 22px;
  background-color: #e0e0e0;
  color: #404342;
  border-bottom: 1px solid #e4e4e4;
}
.cloud-scene:hover {
  color: #000000;
  background-color: #8ebf8b;
}
.cloud-project:not(:last-of-type) .cloud-scene:last-of-type {
  border-bottom: none;
}
.cloud-scene__name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cloud-scene__load-button {
  background: none;
  border: none;
  outline: none;
  margin: 0 8px;
  color: #404342;
}
.cloud-scene__load-button:hover {
  color: #000000;
}
.cloud-scene__preview {
  display: none;
  height: 100%;
  width: 90px;
  margin: 0 16px;
}
.share-project-button {
  margin: 0;
  height: 100%;
  width: 96px;
  background-color: #e4e4e4;
  background-image: url('/img/other/share-icon.png');
  background-repeat: no-repeat;
  background-size: 28px;
  background-position-y: -28px;
  background-position-x: 8px;
  color: #404342;
  border: none;
  padding: 0 16px;
  font-size: 14px;
  text-align: right;
}
.share-project-button:focus {
  border: none;
  outline: none;
}
.share-project-button:hover {
  background-color: #5fa35a;
  color: #000000;
  background-position-y: 0px;
}
.share-project-form-user {
  padding: 8px 16px;
  display: -ms-flexbox;
  display: flex;
}
.share-project-form-user__role {
  -ms-flex-positive: 2;
  flex-grow: 2;
  max-width: 128px;
}
.share-project-form-user__email {
  -ms-flex-positive: 3;
  flex-grow: 3;
  padding: 0 0 0 16px;
}
.share-project-form {
  background-color: #ededed;
  padding-top: 16px;
}
.share-project-form__header {
  padding: 0;
  margin: 0 16px;
  font-size: 14px;
  color: #404342;
  font-weight: 300;
}
.share-project-form-buttons {
  text-align: right;
  padding: 4px 10px 16px 0;
  background-color: #ededed;
}
.share-project-form-buttons button {
  padding: 8px 21px;
}
.load-project-form-state {
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  background-color: #f5f5f5;
  padding-left: 16px;
}
.load-project-form-state_success {
  color: #51B859;
  height: 50px;
  line-height: 50px;
}
.load-project-form-state_loading {
  color: #19150c;
  height: 50px;
  line-height: 50px;
}
.load-project-form-state__spinner {
  display: inline-block;
  transform: translateY(25%);
  margin-right: 8px;
}
.load-project-form-state_error {
  color: #E00;
  height: 50px;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.loadtofile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.loadtofile__block {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 8px 16px 0;
  margin-bottom: 8px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.loadtofile__header {
  font-size: 14px;
  color: #19150c;
  padding: 0 16px;
  margin: 16px 0 8px;
}
.loadtofile__text {
  color: #404342;
}
.loadtofile__cancel {
  text-align: right;
  padding-right: 16px;
  background-color: #e4e4e4;
  margin-top: 16px;
}
.save-project-cloud-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.save-project-form-buttons {
  text-align: right;
  padding: 4px 8px 4px 0;
  background-color: #e4e4e4;
}
.saving-project-scene-name {
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px 8px 16px;
}
.saving-project-scene-name__title {
  font-size: 14px;
  padding: 8px 16px 16px 0;
  min-width: 90px;
  color: #404342;
}
.saving-project-scene-name__input {
  -ms-flex-positive: 4;
  flex-grow: 4;
  padding: 8px 0 0 0;
}
.new-project-block__header {
  font-size: 14px;
  color: #19150c;
  padding: 0 16px;
  margin: 16px 0 8px;
}
.new-project-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 16px 0 16px;
  margin-bottom: 8px;
  border-top: 1px solid #e4e4e4;
}
.new-project-block__hint {
  -ms-flex-positive: 3;
  flex-grow: 3;
  font-size: 14px;
  color: #404342;
}
.new-project-block__button {
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.new-project-block__button button {
  margin-right: 0;
}
.project-list__project_selected {
  background-color: #c4c4c4;
}
.project-list {
  margin: 14px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
}
.project-list::-webkit-scrollbar {
  width: 10px;
}
.project-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.project-list::-webkit-scrollbar-thumb {
  background-color: #5B6770;
  border-radius: 5px;
}
.project-list__load {
  height: auto;
}
.project-list__project {
  height: 32px;
  height: 28px;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px;
  background-color: #ededed;
  color: #404342;
  cursor: pointer;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.project-list__project:nth-child(even) {
  background: #e0e0e0;
}
.project-list__project:hover .project-list__project__name {
  color: #000000;
}
.project-list__project.project-list__project_selected {
  background-color: #e4e4e4;
}
.project-list__project.project-list__project_selected .project-list__project__name {
  color: #19150c;
}
.project-list__project.project-list__project_selected:hover .project-list__project__name {
  color: #000000;
}
.project-list_empty {
  margin: 16px 16px 8px;
  color: #404342;
  font-size: 14px;
}
.project-list__load_empty {
  color: #404342;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.saving-project-project-name {
  margin: 0 16px;
  display: -ms-flexbox;
  display: flex;
}
.saving-project-project-name__title {
  padding: 0 16px 0 0;
  font-size: 14px;
  color: #404342;
}
.saving-project-project-name__input {
  -ms-flex-positive: 14;
  flex-grow: 14;
  padding: 8px 0 0px 0;
}
.save-project__hint {
  font-size: 14px;
  padding: 25px 16px 0 16px;
  color: #404342;
  border-top: 1px solid #e4e4e4;
}
.save-project__hint-active {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 0;
  border-top: none;
}
.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: #2B90F3;
}
.exportpdf {
  position: absolute;
  width: 80%;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 16px;
}
.exportpdf__process {
  font-size: 0.75em;
  margin-bottom: 10px;
  text-align: center;
  color: #404342;
}
.exportpdf__error {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 16px;
  color: #F44336;
}
.exportpdf__success {
  top: 50%;
  text-align: center;
  color: #404342;
}
.exportpdf__success-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 36px;
  padding: 0 36px;
  margin: 10px auto;
  background-color: #c4c4c4;
  color: #404342;
  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);
  background-color: #5fa35a;
  color: #000000;
}
.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: #404342;
  font-size: 0.8rem;
  margin-top: 10px;
}
.exportpdf__cancel-button {
  display: block;
  margin: 30px auto;
}
.export-checkbox_wrapper {
  margin: 10px;
}
.export-checkbox {
  margin-bottom: 10px;
}
.export-checkbox .checkbox__label {
  vertical-align: super;
}
.notification-list {
  position: absolute;
  bottom: 20px;
  left: 80px;
}
.notification {
  position: relative;
  margin: 8px 0;
  padding: 8px;
  background-color: #e4e4e4;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  min-height: 50px;
}
.notification__success {
  border-top: 3px solid #51B859;
}
.notification__success .notification__header {
  color: #51B859;
}
.notification__error {
  border-top: 3px solid #E00;
}
.notification__error .notification__header {
  color: #E00;
}
.notification__info {
  border-top: 3px solid #19150c;
}
.notification__waiting {
  border-top: 3px solid #c4c4c4;
}
.notification__icon-wrapper {
  padding: 0 16px 0 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #19150c;
}
.notification__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.notification__header-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.notification__header {
  color: #19150c;
}
.notification__text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  color: #404342;
  font-size: 14px;
}
.notification__close {
  position: absolute;
  top: 4px;
  right: 4px;
  font-family: Arial;
  font-size: 17px;
  line-height: 15px;
  background-color: #404342;
  color: #e4e4e4;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.about {
  color: #404342;
  padding: 8px 16px;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about a {
  color: #000000;
}
.about__image {
  max-width: 80%;
  height: auto;
  margin-bottom: 20px;
}
.about__contacts {
  margin-top: 8px;
  font-size: 14px;
}
.about__tutorial {
  font-size: 14px;
}
.about__tutorial a {
  color: #404342;
}
.about__tutorial a:hover {
  color: #000000;
}
.about__contacts_regions {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.about__ip_clause {
  display: -ms-flexbox;
  display: flex;
  font-size: 9px;
}
.about__contacts_region {
  margin-top: 8px;
  width: 50%;
}
.about__text {
  font-size: 14px;
}
.about__version {
  font-size: 12px;
}
.about__tel,
.about__contacts_header_region {
  color: #000000;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.42857143;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#Interface {
  width: 100%;
  height: 100%;
}
.fullscreen-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.text-right {
  text-align: right;
}
.layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.layout-top {
  width: 100%;
}
.layout-main {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  height: 0;
}
.layout-main-center {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  height: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.panel-test {
  height: 400px;
}
.debug-info {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 12px;
  opacity: 0.6;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

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