.fileUpload {
    position: relative;
    overflow: hidden;
    /*margin-top: 10px;*/
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.peoplePreview {
    width: 50px;
    height: 50px;
    cursor: move;
    background-position: center center;
    background-size: cover;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
    display: inline-block;
}
.icon-add__delete-photo {
    background-position: -80px -44px;
    width: 25px;
    height: 25px;
    position: relative;
    /* top: -30px; */
    /* left: -20px; */
}
.selFile2 {
    left: 30px;
    top: 0px;
    /* display: block; */
    width: 20px;
    height: 16px;
    position: relative;
}
[class^="icon-add__"] {
    width: 20px;
    height: 20px;
    top: -6px;
    left: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: text-top;
    background-image: url(/images/logo/sprite-add.png);
    background-repeat: no-repeat;
}
[class^="rotate"] {
    /* width: 20px; */
    /* height: 20px; */
    width: 20px !important;
    height: 20px !important;
    background: #fff;
    border-radius: 100%;
    position: relative;
    top: -6px;
    left: 13px;
    display: inline-block;
    /* width: 20px; */
    /* height: 20px; */
    line-height: 25px;
    vertical-align: text-top;
    background-image: url(/images/rotate.png);
    background-repeat: no-repeat;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 99;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/images/tenor.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.fileUpload {
    border-radius: 10px;
    margin-bottom: 5px;
}
.custombtn {

    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
