
#stair3d .Help {
	width: 16px;
	height: 20px;
	display: inline-block;
	background: url(https://stairwork.ru/imgs/help.png) no-repeat left 4px;
	position: relative;
}

#stair3d .Help:hover > img { display: block; }
#stair3d .Help > img { display: none; }

#stair3d .hide {
	display: none;
}
#stair3d .show
{background:#fff;border:1px solid #464646;box-shadow:0 0 5px #40310a;
 z-index:97;position:absolute;display:block;
 top: 0px; left: 0px; padding:10px;
}

#baygcode input, textarea{font-size:16pt;}
#stair3d td {vertical-align:top;}
#stair3d .select_h select, .filter select {
	width: 230px;
	border: 0;
	height: 27px;
	box-shadow: none;
	-webkit-appearance: none;
	background: rgba(255,255,255,1) url(https://stairwork.ru/images/sel_button.png) no-repeat 177px bottom;
}
.select_h {
	width: 210px;
	overflow: hidden;
	border: 1px solid #D2D7D7;
	padding: 0px;
	border-radius: 7px;
}

#stair3d select {
	width: 180px;
	display: block;
}

#stair3d div.constructor_part {
	font-size: 11px;
	color: #425668;
	line-height: 24px;
	background: #DFE9EA;
	width: 251px;
	padding: 0px 20px 5px 20px;
	padding-bottom: 20px;
	box-shadow: -1px 2px 2px grey;
	z-index: 100;
	position: relative;
}
#prev {
	width: 145px;
	height: 33px;
	background: #C0D2D2;
	position: relative;
	top: -1px;
	z-index: 4;
	border-top: 2px groove white;
	border-radius: 0 0 0 7px;
	box-shadow: -1px 2px 2px grey;
	border-right: 2px groove white;
	float: left;
	text-shadow: 1px 1px #EBEBEB;
	padding-top: 17px;
	text-align: center;
}

#next {
	width: 144px;
	height: 33px;
	background: #C0D2D2;
	position: relative;
	top: -1px;
	z-index: 3;
	border-top: 2px groove white;
	border-radius: 0 0 7px 0;
	float: left;
	box-shadow: -1px 2px 2px grey;
	text-shadow: 1px 1px #EBEBEB;
	padding-top: 17px;
	text-align: center;
}

#stair3d .stepButtonnew {
	text-shadow: 1px 1px #EBEBEB;
	margin: 0;
	color: #364242;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	padding: 0;
	border: 0;
	width: 97px;
	height: 50px;
	position: relative;
	top: 4px;
	border-radius: 7px 7px 0 0;
	box-shadow: -1px -1px 2px grey;
	z-index: 0;
	background: #AFC9C8;
}

#stair3d .stepActive {
	background: #DFE9EA;
	color: #961818;
}

#stair3d h3 {
	margin: 0px;
	color: #425668;
	line-height: 24px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

#stair3d  .modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 999;
  }

#stair3d  .modal {
    background: #FFFFFF;
    box-shadow: 2px 2px 20px 1px;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
	z-index: 1000;
	border-radius: 20px; padding: 20px;
  }

#stair3d  .modal-header,
#stair3d  .modal-footer {
    padding: 15px;
  }

#stair3d  .modal-header {
    border-bottom: 1px solid #eeeeee;
    color: #4AAE9B;
    justify-content: space-between;
  }

#stair3d  .modal-footer {
    border-top: 1px solid #eeeeee;
    justify-content: flex-end;
  }

#stair3d  .modal-body {
    position: relative;
    padding: 20px 10px;
}

#stair3d  .modal-body  input {
  font-size: 20pt;
}  

#stair3d  .btn-close {
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
    color: #4AAE9B;
	float: right;
	cursor: pointer;
  }

#stair3d .btn-green {
    color: white;
    background: #4AAE9B;
    border: 1px solid #4AAE9B;
    border-radius: 2px;
	float: right;
	font-size: 20px;
	cursor: pointer;
  }
