
.InputLabel, .DisplayLabel {
	font-weight: bold;
}


.Selected {
	font-weight: bold;
}

	.Selected td {
		font-weight: bold;
	}

.GridFooter {
	text-align: center;
}

.Sortable {
	cursor: pointer;
}

.GridFirst, .GridLast, .GridNext, .GridPrev {
	cursor: pointer;
}

.Grid img.Sort {
	position: relative;
	top: 0px;
	right: 0px;
}

.Grid tr:not(.GridFooterRow):hover {
	background: #fbf8e9;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	cursor: pointer;
}

.toggle {
	width: 75px;
}

.logo {
	color: #ffffff !important;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
	/*line-height: 70px;*/
	text-transform: uppercase;
}
		
