section.content {
    margin: 0px;
    border: 0px;
    border-radius: 0px;
}

.ls-closed section.content {
    margin-left: 0px;
    margin-right: 0px
}

.clickable-th {
    cursor: pointer;
}

.file-item {
    cursor: pointer;
}

.btn-edit-filename {
    color: white;
    padding: 4px 6.25px;
    border-radius: .2875rem;
    cursor: pointer;
    float: right;
}

.btn-edit-filename.is-renaming {
    width: 26px;
    height: 26px;
    padding-top: 0;
    padding-bottom: 0;
    cursor: default;
}

.btn-edit-filename.zmdi-check {
    font-weight: bold;
}

.btn-edit-filename.is-renaming > span.spinner-border, .copy-btn > span.spinner-border, .move-btn > span.spinner-border {
    width: 13px;
    height: 13px;
    border-width: 2px;
    position: relative;
    bottom: 2px;
}

.copy-btn > span.spinner-border, .move-btn > span.spinner-border {
    position: relative;
    right: 6px;
    bottom: 1px;
}


.modifying {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
}

.theme-blush .nav-tabs .nav-link.active {
    border: 1px solid #ee2558;
    color: #ee2558;
}

.file-back-btn {
    margin-right: 15px;
    height: 36px;
    position: relative;
    bottom: 6px;
}

.file-back-btn > span {
    position: relative;
    top: 2px;
}

.search-file-input {
    background-color: white;
}

.fooicon {
    font-family: 'Material-Design-Iconic-Font', serif !important;
}

.fooicon-sort:before, .fooicon-sort-asc:before {
    content: '\f2f9' !important;
}

.fooicon-sort-desc:before {
    content: '\f2fc' !important;
}

.fooicon-plus:before {
    content:'\f278' !important;
}

.fooicon-minus:before{
    content:'\f273' !important;
}

.right_icon_toggle_btn {
    display: none;
}

.footable-empty > td {
    font-size: 15px !important;
}

.fooicon-loader:before {
    content: '\f1b9' !important
}

.l-blush {
    background-color: #ee2558 !important;
}

div.custom-pagination > span {
    border-left: solid 1px #dee2e6;
    border-top: solid 1px #dee2e6;
    border-bottom: solid 1px #dee2e6;
    padding: 8px 10px 6px;
    margin-top: 15px;
    display: inline-block;
    background-color: white;
    min-width: 35px;
    text-align: center;
    color: #0c7ce6;
    cursor: pointer;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

div.custom-pagination > span.disabled {
    cursor: default;
    color: #6c757d;
}

div.custom-pagination > span.disabled:hover {
    cursor: default;
    color: #6c757d;
    background-color: white;
}

div.custom-pagination > span:hover {
    background-color: #e9ecef;
}

div.custom-pagination > span.active + span {
    border-left: solid 1px white;
}

div.custom-pagination > span.active + span:hover {
    border-left: solid 1px #e9ecef;
}

div.custom-pagination > span.active {
    background-color: #0c7ce6;
    color: white;
    min-width: 35px;
    border: solid 1px #0c7ce6;
}

div.custom-pagination > span:first-child {
    border-radius: .2875rem 0 0 .2875rem;
}

div.custom-pagination > span:last-child {
    border-radius: 0 .2875rem .2875rem 0;
    border-right: solid 1px #dee2e6;
}

.alert > span {
    position: relative;
    top: 2px;
}

.btn-default > span {
    color: white;
}

a.btn > span {
    color: white;
}

.swal-button--danger {
    background-color: #ee2558 !important;
}

.swal-button--danger:hover {
    background-color: #c82333 !important;
}

@media(max-width: 768px) {
    .d-sm-none {
        display: none;
    }
}

.copy-btn, .move-btn {
    margin-right: 9px !important;
}

.fooicon {
    position: relative;
    top: 4px;
}

.modal .fooicon {
    position: relative;
    top: 6px;
}

.dl-modal-button {
    position: relative;
    right: 1px;
}

.s3-max-size .dl-modal-button {
    position: relative;
    left: 3px;
}

.mobile_menu {
    display: none;
}

#modalMove .modal-content {
    background-color: #f5f5f5;
}

.path-btn {
    color: #0c7ce6;
    cursor: pointer;
}

.breadcrumb-modal {
    background-color: #f5f5f5;
    padding: 0;
    margin-bottom: 0;
}

.modal {
    overflow-y: auto !important;
}

