/***** uploadfiles css *****/
.containervs {
    background: url('/image/uploadfiles/background.jpg?v=2');
    background-size: cover;
    min-height: 900px;
}
.login_wrap {
    margin: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    box-shadow: 0px 0px 5px #333;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.login_wrap .col-left,
.login_wrap .col-right {
    display: inline-block;
}
.login_wrap .col-left {
    width: 50%;
    padding: 100px;
    padding-top: 130px;
}
.login_wrap .col-right {
    width: 48%;
    height: 500px;
    background: url(/image/uploadfiles/icon.jpg?v=2);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    background-color: #eef2f5;
}
.login_wrap .col-right img {
    max-width: 100%;
    opacity: 0;
}
.login_wrap .title {
    font-size: 22px !important;
    font-weight: bold;
    letter-spacing: 0px;
}
.login_wrap .description {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.login_wrap .error {
    font-size: 12px;
    color: #ff2300;
}
#checkPassword {
    width: fit-content;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 50px;
}
.dropzone .dz-preview .dz-image {
    display: flex !important;
    justify-content: center;
    align-content: center;
}
.dropzone {
    position: relative;
    text-align: left;
    border: 1px dashed #ccc !important;
    background: #fafafa !important;
    border-radius: 5px;
}
.dropzone .dz-message {
    text-align: center;
    margin: 8em 0 !important;
}
.dropzone.dz-started .dz-message {
    display: block !important;
    position: absolute;
    right: 10px;
    margin: 10px !important;
    bottom: 0px;
    opacity: 0.5;
    z-index: 0;
    text-align: right;
}
.dropzone.dz-started .dz-message .img_wrap {
    display: none;
}
.fileManager {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-align: left;
    box-shadow: 0px 0px 5px #333;
    background: #fff;
    margin-top: 60px;
    width: calc(100% - 40px);
    max-width: 1400px;
}
.fileManager h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
}
.fileManager .account_info {
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.fileManager .account_info span {
    display: inline-block;
    margin-right: 50px;
}
.fileManager .account_info .logout_btn {
    cursor: pointer;
    padding: 2px 20px;
    border: 1px solid #ccc;
    border-radius: 50px;
    float: right;
    margin-right: 10px;
}
.fileManager .account_info .logout_btn:hover {
    color: #ff6600;
    border: 1px solid #ff6600;
}
.fileManager .list {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
}
.fileManager .list>div,
.col>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    line-height: 80px;
}
.fileManager .list>div.img {
    min-width: 80px;
    min-height: 80px;
}
.fileManager .list>div.img .bg {
    background-size: cover;
    height: 80px;
    width: 80px;
}
.fileManager .progress {
    border-radius: 10px;
}
.fileManager .progress .progress-bar {
    background-color: #f60;
}
.fileManager_wrap {
    margin: 10px;
}
.fileManager_wrap .title {
    display: inline-block;
    margin-right: 10px;
    width: fit-content;
    font-size: 20px;
    font-weight: 500;
}
#drop_upload {
    margin-top: 10px;
    border-radius: 20px;
    padding: 5px 20px;
}
.drop_file_wrap {
    margin: 0px;
    padding: 10px;
    margin-top: 0px;
    background: #fff;
}
.fname {
    min-width: 200px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fsize {
    min-width: 100px;
}
.col {
    position: relative;
    width: calc(100% - 100px);
    margin-right: 0px !important;
}
.col .down-link {
    position: absolute;
    right: 0px;
    top: 25px;
}
.fnotes {
    padding-top: 24px;
    width: calc(100% - 320px);
}
.fnotes input {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #efefef;
    height: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -20px;
}
.fremove {
    margin-top: -10px;
    cursor: pointer;
    margin-right: 0px !important;
}
.fremove:hover {
    color: #ff6600;
}
.remark_wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}
.remark_wrap input {
    width: 100%;
    border: 1px solid #333;
}
.file_wrap {
    line-height: 20px !important;
    padding-left: 10px;
    padding-top: 15px;
}
.file_wrap>div {
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    margin-right: 10px;
    margin-left: -5px;
}
.file_wrap .fname {
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: #333;
}
.containervs {
    margin-top:-40px;
    padding: 75px 20px;
}
.dz-preview .dz-remove {
    display: none !important;
}
.dz-preview:hover .dz-remove {
    display: block !important;
}

@media screen and (max-width: 1500px) {
    .containervs {
        padding: 75px 40px;
    }
}
@media screen and (max-width: 1350px) {
    .containervs {
        padding: 50px 20px;
    }
    .fname {
        max-width: 200px;
        min-width: 200px;
        margin-left: 0px;
    }
    .fsize {
        min-width: 50px;
    }
    .fnotes {
        padding-top: 24px;
        width: calc(100% - 320px);
    }
    .fileManager .list>div,
    .col>div {
        margin-right: 10px;
    }
    .col {
        width: calc(100% - 100px);
    }
    .fileManager {
        padding: 10px;
    }
}
@media screen and (max-width: 768px) {
    .containervs {
        padding: 10px;
        margin-top: -20px;
        min-height: 100vw;
    }
    .login_wrap .col-right {
        display: none;
    }
    .login_wrap .col-left {
        width: 90%;
        padding: 40px;
    }
    .fileManager h1 {
        margin-top: 20px;
    }
    .fileManager {
        padding: 0px;
    }
    .fileManager_wrap {
        margin: 5px;
    }
    .drop_file_wrap {
        margin-left: 5px;
        margin-right: 5px;
    }
    .fileManager .list>div.img,
    .fileManager .list>div.img .bg {
        width: 120px;
        height: 120px;
    }
    .fileManager .list>div,
    .col>div {
        margin-right: 10px;
    }
    .col>div {
        margin-right: 0px;
        display: block;
        line-height: 24px;
    }
    .fname {
        margin-left: 0px;
    }
    .col .down-link {
        top: unset !important;
        bottom: 10px;
        padding: 6px 12px;
    }
    .fnotes {
        width: calc(100% - 45px);
        padding-bottom: 10px;
    }
    .col {
        width: calc(100% - 140px);
        padding-left: 5px;
    }
    .dropzone.dz-started .dz-message {
        display: none !important;
    }
}
/***** uploadfiles css end *****/
