:root {
	--BackroundPaper: #1B2228;
	--TextSelected: #00B5EC;
	--PrimaryBackground: #006D8E;
	--SubMenuBackground: #222931;
	--TextSecondary: #A1A3A5;
	--DividerColor: #36454F;
	--TextPrimary: #FFFFFF;
	--ScrollbarColor: #898C8E;
	--PrimaryBackgroundDark: #00485E;
	box-sizing: border-box;
}

body {
	font: 12px Roboto;
	color: #fff;
	background: #11161B;
	margin: 0px;
	padding: 0px 10px 0px;
}

hr {
	border-top: 1px solid #36454F;
	border-bottom: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px rgba(54, 69, 79) inset !important;
	-webkit-text-fill-color: white !important;
}

.textfield {
	font-size: 12px;
	color: #fff;
	background: rgba(54, 69, 79, 0.5);
	border: 0;
	border-radius : 4px;
	padding: 0 12px;
	height: 32px;
}


.textfield[disabled] {
	font-size: 12px;
	color: #4D5962;
	background: rgba(36, 46, 52, 0.50);
	border: 0;
	border-radius : 4px;
	padding: 0 12px;
	height: 32px;
}

.textfielderr {
	font: bold 12px Roboto;
	color: #F66666;
	background: rgba(54, 69, 79, 0.5);
	border: 0;
	border-radius : 4px;
	padding: 0 12px;
	height: 32px;
}

.textfielderr[disabled] {
	font: bold 12px Roboto;
	color: #800000;
	background: rgba(36, 46, 52, 0.50);
	border: 0;
	border-radius : 4px;
	padding: 0 12px;
	height: 32px;
}

