@charset "utf-8";

#softHeader {
	position:relative;
	top:0px;
	width:100%;
	height:40px;
	background:#106492;
	color:white;
	margin-bottom:0px;
	transition: margin-bottom 1s;
	-webkit-transition: margin-bottom 1s; /* Safari */
}
#softHeader.open {
	margin-bottom:275px;
	transition: margin-bottom 1s;
	-webkit-transition: margin-bottom 1s; /* Safari */
}
#loginHeader {
	font-size:1.6em;
	width:100%;
	min-width:350px;
	height:140px;
	margin-top:10px;
	background:#106492;
	color:white;
	letter-spacing:8px;
	text-align:center;
	line-height:120px;
}
.headStatDist {
	font-weight:100;
	margin-bottom:5px;
}
.softHeaderLogo {
	position:absolute;
	right:5px;
	top:5px;
	width:180px;
	height:25px;
	background:url("../png/logopngb2.png");
}
.softHeaderLogoArmy {
	position:absolute;
	right:5px;
	top:4px;
	width:168px;
	height:32px;
	background:url("../png/logoplatform.png");
	background-repeat: no-repeat;
    background-size: 168px 32px;
}
.softNavigationClass {
	width:100%;
}
.softNavigationClass2 {
	width:100%;
}
#softNavigation {
	position:relative;
	top:35px;
	overflow:hidden;
	height:0;
	display:block;
	background:#106492;
	transition: height 1s;
	-webkit-transition: height 1s; /* Safari */
}
#softNavigation li {
	margin-left:-40px;
	font-size:0.8em;
    display: block;
    color: #f2f2f2;
    text-align: center;
	width:calc(100%+40px);
	height:40px;
	line-height:40px;
    text-decoration: none;
	border:1px solid #A5ABC1;
	border-width:1px 0px 0px 0px;
	cursor:pointer;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
#softNavigation li:hover {
	background:#f2f2f2;
	color:#106492;
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.menuIcon {
	position:absolute;
	left:5px;
	top:0px;
	width:40px;
	height:40px;
	background:url("../png/menuicon.png");
	display:block;
	cursor:pointer;
}
.mainMenuBarHolder {
	margin-top:-1px;
	width:98%;
	height:65px;
	border:1px solid grey;
	border-width:1px 0px;
}
.qTakenText {
	float:left;
	font-style:italic;
	font-size:1.1em;
	width:100%;
	text-align:center;
	height:34px;
	line-height:34px;
}
.qTakenHolder {
	float:left;
	width:80%;
	margin-left:2%;
	height:18px;	
}
.qTakenText2 {
	float:left;
	font-style:italic;
	font-size:1.1em;
	width:100%;
	text-align:center;
	height:34px;
	line-height:34px;
}
.qTakenTextb {
	float:left;
	font-style:italic;
	font-size:1.1em;
	width:100%;
	text-align:center;
	height:34px;
	line-height:34px;
}
.qTakenHolder2 {
	float:left;
	width:80%;
	margin-left:2%;
	height:18px;	
}
.qTakenBarBg {
	width:100%;
	height:18px;
	border:1px solid #215223;
	background:#AFBDB0;
}
.qTakenBar {
	margin-top:-20px;
	width:0;
	height:18px;
	border:1px solid #215223;
	background:#215223;
}
.qTakenStat {
	float:left;
	font-size:1em;
	width:15%;
	margin-left:1%;
	margin-right:2%;
	text-align:center;
	height:20px;
	line-height:20px;
}
.qTakenStatb {
	float:left;
	font-size:1em;
	width:15%;
	margin-left:1%;
	margin-right:2%;
	text-align:center;
	height:20px;
	line-height:20px;
}
#mainMenuHolder {
	margin:0 auto;
	margin-top:30px;
	width:100%;
	max-width:800px;
	height:auto;
}
#changePassword {
	margin:0 auto;
	margin-top:70px;
	width:320px;
	height:auto;
}
.categorySelColumn {
	margin:0 auto;
	width:280px;
	height:auto;
}
.categorySelColumn ul {
	list-style-type: none;
	margin:20px 0px 0px 0px;
	padding:0;
	padding-left:20px;
	font-weight:bold;
	text-decoration:underline;
}
.categorySelColumn li {
	list-style-type: none;
	margin:5px 0px 0px 0px;
	padding:0;
	padding-left:20px;
	font-size:1.1em;
}

