
@font-face {
	font-family: 'OpenSans';
	src: url(../fonts/OpenSans.woff);
}

body {
  
	padding-top: 50px;
	font-family:OpenSans,sans-serif;
	color:#282828;
	font-weight:300;
	/*background:#ececec;*/
	background:#d8d8d8;

}

.navbar-brand{
	color:#ececec!important;
}

#mylogo{
	height: 50px;
	float: left;
	margin-right: 15px;
	margin-top: -12px;
}

.panel{
	margin-top: 20px!important;
	min-height: 590px!important;
}

.panel-body{
	height: 500px!important;
}

#main_selection {
	margin-top: 20px!important;
}

#reportSection {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

