@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone,.dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 30px;
    background: #f4f4f4;
    padding: 0;
    float: left;
    width: 100%
}

.dropzone::before {
    display: none;
    content: "\ea55";
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 66px;
    color: #ccc;
    line-height: 150px
}

.dropzone.PhotoList {
    min-height: 30px;
    border: 2px dotted #00bcd4;
    background: #00bcd40f;
    padding: 10px 10px 100px;
    box-sizing: border-box
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
}

.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    text-align: center
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    float: left;
    width: 100%;
    height: 80px
}

.dropzone .dz-preview i.move {
    display: none
}

.dropzone.PhotoList .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 100%;
    float: left;
    height: 74px;
    padding: 0;
    box-sizing: border-box;
    background: linear-gradient(to bottom,#f0fbfc,#fff);
    overflow: hidden;
    box-shadow: 0 0 0 1px #00bcd43b;
    overflow: hidden
}

.dropzone.Invoice {
    background: #e6e6e6;
    overflow: hidden;
    cursor: pointer!important;
    height: 30px;
    position: relative;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.dropzone.Invoice::before {
    display: block!important;
    content: "\e93b";
    font-family: misszenne!important;
    line-height: initial;
    font-size: 16px;
    color: #969696
}

.dropzone.Invoice.dz-started::before {
    content: "\e93f";
    color: #fff
}

.dropzone.Invoice .dz-message {
    text-align: center;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none
}

.dropzone.Invoice .dz-preview {
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    height: inherit;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0
}

.dropzone.Invoice.dz-started {
    min-height: inherit;
    background: #b4de83
}

.dropzone.Invoice.dz-started .Blank {
    display: none
}

.dropzone.Invoice .dz-preview i {
    display: none
}

.dropzone.Invoice .dz-preview .dz-image img {
    float: none;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex
}

.dropzone.Invoice .dz-preview .dz-image {
    position: relative;
    height: inherit;
    width: 100%;
    float: none;
    overflow: initial;
    display: flex;
    display: none
}

.dropzone.Invoice .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0;
    display: none
}

.dropzone.Invoice .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial;
    display: none
}

.dropzone.Invoice .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.Invoice .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.Invoice .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.Invoice .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.Invoice .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone.Invoice .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: none
}

.dropzone.addD1 {
    background: #8bc34a;
    overflow: hidden;
    cursor: pointer!important;
    min-height: 66px;
    position: relative
}

.dropzone.addD1 .dz-message {
    text-align: center;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.dropzone.addD1 .dz-preview {
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    height: inherit;
    padding: 0
}

.dropzone.addD1 .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2
}

.dropzone.addD1.dz-started {
    min-height: inherit
}

.dropzone.addD1.dz-started .Blank {
    display: none
}

.dropzone.addD1 .dz-preview i {
    display: none
}

.dropzone.addD1 .dz-preview .dz-image img {
    float: none;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex
}

.dropzone.addD1 .dz-preview .dz-image {
    position: relative;
    height: inherit;
    width: 100%;
    float: none;
    overflow: initial;
    display: flex
}

.dropzone.addD1 .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0;
    display: none
}

.dropzone.addD1 .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial;
    display: none
}

.dropzone.addD1 .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.addD1 .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.addD1 .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.addD1 .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.addD1 .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone.addD1 .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: none
}

.dropzone.excelImport {
    min-height: 80px;
    border: 0;
    border: 1px dashed #00bcd4;
    background: #eef2f6;
    padding: 0;
    box-sizing: border-box;
    float: left;
    width: 100%;
    float: left;
    text-align: center;
    position: relative
}

.dropzone.excelImport::after {
    content: "\eaad";
    font-family: misszenne!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    color: #8799aa;
    line-height: 80px;
    z-index: 0;
    position: absolute;
    left: calc(50% - 25px)
}

.dropzone.excelImport .dz-message {
    text-align: center;
    margin: 0;
    opacity: 1;
    display: none
}

.dropzone.excelImport .dz-preview {
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    box-shadow: none;
    padding: 0
}

