

/* Start:/local/components/itb/constructor/templates/.default/style.css?17773557294043*/

.col-right{
  /*float:left!important;*/
  display: none;
}
.col-left{
  /*float:right!important;*/
  width: 100%;
}

canvas { width: 100%; height: 100% }
#canvas-block {
    height: 52rem;
}

#constructor-container {
    position: relative;
    width: 100%;
}

#menu {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.8);
}

#menu img {
    height: 100px;
    /*width: 100px;*/
}

#menu li {
    display: inline-block;
    border: solid 1px black;
    padding: 4px;
}

#control-panel {
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px gray;
    background: #808080f0;
    display: inline-block;
    top: 0px;
    right: 0px;
}

#control-panel span {
    font-size: 20px;
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-image: url("/local/components/itb/constructor/templates/.default/rotate.svg");
    background-position: center;
    background-repeat: no-repeat;
}

#control-panel span.rot-left {
    transform: scaleX(-1);
}
#control-panel span.rot-right {
    transform: scaleX(1);
}
#control-panel span.rot-up {
    transform: rotate(-90deg);
}
#control-panel span.rot-down {
    transform: rotate(90deg);
}

#control-panel span.zoom-in {
    background-image: url("/local/components/itb/constructor/templates/.default/zoom-in.png");
}

#control-panel span.zoom-out {
    background-image: url("/local/components/itb/constructor/templates/.default/zoom-out.png");
}

#control-panel span.button-down {
    background: #aaaaaa;
}
.control-panel-info{
  font-size: 10px;
  color: #000000;
}

.common-menu{
  display: inline-block;
  height: fit-content;
  vertical-align: top;
}
.common-menu-list{
  font-size: 1rem;
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
}
.common-menu.common-menu-detail{
  position: relative;
  visibility: hidden;
}
.common-menu-button{
  height: 2rem;
  width: 13rem;
  padding: 5px;
  cursor: pointer;
  /*border-bottom: solid 1px black;*/
  /*border-top: solid 1px black;*/
}
.common-menu-button:hover{
background-color: #ffc600;
}
.common-menu-title{
  font-weight: bold;
  padding: 5px;
  height: 2rem;
  width: 13rem;
  border-top: solid 1px black;
  /*background-color: rgba(255, 255, 255, .8);*/
}
.no-border{
  border: none;
}
.right-caret{
  float: right;
  margin-top: 6px;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #3f3f3f;
  display: inline-block;
  height: 0;
  opacity: 1;
  vertical-align: middle;
  width: 0;
}
.right-base,
.right-plat{
  float: right;
  display: inline-block;
  height: 0;
  opacity: 1;
  vertical-align: middle;
  width: 0;
  margin-right: 12px;
}


.param-menu-block {
position: absolute;
top: 0;
max-width: 820px;
min-width: 800px;
min-height: 7rem;
max-height: 15rem;
background-color: rgba(255,255,255,.8);
border-radius: 0px 0px 5px 0px;
padding-left: 5px;
padding-bottom: 10px;
}
.show-block-menu{
visibility: visible;
overflow-y: auto;
}
.hide-block-button{
display: none!important;
}
.hide-block-button2{
  display: none!important;
}
.select-parameter-button{
border: solid 1px black;
width: 80px;
height: 80px;
margin-right: 5px;
margin-bottom: 5px;
display:inline-block;
border-radius: 3px;
cursor: pointer;
text-align: center;
}
.select-parameter-button:hover {
  box-shadow: 0 0 5px 0 #000000;
}
.select-parameter-button.double-width {
  width: 165px;
}

.select-parameter-button img {
width: 100%!important;
height: 100%!important;
padding: 3px;
border-radius: 6px;
max-height: 150px;
}

#constructor-container img {
  vertical-align: top;
}

#model-selector .select-parameter-button img {
  width: auto!important;
}

#model-selector .select-parameter-button {
  width: 150px;
  height: 170px;
  border: solid 1px lightgray;
}
.model-label {
  background-color: lightgray;
}

#close-model {
  margin-right: 10px;
  color: black;
  margin-left: 790px;
  float: right;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  opacity: .5;
  cursor: pointer;
}

.m-type {
  padding-bottom: 10px;
}
/* End */
/* /local/components/itb/constructor/templates/.default/style.css?17773557294043 */
