body{
	background-color: #F3F3F3 !important;
	padding-bottom: 6em;
}
.card{
	padding: 0px !important;
}
.card-header{
	font-weight: bold;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
	background-color: #AAAAAA;
	color: white;
}
.card-body{
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

.list-group-item select{
	border:none;
	margin: none;
}

.table td{
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}
.table th{
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

.table{
	border-radius: 2em !important;
}

tr.goto{
	cursor: pointer;
}

.badge-client{
	width: 3em;
	height: 3em;
	border-radius: 1.5em;
	padding: 1em 0em;
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

a{
text-decoration: none;
}

.badge-client.big{
	width: 3em;
	height: 3em;
	border-radius: 2em;
	font-size: 2em;
	padding: .5em 0em;
}
.badge-mini{
	height: 1em;
	width: 1em;
	float: left;
	border-radius: .5em;
}
header{
	background-color: #62B8E4 !important;
}
