.dz-preview{
    display: none;
}
#cropper{
    display: inline-block;
    width: 100%;
    height:346px;
    background-color: #e6e6e6;
    overflow: hidden;
    position: relative;
}

#cropper canvas{
    width: 100%;
    height:346px;
}

#cropper .tools{
    position: absolute;
    bottom:-1px;
    left:0;
    right: 0;
    text-align: center;
    height: 30px;
}

#cropper .tool{
    background-color: #f5f5f5;
    color: #a0a0a0;
    height: 30px;
    line-height: 30px;
    padding-right: 12px;
    padding-left: 12px;
    border-left: 1px solid #d6d6d6;
    display: inline-block;
    float: left;
    cursor: pointer;
}

#cropper .tools div .tool:first-child
{
    border-top-left-radius: 3px;
    border-left:none;
}

#cropper .tools div .tool:last-child
{
    border-top-right-radius: 3px;
}

#cropper #upload{
    width: 170px;
    height: 170px;
    border: 3px dashed #c2c2c2;
    border-radius: 20px;
    margin: 82px auto;
    position: relative;
    background-image: url("/assets/images/upload_icon.png");
    background-repeat: no-repeat;
    background-position: center 50px;
    -webkit-animation: upload 2s infinite; /* Chrome, Safari, Opera */
    animation: upload 2s infinite;
}
#cropper-wrapper #cropper{
    height: 150px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: inherit;
}
#cropper-wrapper #save_cropped_image{
    display: table;
    margin: 0 auto;
    float: none;
    margin-top: 10px;
}

#cropper-wrapper #upload_profile_picture{
    position: absolute;
    font-size: 0;
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding: 0px;
    height: 40px;
    z-index: 10000;
    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    /* -webkit-appearance: push-button; */
    cursor: pointer!important;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
}


#cropper-wrapper #upload_overlay{
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: none; /* Chrome, Safari, Opera */
    animation: none;
    background-image:url('//s3-eu-west-1.amazonaws.com/youngcrm/images/default_picture.png');
}
#cropper-wrapper #cropper #upload{
    bottom:22px;
    height: 0px;
    width: 150px;
}
#cropper-wrapper #cropper #upload div {
    bottom:11px;
    color: white;
    position: absolute;
}
@-webkit-keyframes upload {
    0%   {background-position: center 50px}
    50%  {background-position: center 30px}
    100%   {background-position: center 50px}
}

/* Standard syntax */
@keyframes upload {
    0%   {background-position: center 50px}
    50%  {background-position: center 30px}
    100%   {background-position: center 50px}
}

#cropper #upload div{
    position: absolute;
    bottom:36px;
    right:0;
    left:0;
    text-align: center;
    font-size: 14px;
    font-weight:400;
    color: #A0A0A0;
}

#cropper_input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#upload_overlay{
    background-color: #e6e6e6;
    left:0;
    right:0;
    top:0;
    bottom:0;
    position: absolute;
}