*{
	font-family: Arial, sans-serif;
}

body{
	background-color: #fff;
	background-image:  url(../garnish/header-back.png?250825151756), url(../garnish/page-back.png?250825151756);
	background-repeat: repeat-x, repeat;
}
a{
	color: #195B92;
}
header{
	position: relative;
}
.row {
	max-width: 1366px;
}
td img{
	width: 100%;
}
td .jwplayer img{
	width: auto;
}
.suggest{
	margin-bottom: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@-moz-document url-prefix(http://) {
    button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
        padding: 0 !important;
        border: 0 none !important;
    }
}

/* flash recorder.js */
#recorderFlashContainer {
	z-index: 10000;
}
#recorderFlashContainer object {
	background: #b3b3b3;
	box-shadow: 0 0 1.5em 1.5em rgba(179, 179, 179, 1),
	            0 0 3em 3em rgba(179, 179, 179, 0.3),
	            0 0 100em 100em rgba(50, 50, 50, 0.9);
	z-index: 10000;
}


/* @group DATE PICKER */

	.picker__button--today,
	.picker__button--clear,
	.picker__button--close{
		color: #195B92 !important;
	}
	.picker__nav--next,
	.picker__nav--prev{
		box-sizing:content-box;
	}
	.picker__weekday{
		color: #fff;
	}
	.picker__box{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.picker__select--month, .picker__select--year{
		height: auto;
	}

/* @group PAGE HEADER */

	#page-header {
		max-width: 1366px;
		width: 95%;
		margin:0 auto;
		height: 120px;
		position: relative;
		background: url(../garnish/header.png?250825151756) no-repeat right bottom;
	}
	
	#page-header h1 {
		text-indent: -5000px;
	}
	
	#page-header h2 {
		font-family: "Arial Black", Arial, sans-serif;
		font-size: 1.25em;
		font-weight: 700;
		text-shadow:1px 1px 1px #000;
		color: #fff;
		background: url(../garnish/flag.png?250825151756) no-repeat left;
		padding: 0 0 0 60px !important;
		margin: 0;
		position: absolute;
		top: 65px;
		}
		
	#page-header h2 a {
		color: #ffffff;
		}
		header .row h2:before,
		h3.title:before{
			content: "/";
			color: #B3B3B3;
			padding: 0 10px 0 0;
		}

	h4{
		color: #13334D;
		font-weight: 700;
		font-size: 1.1em;
		margin-bottom: 1.1em !important;
	}

	#content-links{
		font-size: 0.7em;
		font-weight: 700;
		text-shadow:1px 1px 1px #000;
		position: absolute;
		top: 10px;
		right: 0;
		list-style: none;
		margin: 0;
		}
		#content-links li{
			display: inline-block;
			padding: 0 0 0 10px;
		}
		#content-links a{
			color: #fff;
		}
		#content-links a:hover{
			color: #95C4F0;
		}

	#language-selector{
		margin: 0;
		position: absolute;
		left: 0;
		top: 6px;
		}
		#language-selector label{
			position: absolute;
			left: -9999px;
		}
		#language-selector .chosen-single{
			width: 54px;
		}
		#language-selector .chosen-container-single .chosen-single{
			height: 25px;
		}
		
		#language-selector .chosen-container-single .chosen-single span{
			text-overflow: inherit;
		}
		#language-selector .chosen-container-single .chosen-drop{
			width: 120px;
			border-radius: 0 4px 4px 4px;
			padding-top: 5px;
		}

	#profile {
		position: absolute;
		top: 55px;
		right: 0;
		color: #8AA4B9;
		text-shadow:1px 1px 1px #000;
		font-size: 0.9em;
		list-style: none;
		}
		#profile *{
			font-size: 0.90em;
			margin: 0;
		}
		#profile p{
			font-style: italic;
		}
		#profile strong{
			color: #fff;
			font-style: normal;
		}
		#profile li{
			display: inline-block;
		}
		#profile a{
			border-right: 1px solid #658EAE;
			padding: 0 5px 0 3px;
			color: #fff;
			}
			#profile ul li:last-child a{
				border: 0;
			}
			#profile a:hover{
				color: #95C4F0;
			}
		
/* @group PAGE MENU */

	#page-navigation{
		position: relative;
		background: #fff;
		box-shadow: 0 2px 3px rgba(0,0,0,0.1);
		}
		#page-navigation ul{
			max-width: 1366px;
			width: 100%;
			margin:0 auto;
			display: table;
			font-size: 0.80em;
			font-weight: 700;
			}
			#page-navigation li{
				display: table-cell;
			}
			#page-navigation a{
				text-align: center;
				display: block;
				color: #13334D;
				padding: 25px 15px;
				}
				#page-navigation a:hover{
					text-decoration: underline;
				}
				#page-navigation .active{
					background: url(../garnish/menu.png?250825151756);
					border-right: 1px solid #DCE1E4;
					border-left: 1px solid #DCE1E4;
					}
					#page-navigation .active a{
						color: #000;
					}

	.top-bar{
		background: #497FAD;
	}
	.top-bar-section{
		background: #fff;
	}
	.top-bar-section li{
		float: none !important;
	}
	.top-bar.expanded .title-area{
		background: #497FAD;
	}
	.top-bar.expanded .toggle-topbar a{
		color: #fff;
		}
		.top-bar.expanded .toggle-topbar a:after{
			box-shadow: 0 10px 0 1px #13334D,0 16px 0 1px #13334D,0 22px 0 1px #13334D;
		}

	.top-bar-section ul li>a{
		background: #497FAD;
		}
		.top-bar-section ul li>a:hover{
			background: #3F76A4 !important;
		}
		.top-bar-section ul li.active>a{
			background: #0B518B !important;
			font-weight: 700;
		}

	@media only screen and (min-width: 40.063em){
		.top-bar{
			background: #fff;
			height: auto;
			box-shadow: 0 2px 3px rgba(0,0,0,0.1);
		}
		.top-bar-section{
			max-width: 1366px;
			width: 100%;
			margin:0 auto;
		}
		.top-bar-section ul{
			width: 100%;
			display: table;
			}
			.top-bar-section ul.sole{
				width: auto;
				display: table;
			}
		.top-bar-section li{
			display: table-cell;
			float: none;
			background: #fff;
		}
		.top-bar-section li.active{
			background: url(../garnish/menu.png?250825151756) !important;
			border-right: 1px solid #DCE1E4;
			border-left: 1px solid #DCE1E4;
		}
		.top-bar-section li:not(.has-form) a:not(.button),
		.top-bar-section li.active:not(.has-form) a:not(.button){
			line-height: 1.2;
			padding: 25px 15px;
			background: none !important;
			color: #13334D;
			text-align: center;
		}
		.top-bar-section li:not(.has-form) a:not(.button):hover{
			background: none !important;
			text-decoration: underline;
			color: #13334D;
		}
	}

/* @group STEPS */

	#steps{
		background: #FFF;
		height: auto;
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	}

	.steps-list{
		font-size: 0.75em;
		color: #7D7D7D;
		font-weight: 700;
		margin: 0;
	}

	#steps .steps-list{
		max-width: 1366px;
		width: 100%;
		overflow: hidden;
		margin:0 auto;
	}

	.steps-list li{
		/*float: left;*/
		list-style-type: none;
		display: inline-block;
		position: relative;
		height: 60px;
	}

	.steps-list li.done{
		background: url(../garnish/menu.png?250825151756);
		color: #000;
		}
		.steps-list li.done span:after{
			background: url(../garnish/steps-done.png?250825151756) no-repeat right center;
		}

	.steps-list li.active{
		color: #fff;
		background: #145484;
		}
		.steps-list li.active span:after{
			background: url(../garnish/steps-active.png?250825151756) no-repeat right center;
		}

	.steps-list li:nth-child(1){
		z-index: 10;
		}
		.steps-list li:nth-child(1):before{
			content:"1";
		}
	.steps-list li:nth-child(2){
		z-index: 9;
		}
		.steps-list li:nth-child(2):before{
			content:"2";
		}
	.steps-list li:nth-child(3){
		z-index: 8;
		}
		.steps-list li:nth-child(3):before{
			content:"3";
		}
	.steps-list li:nth-child(4){
		z-index: 7;
		}
		.steps-list li:nth-child(4):before{
			content:"4";
		}
	.steps-list li:nth-child(5){
		z-index: 6;
		}
		.steps-list li:nth-child(5):before{
			content:"5";
		}
	.steps-list li:nth-child(6){
		z-index: 5;
		}	
		.steps-list li:nth-child(6):before{
			content:"6";
		}

	.steps-list span{
		display: inline-block;
		padding: 21px 10px 20px 40px;
		}
		.steps-list li:first-child span{
			padding: 21px 10px 20px 30px;
		}

	.steps-list span:after{
		content: " ";
		display: block;
		width: 24px;
		height: 60px;
		position: absolute;
		right: -24px;
		top: 0;
		background: url(../garnish/steps.png?250825151756) no-repeat right center;
	}

	.steps-list li:before{
		display:none;
	}

	.back:before{
		content: "<";
		padding: 0 10px 0 0;
	}

