.nodeTable {
	background-color: white;
	border: 1px solid #e0e0e0;
	padding: 10px 15px 0px;
	display: inline-block;
	width: 100%;
	border-radius: 5px !important;
}

.campus {
	width: 100%;
	
}

.campus thead tr th {
	text-align: left;
	padding: 5px 10px 15px 25px;
	border-bottom: 1px solid #e0e0e0;
}

.campus tbody tr {
	height: 52px;
	border-bottom: 1px solid #EDEDED;
}

.campusItem td {
	padding: 10px 10px 10px 29px;
}

.selectDivision {
	margin-left: 10px;
}

.subAdminField {
	margin-top: 2px;
	margin-bottom: 12px;
}

.topBarIcon {
	padding-right: 0.3em;
}

.filterHeader {
	padding-right: 15px;
	margin-right: 10px;
}

.orgColumnHeader {
  white-space: nowrap;
}

.orgColumnHeader::after {
	display: none;
}

.headerSpacing {
	margin-left: 5px;
}

.moveEntityCheckbox {
	transform: scale(1.3);
	accent-color: #095D70;
	margin-left: 2px !important;
	margin-right: 9px !important;
	margin-top: 14px !important;
}

.moveCoursesAdvancedOptions {
	font-size: 1em;
	padding: 0px 20px 7px 11px;
}

#searchQueriesContainer {
	position: absolute;
	top: 5px;
}

.searchQueryContainer {
	padding: 3px 7px 3px 0px;
	margin-right: 1em;
	background-color: #f1f1f1;
	border: 1px solid lightgrey;
	box-shadow: 0.5px 0.5px 1px #888888;
}

.searchDismissButton {
	font-weight: bold;
	background-color: transparent;
	border: none;
}

.folderEntryNode {
	border-radius: 16px !important;
	padding: 4px;
}

.nodeSearchBox {
	display:flex;
	flex-wrap: wrap;
	gap: 30px;
	padding: 15px 30px;
	border: 1px solid #e0e0e0;
	margin-bottom:15px;
	border-radius: 5px !important;
}

.nodeTabsContainer {
	font-size: 16px;
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #49454F;
}

.nodeTab {
	border-bottom: 1px solid #ccc;
	width: 200px;
	font-weight: bold;
	height: 40px;
}

.activeNodeTab {
	border-bottom: 2px solid !important;
	color: #42296E;
}

.btn > #createSubAdminButton > img {
    content:url("/Dashboard/icons/hierarchyNode/UserCirclePlus.svg");
}
.btn:hover > #createSubAdminButton > img {
    content:url("/Dashboard/icons/hierarchyNode/UserCirclePlusHover.svg");
}

.btn > #deleteSubAdminButton > img {
    content:url("/Dashboard/icons/hierarchyNode/UserCircleMinus.svg");
}
.btn:hover > #deleteSubAdminButton > img {
    content:url("/Dashboard/icons/hierarchyNode/UserCircleMinusHover.svg");
}

.btn > #createOrganizationButton > img {
    content:url("/Dashboard/icons/hierarchyNode/Plus.svg");
}
.btn:hover > #createOrganizationButton > img {
    content:url("/Dashboard/icons/hierarchyNode/PlusHover.svg");
}

.btn > #MoveEntityButton > img {
    content:url("/Dashboard/icons/hierarchyNode/Share.svg");
}
.btn:hover > #MoveEntityButton > img {
    content:url("/Dashboard/icons/hierarchyNode/ShareHover.svg");
}

.btn > #allocateSuperAdminBtn > img {
    content:url("/Dashboard/icons/hierarchyNode/Crown.svg");
}
.btn:hover > #allocateSuperAdminBtn > img {
    content:url("/Dashboard/icons/hierarchyNode/CrownHover.svg");
}

.tableCheckmark {
	position: absolute;
	top: -12px;
	left: 0px;
	height: 25px;
	width: 25px;
	border: 1px solid #CDCED9;
	border-radius: 2px;
  	cursor: pointer;
}
input:checked ~ .tableCheckmark {
  background-color: var(--btn-default-color, #42296E);
}

.tableCheckmark:after {
  content: "";
  position: absolute;
  display: none;
}
input:checked ~ .tableCheckmark:after {
	display: block;
}
.tableCheckmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nodeSearchDropdown {
	color: #565656;
}

.nodeSelect2Field {
	height: 100% !important;
}

.nodeSelect2Field .select2-selection__placeholder, .nodeSelect2Field .select2-selection__rendered {
	font-size: 14px;
}

.nodeSelect2Field .select2-selection__clear {
	right: 2.5em !important;
}

.nodeDeviceIcon {
	position: relative;
	width: 40px;
	height: 29px;
	text-align: center;
}

.hiddenCheckbox {
	opacity:0;
	position:absolute;
}

#hierarchyTypesSelect > div > div {
	width: 100%;
}