.dropzone.excelImport.dz-started .Blank {
    display: none
}

.dropzone.excelImport .dz-preview i {
    display: none
}

.dropzone.excelImport .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0
}

.dropzone.excelImport .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial
}

.dropzone.excelImport .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.excelImport .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.excelImport .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.excelImport .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.excelImport .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone.excelImport .dz-preview.dz-complete .dz-progress {
    opacity: 1;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone.excelImport .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone.excelImport .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    background: #eef2f6;
    -webkit-transform: scale(1);
    border-radius: 0;
    overflow: hidden
}

.dropzone.excelImport .dz-preview .dz-progress .dz-upload {
    background: #00bcd4;
    background: linear-gradient(to bottom,#00BCD4,#42eaff);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone.excelImport .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone.excelImport .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone.excelImport .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom,#be2626,#a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone.excelImport .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.dropzone.ProductGallery {
    min-height: 160px;
    border: 0;
    border-top: 1px solid #ebebeb;
    background: #f1f1f10f;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    width: 100%
}

.dropzone.ProductGallery .dz-message {
    text-align: center;
    margin: 2em 0;
    opacity: 0
}

.dropzone.ProductGallery .dz-preview {
    position: relative;
    vertical-align: top;
    margin: 0;
    width: initial;
    float: left;
    height: initial;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    overflow: hidden;
    background: #607d8b;
    color: #fff
}

.dropzone.ProductGallery.dz-started .Blank {
    display: none
}

.dropzone.ProductGallery .dz-preview i {
    display: none
}

.dropzone.ProductGallery .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0
}

.dropzone.ProductGallery .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial
}

.dropzone.ProductGallery .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.ProductGallery .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.ProductGallery .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.ProductGallery .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.ProductGallery .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone.NewSingleProductGallery {
    border: 0;
    border-top: 1px solid #ebebeb;
    background: #f1f1f10f;
    padding: 10px;
    box-sizing: border-box;
    float: none;
    width: 100%
}

.dropzone.NewSingleProductGallery .dz-message {
    text-align: center;
    margin: 0
}

.dropzone.NewSingleProductGallery .dz-preview {
    position: relative;
    vertical-align: top;
    margin: 0;
    width: initial;
    float: left;
    height: initial;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    overflow: hidden;
    background: #607d8b;
    color: #fff
}

.dropzone.NewSingleProductGallery.dz-started .Blank {
    display: none
}

.dropzone.NewSingleProductGallery .dz-preview i {
    display: none
}

.dropzone.NewSingleProductGallery .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0
}

.dropzone.NewSingleProductGallery .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial
}

.dropzone.NewSingleProductGallery .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.NewSingleProductGallery .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.NewSingleProductGallery .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.NewSingleProductGallery .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.NewSingleProductGallery .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone.AllGallery {
    min-height: 160px;
    border: 2px dotted #00bcd4;
    background: #f1f1f10f;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    text-align: center
}

.dropzone.AllGallery .dz-message {
    text-align: center;
    margin: 2em 0;
    opacity: 0
}

.dropzone.AllGallery .dz-preview {
    position: relative;
    vertical-align: top;
    margin: 0;
    width: initial;
    float: left;
    height: initial;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    overflow: hidden;
    background: #f0f0f0;
    color: #fff;
    box-shadow: 0 0 0 1px #e3e3e3;
    min-height: 123px;
    min-width: 82px;
    margin: 3px;
    text-align: center
}

.dropzone.AllGallery .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2
}

.dropzone.AllGallery .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2;
    position: absolute;
    left: 30%;
    bottom: 0
}

.dropzone.AllGallery.dz-started .Blank {
    display: none
}

.dropzone.AllGallery .dz-preview i {
    display: none
}

.dropzone.AllGallery .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0
}

.dropzone.AllGallery .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial;
    display: none
}

.dropzone.AllGallery .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.AllGallery .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.AllGallery .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.AllGallery .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.AllGallery .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 2px
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone.Photo .dz-preview.dz-file-preview .dz-details {
    display: none
}