/* @group HEADER STEPS */

	header .steps-list{
		background: url(../garnish/menu.png?250825151756);
		border-bottom: 1px solid #DADFE2;
	}
	header .steps-list li{
		height: 47px;
	}
	header .steps-list li:last-child{
		/*margin-right: -1px;*/
	}
	header .steps-list li:not(.done):not(.active){
		background: #fff;
	}
	header .steps-list li.done{
		background: url(../garnish/menu.png?250825151756);
	}
	header .steps-list span{
		padding-top: 15px !important;
		padding-bottom: 14px !important;
	}
	header .steps-list span:after{
		height: 47px;
	}
	header .steps-list li:first-child span{
		padding-left: 36px;
	}
	header .steps-list li:first-child span:before{
		content: " ";
		display: block;
		width: 24px;
		height: 47px;
		position: absolute;
		left: -7px;
		top: 0;
		background: url(../garnish/steps-done.png?250825151756) no-repeat right center;
	}
	header .steps-list li:last-child span{
		margin-right: 16px;
	}
	header .steps-list li:last-child span:after{
		/*background: none;
		width: 0;*/
		display: none;
	}
	header .steps-list li.active:last-child span:after{
		background: #145484;
	}

/* @group CONTENT */

	#content{
		background: #FBFBFB;
		max-width: 1366px;
		width: 100%;
		padding: 37px;
		margin:0 auto;
		border-left: 1px solid #DCE1E4;
		border-right: 1px solid #DCE1E4;
		border-bottom: 1px solid #DCE1E4;
		border-top: 1px solid #DCE1E4;
		box-shadow: 0 0 3px #fff;
		position: relative;
		z-index: 0;
	}

/* @group OUTDATED BROWSER */	

	#browser-support-container	{
		margin: 0 auto;
		max-width: 1366px;
		margin-top: 2rem;
		margin-bottom: 2rem;
		padding: 2rem;
		line-height: 1.5;
		background: #FBFBFB;
		border: 1px solid #D15454;
		color: #D15454;
		font-size: .9em;
	}

/* @group SUB NAVIGATION */

	#sub-nav{
		background: url(../garnish/menu.png?250825151756) !important;
		margin: -37px -37px 37px -37px;
		padding: 37px 50px 37px 50px;
	}
	#sub-nav ul{
		list-style: none;
		margin: 0;
		font-size: .8em;
	}
	#sub-nav li{
		display: inline-block;
		padding: 0 10px;
		border-right: 1px solid #ccc;
	}
	#sub-nav li:last-child{
		border: 0;
	}
	#sub-nav .active a{
		font-weight: 700;
		color: #000;
	}

/* @group MESSAGES */

	.large-12.error,
	.large-12.warning,
	.large-12.success{
		margin: 1em 0;
		}
		.large-12.error:before,
		.large-12.warning:before,
		.large-12.success:before{
			content: "";
			width: 22px;
			height: 22px;
			display: inline-block;
			margin: -3px 10px 0 0;
			float: left;
		}

	.large-12.error{
		color: #B00000;
		}
		.large-12.error:before{
			background: url(../garnish/icons.png?250825151756) no-repeat 0px -634px;
		}

	.large-12.warning{
		color: #F6921D;
		}
		.large-12.warning:before{
			background: url(../garnish/icons.png?250825151756) no-repeat 0px -1788px;
		}

	.large-12.success{
		color: #779030;
		}
		.large-12.success:before{
			background: url(../garnish/icons.png?250825151756) no-repeat 0px -490px;
		}

	.importErrors li {
		color: red;
	}
/* @group BREADCRUMB */

	.breadcrumb{
		font-size: 0.70em;
		margin: 0 0 0 0;
	}