option, select option {
	background: rgba(54, 69, 79);
	font-size: 12px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.fixedwidth {
	width: 120px;
}

.fixedwidthwide {
	width: 200px;
}

.fixedwidthextrawide {
	width: 250px;
}

.fixedwidth300 {
	width: 300px;
}

.fixedwidthSelect {
	width: 144px;
}

.fixedwidthwideSelect {
	width: 224px;
}

.tdSimpleText {
	height: 20px;
}

.required {
	background: url(../da/images/required.png) rgba(54, 69, 79, 0.5) 99% 4px no-repeat;
}

.calendarSelectDate {
	font-size: 12px;
	color: #fff;
	background: rgba(54, 69, 79, 0.5);
	border: 0;
	border-radius : 4px;
	padding-left: 12px;
	padding-right: 12px;
	height: 32px;
	width: 120px;
	margin-right: 8px;
}

.calendarSelectDate[disabled] {
	font-size: 12px;
	color: #4D5962;
	background: rgba(36, 46, 52, 0.50);
	border: 0;
	border-radius : 4px;
	padding-left: 12px;
	padding-right: 12px;
	height: 32px;
	width: 120px;
	margin-right: 8px;
}

.calendarSelectDateErr {
	font-size: 12px;
	font-weight: bold;
	color: #F66666;
	background: rgba(54, 69, 79, 0.5);
	border: 0;
	border-radius : 4px;
	padding-left: 12px;
	padding-right: 12px;
	height: 32px;
	width: 120px;
	margin-right: 8px;
}

.calendarSelectDateErr[disabled] {
	font-size: 12px;
	font-weight: bold;
	color: #800000;
	background: rgba(36, 46, 52, 0.50);
	border: 0;
	border-radius : 4px;
	padding-left: 12px;
	padding-right: 12px;
	height: 32px;
	width: 120px;
	margin-right: 8px;
}

button{
	border-radius: 4px;
	background-color: #243541;
}

button:hover{
	background-color: #1D2B35;
}

.calendarOpenButton {
	padding: 4px;
	border: 0;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendarOpenButton[disabled] {
	background: #20303B;
	color:#4D5962;
	padding: 4px;
	border: 0;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar1DButton {
	padding: 4px;
	border: 0;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar1DButton[disabled] {
	background: #20303B;
	color:#4D5962;
	padding: 4px;
	border: 0;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar-1DButton {
	padding: 4px;
	border: 0;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar-1DButton[disabled] {
	background: #20303B;
	color:#4D5962;
	padding: 4px;
	border: 0;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar1MButton {
	padding: 4px;
	border: 0;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar1MButton[disabled] {
	background: #20303B;
	padding: 4px;
	border: 0;
	color: #4D5962;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar-1MButton {
	padding: 4px;
	border: 0;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar-1MButton[disabled] {
	background: #20303B;
	padding: 4px;
	border: 0;
	color: #4D5962;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar-1YButton {
	padding: 4px;
	border: 0;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar-1YButton[disabled] {
	background: #20303B;
	padding: 4px;
	border: 0;
	color: #4D5962;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar1YButton {
	padding: 4px;
	border: 0;
	color: #fff;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.calendar1YButton[disabled] {
	background: #20303B;
	padding: 4px;
	border: 0;
	color: #4D5962;
	vertical-align: middle;
	font-size: 12px;
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.formbuttonnarrow {
	font-size: 12px;
	color: #fff;
	background: rgba(54, 69, 79);
	padding: 4px 16px;
	border: 0;
}

.formbuttonnarrow[disabled] {
	font-size: 12px;
	color: #4D5962;
	background: #20303B;
	padding: 4px 16px;
	border: 0;
}

.formbutton {
	width: 70px;
	font-size: 12px;
	color: #fff;
	background: rgba(36, 53, 65);
	padding: 4px 16px;
	border: 0;
}
.formbutton.bigger{
	height: 32px;
	margin-left: 8px;
}

.formbutton[disabled] {
	width: 70px;
	font-size: 12px;
	color: #4D5962;
	background: #20303B;
	padding: 4px 16px;
	border: 0;
}

.formbuttonwide {
	width: 80px;
	font-size: 12px;
	color: #fff;
	background: rgba(36, 53, 65);
	padding: 4px 16px;
	border: 0;
}

.formbuttonwide[disabled] {
	width: 80px;
	font-size: 12px;
	color: #4D5962;
	background: #20303B;
	padding: 4px 16px;
	border: 0;
}

.formbuttonextrawide {
	width: 100px;
	font-size: 12px;
	color: #fff;
	background: rgba(36, 53, 65);
	padding: 4px 16px;
	border: 0;
}

.formbuttonextrawide[disabled] {
	width: 100px;
	font-size: 12px;
	color: #4D5962;
	background: #20303B;
	padding: 4px 16px;
	border: 0;
}

.formbuttonextrawide2 {
	width: 120px;
	font-size: 12px;
	color: #fff;
	background: rgba(36, 53, 65);
	padding: 4px 16px;
	border: 0;
}

.formbuttonextrawide2[disabled] {
	width: 120px;
	font-size: 12px;
	color: #4D5962;
	background: #20303B;
	padding: 4px 16px;
	border: 0;
}

.formbuttonfreewidth {
	font-size: 12px;
	color: #fff;
	/* background: rgba(36, 53, 65);*/
	padding: 4px 16px;
	border: 0;
}

.formbuttonfreewidth[disabled] {
	font-size: 12px;
	color: #4D5962;
	background: #20303B;
	padding: 4px 16px;
	border: 0;
}

input[type=submit]{
	background: rgba(36, 53, 65);
	border-radius: 4px
}

input[type=file], input[type=file].textfield{
	background-color: transparent;
}

input[type=submit]:not(:disabled):hover{
	background-color: #1D2B35;
}

button:disabled img{
	opacity: 0.5;
}
	
button > * {
    vertical-align: middle;
	margin-bottom: 1px;
}

.loginbutton {
	width: 100px;
	color: #fff;
	background: rgba(36, 53, 65);
	padding: 4px 16px;
	border: 0;
}

.loginbuttonwide {
	width: 180px;
	color: #fff;
	background: rgba(36, 53, 65);
	padding: 4px 16px;
	border: 0;
}

input[type=file]::file-selector-button {
	border: 1px solid #243541;
	padding: 4px 16px;
	color: #fff;
    background-color: rgba(54, 69, 79, 0.5);
}

input[type=file]::file-selector-button:hover {
	border: 1px solid #243541;
	padding: 4px 16px;
	color: #fff;
	background-color: rgba(54, 69, 79, 0.50);
}

h6.separator {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #808080;
}

a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

a.err {
	color: #F66666;
	font: bold 12px Roboto;
	text-decoration: none;
}

a.important {
	color: #fff;
	font: bold 12px Roboto;
	text-decoration: none;
}

a.log {
	color: #fff;
}

.flex{
	display: flex;
}
.err {
	font: bold 12px Roboto;
	color: #F66666;
}

.warning {
	font: bold 12px Roboto;
	color: #F66666;
}

.warningBackground {
	background-color: #FFFF00;
}

.info {
	font: bold 12px Roboto;
	color: #62C4DD;
}

.infoUnreleasedVersion {
	font: bold 12px Roboto;
	color: #F66666;
}

.infoPrivateVersion {
	font: bold 12px Roboto;
	color: #3CB400;
}

.infoPanelCenter {
	border: 1px dashed #36454F; 
	padding: 1em; 
	background: #36454F;
	font: 12px Roboto;
	color: #fff;
	display: table; 
	margin: 0 auto;
}

.infoPanelRight {
	border: 1px dashed #36454F; 
	padding: 1em; 
	background: #36454F;
	font: 12px Roboto;
	color: #fff;
    position: absolute;
    right: 0px;
}

.infoPanel {
	width: 450px; 
	border: 1px dashed #36454F; 
	padding: 1em; 
	background: #36454F;
	font-style: italic;
}

.warningPanel {
	width: 500px; 
	border: 1px dashed #36454F; 
	padding: 1em; 
	background: #36454F;
	font-style: italic;
}

.highlighting {
	font: bold 12px Roboto;
}

.logWarning {
	color: #fff;
}

.overlayDialogGroup {
	width: 300px; 
	height: 250px; 
	background-color: var(--BackroundPaper); 
	border: 1px solid #36454F; 
	padding: 1em;
}

.box-table{
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.50);
    padding: 12px;
    background: #1B2228;
    border-radius: 8px;
}

.spacing{
	border-spacing: 0 8px;
}

.spacing-2{
	border-spacing: 0 2px;
}

.box-table .even{
	background-color: #222931;
}
.tr-box{
	background-color: #222931;
	height: 32px;
}
.tr-box td{
	padding-left: 8px;
}
.tr-box td:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.tr-box td:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.margin-top{
	margin-top: 24px;
}
.no-padding{
	padding: 0;
}
table.selected {
	border: 1px solid #36454F;
	background-color: #1D2B35;
	border-radius: 4px;
}

table.selectedErr {
	border: 1px solid #F66666;
	background-color: #f6666654;
	border-radius: 4px;
}

.box-table table.stripTable tr:nth-child(even) {
	background-color: #222931;
}
table.stripTable tr:nth-child(even) {
	background-color: #1B2228;
}

tr.err {
	font: bold 12px Roboto;
	color: #F66666;
}

tr.even {
	background: #1B2228;
}

tr.erreven {
	font: bold 12px Roboto;
	color: #F66666;
	background: #1B2228;
}

th {
	color: var(--TextSecondary);
	font-weight: 400;
	height: 24px;
	padding: 0;
}
th.title{
	color: var(--TextPrimary);
	font-size: 14px;
	text-transform: uppercase;
	height: 48px;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
th.title input{
	margin-left: 0;
}
th a {
	color: var(--TextSecondary);
}
th a:hover{
	color: var(--TextSelected);
}
th a:hover font{
	color: var(--TextSelected);
}

td.err {
	font: bold 12px Roboto;
	color: #F66666;
}

td.warning {
	font: bold 12px Roboto;
	color: #FF8000;
}

td.space {
	width: 3px;
}

td.important {
	font-weight: bold;
}

td div.truncate600 {
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
td a:hover{
	color: var(--TextSelected);
}
td a:hover font{
	color: var(--TextSelected);
}
td .delete-button:not(:disabled):hover{
	color: #F66666;
}

font.header1 {
	font: bold 20px Roboto;
	color: #fff;
}

font.header2 {
	font: bold 14px Roboto;
	color: #fff;
}

font.header3 {
	font: bold italic 14px Roboto;
	color: #fff;
}

font.header2default {
	font: bold 14px Roboto;
	color: #fff;
}

font.customer {
	font: 12px Roboto;
    color: #fff;
}

font.user {
	font: 12px Roboto;
    color: #fff;
}

font.commentadmin {
	font: italic 12px Roboto;
	color: #888888;
}

font.commentadmin:hover {
	color: #62C4DD;
}

font.comment {
	font: italic 12px Roboto;
	color: #888888;
}

font.grayed {
	font: 12px Roboto;
	color: #888888;
}

font.mainItem {
	font: 14px Roboto;
	color: #fff;
}

font.infoUnreleasedVersion {
	font: 14px Roboto;
	color: #F66666;
}

font.infoPrivateVersion {
	font: 14px Roboto;
	color: #3CB400;
}

sup {
	font-size: 0.6em;
	vertical-align: super;
	line-height: 0;
}

.tag {
    background: #36454F;
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 1;
    overflow-x: hidden;
    padding: 1px 5px;
    margin: -3px 10px -3px 10px;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left: 0px; padding-left: 5px; line-height: 23px;}
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../da/images/minus.png)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../da/images/plus.png)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(../da/images/bullet.png) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 14px; color: #fff; }
	ul.mktree  li ul li { /*font-size: 10pt;*/ color: #fff; }
	ul.mktree  li ul li ul li { /*font-size: 8pt;*/ color: #fff;  }
	ul.mktree  li ul li ul li ul li { /*font-size: 6pt;*/ color: #fff; }

	/* Previous release notes div classes */
	.hiding { display: none; }
	.showing { display: block; }
	.hidingControlOpen  { padding-left: 20px; cursor: pointer; background: url(../da/images/RemoveFilled.svg)  center left no-repeat; color: var(--TextSelected); }
	.hidingControlClose { padding-left: 20px; cursor: pointer; background: url(../da/images/AddFilled.svg)   center left no-repeat;color: var(--TextSelected); }
}

.uploadPanel {
	color: #fff;
	background: rgba(54, 69, 79);
	border: 0;
	border-radius : 4px;
	padding: 12px;
}
#pickfiles{
	color: var(--TextSelected);
}
#pickfiles:hover, .hidingControlOpen,.hidingControlClose:hover{
	font-weight: 600;
}
#uploadfiles{
	color: var(--TextSelected);
}
#uploadfiles:hover, .hidingControlOpen,.hidingControlClose:hover{
	font-weight: 600;
}

#overlay {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	/*background-color: #808080; */
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.ui-autocomplete {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
html .ui-autocomplete {
	height: 200px;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.50);
	z-index: 1;
}

nav ul {
	display: flex;
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	align-items: center;
}

nav ul {
	background-color: var(--BackroundPaper);
	min-height: 48px;
}

.paddingEl {
	width: 100%;
	min-width: 8px;
}

nav ul li {
	white-space: nowrap;
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

nav ul li a:hover {
	color: var(--TextSelected);
	background-color: var(--SubMenuBackground);
}

nav ul li a:hover svg .fillColorSvg {
	/*add to select*/
	fill: var(--TextSelected);
}

nav ul li a {
	font-size: 16px;
	color: white
}

.tabEl a {
	width: 114px;
	display: block;
	padding: 12px 24px 10px 24px;
	text-decoration: none;
	text-align: center;
	border-bottom: 2px solid transparent;
}

.tabEl:nth-child(7) {
	width: 186px;
	position: relative;
}

.Selected a{
	/* Selected style*/
	color: var(--TextSelected);
	border-bottom: 2px solid var(--TextSelected);
}



.logo {
	width: 200px;
	height: 24px;
	flex-shrink: 0;
	margin-left: 12px;
}

.logo img {
	height: 24px;
	margin-right: 8px;
}


.profileContainer {
	display: grid;
	grid-template-areas: 'iconUser userName arrow'
		'iconUser userEmail arrow';
	justify-content: center;
	align-items: center;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
	height: 100%;
}

.iconBtn a:hover {
	border-bottom: 0px;
	background-color: var(--PrimaryBackgroundDark);
}

.iconBtn:last-child {
	padding-right: 8px;
}


.search {
	fill: white;
	align-self: stretch;
	padding: 12px 12px;
}

.settings {
	fill: white;
	align-self: stretch;
	padding: 12px 12px;
}

.username {
	grid-area: userName;
	color: white;
}

.useremail {
	grid-area: userEmail;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(--TextSecondary);
}

.profileContainerHover:hover .useremail {
	color: var(--TextSelected);
}
.profileContainerHover:hover .username {
	color: var(--TextSelected);
}
.profileContainerHover .iconBtn .fillColorSvg{
	fill: white;
}

.iconUser {
	grid-area: iconUser;
	padding-right: 10px;

}
.profi
.iconUser path {
	fill: white !important;
}

.DownArrow {
	border: solid rgb(255, 255, 255);
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	grid-area: arrow;
	margin-left: 10px;
}


.profileContainer:hover .colorArrowHover { /*select remove*/
	border-color: var(--TextSelected);
}


.tabEl:nth-child(7) a,
.offlineUpdate a {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 4px;
}

.tabEl:nth-child(9) a,
.tabEl:nth-child(10) a {
	padding: 0;
	width: initial;
	border-bottom: 0px;
	border-radius: 50%;
}

.tabEl:nth-child(9) a:hover,
.tabEl:nth-child(10) a:hover {}


.adminMenu .DownArrow {
	width: 2px;
	height: 2px;
}

.dropdown {
	display: none;
	background-color: var(--SubMenuBackground);
}

.adminMenu:hover .dropdown {
	/* missing hover */
	display: flex;
	flex-direction: column;
	position: absolute;
	align-self: stretch;
	top: 48px;
	gap: 8px;
	text-transform: none;
	border-radius: 0 0 4px 4px;
}

.dropdown .dropDownTab {
	padding: 8px 8px 8px 16px;
	width: 175px !important;
	border-radius: 4px;
	text-align: left;
	border-bottom: 0px solid;
}

.holderTabSvg {
	display: flex;
	align-items: center;
}

.holderTabSvg span {
	flex-grow: 1;
}

.holderTabSvg svg {
	padding-right: 1em;
}

.dropdown .dropDownTab:hover {
	border-bottom: 0px solid;
}

.dropdown .dropDownTab:first-child {
	padding-top: 12px;
}

.dropdown .dropDownTab:last-child {
	padding-bottom: 12px;
}

.dropDownTab:hover {
	background-color: var(--PrimaryBackground);
	color: white;
}

.logContainerWrapper {
	position: relative;
	padding: 0;
}

.logContainer {
	display: none;
	position: absolute;
	right: -190px;
	/*-186px*/
	top: 0;
	border-radius: 4px;
	background-color: var(--SubMenuBackground);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.50);
}

.logContainer div a:hover {
	color: white;
}

.logContainerWrapper .logContainer div a {
	padding: 0;
}


.logContainerWrapper:hover .logContainer {
	/* mising g*/
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.logContainer div a {
	padding: 4px 8px 4px 16px;
	text-align: left;
}


.profileHolder {
	height: 48px;
	display: flex;
	align-items: center;
	margin-right: 12px;
}

/* .profileHolder .dropdown {
	padding: 4px 8px 4px 16px;
} */

.profileHolder:hover .dropdown {
	/* missing hover */
	display: flex;
	flex-direction: column;
	position: absolute;
	align-self: stretch;
	top: 48px;
	gap: 8px;
	text-transform: none;
	border-radius: 0 0 4px 4px;
}

.divider {
	height: 1px;
	width: 168px;
	background-color: var(--DividerColor);
	margin: 0 auto;
}

.dividerEl {
	border-right: 1px solid var(--DividerColor);
	height: 32px;
	width: 32px;
	padding-left: 32px;
}

.profileHolder .dropdown .dropDownTab {
	width: 175px;
	padding: 0;
	text-decoration: none;
	padding: 8px 8px 8px 16px;
}

.dropDownTab a:hover {
	border-bottom: 0px;
	background-color: var(--PrimaryBackground);
}

.dropDownTab a {
	border-bottom: 0px;
}

.profileHolder .dropdown .dropDownTab:first-child {
	padding-top: 8px;
}

.profileHolder .dropdown .dropDownTab:last-child {
	padding-bottom: 8px;
}

@media screen and (max-width: 1400px) {
  .logo a span {
    display: none;
  }
  .logo {
	width: auto;
  }
}