.dropzone.PhotoList .dz-preview.dz-file-preview .dz-details {
    display: none
}

.dropzone .dz-preview.dz-image-preview {
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone.Photo .dz-preview .dz-details {
    display: none
}

.dropzone.PhotoList .dz-preview .dz-details {
    display: block;
    opacity: 1;
    padding: 0;
    width: 100%;
    height: 58px;
    overflow: hidden;
    min-width: initial;
    max-width: initial;
    line-height: initial;
    float: none;
    position: absolute
}

.dropzone .dz-preview .dz-details {
    z-index: 47;
    top: 0;
    left: 0;
    opacity: 1;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 0;
    color: rgba(0,0,0,.9);
    line-height: 150%;
    float: left
}

.dropzone.Logo {
    background: 0 0;
    overflow: hidden;
    cursor: pointer!important;
    min-height: inherit;
    position: relative
}

.dropzone.Logo .dz-message {
    text-align: center;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.dropzone.Logo .dz-preview {
    position: relative;
    width: 220px;
    height: 220px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: no-repeat;
    color: #fff;
    box-shadow: none;
    min-height: 210px;
    min-width: 210px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    display: none
}

.dropzone.Logo .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2
}

.dropzone.Logo .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2;
    position: absolute;
    left: 30%;
    bottom: 0;
    display: none
}

.dropzone.Logo.dz-started .Blank {
    display: none
}

.dropzone.Logo .dz-preview i {
    display: none
}

.dropzone.Logo .dz-preview .dz-image img {
    float: none;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex
}

.dropzone.Logo .dz-preview .dz-image {
    position: relative;
    height: 220px;
    width: 220px;
    text-align: center;
    align-content: center;
    align-items: center;
    align-items: unsafe;
    align-self: auto;
    vertical-align: top;
    float: none;
    overflow: initial;
    display: flex
}

.dropzone.Logo .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0;
    display: none
}

.dropzone.Logo .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial;
    display: none
}

.dropzone.Logo .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.Logo .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.Logo .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.Logo .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.Logo .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone.Logo .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: none
}

.dropzone.LazyLogo {
    background: 0 0;
    overflow: hidden;
    cursor: pointer!important;
    min-height: inherit;
    position: relative
}

.dropzone.LazyLogo .dz-message {
    text-align: center;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.dropzone.LazyLogo .dz-preview {
    position: relative;
    width: 220px;
    height: 220px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: no-repeat;
    color: #fff;
    box-shadow: none;
    min-height: 210px;
    min-width: 210px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    display: none
}

.dropzone.LazyLogo .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2
}

.dropzone.LazyLogo .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2;
    position: absolute;
    left: 30%;
    bottom: 0;
    display: none
}

.dropzone.LazyLogo.dz-started .Blank {
    display: none
}

.dropzone.LazyLogo .dz-preview i {
    display: none
}

.dropzone.LazyLogo .dz-preview .dz-image img {
    float: none;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex
}

.dropzone.LazyLogo .dz-preview .dz-image {
    position: relative;
    height: 220px;
    width: 220px;
    text-align: center;
    align-content: center;
    align-items: center;
    align-items: unsafe;
    align-self: auto;
    vertical-align: top;
    float: none;
    overflow: initial;
    display: flex
}

.dropzone.LazyLogo .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0;
    display: none
}

.dropzone.LazyLogo .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial;
    display: none
}

.dropzone.LazyLogo .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.LazyLogo .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.LazyLogo .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.LazyLogo .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.LazyLogo .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone.LazyLogo .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: none
}

.dropzone.LoadingLogo {
    background: 0 0;
    overflow: hidden;
    cursor: pointer!important;
    min-height: inherit;
    position: relative
}

.dropzone::before {
    display: none
}

.dropzone.LoadingLogo .dz-message {
    text-align: center;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.dropzone.LoadingLogo .dz-preview {
    position: relative;
    width: 220px;
    height: 220px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: no-repeat;
    color: #fff;
    box-shadow: none;
    min-height: 210px;
    min-width: 210px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    display: none
}

.dropzone.LoadingLogo .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2
}

