.field-notice{
    font-size: 12px;
    font-weight: normal;
}

.uploader{
    position: relative;
}

#res .progress-bar {
    background-color: #347ed1;
    line-height: 14px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

/*! formstone v1.3.2 [upload.css] 2017-03-10 | GPL-3.0 License | formstone.it */
.fs-upload {
    position: relative;
    overflow: hidden
}

.fs-upload, .fs-upload *, .fs-upload :after, .fs-upload :before, .fs-upload:after, .fs-upload:before {
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.fs-upload-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1px;
    opacity: 0;
    pointer-events: none
}

.fs-upload-target {
    cursor: pointer
}

.fs-upload-disabled .fs-upload-target, .no-touch .fs-upload-disabled:hover .fs-upload-target {
    cursor: default;
    cursor: not-allowed
}

.target {
    width: 100%;
    min-height: 95px;
    display: flex;
}

.target .fs-upload-target{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    padding: 20px;
    opacity: 0;
}
.target .fs-upload-target i{
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 100%;
    color: #c2c2c2;
    font-family: 'PT Sans';
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    border: 1px dashed #ccc;
}
.target .fs-upload-target i span{
    padding: 5px 0;
    display: block;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    font-family: Arial,sans-serif;
    color: #636363;
    font-weight: normal;
}
.fs-upload-dropping .fs-upload-target{
   opacity: 1;
}

.uploader .fup-result{
    display: inline-block;
    margin-bottom: 20px;
}
.uploader #res{
    float: left;
    margin-top: 10px;
}

.uploader #res{
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.uploader #res .fup-photo-item, .uploader .target_mask {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 75px;
    margin: 0 10px 10px 0;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background: #fff;
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
}
.uploader .target_mask{
    margin-top: 10px;
}
.uploader .target_mask .fs-upload-target{
    cursor: pointer;
}
.uploader .target_mask .fs-upload-target i {
    display: block;
    width: 100%;
    height: 100%;
}
.fup-target-mask-block{
    float: left;
    width: 98px;
    height: 75px;
    background: url(/images/photo.svg) no-repeat #f5f5f5 center 11px;
    background-size: 50px;
    fill: #ccc;
}

.uploader #res .file{

}

.uploader #res .thumb{
    height: 75px;
    width: 100px;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

::-webkit-progress-bar {
    background: rgba(245, 245, 245, 0);
    box-shadow: 1px 1px 13px -5px inset;
}
::-webkit-progress-value {
    background: #337ab7;
}
::-moz-progress-bar {
    background: rgba(245, 245, 245, 0);
    box-shadow: 1px 1px 13px -5px inset;
}

.uploader #res progress{
    height: 24px;
    width: 100%;
    /*background: #337ab7;*/
}

.shadow-backgr{
    background: rgba(245, 245, 245, 0);
    box-shadow: 1px 1px 13px -5px inset;
}

.uploader #res .res-style{
    width: 100px;
}

.uploader #res .progr-line{
    position: absolute;
    top: 0;
    left: 0;
    background: #f3f3f3;
    width: 100%;
    height: 100%;
}

.uploader #res .progress{
    margin-bottom: 0;
    border: 1px solid #ccc;
    margin: 30px 10px auto;
    border-radius: 30px;
    overflow: hidden;
}

.uploader #res .upload_error{
    color: red;
}

.fs-upload-dropping{
    background-color: #eee;
}

.upload_ok{
    color: #4c563d;
    cursor: move;
}

#res .upload_ok .progress-pecent{
    color: #4c563d;
}

.uploader #res .del_img{
    position: absolute;
    top: 4px;
    right: 2px;
    z-index: 20;
    width: 16px;
    display: block;
}

.uploader #res .del_img:hover {
    cursor: pointer;
}

.uploader #res .block-main-photo {
    width: 22px;
}

.uploader #res .main-photo {
    z-index: 40;
}
.photohighlight{
    opacity: .7;
}
.photoplaceholder{
    float: left;
    width: 100px;
    height: 75px;
    background-color: rgba(221, 221, 221, .5);
    margin: 0 10px 10px 0;
    border: 1px solid transparent;
    border-radius: 6px;
    opacity: .5;
    transform: scale(0.8);
}