/***** Global **********/

body {
	width: 100%;
	font-family: "Barlow Semi Condensed",sans-serif;
	color:#464650; 
	font-size: 1.2rem;
	background-color: #f3f1f7;
	font-size: 1.2rem;
}

p {
	margin-top: 0;
    margin-bottom: 0rem;
}

.container {
	max-width: 1136px;
}

a {
	color: #464650;
	cursor: pointer;
}

a:hover {
	opacity: 0.8;
	color:#464650 ;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Barlow Semi Condensed",sans-serif !important;
	font-weight: 200 !important;
	margin-bottom: 40px;
}

h1 {
	font-size: 2.375rem;
	text-transform: uppercase;
	margin-bottom: 80px;
	margin-top: 80px;
}

h2 {
	font-size: 2.123rem;
	text-transform: uppercase;
	color: #699fc2;
}

h3 {
	font-size: 1.90rem;
	text-transform: uppercase;
	color: #464650;
}

#info-box {
	margin-bottom: 90px;
}

#accordion {
	position: relative;
	margin-top: 0;
	margin-bottom: 90px;
	max-width: 780px;
	position: absolute;
	right: 0;
	top: 90px;
	
}
div {
	box-sizing: border-box;
}

.accordion__card {
	background: transparent;
	border: none;
}

#accordion__heading {
	width: 310px;
	background:#699fc2;
	height: 44px;
	position: absolute;
	right: 0;
}

#accordion_heading:visited {
	background: #f3f1f7;
	color: #000;
}

#accordion__heading h5 {
	text-align: center;
	font-size: 1rem;
	color: #fff;
}

.accordion__minus::after {
    content: "-";
    color: #fff;
    font-size: 30px;
    z-index: 99999;
    position: absolute;
    top: 2px;
    margin-left: 75px;
}

.accordion__plussign::after {
	content: "+";
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 2px;
    margin-left: 75px;
}

.accordion__heading_background {
	background:#464650 !important;
}
#accordion__body {
	padding: 10px 0px 0px 0px;
	background-color: #fff;
	padding: 40px;
	margin-top: 40px;
	position: relative;
	margin-bottom: 80px;
	z-index: 9999;
}

#accordion__body p {
	margin-bottom: 10px;
}

#name-input {
    position: absolute;
    right: 350px;
    top: 90px;
   
}
#name-field {
	height: 44px;
	border: none;
	margin-right: 5px;
}

#save-name {
	height: 44px;
	background: #699fc2;
	border: none;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	width: 60px;
}


.chart-legend span {
	margin-left: -80px;
}

/******End global********/

#resultMobileView {
	display: none;
}

.score {
	margin-top:10px;
}

#info-box {
	font-size: 1rem;
	letter-spacing: 1.5px;
}

#step-count-container {
	max-width: 960px;
	margin: 0 auto;
}

.step-count {
	font-size: 20px;
	float: right;
	margin-top: -23px;
	font-size: 1rem;
	letter-spacing: 1.5px;
}

#back-and-forward {
	float: right;
	display: flex;
	margin-right: -24px;
}

#back::after {
	content: "\2192";
	position: absolute;
	bottom: 6.15px;
}

#back {
	transform: rotateZ(180deg);
}

#forward::after {
	content: "\2192";
	position: absolute;
}

#forward {
	margin-left: 10px;
	
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: #fff;
	font-weight: normal;
	color: #454545
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -.6em;
}


output { 
	position: absolute;
	background-image: linear-gradient(#444444, #999999);
	width: 40px; 
	height: 30px; 
	text-align: center; 
	color: white; 
	border-radius: 10px; 
	display: inline-block; 
	font: bold 15px/30px Georgia;
	bottom: 175%;
	left: 0;
	margin-left: -1%;
  }
  output:after { 
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #999999;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	margin-top: -1px;
  }
 
#questionnaire {
    max-width: 960px;
	margin: 0 auto;
	background-color: #3a3a3c;
	color: #f3f1f7;
	padding-bottom: 90px;
}

#questionnaire-inner {
	margin: 0 auto;
	padding-top: 40px;
	padding-left: 58px;
	padding-right: 58px;
}
  
