#uploadFiles-Popup .popup-form {
    width: 65%;
}

.uploadFiles-popup {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh;
    width: 100vw;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-form .selectButton{
	border-bottom: none;
}


.popup-form .selectButton {
    display: flex;
    border-bottom: 0.15vw solid #efeff0;
    width: 94%;
}


.popup-form {
    background-color: #FFF;
    width: 25%;
    padding: 0;
}


.popup-Head {
    /* background-color: #FFCC66; */
    display: flex;
    padding: 0.4vw;
    /* border-top-left-radius: 8px; */
    /* border-top-right-radius: 8px; */
}

.popup-header {
    color: #1D1F21;
    font-family: "Open Sans";
    font-size: 0.85vw;
    letter-spacing: 0;
    line-height: 1.5vw;
    width: 97.8%;
    padding-left: 0.8vw;
    font-weight: 600;
}


.popup-btn {
    background: transparent;
    border: none;
    color: #1D1F21;
    font-size: 0.8vw !important;
    display: inline-flex;
    justify-content: end;
	align-items: center;
}

.popup-btn:hover {
    color: #ff5b5b;
}

.popup-footer {
    float: right;
    margin-right: 1.2vw;
    margin-bottom: 1.2vw;
}

#saveTemplate_Popup .popup-header {
    width: 94%;
}

/* .save-button {
    border: 0.1vw solid #FFCC66!important;
    background-color: #FFCC66;
    border: none;
    font-size: 0.8vw !important;
    padding: 0.2vw 1.6vw;
    font-family: 'Open Sans' !important;
    color: #1D1F21;
    font-weight: 600 !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1), inset 0 -0.25em 0 rgba(0, 0, 0, .25), 0 0.25em 0.25em rgba(0, 0, 0, .05) !important;
    outline: none !important;
    transition: all -0.9s;
}


.save-button:active {
    padding: 0.2vw 0.8vw !important;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.25);
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto !important;
    font-size: 0.8vw !important;
    top: .2em !important;
} */

div#Downloads-Popup .popup-form {
    width: 50%;
}

.view-bulk {
    margin-right: 0.4vw;
    font-size: 1vw;
}

.download-icon {
    font-size: 1.4vw;
    margin-right: 0.2vw;
    font-weight: 300;
}

.save-button:hover {
    background-color: #9DD283;
    border: 0.1vw solid #9DD283 !important;
}

.popup-close {
    font-size: 0.9vw !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    color: #000;
    font-weight: 600 !important;
}

.popup-close:hover {
    color: #ff5b5b;
}

.page-hide {
    margin-top: 0.5vw;
    font-family: "Open Sans";
    font-size: 1vw;
    font-weight: 600;
    height: 70vh;
    justify-content: center;
    align-items: center;
}

label#FileUpload-lable {
    height: 15vh;
    border: 0.01vw dashed #D7D7D7;
    background-color: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: open sans;
    font-size: 0.9vw;
    font-weight: 400;
    margin: 0.4vw 0;
    color: #101720;
    width: 100%;
    position: relative;
}

.popup-body-container {
    padding: 1.2vw;
    display: flex;
    flex-direction: column;
}

#FileUpload {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#upload-files-tab-txt,
#upload-success-tab-txt,
#upload-failed-tab-txt
 {
    justify-content: end;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 0.75vw;
    margin-left: 0.8vw;
    color: #1D1F21;
}


.count-files {
    margin: 0.4vw 0;
    display: flex;
    justify-content: flex-end;
}

.upload-tab-count {
    margin-left: 0.4vw;
    font-size: 0.65vw;
    line-height: 0.95vw;
    font-family: Open Sans;
    text-align: center;
    background-color: #9DD283;
    padding: 0 0.3vw;
    border-radius: 16px !important;
    position: relative;
    color: #1D1F21;
    cursor: default;
}

#upload-files-tab-count {
    background-color: #D1D0C2;
}

#upload-success-tab-count {
    background-color: #9DD283;
}

#upload-failed-tab-count {
    background-color: #E06967;
}

div#uploaded-files-list {
    border: none;
    width: 100%;
    border: 0.01vw solid #D7D7D7 !important;
    background: #FAFAFA;
}

div#uploaded-files-list.tabulator .tabulator-tableholder {
    background: #FAFAFA;
}

div#uploaded-files-list.tabulator .tabulator-header .tabulator-col {
    background: #ececec !important;
    border: none !important;
    font-family: 'Open Sans';
    color: #000;
    font-size: 0.85vw;
    line-height: 1.2vw;
    bottom: 0;
    font-weight: 600;
}

div#uploaded-files-list.tabulator .tabulator-header .tabulator-col:first-child {
    padding-left: 0.5vw !important;
}

div#uploaded-files-list.tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-content .tabulator-col-title {
    height: 4vh;
}

div#uploaded-files-list.tabulator .tabulator-header {
    background: #ececec;
    border: none !important;
    border-bottom: 0.01vw solid #D7D7D7 !important;
    height: 5.4vh;
}

