body {
	
}

div#main-div {
	margin-top: 1rem !important;
}

main.main {
	flex-grow: 1;
	margin-top: 1rem;
}

.header-bg {
	background-color: #ff8c00;
}

.header-bg-service {
	background-color: #343a40 !important;
}

.header-bg-service-uat {
	background-color: #521804 !important;
}

.header-bg-localhost {
	background-color: #390452 !important;
}

.header-div {
	height: 54px;
}

.btn.btn-rounded {
	border-radius: 50px;
}

.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 100; /* Behind the navbar */
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
	background-color: #f8f9fa!important;
}

.minimized .sidebar {
	width: 50px;
	padding: 60px 0;
}

.maximized .sidebar {
	width: 188px;
	padding: 60px 0px;
}

.maximized > main.main {
	margin-left: 188px;
}

.minimized .sidebar .sidebar-text
, .minimized .sidebar #nav-minimize
, .maximized .sidebar #nav-maximize {
	display: none;
}

.sidebar a {
	color: #212529;
}

.sidebar-text {
	margin-left: 10px;
}

.minimized > main {
	margin-left: 50px;
}

.dashboard .card {
	margin-bottom: 1em;
}

.dashboard .card .card-header {
	text-align: center;
	text-overflow: ellipsis;
	color: black;
	white-space: nowrap;
	overflow: hidden;
}

.dashboard .card .card-body {
	text-align: center;
	color: black;
}

.sidebar a.nav-link:not(.active):hover {
	background-color: #d6eaff;
}

label {
	font-weight: bold;
}


.suite-table-container {
	display: flex;
    min-width: 800px;
    align-items: stretch;
    margin: 10px 0;
}

.suite-table-col {
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.suite-table-row {
    padding: .3rem 15px;
    flex: 1;
    border: 1px solid #ccc;
}

.suite-table-row:nth-child(1) {
    max-height: 55px;
/*     overflow: hidden; */
}


@media (max-width: 1200px) {
    .suite-table-row:nth-child(1) {
	    overflow: hidden;
	}
}

.no-data {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu .fa span, .dropdown-menu .fas span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.total-charge .label {
	font-weight: bold;
}

.total-charge, .total-charge-separator {
    padding: .5em 1em 0em 1em;
}

.total-charge .amount, .total-charge-footer .amount {
    float: right;
}