/* @group FORM */
	
	form[class*="column"]{
		margin: 0;
		}
		form[class*="column"] button{
			margin: 0;
		}
	label{
		font-weight: 700;
		margin: 0 0 5px 0;
		font-size: 0.8rem;
		color: #13334D;
		}
		td label{
			margin: 0;
		}

	label small{
		font-size: 0.85em !important;
		font-weight: normal;
		display: block !important;
	}
	label.has-tip{
		border-bottom: 0;
	}
	label.has-tip:hover{
		border-bottom: 0;
	}
	label.has-tip:after{
		content: "?";
		display: inline-block;
		background: #E47836;
		color: #fff;
		line-height: 1;
		border-radius: 50%;
		padding: 3px;
		width: 17px;
		text-align: center;
		font-size: 0.85em;
		margin-left: 5px;
	}

	.chosen-container-single .chosen-single span {
		word-wrap: break-word;      /* IE*/
		white-space: -moz-pre-wrap; /* Firefox */
		white-space: pre-wrap;      /* other browsers */
		display:inline-block;
	}

	article .chosen-container-single .chosen-single,
	.chosen-container-multi .chosen-choices,
	input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
		background: #e9e9e9;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #e9e9e9 0%, #f1f1f1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#f1f1f1));
		background: -webkit-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background: -o-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background: -ms-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background: linear-gradient(to bottom,  #e9e9e9 0%,#f1f1f1 100%);
		box-shadow: inset 1px 1px 1px #FFF;
		font-size: 0.8em;
		padding: 0.5em 0.5em;
		height: auto;
	}
	article .chosen-container-single .chosen-single,
	.chosen-container-multi .chosen-choices{
		padding: 0.45em 0.5em;
	}
	td input[type="file"], td input[type="checkbox"], td input[type="radio"], td select{
		margin-bottom: 0;
	}

	button, .button{
		background: #557317;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU1NzMxNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OWFjNDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #557317 0%, #99ac49 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#557317), color-stop(100%,#99ac49));
		background: -webkit-linear-gradient(top,  #557317 0%,#99ac49 100%);
		background: -o-linear-gradient(top,  #557317 0%,#99ac49 100%);
		background: -ms-linear-gradient(top,  #557317 0%,#99ac49 100%);
		background: linear-gradient(to bottom,  #557317 0%,#99ac49 100%);
		border: 0;
	}
	button:hover, button:focus, .button:hover, .button:focus{
		background: #99AC49;
		border: 0;
	}

	.button:focus, button:focus, .step-check.off:focus, .chosen-single:focus,.chosen-container:focus {
		box-shadow: 0 0 8px rgba(81, 203, 238, 1);
		border: 1px solid rgba(81, 203, 238, 1);
	}

	.chosen-single:hover{
		box-shadow: 0 0 8px rgba(81, 203, 238, 1);
		border: 1px solid rgba(81, 203, 238, 1);
	}


	button.secondary, .button.secondary{
		color: #fff;
		background: #1c5382;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNTM4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTdmYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #1c5382 0%, #497fad 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c5382), color-stop(100%,#497fad));
		background: -webkit-linear-gradient(top,  #1c5382 0%,#497fad 100%);
		background: -o-linear-gradient(top,  #1c5382 0%,#497fad 100%);
		background: -ms-linear-gradient(top,  #1c5382 0%,#497fad 100%);
		background: linear-gradient(to bottom,  #1c5382 0%,#497fad 100%);
	}
	button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus{
		background: #497fad;
		color: #fff;
	}

	button.reset, .button.reset{
		/*background: #fff;
		color: #195B92;*/
	}
	button.small, .button.small {
		padding: 0.55rem 1.75rem;
		font-size: 0.75rem;
	}
	button.tiny, .button.tiny {
		padding: 0.35rem 1.5rem;
		font-size: 0.7rem;
	}
    .button.icon-scheduletest {
        padding-left: 5.5rem !important;
        padding-right: 5.5rem !important;
    }
	.button.outline{
		color: #195B92;
		background: #fff;
		border: 1px solid #DADFE2;
		}
		.button.outline:hover{
			background: #FBFBFB;
		}

	.button.inactive,
	button[disabled],
	input.button:disabled,
	input.button:disabled:hover,
	input[disabled]{
		color: #ccc !important;
		background: #F9F9F9 !important;
		border: 1px solid #EFEFEF;
		cursor: default;
	}
	input[disabled]{
		color: #333 !important;	
		background: #fff !important;
	}

	.required{
		color: #64B8FF;
		font-weight: 700;
		font-size: 1.4em;
		line-height: 1em;
		vertical-align: sup;
	}
	.form-buttons{
		padding-top: 1em;
	}
    .form-buttons-top {
        padding-bottom: 1em;
    }
	.form-buttons .button{
		margin: 0;
	}

	.datepicker[type="text"],
	.datepicker[type="text"]:focus,
	.datepicker[type="text"]:hover{
		background-image: url(../garnish/icons.png?250825151756), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background-image: url(../garnish/icons.png?250825151756), -moz-linear-gradient(top,  #e9e9e9 0%, #f1f1f1 100%);
		background-image: url(../garnish/icons.png?250825151756), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#f1f1f1));
		background-image: url(../garnish/icons.png?250825151756), -webkit-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background-image: url(../garnish/icons.png?250825151756), -o-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background-image: url(../garnish/icons.png?250825151756), -ms-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background-image: url(../garnish/icons.png?250825151756), linear-gradient(to bottom,  #e9e9e9 0%,#f1f1f1 100%);
		background-repeat: no-repeat, repeat;
		background-position: 97% -340px, 0 0;
		padding: 0.55em 0.5em;
	}

	.timepicker[type="text"],
	.timepicker[type="text"]:focus,
	.timepicker[type="text"]:hover{
		background-image: url(../garnish/icons.png?250825151756), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background-image: url(../garnish/icons.png?250825151756), -moz-linear-gradient(top,  #e9e9e9 0%, #f1f1f1 100%);
		background-image: url(../garnish/icons.png?250825151756), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#f1f1f1));
		background-image: url(../garnish/icons.png?250825151756), -webkit-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background-image: url(../garnish/icons.png?250825151756), -o-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background-image: url(../garnish/icons.png?250825151756), -ms-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background-image: url(../garnish/icons.png?250825151756), linear-gradient(to bottom,  #e9e9e9 0%,#f1f1f1 100%);
		background-repeat: no-repeat, repeat;
		background-position: 97% -412px, 0 0;
		padding: 0.55em 0.5em;
	}

	input[type="checkbox"]{
		margin: 0.8rem 0;
	}

/* @group FORM VALIDATION */

	.error label, .error label.error{
		color: #B00000;
	}
	[data-abide] .error small.error,
	[data-abide] span.error,
	[data-abide] small.error{
		background: #B00000;
		margin-top: -1px;
		padding: 0.7rem 1rem;
		position: relative;
	}
	[data-abide] .error small.error:after,
	[data-abide] span.error:after,
	[data-abide] small.error:after{
		bottom: 100%;
		left: 10%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(176, 0, 0, 0);
		border-bottom-color: #B00000;
		border-width: 7px;
		margin-left: -7px;
	}

/* @group BOX */

	.panel{
		border: 1px solid #DADFE2;
		background: #fff;
		}
		.panel.collapse{
			padding:0;
		}

	.panel>header .title,
	.panel section>header .title{
		color: #13334D;
		background: url(../garnish/menu.png?250825151756);
		margin: -1.25rem -1.25rem 0 -1.25rem;
		padding: 16px 25px;
		font-size: 0.95em;
		font-weight: 700;
		border-bottom: 1px solid #DADFE2;
		min-width: 150px;
		white-space: nowrap;
		  overflow: hidden;
		  text-overflow: ellipsis;
		}
		.panel.collapse>header .title,
		.panel.collapse section>header .title{
			margin: 0 !important;
		}
		.panel>header .title:before{
			display: none;
		}
	.panel .content{
		padding: 25px;
	}

/* @group RICH TEXT */

	.rich{
		color: #363636;
	}
	.rich p{
		font-size: 0.8em;
	}
	.rich ul{
		font-size: 0.8em;
	}

/* @group FORGOT */

	body.jsEnabled #forgot fieldset {
		display: none;
	}
	body.jsEnabled #forgot h3 {
		font-size: 0.75em;
		cursor: pointer;
		color: #195B92;
	}
	body.jsEnabled #forgot h3.hover {
		color: red;
		text-decoration: underline;
	}

/* @group TABS */

	.tabs{
		background: #E8E9E9;
		list-style: none;
		margin: 0 0 0 0;
		border-bottom: 1px solid #DADFE2;
		}
		.panel .tabs{
			margin: -1.25rem -1.25rem 1em -1.25rem !important;
		}
		.tabs li{
			float: left;
			margin-bottom: -1px;
			}
			.tabs a{
				font-size: 0.75em;
				display: block;
				padding: 12px 22px;
			}
			.tabs li.active a{
				background: #fff;
				border-left: 1px solid #DADFE2;
				border-right: 1px solid #DADFE2;
				}
				.tabs li.active:first-child a{
					border-left: 0;
				}

/* @group ACCORDION */
    #accordionExpandAll {
        display: none;
    }
    #accordionExpandAll.active {
        display: inline-block;
    }
    #accordionCollapseAll {
        display: none;
    }
    #accordionCollapseAll.active {
        display: inline-block;
    }
	.accordion{
		border: 1px solid #DADFE2;
		margin-bottom: 20px;
	}
	.accordion dd{
		position: relative;
		border-bottom: 1px solid #DADFE2;
		background: #fff;
		}
		.accordion > dd:last-child,
		.accordion > form:last-child dd{
			border: 0;
		}
		.accordion dd.active{
			background: url(../garnish/menu.png?250825151756);
		}
	.accordion dd>a{
		font-size: 0.8em;
		font-weight: 700;
		padding: 15px 15px 15px 40px !important;
		color: #195B92;
		background: none;
		}
		.accordion dd>a:hover{
			opacity: 0.6;
		}
		.accordion dd>a:before{
			display: block;
			content: " ";
			position: absolute;
			left: 15px;
			top: 18px;
			width: 16px;
			height: 16px;
			background: url(../garnish/icons.png?250825151756) no-repeat 0px -841px;
		}
		.accordion dd.active>a{
			background: none;
		}
		.accordion dd.active>a:before{
			background: url(../garnish/icons.png?250825151756) no-repeat 0px -913px;
		}
		.accordion dd>a:hover {
			background: none;
		}
		.accordion dd>a small{
			font-size: 90%;
			color: #999;
			font-weight: 100;
		}

	.accordion form{
		margin: 0;
	}

	.item-data{
		font-size: 0.75em;
		color: #808080;
		padding: 15px 15px 14px 0 !important;
		list-style: none;
		margin: 0 !important;
		}
		form.item-data{
			display: block;
			padding: 0 !important;
			}
			form.item-data[action*="manage-users"],
			table + .actions form{
				display: block;
				position: static;
				margin: 0 1% 0 0 !important;
				float: left;
				width: auto;
				}
			td .actions form.item-data{
				display: inline-block;
				position: static;
				margin-top: 9px !important;
				float: none;
				width: auto;
			}
		.item-data ul{
			margin:14px 15px 0 0;
		}
		.item-data li{
			display: inline-block;
			margin: 0 0 0 10px;
		}
		.item-data .icon{
			margin: 0 5px 0 0;
		}
		.item-data strong{
			color: #000;
		}
		.item-data button,
		.item-data .button{
			margin-bottom: 0px;
		}
		.item-data button:not(.icon){
			padding: 0.5em 0.1em;
			width: 100%;
			line-height: 1;
			min-height: 33px;
		}
		/*.accordion dd .item-data{
			display: none;
			}
			.accordion dd.active .item-data{
				display: block;
			}*/

	.accordion .content.active{
		background: url(../garnish/menu.png?250825151756);
		padding: 0 15px 15px 15px;
                overflow-y: auto;
	}
	.accordion dd table{
		margin: 0;
	}

/* @group ACTIONS */

	td .actions{
	/*float: right;*/
	}
	@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px){
		td .actions{
			margin-left: 50%;
		}
	}
	td.actions{
		white-space: nowrap;
	}
	td.actions [class^="icon-"],
	td.actions [class*=" icon-"]{
		text-indent: -9999px;
		padding: 0.35rem 0.9rem !important;
		margin-bottom: 0.2em;
	}
	td.actions [class^="icon-"]:before,
	td.actions [class*=" icon-"]:before{
		left: 6px;
	}

/* @group ICONS */

	[class^="icon-"],
	[class*=" icon-"]{
		position: relative;
		padding-left: 2rem !important;
	}


	[class^="icon-"]:before,
	[class*=" icon-"]:before {
		content: " ";
		width: 22px;
		height: 20px;
		display: inline-block;
		background-image: url(../garnish/icons.png?250825151756);
		background-repeat: no-repeat;
		vertical-align: middle;
		position: absolute;
		left: 10px;
		top: 8px;
		}
		[class^="icon-"].tiny:before,
		[class*=" icon-"].tiny:before{
			top: 4px;
		}
		.icon-listview.tiny:before{
			background-position: 0px -67px;
		}
		.icon-calendarview.tiny:before{
			background-position: 0px 2px;
		}
		.icon-scheduletest.tiny:before,
        .icon-scheduletest.small:before{
			background-position: 0px -136px;
		}
		.icon-uploadvideo.tiny:before{
			background-position: 0px -275px;
		}
		.icon-accept.tiny:before{
			background-position: 0px -991px;
		}
		.icon-reject.tiny:before{
			background-position: 0px -1078px;
		}
		.icon-relock.tiny:before{
			background-position: 0px -2263px;
		}
		.icon-add-admin.tiny:before{
			background-position: 0px -1368px;
		}
		.icon-add-evaluator.tiny:before{
			background-position: 0px -1443px;
		}
		.icon-add-helpdeskuser.tiny:before{
			background-position: 0px -1521px;
		}
		.icon-add-candidate.tiny:before{
			background-position: 0px -1604px;
		}
		.icon-import-candidates.tiny:before{
			background-position: 0px -1687px;
		}
		.icon-edit:before{
			background-position: 3px -565px;
		}
		.icon-delete:before{
			background-position: 0 -461px;
			
			background-size: 16px !important;
		}
		body:not(:-moz-handler-blocked) .icon-delete:before { /*FF ONLY*/
			background-position: 0px -461px;
		}
		.icon-reprocess:before{
			background-position: 0px -1895px;
		}
		.icon-archive:before{
			background-position: 0px -702px;
		}
		.icon-restore:before{
			background-position: 0px -2400px;
		}
		.icon-add:before{
			background-position: 0px -206px;
		}
		.icon-check:before{
			background-position: 0px -267px;
			background-size: 12px auto;
			}
			li.icon-check,
			li.icon-fail,
			li.icon-pending{
				list-style: none;
				margin-left: -1.7rem;
			}
			li.icon-check:before,
			li.icon-fail:before,
			li.icon-pending:before{
				top:4px;
			}
		.icon-uncheck:before{
			background-position: 0px -637px;
			background-size: 12px auto;
		}
		.icon-fail:before{
			background-position: 0px -345px;
			background-size: 12px auto;
			}
		.icon-pending:before{
			background-position: 0px -1219px;
			background-size: 15px auto;
			}
		.icon-locked:before{
			background-position: 0px -635px;
			-ms-background-position-y:-661px;
			background-size: 52% auto;
		}
		.icon-view:before{
			background-position: -1px -2007px;
		}
		.icon-pop:before{
			background-position: -1px -2133px;
		}


	span[class^="icon-"],
	span[class*=" icon-"]{
		/*padding-top: 5px;
		padding-bottom: 5px; */
	}
	span[class^="icon-"]:before,
	span[class*=" icon-"]:before{
		top: 0px;
	}

	.icon{
		width: 22px;
		height: 16px;
		display: inline-block;
		text-indent: 9999px;
		padding: 0 !important;
		overflow: hidden;
		background: none !important;
	}
	.icon:hover{
		opacity: 0.5;
	}
	.icon:before{
		position: absolute;
		top: 0;
		left: 0;
	}

	header h3 span + a.icon-delete{
		margin: 0 0 -2px 15px;
		border-left: 1px solid #ccc;
		width: 35px;
		}
	header h3 span + a.icon-delete:before{
			margin: 0 0 0 12px;
		}

	header .page-buttons{
		margin:0px;
		display: inline-block;
		font-size: 0;
	}
	header .page-buttons + .button{
		margin-bottom: 5px;
		float: right;
	}
	header .page-buttons .button,
	header .page-buttons button{
		margin:0 3px 5px 0;
	}

/* @group FILTERS */

	body.jsEnabled .requiresJs.toggleFilters{
		float: left;
		font-size: 0.8em;
		display: none;
		width: 25px;
		height: 16px;
		padding:0px 0 0px 0px;
		text-indent: -9999px;
		
	}
	.toggleFilters{
		background: url(../garnish/icons.png?250825151756) no-repeat 0px -913px;
	}
	.toggleFilters.lol{
		background: url(../garnish/icons.png?250825151756) no-repeat 0px -841px;
	}

/* @group REPORTS */        
        body.page_ReportsPage .large-9 {
            overflow-x: scroll;
        }

/* @group TABLE */

	table{
		border-collapse: collapse;
		width: 100%;
		border: 2px solid #DADFE2;
		}
		.panel.collapse table{
			border: 0;
		}

	table thead, table tfoot{
		background: #1c5382;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNTM4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTdmYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #1c5382 0%, #497fad 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c5382), color-stop(100%,#497fad));
		background: -webkit-linear-gradient(top,  #1c5382 0%,#497fad 100%);
		background: -o-linear-gradient(top,  #1c5382 0%,#497fad 100%);
		background: -ms-linear-gradient(top,  #1c5382 0%,#497fad 100%);
		background: linear-gradient(to bottom,  #1c5382 0%,#497fad 100%);
	}

	table thead tr th,
	table thead tr td,
	table tfoot tr th,
	table tfoot tr td{
		color: #fff;
		font-size: 0.75em;
		border-left: 1px solid #235A88;
		line-height: 1;
		padding: 1.2em 1em 1em 1em;
		}
		table thead tr th:first-child,
		table thead tr td:first-child,
		table tfoot tr th:first-child,
		table tfoot tr td:first-child{
			border-left: 0;
		}
        table thead tr th span.sort  {
            width: 12px;
            height: 13px;
            background: url(../garnish/sort.png?250825151756) no-repeat;
            display: inline-block;
        }
	table:not(.fc-header) tbody tr td,
	table tfoot tr td{
		font-size: 0.75em;
		border-left: 1px solid #DADFE2;
		line-height: 1;
		}
		table tbody tr td:first-child,
		table tr td:first-child,
		table tfoot tr td:first-child{
			border-left: 0;
		}

	table tbody tr{
		border-bottom: 1px solid #DADFE2;
		}
		table tbody tr:last-child{
			border-bottom: 0;
		}

	table tr.even, table tr.alt, table tr:nth-of-type(even) {
		background: #FCFCFC;
	}

	table tr th, table tr td{
		color: #363636;
		padding: 1em 1em 1em 1em;
	}

	table p{
		font-size: 1em;
	}
	table a{
		text-decoration: underline;
		word-break: break-all;
	}
    table a.candidate-link {
        display: inline-block;
        width: max-content;
    }

	table tr td:first-child {
		font-weight: 700;
	}
	
	table td a.button.tiny {
		margin-bottom: 0;
	}

	/* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media 	only screen and (max-width: 760px),	(min-width: 768px) and (max-width: 1140px)  {

		table.responsive ,.responsive  thead,.responsive  tbody,.responsive  th,.responsive  td,.responsive  tr { 
			display: block !important; 
		}
		
		.responsive thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.responsive td { 
			border: none;
			border-bottom: 1px solid #DADFE2;
			border-left: 0 !important;
			position: relative;
			padding: 10px 5px 10px 20px !important; 
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			color: #999;
		}
		.responsive tr td:first-child{
			font-size: 0.9em;
			color: #000;
			border-top: 3px solid #666;
			margin-top: -2px;
			padding: 10px 5px 10px 5px !important; 
		}
		
		.responsive td:before { 
			float: left;
			width: 50%;
			padding: 0 0.625rem; 
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			font-weight: 700;
		}
		.responsive td span.item-data{
			margin-top: 0;
			position: absolute;
			top: 6px;
			right: 0px;
		}

		.responsive .checked{
			background: #E7EEF4;
		}

		.responsive td.forthcoming,
		.responsive td.passed,
		.responsive td.evaluated,
		.responsive td.pending,
		.responsive td.failed,
		.responsive td.failed_0,
		.responsive td.finished{
			margin: 0px 0px 0px 30px;
			padding: 10px 5px 10px 5px !important; 
		}
		
		tr.active td,
		tr.inactive td,
		tr.locked td{
			background: #FCF1E0;
		}

		.responsive td.actions{
			padding: 1rem 2rem 1rem !important;
		}
		.responsive td input[type="checkbox"]{
			margin: 0.4rem 0 0 1.5rem;
		}
	}

	table.responsive + div.text-right{
		margin-top: 0.8em;
	}
	table.responsive + div.text-right button{
		margin-bottom:0;
	}

/* @group METADATA */

	.metadata{
		list-style: none;
		display: table;
		margin: 0;
		width: 100%;
		font-size: 0.8em;
		border: 1px solid #DADFE2;
		background: #fff;
		}
		.collapse .metadata{
			border: 0;
		}

	.metadata li{
		display: table-row;
	}
	.metadata strong,
	.metadata span{
		display: table-cell;
		padding: 1em;
		border-bottom: 1px solid #DADFE2;
		width: 40%;
		}
		.metadata span{
			border-left: 1px solid #DADFE2;
			width: 60%;
		}
		.metadata li:last-child strong,
		.metadata li:last-child span{
			border-bottom: 0;
		}

/* @group EVALUATION RESULTS */

	.eval-results{
		padding: 16px 25px !important;
		list-style: none;
		display: table;
		margin: 0;
		width: 100%;
		font-size: 0.8em;
	}
	.eval-results li{
		display: table-row;
	}
	.eval-results li.acc-lat-item {
		display: grid;
		grid-gap: 5px;
		grid-template-columns: 7fr 3fr;
	}
	.eval-results li.acc-lat-item:not(:last-child) {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #DADFE2;
	}
	.eval-results li.acc-lat-item label {
		margin: 0;
		border-bottom: 0;
	}
	.eval-results li.acc-lat-item .eval-description {
		width: 100%;
		margin: 0;
		grid-column: 1 / 3;
	}
	.eval-results label,
	.eval-results strong,
	.eval-results span.grade,
	/*.eval-results .chosen-container*/
	.eval-results .results-options{
		display: table-cell;
		border-bottom: 1px solid #DADFE2;
		padding: 0.7em 0;
		width: 70%;
		}
		.eval-results li span.grade{
			width: 20%;
			text-align: right;
		}
		.eval-results li .chosen-container{
			margin-bottom: 0;
		}
		.eval-results li .results-options{
			width: 30%;
			padding: 0.7em 0;
		}
		.eval-results li:last-child label,
		/*.eval-results li:last-child .chosen-container,*/
		.eval-results li:last-child .results-options,
		.eval-results li:last-child strong,
		.eval-results li:last-child span.grade{
			border-bottom: 0;
		}
		.eval-results .results-options.pass {
            background: #008000;
            text-align: center;
        }
        .eval-results .results-options.fail {
            background: #ff0000;
            text-align: center;
        }
        .eval-results .pass label,
        .eval-results .fail label {
            display: inline;
            color: white;
        }
	.eval-description{
		font-size: 0.8em;
		padding: 16px 25px !important;
		}
		textarea.eval-description{
			resize:none;
			margin: 2%;
			padding: 2%;
			width: 96%;
			background: #fff;
			min-height: 100px;
		}

	.eval-final-result{
		font-weight: 700;
		padding: 25px 25px 25px 60px;
		display: block;
		}
		.eval-final-result.passed{
			color: #668300;
			background: url(../garnish/icons.png?250825151756) no-repeat 27px -469px !important;
		}
		.eval-final-result.failed,
        .eval-final-result.failed_0{
			color: #F05923;
			background: url(../garnish/icons.png?250825151756) no-repeat 27px -613px !important;
		}

/* @group Technical Instructions (step3) */

	#checks label,
	#checks input{
		margin-bottom: 0;
		padding-bottom: 0;
	}

/* @group PAGINATION */

	.pagination{
		font-size: 0.70em;
	}
	.pagination ul{
		margin: 0 auto;
		list-style: none;
		display: table;
		width: 70%;
		font-size: 1.2em;
	}
	.pagination li{
		display: table-cell;
		text-align: center;
		text-align: center;
	}
	.pagination ul a{
		display: block;
		max-width: 40px;
        margin: 0 auto;
	}
	.pagination .active a{
		border: 1px solid #DADFE2;
		border-radius: 5px;
	}

/* @group CHOSEN */

	article .chosen-container {
		font-size: 0.8rem;
		margin-bottom: 1rem;
	}
	
	article .chosen-container-single .chosen-single {
		border-radius: 0;
		border: 1px solid #CCC;
		font-size: 0.95em;
		padding: 0.28em 0.8em;
	}
	
	.chosen-container-single .chosen-single div {
		right: 5px;
		width: 16px;
	}
	
	article .chosen-container-single .chosen-single div {
		top: 5px;
		right: 9px;
		width: 16px;
	}

	article .chosen-container-active.chosen-with-drop .chosen-single,
	article .chosen-container .chosen-drop {
		background: #e9e9e9;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #e9e9e9 0%, #f1f1f1 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#f1f1f1));
		background: -webkit-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background: -o-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background: -ms-linear-gradient(top,  #e9e9e9 0%,#f1f1f1 100%);
		background: linear-gradient(to bottom,  #e9e9e9 0%,#f1f1f1 100%);
		border-radius: 0;
	}
	
	.chosen-container-single .chosen-single div b{
		background: url(../garnish/chosen-sprite.png?250825151756) no-repeat 0 3px !important;
	}
	
	.chosen-container-active.chosen-with-drop .chosen-single div b{
		background: url(../garnish/chosen-sprite.png?250825151756) no-repeat -49px 3px !important;
	}
	
	.chosen-container-single .chosen-search input[type=text]{
		background: #fff url(../garnish/chosen-sprite.png?250825151756) no-repeat 100% -20px !important;
	}
	
	.chosen-container .chosen-results{
		font-size: 0.9em;
	}
	
	.chosen-container-multi{
		margin-bottom: 1rem;
	}
	
	.chosen-container-multi .chosen-choices li.search-field input[type=text]{
		display: inline-block;
		box-sizing:content-box;
		background: none !important;
		padding: 0.2em;
		font-size: 1.14em;
		height: auto;
		color: #999;
	}
	
	.chosen-container-multi .chosen-choices{
		border: 1px solid #ccc;
		padding-right: 25px;
	}
	
	.chosen-container-multi .chosen-choices li.search-choice{
		border: 0;
		background: none;
		box-shadow: none;
		line-height: 1;
		font-size: 1.15em;
		margin: 2px 0 0 0;
	}
	
	.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
	.chosen-container-single .chosen-single abbr {
		background: url(../garnish/chosen-sprite.png?250825151756) -98px 2px no-repeat !important;
		top: 2px;
	}
	
	.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover,
	.chosen-container-single .chosen-single abbr:hover {
		background-position: -98px -9px !important;
	}
	
	.chosen-container-multi .chosen-choices li.search-field{
		/*position: relative;*/
	}
	
	.chosen-container-multi .chosen-choices li.search-field:after{
		content: " ";
		display: block;
		width: 16px;
		height: 16px;
		background: url(../garnish/chosen-sprite.png?250825151756) no-repeat 0px 0px !important;
		position: absolute;
		top: 2px;
		right: 7px;
	}

/* @group FULL CALENDAR */

	.fc-header{
		border: 0;
		margin: 0;
	}
	.fc-border-separate{
		border: 1px solid #DADFE2;
		border-bottom: 0;
	}
	.fc thead th{
		padding: 10px 0;
		border-left: 1px solid #235A88;
		border-top: 1px solid #235A88;
		border-bottom: 1px solid #235A88;
	}
	.fc-last{
		border-right: 0;
	}
	.fc-border-separate tbody tr{
		background: #fff !important;
	}
	td.fc-sat,
	td.fc-sun{
		background: #F2F2F2;
	}
	td.fc-other-month{
		background: #FBFBFB;
	}
	.fc-event{
		font-size: 0.7em;
		border-radius: 0 !important;
		}
		.fc-view-month .fc-event{
			padding: 3px;
		}


	.fc-grid .fc-day-number{
		font-size: 1.3em;
		padding: 5px;
		color: #999;
		float: none;
	}
	.fc-today .fc-day-number{
		color: #000;
		font-weight: 700;
	}
	.fc-grid .fc-sat .fc-day-number,
	.fc-grid .fc-sun .fc-day-number{
		color: #C9C6C6;
	}

	.fc-agenda-allday{
		border: 0;
		border-bottom: 1px solid #DADFE2;
	}
	.fc-agenda-allday tr th:first-child{
		border-right: 0;
	}
	.fc-agenda-slots th {
		border-width: 1px 0px 0 0;
	}

/* @group COLOUR CODINGS - STATUSES*/

	.checked td{
		background: #E7EEF4;
	}

        td.draft {
		background: #EFEFEF;
		border-color: #EFEFEF;
		color: grey;
	}
	tr.status_PROCESSING td.status,
	span.forthcoming,
	td.forthcoming,
	.fc-event.forthcoming,
	span.processing,
	td.processing,
	.fc-event.processing,
	span.in_progress,
	td.in_progress,
	.fc-event.in_progress{
		background: #FFEA93;
		border-color: #FFEA93;
		color: #7C6400;
	}
	.fc-event.in_progress{
		background: #109FBE;
		border-color: #109FBE;
		color: #E8FAFD;
	}
	.signed {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.signed .signed-icon {
		width: 26px;
		height: 26px;
		background: url("../garnish/signature.svg") no-repeat;
		filter: invert(43%) sepia(12%) saturate(1963%) hue-rotate(36deg) brightness(104%) contrast(103%);
	}
	.signed .signed-label {
		color: #668123;
	}
	span.passed,
	td.passed{
		background: #BECC92 !important;
		border-color: #BECC92;
		color: #42591E;
	}
	span.evaluated,
	td.evaluated,
	.fc-event.evaluated{
		background: #A2CC92;
		border-color: #A2CC92;
		color: #42591E;
	}
	tr.status_PENDING td.status,
	td.pending,
	span.pending,
	.fc-event.pending{
		background: #E98A49;
		border-color: #E98A49;
		color: #fff;
	}
    td.canceled {
        background: #AC0101;
        border-color: #AC0101;
        color: #fff;

    }
	tr.status_ERROR td.status,
	span.failed,
	td.failed,
	.fc-event.failed,
	span.failed_0,
	td.failed_0,
	.fc-event.failed_0,
	span.error,
	td.error,
	.fc-event.error{
		background: #D15454 !important;
		border-color: #D15454;
		color: #fff;
	}
        td.failed ul,
        td.failed_0 ul,
        td.passed ul {
            margin-bottom:0;
        }
	td.failed ul li,
	td.failed_0 ul li,
    td.passed ul li {
		font-size: 0.75em;
	}

	tr.status_READY td.status,
	span.finished,
	td.finished,
	.fc-event.finished,
	span.ready,
	td.ready,
	.fc-event.ready{
		background: #65A865 !important;
		border-color: #65A865;
		color: #fff;
	}
	tr.active td{
		background: #F5F7ED;
	}
	tr.inactive td{
		background: #EFE6E6;
	}
	tr.locked td{
		background: #FCF1E0;
	}

	.in_progress small{
		font-size: 0.9em;
		font-weight: 700;
		float: right;
	}
	.pending small,
	.finished small,
	.evaluated small { 
		display: none
	}

	table tbody tr {
		transition: all 0.3s ease-in-out;
	}
	table tbody tr:hover {
		background: #EAF2F7;
	}
	table.clickFirstLink tbody tr:hover {
		cursor: pointer;
	}
	
/* @group STEPS CONTENT */

	.step-content{
		padding: 25px !important;
		font-size: 1em;
		background: #FBFBFB;
		border-bottom: 1px solid #DADFE2;
		}
		.row .step-content:last-child{
			border: 0;
		}
	.step-content.active{
		background: #fff;
	}
	.step-content header{
		font-size: 0.9em;
	}

	.step-content.active header{
		border-bottom: 1px solid #DADFE2;
		padding-bottom: 1.5em;
	}
	.step-content h5{
		margin: 0 0 0 0;
		font-weight: 700;
		font-size: 1em;
	}
	.step-content h5 span{
		display: block;
		color: #195B92;
		font-size: 0.9em;
	}

	.step-content .row .medium-6{
		border-right: 1px solid #DADFE2;
		padding-right: 50px !important;
		}
		@media screen and (max-width: 40.063em){
			.step-content .row .medium-6{
				border-right: 0px;
				border-bottom: 1px solid #DADFE2;
				padding-right: 0 !important;
			}
		}

	.step-content .row .medium-5{
		position: static;
	}

	.step-content .row div[class*="medium-"] p{
		font-size: 0.85em;
		line-height: 1;
		margin: 1.5em 0;
		position: relative;
		padding-left: 30px;
	}
	.step-content .row div[class*="medium-"] p.status{
		top: 24px;
		right: 13px;
		margin: -33px;
		text-align: right;
	}

	.step-content .row div[class*="medium-"] p:first-child:before{
		font-size: 1.5em;
		font-weight: 700;
		color: #F7931E;
		position: absolute;
		left: 0;
	}
	.step-content .row .medium-6 p:first-child:before{
		content: "A.";
	}
	.step-content .row .medium-5 p:first-child:before{
		content: "B.";
	}

	.step-check{
		display: inline-block;
		font-weight: 700;
		font-size: 1.2em;
		position: relative;
		padding: 20px 3px 20px 55px;
		margin-bottom: 100px;
		cursor: pointer;
		color: #668123;
		}
		.step-check:before{
			content: "";
			position: absolute;
			left: 5px;
			top: 10px;
			width: 42px;
			height: 42px;
			background: url(../garnish/step-icons.png?250825151756) no-repeat 0px -42px;
		}
		.step-check.off{
			color: #195B92;
		}
		.step-check.off:before{
			background: url(../garnish/step-icons.png?250825151756) no-repeat 0px 0px;
			}
			.step-check.off:hover:before{
				background: url(../garnish/step-icons.png?250825151756) no-repeat 0px -42px;
			}



	.step-next-actions{
		position: absolute;
		bottom: 10px;
		right: 25px;
		text-align: right;
		font-size: 0.8em;
	}
	.step-next-actions .button{
		display: block;
		float: right;
		margin: 15px 0;
		position: relative;
		}
		.step-next-actions .button:after{
			top: 100%;
			left: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(153, 172, 73, 0);
			border-top-color: #99AC49;
			border-width: 7px;
			margin-left: -7px;
			}
			.step-next-actions .button[disabled]{
				border: 0;
			}
			.step-next-actions .button[disabled]:after{
				border-color: rgba(226, 226, 226, 0);
				border-top-color: #E2E2E2;
			}




	.redo{
		position: absolute;
		right: 0;
		top: 0;
	}




	.recording-actions{
		margin-top: 1em !important;
		padding-top: 1em;
		border-top: 1px solid #DADFE2;
	}
	.recording-actions strong{
		display: block;
		font-size: 0.8em;
		margin: 0 0 1.2em 0;
	}
	.recording-actions ul{
		margin: 0;
	}
	.recording-actions li{
		list-style: none;
		float: left;
		margin: 0 10px 0px 0;
	}
	.recording-actions button,
	.recording-actions button:hover{
		display: inline-block;
		width: 42px;
		height: 42px;
		text-indent: -9999px;
		padding: 0;
		position: relative;
		z-index: 1;
	}

	.action-play{
		background: url(../garnish/step-icons.png?250825151756) 0px -126px !important;
		}
		.action-play[disabled]{
			opacity: 1 !important;
			background: url(../garnish/step-icons.png?250825151756) 0px -168px !important;
			border: 0;
		}
	.action-rec{
		background: url(../garnish/step-icons.png?250825151756) 0px -84px !important;
		}
		.action-rec[disabled]{
			opacity: 1 !important;
			background: url(../garnish/step-icons.png?250825151756) 0 -336px !important;
			border: 0;
		}
	.action-stop{
		background: url(../garnish/step-icons.png?250825151756) 0px -210px !important;
		}
		.action-stop[disabled]{
			opacity: 1 !important;
			background: url(../garnish/step-icons.png?250825151756) 0 -378px !important;
			border: 0;
		}
	.action-repeat{
		background: url(../garnish/step-icons.png?250825151756) 0px -252px !important;
		}
		.action-repeat[disabled]{
			opacity: 1 !important;
			background: url(../garnish/step-icons.png?250825151756) 0px -294px !important;
			border: 0;
		}

/* @group TEST */

	#start-test{
		display: block;
		margin: 60px auto;
		font-weight: 700;
	}
	.counter {
		display: none;
		margin: 50px auto;
		text-align: center;
	}
	.counter strong{
		display: block;
		font-size: 2em;
	}
	.counter button{
		margin: 10px auto;
	}
	#test-video{
		display: none;
		margin: 0 auto;
		width: 90%;
		position: relative;
	}
	#test-video strong{
		display: block;
	}
	#recording-in-progress,
	#test-status{
		font-size: 1em;
		font-weight: 700;
		background: url(../garnish/running.gif?250825151756) no-repeat left ;
		padding: 1em 0 1em 2em;
		position: absolute;
		z-index: 10000;
		color: white;
		text-shadow: 2px 2px 4px black;
		bottom: 5em;
		right: 3em;
	}
	#complete-test{
		margin-left: 1em;
	}
	span.user{
		font-size: 0.8em;
		display: inline-block;
		padding: 0.4em 0.6em;
		margin-bottom: 5px;
		color: #777;
		border: 1px solid #E6E6E6;
		border-radius: 3px;
	}
	span.user:hover{
		background: #F5F5F5;
		color: #555;
	}
	span.user .remove{
		text-indent: -9999px;
		display: inline-block;
		width: 12px;
		height: 12px;
		cursor: pointer;
		background: url(../garnish/chosen-sprite.png?250825151756) right 2px no-repeat;
	}
	span.user .remove:hover{
		background: url(../garnish/chosen-sprite.png?250825151756) right -10px no-repeat;
	}

/* @group IMAGES */
	
	td.image img{
		width: 150px;
		height: auto;
	}

/* @group UPLOADING */

	/* UPLOADING */

		p.uploading{
			background: url('../garnish/loading.gif?250825151756') no-repeat scroll 50% 10px transparent;
			padding: 65px 20px 20px 20px;
			font-weight: 700;
			text-align: center;
			font-size: 0.8em;
		}

	/* STATUS */

		p.status{
			padding: 20px 20px 20px 20px !important;
			text-align: center;
			font-size: 0.8em !important;
			-webkit-animation-name: pulse;
			-webkit-animation-duration: 1s;
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-direction: alternate;
			-webkit-animation-timing-function: ease-in-out;
			-moz-animation-name: pulse;
			-moz-animation-duration: 1s;
			-moz-animation-iteration-count: infinite;
			-moz-animation-direction: alternate;
			-moz-animation-timing-function: ease-in-out;
			animation-name: pulse;
			animation-duration: 1s;
			animation-iteration-count: infinite;
			animation-direction: alternate;
			animation-timing-function: ease-in-out;
		}

		/* for Webkit browsers */
		@-webkit-keyframes pulse {
		  0%{
		    opacity:0.5;
		  }
		  100% {
		    opacity:1;
		  }
		}
		/* for Firefox */
		@-moz-keyframes pulse {
		 0%{
		    opacity:0.5;
		  }
		  100% {
		    opacity:1;
		  }
		}
		/* for browsers supporting vendor-less syntax */
		@keyframes pulse {
		  0%{
		    opacity:0.5;
		  }
		  100% {
		    opacity:1;
		  }
		}

	/* SUCCESS */

		p.success{
			position: relative;
			padding: 65px 20px 20px 20px;
			font-weight: 700;
			text-align: center;
			font-size: 0.8em;
		}
		p.success:before{
			content: " ";
			position: absolute;
			top: 0;
			left: 50%;
			width: 1.5em;
			height: 1.5em;
			margin-left: -0.75em;
			background: url('../garnish/icons.png?250825151756') no-repeat scroll 50% -483px rgba(0, 0, 0, 0);
			border-radius: 50%;
			border: 3px solid #748359;
			font-size: 2.2em;
		}

	/* RETRY */

		p.retry{
			position: relative;
			padding: 65px 20px 20px 20px;
			font-weight: 700;
			text-align: center;
			font-size: 0.8em;
		}
		p.retry button{
			display: block;
			margin: 2em auto 0 auto;
		}
		p.retry:before{
			position: absolute;
			content: "!";
			font-size: 2.2em;
			left: 50%;
			top: 0;
			color: #AC0101;
			border-radius: 50%;
			display: block;
			width: 1.5em;
			height: 1.5em;
			margin-left: -0.75em;
			border: 3px solid #AC0101;
			text-align: center;
			line-height: 1.3;
		}

/* @group REPORTS */

	.reportTable td{
		border-left:0 !important;
		text-align: left !important;
		/*border-bottom: 1px dotted #DADFE2;*/
	}
	.reportTable tr td:last-child{
		text-align: right !important;
	}
	.reportTable th{
		text-align: left !important;
	}
	.reportTable tr th:last-child{
		text-align: right !important;
	}
	.reportTable tr th:only-child.ROW_HEADER {
		text-align: left !important;
		font-size: 1.1em;
		border-top: 2px solid #DADFE2;
		border-bottom: 0;
	}
	.reportTable tr{
		border-bottom: 1px solid #E9ECED;
		background: #fff !important;
	}
	.reportTable .YELLOW_BACK,
	.reportTable .YELLOW_BACK + td,
	.reportTable .YELLOW_BACK + td + td,
	.reportTable .YELLOW_BACK + td + td + td{
		border-top: 2px solid #DADFE2;
		/*background: #F7F8F9;*/
		font-size: 1.1em;
		padding-right: 0.7em;
	}
	.reportTable td[style*="bold"]:not(.YELLOW_BACK),
	.reportTable td[style*="bold"]:not(.YELLOW_BACK) + td,
	.reportTable td[style*="bold"]:not(.YELLOW_BACK) + td + td{
		font-size: 0.9em;
		position: relative;
		/*border-top: 1px solid #DADFE2;*/
		/*padding-left: 0;
		padding-right: 0.9em;
		padding-bottom: 0em;*/
	}
	/*.reportTable td[style*="bold"]:not(.YELLOW_BACK):after{
		content: "asas";
		font-size: 0.9em;
	}
	.reportTable td[style*="bold"]:not(.YELLOW_BACK):after,
	.reportTable td[style*="bold"]:not(.YELLOW_BACK):before {
		top: 70%;
		left: 110%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.reportTable td[style*="bold"]:not(.YELLOW_BACK):after {
		border-color: rgba(255, 255, 255, 0);
		border-top-color: #DADFE2;
		border-width: 5px;
		margin-left: -5px;
	}
	.reportTable td[style*="bold"]:not(.YELLOW_BACK):before {
		border-color: rgba(218, 223, 226, 0);
		border-top-color: #DADFE2;
		border-width: 6px;
		margin-left: -6px;
	}
	.reportTable tr td[style*="bold"]:not(.YELLOW_BACK):last-child:before,
	.reportTable tr td[style*="bold"]:not(.YELLOW_BACK):last-child:after{
		display: none;
	}*/
	.ROW_HEADER{
		border-bottom: 2px solid #DADFE2;
		width: 20%;
	}

/* @group Manage Tests */
.post-processing {
    display: flex;
    flex-direction: column;
}
.post-processing__ul {
    padding: 0;
    margin-bottom: 10px;
    font-size: 13px;
}
.post-processing__revert {
    align-self: flex-end;
}
.audio-shift {
    display: flex;
    justify-content: space-between;
}


/* @group 1024 */

	@media screen and (max-width: 64.063em){
		.item-data{
			padding-top: 0;
		}
		#content{
			padding: 10px;
		}
		#sub-nav{
			margin: -10px -10px 10px -10px;
			padding: 17px 20px 17px 20px;
		}
		body.jsEnabled .requiresJs.toggleFilters{
			display: block;
		}
		
	}
	@media screen and (min-width: 64.063em){
		#filters{
			display: block !important;
		}
	}

/* @group 940 */

	@media screen and (max-width: 940px){
		#steps .steps-list li{
			width: 70px;
		}
		#steps .steps-list li:before{
			display: inline-block;
			font-size: 1.5em;
			width: 1.5em;
			height: 1.5em;
			line-height: 1.4;
			text-align: center;
			border: 1px solid #ccc;
			border-radius: 50%;
			margin: 16px 0 0 35px;
		}
		#steps .steps-list span{
			text-indent: -9999px;
			padding: 0;
			font-size: 0;
		}
	}

