/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
  @media (max-width: 767px)
{
	.hidden-xs
	{
		display: block !important;
	}
}
.answer-container.col-xs-12
{
	padding-bottom: 1em;
}
.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: -40px;*/
}
.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;
}

.question-container.row
{
	border-top: 1px solid #9E760D;
}


/* V6 */

.logo-container > img {
    max-height: 124px;
    padding: 0px;
    width: auto;
}

.navbar .container-fluid
{
	padding-left: 0px;
}


.btn-primary {
    background-color: #C39B5D;
	border-color: #C39B5D;
    color: #fff;
}

