.container-fluid.dashboard{
	background: url('/img/banner.jpg') center top no-repeat #f5f5f5;
	background-size: 100%;
}

.dashboard .btn-lg {
	width: 340px;
	background-color: #f6f8f9;
	color: #000;
	border-color: #ccc;
	padding: 15px;
	font-size: 22px;
}
.dashboard .btn-lg img {
	height: 100px;
	width: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.dashboard .btn-lg i {
	color: #008bd8;
}

.dashboard .title{
color: #fff;
text-align: center;
margin: 25px 0 0;
}
.dashboard .title h2, .dashboard .title h3{
color: #fff;
margin: 5px;
}

.dash-box{
	background-color: #fff;
	border-radius: 6px;
	min-height: 170px;
	margin-top: 30px;
	padding: 10px;
}
.dashboard .ebp-create, .dash-box .form-group{
	margin-right: 10px;
}
.dash-box form{
margin-top: 16px;
}
.ebp-list td img{
height: 20px;
margin-top: -4px;
}
.ebp-list td .btn-w{
padding-left: 8px;
}

table .btn-w {
	min-width: 100px;
	text-align: left;
}

.account-overview .btn {
	margin-bottom: 50px;
	margin-left: 15px;
}

.user .lead {
	padding-top: 20px;
	margin-top: 0;
	clear: both;
}

.profiles .export-profiles, .export-overview  {
	margin-top: 10px;
	min-height: 300px;
}
table.export>thead>tr>th {
	vertical-align: top;
}
.export-overview td , .export-overview th {
	vertical-align: middle !important;
	padding: 1px 4px !important;
	text-align: center;
	font-size: 0.9em;
	-webkit-print-color-adjust: exact;
}
.export-overview td .btn {
	width: 100%;
	height: 100%;
}

.overview-print .export-overview .btn {
	background: transparent;
	border:0;
	color:#000;
}

.export-overview .success {
	background-color: hsl(160, 45%, 50%) !important;
	color: #000;
}
.export-overview .success.light {
	background-color: hsl(120, 60%, 60%) !important;
}
.export-overview .warning {
	background-color: hsl(59, 100%, 45%) !important;
	color: #000;
}
.export-overview .warning.light {
	background-color: hsl(34, 100%, 69%) !important;
}
.export-overview .danger {
	background-color: hsl(14, 76%, 42%) !important;
	color: #000;
}

.overview-guide table{
	max-width: 420px;
}
.overview-guide table tr {
	min-height: 4px;
}
.overview-guide table td:last-of-type {
	text-align: left;
}
.overview-guide table td:first-of-type {
	width: 36px;
}

.dashboard .dash-box h3 {
	margin-top: 0px;
}

.grp{
	color: #666;
}
.ebp-list td.small {
	line-height: 30px;
}
.ebp-tools {
	padding-left: 4px;
}
