html, body {
	width: 100%;
	height: 100%;
}
*:not(input):not(textarea) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hint {
	position: absolute;
	z-index: 10;
	background-color: #fef7e6;
	padding: 4px 8px;
	color: #333333;
	display: inline-block;
	font-size: 14px;
	white-space: pre-wrap;
	box-shadow: 1px 1px 3px #888888;
}
.message {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 6;
	background-color: #fafafa;
	border: 1px solid #dadada;
	box-shadow: 0 0 5px #dadada;
	padding: 14px 30px;
	color: #888888;
	font-size: 13px;
}
.close-message {
    position: absolute;
    right: 5px;
    top: 1px;
    color: #ff4040;
    text-decoration: none;
    font-size: 16px;
}
.error {
	position: absolute;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #ffffff;
	text-align: center;
	line-height: 200px;
	font-size: 40px;
	color: red;
}
.discount-cost {
    display: inline-block;
    margin: 0 0 0 8px;
}
.cost-value {
	text-align: right;
	width: 200px;
	padding: 6px 0;
	color: #333333;
}
.final-cost-value {
	
}
.final-cost-value > span {
	font-size: 24px;
	display: inline-block;
	margin: 0 0 0 5px;
	color: #d44c06;
}
.modal-contacts {
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
	min-width: 334px;
}
.modal-contacts > input {
    width: 90%;
    margin: 2px 0 10px 0;
    padding: 8px 15px;
    font-size: 14px;
    border: 1px solid #dddddd;
	vertical-align: top;
}
.modal-delivery {
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
}
.modal-delivery label {
	display: inline-block;
	margin: 23px 27px 0 0;
}
.contact-comment {
	font-style: italic;
	font-size: 12px;
	color: #888888;
}
h1 {
    font-weight: normal;
    font-size: 19px;
}
hr {
	height: 1px;
	border: 0;
	background-color: #dddddd;
}
h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 4px 0;
	padding: 0;
}
h2 > a {
	font-size: 14px;
	color: #000000;
}
a[href='#'] {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
#print-order-icon, #save-order-icon, #send-order-icon {
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background-image: URL("/img/sprite.png");
	background-repeat: no-repeat;
	overflow: hidden;
}
#print-order-icon {
    left: 3px;
    top: 13px;
    background-position: -40px -1px;
}
#save-order-icon {
    left: 37px;
    top: 13px;
   	background-position: -92px -1px;
}
#send-order-icon {
    left: 37px;
    top: 12px;
   background-position: -65px -1px;
   display: none;
}
#print-order-icon:hover {
	background-position: -40px -24px;
}
#save-order-icon:hover {
	background-position: -92px -24px;
}
#send-order-icon:hover {
	background-position: -65px -24px;
}
#loading-images-wait-container {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 100%; 
}
#loading-images-wait-container img {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
}
#order-container {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.8);
    width: 225px;
    height: 120px;
	overflow: visible;
}
#order-container:before {
    content: '';
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 120px solid rgba(255, 255, 255, 0.8);
    border-left: 50px solid transparent;
    border-right: 0px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    top: -50px;
    left: -50px;
}
#toggle-order-container {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
	height: 120px;
	background-image: URL('/img/sprite.png');
	background-repeat: no-repeat;
	background-position: -3px -2px;
	cursor: pointer;
	z-index: 5;
}
#toggle-order-container:hover {
	background-position: -21px -2px;
}
#toggle-order-container.closed {
	background-position: -3px -129px;
}
#toggle-order-container.closed:hover {
	background-position: -21px -129px;
}
#order-cost-container {
	height: 70px;
}
#order-make-container {
	border: 0;
	border-top: 1px solid #888888;
    margin: 0 16px 0 -29px;
    z-index: 2;
    position: relative;
}
#make-order {
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 19px;
    font-weight: normal;
	cursor: pointer;
}

