

.uploader_nodisplay{
	display: none;
}

.uploader_box_preview {
  font-size: 0;
  max-width: 1000px;
  background: #eee;
  overflow: hidden;
  margin: 10px 0px;
  padding: 5px;
}

.uploader_image_box{
	float: left;
	width: 140px;
	height: 140px;
	border: 3px solid white;
	background-color: #f9f9f9;
    margin: 5px;
}

.uploader_image_box_bg{
	background-color: #f9f9f9;
	width: 100%;
	height: 100%;
	position: relative;
    z-index: 1;
}

.uploader_image_box_bg img {
    /*
    max-width: 100%; max-height: 100%;
    width: auto !important;
    height: auto !important;
    vertical-align: middle;   
    */
    display: block;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0px; left: 0px;
    bottom: 0px; right: 0px;
    
}


.uploader_image_button_rotate_1, .uploader_image_button_rotate_2 {
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-color: #ffffff80;
    z-index: 5;
}

.uploader_image_button_rotate_1{
	background-image: url("./rotate-to-left-button.png");
	bottom: 4px;
	left: 4px;
	
}

.uploader_image_button_rotate_2{
	background-image: url("./rotate-to-right-button.png");
	bottom: 4px;
	right: 4px;
	
}

.uploader_image_button_remove{
	/*position: absolute;
	top: 4px;
	right: 4px;
	cursor: pointer;*/
    
    position: absolute;
    top: -7px; right: -7px; 
    width: 30px; height: 30px;
    line-height: 24px;
    background: #83341b;
    color: #fff;
    padding: 0px;
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: solid 1px #fff;
    z-index: 20;
    text-decoration: none;
    border-radius: 50%;
}

.uploader_clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.uploader_block_btn { display: block;
  
  max-width: 1000px;
  /*height: 50px;*/
  
  border: solid 2px #91c8a3;
  background: #def2e0;
  padding: 5px 0px;
  margin: 10px 0px;
  color: #536958;
  cursor: pointer;
 }

.uploader_block_btn:hover {
  background: #c0dac1;
 }

.uploader_btn_status {
  display: block;
  text-align: center;
  margin: 10px 0px;
 }



