/* --- common --- */
.image-lib-color_main
{
    color: var(--color-main, #2B87F3);
}

.image-lib-border-color_main_important
{
    border-color: var(--color-main, #5582f3) !important;
}

.image-lib-align_margin_auto
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.image-lib-max-size_top
{
    max-width: 100%;
    max-height: 100%;
}

/* --- 管理页 --- */
.manage-main
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e7ef;
    color: #666;
}

.manage-toolbar
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: visible;
    padding: 0 5px 0 26px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    height: 45px;
}

.manage-managed-container
{
    position: absolute;
    top: 55px;
    left: 10px;
    right: 0;
    bottom: 2px;
}

.manage-card-list
{
    overflow: auto;
    width: 100%;
    height: 100%;
}

/* --- 分组相关 --- */
.image-lib-group-container
{
    background-color: #fff;
}

.image-lib-group-list
{
    position: absolute;
    top: 45px;
    bottom: 0;
    left: -1px;
    right: 0;
}

.image-lib-group-tab-container
{
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    height: 45px;
    line-height: 45px;
}

.image-lib-group-tab
{
    display: inline-block;
    border-bottom: 1px solid rgba(153, 153, 153, 0.5);
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    font-size: 14px;
}

.image-lib-group-tab-active
{
    background-color: #fff;
    color: #5582f3;
    color: var(--color-main, #5582f3);
    border-bottom: 2px solid #5582f3;
    border-bottom: 2px solid var(--color-main, #5582f3);
}

.image-lib-group-type
{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    box-sizing: border-box;
    position: relative;
}

.image-lib-group-type-title
{
    width: 100px;
    height: 100%;
    font-size: 14px;
    margin-left: 36px;
    float: left;
}

.image-lib-group-type-add
{
    width: 16px;
    height: 16px;
    float: right;
    margin: 16px 30px 16px 16px;
    border: 1px solid #8094bd;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.image-lib-group-type-add:hover
{
    border-color: #2788f3;
}

.image-lib-group-type-add:before
{
    content: "";
    background: #bfcadf;
    width: 2px;
    height: 10px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.image-lib-group-type-add:after
{
    content: "";
    background: #bfcadf;
    width: 10px;
    height: 2px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.image-lib-group-type-add:hover:after
{
    background-color: #93c4f9;
}

.image-lib-group-type-add:hover:before
{
    background-color: #93c4f9;
}

.image-lib-manage-list-item
{
    height: 48px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 36px;
    line-height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.image-lib-manage-list-item:hover
{
    background-color: #F6F7F9;
}

.image-lib-manage-list-item:hover .image-lib-manage-list-item-title
{
    width: 60%;
}

.image-lib-manage-list-item-active
{
    border-left: 3px solid var(--color-main, #5582f3);
    background: linear-gradient(top, #E2E7EF, white);
    background: -webkit-linear-gradient(top, #E2E7EF, white);
}

.image-lib-manage-list-item-title
{
    cursor: pointer;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    min-width: 20px;
    max-width: 500px;
    color: black;
    float: left;
    width: 95%;
}

.image-lib-manage-list-item-op-group
{
    height: 100%;
    position: absolute;
    right: 5px;
    top: -8px;
    width: 60px;
    margin-right: 3px;
}

.image-lib-manage-list-item-op
{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
    position: relative;
    right: 0;
    float: right;
    margin-top: 16px;
}

.image-lib-manage-list-item-op-order
{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
    position: relative;
    right: 0;
    float: right;
    margin-top: 16px;
}

.image-lib-manage-list-item-op-menu
{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 4px;
    cursor: pointer;
    position: relative;
    right: 0;
    float: right;
    margin-top: 16px;
}

.image-lib-manage-list-item-across
{
    cursor: pointer;
}

.image-lib-manage-list-item-input
{
    position: absolute;
    margin-top: 14px;
    height: 20px;
    width: 115px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-lib-mange-lists-dir-head
{
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.img-lib-mange-lists-dir-head-gallery
{
    position: absolute;
    bottom: 0;
    width: calc(100% - 4px);
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.img-lib-mange-lists-dir
{
    height: 33px;
    line-height: 36px;
    font-size: 12px;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.img-lib-mange-lists-dir-imglist
{
    position: absolute;
    inset: 34px 1px;
}

.img-lib-mange-lists-dir-gallery
{
    position: absolute;
    inset: 34px 1px;
    bottom: 0;
    top: 68px;
}

.img-lib-mange-lists-dir-icon
{
    position: absolute;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-left: 12px;
    top: 10px;
    float: left;
}

.img-lib-mange-lists-dir-text
{
    position: relative;
    height: 33px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 23px;
    top: -1px;
    width: auto;
}

.img-lib-mange-lists-dir-preset
{
    position: absolute;
    padding: 1px 1px;
    margin-top: -27px;
    float: left;
    margin-right: 5px;
    font-size: 12px;
    color: #b2b2b2;
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    line-height: 16px;
}

.img-lib-mange-lists-dir-preset_selected
{
    color: white;
    border-color: white;
}

.img-lib-mange-lists-dir-opt-icon
{
    left: 7px;
    top: 12px;
    width: 9px;
    height: 9px;
    border: 1px solid rgb(138, 158, 191);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    float: left;
    font-size: 13px;
    text-align: center;
    line-height: 7px;
    color: black;
}

.img-lib-mange-lists-dir-opt-icon-selected
{
    border: 1px solid white;
    color: white;
    background-color: #88a7f6;
    background-color: var(--color-lightish, #88a7f6);
}

.img-lib-mange-lists-dir-text-edit
{
    position: absolute;
    height: 30px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    right: 1px;
    line-height: 30px;
    top: 1px;
}

.img-lib-mange-lists-item-selected
{
    color: white;
}

.img-lib-manager-dir-editing
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: -2px;
    padding-right: 0px;
    position: relative;
    height: 31px;
    left: 0px;
    border: 1px solid rgba(0,0,0,.15);
}

.select-tree-menu-icon-click
{
    position: absolute;
    top: 8px;
    width: 20px;
    height: 20px;
}

.select-tree-menu-icon
{
    position: absolute;
    top: 12px;
}

.select-tree-menu-head-icon
{
    width: 20px;
    height: 15px;
    right: 10px;
    top: 8px;
}
.select-tree-menu-head-icon-transform
{
    top: 12px;
    transform: rotate(90deg);
}

/*下三角*/
.lower-triangle
{
    position: absolute;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 6px solid #bbbbbb;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

/*右三角*/
.right-triangle
{
    position: absolute;
    top: 12px;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid #bbbbbb;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.image-lib-transform_-35
{
    transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
}

.image-lib-manage-list-item-preset-text
{
    line-height: 38px;
    height: 38px;
    width: 40px;
    color: #b2b2b2;
    position: absolute;
    top: 0;
    text-align: center;
}

.image-lib-manage-list-no-data
{
    position: absolute;
    background: #FFFFFF;
    left: 0;
    top: 0;
    bottom: 0;
    right: 6px;
    text-align: center;
    color: #bbb;
}

/* --- 卡片相关 --- */
.manage-card
{
    margin: 20px 10px 10px 20px;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box;
    position: relative;
    border-color: #fff;
}

.manage-card-twinkle
{
    box-shadow: 0 0 0 1px var(--color-main, #5582f3);
}

.manage-card:hover
{
    border-color: rgba(85, 130, 243, .3);
}

.manage-card-content
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f9fbfd;
}

.manage-card-footer
{
    position: absolute;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    width: 100%;
    background-color: #f9fbfd;
}

.image-card-image
{
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.image-card-title
{
    padding-left: 10px;
    max-width: 160px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: default;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-card-preset-icon-text
{
    line-height: 52px;
    height: 52px;
    width: 54px;
    color: #b2b2b2;
    position: absolute;
    text-align: center;
    font-size: 14px;
}

.manage-card-footer-tail
{
    float: right;
    position: relative;
    padding-right: 10px;
}

.manage-card-op-common
{
    position: relative;
    width: 16px;
    height: 16px;
    margin: 10px 7px;
    display: inline-block;
    cursor: pointer;
}

.image-card-op-menu
{
    position: absolute;
    min-width: 120px;
    max-width: 600px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 4px 0px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 1024;
    border-radius: 2px;
}

.image-card-op-menu-item
{
    position: relative;
    height: 24px;
    line-height: 24px;
    color: rgb(84, 102, 139);
}

.image-card-op-menu-item:hover
{
    color: var(--color-main, #5582F3);
    background-color: var(--color-pale, #eff3fd);
}

.image-card-op-menu-item-vline
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 24px;
    width: 0px;
    border-left: 1px solid rgb(238, 238, 238);
}

.image-card-op-menu-item-text
{
    position: relative;
    height: 100%;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
}

.upload-card-icon
{
    position: absolute;
    margin: auto;
    height: 60px;
    width: 60px;
}

.upload-card-icon::after, .upload-card-icon::before
{
    position: absolute;
    content: "";
    left: 28px;
    width: 4px;
    height: 60px;
    background-color: #c0c5ce;
    border-radius: 2px;
}

.upload-card-icon:before
{
    transform: rotate(90deg);
    background-color: #c2c7cf;
}

.manage-card:hover .upload-card-icon::before, .manage-card:hover .upload-card-icon::after
{
    background-color: var(--color-main, #5582f3);
}

.upload-card-title
{
    margin: auto;
    text-align: center;
    font-size: 18px;
    color: #666666;
    width: 80px;
}

.manage-card:hover .upload-card-title
{
    color: var(--color-main, #5582f3);
}

.upload-card-title:hover
{
    color: #5c87f3;
}

.upload-card-prompt
{
    font-size: 14px;
    margin: auto;
    text-align: center;
    max-width: 232px;
    color: #999999;
}

/* --- 图片预览相关 --- */
.image-preview-modallayer
{
    z-index: 999999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0 ,0 , .7);
    color: #ffffff;
}

.image-preview-title
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.image-preview-image
{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.image-preview-close-btn
{
    position: absolute;
    top: -55px;
    right: -55px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: #d7d7d7;
    cursor: pointer;
}

.image-preview-close-btn:hover .image-preview-close-btn-icon::before, .image-preview-close-btn:hover .image-preview-close-btn-icon::after
{
    background-color: var(--color-main, #5582f3);
}

.image-preview-close-btn-icon
{
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 18px;
    left: 18px;
}

.image-preview-close-btn-icon::before, .image-preview-close-btn-icon::after
{
    position: absolute;
    content: ' ';
    background-color: #fff;
    left: 15px;
    width: 2px;
    height: 30px;
}

.image-preview-close-btn-icon::before
{
    transform: rotate(45deg);
}

.image-preview-close-btn-icon::after
{
    transform: rotate(-45deg);
}

/* --- 管理页操作弹框 --- */
.manage-op-message-tip
{
    float: left;
    position: relative;
    top: 4px;
    color: rgb(252, 173, 5);
    width: 100%;
    height: 20px;
}

.image-card-move-to-combobox
{
    margin-right: 35px;
    height: 22px;
    position: relative;
    width: 63%;
    float: left;
    margin-left: 18px;
}

/* --- 管理页搜索相关 --- */
.manage-search
{
    border: 1px solid #dbdbdb;
    background-color: #fff;
}

.manage-search-header
{
    border-bottom: 2px solid rgb(226, 231, 239);
}

.manage-search-header-hits-prompt
{
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 5px;
}

.manage-search-list
{
    padding: 5px 0 5px 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.manage-search-footer
{
    border-top: 1px solid rgb(226, 231, 239);
}

.manage-search-footer-btn
{
    width: 100px;
    height: 28px;
    position: absolute;
    margin-left: -50px;
    left: 50%;
    top: 5px;
    z-index: 3;
}

.manage-search-result-item
{
    position: relative;
    border: 1px solid rgb(226, 231, 239);
    margin: 2px;
    display: inline-block;
    overflow: hidden;
}

.manage-search-result-item-preset-icon
{
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #b2b2b2;
    position: absolute;
    text-align: center;
    font-size: 12px;
}

.manage-search-result-item:hover
{
    border: 1px solid var(--color-main, #5582f3);
}

.manage-search-result-item:hover .image-lib-search-item-category
{
    color: var(--color-main, #5582f3);
}

.image-lib-search-panel-no-data
{
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: rgb(102, 102, 102);
}

.image-lib-search-panel-no-data-prompt
{
    text-align: center;
    font-size: 16px;
    color: rgb(187, 187, 187);
    top: 50%;
}

.image-lib-search-panel-no-data-icon
{
    background-size: contain;
    top: 50%;
}

.manage-search-box
{
    float: right;
    position: relative;
    width: 200px;
    height: 95%;
    z-index: 1;
}

.manage-search-icon
{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.manage-search-combo-box
{
    position: relative;
    float: right;
    width: 84px;
    height: 100%;
    margin-left: 10px;
}

.image-lib-search-item-category
{
    position: absolute;
    top: 1px;
    padding-left: 10px;
    left: 0;
    max-width: 100px;
    height: 19px;
    bottom: 5px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: default;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-lib-search-item-image
{
    position: absolute;
    left: 0px;
}

.image-lib-search-item-title
{
    position: absolute;
    height: 20px;
    bottom: 0px;
    padding-left: 10px;
    max-width: 120px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: default;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

/* --- 选择图片相关 --- */
.image-lib-choose-header
{
    position: absolute;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
    color: #666;
}

.image-lib-choose-combo-box
{
    position: absolute;
    left: 20px;
    width: 77px;
    height: 28px;
    top: 5px;
}

.image-lib-choose-search-box
{
    position: absolute;
    top: 5px;
    left: 122px;
    bottom: 0;
    right: 0;
    height: 28px;
    width: 171px;
}

.image-lib-choose-group-list-item
{
    padding-left: 25px;
    height: 36px;
    line-height: 36px;
}

.image-lib-choose-group-list-item-text
{
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.image-lib-choose-group-list-item-preset
{
    width: 28px;
    height: 20px;
    border: 1px solid;
    border-radius: 2px;
    margin-right: 8px;
    padding: 2px;
    color: #b2b2b2;
}

.sa-ctrl-list-item_selected_enabled .image-lib-choose-group-list-item-preset
{
    color: #fff;
}

.image-lib-choose-group-list-item-search-tip
{
    position: absolute;
    right: 7px;
    top: 0;
}

.sa-ctrl-list-item_selected_enabled .image-lib-choose-group-list-item-search-tip
{
    color: white;
}

.image-lib-image-card-selected
{
    border-top: 1px solid #5582f3 !important;
    border-top: 1px solid var(--color-main, #5582f3) !important;
    border-bottom: 1px solid #5582f3 !important;
    border-bottom: 1px solid var(--color-main, #5582f3) !important;
    border-left: 1px solid #5582f3 !important;
    border-left: 1px solid var(--color-main, #5582f3) !important;
    border-right: 1px solid #5582f3 !important;
    border-right: 1px solid var(--color-main, #5582f3) !important;
    box-sizing: border-box;
}

.image-lib-choose-card
{
    border: 2px solid transparent;
}

.image-lib-choose-card-blink
{
    color: #fff;
    animation: fade 500ms infinite;
    -webkit-animation: fade 500ms infinite;
}

.image-lib-choose-card-title
{
    padding-left: 10px;
    max-width: 115px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: default;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-lib-choose-btn-image-library-icon
{
    float: left;
    margin: 7px 5px 0 0;
    width: 16px;
    height: 16px;
}

.image-lib-choose-btn-image-library-text
{
    float: left;
    width: auto;
    height: 28px;
    line-height: 28px;
}

.image-lib-choose-btn-image-library
{
    float: right;
    margin-right: 22px;
    margin-top: 5px;
    cursor: pointer;
}

.image-lib-choose-btn-image-library:hover
{
    color: var(--color-main, #5582f3);
}

.image-lib-choose-no-image-icon
{
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
    margin: auto;
}

.image-lib-choose-no-image-text
{
    width: 100px;
    height: 20px;
    margin: auto;
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-lib-choose-no-image
{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #e5e5e5;
}

.image-lib-choose-dashboard-publish-thumbnail-img
{
    position: absolute;
    width: 100%;
    height: 100%;
    border-width: 0;
    text-align: center;
}

.image-lib-choose-edit-detail
{
    position: absolute;
    line-height: 23px;
    bottom: 4px;
    left: 3px;
    background: #ffffff;
    color: #ffffff;
    z-index: 9999;
    border-radius: 6px;
    opacity: 0.60;
}

.image-lib-choose-edit-detail-tip
{
    line-height: 22px;
    font-size: 12px;
    transform: scale(0.90);
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: #000000;
    width: 110%;
    margin-left: -13px;
}

.image-lib-choose-hover-btns
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 40px;
    margin: auto;
}

.image-lib-choose-hover-btn
{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto;
    border: 1px solid rgb(219, 219, 219);
}

.image-lib-choose-preset-icon
{
    width: 28px;
    height: 20px;
    border: 1px solid;
    border-radius: 2px;
    margin-right: 6px;
    padding: 2px;
}

.image-lib-choose-thumbnail-error
{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -24px;
    line-height: 24px;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    color: #ccc;
}

/* --- 导入导出相关 --- */
.image-lib-tree-selection-container
{
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.image-lib-im-export-search-box
{
    position: relative;
    width: 190px;
    top: 0;
    height: 23px;
}

.image-lib-im-export-item
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 23px;
}

.image-lib-im-export-item-text-preset
{
    border: 1px solid;
    border-radius: 2px;
    padding: 1px;
    color: #b2b2b2;
    /*position: absolute;*/
    float: left;
    margin-left: 30px;
    line-height: 16px;
}

.image-lib-im-export-item-text
{
    /*position: absolute;*/
    float: left;
}

.image-lib-im-export-no-data
{
    position: absolute;
    top: 26px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: rgb(102, 102, 102);
}

.image-lib-im-export-no-data-prompt
{
    text-align: center;
    font-size: 16px;
    color: rgb(187, 187, 187);
    top: 50%;
}

.image-lib-im-export-no-data-icon
{
    background-size: contain;
    top: 50%;
}

.image-lib-import-image-file
{
    position: absolute;
    left: -400px;
    width: 0;
    height: 0;
}

.image-lib-import-upload-main
{
    position: absolute;
    width: 740px;
    height: 410px;
    top: 50%;
    left: 50%;
    margin-left: -370px;
    margin-top: -205px;
    z-index: 3;
}

.image-lib-import-upload-modallayer
{
    z-index: 999999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(226,231,239,0.5);
}

.image-lib-import-upload-progress
{
    position: absolute;
    top: 200px;
    left: 0;
    width: 740px;
    height: 3px;
    border-radius: 10px;
}

.image-lib-import-uploading-prompt
{
    position: absolute;
    top: 210px;
    left: 50%;
    width: 180px;
    height: 23px;
    margin-left: -80px;
}

.image-lib-import-conflict-handing-cell
{
    line-height: 28px;
    padding-left: 10px;
    padding-right: 2px;
}

@keyframes fade
{
    from
    {
        opacity: 1.0;
    }
    50%
    {
        opacity: 0.4;
    }
    to
    {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade
{
    from
    {
        opacity: 1.0;
    }
    50%
    {
        opacity: 0.4;
    }
    to
    {
        opacity: 1.0;
    }
}