.categorySelColumnta {
	margin:0 auto;
	width:280px;
	height:auto;
}
.categorySelColumnta ul {
	list-style-type: none;
	margin:20px 0px 0px 0px;
	padding:0;
	padding-left:20px;
	font-weight:bold;
	text-decoration:underline;
}
.categorySelColumnta li {
	list-style-type: none;
	margin:5px 0px 0px 0px;
	padding:0;
	padding-left:20px;
	font-size:1.1em;
}
.statLine {
	margin-top: 6px;
	width:90%;
	margin-left:5%;
	height:auto;
	background:#5c707b;
	color:white;
	line-height:30px;
	float:left;
}
.statLine2 {
	margin-top: 6px;
	width:90%;
	margin-left:5%;
	height:auto;
	color:#1B1B1B;;
	border:1px solid #827F88;
	border-radius:2px;
	line-height:30px;
	float:left;
}
@media only screen and (max-width: 490px) {
	.columnForMath {
		width:100%;
		height:auto;
	}
}
@media only screen and (min-width: 491px) {
	.columnForMath {
		float:left;
		width:50%;
		min-width:200px;
		height:auto;
	}
}
#surveyWindow {
	width:calc(100% - 40px);
	min-width:300px;
	height:auto;
	padding:20px;
	background:#FEFEFA;
	border-radius:5px;
}

.catBox {
	flex-shrink: 0;
    flex-grow: 0;
    width: calc(33% - 5px);
    height: 175px;
    border: 1px solid #106492;
    border-width: 1px;
    margin: 2px;
    border-radius: 2px;
}


@media only screen and (max-width: 400px) {
	.catTakenText {
		padding:10px 0px 0px;
		display:block;
		margin:0;
		font-size: 90%;
	}
	.catTakenText2 {
		padding:0px 0px 4px;
		display:block;
		margin:0;
		font-size: 90%;
	}
	.catText {
		background: #106492;
		color: #fefefa;
		font-size:0.9em;
		height: 30px;
		line-height: 30px;
		width:100%;
	}
}
@media only screen and (min-width: 401px) {
	.catTakenText {
		padding:10px 0px 0px;
		display:block;
		margin:0;
		font-size: 100%;
	}
	.catTakenText2 {
		padding:0px 0px 4px;
		display:block;
		margin:0;
		font-size: 100%;
	}
	.catText {
		background: #106492;
		color: #fefefa;
		font-size:1em;
		height: 30px;
		line-height: 30px;
		width:100%;
	}
}
.smallButton2 {
	height:30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:1em;
	text-align:center;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
	cursor: pointer;
	border-radius:4px;
	line-height:30px;
	width:100px;
	color:white;
}

.qCatsText {
	border: 2px solid #215223;
	border-width: 2px 0px 2px 0px;
	font-size: 1.3em;
	height: 32px;
	line-height: 32px;
	width:100%;
}
.traButLabel {
	width:auto;
	height:auto;
	line-height:25px;
	font-size:0.9em;
	margin:0 auto;
}
.traLineHold {
    margin: 12px auto;
	height:auto;
	width:100%;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}

.simulateBox {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100%;
    height: auto;
    border: 1px solid #106492;
	border-width: 1px 0px;
    margin: 10px;
}


