﻿/*
Customer/Brand specific stylesheet for EnergyCheck
version 1.00 (24-oct-2017)

Used colors:
orange   		#d66e17
light orange	#f9e8c6
red				#b13535

This file should NOT be edited!
If you need custom styles or changes in styles specific for your application,
please use an application stylesheet to create (or override) styles!
*/


/***
/   Customer specific logo & colors
/--------------------------------------------------------***/
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, table,.leftbox,.rightbox,.answerbox,.lefboxqst, .widebox, #content, input,
label, select, option, a, .page_links, #bar_dropdown, table {
	font: 14px/19px Roboto, sans-serif;
}
h1,h2,h3,h4,h5,
.loginblockqst.nl::before,
.loginqst .sidebox .header01.nl + .hoewerkthet::before,
.questionbox, .page_title {
	font: 14px/22px Raleway, sans-serif;
}
select {
	font-size: 15px;
}
#page_align {
    position: absolute;
    width: 60em;
    margin-left: -30em;
    left: 50%;
}

.loginqst #bar_menu,
.login #bar_menu,
#bar_menu {
    background: #fff;
    background-image: none;
    z-index: 10;
}

.loginqst #logo,
.login #logo,
#logo {
    display: block;
    position: absolute;
    background: url(../images/brand/logo-ec.png) no-repeat;
    width: 200px;
    height: 34px;
    top: 26px;
    left: 2px;
}

#menu_list2 {
    border-left: none;
}
#menu_list2 a {
	text-align: right;
}
table.list td a,
#bar_doctabs li.active a,
#bar_doctabs a:hover,
#menu_list2 a,
#bar_buttons a,
#bar_buttons input,
.page_title,
.home h1,
.home h2,
.login h1,
.login h2,
.login .sidebox h2,
.login a,
.loginqst h1,
.loginqst h2,
.loginqst .sidebox h2,
.loginqst a,
a.qst_link {
    color: #d66e17 !important;
}
table.list {
	font-size: 0.9em;
}
table.list td a {
	font-size: 1em;
}
table.list td a,
a,
#menu_list2 a,
#bar_buttons a,
#bar_buttons input {
    color: #444444 !important;
}

#bar_buttons {
	height: auto;
	padding-bottom: 4px;
	border: 1px solid #e7e7e7;
	border-width: 1px 0;
}
#bar_buttons a {
	display: inline-block;
	border: 1px solid #e7e7e7;
	border-radius: 0.3em;
	color: #eee !important;
	background-color: #d66e17;
	float: none;
	padding-right: 15px;
}
#bar_buttons a:hover {
	background-color: #c65e0d;
	border-color: #e2e2e2;
	color: #fff !important;
	text-decoration: none;
}
#bar_buttons .buttonholder {
	float: none;
	display: inline-block;
}
#content {
	background-color: initial;
}
.labelleft, .labelleftred, .labelleftbig {
	background-color: initial;
}
.loginqst a:hover,
a.qst_link:hover {
    color: #444444 !important;
}

.page_links a,
.page_links a:hover {
    color: #888888 !important;
}

.page_links a.currentpage,
.page_links a.currentpage:hover {
    color: #444444 !important;
}

#bar_buttons,
tr.oddrow:hover,
tr.evenrow:hover,
#loading_bar,
#cancel_bar,
.processing_bar {
    background: #F5F5F5;
}

table.list a:hover,
a:hover,
table.list td a:hover,
#menu_list2 a:hover,
#bar_buttons .button_hover {
    color: #d66e17 !important;
}
#bar_buttons_adv, #bar_buttons_adv_top {
	background: #eee;
}

.oddrow {
    background: #f2f2f2
}

table.list td {
    border-bottom: 0
}

#bar_bottom {
    background: none;
    border-top: 2px solid #d66e17;
}

.login #bar_bottom {
	margin-top: 80px;
}

.help h2 {
    border-bottom-color: #d66e17
}