#project-title {
	position: absolute;
	left: 130px;
	top: 0;
	z-index: 2;
	font-size: 19px;
	line-height: 30px;
}
#project-name {
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
}
#project-series {
    font-size: 12px;
    color: #000000;
    display: inline-block;
    margin: 5px 0 0 16px;
    height: 27px;
    line-height: 27px;
    vertical-align: top;
    /* border: 1px solid #000; */
    padding: 0 12px;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px #888888;
    border-radius: 5px;
	cursor: pointer;
}
#project-series:hover {
	color: #D34242;
}
#project-interrior {
    position: absolute;
    right: 116px;
    top: 6px;
    z-index: 2;
    border: 1px solid #9a9a9a;
    background-color: #ffffff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #333333;
	cursor: pointer;
}
#project-interrior span {
	background-image: URL('/img/sprite.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-position: -118px 0px;
	margin: 0 0 0 6px;
}
#project-interrior:hover span {
	background-position: -118px -9px;
}
#project-interrior-content {
    position: absolute;
    z-index: 2;
    right: 116px;
    top: 6px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #9a9a9a;
    border-radius: 5px;
	height: 0;
	overflow: hidden;
    /*padding: 25px 0px;*/
    box-sizing: border-box;
}
#project-interrior-content a {
	display: block;
	margin: 4px 22px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#project-interrior-content a:first-child {
	margin-top: 25px;
}
#project-interrior-content a:hover {
	color: #D34242;
}
#project-interrior-content a.selected {
	color: #51ca41;
}
#project-interrior-content > a > span {
	background-image: URL('/img/sprite.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
    background-position: -118px -20px;
    margin: 0 4px 0 -14px;
}
#draw-order-cost-container {
	position: absolute;
	left: 12px;
	bottom: 6px;
}
#draw-order-prev-cost {
	font-weight: bold;
}
#draw-order-prev-discount {
	font-weight: bold;
}
#draw-order-services-cost {
	font-weight: bold;
}
#draw-order-contact-cost {
	position: absolute;
	right: 12px;
	bottom: 6px;
}
#button-back-to-order {
	bottom: 6px;
	left: 12px;
	position: absolute;
}
#draw-order-full-cost span {
	font-size: 32px;
	color: #d06900;
}
#send-full-order {
    text-transform: uppercase;
    margin: 0 0 0 12px;
    font-size: 17px;
    font-weight: normal;
}
#send-order {
    bottom: 49px;
    position: absolute;
    right: 8px;
	display: none;
}
#confirm-order-button {
    position: absolute;
    bottom: 6px;
    font-size: 18px;
    font-weight: normal;
    right: 8px;
}


.stock-title {
    margin: 5px;
    background-color: #cccccc;
    padding: 10px 20px;
	font-size: 13px;
}
.stock-title > h1 {
    text-align: center;
    font-size: 22px;
}
.stock-item {
    padding: 10px;
    border-top: 1px solid #cccccc;
    margin: 0 5px;
    font-style: italic;
    line-height: 60px;
	box-sizing: border-box;
	cursor: pointer;
}
.stock-item > img {
	width: 60px;
	height: 60px;
	vertical-align: top;
	margin: 0 16px 0 0;
}
.stock-item.stock-item-selected {
	border: 1px solid #28A326;
	background-color: #acd4ab;
}
.stock-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #ffffff;
	text-align: center;
	padding: 20px 30px;
}
.stock-footer button {
	margin-top: 10px;
}
.stock-footer.stock-none {
	color: #bb4f55;
}

.short-button {
	border: 1px solid #dddddd;
	background-color: #fafafa;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
}
.short-button:hover {
	background-color: #ce3b3b;
	border: 1px solid #9c2020;
	color: #ffffff;
}

.door-icon {
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	white-space: nowrap;
	display: block;
}
.door-insertion {
	border-color: #aaaaaa;
	box-sizing: border-box;
	display: block;
}
.door-ins-material-image {
	width: 100%;
	height: 100%;
}
.door-ins-container {
	display: inline-block;
	white-space: pre-wrap;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}