/* @group 640 */

	@media screen and (max-width: 640px){
		#profile{
			top: 0;
		}
		h1{
			top: 0;
		}
		#page-header h1{
			margin-top: 45px;
			margin-bottom: 6px;
			padding: 0 0 0 0px !important;
			background: none;
			font-size: 1em;
		}
		.fc-header td{
			display: block;
		}
		.fc-header-center{
			text-align: left;
		}
		.fc-grid .fc-day-number{
			font-size: 1em;
		}
	}

/* @group 460 */

	@media screen and (max-width: 460px){
		#steps .steps-list li{
			width: 50px;
			height: 40px;
		}
		#steps .steps-list li:before{
			display: inline-block;
			font-size: 13px;
			width: 20px;
			height: 20px;
			line-height: 1.4;
			text-align: center;
			border: 1px solid #ccc;
			border-radius: 50%;
			margin: 10px 0 0 29px;
		}
		#steps .steps-list span{
			text-indent: -9999px;
		}
		#steps .steps-list span:after{
			height: 40px;
		}
	}





body.jsEnabled .hideOnJs, .requiresJs {
	display: none;
}
body.jsEnabled .requiresJs {
	display: block;
}

/* range slider */

/* win */

.rangeslider, .rangeslider__fill {
    width: 100%;
    height: 7px;
}