/********** Buttons **********/

#display-profile-btn {
    max-width: 960px;
    margin: 0 auto 20px;
}

.profile-buttons {
	display: flex;
}

.profile-menu-item {
	width: 100%;
	margin-right: 20px;
	flex-wrap: wrap;
	text-transform: uppercase;
}
.profile-menu-item:last-child {
	margin-right: 0;
}

.download-button-container {
	float: right;
	margin-right: 15px;
	margin-top: 20px;
	
}

.btn-container {
	width: 100%;
	display: flex;
}

button, #sub, .btn, .download-btn {
  margin-top:10px; padding:10px 20px; border-radius:0;border:none;
  margin: 0 auto;
}


#sub {
	margin-top: 40px;
	min-width: 300px;
}

button {
	cursor: pointer;
}

.btn {
	vertical-align: middle;
	margin-top: -4px;
}

.btn, .btn-success {
    color: #f2f2f3;
	background-color: #d9d9d9;
	border:none;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	min-width: 250px;
}

.download-btn {
	background-color: #464650;
}

.btn:hover, .btn-success:hover{
	background-color:#f3f2f7 !important;
	color: #002454 !important;
	border-color: #f3f2f7 !important;
}

.btn-success:active {
	border-color: #f3f2f7 !important;
}

.btn-success:focus,.btn-success:active {
	outline: none !important;
	box-shadow: none !important;
 }

.next {
	margin-top: 10px;
	width:100px;   
}

#manual-sub {
	max-width: 960px;
	position: relative;
	max-width: 250px;
	background-color: #699fc2;
	margin-top: -110px;
	right:0;
}

.manualView .score {
	padding:20px;
}

.clicked {
	color: #f2f2f3;
	background-color:#464650;
}

.score {
	-webkit-appearance: none;  /* Override default CSS styles */
	appearance: none;
	width: 100%;/* Full-width */
	height: 10px; /* Specified height */
	background:#5a5862; /* Grey background */
	outline: none; /* Remove outline */
	opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: .2s; /* 0.2 seconds transition on hover */
	transition: opacity .2s;
	margin-bottom: 40px;
  }

  .question {
    display: flex;
}
/********** End Buttons **********/
/****** Input range slider style*******/
.blue-color {
	color: #699fc2;
	font-size: 0.9rem;
}

.left-float {
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

.range-value {
	float: right;
	margin-top: -20px;
	margin-left:5px;
}

.slider-wrapper {
	display: flex;
}

.label-class {
	margin-top: 40px !important;
	margin-left: -30px;
	margin-top: 20px;
    position: absolute;
    width: 90px;
    text-align: center;
	color: #fff;
	font-size: 0.8rem;
}

.point-class {
	position: absolute;
	width: 20px;
	margin-top: -19px;
	margin-left: -10px;
	text-align: center;
	color: #666;
	font-size: 80px;
	height: 10px;
	line-height: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    font-weight: normal;
	height:15px;
	margin-top:5px;
	margin-left:0px;
	background-color: #fff;
	border: none;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    height: 0.6em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
	z-index: 99;
}

.thumb-width {
	height: 10px;
	background: #fff;
	z-index: 999;
	position:absolute;
}

.taxo-view {
	display: flex;
	margin-left: -40px;
	margin-right: -40px;
}

.taxo-view p {
	width: 100%;
	font-size: 0.9rem;
	margin-bottom: 20px;
	color: #5b9fc2;
	text-align: center;
}

/* below is not necessary, just for style */

/************End input range slider styling **********/

input {
	cursor: pointer;
}

.name-and-date {
	margin-top: 10px;
	margin-left:20px;
}

#dato {
	opacity: 0.3;
	font-size: 1rem;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
}

#myChart {
   /*background: #fff;*/
   max-width: 1136px !important;
   height: 700px;
}

#myChart::after {
	content: " ";
	width: 500px;
	height: 200px;
	/*background: #fff;*/
}

.result-direct {
	margin-top: 70px !important;
}

/************ Tables ******************/

table {
	border-collapse: collapse;
	border-spacing:5px;
	border-collapse: separate;
	text-align:right;
	margin: 0 auto;
}

