html, body, div, p {
    magin:0;
    padding:0;font-size: 13px;
}
.separator {height:30px;clear:both;}
#wrapper {margin: 0;background-color: #6a2881;}

#page-top {
	/*min-height: 15.7vh;*/
}
#page-wrapper {
	min-height: 50vh;

}
#page-bottom {
	height: 26.59vh;
}
.form-login label {
	color: white;
}
#page-wrapper {
	position: relative;
}
.login {
    min-height: 400px;
    margin-top: 50px;
}
.col-welcome {
	color: white;
	text-align: left;
	margin-bottom: 20px;
	padding-right: 18px;
}
.logo {
	width: 200px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.col-forder {
	background: white;
	height: 350px;
	overflow: auto;
	padding: 10px;
    border:3px solid #6a2881;
}
.col-forder::before {
	height: 80%;
	content: "";
	position: absolute;
	right: 0;
	top: 10%;
}
.col-forder ul:first-child {
	height: 100%;
	padding: 5px;
	background-color: white;
	color: black;
	font-size: 14px;
}
.col-file {
	background: white;
	height: 350px;
	overflow: auto;
	padding: 10px;
    /* border:3px solid #6a2881; */
}
.col-file ul:first-child {
	height: 100%;
	padding: 5px;
	background-color: white;
	color: black;
	font-size: 14px;
}
.col-file::before {
	height: 80%;
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
}


#list-file .file {
	background: url('/images/file_sprite.png') 0 0 no-repeat;
	width: 18px;
	height: 18px;
	line-height: 18px;
}

.logout {
	float: right;
	font-size: 12px;
}


@media screen and (max-width: 1200px) {
	.col-forder::before {
		display: none;
	}
	.col-file::before {
		display: none;
	}

}

#page-wrapper .jstree_demo_div .jstree-default .jstree-icon:empty {
	width: 26px;
	height: 26px;
	line-height: 26px;
}
#page-wrapper .jstree-default .jstree-anchor {
	font-size: 16px;
	letter-spacing: 0.5px;
}

/* file */
.col-file-2 {
    background: white;
    height: 350px;
    overflow: auto;
    padding: 10px;
    border: 3px solid #6a2881;
}
.col-file-2 ul:first-child {
    height: 100%;
    padding: 5px;
    background-color: white;
    color: black;
    font-size: 14px;
    display: block;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
/* .file-folder-ic {
	color: #E0C88D;
	font-size: 16px;
} */

.download {
	margin:  5px 2px 0px 0px;
}
.page404 {
	color: white;
}
.page404 a {
	color: white;
}
.err-alert {
	height: 35px;
	margin-top: 5px;
	padding-top: 7px;
	margin-left: -17px;
	margin-bottom: 0px;
}

.table_list_file .col-md-8 {
	padding-right: 0px;
}
.table_list_file .col-md-8 .col-md-2 {
	padding-right: 0px;
	padding-left: 0px;
}