.rangeslider__fill {
    background: #D15454;
}

.rangeslider__handle {
    height: 22px;
    width: 22px;
}

.rangeslider__handle:after {
    height: 7px;
    width: 7px;
}

/* mac */

input#mixer-pan {
	width: 99.5%;
}

/**
 *
 * New "Jury Chair ACC Stages" board
 *
 */
table.accstages td a,
table.accstages-admin td a {
    color: inherit;
}
table.accstages td.result {
    padding: 0;
}
table.accstages td a,
table.accstages td span {
    display: block;
    width: 100%;
    padding: 1em;
}
table.accstages td span.empty {
    text-align: center;
}
table.accstages td a,
table.accstages-admin td a {
    text-decoration: none;
}
table.accstages td a:hover,
table.accstages-admin td a:hover {
    text-decoration: underline;
}
table.accstages-admin td .empty {
    display: inline-block;
    width: 100%;
    text-align: center;
}
table.accstages-admin td .not-empty {
    display: flex;
    gap: 10px;
    align-items: center;
}
table.accstages-admin td .text,
table.accstages-admin td .stage-evaluation-link {
    margin-right: auto;
}
table.accstages-admin .pdf-export-icon,
table.accstages-admin .pdf-email-icon {
    width: 20px;
    height: 20px;
}