body {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}
/* Модальное окно */
.modal {
  border: 1px solid #8E8786;
  margin: 88px 40px;
  position: relative;
  width: 550px;
  border-radius: 0 0 0 5px;
  background-color: #ffffff;
  z-index: 5;
}

.modal__header {
  background-color: #EEEDEB;
  border-bottom: 1px solid #8E8786;
  padding: 3px 2px 3px 20px;
}

.menu > .menu__item {
	text-align: center;
}

.header__button {
  border: 1px solid #ff6262;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  float: right;
  padding: 3px 11px;
  text-decoration: none;
  display: inline-block;
  color: #FFFFFF;
  background-color: #ff9a9a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9a9a), to(#ff4040));
  background-image: -webkit-linear-gradient(top, #ff9a9a, #ff4040);
  background-image: -moz-linear-gradient(top, #ff9a9a, #ff4040);
  background-image: -ms-linear-gradient(top, #ff9a9a, #ff4040);
  background-image: -o-linear-gradient(top, #ff9a9a, #ff4040);
  background-image: linear-gradient(to bottom, #ff9a9a, #ff4040);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9a9a, endColorstr=#ff4040);
}

.header__button:hover{
  border:1px solid #ff3434;
  background-color: #ff6767; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6767), to(#ff0d0d));
  background-image: -webkit-linear-gradient(top, #ff6767, #ff0d0d);
  background-image: -moz-linear-gradient(top, #ff6767, #ff0d0d);
  background-image: -ms-linear-gradient(top, #ff6767, #ff0d0d);
  background-image: -o-linear-gradient(top, #ff6767, #ff0d0d);
  background-image: linear-gradient(to bottom, #ff6767, #ff0d0d);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff6767, endColorstr=#ff0d0d);
}

.header__title {
  line-height: 22px;
  font-size: 13px;
}

.body__info {
  background-color: #ddd;
  margin: 7px 5px;
  padding: 5px 20px;
}

.info__icon {
  margin-right: 15px;
  vertical-align: top;
  width: 20px;
}

.info__msg {
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
}

.body__warn {
  color: #6E6E6E;
  font-size: 13px;
  margin: 15px 20px;
}

.body__color-container {
  margin: 15px 20px 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-shrink: 0;
  overflow: hidden;
  overflow-y: auto;
}
.body__doorhandle-container {
	margin: 15px 20px 0px 20px;
	overflow: hidden;
	overflow-y: auto;
	height: 324px;
}
.body__doorhandle-bottom {
	font-size: 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 20px;
	height: 60px;
	box-sizing: border-box;
}

.color__item, .door-design__item {
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  margin: 0 1px 15px 1px;
  width: 100px;
  padding: 2px;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
.door-design__item {
	width: 80px;
}

.color__item:hover, .door-design__item:hover {
  border: 1px solid #91D090;
}

.item-active {
  border: 1px solid #22A120;
}

.color__img {
  vertical-align: top;
  width: 80px;
  height: 80px;
  margin: 6px;
}
.door-design__img {
	vertical-align: top;
	margin: 6px;
	width: 40px;
	height: 150px;
}

.color__name, .door-design__name {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
}

.modal__next-button {
  position: absolute;
  right: -1px;
  padding: 3px 1px 1px 1px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #8E8786;
  border-top: none;
  bottom: -36px;
  cursor: pointer;
}

.next-button{
  border:1px solid #34740e; 
  border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
  font-size:15px;
  padding: 6px 17px; 
  text-decoration:none; 
  display:inline-block;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  font-weight:bold; color: #FFFFFF;
  background-color: #4ba614; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4ba614), to(#008c00));
  background-image: -webkit-linear-gradient(top, #4ba614, #008c00);
  background-image: -moz-linear-gradient(top, #4ba614, #008c00);
  background-image: -ms-linear-gradient(top, #4ba614, #008c00);
  background-image: -o-linear-gradient(top, #4ba614, #008c00);
  background-image: linear-gradient(to bottom, #4ba614, #008c00);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4ba614, endColorstr=#008c00);
  cursor: pointer;
}

.next-button:hover{
  border:1px solid #224b09;
  background-color: #36780f; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#36780f), to(#005900));
  background-image: -webkit-linear-gradient(top, #36780f, #005900);
  background-image: -moz-linear-gradient(top, #36780f, #005900);
  background-image: -ms-linear-gradient(top, #36780f, #005900);
  background-image: -o-linear-gradient(top, #36780f, #005900);
  background-image: linear-gradient(to bottom, #36780f, #005900);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#36780f, endColorstr=#005900);
}

.size__item {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 10px 15px;
}

.item__title {
  margin-bottom: 15px;
  text-align: center;
}

.item__label {
  margin-bottom: 5px;
  cursor: pointer;
}

.item__label--disabled {
  color: #B4B4B4;
  cursor: default;
}

.item__label label {
  cursor: pointer;
  vertical-align: top;
}

.item-col {
	display: inline-block;
	vertical-align: top;
	width: 176px;
}

.modal__tab-menu {
  margin: 10px 20px 0 20px;
  font-size: 13px;
  white-space: nowrap;
}

.tab-menu__item {
  display: inline-block;
  padding: 7px 11px;
  background-color: #E0E0E0;
  color: #7D7D7D;
  border: 1px solid #A2A2A2;
  border-left: transparent;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}

.tab-menu__item:first-child {
  border-left: 1px solid #A2A2A2;
}

.tab-menu__item--active {
  background-color: #EEEEEE;
  color: #31A72F;
}

.modal__content {
  margin: 0 20px 10px 20px;
  background-color: #F6F6F5;
  border: 1px solid #A2A2A2;
  padding: 0 3px;
    height: 284px;
    overflow-y: auto;
    overflow-x: none;
}

.modal__subcontent {
	position: relative;
	height: 284px;
}
.modal__subcontent.modal__small-subcontent {
    width: 111px;
    text-align: center;
	overflow: hidden;
    background-color: #ffffff;
	position: fixed;
}
.modal__subcontent.modal__big-subcontent {
	overflow: visible;
	margin: 0 0 0 111px;
}


#create-new-door, #create-doors-complete {
    position: absolute;
    top: 50%;
    left: 4px;
    height: 90px;
    margin-top: -45px;
}
#create-doors-complete {
	height: auto;
	padding: 10px;
}

.content__item {
  display: inline-block;
  width: 80px;
  padding: 5px 3px;
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  margin: 5px 1px;
  vertical-align: top;
}

.c-item__title {
  font-size: 13px;
  text-align: center;
}

.c-item__img {
  margin: 0;
}

.content__item:hover {
  border: 1px solid #91D090;
}
.content__item--active {
  border: 1px solid #22A120;
}

.footer-tab {
  vertical-align: top;
  padding: 5px 40px;
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 20px 1px rgba(236,235,235,1);
  -moz-box-shadow: inset 0px 0px 20px 1px rgba(236,235,235,1);
  box-shadow: inset 0px 0px 20px 1px rgba(236,235,235,1);
  border-radius: 0 5px 0 5px;
  background-color: #fff;
  border: 1px solid #8E8786;
  border-left: transparent;
  cursor: pointer;
}

.footer-tab:last-child {
  border-bottom-right-radius: 0;
}

.f-tab--active {
  box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;  
  border-top: transparent;
}

.footer-doors {
  border-left: 1px solid #8E8786;
  padding: 1px 10px;
  text-align: center;
  white-space: nowrap;
}

.doors__option {
  display: inline-block;
  margin: 1px 2px;
}

.doors__title {
  font-size: 13px;
  margin-bottom: 5px;
}

.doors__option input {
  vertical-align: top;
}

.modal__footer {
  margin: 25px 0 -1px 0;
  width: 100%;
  border-spacing: 0 0;
  border-collapse: collapse;
    position:absolute;
    bottom: 0;
}

.attach__info__description {
    display: inline-block;
    position: relative;
}
.attach__info__description__modal {
    position: absolute;
    display: none;
}

.modal__body {
    height: 400px;
	overflow-y: auto;
	width: 100%;
}

.tab__count-doors {
  font-size: 13px;
}

.body__title {
  font-size: 15px;
  margin: 10px 20px 0px 20px;
}

.body__filling-container {
  margin: 7px 20px;
  background-color: #F8F7F6;
  border: 1px solid #EAE9E9;
  border-radius: 3px;
  padding: 5px;
  max-height: 250px;
  overflow-y: auto;
}

.light__label {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 5px;
  cursor: pointer;
  font-size: 14px;
}

.light__icon {
	width: 37px;
	height: 37px;
  vertical-align: top;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}

.body__light {
  margin: 10px 20px;
}

.attach-tab {
  padding: 5px;
  position: relative;
}

.body__attach {
  margin: 10px 30px 5px 30px;
}

.attach__info {
  vertical-align: top;
  text-align: center;
  width: 100%;
}

.attach__title {
  font-size: 15px;
  margin: 7px 5px;
}

.attach__img {
  margin: 0 20px 0 0;
  width: 115px;
}

.attach__tab {
  display: inline-block;
  padding: 3px 0;
  width: 49.3%;
  background: #FAFAF9;
  border-radius: 4px 4px 0 0;
  border: 1px solid #8E8786;
  color: #737373;
  cursor: pointer;
}

.attach__tab:hover {
  background: #F1F0EF;
}

.modal__attach-menu {
  margin: 5px 0 -1px 0;
  font-size: 14px;
}

.modal__attach-content {
  background-color: #fff;
  border: 1px solid #8E8786;
  border-top: transparent;
  text-align: left;
  padding: 1px;
}

.attach__tab--active {
  background-color: #fff;
  border-bottom: transparent;
}

.attach__label {
  cursor: pointer;
  font-size: 11px;
  vertical-align: top;
}

.attach__options {
  background-color: #F8F7F6;
  border: 1px solid #E1E1E0;
  border-radius: 3px;
  margin: 10px 5px 5px 4px;
  color: #484747;
  height: 124px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.attach-disable {
	position: absolute;
	width: 600px;
	height: 196px;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.6);
}

/* Меню */
.menu {
  position: absolute;
  top: 22px;
  left: 86px;
}

.menu__item {
  cursor: pointer;
  display: inline-block;
  list-style-image: none;
  padding: 10px 20px;
  text-decoration: underline;
  vertical-align: top;
}

.menu__item:hover {
  color: #D34242;
}

.menu__item[data-type="stock"] {
	color: #fc6b02;
	padding: 17px 20px;
	visibility: hidden;
}
.menu__item--active, .menu__item[data-type="stock"].menu__item--active {
  color: #28A326;
  text-decoration: none;
}

.order-info-container {
	font-size: 12px;
	width: 480px;
	margin: 5px 10px;
}
.order-info-container td {
	padding: 0 10px;
}
.order-info-body {
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	padding: 0;
	margin: 5px 10px;
	height: 275px;
	overflow-x: hidden;
	overflow-y: auto;
}
#imec-ronikon-canvas {
	position: absolute;
	left: 0;
	top: 0;
}
#loader {
	position: absolute;
	z-index: 10000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
#loader img {
	width: 550px;
	height: 572px;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -286px;
	margin-left: -275px;
}
.console-container {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
}
#console {
	position: absolute;
	z-index:3;
	width: 100px;
	height: 100px;
	overflow: hidden;
	right: 0;
	top: 0;
}
#console textarea {
	width: 100px;
	height: 80px;
	display: block;
}
.modal__tab-menu-big > .tab-menu__item {
    height: 17px;
    vertical-align: top;
    font-size: 12px;
    line-height: 10px;
	text-align: center;
}
.modal__tab-menu-big > .tab-menu__item.tab-menu__item--active {
    height: 17px;
    margin-bottom: -7px;
    position: relative;
    z-index: 4;
    border-bottom: 0;
}
#materials-container {
	height: 95px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #eeeeee;
	margin-top: -1px;
	border-top: 1px solid #a2a2a2;
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
}
.modal__big-subcontent .door-icon {
	width: auto;
	height: auto;
}
.material-select {
	width: 80px;
	height: 80px;
	margin: 4px 3px;
	border: 1px solid #cccccc;
	padding: 2px;
	cursor: pointer;
	display: inline-block;
}
.material-select:hover {
	border: 1px solid #91D090;
}
.material-select.unactive-material {
	opacity: 0.2;
}
.material-select[data-type="fragments"] {
	padding: 12px 12px;
	margin: 2px;
	width: 22px;
	height: 56px;
}
.material-select.material-selected {
	border: 1px solid green;
}
.animated-border {
	padding: 1px;
	display: inline-block;
	box-sizing: border-box;
}
.animated-border.enabled {
	background-image: URL("/img/selection.gif");
}
.door-element {
	width: auto;
}
.door-element > .c-item__title {
	width: 80px;
	display: inline-block;
}
.svg-image {
	opacity: 0.3;
}
.svg-image.replaced-svg {
	opacity: 1;
}
#solvent-color-container {
	width: 135px;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px;
	vertical-align: top;
}
#solvent-bgcolor-container {
	width: 97px;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px;
	vertical-align: top;
}
#material-solvent-container {
    display: inline-block;
    width: 566px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
	height: 95px;
}
.solvent-color, .solvent-bg-color {
	border: 1px solid #eeeeee;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin: 1px;
	padding: 1px;
	background-color: #eeeeee;
	box-sizing: border-box;
	cursor: pointer;
}
.solvent-color:hover, .solvent-bg-color:hover {
	border: 1px solid #91D090;
}
.solvent-color--selected, .solvent-bg-color--selected {
	border: 1px solid green;
}
.solvent-in-color {
	width: 18px;
	height: 18px;
}
#solvent-color-items, #solvent-bgcolor-items {
	text-align: center;
	white-space: pre-wrap;
}
#solvent-color-items {
	padding: 0 17px; 
}
#solvent-bgcolor-items {
	
}
.bg-series {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
}
.series-container {
	width: 90%;
	height: 90%;
	z-index: 201;
	position: absolute;
	left: 5%;
	top: 5%;
	background-color: #f9f4f0;
	border: 1px solid #d6d1cd;
	box-sizing: border-box;
	padding: 20px 20px;
	overflow: hidden;
}
.series {
	display: inline-block;
	box-sizing: border-box;
	width: 219px;
	padding: 10px;
	height: 225px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 4px 0;
	border-left: 1px solid #dfdad6;
	border-right: 1px solid #ffffff;
	position: relative;
}
.series-content {
    position: absolute;
    bottom: 0;
   	width: 199px;
	text-align: center;
	font-size: 13px;
	color: #84807d;
}
.series-name {
	text-align: center;
	font-size: 17px;
	color: #333333;
	margin: 2px;
}
.series-button {
	margin: 2px;
}
.series-unactive-button, .series-unactive-button:hover {
    border:1px solid #84807d; 
	color: #FFFFFF;
    background-color: #d7ccbf; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e0dad2), to(#d7ccbf));
    background-image: -webkit-linear-gradient(top, #e0dad2, #d7ccbf);
    background-image: -moz-linear-gradient(top, #e0dad2, #d7ccbf);
    background-image: -ms-linear-gradient(top, #e0dad2, #d7ccbf);
    background-image: -o-linear-gradient(top, #e0dad2, #d7ccbf);
    background-image: linear-gradient(to bottom, #e0dad2, #d7ccbf);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e0dad2, endColorstr=#d7ccbf);
}
.series-active {
    border:1px solid #84807d; 
	color: #FFFFFF;
    background-color: #d7ccbf; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d6cbc9), to(#af958f));
    background-image: -webkit-linear-gradient(top, #d6cbc9, #af958f);
    background-image: -moz-linear-gradient(top, #d6cbc9, #af958f);
    background-image: -ms-linear-gradient(top, #d6cbc9, #af958f);
    background-image: -o-linear-gradient(top, #d6cbc9, #af958f);
    background-image: linear-gradient(to bottom, #d6cbc9, #af958f);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d6cbc9, endColorstr=#af958f);
}
.door-delete-button {
	position: absolute;
	right: 0;
	top: 0;
	background-image: URL("/img/sprite.png");
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin: 0;
	background-position: -49px -73px;
}
.door-edit-button {
	position: absolute;
	right: 0;
	top: 20px;
	background-image: URL("/img/sprite.png");
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin: 0;
	background-position: -49px -89px;
	
}
.door-delete-button:hover {
    width: 14px;
    height: 14px;
    background-position: -48px -72px;
	top: -1px;
	right: -1px;
}
.door-edit-button:hover {
    width: 14px;
    height: 14px;
    background-position: -48px -88px;
	top: 19px;
	right: -1px;
}
.door-element {
	position: relative;
}
#rotate-left, #rotate-right {
	position: absolute;
	bottom: 0;
	z-index: 3;
	background-image: URL("/img/sprite.png");
	width: 65px;
	height: 50px;
	cursor: pointer;
}
#rotate-left {
	left: 50%;
	margin-left: -65px;
	background-position: -105px -59px;
}
#rotate-right {
    left: 50%;
    background-position: -169px -59px;
}
.discount-label {
	position: absolute;
	font-size: 12px;
	color: #36780f;
}
.modal-delivery input {
	vertical-align: middle;
	margin: 0 6px;
}
.modal-delivery input[type='text'] {
	width: 24px;
	text-align: center;
}
.service-item {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	max-width: 215px;
}
.service-item > label {
	
}
.service-comment {
	font-style: italic;
	font-size: 12px;
	color: #888888;
	padding: 6px 0 0 24px;
}
.service-full-cost-container {
	text-align: right;
	font-size: 16px;
	margin: 20px 0 8px 0;
}
.service-full-cost {
	display: inline-block;
	width: 100px;
	text-align: right;
}
.handle-count-container {
	margin: 4px 10px;
}
.handle-count-container-disabled {
	color: #aaaaaa;
}
.handle-count-container-disabled input {
	background-color: #cccccc;
}
.service-item-add label {
	margin: 0 27px 0 0;
}
.buy-payment-container {
    width: 374px;
    box-sizing: border-box;
    padding: 20px;
}
.buy-payment-container label {
	display: block;
	font-size: 17px;
	margin: 4px 0;
}
.attach-check, .attach-check-tab {
	position: absolute;
	width: 10px;
	height: 10px;  
	padding: 0;
	margin: 0;
	top: 3px;
	background-image: URL("/img/sprite.png");
	background-position: -119px -34px;
}
.attach-check-tab {
	left: 8px;
	top: 6px;
}
.attach-check-left {
	left: 3px;
}
.attach-check-right {
	right: 3px;
}
.door-generator-container {
	padding: 0 20px;
}
.shlegel-container {
	padding: 20px;
}
.door-generator-material-container {
	display: inline-block;
	text-align: center;
}
.attach-side {
	position: relative;
} 
.bigger-text {
	font-size: 14px;
}
.body-inside-container {
	padding: 0 18px;
}
.additional-inside-label {
	position: absolute;
	font-size: 10px;
	left: 46px;
	top: 46px;
}
.final-cost-value-payment { 
    font-size: 12px;
    color: #d5520f;
}
.check-door-handle {
	position: absolute;
	right: 10px;
	top: 60px;
}