#apptitle {
    display: block;
    position: absolute;
    left: 224px;
    top: 36px;
    height: auto;
    padding-bottom: 4px;
    font-size: 20.4px;
    color: #999;
    padding-left: 16px;
}
#bar_doctabs {
    background: #fff;
    border-bottom: 1px solid #ccc;
}
#bar_doctabs li {
	background: #eee;
}
#bar_doctabs a {
	font-size: 1em;
}
/***
/   Customer specific menu colors
/--------------------------------------------------------***/
#menu{
	display: block;
    border-bottom: 2px solid #e7e7e7;
}
#menu li a {
    background: transparent;
    border: 0;
    color: #073053;
	font-size: 18px;
	/* border-bottom: 3px solid #d66e17; */
	font-weight: normal !important;
	padding: 0.5em 1em;
}
#menu_list li ul {
	width: 300px;
}
#menu_list li li {
    background: transparent;
}
#menu ul li:hover a,
#menu ul li.sfhover a {
    color: #073053;
}

/*main menu item hover effect*/
#menu li.on a {
    background-color: #fff;
    color: #073053;
}

/*main menu item ACTIVE state*/
#menu li li a {
    color: #888 !important;
}

/*override color for subitems*/
#menu li ul {
    background-color: #fff;
    color: #555;
    border: 0;
}

/*menu sub items*/
#menu li.submenu {
	position: inherit;
}
#menu .submenu ul {
	border: 2px solid #eee;
	border-top: 0;
}
#menu li ul a:hover,
#menu ul li a:hover,
#menu li li a:hover,
#menu li li li.sfhover a {
    color: #000 !important;
}


/*menu sub items hover*/

#menu_list li:hover,
#menu_list li li.sfhover,
li.submenu:hover {
    background-color: #eee !important;
}


/*menu sub items hover bgcolor*/

#menu ul li:hover a li {
    background-color: transparent !important;
}

#menu li li.sfhover ul 	{left:100%; margin: 1px 0 0 189px;}	

#menu_list .submenu li a {font-size:14px;}
/***
/   Menu items (default=4)  (100%/4=25%)
/--------------------------------------------------------***/

#menu li {
    width: auto;
}


/*only change this if there are MORE than 4 items, not LESS*/


/**
	 from app_kcvs.css brand specific part
*/

.page_title {
    margin-bottom: 1em;
    padding-top: 1em;
    font-weight: 700;
    font-size: 2em;
}

.leftbox {
    padding-left: 16px;
    margin-top: 16px;
    margin-right: 0;
    width: 45%;
    border: 0;
    float: left
}

.piform .leftbox {
    width: 390px;
}

.login #page_align {
    background: #fff;
    position: absolute;
    width: 764px;
    margin-left: -382px;
    left: 50%;
}

.login #bar_menu {
    height: 97px;
}

.login #logo {
    top: 10px;
    left: -14px;
}

.login .sidebox {
    margin-left: 0;
    width: 380px;
    margin-top: 0;
    float: none;
    border-left: none;
}

.login .leftbox {
	display: none;
}

.login h1 {
    font-size: 27.4px
}

.loginblock {
    width: 389px;
    height: 136px;
    background: url(../images/brand/block_login_bg_nl.gif) no-repeat
}

.admin {
    /* background: url(../images/brand/block_loginadmin_bg.gif) no-repeat */
    background: none;
}
.admin::before {
	content: 'Admin login';
	display: block;
    font-size: 21px;
    font-weight: 500;
}

.loginblock table {
    margin-top: 40px;
    padding: 8px;
    float: none;
    text-align: right;
}

.loginblock table td {
    padding: 0 4px;
}

.loginblock table input {
    width: 250px;
    margin: 0;
    padding: 3px
}

.login .error {
    background: #b13535;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 0;
    padding: 1em 1.5em;
}

.login .error.info 			{background: none repeat scroll 0 0 #d66e17; border: 3px double #FFFFFF; color: #FFFFFF; font-weight: bold;}
.login .error.info a		{color: white !important; text-decoration: none; font-weight: bold;}
.login .error.info a:hover	{color: white !important; text-decoration: underline;}


/**
	 from app_kcvs_qst.css brand specific part
*/

.loginqst #content,
.loginqst #container {
    width: 100%;
}

.loginqst #content {
    margin-top: 8px;
}

.loginqst .sidebox {
    float: none;
    padding-left: 20px;
    border-left: 1px solid #aaa;
}

.loginqst .lefboxqst {
    margin: 50px;
    width: 250px;
    background-color: #f9e8c6;
}

.loginqst .error {
    background: none repeat scroll 0 0 #a70240;
    border: 3px double #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 4px;
    padding: 10px 15px;
}

.loginqst .next2 input {
    size: 100px;
}

.loginqst .next2 td {
    font-size: 12px;
}