.dropzone.LoadingLogo .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2;
    position: absolute;
    left: 30%;
    bottom: 0;
    display: none
}

.dropzone.LoadingLogo.dz-started .Blank {
    display: none
}

.dropzone.LoadingLogo .dz-preview i {
    display: none
}

.dropzone.LoadingLogo .dz-preview .dz-image img {
    float: none;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex
}

.dropzone.LoadingLogo .dz-preview .dz-image {
    position: relative;
    height: 220px;
    width: 220px;
    text-align: center;
    align-content: center;
    align-items: center;
    align-items: unsafe;
    align-self: auto;
    vertical-align: top;
    float: none;
    overflow: initial;
    display: flex
}

.dropzone.LoadingLogo .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0;
    display: none
}

.dropzone.LoadingLogo .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial;
    display: none
}

.dropzone.LoadingLogo .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.LoadingLogo .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.LoadingLogo .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.LoadingLogo .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.LoadingLogo .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone.LoadingLogo .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: none
}

.dropzone.FavIco {
    background: 0 0;
    overflow: hidden;
    cursor: pointer!important;
    min-height: inherit;
    position: relative
}

.dropzone::before {
    display: none
}

.dropzone.FavIco .dz-message {
    text-align: center;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.dropzone.FavIco .dz-preview {
    position: relative;
    width: 220px;
    height: 220px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: no-repeat;
    color: #fff;
    box-shadow: none;
    min-height: 210px;
    min-width: 210px;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    display: flex;
    display: none
}

.dropzone.FavIco .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2
}

.dropzone.FavIco .dz-preview:before {
    font-family: wopzefont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea55";
    font-size: 36px;
    color: #b2b2b2;
    position: absolute;
    left: 30%;
    bottom: 0;
    display: none
}

.dropzone.FavIco.dz-started .Blank {
    display: none
}

.dropzone.FavIco .dz-preview i {
    display: none
}

.dropzone.FavIco .dz-preview .dz-image img {
    float: none;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex
}

.dropzone.FavIco .dz-preview .dz-image {
    position: relative;
    height: 220px;
    width: 220px;
    text-align: center;
    align-content: center;
    align-items: center;
    align-items: unsafe;
    align-self: auto;
    vertical-align: top;
    float: none;
    overflow: initial;
    display: flex
}

.dropzone.FavIco .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0;
    display: none
}

.dropzone.FavIco .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial;
    display: none
}

.dropzone.FavIco .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.FavIco .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.FavIco .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.FavIco .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.FavIco .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone.FavIco .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: none
}

.dropzone .dz-preview .dz-details .dz-size {
    display: none
}

.dropzone.PhotoList .dz-preview .dz-details .dz-size {
    display: none
}

.dropzone .dz-preview .dz-details .dz-filename {
    display: none
}

.dropzone.PhotoList .dz-preview .dz-details .dz-filename {
    display: inline-block;
    margin-left: 70px;
    height: 74px;
    line-height: 58px
}

.dropzone.PhotoList .dz-preview .dz-details .dz-delete {
    position: absolute;
    right: 0;
    background: red;
    color: #fff;
    padding: 5px 20px;
    top: 0;
    border-radius: 3px;
    margin: 25px 10px;
    cursor: pointer
}

.dropzone.PhotoList .dz-preview .dz-details .dz-delete:hover {
    background: #dc0000
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200,200,200,.8);
    background-color: rgba(255,255,255,.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone.PhotoList .dz-preview .dz-details span {
    float: left;
    width: 100%;
    height: 74px;
    line-height: 58px;
    padding-left: 100px!important;
    border: 0!important
}

.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255,255,255,.4);
    padding: 0 .4em;
    border-radius: 3px
}

.dropzone.PhotoList .dz-preview .dz-details .dz-filename span,.dropzone.PhotoList .dz-preview .dz-details .dz-size span {
    background-color: transparent;
    padding: 0;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05)
}

.dropzone .dz-preview .dz-image {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 0;
    text-align: center;
    float: left
}

