﻿.contextual-help {
	float: right;
	font-size: 16px;
}

#help-content {
	width: 100%;
	min-width: 400px;
	padding: 0 25px 10px;
}

#help-container {
	position: fixed;
	width: 400px;
	height: 100%;
	background-color: #f7f7f7;
	display: none;
	padding: 0;
	z-index: 9999;
}

	#help-container.right-position {
		box-shadow: -3px 0 5px rgba(0,0,0,0.3);
	}

	#help-container.left-position {
		box-shadow: 3px 0 5px rgba(0,0,0,0.3);
	}

	#help-container.bottom-position {
		box-shadow: -3px 0 5px rgba(0,0,0,0.3);
	}

#help-header {
	display: block;
	height: 48px;
	width: 100%;
	border-bottom: solid 1px #C0C0C0;
	margin-bottom: 15px;
	margin-top: 0;
	background-color: #fff;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
}

#help-content-close {
	cursor: pointer;
	text-align: right;
	color: #808080;
	float: right;
	font-size: 20px;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

	#help-content-close span {
		margin-right: 15px;
	}


#help-content-menu {
	cursor: pointer;
	text-align: left;
	color: #808080;
	float: left;
	font-size: 20px;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

	#help-content-menu span {
		margin-left: 15px;
	}

	#help-content-menu:hover, #help-content-close:hover, #help-content-fullsite:hover {
		color: #202020;
	}


#help-search {
	margin-top: 20px;
	margin-bottom: 40px;
}

#help-content-related-article {
	background-color: #fff;
	padding: 5px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #0069aa;
	border-left: solid 8px #0069aa;
	margin-bottom: 40px;
}

	#help-content-related-article h3 {
		margin-top: 10px;
		margin-bottom: 20px;
	}

.popup-image {
	cursor: zoom-in;
}

@media only screen and (max-width: 400px) {
	#help-content {
		min-width: 290px;
	}

	#help-container {
		width: 290px;
	}
}

@media only screen and (min-width: 321px) and (max-width: 767px) {
	#help-container {
		width: 400px;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	#help-container {
		width: 400px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#help-container {
		width: 400px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	#help-container {
		width: 400px;
	}
}

@media only screen and (min-width: 1600px) {
	#help-container {
		width: 400px;
	}
}
