/* General usage */
.clear {clear: both}
.hide {display: none}
.center {text-align: center}
.spacer {margin-right:10px}

html, body {
  width: 100%;
  height: 100%;
  min-height:640px;
  min-width:1024px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: #000;
}

body {
  width: 100%;
  height: 100%; /*in case of scrollbars, this should be auto*/
}

#fade2black {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  min-height:640px;
  background-color:#000;
  z-index:1000;
  display:none
}

.full {
  width: 100%;
  height: 100%;
}

.click {
  cursor: pointer;
}

/* Button */
.btn {
  box-shadow: 0px 1px 0px 0px #fff6af;
  background:linear-gradient(to bottom, #faeb1c 5%, #ffbd00 100%);
  background-color:#faeb1c;
  border-radius:6px;
  border:1px solid #ffbd00;
  display:inline-block;
  color:#000;
  font-family:arial;
  font-size:1.2em;
  font-weight:bold;
  padding:8px 34px;
  text-decoration:none;
  text-shadow:0px 1px 0px #ffee66;
  cursor:pointer;
}

.btn:hover {
  background:linear-gradient(to bottom, #ffbd00 5%, #faeb1c 100%);
  background-color:#ffbd00;
}

/* Input form elements */
input[type="text"],
input[type="password"],
input[type="email"] {
  background: rgba(0,0,0,0.5);
  height: 40px;
  width: 95%;
  border: 1px solid #000;
  border-radius: 8px;
  color: #fff;
  font-size: 1.2em;
  padding: 4px;
}


/* Checkbox */
input[type="checkbox"] {
  display:none;
}
input[type="checkbox"] + label {
  color: #f2f2f2;
  font-size:18px;
}
input[type="checkbox"] + label span {
  display:inline-block;
  width:19px;
  height:19px;
  margin:-1px 4px 0 0;
  vertical-align:middle;
  background:url(/assets/img/check_radio_sheet.png) left top no-repeat;
  cursor:pointer;
}
input[type="checkbox"]:checked + label span {
  background:url(/assets/img/check_radio_sheet.png) -19px top no-repeat;
}

.debug {
  color: #fff;
  background-color: #000;
} 

.a {
  width: 1113px;
  height: 1158px;   
}

/* MENU */
.tool_canvas {
  background-color: #000;
  border-radius: 10px;
}

.tool_canvas > span {
  float: left;
  display: block;   
  color: #b1b1b1;
  text-transform: uppercase;
  line-height: 35px;
  margin: 0 5px 0 10px;
}

#trust span.smiley {
  float: left;
  display: block;   
  margin: 0;
  width: 50px;
  height: 50px;
}

#trust span.smiley > img {
  position: relative;
  top: -7px;
}

#menu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

#menu > .button {
  width: 120px;
  height: 35px;
  line-height: 35px;
}

#menu > .button > span.icon {
  display: block;
  float: left;
  background-image: url(/assets/img/menu.png?v=1);
  width: 22px;
  height: 20px;
  margin-right:10px;
  margin-top: 7px;
}

#menu > .dropdown {
  display: none;
  background-color: #000;
  position: relative;
  top: -6px;
  left: 0;
  border-radius: 0 6px 6px 6px;
  width: 185px;
  height: 130px;  
}

#menu > .dropdown > a {
  display: block;
  height: 25px;
  line-height: 25px;
  color: #b1b1b1;
  background-color: #000;
  padding: 0 19px;
}

#menu > .dropdown > a:hover {
    background:linear-gradient(to bottom, #faeb1c 5%, #ffbd00 100%);
  color: #000;
}

#menu .spacer {
  height: 1em;
  width: 100%;
}

#menu .small {
  font-size: 0.62em;
  height: 30px !important;
  line-height: 120% !important
}

/* Person */
.person {
  position: absolute;
  display: block;
  left: 30%;
  bottom: 0;
  height: 90%;
}
#trust{
  display: none;
}

#trust, #progress {
  width: 230px;
  height: 35px;
  top: 20px;
  right: 20px;
  position: absolute;
  z-index:2;
}

#progress {
  right: 270px;
  width: 240px;
  display: none;
}

#trust > div {
  float: left;
  font-size: 130%;
  float: right;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  
  font-weight: bold;
  color: #ddcc07;
}

#progress > div {
  height: 100%;
  line-height: 35px;
  color: #ddcc07;
  text-align: right;
  margin-right: 10px;
  font-size: 130%;
  font-weight: bold;
  position: absolute;
  right: 0;
}

#progress > img {
  z-index:0;
  height:50px;
  position: relative;
  top: -7px;
  float: left;
  left: 5px;
}

#hoofdmenu > div {
  width: 100%;
  margin: auto;
  left: 0;  
}

#hoofdmenu .sh > div > img {
  border-radius: 50%;
  display: block;
  width: 100%;
  padding-bottom: 15px;
}

#hoofdmenu_stakeholders {
  top: 20%;
  margin: 0 auto;
  position: relative;
  float: left;
  z-index: 201;
}

.sh {
  float: left;
  text-align: center;
  width: 20%;
  font-size: 130%;
  text-shadow: 3px 3px 3px black;
  color: #fff;
}

.sh img {
  background-image: #fff;
  opacity: 0.4;
  cursor: pointer;
}

.sh img.active, .sh img:hover {
  background-color: none;
  opacity: 1;
}

.sh > div {
  padding: 15px;
}

.sh img.active { cursor: default}


#hoofdmenu_bord {
  width: 600px;
  height: 140px;
  position: absolute;
  bottom: 20px;
  margin-left: -300px;
  left: 50%;
  text-align: center;
  border-radius: 15px;
  border: 1px solid transparent;
  padding: 0;
}

#hoofdmenu_bord h1 {
  margin-top: 40px;
  font-size: 100%;
  color: #000;
}

#hoofdmenu_bord h2 {
  margin-top: 5px;
  font-size: 130%;
  color: #000;
}

#opnieuw_div {
  width: 800px;
  height: 450px;
  position: relative;
  background-color: #000;
  border-radius:10px;
}

#opnieuw_div .streep {
  width: 100%;
  height: 50px;
  background-repeat: repeat-x;
  position: absolute;
  border-radius: 10px;
}

#opnieuw_div .streep-boven {
  top: 0;
  left: 0;
}

#opnieuw_div .streep-onder {
  bottom: 0;
  left: 0;
}

#opnieuw_div h2 {
  padding-top: 100px;
  line-height: 130%;
}

.question {
  font-style: italic;
  text-align: center;
}

.video_button {
  position:absolute;
  right:50px;
  bottom:50px;
  display: none;
  z-index: 100;
}

#vg_up { display: block }
#vg_down { display: none }

#my_expert {
  width: 800px;
  height: 543px;
  margin: 0 auto;
  top: 100px;
}

.others-score {
 font-size: 26px;
  margin-top: 10px;
  width: 100%;
  float:left;
}