.dropzone.PhotoList .dz-preview i.move {
    position: absolute;
    width: 20px;
    text-align: center;
    background: #ccc;
    height: 74px;
    cursor: move;
    line-height: 74px;
    z-index: 21
}

.dropzone.PhotoList .dz-preview .dz-image {
    float: left;
    width: 64px;
    position: relative;
    z-index: 10;
    margin-left: 30px;
    margin: 5px 5px 5px 30px;
    border: 1px solid #fff;
    box-shadow: 1px 2px 9px -4px #000;
    overflow: hidden
}

.dropzone .dz-preview .dz-details .dz-delete {
    background: #f6f6f6;
    color: #767676;
    padding: 5px 11px;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 1px #ccc;
    z-index: 10
}

.dropzone .dz-preview .dz-details .dz-delete:hover {
    background: #ffffff8c;
    color: #000
}

.dropzone .dz-preview .dz-image img {
    display: block;
    float: left
}

.dropzone.Photo .dz-preview .dz-image img {
    display: inline-block
}

.dropzone.PhotoList .dz-preview .dz-image img {
    display: inline-block;
    float: left;
    height: 58px
}

.dropzone.ImgBox .dz-preview .dz-image img {
    display: inline-block;
    float: none
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
    -moz-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
    -ms-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
    -o-animation: passing-through 3s cubic-bezier(.77,0,.175,1);
    animation: passing-through 3s cubic-bezier(.77,0,.175,1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
    -moz-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
    -ms-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
    -o-animation: slide-in 3s cubic-bezier(.77,0,.175,1);
    animation: slide-in 3s cubic-bezier(.77,0,.175,1)
}

.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    display: none
}

.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone.Photo .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone.Photo .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    display: none
}

.dropzone.Photo .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone.Photo .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: relative;
    height: 23px;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    background: #ebf5f5;
    -webkit-transform: scale(1);
    border-radius: 2px;
    overflow: hidden
}

.dropzone.Photo .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom,#FF5722,#d03d0e);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone.PhotoList .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone.PhotoList .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    display: none
}

.dropzone.PhotoList .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone.PhotoList .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: relative;
    height: 23px;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    margin-left: 0;
    background: #ebf5f5;
    -webkit-transform: scale(1);
    border-radius: 2px;
    overflow: hidden
}

.dropzone.PhotoList .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom,#FF5722,#d03d0e);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255,255,255,.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom,#666,#444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom,#be2626,#a92222);
    padding: .5em 1.2em;
    color: #fff
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}

.dropzone.ImgBox {
    min-height: 140px;
    border: 0;
    border: 1px dashed #00bcd4;
    background: #eef2f6;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: inherit
}

.dropzone.ImgBox .dz-message {
    text-align: center;
    margin: 2em 0;
    opacity: 0;
    width: inherit
}

.dropzone.ImgBox .dz-preview {
    position: relative;
    vertical-align: top;
    margin: 0;
    width: initial;
    float: left;
    height: initial;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    overflow: hidden;
    background: #607d8b;
    color: #fff
}

.dropzone.ImgBox .dz-started .Blank {
    display: none
}

.dropzone.ImgBox .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    float: left;
    width: 100%;
    height: inherit;
    background: 0 0;
    padding: 0
}

.dropzone.ImgBox .dz-preview i {
    display: none
}

.dropzone.ImgBox .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0
}

.dropzone.ImgBox .dz-preview .dz-details .dz-delete {
    float: right;
    background: #00000054;
    color: #fff;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 5px 20px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    top: initial
}

.dropzone.ImgBox .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.ImgBox .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.ImgBox .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.ImgBox .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.ImgBox .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}








