/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .dashboard-widget{
 	background-color: #ededed;
 	width: 100%;
 	height: auto;
    overflow: auto;
}
.dashboard-widget table{ 
	border: 1px solid #ededed; 
	background-color: #fff;
	margin: 10px;
} 
.dashboard-widget table th, 
.dashboard-widget table td{
	border: 1px solid #ededed;
    font-size: 12px;
    padding: 5px;
    white-space: nowrap;
}

.searchFormBlock{
	background-color: #ededed; 
	padding-top: 10px;
	padding-bottom: 10px;
}
.searchFormBlock #dataCategory, 
.searchFormBlock #dataType{
	font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}
.searchFormBlock .btn{
	width: 100%;
    max-width: 100%;
}