#resultView:first-child, #resultViewDir:first-child{
	width: 200px;
}

.panel-body {
	display: flex;
	margin: 0 auto;
	padding: 40px;
}

.panel a {
	color: #699fc2;
	text-decoration: underline;
}

input { 
	text-align: center; 
}

td {
	width: 80%;
}

#resultView, #resultViewDir {
	margin-top: 60px;
	font-size: 1rem;
	margin-right: 58px;
	letter-spacing: 1.5px;
	width: 170px;
}

#resultViewManual {
    background: #3a3a3c;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.manual-res {
	max-width: 668px;
	display: flex;
	margin-top: 20px;
    margin-bottom: 40px;
}

#panel {
    background: #3a3a3c;
    max-width: 960px;
    margin: auto auto;
	color: #fff;
	padding-left: 58px;
	padding-right: 58px;
	padding-top: 40px;
}

.form-control-direct {
	margin-top: 0px !important;
	margin-left: 100px;
}

#resultView .label {
	height: 10px;
	top: 20px;
}

.question-comment {
	font-size: 0.875rem;
	font-style: italic;
	margin-bottom: 10px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.fade-background {
	position: relative;
	background-color:#65b78f;
	color:white;
	animation: fadein 2s;
}

#question {
	margin-bottom: 10px;
	/*background-color:#f3f2f7;   */	
}

#question {
  width:100%;
}

/*********** End tables ************/

.selected {
	padding: 5px;
	background-color: #f3f2f7;
	color: #fff;
}

#labelsView {
	margin-top: 80px;
	margin-bottom: 80px;
}

#chartContainer {
	height: 700px;
	padding-bottom: 70px;
}

.chart-legend {
	position: absolute;
	right: 68px;
	text-align: right;
	font-size: 1rem;
	letter-spacing: 1.5px;
}

#chart-legends {
	position: absolute;
	right: 116px;
	text-align: right;
	font-size: 1rem;
	letter-spacing: 1.5px;;
}


.chart-legend li {
	list-style-type: none;
}

#result-container {
	margin-top:60px; 
	/*background: #fff;*/
}

.light-font-color {
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
}

.label {
	padding-right:5px;
	color: #fff;
	font-weight: 400;
	text-align: center;
}
 /********* Commentbox ********/

 .manual-score {
	 border-radius: 0;
 }

#comment {
	font-size: 15px;
	font-style: italic;
	background-color: #f1f0f0;
	width: 300px;
	right: 100px;
	z-index: 99999;
}

.comment-card {
	margin:20px auto;
	position: absolute;
	right: 0;
	top: 10px;
	width:200px;
}

#sub, #manual-sub {
	float: right;
	max-width: 250px;
	background-color: #699fc2;
}

#add-comment {
	float: right;
	margin-top:5px;
    font-size: 14px;
}

#text-add {
	position: relative;
	max-width: 500px;
	float: left;
	height: 45px;
	border-radius: 0;
	margin-top: 40px;
}

.accordion-header {
	margin-top: 5px;
	padding:5px;	  
}

.accordion-header:hover {
	text-decoration: none;
}

.edit-link {
	float:right;
	font-size: 11px;
}

#comment-view {
	margin-left: 80px;
	padding-bottom:80px;
	
}

.comment-view__labels {
	position: relative;
	margin-left: 0;
	border-spacing: 0;
}

th {
	letter-spacing: 1.5;
	text-transform: uppercase;
	font-weight: 300;
	height:50px;
}

.comment-view__labels tr{
	text-align: left;
	margin-bottom: 10px;
}

.comment-view__labels td:first-child {
	letter-spacing: 1.5;
	font-weight: 300;
}

.comment-view__labels td {
	vertical-align: top;
	width: 220px;
	font-size: 1rem;
}

/********* End Commenbox*******/


.white h4 {
	color: #fff;
}
 
#footer {
	margin-top: 90px;
	margin-bottom: 90px;
}
/** Set the scorefield size **/
/*#score {
	
}*/
/*** Logo footer ***/
.logos {
	/*max-width: 1400px !important;*/	
	filter: grayscale(1.0);
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo {
	display: flex;
	display: inline-block;
}

.footer-logo:first-child {
	margin-right: 10px;
}

.footer-logo:nth-last-child(3){
	margin-left: 10px;
}

#footer-links {
	margin:0 auto;
	width: 360px;
	letter-spacing: 1.2px;
}