.dropzone.navImage,.dropzone.navIconLast,.dropzone.navIconFirst {
    border: 1px solid #cccce1;
    background: #eef2f6;
    padding: 4px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: 38px;
    border-top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dropzone.navImage .dz-message,.dropzone.navIconLast .dz-message,.dropzone.navIconFirst .dz-message {
    margin: 0px;
    opacity: 1;
    width: 100%;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    color: #2196F3;
}
.dropzone.navImage .dz-message>i,.dropzone.navIconLast .dz-message>i,.dropzone.navIconFirst .dz-message>i{
    display:none
}

.dropzone.navImage .dz-preview ,.dropzone.navIconLast .dz-preview,.dropzone.navIconFirst .dz-preview {
    position: relative;
    vertical-align: top;
    margin: 0;
    width: initial;
    float: left;
    height: initial;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    overflow: hidden;
    background: #607d8b;
    color: #fff
}

.dropzone.navImage .dz-started .Blank,.dropzone.navIconLast .dz-started .Blank,.dropzone.navIconFirst .dz-started .Blank {
    display: none
}

.dropzone.navImage .dz-preview,.dropzone.navIconLast .dz-preview,.dropzone.navIconFirst .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    float: left;
    width: 100%;
    height: inherit;
    background: 0 0;
    padding: 0;
    position: relative;
}

.dropzone.navImage .dz-preview i,.dropzone.navIconLast .dz-preview i,.dropzone.navIconFirst .dz-preview i {
    display: none;
}
.dropzone.navImage .dz-preview .dz-loading,.dropzone.navIconLast .dz-preview .dz-loading,.dropzone.navIconFirst .dz-preview .dz-loading{display: flex;position: absolute;left: 0px;top: 0px;right: initial;font-size: 12px;background: transparent;color: #000000;border: 0;padding: 0 14px;z-index: 2;line-height: 21px;cursor: pointer;}
.dropzone.navImage .dz-preview .dz-loading>img,.dropzone.navIconLast .dz-preview .dz-loading>img,.dropzone.navIconFirst .dz-preview .dz-loading>img{display: block;height: 20px;}
.dropzone.navImage .dz-preview .dz-remove,.dropzone.navIconLast .dz-preview .dz-remove,.dropzone.navIconFirst .dz-preview .dz-remove{display: flex;position: absolute;right: 0px;top: 0px;left: initial;font-size: 12px;background: transparent;color: #000000;border: 0;padding: 0 14px;z-index: 2;line-height: 21px;cursor: pointer;}
.dropzone.navImage .dz-preview .dz-view,.dropzone.navIconLast .dz-preview .dz-view,.dropzone.navIconFirst .dz-preview .dz-view{
    position: absolute;
    left: 0px;
    background: #4CAF50;
    color: #fff;
    padding: 4px 6px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
}
.dropzone.navImage .dz-preview .dz-progress,.dropzone.navIconLast .dz-preview .dz-progress,.dropzone.navIconFirst .dz-preview .dz-progress{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    z-index: 1;
}
.dropzone.navImage .dz-preview .dz-progress .dz-upload,.dropzone.navIconLast .dz-preview .dz-progress .dz-upload,.dropzone.navIconFirst .dz-preview .dz-progress .dz-upload{
    background: linear-gradient(to bottom, #00e809, #8bda8f);
}
.dropzone.navImage .dz-preview .dz-image,.dropzone.navIconLast .dz-preview .dz-image,.dropzone.navIconFirst .dz-preview .dz-image {
    display:none
}

.dropzone.navImage .dz-preview .dz-details,.dropzone.navIconLast .dz-preview .dz-details,.dropzone.navIconFirst .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 2;
    padding: 0
}

.dropzone.navImage .dz-preview .dz-details .dz-delete,.dropzone.navIconLast .dz-preview .dz-details .dz-delete,.dropzone.navIconFirst .dz-preview .dz-details .dz-delete {
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    left: initial;
    font-size: 12px;
    background: #f00;
    color: #fff;
    border: 0;
    padding: 0 14px;
    line-height: 20px;
    display: none;
}

.dropzone.navImage .dz-preview .dz-details .dz-delete:hover,.dropzone.navIconLast .dz-preview .dz-details .dz-delete:hover,.dropzone.navIconFirst .dz-preview .dz-details .dz-delete:hover {
    background: #2a4450
}

.dropzone.navImage .dz-preview .dz-details .dz-filename,.dropzone.navIconLast .dz-preview .dz-details .dz-filename,.dropzone.navIconFirst .dz-preview .dz-details .dz-filename {
    display: flex;
    width: 100%;
    color: #000;
    text-indent: 100px;
    font-size: 11px;
    align-items: center;
}

.dropzone.navImage .dz-preview .dz-details .dz-filename span,.dropzone.navIconLast .dz-preview .dz-details .dz-filename span,.dropzone.navIconFirst .dz-preview .dz-details .dz-filename span {
    display: flex;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
}

.dropzone.navImage .dz-preview .dz-details .dz-size,.dropzone.navIconLast .dz-preview .dz-details .dz-size,.dropzone.navIconFirst .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.navImage .dz-preview .dz-details .dz-size span,.dropzone.navIconLast .dz-preview .dz-details .dz-size span,.dropzone.navIconFirst .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}






























.dropzone.ItemUpload {
    min-height: 120px;
    border: 1px dashed #00bcd4;
    background: #eef2f6;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: inherit;
    display: flex;
    position: relative
}

.dropzone.ItemUpload .dz-message {
    text-align: center;
    margin: 30px 0;
    opacity: 1;
    width: inherit;
    vertical-align: middle;
    align-self: center;
    justify-items: center
}

.dropzone.ItemUpload .dz-preview {
    position: relative;
    vertical-align: top;
    margin: 0;
    width: initial;
    float: left;
    height: initial;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
    overflow: hidden;
    background: #607d8b;
    color: #fff
}

.dropzone.ItemUpload .dz-started .Blank {
    display: none
}

.dropzone.ItemUpload .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    float: left;
    width: 100%;
    height: inherit;
    background: 0 0;
    padding: 0
}

