a
{
  FONT-SIZE:inherit;
  FONT-FAMILY:inherit;
  COLOR:inherit;
  text-decoration-skip-ink: none;
  text-decoration:none;
}
body a
{
  FONT-SIZE:inherit;
  FONT-FAMILY:inherit;
  COLOR:inherit;
  text-decoration-skip-ink: none;
  text-decoration:none;
}


.inventory_star_corner{
	height: 30%;
    top: 0;
    position: absolute;
    z-index: 2;

    width: 3.06em;
    justify-content: flex-end;
    position: absolute;
    display: flex;

}
.inventory_one_star{
	display: inline-block;
    width: 15%;
}
.inventory_star_corner_img{
    width: auto;
    height: 100%;
}
.inventory_star_corner_img img{
    width: auto;
    height: 100%;
}

.set_wh100{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 100%;
}
.inv_kukla_dimensions{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 89.13%;
/*	padding-top: 205px;*/
	padding-top: 246px;
}

.inv_peredachki{
	padding: 0 0.5em;
	padding-bottom: 0.5em;
}

.inv_amount_icon{
	position: relative;
	display: inline-block;
	font-weight: normal;
	padding-left: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

.inv_amount_icon img{
	padding: 0;
	margin: 0;
	top: -1px;
	width: 16px;
	position: absolute;
	left: 0;
}


 
 .inv_rotate90{
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
 }

.inv_scroll_content_expand_sign{
    position: absolute;
	image-rendering: auto;
    right: 0;
    top: 0;
    width:1.286em;
	height:1.286em;
 }
 .inv_scroll_content_expand{
	position: relative;
	float: right;

 }

.inv_scroll_content_inside{
               display:inline;
               font-size: 1em;
               font-weight: bold;
}
.inv_scroll_content:hover{
         		background: rgba(177, 177, 177, 0.4);
}

.inv_scroll_content{
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
         cursor: pointer;
         font-size: 1.1em;
         line-height: 1.42857143;
         color: inherit;
         box-sizing: border-box;
         padding: 0 0.5em;
		 padding-top: 0.2em;
		 padding-bottom: 0.15em;
         font-family: Arial, Helvetica, sans-serif;
         position: relative;
}



.container_inventory_outside{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inv_note_inside{
	padding: 1em;
	position: relative;
	text-align: center;
}
.inv_note{
    position: relative;
	display: block;
	max-width: 1012px;
	width: 100%;
    margin: 2px;
    padding: 0;
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px silver;
    background-color: #fbfaf5;
}

.inv_note_kukla{
    position: relative;
	display: block;
	max-width: 1012px;
    margin: 0.5em;
    padding: 0;
    color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px silver;
    background-color: #fbfaf5;
	box-shadow: inset 0 0 0 1px #b19673, 0 2px 5px rgb(0 0 0 / 25%);
}
.inv_note_kukla_inside{
	position: relative;
}


.inv_item_select_info{
	float: right;
}
.inv_text_btn{
	position: relative;
	float:  left;
	clear: left;
	padding: .5em 1em;
    font-size: 100%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
	color: rgba(0, 0, 0, 0.9);
    background: url(../i/inv_im/art_btn_bg_gold.png) #cccf63;
    background-size: 100% 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #fce6b0, inset 0 0 0 2px #a78750, 0 0 0 1px rgb(0 0 0 / 13%);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.inv_text_btn:hover{
	-webkit-filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
  	filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
}
.inv_buttons_to_right{
	display: flex;
	justify-content: space-around;
	padding-bottom: 0.2em;
}
.inv_text_kukla_btn{
	position: relative;
	min-width: 7em;
	padding: .5em 1em;
    font-size: 90%;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
	color: rgba(0, 0, 0, 0.9);
    background: url(../i/inv_im/art_btn_bg_gold.png) #cccf63;
    background-size: 100% 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px #fce6b0, inset 0 0 0 2px #a78750, 0 0 0 1px rgb(0 0 0 / 13%);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.inv_text_kukla_btn_hover{
}

.inv_text_kukla_btn_hover:hover{
	-webkit-filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
  	filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
}

.inv_doll_and_stats_outside{
	display: flex;
	flex-direction: column;
}

.inv_stat_text{
	font-size: 1em;
	font-weight: bold;
/*	text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
	position: absolute;	bottom: 0;*/
    top: -2px;
	width: 100%;
	left: 0;
	text-align: center;

}

.inv_stat_text_info{
	font-size: 1em;
	font-weight: bold;
/*	text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
	position: absolute;	bottom: 0;*/
    top: -2px;
	width: 100%;
	left: 0;
	text-align: center;

}


.inv_hidden_block{
	padding: .5em 0.5em;
    padding-top: 0;
	border-radius: .35em;
	-webkit-border-radius: .35em;
	-moz-border-radius: .35em;
/*	box-shadow:	inset 0 0 0 1px #85734f;
	background-color: #d1cfc8;*/
	position: relative;
	text-align: left;


	font-weight: normal!important;
	white-space: normal!important;
	line-height: normal!important;
	display: none;
}



.inv_hidden_block_showed{
	display: block;
}

.smaller_font{
    font-size: 0.95em;
}


.btn_standard{
    padding-left: 0.5em;
    padding-right: 0.5em;
	white-space: nowrap;
	display: block;
	position: relative;
    /*margin: .2em 0;*/
    text-align: center;
    /*padding: .5em 0;*/
	color: #592C08;
	background: url(../i/shop_images/art_btn_bg_gold.png) #DAB761;
	background-size: 100% 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:
		inset 0 0 0 1px #fce6b0,
		inset 0 0 0 2px #a78750,
		0 0 0 1px rgba(0,0,0,.13);

	line-height: 2em;
}

.btn_standard:hover{
	-webkit-filter: brightness(1.1);
	filter: brightness(110%);	
}


.btn_on_edit{
	background-color: #F1D86e;
	color: #000000;
	text-shadow: none;
}

.inv_menu_but_disabled{
	-webkit-filter: grayscale(100%) opacity(0.8);
    opacity: 0.8;
    filter: gray alpha(opacity=80);
    pointer-events: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.inv_menu_but_disabled{
		opacity: 0.5;
	}
}

.btn_disabled{
	-webkit-filter: grayscale(100%) opacity(0.8);
    opacity: 0.8;
	background-color: rgb(128, 128, 128);
    filter: gray alpha(opacity=80);
    pointer-events: none;

}


.container{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.container_inventory{
   font-size: 12px;
   image-rendering: -webkit-optimize-contrast;
   image-rendering: optimizeQuality;
   font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	/*font-size: 13px;*/
	font-weight: normal;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	display: flex;
	flex-direction: row;
	max-width: 1012px;
	width: 100%;
}
.inv_request_info{
	font-size: 90%;
	line-height: 1.25em;
	display: flex;
	padding: 0.25em 0;
}

.container_block_left{
		-webkit-touch-callout: none;
		-webkit-tap-highlight-color: transparent;
		margin: 0;
		padding: 0;
/*		min-width: 244px;*/
		min-width: 292px;
		max-width: 25.3623%;
}


.separator2{
	width: 100%;
    height: 1px;
    margin: .45em auto;
	background-color: #bdb6a8;
}

.inv_separator4{
	width: 100%;
    height: 1px;
    margin: .2em auto;
	background-color: #bdb6a8;
}


.inv_separator3{
	width: 100%;
    height: 1px;
    margin: .45em auto;
	margin-bottom:0;
	background-color: #bdb6a8;
}

.container_block{
	width: 100%;
/*	height: 100%;*/
	min-height: 100%;
	padding: 0.35em 0;
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #f5f3ea;
	background:  
		url('../i/inv_im/corner_lt2.png') no-repeat top left,
		url('../i/inv_im/corner_rt2.png') no-repeat top right,
		url('../i/inv_im/corner_lb2.png') no-repeat bottom left,
		url('../i/inv_im/corner_rb2.png') no-repeat bottom right #f5f3ea;
	background-color: #f5f3ea;
	background-size: 14px;
	box-shadow: inset 0 0 0 1px #85734f;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	text-align: left;
}
.container_block_right{
		margin: 0;
		padding: 0;
/*		width: auto;*/
		width: 100%;
/*		flex-grow: 1;*/
		margin-left: 0.25em;
		display: flex;
}

.filter_tabs_block_outer{
	margin-left: 0.8em;
	margin-right: 0.8em;
}

.filter_tabs_block{
    flex-wrap: wrap;
	image-rendering: auto;
    margin: auto;
	width: 100%;
	line-height: 0!important;
	margin-bottom: .5em;
	background: url(../i/inv_im/dot.png) repeat-x bottom left;
	display: flex;
	flex-direction: row;
	/*box-shadow: 0 0 0 1px red;*/
}

.filter_tab_disabled 
{
        pointer-events: none;
        opacity: 0.3;
}

.filter_tab{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	flex: 1;	
	-webkit-filter: grayscale(50%) opacity(0.5);
	filter: gray alpha(opacity=50);
	display: inline-block;
	margin: 0!important;
	padding: 1.2em 0!important;
	background-position: center!important;
	background-size: auto 100%!important;
	position: relative!important;
	border: solid 1px #bdb6a8;
	-webkit-border-top-left-radius: .5em;
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-topright: .5em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	box-shadow: inset 0 -.5em .3em rgba(0,0,0,.12);
}

.filter_tab_for_hover:hover{
  	box-shadow: 0 -1px 0px 1px #999999;
}








.popup{
	position: absolute;
	top: 50%;
	left: 50%;

	-moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

	padding-bottom: .5em;
	pointer-events: initial;
	
    /*box-shadow: 0 0 50px rgba(0,0,0,.5)*/
	width: 100%;
	max-width: 40%;
	height: fit-content;
}

.inv_stat_data{
	display: block;
	width: 24px;
	min-width: 1.3em;
	min-height: 1.3em;
	height: auto;
	position: relative;
}

.inv_stat_data2{
	display: block;
	width: 24px;
	min-width: 1.3em;
	min-height: 1.3em;
	height: auto;
	position: relative;
}


.inv_stat_data_margin{
   margin-left: 0.2em;
   margin-right: 0.2em;
}

.art_doll_img{
	position: relative;  
	top: 0; 
	left: 0; 
	display: flex;
	width: 100%;
}
.art_doll_img img{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.art_doll_inside{ 
	position: relative;  
	top: 0;  
	left: 0; 
/*	width: 230px;
	height: unset;*/
	width: 276px;
	height: 246px;

}


.inventory_block{
	font-size: 120%;
/*	margin-left: 0.55em;
	margin-right: 0.8em;*/
	margin-left: 0.45em;
    margin-right: 0.45em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}

.inventory_block_wide{
	justify-content: space-between;
}

.inv_item_menu{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
	position: fixed;
    transition: opacity 0.5s;
	color: white;

	background: rgba(0,0,0,.7);
	background-size: 1em;
	border-radius: .35em;
	-webkit-border-radius: .35em;
	-moz-border-radius: .35em;
	box-shadow:
	inset 0 0 0 1px #592c08,
	inset 0 0 10px rgba(0,0,0,.25);
	padding: 0.25em;
	z-index: 4;
	font-size: 120%;
}


.inv_stat_img_div{
	position: relative;
	width: 100%;
}


.inv_stat_img_div2{
	position: relative;
	width: 100%;
}


.inventory_item_div{
	position: relative;
	cursor: pointer;
	margin-left: 0.15em;
	margin-right: 0.15em;
	margin-bottom: 0.7em;
	width: 4.1667em;
	max-width: 100px;
	height: 4.1667em;
	max-height: 100px;
}


@media screen and (max-width: 900px) and (max-height: 950px) {
	body{
/*		background: #f5f3ea;
		background-color: #f5f3ea;*/
	}
	.inventory_item_div{
		margin-bottom: 0.3em;
	}
	.inv_kukla_dimensions{
		padding-top: 205px;
	}
	.inv_scroll_content:hover{
		background: none;
	}
	.inv_scroll_content2:hover{
		background: none;
	}

	.inv_item_menu{
		font-size: 100%;
	}

	.inventory_block{
		font-size: 100%;
		margin-left: 0.15em;
		margin-right: 0.3em;
	}
	.art_doll_inside{
		width:100%; 
/*		min-width: 153.33px;
		min-height: 136.67px;*/
		width: 230px;
		height: 205px;
		min-width: 230px;
		min-height: 205px;
	}
	.filter_tabs_block{
		margin-bottom: 0.25em;
	}
	.container_block_left{
			min-width: 244px;
			margin: 0;
			padding: 0;
			max-width: 30%;
	}
  .container_block{
	margin-top: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	padding-top: 0;
   padding-bottom: 0;
	background: #f5f3ea;
  }
  .separator2{
	  margin-top: 0.3em;
	  margin-bottom: 0.4em;
  }
  .container_inventory{
	   min-height: 100%;
  }
  .container_block_right{
 	  margin-left: 0em;
      border-left: 1px solid rgb(0, 0, 0, 0.25);
  }
}

.inventory_margins{ 
	margin-left: 8px;
	margin-right: 8px;
}

.inventory_stats{
	user-select: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.inventory_doll_stats{
	position: relative;
	width: 100%;
	display: flex;
	margin: 0 auto;
}

@media only screen and (orientation: portrait) and (max-width: 270px) and (max-height: 950px) {
	.home_reset_btn{
		width: 20px!important;
		height: 20px!important;
		top: 3px;
	    position: relative;
	}
}

@media only screen and (orientation: portrait) and (max-width: 700px) and (min-width: 300px) and (max-height: 950px) {
	.inv_stat_img_div{
		height: 100%;
	}

	.inventory_doll_stats{
		width: auto;
	}
	.art_doll_inside{
		width:100%; 
		width: 242.34px;
		height: 216px;
	}
	.inv_doll_and_stats_outside{
		flex-direction: row-reverse;
	}
	.inventory_stats{
		flex-direction: column;
	}
	.inv_stat_data{
		height: 24px;
	    display: flex;
	    width: 100%;
	}
	.inv_stat_text{
		padding-left: 0.3em;
		position: relative;
		display: inline-block;
		padding-top: 0.6em;
		margin: auto;
		font-size: 1em;

/*		position: absolute;
		top: auto;
	    bottom: 0;
		font-size: 1em;*/
		text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
	}
}

@media only screen and (orientation: portrait) and (max-width: 700px) and (max-height: 950px) {
	body{
/*		background: #f5f3ea;
		background-color: #f5f3ea;*/
	}
	.container_block{
		min-height: 0;
	}
	.set_wh100{
		min-width: 24px;
	}


	
	.inv_item_menu{
		font-size: 100%;
	}

	.inventory_block{
		font-size: 100%;
	}


	.inventory_margins{
		margin: 0 auto;
	}


	.popup{
		width: 100%;
		height: fit-content;
	}

  .container_block_right{
      border-left: none;
  }

	.filter_tab{
		-webkit-border-bottom-left-radius: .5em;
		-webkit-border-bottom-right-radius: .5em;
		-moz-border-radius-bottomleft: .5em;
		-moz-border-radius-bottomright: .5em;
		border-bottom-left-radius: .5em;
		border-bottom-right-radius: .5em;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
  .container_block{
	margin-top: 0;
	box-shadow: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	padding-top: 0.1em;
	background: #f5f3ea;
  }
  .filter_tabs_block{
	background: url(../i/inv_im/dot.png) repeat-x top left;
  }

  .separator2{
	  margin-top: 0.2em;
	  margin-bottom: 0.2em;
  }
  .container_inventory {
	flex-direction: column;
  }
  .container_block_left{
		min-width: 100%;
		max-width: 100%;
  }
  .container_block_right{
  	width: 100%;
  }

}









.container_block_header{
	display: inline-block;
	font-weight: bold;
	color: #86734f;
	padding: .3em 1.3em;
	white-space: nowrap;
	border: solid 1px #86734f;
	border-bottom: none;

	-webkit-border-radius: 1.3em;
	-moz-border-radius: 1.3em;
	border-radius: 1.3em;

	position: absolute;
	top: 0;
	left: 50%;

    -webkit-transform: translate(-50%, -.8em);
    transform: translate(-50%, -.8em);

	background: 
		url(../i/inv_im/bg_header2_l.png) no-repeat left center,
		url(../i/inv_im/bg_header2_r.png) no-repeat right center,
		#f5f3ea;
	background-size: contain;
}


.filter_tab_active{
	-webkit-filter: grayscale(0%) opacity(1);
    filter: gray alpha(opacity=100);
	border: solid 1px #bdb6a8;
	border-bottom: solid 1px #dcd9cd;
	box-shadow: inset 0 -.5em .3em rgba(0,0,0,0);
	background-size: auto 100%!important;	
	cursor: auto;
}













.inv_item_buttons{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

}
.inv_item_menu_visible{
    opacity: 1;
    display: block;
}
.inv_item_dop_info{
	font-size: 95%;
}

.inv_item_select{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	margin: 0.15em;
	width: 3em;
	max-width: 90px;
	height: 3em;
	max-height: 90px;
	display: inline-block;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
}
.inv_item_art_name{
	margin: auto;
	text-align: center;
	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-khtml-user-select:none;
}
.inv_item_select_img{
	image-rendering: auto;
	max-width:100%;
	max-height:100%;
}
.inv_item_close{
	position: relative;
	float: right;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.inv_btn_close{
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	width: 1em;
	height: 1em;
	cursor: pointer;
}

.inv_btn_close:hover{
	-webkit-filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
  	filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
}

.inv_item_select_img:hover{
	-webkit-filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
  	filter: brightness(125%) drop-shadow(0 0 5px #ffe4b3);
}

.inv_art_around{
	width: 4.1667em;
	max-width: 100px;
	height: 4.1667em;
	max-height: 100px;
}







.inventory_item{
	max-width:100%;
	max-height:100%;
	border: 1px solid #9a7e56;
	background: #e7e6ad;
	background: -moz-radial-gradient(center, ellipse cover, #e7e6ad 0%, #dbbd87 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #e7e6ad 0%,#dbbd87 100%);
	background: radial-gradient(ellipse at center, #e7e6ad 0%,#dbbd87 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e6ad', endColorstr='#dbbd87',GradientType=1 );
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


.inventory_item:hover{
  	box-shadow: 0 0 1px 2px #ffed87;
	
}


.inventory_item_normal {
	z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid rgba(154, 126, 86, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.inventory_item_normal:hover{
  	box-shadow: 0 0 1px 2px #ffed87;
}


.inventory_item_broken {
	border: 2px solid rgba(200, 0, 0, 0.7);
}

.inventory_item_in_rent {
	border: 2px solid rgba(9, 22, 200, 0.8);
}

.inventory_item_finished_rent {
	border: 1px solid rgba(9, 22, 202, 0.8);
    border-style: double;
    border-width: 3px;
/*	border: 2px solid rgba(9, 22, 202, 0.8);*/
}

.inventory_item_in_forge {
	border: 2px solid rgba(0, 0, 0, 1);
}


.formFieldContainer{
	position: relative!important;
	margin: .5em;
}

.form_input_field_Container{
	margin: 0;
	background-color: #99968b;	
	border: 1px solid #592c08;

	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.form_input_field{
	background-color: transparent;
	border: none;
	font-weight: bold;
	margin: .5em;
	color:#fff!important;
}

.form_input_field:focus{
	border: none;
	box-shadow: none;
}

*:focus {
    outline: none;
}



/* Текст с кнопкой*/
.text_width_button_float{
	float: right;
}

.text_with_button{
	image-rendering: auto;
	background-repeat: no-repeat;
	/*background-size: contain;*/
	background-size: 1em;
	background-position: right center;
	padding-right: 1.3em;
	/*font-weight: bold;	*/
	color: #592c08;
}

.btn_expand{
	background-image: url(../i/inv_im/btn_expand.png);
}
.btn_collapse{
	background-image: url(../i/inv_im/btn_collapse.png);
}


.btn_filter_armourers{background-image: url(../i/inv_im/btn_filter_armourers.png);}
.btn_filter_weapon{background-image: url(../i/inv_im/btn_filter_weapon2.png);}
.btn_filter_armor{background-image: url(../i/inv_im/btn_filter_armor2.png);}
.btn_filter_jewelery{background-image: url(../i/inv_im/btn_filter_jewelery2.png);}
.btn_filter_another{background-image: url(../i/inv_im/btn_filter_another2.png);}
.btn_filter_rent{background-image: url(../i/inv_im/btn_filter_rent.png);}
.btn_filter_repair{background-image: url(../i/inv_im/btn_filter_repair.png);}
.btn_filter_star1{background-image: url(../i/inv_im/btn_filter_star1.png);}
.btn_filter_star2{background-image: url(../i/inv_im/btn_filter_star2.png);}
.btn_filter_chest{background-image: url(../i/inv_im/btn_filter_chest.png);}
/* Конец*/


.popup_window{
	width: 100%;
	height: 100%;
	position: fixed;
	background:url('../i/inv_im/bg_win_info.png');
	pointer-events: none;
}





.bad_buttons{
	height: auto!important;
	text-align: center;

	/*box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.15);*/
}

.bad_buttons a{
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 .2em;
}

.bad_buttons a:before{
	content: "";
	padding-top: 100%;
	float: left;		
}


.bad_content{
	height: auto!important;
	text-align: left;

	/*box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,.15);*/
}

.separator1{
	width: 60%;
    height: 2em;
    margin: 0 auto;
	background: url(../i/inv_im/separator1.png) no-repeat center center;
	background-size: contain;

	/*box-shadow: inset 0px 0px 0px 1px rgba(255,0,0,.5);*/
}



.divs_inline{
	height: 2em;
	position: relative;
	margin: auto;
	margin-bottom: .4em;
    display: flex;


	/*box-shadow: 0 0 0 1px red;*/
}

.inv_cut_text{
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}

.divs_inline_left{
	width: 40%;
    flex-grow: 1;
	position: relative;
	/*box-shadow: 0 0 0 1px purple;*/
}

.divs_inline_right{
    image-rendering: auto;
	width: 2em;
	height: 2em;	
	position: relative;
	
	/*box-shadow: 0 0 0 1px green;*/
}

.divs_inline_right_24{
    image-rendering: auto;
	top: 1px;
	width: 24px;
	height: 24px;	
	right: 0;
	position: absolute;
}

.divs_inline_edit{
    image-rendering: auto;
    padding-left: 1em;
    padding-right: 1em;
	width: 2em;
	height: 2em;	
	position: relative;
	background: url(../i/inv_im/btn_save.png) no-repeat center center;
	background-size: contain;
	
	/*box-shadow: 0 0 0 1px green;*/
}


.mwh100{
	 max-width:100%; 
	 max-height:100%;
	 position: absolute;
	 left: 0;
	 top: 0;
}




.inventory_stats_info{
	user-select: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.item_not_selected{
	opacity: 90%;
    filter: brightness(1.45);
    webkit-filter: brightness(145%);
	filter: alpha(opacity=90);
}
.item_is_selected{
	background: rgba(250, 250, 0, 0.25);
    border-radius: 20px;
}

.art_is_selected{
  	box-shadow: 0 0 1px 2px #efdd77;
}


.arts_predmeti{
   width: 95%;
   margin: 0 0.5em;
   font-size: 1.15em;
   height: 1.3em;

   text-align: center;
   text-transform: none;
   padding-top: 0.35em;
   padding-bottom: 0.15em;
   font-weight: normal!important;
   position: relative;
   display: inline-block;
   content: '';
 }

.inv_slot_hover{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
   cursor: pointer;
}
.inv_slot_hover:hover{
  	box-shadow: 0 0 0px 1px #ffed87;
}

.btn_txt_hover{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.btn_txt_hover:hover{
  	box-shadow: 0 0 1px 2px #ffed87;
}


.btn_hover{
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
   cursor: pointer;
}
.btn_hover img:hover{
	-webkit-filter: brightness(145%) drop-shadow(0 0 2px #ffe4b3);
  	filter: brightness(145%) drop-shadow(0 0 2px #ffe4b3);
}

.arts_info  {  position: relative;  top: 0;  left: 0;}
.arts_parent_info{   font-weight: 400;   font-family: 'Arial',sans-serif; position: relative;	letter-spacing: normal;    font-size: 16px;	-moz-user-select: none;	-webkit-user-select: none; -ms-user-select: none; display:inline-block;}

.art_click{
   display: flex;
   cursor: pointer;	
   -webkit-touch-callout: none;
   -webkit-tap-highlight-color: transparent;
 }

.inventory_item_div_empty{
	cursor: pointer;
	margin-left: 0.15em;
	margin-right: 0.15em;
	width: 4.1667em;
	max-width: 100px;
	max-height: 100px;
	height: 0;
	margin-top: 0;
	margin-bottom: 0;

}


.inventory_item2:hover{
  	box-shadow: 0 0 1px 2px #ffed87;
}

	



.inventory_item2{
	max-width:100%;
	max-height:100%;
}

.inv_100mwmh{
	max-width:100%;
	max-height:100%;
}

.d{
  cursor: auto;
  filter: grayscale(.7);
}

.inv_buttons_to_right a{
   text-decoration:none;
}

.inventory_item_div_wide{
	width: 16em;
	max-width: 230px;
	background-color: #fbfaf5;
    box-shadow: inset 0 0 0 1px #b19673, 0 2px 5px rgb(0 0 0 / 25%);
}

.invetory_item_text_inside{
    font-size:80%
}

.inventory_item_text{
	position: absolute;
	width: 11.1em;
	top: 0.5em;
	left: 4.5em;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}

.inv_item_select_return_small{
	position: absolute;
    font-size: 0.7em;
    right: 0.5em;
    bottom: 0.5em;
	z-index: 2;
	max-width:100%;
	max-height:100%;
}

.inventory_item_nadet_button{
	display: none;
	left: 3.2em;
	width: 2.5em;
	height: 2.5em;
	image-rendering: auto;
	top: 0;
	z-index: 3;
}

.inventory_item2:hover .inventory_item_nadet_button{
	display: block;

}


.inventory_repair_info{
	position: absolute;
	width: 4.1667em;
	height: 4.1667em;
	z-index: 3;
	top: 0em;
	left: 0em;
	pointer-events: none;
}

.inventory_repair_info img{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: -1;
	width: 2em;
	height: 2em;
	-webkit-filter: brightness(125%) drop-shadow(0 0 4px #ffffff);
  	filter: brightness(125%) drop-shadow(0 0 4px #ffffff);
}
.inventory_repair_text{
	color: white;
	text-shadow: 0px 0px 2px #000000;
	font-size: 75%;
	left: 50%;
	top: 65%;
	position: absolute;
	-moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	font-weight: bold;
}

.inventory_black_background{
	position: absolute;
	width: 4.1667em;
	height: 4.1667em;
	top: 0em;
	left: 0em;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

.inv_art_prop_amount_icon{
	position: relative;
	display: inline-block;
	font-weight: normal;
	padding-left: 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	/*box-shadow: inset 0 0 0 1px green;*/
}

.inv_art_prop_amount_icon img{
	padding: 0;
	margin: 0;
	width: 1.3334em;
	height: auto;
	position: absolute;
	left: 0;


	/*box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);*/
}
.inv_art_prop_amount_icon a{
	color: #3582C4;
}

.inv_res_img:not(:nth-child(0)){
	margin-left: 0.5em;
}

.inv_res_img img{
	top: -0.1em;
}

.inv_renew_box{
margin-top:0.4em;
}