.S3FancyTreeGrid .table-view{
	height: 370px;
	overflow-y: scroll;
	overflow-x: fixed;
    display: block;
    position: relative;
}

.S3FancyTreeGrid ::-webkit-scrollbar {
    width: 12px;
}
 
.S3FancyTreeGrid ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
 
.S3FancyTreeGrid ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: radial-gradient(rgb(77,77,77), rgb(60,60,60), rgb(77,77,77));
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.S3FancyTreeGrid .table-container{
	width: 100%;
	height: 400px;
	border: solid .25px rgb(153,153,153);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-left: -.25px;
	margin-bottom: 20px;
	position: relative;
}

.S3FancyTreeGrid .director-table-container{
	margin-top: -2px;
	margin-bottom: -3px;
	height: auto;
}

.S3FancyTreeGrid .table-tree{
	width: 100%;
	table-layout: fixed;
}

.S3FancyTreeGrid th{
	text-align: left;
	padding-left: 5px;
}

.S3FancyTreeGrid .table-header-item{
	display: inline-block;
}

.S3FancyTreeGrid .table-header{
	display: block;
	background: linear-gradient(rgb(77,77,77), rgb(26,26,26));
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 5px;
	color: white;
}

.S3FancyTreeGrid .table-name{
	width:50%;
}

.S3FancyTreeGrid .table-modified{
	width:35%;
}

.S3FancyTreeGrid .table-size{
	width:13%;
}

.S3FancyTreeGrid th{
	background: linear-gradient(rgb(77,77,77), rgb(26,26,26));
	color: white;
}

.S3FancyTreeGrid .dragEventOverTop{
	border-style: dashed!important;
}

.S3FancyTreeGrid .listItem{
	padding-top: 3px;
	padding-bottom: 3px;
}

.S3FancyTreeGrid thead { 
	display:none;
}

.S3FancyTreeGrid .fancytree-container tbody tr td{
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
}

.S3FancyTreeGrid span.fancytree-node{
    white-space: nowrap;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
}

.S3FancyTreeGrid span.fancytree-title{
	display: inline-block;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
}

.S3FancyTreeGrid a:hover {
  color: black;
  position: relative;
}

.CreateNewFolderPopupDiv .isTemplatedCheckBox {
	float: left !important;
    width: 3% !important;
}
.CreateNewFolderPopupDiv label {
	width: 30%;
	height: 32px;
	padding-top: 6px;
	float: left;
	clear: left;
}

.CreateNewFolderPopupDiv input{
	width: 70%;
	height: 32px;
	float: right;
	clear: right;
}
.isTemplatedCheckBox, .isTemplatedLabel{
	display: none;
}

.file-audit
{
	width: 65%;
	left: 50%;
	margin-left: calc(65%/-2);
}
.file-audit th
{
	background-color: 	black;
    color: 				white;
    font-size: 			14px;
    padding-top: 		10px;
    padding-bottom: 	10px;
    padding-left:	 	5px;
    text-align: 		center;
    line-height: 		16px;
    border: 			1px black solid;
}
.file-audit td
{
	border: 			1px black solid;
    padding: 			5px;
    text-align: 		center;
}

.S3FancyTreeGrid .treegrid-header 
{
	background-color: #222222;
	color: #ffffff;
}

table.fancytree-ext-table tbody tr.fancytree-focused span.fancytree-title 
{
	outline: none;
}

@media only screen and (max-width: 100-px) 
{
	.S3FancyTreeGrid a {
		max-width: 0px;
	}
}