#logo-anchor {
	padding-top: 0px;
	padding-bottom: 0px;
}

#logo-image-element{
	height: 45px;
}

#logout-anchor-element{
	margin-top: 16%;
}
.navbar-nav>li>a {
	padding: 10px;
	color: white !important;
	text-shadow: unset;
	font-size: 14px !important;
	line-height: 21px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover{
	background-color: #1d5c9b;
	background-image: unset;
	margin: 0;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: unset;
}

.powerbi{
	padding: 10px 10px 10px 20px;
}

.navbar-nav .powerbi li a{
	margin: 0;
}

.subnav-create-ul{
	list-style: none;
	padding: 5px 5px 5px 25px;
}

.subnav-create-ul li {
	display: flex;
	height: auto;
}

.subnav-create-ul a{
	width: 100%;
}

.subnav-unsubmitted-ul,
.subnav-open-orders-ul,
.subnav-inventory-ul {
	list-style: none;
	padding: 5px 5px 5px 25px;
}

.subnav-unsubmitted-ul li,
.subnav-open-orders-ul li,
.subnav-inventory-ul li  {
	display: flex;
	height: auto;
}

.subnav-unsubmitted-ul a,
.subnav-open-orders-ul a,
.subnav-inventory-ul a {
	width: 100%;
}

.new_link{
	background-color: #d88071;
	border: 1px solid #900;
	padding: 1px 3px;
	color: #fff;
	font-size: 10px;
	border-radius: 3px;
}

#toaster-wrap{
	display: flex;
	flex-flow: column;
	align-items: end;
	position: absolute;
	right:0;
}

#toaster-wrap .toaster{
	float:right;
	min-width: 350px;
	height: 52px;
	margin-top:10px;
	margin-right: 60px;
	background: #FFF5CC;
	border: 1px solid #FFDB4D;
	border-radius: 3px;
	z-index: 1000;
	display: flex;
	padding: 10px;
	align-items: center;
}

#toaster-wrap .toaster .toaster-msg{
	margin: 0 10px;
}

#toaster-wrap .toaster .btn-open{
	color: #0578BE;
	border: 1px solid #0578BE;
	border-radius: 3px;
	background-color: unset;
	padding: 8px;
	margin-left: auto;
}

#toaster-wrap .toaster .btn-close{
	background-color: unset;
	border: none;
	margin-left: 10px;
}

.notifications-bell{
	background-color: unset;
	border: 0;
	margin-right: 10px;
}

.notifications-qtd{
	background: #FFCC00;
	border-radius: 6px;
	height: 16px;
	top: -7px;
	left: 12px;
	position: absolute;
	margin: 0;
	padding: 1px 4px;
	color: #192D38;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	border: 2px solid #003366;
}

.feedback {
	display: none;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0 0 5px rgba(25, 45, 56, 0.5);
	border-radius: 3px;
	right: 0;
	margin-top: 20px;
	z-index: 1040;
	width: 200px;
}

.feedback.open{
	display: block;
}

.notifications{
	display: none;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0 0 5px rgba(25, 45, 56, 0.5);
	border-radius: 3px;
	right: 0;
	margin-top: 22px;
	z-index: 1040;
	width: 475px;
}

.notifications.open{
	display: block;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.notification-load-more {
	position: relative;
	background-color: transparent !important;
	border: none;
	color: #0B7BC0;
	font-weight: 400;
	display: block;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.notification-load-more.loading::after {
	content: '';
	position: absolute;
	right: 20px;
	width: 20px;
	height: 20px;
	border-radius: 10px;
  border-top: 2px solid #0B7BC0;
  border-right: 2px solid #0B7BC0;
  border-bottom: 2px solid #0B7BC0;
  border-left: 2px solid transparent;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}

.notifications .notification-header{
	display: flex;
	padding: 12px 18px;
	border-bottom: 1px solid #E0E4E6;
}

.notifications .notifications-list{
	overflow-y: auto;
	height: 204px;
	list-style: none;
	padding: 0;
	z-index: 9999;
}

.notifications .notifications-list li{
	border: 1px solid #E0E4E6;
	margin-top:-1px;
}

.notifications .notifications-list li:nth-child(odd) {
	background-color: #fafcfd;
}

.notifications .notifications-list li:hover{
	background-color: #f1f5f8;
}

.notifications .notifications-list li .unread{
	background-color: #fff5cc;
}

.notifications .notifications-list li:nth-child(odd) .unread{
	background-color: #f8e9c4;
}

.notifications .notifications-list li .unread:hover{
	background-color: #f2d388;
}

.notification {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 18px;
}

.notification p{
	margin: 0;
}

.notification .icon {
	height: 14px;
}

.notification .notification-type {
	margin-left: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #192D38;
}

.notification .notification-description{
	margin-left: 18px;
	margin-bottom: 5px;
	font-size: 10px;
	line-height: 15px;
	color: #192D38;
}

.notifications .notification-header button {
	display: flex;
	font-weight: normal;
	align-items: center;
}

.notifications .notification-header p {
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #192D38;
	margin: 0;
}

.notifications .btn-link {
	background-color: unset;
	color: #0578BE !important;
	padding: 0;
}

.notifications .btn-link {
	height: 14px;
}

.notifications .btn-link p {
	display: flex;
	font-weight: normal;
	color: #0578BE !important;
	margin-left: 5px;
}

.notifications .btn-notification-danger p {
	color: #CC0000 !important;
}

.notifications .btn-link:disabled p{
	color:gray !important;
}

.notifications .btn-link:disabled svg path{
	fill: gray;
}

#legacy-version-tooltip {
	background-color: #ffb8ab;
	font-size: 16px;
	color: #000000;
	position: fixed;
	padding: 10px 20px;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2000;
	border-radius: 2px;
	display: flex;
	align-items: center;
	gap: 8px;
}

#legacy-version-tooltip img {
	width: 18px;
	height: 18px;
}

#legacy-version-tooltip img.legacy-version-tooltip--close {
	position: absolute;
	top: -4px;
	right: -4px;
	border-radius: 18px;
	cursor: pointer;
	border: solid 1px #FAFAFA;
}

