@CHARSET "UTF-8";

h3.panel-title {
	font-weight: 700;
}

.panel-heading {
	background: #007fff;
	cursor: pointer;
}

.directory {
}

.documents {
}

form[name=roleform] {
	margin-top: 50px;
}

#personaldoc-upload {
	position: fixed;
	background: #ffffff;
	border-radius: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	z-index: 100;
	padding: 25px 25px 0 25px;
	display: none;
}

#personaldoc-bg {
	background: #000;
	opacity: .5;
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.personaldoc-owner {
	color: #337ab7;
}