img {
    max-width: 100%;
}

.grid-folder-wrap {
    margin: 0;
    padding: 0;
}

.grid-folder-wrap li {
    display: inline-block;
    list-style: none;
    margin: 0 0 4px;
    padding: 0 10px;
    width: 100px;
    vertical-align: top;
    text-align: center;
}

.grid-folder-wrap img {
    width: 60px;
    height: auto;
    cursor: pointer;
}

ul.grid-folder-wrap li p {
    font-size: 12px;
    text-align: center;
    color: #101010;
    height: 40px;
    overflow: hidden;
}

.active-folder {
    background-color: #eee;
}

.accordian-sidebar .card-body {
    color: #fff;
    font-size: 13px;
}

.accordian-heading {
    background: #101010;
    margin-bottom: 5px;
    color: #ccc;
    padding: 10px 10px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
}

.accordian-heading::after {
    content: "\f0dd";
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
}

.accordian-heading button {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
}

.accordian-sidebar .form-control {
    border-radius: 0;
}

.progress-wrap {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    line-height: 0;

}

.progress-line {
    height: 4px;
    background: #1f8000;
    display: inline-block;
    transition: width 0.2s;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    width: 0;
    vertical-align: top;
    border-radius: 4px;
    line-height: 0;
}

.progress-text {
    line-height: 1.4;
}

/*List Folder*/
.list-folder-wrap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.list-folder-wrap img {
    width: 16px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 4px 0 0;
}

.list-folder-wrap li {
    font-size: 12px;
    color: #101010;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.arrow-toggle-list {
    vertical-align: middle;
    display: inline-block;
    margin: 0 6px 0 0;
    cursor: pointer;
}

.arrow-toggle-list i {
    font-size: 30px;
    color: #666666;
}

.attributes-list-folder {
    display: inline-block;
    float: right;
    margin: 0;
}

.attribute-list-folder {
    color: #808080;
}

.sub-list-folder-wrap {
    list-style: none;
    padding-left: 20px;
    display: none;
}

.active-sub-list {
    display: block;
}

.arrow-toggle-list.active-arrow img {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.list-folder-wrap li .list-item-wrap {
    padding: 2px 4px;
    float: right;
    width: calc(100% - 35px);
    cursor: default;
}

.attribute-list-folder {
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.attribute-list-folder:last-child {
    border-right: none;
    padding-right: 0;
}

.primary-menu-wrap {
    float: right;
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    text-align: right;
}

.primary-menu-wrap li {
    display: inline-block;
}

.primary-menu-wrap li a {
    font-size: 13px;
    background: #222529;
    color: #eee;
    font-weight: 400;
    padding: 6px 8px;
    text-decoration: none;
    border-radius: 2px;
}

.list-item-wrap.active-list-item {
    background-color: #387bff;
    color: #fff;
}

.list-item-wrap.active-list-item * {
    color: #fff;
}

.section-dir-info p, .section-dir-info label {
    margin: 0;
    word-wrap: break-word;
}

.search-result-heading {
    background: #222529;
    padding: 6px !important;
    color: #fff;
    border-radius: 2px;
}

.button-processing::after {
    background-image: url(../images/icons/loading.gif) !important;
    background-color: #ccc;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    right: -30px;
    height: 20px;
    width: 20px;
    border-radius: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.button-processing {
    position: relative;
}

.list-item-wrap.active-list-item .visible-on-active {
    display: inline-block;
}

.visible-on-active {
    display: none;
}

.attribute-list-folder img {
    width: 18px;
}

.list-item-wrap.flag-hot {
    border-left: 3px solid #ffa500;
}

.list-item-wrap.flag-emergency {
    border-left: 3px solid #ff0000;
}

.click_view_downloads {
    cursor: pointer;
    background: #808080;
    display: inline-block;
    float: right;
    padding: 1px 7px;
}

.table-view-downloads {
    width: auto;
    margin: auto;
}

.accordian-sidebar .form-control {
    border: none;
}

.form-control:focus {
    box-shadow: none;
}

.loader-processiong {
    opacity: 0.2;
    pointer-events: none;
}

header.header-dark {
    background: #101010;
}

.footer-dark {
    background: #101010;
    color: #ccc;
    padding: 10px;
    font-size: 14px;
}

.page-wrap {
    padding: 40px 0;
    min-height: calc(100vh - 125px);
}

.list-style-none {
    list-style: none;
    padding-left: 15px;
}

.container-flash-errors {
    margin-top: 30px;
    color: #ff0000;
}

.alert {
    list-style: none;
}

[draggable=true] {
    -khtml-user-drag: element;
}

#filesList {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}
.fileList {
    padding: 0;
    list-style: none;
    margin: 10px 0 0;
}
.fileList li {
    padding: 2px 0;
}