/* Test Form */
#test-form #subtest-list .header {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1.1rem;
}
#test-form #subtest-list .title {
    flex: 1;
    margin: 0 !important;
}
#test-form #subtest-list button {
    margin: 0 !important;
}
#test-form #subtest-list .subtest {
    display: grid;
    grid-template-areas: "trigger summary" "form form";
    grid-template-columns: 190px 1fr;
}
#test-form #subtest-list .subtest .subtest__trigger {
    grid-area: trigger;
}
#test-form #subtest-list .subtest .subtest__summary {
    grid-area: summary;
    display: grid;
    /*grid-template-columns: repeat(5, 1fr);*/
    grid-template-columns: 55px 350px 1fr 1fr 1fr;
    grid-gap: 1rem;
    position: relative;
}
#test-form #subtest-list .subtest .subtest__summary .speech {
    min-width: 300px;
}
#test-form #subtest-list .subtest .subtest__form {
    grid-area: form;
}

#test-form .buttons {
    display: flex;
    justify-content: right;
    gap: 1rem;
}
#test-form .buttons input,
#test-form .buttons a {
    margin: 0;
}
#test-form #new-subtests-wrapper .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* Subtest Dropdown Menu */
#test-form #subtest-list .subtest .subtest-menu-wrapper {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
#test-form #subtest-list .subtest .subtest-menu-wrapper.show {
    z-index: 50;
}
#test-form #subtest-list .subtest .subtest__menu {
    position: relative;
    display: inline-block;
}