.footer-link {
	display: block;
	margin-top: 45px;
	margin-bottom: 45px;
}

.footer-link-project {
	display: block;
}

#footer__meta-info {
	font-size: 0.9rem;
	display: block;
	margin-top: 40px;
}

.footer__title {
	text-transform: uppercase;
}

.footer-arrow::after {
	content: "\2192";
	position: absolute;
	margin-left: 20px;
}

.footer-arrow:hover::after {
	content: "\2192";
	position: absolute;
	margin-left: 25px;
}

.footer-arrow:hover {
	text-decoration:none;
}

@media only screen and (max-width: 700px) {
	#chartContainer{
		max-width:700px;
		margin-left: -30px;   
		height: 400px;
	}
}

 /*************** Mobile Version **********************/
@media only screen and (max-width: 400px) {
	.label-header {
		font-size: large;
	}

	.taxo-view {
		margin-left: 0px;
		margin-right: 0px;
	}

	.taxo-view p {
		font-size: 0.8rem;
	}

	.score {
		max-width: 400px;
		height: 15px; /* Specified height */
	}

	#questionnaire-inner {
		margin: 0 auto;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.score::-webkit-slider-thumb {
	  -web-kit-appearance: none;
	  appearance: none;
	  width: 30px;
	  height: 30px;
	}

	.score::-moz-range-thumb {
		width: 30px;
		height: 30px;
		background-color: #fff;
	}

	.que {
		max-width: 330px;
		margin: 0 auto;
		margin-left: 20px;
	}

	.right {
		float:right;
		margin-right: 50px;
	}

	#accordion {
		top: 10px;
		right: 10px;
	}

	.comment-card {
		top:50px;
		left: 15px;
		width: 92%;
		margin-bottom: 90px;
	}

	.btn, .btn-success {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
		min-width: 0;
	}

	.sub {
		width: 100%;
	}

   .table-panel {
	display: none;
   }
   /***** Buttons *******/
  

   #download-pdf {
	margin-left: 0px;
   }

   /******** End Buttons*******/
   
	/******* Chartcontainer ******/
	 #myChart {
		font-size: 8px;
	}
	
	#chartContainer {
		margin-left: -30px;   
		height: 400px;
	}

	#chart-legends {
		right: 0px;
		margin-top: 20px;
	}

	.panel-heading{
		font-weight: 600;
		font-size: large;
	 }
	 /*******End chartcontainer *****/
	 
	 
	 /***** The maual resultinput table***/
	#resultMobileView{
		display:block;
		margin-bottom: 20px;
	}
	.manualView table, .manualView th, .manualView tbody, .manualView  td, .manualView tr{ 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	.manualView th { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.manualView td { 
		/* Behave  like a "row" */
		margin-bottom: 10px;
		margin-top: 10px;
		float:left;
		margin-right: 10px;
		width: 130px;
	}
	
	.manualView  td:before { 
		/* Now like a table header */
		text-align: center;
		white-space: nowrap;
	}
	
	 .manualView td:nth-of-type(1):before { content: "Sociale normer"; }
	 .manualView   td:nth-of-type(2):before { content: "Målsætning"; }
	.manualView   td:nth-of-type(3):before { content: "Motivation"; }
	.manualView   td:nth-of-type(4):before { content: "Fleksibilitet"; }
	.manualView  td:nth-of-type(5):before { content: "Robusthed"; }
	.manualView  td:nth-of-type(6):before { content: "Min faglighed"; }
	
	.logos {
		display: inline;
	}
	
	.footer-logo {
		width: 40%;
	}
	.footer-logo:last-child {
		width: 25%;
		margin-left: 40px;
		margin-top: 20px;
	}
	 /***** End maual resultinput table ******/
}
	/*********************End mobile version ***********************/
	
	@media screen and (min-width: 1400px) {
		.container {
		  max-width: 1136px;
		}
	  }
