/* GENERAL */
body {
	color: #333;
}

a {
	color: #8ec287;
}

a:hover {
	color: #8ec287;
}

ul li:before {
	color: #333;
}

/* HEADER TEXT (Next to Logo) */
.epi-header-center {
	color: #333;
}

/* ICON (At the start of questions) */
.epi-icon {
	background-color: #333;
	color: #fff;
}

.epi-block.info .epi-icon {
	background-color: #333;
}

/* TABLE */
.epi-table tr.epi-table-header-row > .epi-table-header-cell {
	border-color: #333;
}

.mobile .epi-table.responsive .epi-table-header-cell {
	background-color: #fff;
	color: #333;
	border-color: #333;
}

/* CATEGORY CLICKBOX */
input[type=radio]:checked + .epi-clickbox, input[type=checkbox]:checked + .epi-clickbox {
	border-color: #333;
	color: #8ec287;
}

/* BUTTON */
.epi-nav input[type=submit], .epi-button {
    background-color: #333;
    border-color: #333;
	color: #fff;
}

.epi-nav input[type=submit]:hover, .epi-button:hover {
	background-color: #ace0a5;
    border-color: #ace0a5;
	color: #fff;
}

.epi-back input[type=submit] {
	background-color: #fff;
	border-color: #333;
	color: #333;
}

.epi-back input[type=submit]:hover {
	background-color: #fff;
	border-color: #ace0a5;
	color: #ace0a5;
}

/* FOOTER */
.epi-footer {
	background-color: #fff;
	color: #333;
}

.epi-progress td:first-child:not(:last-child) {
	background-color: #333 !important;
}

.epi-progress td:last-child {
	background-color: #333 !important;
	color: #fff;
}

.epi-main.no-progress .epi-info {
	border-color: #333;
}

/* NO INPUT */
.epi-block.no-input .epi-simple input:checked ~ .epi-label,
.epi-block.no-input .epi-simple input:checked ~ .epi-sub-answer,
.epi-block.no-input .epi-simple ~ .epi-category > input:checked ~ .epi-label,
.mobile .epi-block.no-input .epi-table.responsive input:checked ~ .epi-label,
.mobile .epi-block.no-input .epi-table.responsive input:checked ~ .epi-sub-answer {
	border-color: #333;
	background-color: #eee;
}

/* LOADING PAGE */
.epi-loader-icon {
	border-color: #333;
}

.reload-secs{
	color: #333;
}

/* FOCUS */
input:not([type=submit]):focus,
textarea:focus,
select:focus {
	border-color: #688688 !important;
}

a:focus,
input[type=submit]:focus,
.epi-block:focus,
.epi-button:focus,
.epi-category:focus > input + .epi-clickbox,
.epi-wcag-button:focus,
.epi-auto-answer:focus,
input[type=submit]:focus {
	outline-color: #688688;
}

.epi-block.no-input .epi-simple .epi-category:focus > .epi-label,
.epi-block.no-input .epi-simple ~ .epi-category:focus > .epi-label,
.mobile .epi-block.no-input .epi-table.responsive .epi-category:focus > .epi-label,
.epi-block.no-input .epi-simple .epi-category:focus > input:checked ~ .epi-label,
.epi-block.no-input .epi-simple ~ .epi-category:focus > input:checked ~ .epi-label,
.mobile .epi-block.no-input .epi-table.responsive .epi-category:focus > input:checked ~ .epi-label {
	border-color: #688688;
}

.rtl .epi-block.no-input .epi-simple .epi-category:focus > .epi-label,
.rtl .epi-block.no-input .epi-simple ~ .epi-category:focus > .epi-label,
.rtl .mobile .epi-block.no-input .epi-table.responsive .epi-category:focus > .epi-label {
	border-color: #688688 !important;
}

.slider-connect {
	background-color: #ace0a5 !important;
}

/*@media only screen and (min-width: 840px) {
	.web .epi-question .column {
		display: inline-block;
		width: 75%;
		padding-right: 15px;
		vertical-align: middle;
	}

	.web .epi-question .column:last-child {
		width: 25%;
		padding-left: 15px;
		padding-right: 0;
		border-left: 1px solid #ccc;
	}
}*/