#test-form #subtest-list .subtest .subtest__menu__trigger {
    padding: 8px;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    background: transparent;
    transition: background-color 0.2s;
    color: #4b5563;
}

#test-form #subtest-list .subtest .subtest__menu__trigger:hover {
    width: auto;
    min-height: auto;
    padding: 8px;
    line-height: 1;
    color: #4b5563;
    background-color: #e5e7eb;
}

#test-form #subtest-list .subtest .subtest__menu__trigger.active {
    background-color: #e5e7eb;
}

#test-form #subtest-list .subtest .subtest__menu__content {
    position: absolute;
    right: 0;
    margin-top: 4px;
    width: 220px;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 50;
    display: none;
}

#test-form #subtest-list .subtest .subtest-menu-wrapper.show .subtest__menu__content {
    display: block;
}

#test-form #subtest-list .subtest .subtest__menu__item {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 8px 16px;
    font-size: 14px;
    color: #374151;
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
}

#test-form #subtest-list .subtest .subtest__menu__item:hover {
    width: 100%;
    min-height: auto;
    padding: 8px 16px;
    line-height: 1;
    color: #374151;
    background-color: #f3f4f6;
}

#test-form #subtest-list .subtest .subtest__menu__item svg {
    margin-right: 12px;
}

#test-form #subtest-list .subtest .subtest__menu__divider {
    border-top: 1px solid #e5e7eb;
    /*margin: 4px 0;*/
}

