#topbar {
	height: 40px;
	text-align: right;
	margin-right: .5%;
	height: 50px;
	text-align: right;
	font-size: 12px;
	background: #417690;
	position: relative;
	width: 100%;
	top: 0;
	font-family: Helvetica;
	color: #ffc;
	z-index: 101;
}

.dropbtn {
	color: #ffc !important;
	padding: 14px;
	font-size: 19px;
	border: none;
	cursor: pointer;
}

.topbar-dropdown {
	float: right;
	position: relative;
}

.topbar-dropdown-content {
	display: none;
	top: 50px;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	right: 0;
	font-size: 1.2em;
}

.topbar-dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	text-align: left;
}

.topbar-dropdown a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}

.topnav .icon {
	display: none;
}

.welcome-user {
	float: right;
	margin: 11px;
	max-width: 230px;
}

.welcom_msg {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.welcome-user span {
	font-size: 1.7em;
}

#printBtn {
	color: -webkit-link;
	cursor: pointer;
	text-decoration: underline;
	position: relative;
}

#printBtn:active {
	color: -webkit-activelink;
}

#printBtn #printingIcon {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
}

#printBtn #printingIcon img {
	width: 50px;
}

#printBtn.disabled-link {
	/* Change cursor */
	cursor: not-allowed;
}

.menu-button {
	width: 42px;
	height: 40px;
	padding: 5px 4px 0px 4px;
}

.helpLinkBtn {
	margin: 0px 5px;
}

.webinarLinkDiv {
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	width: 243px;
	border: black 1px solid;
	border-radius: 4px;
	padding: 4px 3px;
	background-color: #ba3b46;
	color: #f4fbf4;
	text-align: center;
	height: 28px;
}

.webinarLink {
	color: white !important;
	text-decoration: none !important;
	text-align: center;
	font-size: 11px;
}

.versionVideoLinkDiv {
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	width: auto;
	border: black 1px solid;
	border-radius: 4px;
	padding: 4px 3px;
	background-color: #ba3b46;
	color: #f4fbf4;
	text-align: center;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.versionVideoLink {
	color: white !important;
	text-decoration: none !important;
	text-align: center;
	font-size: 14px;
}

.helpLinkDiv {
	float: left;
	margin-top: 6px;
	margin-left: 5px;
	width: auto;
	border: black 1px solid;
	border-radius: 4px;
	padding: 4px 3px;
	background-color: #4dc351;
	color: #f4fbf4;
	text-align: center;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.helpLink {
	color: white !important;
	text-decoration: none !important;
	text-align: center;
	font-size: 14px;
}

.versionVideoLink,
.helpLink {
	padding: 0 3px;
}

.betaSpan {
	color: red;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
}

#dropdownContent .versionVideoLink {
	color: black !important;
}

@media screen and (max-width: 1570px) {
	.w100ForSmall {
		width: 97px;
	}
}

@media screen and (max-width: 1439px) {
	.versionVideoLink,
	.helpLink {
		padding: 0;
	}
}

@media screen and (max-width: 1382px) {
	.topnav a.icon {
		float: right;
		display: block;
	}

	.topnav .control-buttons,
	.topnav .help-link {
		display: none;
	}

	.welcome-user {
		margin: 13px;
	}

	.w100ForSmall {
		width: auto;
	}
}

@media screen and (min-width: 960px) {
	#dropdownContent .versionVideoLink {
		display: none;
	}
}

@media screen and (max-width: 959px) {
	.versionVideoLinkDiv {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.welcome-user {
		display: none;
	}
}

@media screen and (min-width: 500px) {
	#dropdownContent .webinarLink-dropdown {
		display: none;
	}
}

@media screen and (max-width: 499px) {
	.webinarLinkDiv {
		display: none;
	}
}