.epi-question .column:last-child {
	padding: 35px 0 25px;
	font-size: 13px;
	line-height: 145%;
}

.epi-question .column:not(:last-child) {
	font-size: 16px;
	line-height: 120%;
}

/*@media only screen and (max-width: 840px) {
	.epi-question .column:last-child {
		padding-top: 15px;
	}
}*/

.epi-header {
	padding: 15px 0;
}

.incorrect, .correct {
	font-size: 120%;
}

.incorrect {
	color: red;
}

.correct {
	color: green;
}

[disabled] .slider-handle, [disabled].slider-handle, [disabled].slider-target {
	cursor: default !important
}

.slider-body[disabled] .slider-connect {
	background-color: #ace0a5 !important;
	opacity: 1 !important;
}

[disabled] .slider-tooltip {
	padding: 5px !important;
    display: inline-block;
	font-size: 15px;
	font-weight: bold;
	line-height: 100% !important;
	border: 1px solid black;
}
[disabled] .slider-tooltip:before,
[disabled] .slider-tooltip:after {
    content: '';
    display: block;  
    position: absolute;
    left: 50%;
	top: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
	border-top-color: black;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[disabled] .slider-tooltip:after {
	border: 6px solid transparent;
    border-top-color: white;
}

[disabled] .slider-horizontal .slider-tooltip {
	bottom: 38px !important;
}

[disabled] .slider-horizontal .slider-tooltip.below {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: auto !important;
	top: 38px;
}

.explain-text { font-size: 16px }

#expand-button {
	display: inline-block;
	padding: 5px 0;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 10px;
}

#expand-button:hover {
	text-decoration: underline;
}

#expand-info {
	display: none;
}

#expand-info.active {
	display: block;
}





[disabled] .slider-horizontal .slider-tooltip.below:before,
[disabled] .slider-horizontal .slider-tooltip.below:after {
	top: auto;
	bottom: 100%;
    border-top-color: transparent !important;
    border-bottom-color: black;
}

[disabled] .slider-horizontal .slider-tooltip.below:after {
	border-bottom-color: white;
}



[disabled] .slider-handle {
	border: none;
	background-color: transparent;
	box-shadow: unset
}

[disabled] .slider-handle:before,
[disabled] .slider-handle:after {
	height: 24px;
	top: 3px;
	background: black;
}

[disabled] .slider-handle:before {
	left: 13px;
	width: 2px;
}

[disabled] .slider-handle:after {
	display: none;
}

[disabled] .slider-handle.color2 .slider-tooltip {
	background-color: #ccf0c5;
	color: #5e9257;
}
[disabled] .slider-handle.color2:before {
	background-color: #5e9257;
}
[disabled] .slider-handle.color2 .slider-tooltip:after {
	border-top-color: #ccf0c5;
}
[disabled] .slider-handle.color2 .slider-tooltip.below:after {
	border-bottom-color: #ccf0c5;
}


[disabled] .slider-handle.color3 .slider-tooltip {
	background-color: #333;
	color: #fff;
}
[disabled] .slider-handle.color3:before {
	background-color: #333;
}
[disabled] .slider-handle.color3 .slider-tooltip:after {
	border-top-color: #333;
}

[disabled] .slider-handle.color3 .slider-tooltip.below:after {
	border-bottom-color: #333 !important;
}

[disabled] .slider-handle.color1:before {
	background-color: #fff;
	outline: 1px solid #aaa;
}



[disabled] .slider-tooltip.left {
	-webkit-transform: translate(-85%, 0);
    transform: translate(-85%, 0);
}
[disabled] .slider-tooltip.left:before,
[disabled] .slider-tooltip.left:after {
    left: 85%;
}

[disabled] .slider-tooltip.right {
	-webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
}
[disabled] .slider-tooltip.right:before,
[disabled] .slider-tooltip.right:after {
    left: 15%;
}

.epi-back img {
	height: 50px;
	max-width:none;
	margin: 0 10px 10px 0;
	vertical-align: middle;
}

.epi-back img:first-child {
	height: 40px;
}

.epi-header-left img {
	margin-bottom: -15px;
	max-width: 100px;
}

.epi-main {
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: right 25px top 200px
}

.epi-block {
	background-color: rgba(255,255,255,0.85)
}