#test-form #subtest-list .subtest .subtest__menu__item.delete {
    color: #dc2626;
}

/* ======== */
/* Comments */
/* ======== */
.comments {
    margin: 20px 0 0;
    border: 2px solid #DADFE2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.comments__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DADFE2
}
.comments__title {
    flex: 1;
    margin: 0 !important;
    padding: 16px 25px;
    color: #13334D;
    font-size: 0.95em;
    font-weight: 700;
    background: url(../garnish/menu.png?250825151756);
}

.comments__main {
    margin: 20px 25px;
}

.comments__empty {
    text-align: center;
    padding: 32px 16px;
    border: 1px dashed #e1e4e8;
    border-radius: 6px;
    background-color: #fafbfc;
}
.comments__empty__icon {
    color: #959da5;
    margin-bottom: 12px;
}
.comments__empty__text {
    font-size: 16px;
    font-weight: 600;
    color: #24292e;
    margin: 0 0 8px 0;
}

.comments__main__item {
    padding: 16px;
    border: 1px solid #e1e4e8;
    border-radius: 6px;
    margin-bottom: 8px;
    background-color: #f6f8fa;
}
.comment__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.comment__author {
    font-weight: 600;
    color: #24292e;
}
.comment__date {
    color: #586069;
    font-size: 12px;
}
.comment__value {
    color: #24292e;
    line-height: 1.5;
    white-space: pre-wrap;
}

.comments__composer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 25px;
    padding: 0 10px;
    border-width: 1px;
    border-radius: 8px;
    border-style: solid;
    border-color: hsl(240 5.9% 90%);
}
.comments__composer__input {
    flex: 1;
    margin: 0;
    padding: 16px 8px;
    border: none;
    background: none;
    resize: none;
}
.comments__composer__input:focus {
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
}
.comments__composer__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: hsl(0 0% 98%);
    background: hsl(240 5.9% 10%);
}
.comments__composer__submit:hover {
    color: hsl(0 0% 98%);
    background: hsl(240 5.9% 10% / .9);
}
.comments__composer__submit:focus {
    border: none;
    outline: none;
    box-shadow: none;
    color: hsl(0 0% 98%);
    background: hsl(240 5.9% 10% / .9);
}
.comments__composer__submit[disabled],
.comments__composer__submit:disabled,
button.comments__composer__submit[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
    border: none;
    color: hsl(0 0% 98%) !important;
    background: hsl(240 5.9% 10%) !important;
}
