.sidenav {
	width: 250px;
}

#actions {
	margin-top: 64px;
}

@media only screen and (max-width: 601px) {
	#actions {
		margin-top: 56px;
	}
}

.material-symbols-outlined {
	margin: 0 5px;
	display: inline-block;
}

.noDisplay {
	display: none;
}

main {
	margin-bottom: 30px;
	margin-right: 250px;
	margin-top: 64px;
}

.separator {
	height: 1px;
	width: 30%;
	border-top: solid 1px;
	border-color: #E0E0E0;
	margin: 20px;
}

#inputRename {
	line-height: 13px;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.87);
	height: 24px;
	width: auto;
	margin-bottom: 0px;
	display: inline-block;
	border-bottom: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#list table {
	font-size: 13px;
	/*min-width: 1800px;*/
}

#list thead.fixed {
	position: fixed;
	background-color: white;
}

#list th {
	padding: 5px 0px;
}

#tableList {
	width: 100%;
}

#tableList th.name {
	position: relative;
}

#tableList th.name i.material-icons {
	position: absolute;
	top: 5px;
}

#list tr {
	line-height: 24px;
	border-bottom: none;
}

#list td {
	cursor: pointer;
	padding: 0px;
	border-radius: 0px !important;
}

#list td .material-symbols-outlined {
	line-height: 20px;
	font-size: 20px;
	margin-top: 2px;
}

#list table th:first-child {
	padding-left: 6px;
}

.moreActions {
	color: transparent;
}

.productNumberContainer {
	display: flex;
    align-items: center;
	gap: 12px;
}

.productNumberContainer>span {
	display: flex;
    align-items: center;
	width: 220px;
	min-width: 220px;
}

.primary-text {
	color: #FFA430;
}

.productNumberVisibility {
	width: 24px!important;
	max-width: 24px!important;
	min-width: 24px!important;
}

tr:hover .moreActions,
tr.selected .moreActions {
	color: initial;
}

.tab {
	display: inline-block;
	padding-left: 20px;
}

.tab+div {
	display: inline-block;
}

.selected .PN2C {
	cursor: copy !important;
}

.strip {
	background-color: rgba(242, 242, 242, 0.5);
}

.dropdown-trigger-invisible {
	position: absolute;
	top: 0px;
	background-color: transparent;
	box-shadow: initial;
	transition: initial;
}

.productNumberTable,
#tableList .name {
	width: 25%;
	min-width: 240px;
}

.versionTable,
.thead.noDisplayOnPrint {
	width: 4%;
	min-width: 65px;
}

.creationDateTable,
.expirationDateTable,
.maintenanceDateTable,
.plateformTable {
	width: 8%;
	min-width: 130px;
}

.ownerTable {
	width: 13%;
	min-width: 150px;
}

@media only screen and (max-width: 1800px) {
	main {
		margin-right: 0;
	}
}

@media screen {
	#list tr.selected {
		background-color: #3498DB !important;
	}

	#list tr.selected a {
		color: #555555;
	}

	#list tr.over {
		background-color: #66b2e6 !important;
		cursor: move !important;
	}

	.dropdown-content a.primaryColorBg:hover {
		opacity: .8 !important;
	}

	.dropdown-content li>a>i {
		padding-left: 5px;
	}

	nav .dropdown-content li>a {
		color: white;
	}

	.colorDisabled {
		color: #AAAAAA;
	}

	.colorDisabledBg {
		background-color: #AAAAAA;
	}

	.primaryColor {
		color: #FFA430 !important;
	}

	.primaryColorBg {
		background-color: #FFA430 !important;
	}

	.secondColor {
		color: #3498DB !important;
	}

	.secondColorBg {
		background-color: #3498DB !important;
	}

	#breadcrumbs {
		margin: 10px;
	}

	#breadcrumbs i {
		position: relative;
		top: 7px;
	}

	#breadcrumbs a {
		padding: 10px 0px 10px 0px;
	}

	#breadcrumbs a:hover {
		background-color: #EEEEEE;
	}

	#breadcrumbs a:last-child {
		font-weight: bold;
	}

	#logo4D {
		display: none;
	}

	#preloaderList {
		margin-top: 20px;
		margin-left: 25px;
	}

}