html,body {
	width:100%;
	height:100%;
	margin:0;
	font-family: Arial, Sans-Serif;
}

a{
	cursor:pointer;
}

textarea{
	width:100%;
}

#sidebar{
 max-height: 85%;
 overflow-y: auto;
 position:fixed;
}

.searchvalue{
	padding-bottom:20px;
}

.navbar{
	border-radius:0%;
}

.sliding-middle-out {
	display: inline-block;
	position: relative;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: #edb111;
}

#reportsblock,#piechartblock,#addregistoblock,#editblock{
	display:none;
}

table{
	font-size:10px;
}