.loginqst .sidebox .boxbody {
    text-align: left;
    height: auto;
    margin-bottom: 16px;
    line-height: 13.5pt;
}

.loginqst .lefboxqst,
.loginqst .next2 td,
.loginqst .sidebox .boxbody {
    color: #5b5b5b;
}

.loginqst .sidebox h2 {
    margin-top: 16px;
}

.loginqst h1 {
    font-size: 28px;
    margin: 0;
    font-weight: normal
}

.loginqst h2 {
    font-size: 13px;
    margin: 0;
}

.loginqst #bar_bottom {
    width: 100%;
    margin-top: 2px;
}

.lefboxqst,
.widebox {
    padding-left: 16px;
    margin-top: 16px;
}

.loginqst #page_align {
    background: #fff;
    position: absolute;
    width: 764px;
    margin-left: -382px;
    left: 50%;
}

.loginqst #bar_menu {
    height: 97px;
}
#bar_menu {
    height: 128px;
}
.loginqst .sidebox {
    margin-left: 0;
    width: 100%;
    float: none;
    border: none;
    background: #d5be0e;
}

.loginqst .sidebox * {
    font: 14px/19px Roboto, sans-serif;
}

.loginqst .sidebox .hoewerkthet {
    list-style: none;
    padding: 0;
}
.loginqst .sidebox .header01.nl {
	display: none;
}
.loginqst .sidebox .header01.nl + .hoewerkthet::before {
	content: 'Hoe werkt het?';
	display: block;
    color: #FFFFFF;
    font-size: 50px;
	font-weight: 500;
    margin-bottom: 30px;
}

.loginqst .sidebox .hoewerkthet li {
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
	vertical-align: top;
    width: 31%;
    color: #073053;
}

.loginqst .sidebox .hoewerkthet li.een,
.loginqst .sidebox .hoewerkthet li.twee,
.loginqst .sidebox .hoewerkthet li.drie {
    background: none;
}
.loginqst .sidebox .hoewerkthet li.een::before,
.loginqst .sidebox .hoewerkthet li.twee::before,
.loginqst .sidebox .hoewerkthet li.drie::before {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: white;
    margin-right: 10px;
}
.loginqst .sidebox .hoewerkthet li.een::before {
	content: '1.';
}
.loginqst .sidebox .hoewerkthet li.twee::before {
   	content: '2.';
}

.loginqst .sidebox .hoewerkthet li.drie::before {
	content: '3.';
}
.loginqst .sidebox .hoewerkthet a {
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
}
.loginqst .sidebox .hoewerkthet a:hover {
	text-decoration: underline;
}
.loginqst .sidebox .info {
    background: #fff;
    width: 305px;
    height: auto;
    border: 2px solid #999999;
    padding: 5px;
}

.loginqst .sidebox #help01 {
    position: absolute;
    left: 50px;
    top: 250px;
    z-index: 1;
    visibility: hidden;
}

.loginqst .sidebox #help02 {
    position: absolute;
    left: 130px;
    top: 250px;
    z-index: 2;
    visibility: hidden;
}

.loginqst .sidebox .header01 a {
    position: relative;
    top: -8px;
    left: 10px;
}

.loginqst .lefboxqst {
    width: 100%;
    float: none;
    border: 0;
    margin: 0;
}

.loginqst h1 {
    font-size: 27.4px
}

.loginblockqst {
    width: 100%;
    float: none;
    padding: 32px 4px 32px 16px;
}

.loginblockqst.nl,
.loginblockqst.en,
.loginblockqst.ru {
	background: none;
}
.loginblockqst.nl::before,
.loginblockqst.en::before,
.loginblockqst.ru::before {
	display:block;
    font-size: 21px;
    color:#073053;
    font-weight: 500;
    margin-right: 10px;
}
.loginblockqst.nl::before {
	content: 'Inloggen vragenlijst';
}
.loginblockqst.en::before {
	content: 'Login questionnaire';
}
.loginblockqst table {
    margin-top: 16px;
    padding: 8px;
    text-align: right;
}

.loginblockqst table td {
    padding: 0 4px;
}

.loginblockqst input[type=submit],
.loginblock input[type=submit] {
    margin: 0px 0px 8px 110px;
    padding: 8px 16px 8px 16px;
    border: none;
    color: #fed;
    text-transform: uppercase;
    background-color: #d66e17;
    text-align: center;
    cursor: pointer;
    border-radius: 0.3em;
}

