#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%;
}


.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: 89.5%;
    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;
}

.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;
}

.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; */
    display: none !important;
}

#popup-head-txt {
    width: 96.5%;
}

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: 0.8vw 0.4vw;
    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.54vw !important;
    padding-top: 0.2vw;
}

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 !important;
    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.4vw;
    display: inline-block;
    padding-top: 0.3vw;
}

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 .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 !important;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    outline: none;
    z-index: 10000;
    position: relative;
    appearance: none;
    cursor: pointer;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-top: 4px;
}

div#uploaded-files-list .tabulator-row .tabulator-cell input {
    border: 0 !important;
    margin-bottom: 6px !important;
}

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.25vw;
    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 !important;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    outline: none;
    z-index: 10000;
    position: relative;
    appearance: none;
    cursor: pointer;
    border-radius: 0 !important;
}

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.25vw;
    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;
}

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

div#uploaded-files-list .tabulator-row .tabulator-cell[tabulator-field="fileName"] span {
    font-family: 'Open Sans' !important;
}

div#uploaded-files-list.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
    font-family: 'Open Sans' !important;
    font-weight: 600;
}

.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.4vw !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;
    }
}