.traLineHold2 {
    margin: 12px auto;
	height:auto;
	width:100%;
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
.traLineHold2:hover {
	-webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
}
.traButLine2 {
	border: 2px solid #f8f8f8;
    width: 100%;
    height: auto;
	display:inline-block;
    padding: 5px 15px;
	float:left;
    border-radius: 5px;
}
.traButRepeat {
	margin-bottom:3px;
}
.traButRepeat2 {
	margin-bottom:3px;
}
.traButLine2Review {
	border: 2px solid #f8f8f8;
    width: calc(100% - 100px);
    height: auto;
	display:inline-block;
    padding: 5px 15px;
	float:left;
    border-radius: 5px;
}
.traButButton {
	height: 22px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    line-height: 22px;
    width: 120px;
    margin: 5px auto;
}
.traInnerLineRightInt {
	width:150px;
	margin:0 auto;
	height:50px;
}
.traButLabelc {
	width:100%;
	height:48px;
	line-height:48px;
	text-align:center;
}
.traButButtonInt {
	height: 35px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    line-height: 35px;
    width: 150px;
}
.traButLine2b {
    width:calc(100% - 90px);
    display: inline-block;
    float: left;
    box-shadow: 2px 2px 8px #efefef;
}
.traButLine2c {
    width:calc(100% - 55px);
    display: inline-block;
    float: left;
    box-shadow: 2px 2px 8px #efefef;
}
.traLineLeft {
	width: 50px;
    height: 102px;
    display: inline-block;
    float: left;
	box-shadow: 2px 2px 8px #efefef;
}
.traInnerLineLeft {
    width: calc(100% - 30px);
    display: inline-block;
    padding: 5px 15px;
	text-align:center;
    float: left;
}
.traInnerLineLeftList {
    width: calc(100% - 30px);
    display: inline-block;
    padding: 5px 15px;
	text-align:center;
    float: left;
}
.traInnerLineRight {
    width: calc(100% - 10px);
    display: inline-block;
    float: left;
    padding: 6px 5px 5px 0px;
}
.traInnerLineLeft2 {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
}
.traInnerLineLeft2Review {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
}
.traInnerLineRight2 {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
}
.traInnerLineRight2Review {
    width: 100%;
    display: inline-block;
    text-align: center;
    float: left;
}
.traInnerLineRightList {
    width: 100%;
    display: inline-block;
    float: left;
}
.thecfatIcon {
	background:url("../svg/thecfat_icon.svg") no-repeat;
    background-size: 70%;
	background-position:center;
}
.themsoffice365testingIcon, .logiksgeneralintermediateIcon, .logiksgeneraladvancedIcon, .situationaljudgementtestsIcon, .themcquaigmentalagilitytestIcon, .theccatIcon, .theucatIcon, .thecbstIcon, .unitestIcon, .thepicaIcon, .thercatIcon, .clericalabilitytestsIcon, .mechanicalaptitudetestIcon, .cognitiveabilitytestIcon,  .firefightertestingIcon, .caliperassessmenttestIcon, .thenfsiIcon, .thefstIcon, .thejoaIcon, .thehbriIcon, .theactIcon, .theaosbIcon,.thematrigmatestIcon,.theraventestIcon, .thedatnextgenerationIcon    {  
	background:url("../svg/intro_icon.svg") no-repeat;
    background-size: 70%;
	background-position:center;
}
.rowcolumnprogressionIcon,.rowcolumnconsistencyIcon,.matrixprogressionIcon,.matrixconsistencyIcon,.visualpatterncompletionIcon,.spiralprogressionIcon {
	background:url("../svg/study_icon.svg") no-repeat;
	background-size: 65%;
	background-position:center;
}

.wordIcon {
	background:url("../svg/word_icon.svg") no-repeat;
    background-size: 60%;
	background-position:center;
}
.excelbasicIcon, .excelintermediateIcon, .exceladvancedIcon   {
	background:url("../svg/excel_icon.svg") no-repeat;
    background-size: 60%;
	background-position:center;
}
.powerpointIcon {
	background:url("../svg/powerpoint_icon.svg") no-repeat;
    background-size: 60%;
	background-position:center;
}
.outlookIcon {
	background:url("../svg/outlook_icon.svg") no-repeat;
    background-size: 60%;
	background-position:center;
}
.deductivereasoningIcon {
	background:url("../svg/vreasoning_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
    /*background-position: 15px 36px;*/
}
.verbalreasoningIcon, .qualitativereasoningIcon {
	background:url("../svg/vreasoning_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
    /*background-position: 15px 36px;*/
}
.informationorderingIcon {
	background:url("../svg/informationordering_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
}
.mechanicalcomprehensionIcon, .mechanicalreasoningIcon, .mechanicalIcon  {
	background:url("../svg/mechcomp_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
    /*background-position: 15px 36px;*/
}
.mechanicalknowledgeIcon {
	background:url("../svg/mechknowledge_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
    /*background-position: 15px 36px;*/
}
.mechanicaltoolsIcon {
	background:url("../svg/tools_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
    /*background-position: 15px 36px;*/
}
.basicelectronicsIcon {
	background:url("../svg/electronics_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
    /*background-position: 15px 36px;*/
}
.sprogligtaenkningIcon {
	background:url("../svg/sproglig_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
    /*background-position: 15px 36px;*/
}
.kvantitativtaenkningIcon, .matematikIcon {
	background:url("../svg/kvanti_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
    /*background-position: 15px 36px;*/
}
.kritisktaenkningIcon, .cognitiveabilityIcon {
	background:url("../svg/kritisk_icon.svg") no-repeat;
    background-size: 65%;
	background-position:center;
    /*background-position: 15px 36px;*/
}
.nonverbalreasoningIcon, .abstractreasoningIcon, .logiksabstractIcon, .imagematricesIcon, .logikogmoenstergenkendelseIcon, .inductivereasoningIcon, .quantitativereasoningIcon,.matrigmafamilirization1Icon,.matrigmafamilirization2Icon,.matrigmafamilirization3Icon,.matrigmapracticetestIcon, .ravenfamilirization1Icon, .ravenfamilirization2Icon, .ravenfamilirization3Icon, .ravenpracticetestIcon   {
	background:url("../svg/reasoning_icon.svg") no-repeat;
    background-size: 65%;
	background-position:center;
     /*background-position: 10px 32px;*/
}
.calculationIcon, .arithmeticabilityIcon, .logiksnumericalIcon, .mathematicalabilityIcon, .numericalreasoningIcon, .basicmathIcon, .mathtestIcon, .mathskillsIcon, .mathIcon, .mathematicalreasoningIcon, .numberfluencyIcon, .numericalcalculationsIcon    {
	background:url("../svg/calc_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
     /*background-position: 14px 36px;*/
}
.wordrulesIcon {
	background:url("../svg/word_rules_icon.svg") no-repeat;
    background-size: 70%;
    background-position: center;
}
.orientationIcon {
	background:url("../svg/orientation_icon.svg") no-repeat;       
	background-size: 45%;
        background-position: center
}
.mathwordproblemsIcon, .numericalwordproblemsIcon, .mathproblemsolvingIcon, .numberfacilityIcon {
	background:url("../svg/math_word_icon.svg") no-repeat;
    background-size: 65%;
	background-position:center;
     /*background-position: 10px 28px;*/
}
.oddwordoutIcon, .oddoneoutIcon, .commonfeaturesIcon {
	background:url("../svg/oddoneout_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
     /*background-position: 14px 36px;*/
}
.numberseriesIcon, .numericalsequencesIcon {
	background:url("../svg/number_series.svg") no-repeat;
    background-size: 75%;
	background-position:center;
}
.spatialorientationIcon  {
	background:url("../svg/spatialorientation_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
	
}
.numbermatricesIcon {
	background:url("../svg/number_icon.svg") no-repeat;
    background-size: 55%;
	background-position:center;
}
.letterpositionIcon {
	background:url("../svg/letterposition_icon.svg") no-repeat;
    background-size: 80%;
    background-position: center;
}
.synonymsantonymsIcon {
	background:url("../svg/syn_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.spellinggrammarIcon, .grammarspellingIcon, .writtenexpressionIcon  {
	background:url("../svg/spelling_icon.svg") no-repeat;
    background-size: 70%;
    background-position: center;
}
.observationandmemoryIcon, .memoryandattentionIcon  {
	background:url("../svg/memory_icon.svg") no-repeat;
    background-size: 70%;
    background-position: center;
}
.currentaffairstestIcon   {
	background:url("../svg/currentaffairs_icon.svg") no-repeat;
    background-size: 70%;
    background-position: center;
}
.generalknowledgetestIcon  {
	background:url("../svg/knowledge_icon.svg") no-repeat;
    background-size: 70%;
    background-position: center;
}
.militaryknowledgetestIcon   {
	background:url("../svg/militaryknowledge_icon.svg") no-repeat;
    background-size: 70%;
    background-position: center;
}

.readingabilityIcon, .generallaesningIcon, .fagliglaesningudsagnIcon, .engelsklaesningudsagnIcon, .readingcomprehensionIcon, .readingIcon, .writtencomprehensionIcon   {
	background:url("../svg/reading_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.observationaljudgementIcon, .observationIcon   {
	background:url("../svg/observation_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.objectrotationIcon {
	background:url("../svg/rotationicon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.imageseriesIcon, .visualseriesIcon {
	background:url("../svg/imageseries_icon.svg") no-repeat;
    background-size: 80%;
    background-position: center;
}
.typingspeedtrainerIcon, .typingskillstestsIcon, .simulatedtypingtestIcon   {
	background:url("../svg/typing_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.coherencecohesionIcon {
	background:url("../svg/coherence_icon.svg") no-repeat;
    background-size: 70%;
    background-position: center;
}
.wordmeaningincontextIcon {
	background:url("../svg/context_icon.svg") no-repeat;
    background-size: 70%;
    background-position: center;
}
.vocabularyIcon, .wordknowledgeIcon  {
	background:url("../svg/vocabulary_icon.svg") no-repeat;
    background-size: 55%;
    background-position: center;
}
.missingwordIcon, .sentencecompletionIcon, .fagliglaesningindsaetIcon, .engelsklaesningindsaetIcon {
	background:url("../svg/missingword_icon.svg") no-repeat;
    background-size: 70%;
    background-position: center;
}
.wordanalogyIcon, .verbalanalogiesIcon {
	background:url("../svg/wordanalogy_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.attentiontodetailIcon, .errordetectionIcon {
	background:url("../svg/attention_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.wordanalogiesIcon {
	background:url("../svg/wordanalogy_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.wordanalogiesIcon {
	background:url("../svg/wordanalogy_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.alphabeticfilingIcon {
	background:url("../svg/filing_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}

.datacheckingIcon, .dataentrytrainerIcon , .dataentrytestsIcon {
	background:url("../svg/data_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.personalityassessmentIcon, .personalitymostleastIcon, .personalityratingIcon, .personalitytestIcon, .simulatedpersonalityprofileIcon   {
	background:url("../svg/personality_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.visualanalogyIcon, .imageanalogyIcon, .imageanalogiesIcon {
	background:url("../svg/visualanalogy_icon.svg") no-repeat;
    background-size: 60%;
    background-position: center;
}
.verbalskillsIcon, .logiksverbalIcon, .verbaltestIcon  {
	background:url("../svg/verbalskills_icon.svg") no-repeat;
    background-size: 70%;
    background-position: 9px 30px;
}
.problemsolvingIcon, .mathlogicIcon, .logicanalysisIcon, .verbalanalysisIcon, .problemsensitivityIcon  {
	background:url("../svg/problemsolving_icon.svg") no-repeat;
    background-size: 70%;
    background-position: 9px 30px;
}
.spatialabilityIcon, .spatialreasoningIcon, .spatialIcon, .visualizationIcon, .spacerelationsIcon  {
	background:url("../svg/spatialability_icon.svg") no-repeat;
    background-size: 70%;
    background-position: 8px 30px;
}
.full-lengthsimulatedcfatIcon, .full-lengthsimulatedtestIcon, .fulllengthsimulatedtestIcon, .unitestoeveproeveIcon, .simuleretunitestIcon, .fulllengthsimulatedcfatIcon, .fulllengthsimulatedtestIcon, .fulllengthsimulatedrcatIcon, .simulatedclericalabilitytestIcon, .simulatedmechanicaltestIcon, .simulatedspatialabilitytestIcon, .simulatedfirefightertestIcon, .simulatedcaliperassessmentIcon, .simulatednfsitestIcon, .simulatedfsttestIcon, .fulllengthsimulatedjoaIcon, .simulatedhbritestIcon, .fullsimulatedactIcon, .fullsimulatedcognitivetestIcon,.fullsimulatedmatrigmatestIcon, .fullsimulatedraventestIcon, .fulllengthsimulateddatIcon     {
	background:url("../svg/simulatedtest_icon.svg") no-repeat;
    background-size: 60%;
    background-position: 8px 31px;
}
.tablesgraphsIcon, .readingchartsIcon, .graferogtabellerIcon, .datainterpretationIcon {
	background:url("../svg/charts_icon.svg") no-repeat;
    background-size: 55%;
    background-position: center;
}
.studytoolsIcon {
	background:url("../svg/studytools_icon.svg") no-repeat;
    background-size: 65%;
    background-position: 9px 34px
}
.sjtratingIcon, .ratingIcon {
	background:url("../svg/rating_icon.svg") no-repeat;
    background-size: 65%;
    background-position: 8px 24px
}
.sjtmultiple-choiceIcon, .multiple-choiceIcon, .sjtmultiplechoiceIcon  {
	background:url("../svg/multichoice_kicon.svg") no-repeat;
    background-size: 65%;
    background-position: 9px 34px
}
.sjtmorelessIcon, .morelessIcon, .quantityofnumbersIcon {
	background:url("../svg/moreless_icon.svg") no-repeat;
    background-size: 65%;
    background-position: 9px 34px
}
.traLineRight {
	width: calc(100% - 60px);
    margin-left: 10px;
    display: inline-block;
	float:left;
	
}
.traSubLine {
	width: 100%;
	text-align:center;
    height: auto;
    margin-top: 5px;
    font-size: 0.8em;
    color: #86919d;
}
.traSubLineb {
	width: 100%;
    height: 15px;
    margin-top: 5px;
    font-size: 0.75em;
    color: #86919d;
}
.traSubLinec {
	width: 100%;
    height: 15px;
    font-size: 0.85em;
    color: #86919d;
}
.traButButton2 {
	    height: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    line-height: 30px;
    width: 120px;
    margin-right: calc(30% - 80px);
    float: right;
}
.traButButton2c {
	    height: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    line-height: 30px;
    width: 120px;
    margin-right: calc(30% - 80px);
    float: right;
}
.traButButton3 {
	height: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    line-height: 30px;
    width: 80px;
    margin-right: 10px;
    float: right;
}
.traButButton3c {
	height: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    line-height: 30px;
    width: 80px;
    margin-right: 10px;
    float: right;
}
.traButButton3c2 {
	height: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    line-height: 30px;
    width: 80px;
    margin-right: 10px;
    float: right;
}
.traButButton3b {
	height: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    line-height: 30px;
    width: 44%;
    margin-right: 10px;
    float: right;
}
.traButLabelbb {
	width:auto;
	height:25px;
	line-height:25px;
	float:left;
}
.traButButton2cb {
	height: 23px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    border-radius: 4px;
    line-height: 23px;
    width: calc(60% - 4px);
    margin: 3px auto;
}
.traButButton4 {
	    height: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    line-height: 30px;
    width: 120px;
    margin-right: calc(30% - 70px);
    float: right;
}
@media only screen and (max-width: 450px) {
	.traButButton2c {
			height: 30px;
		font-family: 'Open Sans Condensed', sans-serif;
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		cursor: pointer;
		line-height: 30px;
		width: 100px;
		margin-right: 10%;
		float: right;
		font-size:0.8em;
	}
	.traButButton3 {
			height: 30px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 0.9em;
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		cursor: pointer;
		line-height: 30px;
		width: 60px;
		margin-right: 8px;
		float: right;
	}
	.traButButton3c {
			height: 30px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 0.8em;
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		cursor: pointer;
		line-height: 30px;
		width: 60px;
		margin-right: 8px;
		float: right;
	}
	.traButButton3c2 {
			height: 30px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 0.8em;
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		cursor: pointer;
		line-height: 30px;
		width: 60px;
		margin-right: 8px;
		float: right;
	}
}
@media only screen and (max-width: 400px) {
	.traButButton2c {
			height: 30px;
		font-family: 'Open Sans Condensed', sans-serif;
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		cursor: pointer;
		line-height: 30px;
		width: 100px;
		margin-right: 10px;
		float: right;
		font-size:0.8em;
	}
	.traButButton3 {
			height: 30px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 0.9em;
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		cursor: pointer;
		line-height: 30px;
		width: 60px;
		margin-right: 6px;
		float: right;
	}
	
.traButButton3c {
			height: 30px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 0.8em;
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		cursor: pointer;
		line-height: 30px;
		width: 60px;
		margin-right: 6px;
		float: right;
}
.traButButton3c2 {
			height: 30px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 0.8em;
		text-align: center;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: background 0.5s;
		transition: background 0.5s;
		cursor: pointer;
		line-height: 30px;
		width: 60px;
		margin-right: 6px;
		float: right;
}
}
.traButButton2b {
	height: 30px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 0.9em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    line-height: 30px;
    width: 120px;
    margin: 0 auto;
}
.traGreyButton2 {
	color: #4a5156;
    border: 2px solid #7e878f;
}
.traGreyButton2:hover {
	color: #ffffff;
    background:#7e878f;
	-webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s;
}
.traButLabelb {
	width:100%;
	height:25px;
	line-height:25px;
	font-size: 1.1em;
	float:left;
}
.holdStopMenu {
	width: 100%;
    height: 40px;
	margin:0 auto;
}
.holdStopMenu2{
	width: 100%;
    height: 40px;
	margin:0 auto;
	padding-left:12%;
}

.holdStopMenu3 {
	width: 100%;
    height: 40px;
	margin:0 auto;
}
@media only screen and (min-width: 350px) {
	.textMenuBtn {
		width: calc(25% - 1px);
		text-align: center;
		font-size: 90%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: black;
		transition: 1s;
		background: #f6f6f6;
		border: 1px solid #e4e4e4;
		padding: 15px 0px;
		margin-left: -1px;
		float: left;
		cursor:pointer;
	}	
	.textMenuBtn3 {
		width: calc(50% - 1px);
		text-align: center;
		font-size: 90%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: black;
		transition: 1s;
		background: #f6f6f6;
		border: 1px solid #e4e4e4;
		padding: 15px 0px;
		margin-left: -1px;
		float: left;
		cursor:pointer;
	}	
	.textMenuBtnSel {
		width: calc(25% - 1px);
		text-align: center;
		font-size: 90%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: white;
		transition: 1s;
		background: #0a9535;;
		border: 1px solid #0a9535;;
		padding: 15px 0px;
		margin-left: -1px;
		float: left;
	}
	.textMenuBtnSel3 {
		width: calc(50% - 1px);
		text-align: center;
		font-size: 90%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: white;
		transition: 1s;
		background: #0a9535;;
		border: 1px solid #0a9535;;
		padding: 15px 0px;
		margin-left: -1px;
		float: left;
	}
}
@media only screen and (max-width: 350px) {
		.textMenuBtn,.textMenuBtn3 {
		width: calc(50% - 1px);
		text-align: center;
		font-size: 90%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: black;
		transition: 1s;
		background: #f6f6f6;
		border: 1px solid #e4e4e4;
		padding: 15px 0px;
		margin-left: -1px;
		float: left;
		cursor:pointer;
	}	
	.textMenuBtnSel,.textMenuBtnSel3 {
		width: calc(50% - 1px);
		text-align: center;
		font-size: 90%;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: white;
		transition: 1s;
		background: #0a9535;;
		border: 1px solid #0a9535;;
		padding: 15px 0px;
		margin-left: -1px;
		float: left;
	}
}

.switchTest {
	width: 100px;
    padding: 5px;
    border: 1px solid silver;
    background: #d9dfe0;
    border-radius: 5px;
    font-size: 90%;
    transition: transform .5s;
    margin: -10px auto 20px;
    cursor: pointer;
    text-align: center;
}
.textMenuBtn:hover {
    background: #b1b1b1;
}


#overlayInnerList {
    position: absolute;
    top: 100px;
    width: calc(100% - 60px);
	min-width:270px;
    padding: 30px;
    left: 0;
    height: auto;
    margin-left: 0px;
    background: #FEFEFA;
    z-index: 15;
}	
.leftybtn {
}

.rightybtn {
}
.listTestStatusC {
	width: 100%;
    text-align: center;
    color: #009c29;
    margin-top:10px;
	margin-bottom: 2px;
}
.listTestStatus {
	width: 100%;
    text-align: center;
    color: grey;
    margin-top:10px;
    font-style: italic;
	margin-bottom: 2px;
}

.testListLine {
	width: 100%;
    height: 125px;
    padding: 5px 0px;
    border: 1px solid #e9e9e9;
    border-width: 1px 0px;
    margin-bottom: -1px;
	font-size:1.1em;
}