@charset "utf-8";
*{
    margin:0;
    padding:0;
}
body {
    background-color: #23232e;
    font: 14px normal Arial, Helvetica, sans-serif;
    z-index: -4;
}
.filemanager {
    width: 95%;
    max-width:1340px;
    position: relative;
    margin: 100px auto 50px;
}
@media all and (max-width: 965px) {
    .filemanager {
        margin: 30px auto 0;
        padding: 1px;
    }
}
.filemanager .topline {
    color: #ffffff;
    margin-left:10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}
.filemanager .topline a:link, .topline a:visited {
    color: #ffffff;
    text-decoration: none;
}
.filemanager .topline a:hover {
    text-decoration: none;
}
.filemanager .refreshButton, .homeButton, .menuButton {
    border-radius: 5px;
    background-color: #ca00ca;
    height: 50px;
    list-style-type: none;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0.3em;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s background-color;
}
.filemanager .infoButton {
    visibility: hidden;
    border-radius: 5px;
    background-color: #00ca99;
    height: 50px;
    list-style-type: none;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
    transition: 0.3s background-color;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px 5px 10px;
}
.filemanager .breadcrumbs {
    color: #ffffff;
    margin-left:10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}
.filemanager .folderName {
    border-radius: 5px;
    background-color: #37aa43;
    height: 50px;
    list-style-type: none;
    margin: 0px;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0.3em;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s background-color;
}
.filemanager .breadcrumbs a:link, .breadcrumbs a:visited {
    color: #ffffff;
    text-decoration: none;
}
.filemanager .breadcrumbs a:hover {
    text-decoration: none;
}
.filemanager .search {
    position: absolute;
    padding-right: 30px;
    cursor: pointer;
    right: 0;
    font-size: 17px;
    color: #ffffff;
    display: block;
    width: 40px;
    height: 40px;
}
.filemanager .search:before {
    content: '';
    position: absolute;
    margin-top:12px;
    width: 10px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    right: 8px;
}
.filemanager .search:after {
    content: '';
    width: 3px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 23px;
    right: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.filemanager .search input[type=search] {
    border-radius: 2px;
    color: #4D535E;
    background-color: #FFF;
    width: 250px;
    height: 44px;
    margin-left: -215px;
    padding-left: 20px;
    text-decoration-color: #4d535e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    display: none;
    outline: none;
    border: none;
    padding-right: 10px;
    -webkit-appearance: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #4d535e;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #4d535e;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #4d535e;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #4d535e;
}
.filemanager .data {
    margin-top: 60px;
    z-index: -3;
}
.filemanager .data.animated {
    -webkit-animation: showSlowlyElement 700ms; /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms; /* Standard syntax */
}
.filemanager .data li {
    border-radius: 3px;
    background-color: #373743;
    width: 307px;
    height: 110px;
    list-style-type: none;
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0.3em;
    z-index: 1;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s background-color;
}
.filemanager .data li:hover {
    background-color: #42424E;
}
.filemanager .data li files {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.filemanager .data li a {
    color: white;
    text-decoration: none;
}
.filemanager .data li .name {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    width: 150px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 40px;
}
.filemanager .data li .filedesc {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    width: 150px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 20px;
}
.filemanager .data li .filename, .year, .month, .day {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    width: 125px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 40px;
}
.filemanager .data li .timename {
    color: #ffffff;
    margin-left: 35px;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    width: 80px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 40px;
    left: 200px;
}
.filemanager .data li .details {
    color: #b6c1c9;
    font-size: 13px;
    font-weight: 400;
    width: 55px;
    height: 15px;
    top: 64px;
    white-space: nowrap;
    position: absolute;
    display: inline-block;
}
.filemanager .data li .share {
    top: 27px;
    left: 267px;
    color: #ffffff;
    box-sizing: border-box;
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: currentColor;
    border-radius: 100px;
    box-shadow:
        10px -6px 0,
        10px 6px 0
}
.filemanager .data li .share::after,
.filemanager .data li .share::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 10px;
    height: 2px;
    background: currentColor;
    left: 2px
}
.filemanager .data li .share::before {
    top: 0;
    transform: rotate(-35deg)
}
.filemanager .data li .share::after {
    bottom: 0;
    transform: rotate(35deg)
}
.filemanager .nothingfound {
    background-color: #373743;
    width: 23em;
    height: 21em;
    margin: 0 auto;
    display: none;
    font-family: Arial;
    -webkit-animation: showSlowlyElement 700ms; /* Chrome, Safari, Opera */
    animation: showSlowlyElement 700ms; /* Standard syntax */
}
.filemanager .nothingfound .nofiles {
    margin: 30px auto;
    top: 3em;
    border-radius: 50%;
    position:relative;
    background-color: #d72f6e;
    width: 11em;
    height: 11em;
    line-height: 11.4em;
}
.filemanager .nothingfound .nofiles:after {
    content: '×';
    position: absolute;
    color: #ffffff;
    font-size: 14em;
    margin-right: 0.092em;
    right: 0;
}
.filemanager .nothingfound span {
    margin: 0 auto auto 6.8em;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    height: 13px;
    position: relative;
    top: 2em;
}
@media all and (max-width:965px) {
    .filemanager .data li {
        width: 100%;
        margin: 5px 0;
    }
}
@-webkit-keyframes showSlowlyElement {
    100% { transform: scale(1); opacity: 1; }
    0% { transform: scale(1.2); opacity: 0; }
}
@keyframes showSlowlyElement {
    100% { transform: scale(1); opacity: 1; }
    0% { transform: scale(1.2); opacity: 0; }
}
.icon {
    font-size: 23px;
}
.icon.folder {
    display: inline-block;
    margin: 1em;
    background-color: transparent;
    overflow: hidden;
}
.icon.folder:before {
    content: '';
    float: left;
    background-color: #7ba1ad;
    width: 1.5em;
    height: 0.45em;
    margin-left: 0.07em;
    margin-bottom: -0.07em;
    border-top-left-radius: 0.1em;
    border-top-right-radius: 0.1em;
    box-shadow: 1.25em 0.25em 0 0em #7ba1ad;
}
.icon.folder:after {
    content: '';
    float: left;
    clear: left;
    background-color: #a0d4e4;
    width: 3em;
    height: 2.25em;
    border-radius: 0.1em;
}
.icon.folder.full:before {
    height: 0.55em;
}
.icon.folder.full:after {
    height: 2.15em;
    box-shadow: 0 -0.12em 0 0 #ffffff;
}
.icon.file {
    width: 2.5em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    border-radius: 0.25em;
    color: #FFF;
    display: inline-block;
    margin: 0.9em 1.2em 0.8em 1.3em;
    position: relative;
    overflow: hidden;
    box-shadow: 1.74em -2.1em 0 0 #A4A7AC inset;
}
.icon.file:first-line {
    font-size: 13px;
    font-weight: 700;
}
.icon.file:after {
    content: '';
    position: absolute;
    z-index: -1;
    border-width: 0;
    border-bottom: 2.6em solid #DADDE1;
    border-right: 2.22em solid rgba(0, 0, 0, 0);
    top: -34.5px;
    right: -4px;
}
.icon.file.f-mp4 {
    box-shadow: 1.74em -2.1em 0 0 #7e70ee inset;
}
.icon.file.f-mp4:after {
    border-bottom-color: #5649c1;
}
.icon.file.f-mp4.play {
    left: -12px;
    top: 2px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 23px;
    height: 23px;
    border: 2px solid;
    border-radius: 20px
}
.icon.file.f-mp4.play:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 4px;
    left: 7px
}
@media (max-width: 1024px) {
    #bsaHolder}
}