.dropzone.ItemUpload .Loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000005c;
    z-index: 9999999999999999999;
    display: flex;
    align-self: center
}

.dropzone.ItemUpload .Loading img {
    position: absolute;
    background: #00000087;
    width: 77px;
    height: 70px;
    left: 50%;
    top: 50%;
    margin: -30px;
    border-radius: 4px;
    box-shadow: 0 0 59px 17px #ffffff5e
}

.dropzone.ItemUpload .Loading img:after {
    content: "loading";
    position: absolute;
    bottom: -20px;
    width: 220px;
    text-align: center;
    left: -80px;
    font-weight: 700;
    text-shadow: 1px 1px 11px #000;
    font-style: italic;
    color: #fff
}

.dropzone.ItemUpload .dz-preview i {
    display: none
}

.dropzone.ItemUpload .dz-preview .dz-details {
    float: left;
    width: 100%;
    position: initial;
    color: #fff;
    opacity: 1;
    display: block;
    z-index: 41;
    padding: 0
}

.dropzone.ItemUpload .dz-preview .dz-details .dz-delete {
    float: right;
    background: #0000007a;
    color: #fff;
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 0 5px;
    border-radius: 2px;
    cursor: pointer;
    right: initial;
    bottom: inherit
}

.dropzone.ItemUpload .dz-preview .dz-details .dz-delete:hover {
    background: #f10;
    color: #fff
}

.dropzone.ItemUpload .dz-preview .dz-details .dz-filename {
    float: left;
    width: 100%;
    line-height: 50px;
    display: none
}

.dropzone.ItemUpload .dz-preview .dz-details .dz-filename span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0!important;
    box-shadow: none!important;
    border: 0!important
}

.dropzone.ItemUpload .dz-preview .dz-details .dz-size {
    float: left;
    width: 100%;
    font-size: 12px;
    display: none
}

.dropzone.ItemUpload .dz-preview .dz-details .dz-size span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: initial!important;
    line-height: 15px!important;
    padding: 0;
    background: 0 0
}

.dropzone.ItemUpload .dz-preview .dz-progress {
    display: none
}

.dropzone.ItemUpload .dz-preview .dz-error-message {
    display: none
}

.dropzone.ItemUpload .dz-preview .dz-error-mark {
    display: none
}
