/*
    LimeSurvey

    Copyright (C) 2007-2017 The LimeSurvey Project Team / Louis Gac
    All rights reserved.

    License: GNU/GPL License v2 or later, see LICENSE.php
    LimeSurvey is free software. This version may have been modified pursuant
    to the GNU General Public License, and as distributed it includes or
    is derivative of works licensed under the GNU General Public License or
    other free or open source software licenses.
    See COPYRIGHT.php for copyright notices and details.

    (¯`·._.·(¯`·._.·  LS team custom CSS   ·._.·´¯)·._.·´¯)

    You'd rather not touch it. This file can be overwritten by an update.


    ██████╗  ██████╗     ███╗   ██╗ ██████╗ ████████╗    ████████╗ ██████╗ ██╗   ██╗ ██████╗██╗  ██╗    ██╗
    ██╔══██╗██╔═══██╗    ████╗  ██║██╔═══██╗╚══██╔══╝    ╚══██╔══╝██╔═══██╗██║   ██║██╔════╝██║  ██║    ██║
    ██║  ██║██║   ██║    ██╔██╗ ██║██║   ██║   ██║          ██║   ██║   ██║██║   ██║██║     ███████║    ██║
    ██║  ██║██║   ██║    ██║╚██╗██║██║   ██║   ██║          ██║   ██║   ██║██║   ██║██║     ██╔══██║    ╚═╝
    ██████╔╝╚██████╔╝    ██║ ╚████║╚██████╔╝   ██║          ██║   ╚██████╔╝╚██████╔╝╚██████╗██║  ██║    ██╗
    ╚═════╝  ╚═════╝     ╚═╝  ╚═══╝ ╚═════╝    ╚═╝          ╚═╝    ╚═════╝  ╚═════╝  ╚═════╝╚═╝  ╚═╝    ╚═╝

    Please, use custom.css with "strong specificity"
    see: https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity

*/
@media (max-width: 767px)
{
	.hidden-xs
	{
		display: block !important;
	}
}
.answer-container.col-xs-12
{
	padding-bottom: 0em;
}
.navbar-default
{
	background-color: #C39B5D;
	border-color: #C39B5D;
}

.navbar-header
{
	position: relative;
	width: 924px;
	top: 0px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	margin-bottom: 0;
}
@media (max-width: 942px)
{
	.navbar-header
	{
		position: relative;
		width: 100%;
		top: 0;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-moz-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		margin-bottom: 0;
	}
}
.tooltip
{
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}
.tooltip-inner
{
	max-width: 200px;
	padding: 3px 8px;
	color: #FFF;
	text-align: center;
	background-color: orange;
	border-radius: 4px;
}
.tooltip.top .tooltip-arrow
{
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: orange;
	width: 10px;
}
>.mytooltip
{
	cursor: pointer;
	/*text-decoration: underline;
	font-weight: bold;
	color: orange;*/
}
.tooltipquestion .radio-item LABEL, .tooltipquestion .checkbox-item LABEL
{
	width: 100%;
}
.answer-item .tooltip .tooltip-inner
{
	max-width: 100%;
}
LI.radio-item, LI.checkbox-item, LI.radio-text-item, LI.checkbox-text-item
{
	margin-bottom: 8px;
}
.ls-answers.answers-list
{
	margin-bottom: -20px;
}
.ls-label-question H5
{
	margin-top: -32px;
	/*+placement: 0px 32px;*/
	position: relative;
	left: 0px;
	top: 32px;
}
.ls-answers .numeric
{
	width: 25%;
	text-align: right;
}
.dir-ltr .ls-questionhelp
{
	margin-left: 1.2em;
	margin-top: 0em;
	margin-bottom: 2em;
}
.date-timepicker-group .btn-primary
{
	padding-bottom: 8px;
}
.form-inline .input-group > .date-control
{
	width: 50%;
}
.button-list.gender-button
{
	padding-bottom: 4em;
}
.radio-list
{
	padding-bottom: 2em;
}

.survey-form-container .form-change-lang
{
	display: none;
}

#surveys-list-container .survey-contact
{
	padding-top: 72px;
	padding-bottom: 36px;
}

.navbar-fixed-top, .navbar-fixed-bottom
{
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1030;
}

#surveys-list-container .survey-list-heading
{
	display: none;
}

#block_error .text-danger
{
	display: none;
}
#block_error DIV H2
{
	display: none;
}
#block_error P
{
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
#block_error P A
{
	font-size: 16px;
}

.navbar-default .navbar-nav > LI > A
{
	color: #FFFFFF;
	font-weight: normal;
}
