.parent-div {
	height: 90vh;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	display: flex;	
}
.inner-div {
	width: 100%;
	max-width: 576px;
}

.fa-table-fixed {
	table-layout: fixed !important;
}
.fa-table-fixed td {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.font-weight-bold {
	font-weight: bold !important;
}

.text-left {
	text-align: left !important;
}

.bs-grid--box {
	padding: 4px 8px;
	height: 60px;
}

.bs-grid--box .grid-header {
	height: 20px;
}

.bs-grid--box label,
.bs-grid--box .icon-color {
	color: #768192;
}

.bs-grid--box .grid-action {
	display: none;
}

.bs-grid--box .grid-action:hover {
	display: block;
}

.row-container .row:first-child {
	border-bottom: 1px !important;
}

.bs-switch--width {
	width: 8rem !important;
}

.bs-grid--update-box {
	padding: 4px 8px;
	height: 60px;
}

.bs-grid--update-box label {
	color: #768192;
}
.cursor-pointer {
	cursor: pointer;
}
.light-label
{
	color: #768192;
}