.swal-icon--error ~ .swal-footer .swal-button--cancel {
    display: none;
}

/* Dropzone */

.dropzone.filepicker {
    text-align: center;
    /* padding: 30px;*/
    min-height: 60px;
    background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    /* box-shadow: inset 0 0 5px 0 rgba(43,43,43,.1); */
}

#modalUpload .filepicker-file-icon {
    margin-top: 30px;
}

#modalUpload .dz-default {
    margin-bottom: 20px;
}

#modalUpload .dz-file-preview:last-child {
    padding-bottom: 20px;
}

#modalUpload .prevent-click {
    border: none;
}

#modalUpload .dz-default.dz-message {
    cursor: pointer;
}

/*#modalUpload .btn-upload-modal {
    display: none;
}*/

#modalUpload .prevent-click .btn-upload-modal {
    display: block !important;
    z-index: 1;
}

.filepicker-file-icon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 2.5em 0;
    padding-left: 45px;
    color: #646464;
}

.filepicker-file-icon::before {
     position: absolute;
     top: -7px;
     left: 0;
     width: 29px;
     height: 34px;
     content: '';
 }

.filepicker-file-icon::after {
     font-size: 50px;
     line-height: 1.3;
     position: absolute;
     top: -22px;
     left: -4px;
     padding: 0 2px;
     content: '\f221';
     font-family: 'Material-Design-Iconic-Font';
     text-align: right;
     letter-spacing: 1px;
     text-transform: uppercase;
     color: #000;
 }

.filepicker-file-icon .fileCorner {
    position: absolute;
    top: -7px;
    left: 22px;
    width: 0;
    height: 0;
    border-width: 11px 0 0 11px;
    border-style: solid;
    border-color: white transparent transparent #920035;
}

.dropzone .dz-error-message, .dropzone .dz-success-mark, .dropzone .dz-error-mark {
    display: none;
}

.dropzone .dz-preview {
    background-color: #f5f5f5 !important;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

#modalUpload .prevent-click .dz-message > span {
    display: none;
}

#modalUpload .prevent-click .dz-message {
    margin-bottom: 0;
}

#modalUpload .dropzone {
    position: relative;
}

#modalUpload .btn-upload-modal .prevent-click {
    display: block;
}

#modalUpload .modal-body {
    padding-top: 18px;
}

#modalUpload .btn-upload-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
    width: 38px;
    height: 38px;
}

#modalUpload .btn-upload-modal > i {
    position: relative;
    right: 3px;
}

#modalUpload .dz-preview .dz-size {
    display: none;
}

#modalUpload .dz-filename {
    display: none;
}

#modalUpload .upload-file-icon {
    position: relative;
    top: 7px;
    left: 14px;
}

#modalUpload .mod-remove-link {
    text-align: left;
    margin-left: 10px;
    position: relative;
    bottom: 4px;
    color: #ee2558;
}

#modalUpload .dz-remove {
    /* margin-left: 6px; */
    color: #ee2558 !important;
    text-decoration: none !important;
}

#modalUpload .dz-remove::before {
    font-family: 'Material-Design-Iconic-Font';
    content: '\f154';
    margin-right: 6px;
}

#modalUpload .filepicker-file-icon {
    display: none;
}

#modalUpload .prevent-click .filepicker-file-icon.icon-to-display {
    display: none;
}

#modalUpload .filepicker-file-icon.icon-to-display {
    display: inline-block;
    position: relative;
    top: 5px;
}

#modalUpload .mod-filename {
    text-align: left;
    margin-left: 10px;
    line-height: 22px;
}

#modalUpload .dz-image > img {
    display: none;
}

#modalUpload .dz-preview:last-child .dz-image > img[src^="data:image"] ~ div {
    padding-bottom: 20px;
}

#modalUpload .mod-remove-link .progress {
    margin-top: 10px;
    margin-bottom: 11px;
    background-color: white;
    max-width: 80%;
}

#modalUpload .progress-bar {
    border-radius: 3px;
}

.position-relative-top-15 {
    position: relative;
    top: 15px;
}

.swal-button--confirm {
    background-color: #0c7ce6;
}

.swal-button-container .swal-button--confirm:hover {
    background-color: #0069d9;
}

.folder-input-error {
    display: block;
    font-size: 12px;
    text-align: left;
    color: #ee2558;
    margin-bottom: -14px;
    margin-top: 4px;
}

.download-remote-file-info {
    position: relative;
    bottom: 10px;
    margin-bottom: 9px;
}
