/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.filemanager-wrapper table {
    width: 75%;
    margin: 0;
}

.treeview {
   width: 25%;
   border: 0.5px solid black;
   border-left: none;
   overflow: scroll;
}

.treeview ul{
   width: 100%;
}

.close {
   display: none;
}

.file-table {
   float: left;
   width: 100%;
}

.filewrapper {
   display: block;
}

#file-table {
   margin: 0;
   width: 100%;
}

#filemanagerwrapper {
   width: 75%;
}

#filemanagerbtndown {
   width: 133.5%;
}

.checkboxall {
   padding: 5px .75em;
}

#file-table tr td:first-child {
   width: 50px;
   display: none;
}

#file-table tr td:nth-child(2) {
   width: 75%;
}

.pdfobject-container {
   height: 1200px;
}

.filemanagerbtn {
   margin-bottom: 10px;
}

.navbar {
   overflow: hidden;
   background-color: #fff;
   width: auto;
   display: block;
}

.navbarfile {
   float: left;
}

.navbarfilewrapper {
   width: 100%;
   display: table;
}


.btninfo, .subnavzip, .subnavsearch {  
   float: right !important;
}

#lname, #lnamefile, #lnamecopy, #lnamemoveto, #lnameshare, #lnamezip, #lnamesearch {
   width: 250px;
   max-width: 100%;
   margin: 0;
}

#subnav-content-search, #subnav-content-share, #subnav-content-zip {
   right: 0;
}

.subnav-content-share {
   right: auto !important;
}

.info-window {
   position: absolute;
   top: 250px;
   left: 25%;
   width: 50%;
   height: auto;
   background-color: #fff;
   border: 0.5px solid rgba(0,0,0,0.15);
   padding: 25px;
}

.info-window-close{
   float: right !important;
}

.navbar div, .navbar a {
   float: left;
   font-size: 16px;
   color: black;
   text-align: center;
   text-decoration: none;
   border: 0.25px solid black;
   padding: 10px;
   margin: 0 5px 0px 0;
   text-decoration: none !important;
   font-weight: 100 !important;
   z-index: 999;
}

.subnav {
   float: left;
   overflow: hidden;
}

.subnav .subnavbtn {
   font-size: 16px;
   border: none;
   outline: none;
   color: black;
   font-weight: 100;
   background-color: inherit;
   font-family: inherit;
   margin: 0;
}

.subnav-content {
   display: none;
   position: absolute;
   width: auto;
   z-index: 1;
   background-color: white;
   border: 0.25px solid black;
}

.subnav-content a  {
   float: left;
   color: white;
   text-decoration: none;
}

.subnav-content a:hover {
   background-color: #eee;
   color: black;
}

.subnav-content-display {
   display: block;
}

.subnav-content-display {
   display: block;
}

.file-info {
   padding-top: 0;
}

.file-info a {
   padding: 0 7.5px;
}

.file-next-before {
   float: right;
   display: flex;
   padding-top: 12.5px;
}

.dplayer {
   width: 100%;
}

tr.selected {
   background-color: rgba(0,0,0,0.1);
}

.filepath {
   padding: 5px 10px;
   border: 0.5px solid black;
   border-bottom: none;
   width: 133.35%;
}

.filemanager-home-click {
   margin-left: auto;
   margin-right: auto;
   display: table;
   padding: 15px 0;
   border: 0.25px solid rgba(0,0,0,0.25);
   width: 50%;
   text-align: center;
}

#filemanager-wrapper img {
   margin-left: auto;
   margin-right: auto;
   display: flex;
}

.filemanager-home {
   display: none;
}

#filemanagervideo {
   width: 100%;
}

.filemanagerpagination {
   margin-left: auto;
   margin-right: auto;
   display: table;
}

.filemanagerpagination a {
   padding: 0 2.5px;
}

#loadzip {
   background-image: url(ajax-loader.gif);
   background-repeat: no-repeat;
   border: none;
   display: none;
}

.filepathcount {
   float: right;
   font-weight: 500;
}

.diskinfowrapper {
   display: flex;
   padding: 25px 0;
   text-align: center;
}

.diskinfo {
   width: 33.33%;
}

.CodeMirror {
   height: auto;
 }

 .switch {
   position: relative;
   display: inline-block;
   width: 70px;
   height: 46px;
   float: right;
   background-color: #ccc;
   cursor: pointer;
   margin-right: 5px;
   border: 0.25px solid black;
 }
 
 .switch input { 
   opacity: 0;
   width: 0;
   height: 0;
 }
 
 .sliderbox {
   position: absolute;
   content: "";
   height: 38px;
   width: 32.5px;
   left: 4px;
   bottom: 3.5px;
   background-color: white;
   -webkit-transition: .4s;
   transition: .4s;
   text-align: center;
   border: 0.05px solid rgba(0,0,0,0.25);
 }

 .sliderboxtext {
   padding-top: 7.5px;
   display: block;
 }
 
 input:checked + .sliderbox {
   background-color: #2196F3;
 }
 
 input:focus + .sliderbox {
   box-shadow: 0 0 1px #2196F3;
 }
 
 input:checked + .sliderbox {
   -webkit-transform: translateX(26px);
   -ms-transform: translateX(26px);
   transform: translateX(26px);
 }

 .grid-container {
   display: grid;
   grid-template-columns: 33.33% 33.33% 33.33%;
   max-width: 100%;
}
 
 .grid-item {
   background-color: rgba(255, 255, 255, 0.8);
   border: 0.25px solid black;
   padding: 20px;
   font-size: 15px;
   text-align: center;
}

.grid-item .checkbox {
    display: none;
}

#userid {
   display: none;
} 

.grid-item.selected {
   background-color: rgba(0,0,0,0.1);
}

.switchtext {
   display: table;
   float: right;
}