/**
 * @package next
 * @version 2
 * @copyright © 2014 Next Solutions
 */

body
{
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e2b37', endColorstr='#0d597b',GradientType=0 ); /* IE6-8 */
	background-repeat: no-repeat;
	background-attachment: fixed;
	font: normal 13px "Inter", Open sans, Arial, Helvetica, sans-serif;
}

p
{
	margin: 10px 0px;
}

.group:after
{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

ul
{
	list-style-type: disc;
	margin-left: 15px;
}

ol
{
	list-style-type: decimal;
	margin-left: 15px;
}

ul ul, ol ul
{
	list-style-type: circle;
	margin-left: 15px;
}

ol ol, ul ol
{
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 15px;
}

a
{
	text-decoration: none;
	transition: color 0.2s linear;
}

a:hover
{

}

a.deadEnd
{
	cursor: default;
}

div.topWarning
{
	padding: 5px 10px;
	border: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 25000;
}

div.overlay
{
	height:100%;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index: 20000;
}

div.dialog
{
	font: normal 13px "Inter", Open sans, Arial, Helvetica, sans-serif;
}

div.dialog div.left, div.dialog.left
{
	text-align: left;
}

div.dialog .middle
{
	vertical-align: middle;
}

div.dialog.detailsDialog
{
	text-align: left;
}

div.dialog.detailsDialog .container
{
	min-height: 35px;
	overflow: hidden;
}

/* Survey - Answers */
#block_108 {
	max-height: 600px;
}

i.large
{
	font-size: 35px;
}

div.dialog i.large
{
	margin-right: 20px;
}

div#mainContainer
{
	width: 1080px;
	margin:0 auto;
	text-align: left;
}

div#menuTop
{
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 16px 0 20px;
	margin-top: 15px;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}

div#menuTop a
{
	line-height: normal;
	display: inline-block;
	color: #e4e7e7;
	padding: 8px 10px;
	font: bold 14px "Inter", Open sans, Arial, Gadget, sans-serif;
}

div#menuTopLeft
{
	float: left;
}

div#menuTopRight
{
	float: right;
}

div#menu1 div.right, div#menu2 div.right, div#menu3 div.right
{
	float: right;
}

.main-index span.innerText {
	border-radius: 3px;
	padding: 3px 10px;
}
.main-index span.innerText:before {
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	content: "\f0d9";
	margin-right: 5px;
}
.main-index.selected > span {
	background-color: unset !important;
}
.main-index.selected span.innerText:before {
	content: "\f0d7";
}

#navigationColumn .fa-sort-down.menu {
	display: none;
}
#navigationColumn .pageNavigationTitle {
	margin: 10px 0;
	padding: 10px;
	font-weight: 500;
}

div#banner
{
	position: relative;
	width: 100%;
	height: 240px;
}
div#banner .container
{
	position: absolute;
}
div#banner #bannerLogo {
	background: url(../images/banner-logo.png) no-repeat center; /* Change the public too */
	position: relative;
	background-size: contain;
	width: 700px;
	height: 209px;
	margin: 14px 10px 20px 40px;
	border-radius: 10px;
	float: left;
}
div#bannerContent
{
	float: left;
	margin-left: 30px;
	max-width: 300px;
}

#mainContainer.public {
	width: 1170px;
}

div#banner.public
{
	position: relative;
	margin-top: 20px;
	height: 330px;

	-webkit-border-radius: 11px 11px 0 0;
	-moz-border-radius: 11px 11px 0 0;
	border-radius: 11px 11px 0 0;
}
div#banner.public .container
{
	width: 1170px;
}
div#banner.public div#bannerTitle
{
	position: relative;
	margin: 30px 40px 0 40px;
	padding: 10px;
	text-align: center;
	font: bold 20px "Inter", Open sans, Arial, Gadget, sans-serif;

	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
div#banner.public #bannerLogo {
	float: left;
	width: 700px;
	background: url(../images/banner-logo.png) no-repeat center; /* Change the authenticated too */
	background-size: contain;
}
div#banner.public #bannerBox {
	float: left;
	margin: 14px 0 20px 8px;
	padding: 20px 30px;
	position: relative;
	height: 209px;
	width: 370px;

	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
}
div#banner.public #bannerBox.enterprise {
	float: none;
	margin: 20px 40px 20px 40px;
}
div#banner.public input {
	outline: none;
}
div#banner.public #loginBox .application {
	height: 34px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div#bannerTitle
{
	position: relative;
	margin: 30px 0 20px 0;
	font: bold 30px "Inter", Open sans, Arial, Gadget, sans-serif;
	text-transform: uppercase;
}