.loginblockqst table input {
    width: 250px;
    margin: 0;
    padding: 0.3em;
    font-size: 14px;
}
.login #content {
    border: none;
}
.home {position: relative;}
.home .box {
    width: 100%;
}

table.advisor_progresstable {
    position: absolute;
    top: 64px;
/*     left: 228px;
    width: 452px; */
    left: 0;
    width: 640px;
    border: 1px solid #d66e17;
    background: #f9e8c6;
    border-radius: 4px;
}

table.advisor_progresstable td {
    padding: 2px;
    color: #333;
    font-size: 12px;
}

table.advisor_progresstable td.fill {
    background: #d66e17;
}

#error_message {
    position: absolute;
    top: 250px;
    left: 25%;
    right: 25%;
    font-size: 12px;
    color: #FFFFFF;
    background: #b13535;
    border: none;
    z-index: 120;
    padding: 1em;
    box-shadow: 0px 3px 7px rgba(0,0,0,0.25);
}

#apptitleqst {
    display: block;
    position: absolute;
    left: 224px;
    top: 37px;
    height: 26px;
    padding-bottom: 4px;
    font-size: 20.4px;
    color: #999;
    padding-left: 16px;
    width: 68%;
}

#apptitleqst img {
    border: 0;
    float: right;
    margin-top: -5px;
}

#apptitleqst2 {
    display: block;
    position: absolute;
    left: 224px;
    top: 37px;
    height: 26px;
    padding-bottom: 4px;
    font-size: 20.4px;
    color: #999;
    border-left: none;
    padding-left: 16px;
    width: 75%;
}

#apptitleqst2 img {
    border: 0;
    float: right;
    margin-top: -5px;
    margin-right: 14px;
}

.unanswered {
	position: relative;
    color: #fff;
    display: inline-block;
    background: #b13535;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    padding: 0.3em 1em 0.3em 3em;
    border-radius: 10px;
    margin-left: -3em;
}
.unanswered::before {
	content: "*";
	position: absolute;
	top:10px;
	left: 7px;
	font-size: 40px;
}
.resultsTable .section {
    background: #d66e17;
}


a.button_start,
a:hover.button_start,
a.button365 {
	display: block;
	margin: 0px 0px 8px;
    padding: 8px 16px 8px 16px !important;
    border: none !important;
    color: #fed !important;
    text-transform: uppercase;
    background-color: #d66e17 !important;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0.3em;
}
a.button_start:hover,
a:hover.button_start:hover,
a.button365:hover,
.loginblockqst input[type=submit]:hover,
.loginblock input[type=submit]:hover {
	color: #fff !important;
	background-color: #d06010 !important;
}
a.button365 {
	display: inline-block;
	margin-bottom: 1em;
}


.questionbox {
	background: #c5ae0e;
}
.answerbox {
	padding: 1em;
	margin-bottom: 3em;
	background-color: #f9e8c6;
}
dt {
	color: #fff;
	font-weight: 500;
	padding: 1em;
	font-size: 1.5em;
}
.ruler {
    border-bottom: none !important;
}
.advisor_questions label {
	color: #073053;
    padding: 0.2em 0.8em 0.2em 0.2em;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
}
.advisor_questions label:hover		{ border: none !important; }
label input:checked + span {font-weight:700}

#bar_bottom .copyright {
	font-size: 12px;
	text-decoration: none;
}
#bar_bottom .copyright:hover {
	text-decoration: underline;
}
#bar_buttons_adv, #bar_buttons_adv_top,
#bar_buttons_adv a, #bar_buttons_adv_top a {
	min-height: 66px;
	height: auto;
}
#bar_buttons_adv a, #bar_buttons_adv_top a {
	width: 150px;
}
#bar_buttons_adv td, #bar_buttons_adv_top td {
	vertical-align: top;
}

.logoclip {float:right;}
#apptitleqst img {max-width: 110px}
#container {background: #fafafa;}

input:focus[type="text"], input:focus[type="password"], textarea:focus {
	/* background: inherit; */
	border: default;
}

input[type="text"], input[type="password"], textarea {
	padding: 0.2em 0.4em;
}
input:read-only, textarea:read-only {
	background-color: #f9f9f9;
	border-color:#bbb;
	color: #777;
}
input:disabled + label {
	color: #777;
}
