#virtualFileSystemView {
	min-height: 600px;
}

#virtualFileSystemTree {
	height: 600px;
	overflow: auto;
}

#virtualFileSystemInfo {
	height: 100%;
	border: none;
}

.jstree-default .jstree-themeicon-custom {
	margin-right: 5px;	
}

#viewfs {
	padding-top: 5px;
	min-height: 400px;
}

#viewfs .breadcrumb {
/* 	background-color: #fff; */
}

#navigation {
	height: 25px;
	width: 100%;
}

#table {
/* 	background: white; */
}

#table a.open {
	margin-right: 0px;
}

/* .tableAction { */
/* 	cursor: pointer; */
/* 	margin-right: 10px; */
/* } */

.fileIcon {
	margin-right: 5px;
}

.conflicted {
	color: red;
}

/* .fixed-table-toolbar { */
/* 	margin-top: 10px; */
/* 	padding-right: 10px; */
/* } */

/* .fixed-table-pagination { */
/* 	position: fixed; */
/* 	width: 100%; */
/* 	bottom: 0; */
/* 	/* Set the fixed height of the footer here */ */
/* 	height: 60px; */
/* 	background-color: #494B4C; */
/* 	color: #fff; */
/* 	bottom: 0; */
/* 	z-index: 99999; */
/* 	padding-right: 10px; */
/* 	padding-left: 10px; */
/* } */

/* .navicons li a { */
/* 	padding: 10px 5px; */
/* } */

/* #navMenu { */
/* 	padding-left: 0px; */
/* 	float: right; */
/* 	height: 50px; */
/* 	margin: auto; */
/* 	line-height: 50px; */
/* 	float: right; */
/* } */

/* .navicons i { */
/* 	text-align: right; */
/* 	vertical-align: middle; */
/* } */

/* .navicons a { */
/* 	color: #999; */
/* } */

/* .navicons a:hover { */
/* 	color: #fff; */
/* } */

/* .navicon { */
/* 	display: inline; */
/* 	padding: 5px 5px 5px 0px; */
/* 	margin: auto; */
/* 	height: 100%; */
/* 	position: relative; */
/* } */

/* .btn { */
/* 	border: none; */
/* 	-webkit-border-radius: 2px; */
/* 	-moz-border-radius: 2px; */
/* 	border-radius: 2px; */
/* 	text-shadow: none; */
/* 	min-height: 28px; */
/* 	padding: 6px; */
/* } */

/* .btn i { */
/* 	margin: 0px; */
/* } */

/* .btn { */
/* 	margin-right: 5px; */
/* 	margin-top: 5px; */
/* } */

/* .btn-primary { */
/* 	color: white; */
/* 	background: #20a8d8; */
/* 	border: 1px solid #20a8d8; */
/* } */

/* .btn-disabled { */
/* 	color: white; */
/* 	background: #eee; */
/* 	border: 1px solid #eee; */
/* } */

.file-upload-info{
	font-size: 10px;
	padding-left: 0px;
	padding-right: 10px;
	float: left;
}

#uploadWrapper {
	padding-top: 50px;
	padding-left: 50px;
}

.notifyjs-confirm-base {
	width: 400px;
	background: #FFF;
	border: 1px solid #000;
	padding: 5px;
}

.notifyjs-share-base {
	width: 400px;
	background: #FFF;
	border: 1px solid #000;
	padding: 5px;
}

.notifyjs-share-base .buttons {
	width: 70px;
	float: right;
	font-size: 9px;
	padding: 5px;
	margin: 2px;
}

.notifyjs-share-base button {
	font-size: 9px;
	padding: 5px;
	margin: 2px;
	width: 60px;
}

.notifyjs-confirm-base .title {
	width: 300px;
	float: left;
	margin: 10px 0 0 10px;
	text-align: right;
}

.notifyjs-confirm-base .buttons {
	width: 70px;
	float: right;
	font-size: 9px;
	padding: 5px;
	margin: 2px;
}

.notifyjs-confirm-base button {
	font-size: 9px;
	padding: 5px;
	margin: 2px;
	width: 60px;
}