div#uploaded-files-list.tabulator .tabulator-header .tabulator-col input {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0 !important;
    font-family: open sans;
    color: #000;
    margin-bottom: 0 !important;
    font-size: 0.7vw !important;
}

div#uploaded-files-list.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
    margin: 0 !important;
    position: relative;
    bottom: 0.25vw;
}

div#uploaded-files-list .tabulator-row {
    background: #FFF;
    /*height: 5vh !important;*/
    border-bottom: 0.01vw solid #D7D7D7 !important;
}

div#uploaded-files-list .tabulator-row:hover {
    background: #F1F1F1 !important;
}

div#uploaded-files-list .tabulator-row .tabulator-cell {
    display: inline-flex;
    align-items: center;
    font-family: 'Open Sans';
    color: #000;
    font-size: 0.8vw;
    border: none;
    height: 4vh !important;
}

div#uploaded-files-list .tabulator-row .tabulator-cell:first-child {
    padding-left: 0.1vw;
    display: inline-block;
    padding-top: 0.3vw;
}

div#uploaded-files-list .tabulator-row .tabulator-cell[tabulator-field="fileName"] span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#uploaded-files-list.tabulator .tabulator-header .tabulator-col input::placeholder {
    font-size:0.7vw;
}

div#bulkDownloadTabulator.tabulator .tabulator-header .tabulator-col input::placeholder {
    font-size:0.7vw;
}

div#uploaded-files-list .tabulator-row .tabulator-cell[tabulator-field="fileProgress"] {
    height: 2.8vh !important;
    padding-top: 0.3vw;
}

div#uploaded-files-list .tabulator-row .tabulator-cell div {
    /* background: #EAE8E8; */
    border-radius: 0.3vw;
}

div#uploaded-files-list .tabulator-row .tabulator-cell[tabulator-field="fileName"] span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div#uploaded-files-list .tabulator-row .tabulator-cell .drag-icon {
    color: #000;
    position: relative;
    top: 0.01vw;
    font-size: 0.9vw;
}

div#uploaded-files-list .tabulator-row .tabulator-cell .drag-icon:hover {
    color: #ff5b5b;
}

div#uploaded-files-list .tabulator-row .tabulator-cell input[type="checkbox"] {
    height: 0.85vw;
    width: 0.85vw !important;
    font-family: "Font Awesome";
    font-size: 0.95vw !important;
    letter-spacing: 0;
    line-height: 1.5vw;
    border: 0.01vw solid #000;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    outline: none;
    z-index: 10000;
    position: relative;
    appearance: none;
    cursor: pointer;
}

div#uploaded-files-list .tabulator-row .tabulator-cell input[type="checkbox"]:checked:before {
    background-color: transparent;
    height: 0.5vw;
    width: 0.5vw;
    position: absolute;
    font-size: 0.65vw;
    line-height: 2vw;
    color: #000;
    border-radius: 0;
    text-align: center;
    margin-top: 0.15vw;
    padding-left: 0.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '\f00c';
    font-family: 'FontAwesome';
}

div#uploaded-files-list .tabulator-row .tabulator-cell.tabulator-editing input {
    font-family: "Open Sans" !important;
    font-size: 0.8vw !important;
    box-shadow: none !important;
    padding-left: 0.15vw;
    padding-top: 0.8vw !important;
}


div#uploaded-files-list.tabulator .tabulator-header .tabulator-col input[type="checkbox"] {
    height: 0.85vw;
    width: 0.85vw !important;
    font-family: "Font Awesome";
    font-size: 0.95vw !important;
    letter-spacing: 0;
    line-height: 1.5vw;
    border: 0.01vw solid #000;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    outline: none;
    z-index: 10000;
    position: relative;
    appearance: none;
    cursor: pointer;
}

div#uploaded-files-list.tabulator .tabulator-header .tabulator-col input[type="checkbox"]:checked:before {
    background-color: transparent;
    height: 0.5vw;
    width: 0.5vw;
    position: absolute;
    font-size: 0.65vw;
    line-height: 2vw;
    color: #000;
    border-radius: 0;
    text-align: center;
    margin-top: 0.15vw;
    padding-left: 0.24vw;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '\f00c';
    font-family: 'FontAwesome';
}


div#uploaded-files-list input[type="checkbox"]:indeterminate {
    background-color: transparent;
    line-height: 2vw;
    color: #000;
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome' !important;
    top: 0.24vw;
}

div#uploaded-files-list input[type="checkbox"]:indeterminate:before {
    content: '\f068';
    font-family: 'FontAwesome' !important;
    font-size: 0.5vw !important;
    padding-top: 0.15vw;
}

.dragEffect {
    transform: scale(1);
    box-shadow: #c3bebe 2px 1px 8px 2px;
    border-color: #DC7B40 !important;
    z-index: 100 !important;
}

.check-icon {
    font-size: 0.9vw !important;
    border-radius: 50%;
    padding: 0.03vw;
    margin-right: 0.5vw;
    height: 85% !important;
}

