.tab-pane {
	margin-top: 15px;
}

a:hover {
	cursor: pointer;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0px;
}

.debug {
	border: 1px solid #eee;
	margin-top: 50px;
	padding: 10px;
}

.inline-box {
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
}

.ui-growl {
	position: fixed;
	top: 80px;
	right: 20px;
	width: 20em;
}

.shadowy {
	box-shadow: 2px 2px 8px 3px #757575;
}

.screen-center {
	position: fixed; /* or absolute */
	top: 50%;
	left: 50%;
}

.page {
	border-radius: 25px;
	min-height: 300px;
	background: #fff;
	box-shadow: 2px 2px 8px 3px #888888;
}

.testTitle {
	min-height: 70px;
	background: #0099dc;
	color: #fff;
	padding: 15px 15px 15px 30px;
	display: flex;
	align-items: center;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.pageTitle {
	min-height: 70px;
	background: #60B1DB;
	color: #fff;
	padding: 15px 15px 15px 30px;
	display: flex;
	align-items: center;
}

.questions {
	padding: 25px;
}

.render-question-title {
	font-size: 20px;
	margin-bottom: 10px;
	color: #4DB2EC;
}

.render-question-choice {
	font-size: 16px;
	margin: 2px 0px;
	padding: 3px;
	display: flex;
}

.render-question-choice input {
	margin-right: 15px;
}

.render-question-choice:hover {
	background: #eee;
}

.render-tabular-choice-label {
	font-size: 16px;
	min-width: 100px;
	border: 1px solid #eee;
	padding: 0px 6px;
}

.render-tabular-choice-input {
	min-width: 100px;
	border: 1px solid #eee;
	font-size: 16px;
}

.render-tabular-choice-input:hover {
	background: #eee;
}

.show-page-description {
	margin: 15px;
}

.ask-question {
	margin-bottom: 25px;
}

.ask-question-title {
	font-size: 20px;
	margin-bottom: 10px;
	color: #4DB2EC;
}

.ask-question-choice {
	font-size: 16px;
	margin: 2px 0px;
	padding: 3px;
	display: flex;
}

.ask-question-choice input {
	margin-right: 15px;
}

.ask-question-choice-container {
	width: 100%;
	padding: 2px;
}

.ask-question-choice-container:hover {
	background: #eee;
	cursor: pointer;
}

.ask-tabular-question-label {
	font-size: 16px;
	min-width: 100px;
	border: 1px solid #eee;
	padding: 0px 6px;
}

.ask-tabular-question-label-input {
	min-width: 100px;
	border: 1px solid #eee;
	font-size: 16px;
}

.ask-tabular-question-label-input:hover {
	background: #eee;
}

.displayHorizontal {
	display: inline-block;
	margin: 0px 15px 5px 0px;
}

.not-allowed {
	cursor: not-allowed;
	pointer-events: all !important;
}

.dropdown-submenu {
	position: relative;
}

.linkbox-container {
	display: flex;
	flex-wrap: wrap;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}