.CssWrapper div {
	/*width: 320px;*/
	overflow: hidden;
}
.CssWrapper {
	/*padding: 5px;*/
	overflow: hidden;
}

.CssTreeContainer {
	width: auto;
	display: inline;
	float: left;
	padding-left:6px;
	box-sizing: border-box;
	width:100%;
}

.CssTreeValue {
	width: auto;
	float: left;
	text-align: left;
	clear: both;
	/*border-left: 1px solid #d5d5d5;*/
	padding-left: 4px;
	width: 100%;
	box-sizing: border-box;
}
/*.CssTreeValue a{*/
	/*color: #808080;*/
	/*text-decoration: none;*/
/*}*/
/*.CssTreeValue a:hover {*/
	/*color: #808080;*/
	/*text-decoration: underline;*/
/*}*/

.CssTreeValueMain{
	border-left: 0px!important;
}


.ParentLabel {
	width: auto;
	float: left;
	text-align: left;
	padding-left: 3px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 18px;
	width:100%;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ParentLabel .active{
	color: #a8a8a8;
}
.ParentLabel i {
	font-size:15px;
}
.ParentLabel i.icon-exclamation {
	font-size:11px;
}
.ParentLabel img{
	margin-left: 4px;margin-right: 3px;
}

/*.ParentLabel:hover{*/
	/*background-color: #f5f5f5;*/
	/*color: #595959!important;;*/
/*}*/

.provateColor{
	color: red!important;

}



.t-dir-nf{
	margin-right: 8px;float:right;
	/*font-size: 11px!important; */
	color: #488949;
}
.t-sdir-nf{
	margin-right: 8px;float:right;
	/*font-size: 11px!important; */
	color: #a0cfa0;
}



.directoryList{
	margin-top: -1px;
//padding: -1px;
//padding-left: 10px;
	border: 0px solid;
	/*width:200px;*/
}
.directoryListTree ul{
//zoom: 1;
	list-style: none;
	padding-left: 10px;
//background-color: red;
	/*background-image: url(/static/img/tree/line.gif);*/
	background-repeat: no-repeat;
	background-position: -4px 1px;
}
.directoryListTree{
	list-style: none;
	margin-left: -35px;
	line-height: 19px;
}
.listDirMargin{
	padding-left: 5px;
}

.frameFilesCountNumber{
	padding-top: 3px;
	height: 20px;
	font-weight: bold;
	width: 70px;
	float: left;
}

.toggleDir{
	cursor: pointer;
	padding-left: 10px;
	height: 20px;
	border: 0px solid;
}

.toggleRight{
	background-image: url('../../../static/img/tree/arrow_right.html') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;

}
.toggleDown{
	background-image: url('../../../static/img/tree/arrow_down.html') !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;

}
.toggleMinus{
	padding-left: 0px;
}





/*
Upload limits
*/

.upload-space-progress-bar{
	/*border-bottom: 4px solid #dbdbdb;*/
	/*border-top: 4px solid #dbdbdb;*/
	border:0px;

	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	overflow:auto;
}
.upload-space-progress-used{
	float:left;
	border-top:2px solid #e14d48;
	border-bottom:2px solid #e14d48;
}
.upload-space-progress-free{
	float:left;
	border-top:2px solid #489f55;
	border-bottom:2px solid #489f55;
}

.upload-space-info{
	margin-left: 5px; margin-right: 5px;margin-top: -5px;font-size:9px; color: #a3a3a3; padding-bottom: 2px; overflow:auto;
	font-style:italic ;
}
.upload-space-uploaded{
	font-size:9px; color: #a3a3a3; padding-bottom: 2px; float:left;
}
.upload-space-limit{
	font-size:9px; color: #a3a3a3; padding-bottom: 2px; float:right;
}


.upload-limit-container{
	padding-top:10px;width:100%; float:left;
	padding-bottom:10px;
	border-top: 1px solid #dce0e3;
	margin-top:0px;
}