.switcher-menu {
	display: none;
	background-color: rgba(199, 200, 201, 0.95);
	padding: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	position: absolute;
	max-width: 272px;
	min-width: 88px;
	z-index: 8;
	font-size: 14px;
	box-sizing: border-box;
}

.switcher-arrow {
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid var(--light);
	z-index: 10;
}

.switcher-menu::after {
	content: " ";
	position: absolute;
	visibility: hidden;
	bottom: 100%;
	left: 48.5%;
	margin-left: -5px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent rgba(199, 200, 201, 0.95) transparent;
}

.app-btn{
	width: 88px;
	height: 88px;
	text-align: center;
	padding: 8px 0;
	display: inline-block;
	box-sizing: border-box;
}

.instance-btn{
	width: 176px;
	height: 44px;
	padding: 8px 0;
	display: inline-block;
	box-sizing: border-box;
}

.app-btn:hover{
	box-shadow: 0 0 0 1px rgba(0,0,0,.2);
}

.app-btn img {
	max-width: 50%;
	padding-top: 5px;
}

.app-btn, .app-btn:hover {
	color: #000;
	text-decoration: none;
}

.app-btn a:hover {
	text-decoration: none;
}

.app-switcher-right-ul li{
	height: 38px;
	line-height: 38px;
}

.switcher-button-container {
	position: relative;
	width: 25px;
	height: 25px;
	background: url("/assets/img/3x3.png") no-repeat;
	background-size: contain;
	z-index: 9;
	opacity: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.switcher-menu .user-name {
	text-align: center;
	font-weight: bold;
	background-color: #9a9a9a;
	margin-top: 4px;
}

.user-dialog-overlay {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .6);
}

.user-dialog {
	position: fixed;
	left: calc(100% / 2 - 250px);
	top: 100px;
	transition: .25s ease-in;
	background: white;
	width: 500px;
	height: 500px;
	font: 1.5em "Segoe UI";
}

.user-dialog-title {
	padding: .3em .5em .3em 1em;
	background: #1f497d;
	color: white;
}

.user-dialog-close {
	float: right;
	cursor: pointer;
	border: 2px solid #1f497d;
	padding: .05em .3em;
	font-size: .9em;
}

.user-dialog-close:hover {
	background: #486180;
	border: 2px solid white;
}

.user-dialog-body {
	height: 387px;
	overflow-y: scroll;
	padding: 10px;
}

.user-dialog-buttons {
	position: absolute;
	bottom: 0;
	height: 50px;
	background: #1f497d;
	width: calc(100% - .5em);
	padding-right: .5em;
	text-align: right;
}

.user-dialog-buttons button {
	background: white;
	font: .85em "Segoe UI";
	color: black;
	margin: .35em .5em;
	padding: .1em .7em;
	cursor: pointer;
	border: 2px solid #1f497d;
}

.user-dialog-buttons button:hover {
	background: #486180;
	color: white;
	border: 2px solid white;
}

#password-change-form {
	font-size: .75em;
}

#password-change-form label {
	float: left;
	clear: left;
	width: 220px;
}

#password-change-form input {
	float: left;
}

#useroptionswrapper {
	float: left;
}

#useroptionswrapper:hover:not(.nohover) #useroptionsmenu {
	display: block;
}

#useroptions {
	text-decoration: none;
	color: black;
	margin-right: 25px;
	border: 1px solid white;
	padding: 4px 5px 4px 15px;
	display: inline-block;
}

#useroptions.hasmenu:hover {
	border: 1px solid gray;
}

#useroptions:not(.hasmenu){
	cursor: default;
	border: none;
}

#useroptions .down-icon {
	display: inline-block;
	vertical-align: text-top;
	background: url('/hub/assets/img/down-icon.png') 0 16px;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

#useroptions:hover .down-icon {
	background-position: 0 32px;
}

#useroptionsmenu {
	position: absolute;
	display: none;
	background: white;
	-webkit-box-shadow: 0 3px 15px 0 #000000;
	-moz-box-shadow: 0 3px 15px 0 #000000;
	box-shadow: 0 3px 15px 0 #000000;
	z-index: 1;
}

#useroptionsmenu a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 6px 20px 6px 8px;
}

#useroptionsmenu a:hover {
	background: lightgray;
}

.requires-warning {
	width: calc(100% - 20px);
	text-align: center;
	background: rgba(232, 232, 58, 0.64);
	padding: 10px;
	font-family: "Segoe UI";
}

@media print {
	.switcher-menu {
		display: none !important;
	}
}
