body {
	margin: 0;
	padding: 0;
	font-family: 'Arial Unicode MS', Arial, verdana, serif;
	font-size: 14px;
	overflow: hidden;
}
iframe, .menu {
	display: inline-block;
	height: 100vh;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

iframe {
	width: 80vw;
	float: right;
}

.treeView .far.fa-folder-open {
	display: none;
}

.treeView .active > a > span > .far.fa-folder-open {
	display: inline-block;
}

.treeView .active > a > span > .far.fa-folder {
	display: none;
}

.menu {
	width: calc(20vw - 2px);
	border-right: 1px solid #333333;
	margin-right: -3px;
	overflow-y: scroll;
}

.menu .treeView li {
	min-height: 26px;
}

.menu .treeView ul ul {
	padding-left: 20px;
	display: none;
}

.menu .treeView .active > ul {
	display: block;
}

.menu .treeView a {
	cursor: pointer;
}

.treeView ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.treeView ul li {
	display: block; /*IE 6*/
}
.treeView ul li a {
	display:block;
	background:#f3f3f3;
	width:auto;
	text-decoration:none;
	padding:4px 7px;
	border-bottom:1px solid #eeeeee;
	border-top:1px solid #cccccc;
	border-left:5px solid #333333;
	color:#333333;
}
.treeView ul li a:hover {
	border-left-color:#9c2b11;
	color:#9c2b11;
	background:#c4c4c4;
}
.treeView .active > a {
	border-left-color:#9c2b11;
	color:#9c2b11;
	background:#c4c4c4;
}
.treeView h1 {
	font-size: 120%;
	padding: 5px;
	margin: 0;
}
.treeView .entireVolumeLink a {
	color:#9c2b11;
	font-weight: bold;
}

.treeView .far {
	font-size: 120%;
	margin-right: 5px;
}

/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.folderView {
	display: none;
}

.thumbnail {
	min-height: 60px;
}

.thumbnail > * {
	max-width: 80px !important;
	line-height: 60px !important;
	max-height: 60px !important;
    display: block !important;
    margin-right: auto !important;
	margin-left: auto !important;
}

.thumbnail > span {
	width: 80px;
}

.folders > * {
    width: 50%;
	padding: 5px;
	display: block;
}

.folders > *:hover {
    cursor: pointer;
    background-color: #eee;
}

.label {
    text-align: center;
}

.view {
	color: black;
	padding-left: 5px;
	font-size: 2em;
}

.view a, .view a:visited {
	color: black;
}

.label {
	font-size: 90%;
}

.treeView .fiv-cla, .treeView .fiv-ext {
    height: 2em;
    width: 2em;
	line-height: 2em;
}

.active > a > .fiv-ext.fiv-icon-folder {
    background-image: url("/file-icons/icons/extra/folder-open.svg");
}

.treeView > UL button {
	margin: 0;
}

.thumb-icon {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
  }
  .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	margin: 0 1rem;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  