.uncheck-icon {
    font-size: 0.9vw !important;
    border-radius: 50%;
    padding: 0.03vw;
    margin-right: 0.5vw;
    height: 85% !important;
}

div#uploaded-files-list.tabulator .tabulator-header .tabulator-col[tabulator-field="fileDescription"] {
    background: beige !important;
}
div#uploaded-files-list.tabulator .tabulator-header .tabulator-col[tabulator-field="delete"] {
    background: beige !important;
}

.multiCheckin {
    display: inline-block;
    float: left;
    background: url(/Design-portlet/image/icon/upload-file-1.svg) white;
    background-size: 1.1vw !important;
    border-radius: 50%;
    background-repeat: no-repeat !important;
    height: 1.9vw;
    width: 1.9vw;
    cursor: pointer;
    position: relative;
    margin-right: 0.04vw !important;
    background-position: center;
}

div#input-content {
    display: flex;
    flex-direction: column;
}

span.drag-and-drop-text.drag-drop-other {
    text-align: center;
    font-family: 'Open Sans';
    font-size: 0.85vw;
    margin: 0.4vw 0 0.4vw;
}

span.drag-and-drop-text.top-text {
    font-size: 1.1vw;
    font-weight: 400;
    margin: 0vw;
}

button#checkinPopupSlect{
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    z-index: 999;
    font-family: 'Open Sans';
    background-position: 0 -40px;
    outline: none !important;
    font-size: 0.8vw;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-repeat: repeat-x;
    background-color: #f1f1f1;
    border-radius: 2px;
    border: 1px solid #cfcfcf;
    color: #000;
    padding: 0.2vw 0 !important;
}

button#checkinPopupSlect:hover{
    background-color: #9DD283;
}

@media only screen and (min-height: 800px) and (max-height:900px) {
    div#uploaded-files-list .tabulator-row .tabulator-cell input[type="checkbox"]:checked:before {
        padding-left: 0.15vw;
    }
    
    div#uploaded-files-list.tabulator .tabulator-header .tabulator-col input[type="checkbox"]:checked:before {
        margin-top: 0.2vw;
        padding-left: 0.15vw;
    }

    div#uploaded-files-list.tabulator .tabulator-header {
        height: 5vh;
    }
}


div#bulkDownloadTabulator {
    border: 0.01vw solid #E0E0DD;
    background-color: #FCFAFA;
    width: 100%;
    height: 64vh !important;
}

.leftnav_pagefill-unsigned div#bulkDownloadTabulator {
    height: 72vh !important;
}

div#bulkDownloadTabulator .tabulator-header {
    height: 5.4vh;
    background-color: #e8e5d4;
    border-bottom: none;
}

div#bulkDownloadTabulator.tabulator .tabulator-header .tabulator-col {
    display: inline-flex;
    flex-direction: column;
    border: none;
    border-right: 0;
    background-color: #e8e5d4 !important;
    color: #000;
    font-family: "Open Sans";
    font-size: 0.8vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1vw;
    padding-top: 0vw !important;
}

div#bulkDownloadTabulator.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 5px solid #000 !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

div#bulkDownloadTabulator.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=ascending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-bottom: 5px solid #000 !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

div#bulkDownloadTabulator.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=descending] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
    border-top: 5px solid #000 !important;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

div#bulkDownloadTabulator .tabulator-header-filter input {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding-left: 0vw !important;
    font-size: 0.65vw !important;
    padding-top: 0 !important;
    position: relative;
    bottom: 0.15vw;
}

div#bulkDownloadTabulator .tabulator-row.tabulator-group {
    background-color: #F3F3F3;
    color: #000000;
    font-family: "Open Sans";
    font-size: 0.75vw;
    letter-spacing: 0;
    line-height: 1.1vw;
    font-weight: 600;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}

div#bulkDownloadTabulator .tabulator-row.tabulator-group span {
    color: #000;
    font-weight: 500;
    margin-left: 0.4vw;
}

div#bulkDownloadTabulator .tabulator-row {
    background: #FFF;
    border-bottom: 0.05vw solid #D9D9D9;
    border-top: 0;
    cursor: pointer;
}

div#bulkDownloadTabulator .tabulator-row .tabulator-cell {
    height: 2.3vw !important;
    color: #000;
    font-family: "Open Sans";
    font-size: 0.75vw;
    letter-spacing: 0;
    line-height: 1vw;
    font-weight: normal;
    border-right: none !important;
    display: inline-flex;
    align-items: center;
}

div#bulkDownloadTabulator .tabulator-row .tabulator-cell:nth-child(3) {
    display: inline-block;
    padding-top: 10px;
}

div#bulkDownloadTabulator .tabulator-row .tabulator-cell:nth-child(1) {
    position: relative;
    left: 0.3vw;
}

div#bulkDownloadTabulator.tabulator.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    padding-right: 0;
}

div#bulkDownloadTabulator .tabulator-row.tabulator-selectable:hover {
    background-color: #efefef !important;
}

div#bulkDownloadTabulator .tabulator-row .tabulator-cell .fa-download.downloadFile {
    position: unset;
}