div#bannerBox button.fullWidth, div#bannerBox div.fullWidth
{
	width: 100%;
}

div#bannerBox div.partWidth
{
	display: inline-block;
	width: calc(50% - 2px);
	text-align: center;
}

div#bannerBox.empty
{
	background-color: transparent;
}

div#bannerBox div.content
{
	max-height: 100%;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

div#contentContainer
{
	display: table-row;
}
.public div#contentContainer
{
	top: -50px;
	position: relative;
}

div#contentContainer.single div#pageContainer
{
	width: 1080px;
	text-align: left;
	padding: 30px;
	display: table-cell;
}
.public div#contentContainer.single div#pageContainer
{
	width: 1170px;
}

div#pageContainer
{
	float: left;
	width: 800px;
	text-align: left;
	padding: 30px;
	transition: width 0.1s linear;
	overflow-x: auto;
}

div#pageNavigation
{
	width: 260px;
	overflow: hidden;
}

div#pageNavigation.transition
{
	transition: width 0.2s linear;
}

div#pageNavigation.hidden
{
	width: 0;
}

div#navigationColumn
{
	display: table-cell;
	text-align: left;
	padding: 0;
	width: 280px;
	vertical-align: top;
	font-weight: bold;
	font-size: 17px;
	transition: width 0.1s linear;
	overflow: auto;
	float: left;
}

div#navigationColumn:has(.pageNavigationTitle)
{
	padding: 10px;
}

div#navigationColumn div.intro, div#navigationColumn div.outro
{
	padding: 12px 20px;
	font-weight: normal;
}

div#contentContainer.single div div#navigationColumn
{
	display: none;
}

div#loginBox input
{
	width: 100%;
	border: 0;
	padding: 8px 20px;
	margin-bottom: 15px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

button, div.button, a.button
{
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
}

button.application
{
	height: 24px;
	line-height: 24px;
	padding: 0px 8px;
	font: bold 13px "Inter", Open sans, Arial, Gadget, sans-serif;
	border: none;
}

button.application.auxiliary
{
	font-size: 14px;
	height: 25px;
}

button.noTransition div.button.noTransition
{
	transition: none;
}

div.button, a.button
{
	display: inline-block;
}

button.form, div.button.form, a.button.form
{
	border-radius: 5px;
	padding: 3px 10px;
	border: none;
	font-style: normal;
}

button.form.alert, div.button.form.alert, a.button.form.alert
{
	/*background: #f2594b;  */
}

button.form.disabled, div.button.form.disabled, a.button.form.disabled, button.form.disabled:hover, div.button.form.disabled:hover, a.button.form.disabled:hover
{
	cursor: default;
}

button.form.selected, div.button.form.selected, a.button.form.selected, button.form.selected:hover, div.button.form.selected:hover, a.button.form.selected:hover
{
	cursor: default;
}

div.button.form.fileInput
{
	padding: 6px 5px;
}

button.small, div.button.small, a.button.small
{
	font-weight: normal;
	font-size: 15px;
	padding: 0px 8px;
	height: 28px;
	line-height: 28px;
}

button.tile, div.button.tile, a.button.tile
{
	line-height: 24px;
	height: auto;
	width: 30px;
	padding: 2px 5px 3px 5px;
	font-size: 20px;
	text-align: center;
	/*overflow: hidden;*/
}

button.small.tile, div.button.small.tile, a.button.small.tile
{
	line-height: 20px;
	font-size: 16px;
	/*overflow: hidden;*/
}

button.tiny, div.button.tiny, a.button.tiny
{
	font-size: 14px;
	padding: 1px;
}

.spinner
{
	position:absolute;
	display: none;
	font-size: 30px;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}

.spinner.small
{
	font-size: 17px;
}

.spinner:before
{
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	/*content: "\f110";*/
}

#loginSpinner
{
	top: 33px;
	right: 393px;
}

#pageSpinner
{
	margin-top: -18px;
	margin-left: -12px;
}

div.progress
{
	border-radius: 4px;
	display: none;
}

div.progress div.bar
{
	height: 19px;
}

div.warningBox
{
	position: absolute;
	border-radius: 5px;
	max-width: 420px;
	padding: 5px;
	font-size: 15px;
	z-index: 5000;
	transition: opacity 1s ease;
	transition: top 0.5s cubic-bezier(.91,.8,.76,1.25) ;
	-webkit-transition: top 0.5s cubic-bezier(.91,.8,.76,1) ;
}

div.warningBox.noTransition
{
	transition: none!important;
}

div#loginWarningBox
{
	display: grid;
	align-items: center;
	margin: 0 auto;
	width: 700px;
	text-align: center;
	max-width: none;
	position: relative;
	top: -20px;
	min-height: 40px;
}

div#loginWarningBox.hidden
{
	display: none;
}

div.pageTitle
{
	font: 300 40px "Inter", Open sans, Arial, Gadget, sans-serif;
	margin-bottom: 10px;
}

div#tabRow div.pageTitle
{
	display: none;
}

.header.toggle
{
	cursor: pointer;
}

h1, div.h1
{
	font: normal 30px "Inter", Open sans, Arial, Gadget, sans-serif;
	padding: 5px 0px;
}

h2, div.h2
{
	font: normal 28px "Inter", Open sans, Arial, Gadget, sans-serif;
	padding: 5px 0px;
}

h3, div.h3
{
	font: normal 22px "Inter", Open sans, Arial, Gadget, sans-serif;
	padding: 5px 0px;
}

h4, div.h4
{
	font: bold 15px "Inter", Open sans, Arial, Gadget, sans-serif;
}

.header div.toggle
{
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
}

.header.h4 div.toggle
{
	margin-left: -3px;
}

div.h4 div.toggle
{
	font-size: 15px;
}

.header div.toggle.closed:before
{
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	content: "\f054";
}

.header div.toggle.open:before
{
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	content: "\f078";
}

div.button.form div.button.toggle.closed:before
{
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	content: "\f138";
}

div.button.form div.button.toggle.open:before
{
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	content: "\f13a";
}

div.button.form span.buttonText.closed:before
{
	content: 'Show more';
}

div.button.form span.buttonText.open:before
{
	content: 'Hide more';
}

div.blockContainer
{
	font: 14px "Inter", Open sans, Arial, Helvetica, sans-serif;
}

div.blockInnerContainer
{
	padding-bottom: 5px;
	padding-top: 5px;
}

div.compact div.blockInnerContainer
{
	padding: 0;
}

div.blockContainer div.buttonBar
{
	margin-bottom: 10px;
}

div.blockContainer div.exampleContainer
{
	padding-bottom: 5px;
}

div.blockContainer .intro
{
	padding: 10px 10px 10px 20px;
	/*margin-left: 35px;*/
	border-radius: 10px;
}

div.blockContainer .outro
{
	padding: 5px 0 5px 0;
	margin-left: 25px;
}

div.blockContainer .formContent
{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.blockContainer.compact .formContent
{
	padding-top: 0;
	padding-bottom: 0;
}

div.blockContainer ul
{
	padding: 8px 0 8px 23px;
	list-style-type: disc;
}

div.blockContainer ul li
{
	padding: 1px 0 1px 2px;
}

table.form
{
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
	border-spacing: 0;
}

table.form thead
{
	display: table-header-group;
	vertical-align: middle;
	border-color: inherit;
	border-collapse: separate;
}

table.form tr
{
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

table.form td, table.form th
{
	padding: 6px;
}

div.compact table.form td, div.compact table.form th
{
	border-left: 1px solid;
	padding: 3px;
}

table.form td
{
	vertical-align: middle;
	font-size: 13px;
	/*background-color: white;*/
}

table.form tfoot td
{
	font-weight: bold;
}

table.form > tbody:first-child > tr:first-child td
{
	border-top: none;
}

table.form td.category
{
	font: bold 14px "Inter", Open sans, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

thead:first-child tr:first-child th:first-child, tbody:first-child tr:first-child td:first-child
{
	border-radius: 4px 0 0 0;
}
thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td:first-child
{
}

table.form.hover tbody tr, table.form tbody td.hover
{
	transition: all 0.2s linear;
	transition-property: color, background;
}

table.form.hover tbody tr:hover, table.form tbody td.hover:hover
{
	cursor: pointer;
}

table.form td.label, table.form th.label
{
	font-weight: bold;
	font-size: 12px;
}

table.form thead th
{
	padding: 14px 6px;
}

table.form td.noWrap
{
	white-space: nowrap;
}

table.form th div.sortIcon
{
	display: none;
}

table.form th.sortable:not(.sorter-false)
{
	cursor: pointer;
}

table.form tr.placeholder td
{
	background: #f2f2f2;
}

table.form th.sortable:not(.sorter-false) div.sortIcon
{
	display: block;
	float: right;
	width: 15px;
	text-align: center;
	cursor: inherit;
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
}

table.form th.sortable div.sortIcon:before
{
	content: "\f0dc";
}

table.form th.sortable.tablesorter-headerAsc div.sortIcon:before
{
	content: "\f0dd";
}

table.form th.sortable.tablesorter-headerDesc div.sortIcon:before
{
	content: "\f0de";
}

table.form td.reorderGrip
{
	cursor: move;
}

table.form td.reorderGrip div
{
	font-size: 19px;
	width: 20px;
	text-align: center;
}

div.form
{
	border-radius: 4px;
	padding: 0;
}

div.form table.form
{
	width: 100%;
	border: none;
	border-radius: 0;
}

div.form table.form td
{
	border: none;
	border-radius: 0;
}

div.compact table.form td
{
	border: none;
}

div.form table.form td:last-child
{
	border: none;
}

div.compact table.form td:last-child
{
	border-bottom: none;
}

div.form table.form:last-child td
{
	border-bottom: none;
}

div.form div.row:last-child
{
	border: none;
}

div.form div.row div.cell:last-child
{
	border: none;
}

div.form div.row div.cell
{
	display: table-cell;
}

div.form div.row div.cell.label
{
	font-weight: bold;
	font-size: 13px;
}

input.form, textarea.form
{
	font-family: inherit;
	width: 100%;
	font-size: 13px;
	padding: 3px;
	transition: color 0.2s ease, background 0.2s ease;
}

select.form, select.filterField
{
	font: normal 13px "Inter", Open sans, Arial, Helvetica, sans-serif;
	display: inline-block;
	line-height: 1.3;
	padding: 3px 18px 3px 3px;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border-radius: 4px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23A0A0A0%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

textarea
{
	resize: none;
	overflow: hidden;
}

span.tooltip
{
	transition: color 0.2s ease, background 0.2s ease;
}

div.blockInnerContainer .topButtonRow
{
	margin-bottom: 7px;
}

div.blockInnerContainer .bottomButtonRow
{
	margin-top: 7px;
}

div.blockInnerContainer .topButtonRow .right, div.blockInnerContainer .bottomButtonRow .right
{
	float: right;
}

div.filterBox
{
	border-radius: 4px;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 14px;
}

div.filterBox table td
{
	padding: 6px;
	width: 25%;
	vertical-align: middle;
}

div.filterBox .buttonBar
{
	margin-top: 3px;
	padding-left: 3px;
}

div.panel
{
	border-radius: 5px;
	padding: 6px;
	background: #c6c6c6;
	text-align: center;
	transition: opacity 0.3s ease;
}

div.panel.noTransition
{
	transition: none!important;
}

span.required
{
}

div.flowchart, a.flowchart
{
	display: block;
	padding: 25px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	transition: background 0.2s linear;
}

div.flowchart.single
{
	cursor: pointer;
}

div.flowchart.submit
{
	background: transparent;
}

div.flowchart ul
{
	list-style-type: none;
	padding: none;
	margin: none;
}

div.slideContainer div.slideContent
{
	border-radius: 5px;
	margin: 0px 0px;
	padding: 10px;
	overflow: hidden;
}

div.slideContainer div.slideHeader
{
	margin-bottom: 15px;
}

div.slideContainer div.slideFooter
{
	margin-top: 15px;
}

div.timeScope
{
	text-align: center;
}

div.section
{
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 14px;
}

div.section div.blockSlideContainer
{
	border-radius: 4px;
	padding: 6px;
	font-size: 14px;
}

.printOnly
{
	display: none;
}

.addRow {
	text-align: center;
	height: 50px;
}

.fa-sort-down.menu::before {
	top: -2px;
	position: relative;
	margin-left: 5px;
}

.submittedPage > div::after {
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	content: "\f058";
	font-weight: 400;
	color: #505050;
	float: right;
	padding-right: 10px;
}