body {
	font-family: 'Lato', sans-serif;
}
.navbar {
	justify-content: left;
}
.rs-light {
	background-color: rgb(238, 238, 238);
	border-bottom-color: rgb(226, 226, 226);
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: rgb(215, 132, 14);
	padding-bottom: 0;
	margin-right: 2rem;
}
.nav-right {
	float: right!Important;
}
.nav-item .nav-link {
	/* color: #555; */
}
.nav-item {
	border-radius: 5px;
}
.nav-item:hover {
	/* background-color: rgba(0,0,0,0.025); */
}
.nav-link {
	margin: 3px;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
	cursor: pointer;
}
.nav-link:hover {
	/* color: #333; */
}
.parsw-navbar {
	height: 50px;
	border-bottom: 1px solid rgb(206, 220, 221);
}
.nav-tab-li {

}
.nav-tab-link {
	padding-bottom: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-left: 0;
}
.tab-content {
	border: 0px solid rgb(236, 240, 241);
	border-top: 0;
}
.settings-left-col {
	padding: 15px;
	margin: 10px;
	border: 1px solid rgb(236, 240, 241);
	min-height: 150px;
}

.bd-sidebar {
	position: absolute;
	top: 58px;
	left: 0;
	height:calc(100vh - 4rem);
	border-right: 1px solid rgba(0,0,0,0.1);
	width: 175px;
	padding-left: 18px;
	padding-top: 8px;
}
.bd-content {
	position: absolute;
	top: 58px;
	left: 0;
	margin-left: 185px;
	padding-top: 8px;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: 0px;
}
.input-group {
	margin-bottom: 8px !important;
}
.form-group {
	margin-bottom: 8px;
}

.stageworks-base {
	margin: 0px 15px 0px 15px;
}

.stagetable>tbody>tr:nth-of-type(odd)>* {
	background-color: rgba(0,0,0,0.05);
}

.btn-stagelib {
	padding: 1px 5px;
}

.bottom-buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.stagenametd {
	padding: 0 !important;
	margin: 0 !important;
}

.stagenamecontainer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 80px; /* Adjust as needed */
    margin: 8px;
}

.astagenamediv {
	justify-content: flex-start;
}

.astagebtndiv {
	justify-content: flex-end;
}