
/******************
   Custom CSS for Walker (and all Walker extended templates)
******************/


body {
     padding-bottom: 0; /* no bottom padding, footer should be bottom aligned */
     padding-top: 0 !important;/* Override JS */
     flex-direction: column; /* article, then footer */
     display: flex; /* flex, to extend the content to full size */
     min-height: 100vh; /* full height, to bottom-align footer */
}
body > article {
    flex: 1; /* the main article should use as much space as possible */
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

span.question-number,
span.question-code {
	display: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: none; 
	outline-offset: 0; 
}

/* Logo & Title */

.navbar-default {
	margin-bottom: 5px;
    background-color: #f8f8f8;
	border: none;
	border-radius: 0;
    border-bottom: 1px solid #e7e7e7;
}

.logo-container {
	max-width: 45%;
}

.title-container {
	float: right;
	max-width: 50%;
	font-size: 21px;
	line-height: normal;
	min-height: 0;
}

.logo-container > img {
    max-height: none;
}

@media only screen and (max-width: 768px) {

	.logo-container,
	.title-container {
		float: none;
		max-width: none;
		text-align: center;
	}

	.logo-container img {
		display: inline-block;
		padding-bottom: 0;
	}
}

/* Language changer */

#language-changer-wrapper {
	padding: 5px 0;
	text-align: center;
}

.language-changer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.language-changer-list .dropdown-menu {
    position: absolute;
    left: 50%;
	height: auto;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0 -80px;
}

/* Top container (nav bar) */

body .top-container {
    margin-top: 10px!important;
}

/* Group Title */

.group-container {
    margin-top: 0;
}

.group-title {
    margin-top: 0;
    margin-bottom: 1em;
}

/* Radios & Checkboxes */

label::before {
	outline: none !important; 
}

input[type="checkbox"]:checked + label::after {
	border-radius: 3px;
	padding-top: 0;
	padding-left: 2px;
	line-height: 14px;
}

/* Arrays */

table.subquestion-list {
	margin-bottom: 10px;
}

tr.radio-list td {
	vertical-align: middle !important;
}

/* Sliders */

.slider-track-low, 
.slider-track-high {
    border-radius: 4px;
}

.slider-handle {
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0px solid transparent;
}

/* Text inputs */

.answer-container textarea {
	max-width: 600px;
}

.answer-item input[type=text].form-control {
	margin-bottom: 10px;
}

.input-sm {
    padding: 3px 10px;
    font-size: 14px;
}

/* Footer */

footer {
}

#footer-content {
	text-align: center;padding: 0.3em 0 0.4em;
}

.answer-hidden .answer-container {
	position: absolute;
	left: -9999em;
}

/* Bottom navigation */

.navbar-bottom {
	text-align: center;
}

.navbar-bottom ul.nav {
	float: none;
	padding: 0;
	text-align: center;
}

.navbar-bottom ul.nav li {
	display: inline-block;
	float: none;
}

/*Styles for the sliderSemanticDiff plugin
    Copyright (C) 2018 - Tony Partner (http://partnersurveys.com)
    Licensed MIT, GPL
    Version - 1.0
    Create date - 25/07/2018
*/ 

.semantic-diff-question ul.subquestion-list {
	display: block;
	max-width: 500px;
	margin: 0 auto;
} 

.semantic-diff-question ul.subquestion-list .answer-item {
	display: block;
	position: relative;
	margin: 0 1em 1.5em 1em;
	padding: 2em 0 0.25em 0;
	border-bottom: 1px solid #ddd;
}

.semantic-diff-question ul.subquestion-list label,
.semantic-diff-question ul.subquestion-list input.form-control,
.semantic-diff-question .slider .tooltip,
.semantic-diff-question .slider-track-low,
.semantic-diff-question .slider-track-high,
.semantic-diff-question .slider-selection {
	display: none;
}

.semantic-diff-question .slider.slider-horizontal {
	display: block;
    width: 90%;
	margin: 0 auto;
}

.semantic-diff-question .slider.slider-horizontal .slider-track {
    height: 20px;
    margin-top: -5px;
    top: 50%;
    left: 0;
	background: none #ededed;
	border: 1px solid #e1e1e1;
}

.semantic-diff-question .slider.slider-horizontal .slider-handle {
    height: 30px;
    width: 26px;
    margin-top: -10px;
    margin-left: -12px;
    top: 50%;
    left: 0;
	background: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.semantic-diff-question .slider-tick {
	position: absolute;
	top: 0;
	height: 18px;
	width: 2px;
	margin-left: -1px;
	background: #e1e1e1; 
    background-image: none;
    background-image: none;
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
 
.semantic-diff-question .slider_lefttext,
.semantic-diff-question .slider_righttext {
	display: block;
	top: 0;
	position: absolute;
	text-align: left;
	font-size: 1em;
}
 
.semantic-diff-question .slider_lefttext {
	left: 0;
}
 
.semantic-diff-question .slider_righttext {
	right: 0;
	text-align: right;
}
 
.semantic-diff-question .button-wrapper {
	padding: 20px 0 10px 0;
	text-align: center;
}
 
.semantic-diff-question .button-wrapper button {
	padding: 0.2em 1em;
	font-size: 0.9em;
	background-color: #ededed;
	border-color: #ddd;
	color: #333;
	text-shadow: none;
}
 
.semantic-diff-question .button-wrapper button.active-button {
    color: #ffffff;
	border: 1px solid;
}

.semantic-diff-question .button-wrapper button:focus {
  box-shadow: none;
  outline: none;
  outline-offset: inherit;
}

/*Styles for the insertOtherTexts plugin
    Copyright (C) 2018 - Tony Partner (http://partnersurveys.com)
    Licensed MIT, GPL
    Version - 1.0
    Create date - 25/07/2018
*/

.multiple-opt.with-added-others .answer-item.text-item label,
.multiple-opt.with-added-others .answer-item.text-item > div {
	float: left;
}

.multiple-opt.with-added-others .answer-item.text-item label {
	margin: 0;
	padding: 15px 5px 0 0;
}

/*Styles for the iconQuestion plugin
    Copyright (C) 2018 - Tony Partner (http://partnersurveys.com)
    Licensed MIT, GPL
    Version - 1.0
    Create date - 15/08/2018
*/

.with-inserted-icons .button-item .ls-icon {
    font-size: 4em;
}


















