/*
evaluate.css
*/

.boxoneditingmomentum{
	height: 350px;
	max-height: 350px;
	overflow:scroll;
}

.evaluation_panel{

	/* Firefox */
	height: -moz-calc(100vh - 120px);
	/* WebKit */
	height: -webkit-calc(100vh - 120px);
	/* Opera */
	height: -o-calc(100vh - 120px);
	/* Standard */
	height: calc(100vh - 120px);

}

.evaluationcenterbox{

	/* Firefox */
	height: -moz-calc(100vh - 210px);
	/* WebKit */
	height: -webkit-calc(100vh - 210px);
	/* Opera */
	height: -o-calc(100vh - 210px);
	/* Standard */
	height: calc(100vh - 210px);

	overflow: scroll;

}

.all_tasks{
	height: 430px;
	max-height: 430px;
	overflow: scroll;
}




