.img_up_v2_upload_image_div input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.img_up_v2_image_container_cropper {
    text-align: center;
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    display: inline-flex;
}

.img_up_v2_image_container_cropper>img {
    height: 100%;
}

.img_up_v2_instruction_container {
    padding-top: 20px;
    text-align: justify;
}

.img_up_v2_preview_cropper_container {
    text-align: center;
    margin: auto;
    float: none;
    max-height: 200px;
    display: block;
}

.img_up_v2_preview_image {
    width: 300px;
    height: 250px;
    overflow: hidden;
}

.img_up_v2_cropper_butons
{
margin-top: 3%; 
}

.img_up_v2_pop_buttons {
    width: 170px !important;
}


.img_up_v2_crop_button .tz-bar {
    background-color: #e667c0;
    height: 3px;
    bottom: 0;
    left: 0;
    width: 0;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 2px 2px;
    -webkit-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

.img_up_v2_button-cover {
    height: 100px;
    margin: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px -8px #c5d6d6;
    border-radius: 4px;
}

.img_up_v2_button {
    position: relative;
    width: 74px;
    height: 36px;
    overflow: hidden;
}

.img_up_v2_button.b2 {
    border-radius: 2px;
}

.img_up_v2_button_10 > .icheckbox_square-grey
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.img_up_v2_knobs
{
    z-index: 2;
}

.img_up_v2_layer
{
    width: 100%;
   	 background-color: #fcebeb;
    transition: 0.3s ease all;
    z-index: 1;
}

.img_up_v2_knobs, .img_up_v2_layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.img_up_v2_button_10 .img_up_v2_knobs:before, .img_up_v2_button_10 .img_up_v2_knobs:after, .img_up_v2_button_10 .img_up_v2_knobs .img_up_v2_span
{
	width: 28px;
    height: 28px;
	padding: 10px 4px;	
    position: absolute;
    top: 4px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    transition: 0.3s ease all;
}

.img_up_v2_button_10 .img_up_v2_knobs:before
{
    content: '';
    left: 4px;
    background-color: #F44336;
}

.img_up_v2_button_10 .img_up_v2_knobs:after
{
    content: 'YES';
    right: 4px;
    color: #4e4e4e;
}

.img_up_v2_button_10 .img_up_v2_knobs .img_up_v2_span
{
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
}

.img_up_v2_button_10 .img_up_v2_checkbox.checked
{
    color: #4e4e4e;
}

.img_up_v2_knobs.checked 
{
    color: #4e4e4e;
}
.img_up_v2_span.checked
{
	color: #4e4e4e !important;
}


.img_up_v2_knobs.checked:before
{
    left: 42px !important;
   background-color: #03A9F4   !important;
}

.img_up_v2_knobs.checked:after
{
    color: #fff !important;
}

.img_up_v2_layer.checked
{
	background-color: #ebf7fc;
}

.no-padding-left-right
{
   padding-left:0px;
   padding-right:0px;
}

.margin-auto
{
  margin:auto;
  float:none;
}
.img_up_v2_upload_image_div input[type=checkbox]
{
 opacity:1 !important;
}


.img_up_v2_upload_image_div .add-another-ghost-btn>a:hover,.add-another-ghost-btn>a:focus,
.img_up_v2_upload_image_div .add-another-ghost-btn>button:hover,.add-another-ghost-btn>button:focus, 
.img_up_v2_upload_image_div .add-another-ghost-btn>input[type=submit]:hover 
{
	background-color: #000; /* layer fill content */
	color:#FFF;
	text-decoration:none;
	outline:none;
}

.img_up_v2_upload_image_div .add-another-ghost-btn>a, 
.img_up_v2_upload_image_div .add-another-ghost-btn>button, 
.img_up_v2_upload_image_div .add-another-ghost-btn>input[type=submit] {
    width: 250px;
    padding: 12px;
    text-transform: uppercase;
    font-weight: 300;
    background-color: #FFF;
    display: inline-block;
    border: 2px solid #000;
    font-size: 15px;
    text-decoration: none;
    color: #000;
}

.img_up_v2_upload_image_div .form-inputs textarea {
    width: 100%;
    height: 60px;
    padding-left: 10px;
    box-shadow: none !important;
    border: 1px solid #d7d7d7 !important;
    letter-spacing: 0.8px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.img_up_v2_upload_image_div .check-label {
    font-weight: 300;
    margin-left: 10px;
    font-size: 15px;
    margin-top: 10px;
    text-transform: none;
}

.img_up_v2_upload_image_div .checkboxtextspan {
    display: initial !important;
    padding-left: 30px !important;
}

.img_up_v2_upload_image_div .termsclass {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.img_up_v2_upload_image_div .iCheck-helper
{
    width: 18px !important;
    height: 18px !important;
}

.img_up_v2_upload_image_div .img_up_v2_required.img_up_v2_error label
{
   color:red !important; 
}

.img_up_v2_upload_image_div .img_up_v2_required.img_up_v2_error textarea,
.img_up_v2_upload_image_div .add-another-ghost-btn>input[type=submit]
{
  border-color:red !important;
}

@media only screen and (max-width: 767px)
{
    .img_up_v2_preview_cropper_container, .img_up_v2_cropper_butons > div 
    {
        margin-top: 35px;
    }
    
    .img_up_v2_preview_cropper_container, .img_up_v2_preview_image
    {
            width: 100%;
    }
}
.img_up_v2_checkbox
{
   width: 18px;
   height:18px;
}

/* Checkbox class */
.img_up_v2_upload_image_div .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px !important;
  text-align: left;
  margin-bottom: 0px;
  padding: 2px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.img_up_v2_upload_image_div .checkbox-container input {
  position: absolute;
  opacity: 0 !important;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.img_up_v2_upload_image_div .checkbox-container .checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  border: 1px solid #999;
  width: 22px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.img_up_v2_upload_image_div .checkbox-container .checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.img_up_v2_upload_image_div .checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.img_up_v2_upload_image_div .checkbox-container .checkbox-checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

._crop_box_top_heading {
	text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
}



