/* General styles */

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.clean {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.clean li {
    width: 100%;
    float:left;
    text-align: left;
}

.clean .message li {
	float:none;
}

.hidden {
	display: none;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

body {
    font-size: 16px;
    margin: 0px;
  	color: #333;
  	background-color: #ffffff;
  	font-family: 'Open Sans', sans-serif;
}

#result {
    width: 100%;
}

#result ul {
    display: block;
    margin: 0px;
    border-bottom: 1px solid #b1cad2; 
}

#result ul li {
    line-height: 2.3rem;
    font-size: 0.75rem;
    text-transform: uppercase; 
}

#result .succes {
    color: #40a061;
    background-color: #d5e6de;
}

#result .error {
    color: #b43e3e;
    background-color: #f5e5e5;    
}

.inkesta-beheer {
	background-color: #e6eff2;
}

h1,h2,h3 {
    text-transform: uppercase;
}

.inkesta-beheer h1 {
	color: #7d7d7d;
	color: #4c4c4c;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

h1            {font-size: 0.98rem;}
h2            {font-size: 1.1rem; margin: 1rem 0;}
h3            {font-size: 1rem;}
p,label,td,th {font-size: 0.73rem; line-height: 1.2rem;}

.candidate-votingresults h3:not(:nth-child(2)) {
	margin-top: 80px;
}

header {
	width: 100%;
    height: 130px;
    position: relative;
    background-image: url('/css/img/inkesta.png');
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: auto 53px;
}

header a.logout{
	float:right;
 	margin-right: 60px; 
	margin-top: 7px;
	color: #ffffff;
/* 	line-height: 1.9; */
}

header h1 {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 1.3rem 0rem;
}

.frontpage h1 {
    display: none;
}

#language-nav {
	width: 30px;
    padding-top: 2px;
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
    background-color: #f2f2f2;
    padding-bottom: 4px;
    border-radius: 0px 0px 5px 5px;
}

#languages {
	margin:0px;
    padding: 0px;
    height: 23px;
    overflow: hidden; 
}
	
#languages.open {
   overflow: none;
   height: auto;
}

.language {
	width: 22px;
    height: 16px;    
    display: block;
    margin: 0px 3px 6px 3px;
}

.language img {
    position: relative;
}

/*correction for bigger flags*/
#language-nav {
	width: 80px;
    background-color: transparent;
}	

#languages {
    height: 46px;
}

.language {
	width: 44px;
    height: 44px;
}
.language img {
	width:60px;
	height: 40px;
	object-fit: cover;
	border: 1px solid black;	
}    
/*end correction*/

#navigation,
#mainnavigation {
    width: 850px;
    height: 50px;
    margin: 0px auto;
}

#navigation a,
#mainnavigation a {
    font-size: 0.75rem;  
}

#mainnavigation a.logout {
    color: #ffffff;
}

#mainnavigation #menu {
    float:left;
}

#mainnavigation #menu ul {
    margin: 0px;
    padding: 0px;
    
}

#mainnavigation #menu li {
    float: left;
    list-style-type:none;    
    position:relative;
    background: #333333;
    line-height: 2em;
    color: #fff;
    border-radius:10px;
    margin-right:20px;
}

#mainnavigation #menu li:hover {
    background: #555555;
}

#mainnavigation #menu li li:hover {
    background: #333;
    border-radius:0px 0px 0px 0px;
}


#mainnavigation #menu li label {
     padding: 0px 20px;
}

#mainnavigation #menu li ul  {
    position: absolute;
    z-index:2;
    display: none;
    padding-top:10px;
}

#mainnavigation #menu:hover label {
    cursor: pointer;
}

#mainnavigation #menu li:hover ul {
    display: block; 
    cursor: pointer;
}

#mainnavigation #menu li ul li {
    line-height: 3em;
    padding: 0px 20px;
    width:150px;
    border-radius:0px;
}

#mainnavigation #menu li ul li a {
    color: #fff;
    text-decoration: none;
}

#mainnavigation #menu li ul li a:hover {
    text-decoration: underline;
}

#mainnavigation #logout {
    float:right;
    margin-top: 40px;
}

#breadcrumb {
    line-height: 21px;
    font-size: 0.75rem;
}

.ico-dashboard {
    text-indent: -99999px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    float:left;
    background-image: url('/css/img/icons/navigation/icoon-home.png');
    background: none,
            url('/css/img/icons/navigation/icoon-home.svg') no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.ico-gear {
    text-indent: -99999px;
    width: 24px;
    height: 24px;
    line-height: 24px;
/*     margin-right: 10px; */
    float:left;
    background-image: url('/css/img/icons/navigation/icoon-gear.png');
    background: none,
            url('/css/img/icons/navigation/icoon-gear.svg') no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.ico-back{
		text-indent: -99999px;
width: 24px;
height: 24px;
line-height: 24px;
margin-right: 10px;
float: left;
background-image: url('/css/img/icons/navigation/left-arrow.png');
background: none, url('/css/img/icons/navigation/left-arrow.svg') no-repeat;
    background-repeat: repeat, no-repeat;
    background-size: auto auto, auto auto;
background-repeat: no-repeat;
background-size: 100% 100%;	
    margin-top: 9px;
}



.ico-logout {
	padding-left: 20px;
}

.screen {
	background-color: #ffffff;
    border-top: 1px solid #bcdee7;
    border-bottom: 1px solid #bcdee7;
    margin-bottom: 40px;
}

.screen.clean {
    border: none;
}

.screen h2 {
    margin: 0px 0px 2rem 0px;
}

.template-stembiljet h2 {
	margin-bottom: 0px;
	margin-top: 0.6rem;
}

.template-stembiljet h3 {
	margin: 0.8em 0em;
}

.inkesta-beheer a {
	color: #545C6E;
}	

.remove {
	margin-left: 10px;
	padding: 4px 9px;
	background-color: #ccc;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 15px;
	cursor: pointer;
	font-size: 0.8rem;
}

.inkesta-beheer .screen-container h2 {
	font-family: 'Open Sans Condensed', sans-serif;	
	font-size: 1.7rem;
	color: #4c4c4c;
	text-transform: uppercase;
}

.inkesta-beheer .screen-container th {
	color: #5f5f5f;
	text-transform: uppercase;
	font-weight: 400;
	text-align: left;
/* 	padding: 0px; */
	padding: 0px 10px 0px 0px;
}

.rotated-headers {
	width: 93%;
}

.rotated-headers .one-liner {	
/* 	white-space: nowrap; */
	position: relative;
	cursor: context-menu;
}

.rotated-headers .one-liner .statement {
	overflow: hidden;
/* 	max-width: 400px; */
	display: block;	
	height: 2.3rem;
}

.rotated-headers .one-liner .popup-remark {
	display: none;
	position: absolute;
	top:  0px;
	left: 60%;		
	background-color: #ffffff;
	width: 400px;	
	padding: 5px 9px;
	border: 1px solid #cccccc;
	white-space: normal;
	z-index: 2;

}

.rotated-headers .one-liner:hover .statement {
	text-decoration: underline;
}

.rotated-headers .one-liner:hover .popup-remark {
 	display: block;
}

.inkesta-beheer .screen-container .rotated-headers th {
	height: 270px;
	white-space: nowrap;
}

.inkesta-beheer .screen-container .rotated-headers th > div {
	transform: translate(25px, 102px) rotate(289deg);
	width: 30px;
}
.inkesta-beheer .screen-container .rotated-headers th > div > span {
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
}

.inkesta-beheer .screen-container .rotated-headers .button {
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	line-height: 1.8rem;	
	text-align: center;
	margin-left: 0px;
	border-radius: 1.2rem;
	min-width: 15px;
	min-height: 20px;
}

.button--inverted{
	margin-left: 13px;
	text-decoration: none;
	background-color: #133e6d;
	color: #4C5665;
	border-radius: 1.2rem;
	text-transform: uppercase;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 1.2rem;
	background-color: #ffffff;
	margin-top: 12px;
	margin-right: 10px;
}

.rotated-headers .button.button__empty {
	background-color: #b43e3e;	
}

.rotated-headers .button.button__half {
	background-color: #e7971e;
}

.rotated-headers .button.button__full {
	background-color: #44a242;
}

.rotated-headers .button.button__clear {
	background-color: #8f8f8f;
	color: #ffffff;
}

.button-legend {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.button-legend li {
	line-height: 1.8rem;
}

.button-legend li span {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 0.75rem;
}

.settings input[type="radio"] {
	height: auto;
	display: block;
}

.settings th {
	vertical-align: top;
}

.settings .number {
	border-radius: 10px;
	background-color: #666464;
	padding: 0px 4px;
	margin-left: 5px;
	font-size: 0.8em;
	line-height: 22px;
	display: inline-block;
	color: #ffffff;
}

.screen-container {
    padding: 30px;
    position: relative;
    width: 260px;
    margin: 0px auto;
}

.close-button,
.help-icon,
.help-icon-dash {
	/*background-color: #133e6d;*/
	background-color: #008000;
    color: #ffffff;
    /*font-size: 0.70rem;*/
	font-size: 1.70rem;
	font-weight: 700;
    text-align: center;
    /*border-radius: 0.53rem;*/
	border-radius: 1rem;
    display: block;
    position: absolute;
    top: 5px;
    right: 20px;
    /*line-height: 1.1rem;
    width: 1.06rem;
    height: 1.06rem;*/
	line-height: 2rem;
    width: 2.06rem;
    height: 2.06rem;
    cursor: pointer;
}
.help-icon-dash {
	position: relative;
	float: right;
	right: 0px;
	background-color: #4baf50;
	margin: -12px 10px; 0px 0px;
}	
.inkesta-beheer .close-button,
.inkesta-beheer .help-icon {
	top: 20px;
}

.close-button {
    background-color: #b7c2c5;
    top: 10px;
    line-height: 1rem;
    display: none;    
}

.help-close,
.pop-up-close {
	font-size: 0.75rem;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    padding-right: 25px;
    background-image: url('/css/img/icons/navigation/arrow-up.png');
    background: none,
            url('/css/img/icons/navigation/arrow-up.svg') no-repeat;
    background-repeat: no-repeat;
    background-position: right center;
    line-height: 19px;
    cursor: pointer;
    color: #333;   
}

.help-content {
    display: none;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #222;
}

.help-content .help-close {
	display: none;
}

.dash-title .help-content {
	padding-left: 20px;
	border-bottom: none;
	margin-bottom: 0px;
	text-transform: none;
}

.pop-up-content {
    display: none;
    position: absolute;
    position: fixed;
	top: 0px;
    left:0px;
    background-color:#d4eaf0;
    background-color:#ffffff;
    width: 100%;
    height: 100%;
}

.pop-up-content .message {
	border: 1px solid #BCDEE7;
    background-color: #ffffff;    
    position: relative;
    padding: 0px 30px;
}


label {
     line-height: 1.5rem;
}

.fake-select,
input {
    border: 1px solid #888888;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8rem;
    padding-left: 7px;
    border-radius: 10px;
}

.table-columns th,
.table-columns td {
	width: 10%;
    vertical-align: top;
}

.table-columns .double {
	width: 20%;
}

.table-columns .quarter {
	width: 25%;
}

.table-columns .triple {
	width: 30%;
}

.table-columns .third {
	width: 33.33%;
}

.table-columns .quadruple {
	width: 40%;
}

.table-columns .half {
	width: 50%;
}

.table-columns .three-quarters {
	width: 75%;
}

.align-right {
	text-align: right;
}
.align-center{
	text-align: center;
}

td.selected{
	font-weight: bold;
}
td a.active{
	font-weight: bold;
}

.inkesta-beheer input[type="radio"] {
    width: auto;
    margin-right: 20px;
}

.check-type-classic {
    background: url('/css/img/icons/voting/classic-checked.png') no-repeat;
    background: none,
            url('/css/img/icons/voting/classic-checked.svg') no-repeat;
}

.check-type-classic-small-bw {
    background: url('/css/img/icons/voting/classic-small-bw-checked.png') no-repeat;
    background: none,
            url('/css/img/icons/voting/classic-small-bw-checked.svg') no-repeat;
}

.check-type-classic-small {
    background: url('/css/img/icons/voting/classic-small-checked.png') no-repeat;
    background: none,
            url('/css/img/icons/voting/classic-small-checked.svg') no-repeat;
}

.check-type-rond-simpel {
    background: url('/css/img/icons/voting/rond-simpel-checked.png') no-repeat;
    background: none,
            url('/css/img/icons/voting/rond-simpel-checked.svg') no-repeat;
}

.check-type-rounded-corner {
    background: url('/css/img/icons/voting/rounded-corner-checked.png') no-repeat;
    background: none,
            url('/css/img/icons/voting/rounded-corner-checked.svg') no-repeat;
}

.radio-line {
    float:left;
    width: 100%;
    padding-right: 40px;
    background-position: 30px 0px;
}



.fake-select,
.inkesta-beheer input[type="text"] {
	width: 80%;
}

.fake-select {	
	background: url('/css/img/icons/navigation/arrow-down.png') no-repeat;
    background: none,
            url('/css/img/icons/navigation/arrow-down.svg') no-repeat;
			
	background-repeat: no-repeat;
	background-position: 99% center;
    cursor: pointer;
}

.dash-block .fake-select {
    float: left;
    width: 303px;
    height: 40px;
    background: #FEFEFE;
    border: 1px solid #C6C5C5;
    border-radius: 3px;
    overflow: hidden;
    outline: 0px none !important;
    background-image: url('img/select-arrow.png');
    background-repeat: no-repeat;
    background-position: 290px center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #7E7D7D;
    line-height: 40px;
}

.fake-options, .fake-options ul, .fake-options li  {
	list-style-type: none;
}

.fake-options {
	margin-left: 0px;
	padding-left: 10px;
}

.dash-block td {
    position: relative;
}

.dash-block .fake-options {
    position: absolute;
    top: 29px;
    border: 1px solid #ddd;
    z-index: 3;
    background-color: #ffffff;
    padding-left: 5px;
    width: 304px;
}

.dash-block .fake-options ul {
    margin-left: 0px;
    padding-left: 0px;    
}

.dash-block .fake-options li{
   float:left;
   width: 98%;
}

.fake-options li.option {
   
    line-height: 35px;
    height: 35px;
    border-radius: 13px;
    border: 1px solid #ccc;
    padding-left: 10px;
    margin-bottom: 5px;
}

.fake-options label {
    margin: 0px;
    padding: 0px;
    line-height: 35px;
}

.fake-options li.option label {
    cursor: pointer;
}

.icon-orderby{
  display: inline-flex !important;
 	/*float: right; */
/*flex-direction: column;*/
  height: 100%;
  margin-left: 5px;
  
}
.icon-orderby:before{
  content:'';
  border-bottom: solid 7px #646464;
  border-right: solid 4px transparent;
  border-left: solid 4px transparent;
  margin-bottom: 2px;
}
.icon-orderby:after{
  content:'';
  border-top: solid 7px #646464;
  border-right: solid 4px transparent;
  border-left: solid 4px transparent;
}

.orderby-down:before{
  opacity: 0.5;
}
.orderby-up:after{
  opacity:0.5; 
}

input[type="file"] {
	border: none;
	padding-left: 0px;
}

.horizontal label {
	float:left;
    margin-right: 5%;    
    overflow:hidden;
    height: 26px;
    min-width: 43%;   
}

.horizontal .captcha,
.horizontal .check-holder,
.horizontal input {
	float:left;
    width: 55%;
    width: 45%;    
}

.horizontal input.zip_nr,
.horizontal input.zip_text,
.horizontal input.dob_day,
.horizontal input.dob_month,
.horizontal input.dob_year {
	width: 4%;
	min-width: 25px;
	margin-right: 2%;
}

.horizontal input.dob_year {
	min-width: 35px;
	width: 5%;	
	margin-right: 0%;
}

.horizontal input.zip_nr {
	min-width: 35px;
	width: 5%;	
}

.horizontal .check-holder input + label {
	width: auto;
}


/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"].styled:not(:checked),
[type="radio"].styled:checked{
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked)+ label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  padding-left: 34px;  
  line-height: 31px;
  
}

[type="checkbox"]:not(:checked) + label,
[type="radio"].styled:not(:checked) + label {
    background: url('/css/img/icons/icons/form-elements/default-unchecked.png') no-repeat;
    background: none,
            url('/css/img/icons/form-elements/default-unchecked.svg') no-repeat;
    
}

[type="checkbox"]:checked + label{

     background: url('/css/img/icons/icons/form-elements/default-checked.png') no-repeat;
    background: none,
            url('/css/img/icons/form-elements/default-checked.svg') no-repeat;

    
}
[type="radio"].styled:checked + label{
	
	     background: url('/css/img/icons/icons/form-elements/default-radio.png') no-repeat;
    background: none,
            url('/css/img/icons/form-elements/default-radio.svg') no-repeat;	
}


/* Versie 2 */

#candidates [type="checkbox"]:not(:checked) + label {
    background: url('/css/img/icons/voting/classic-small-bw-unchecked.png') no-repeat;
    background: none,
            url('/css/img/icons/voting/classic-small-bw-unchecked.svg') no-repeat;
    
}

#candidates [type="checkbox"]:checked + label {
    background: url('/css/img/icons/voting/classic-small-bw-checked.png') no-repeat;
    background: none,
            url('/css/img/icons/voting/classic-small-bw-checked.svg') no-repeat;
    
}


/* Andere opties
classic-checked.png
classic-checked.svg
classic-small-bw-checked.png
classic-small-bw-checked.svg
classic-small-bw-unchecked.png
classic-small-bw-unchecked.svg
classic-small-checked.png
classic-small-checked.svg
classic-small-unchecked.png
classic-small-unchecked.svg
classic-unchecked.png
classic-unchecked.svg
rond-simpel-checked.png
rond-simpel-checked.svg
rond-simpel-unchecked.png
rond-simpel-unchecked.svg
rounded-corner-checked.png
rounded-corner-checked.svg
rounded-corner-unchecked.png
rounded-corner-unchecked.svg

*/

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1.5);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

.horizontal p {
	width: 100%;
	float:left;
}

input.clearme {
	color: #cccccc;
}

input.cleared {
	color: #000000;
}

.horizontal label,
.horizontal input {
    margin-bottom: 1rem;
}

.horizontal input[type="submit"] {
    position: absolute;
    bottom: -36px;
    right: 30px;
}

.horizontal  .cancel {
	position: absolute;
    bottom: -36px;
    left: 30px;
    margin-bottom: 1rem;
}

.inkesta-beheer .horizontal input[type="submit"],
.inkesta-beheer .horizontal .cancel {
	position: inherit;
	bottom: auto;
	left: auto;
	right: auto;	
}


input[type="submit"] {
    background-color: #cce6ed;
    border: 0px;
    border-radius: 20px;
    width: auto;
    min-width: 110px;
    height: 40px;
    font-size: 1rem;
}

input[type="submit"].filters { 
    text-indent: -9999px;
    background: url('/css/img/icons/refresh-icon.png') no-repeat;
    background-color: #B95756;
    background-size: 60%;
    background-position: center center;
    border: 1px solid #8A3E3D;
    min-width: 40px;
    padding:0px;
    border-radius: 2px;
    height: 42px;
    float:left;
}

.horizontal .alternative {
    display: block;
    background-color: #ffffff;
    border-radius: 20px;
    height: 25px;
    line-height: 25px;
    border: none;
    color: #222;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-decoration: underline;
    width: auto;
    font-weight: 700;
    text-align: right;
    margin: 20px auto 0px auto;
    padding: 0px 7.5%;

}

table {
    width: 100%;
}

footer {
	width: 320px;
    margin: 0px auto 0px auto;
    padding-bottom: 40px;
}

#logo-mcafee {
    padding-left: 100px;   
    background: url('/css/img/logos/mcafee-secure.png') no-repeat;
    background: none,
            url('/css/img/logos/mcafee-secure.svg') no-repeat;
    width: 95px;
    height: 2rem;
    background-repeat: no-repeat;
    margin: 0px auto;
    margin-bottom: 20px;
}

#logo-mcafee a {
	text-decoration: none;
}

#logo-mcafee span {
    display: block;
    padding-left: 15px;
    font-size: 0.49rem;
    line-height: 0.9rem;
    text-transform: uppercase;
    color: #888888;
    background: url('/css/img/logos/checkmark.png') no-repeat;
    background: none,
            url('/css/img/logos/checkmark.svg') no-repeat;
    background-position: left;
}

#link-privacy {    
    height: 1.625rem;
    border-right: 1px solid #b2b2b2;
    width: 139px;
    text-align: right;
    padding-right: 20px;
    float:left;
}

a.link-white{
	color:#fff;
	float: right;
	margin-right: 1em;
	margin-top: 14px;
	font-size: 12px;
	text-transform: none;
}

#link-privacy a {	
	color: #333333;
    font-size: 0.56rem;
    line-height: 1.625rem;
    text-transform: uppercase;
}

#logo-digital-elections {

    width: 136px;
    text-align: right;
    margin-left: 20px;
    float: left;    
    height: 1.525rem;
	background: url('/css/img/logos/digitalelections.png') no-repeat;
    background: none,
            url('/css/img/logos/digitalelections.svg') no-repeat;
    background-position: left;
    background-repeat:no-repeat;
}

.template-stembiljet .screen-container {
    padding: 0px;
    width: 100%;
    padding-bottom: 30px;
}

.template-stembiljet .screen-container .message {
	margin-top: 8px;
	padding-top: 20px;
	font-size: 0.89rem;
	line-height: 1.2rem;	
}

.template-stembiljet .screen-container > * {
    margin-left: 30px;
    margin-right: 30px;    
}

.template-stembiljet .screen-container .help-icon {
	margin-right: 0px;
}

.template-stembiljet .screen-container form  {
    margin:0px;    
    padding-bottom: 30px;
}

#candidates label {
	width: auto;
}

.candidatelist a {
	outline: none;
}

.candidatelist h3 {	
    padding: 5px 30px;
    float: left;
	width: 100%;
	box-sizing: padding-box;
	 box-sizing: border-box;
}

.candidatelist h3 a {
    width: 100%;
    display: block;
    color: #333;
    font-weight: 100;
}

.candidatelist h3 span {
    display: none;
    font-size: 0.73rem;
    line-height: 1.2rem;
}

.candidatelist h3.open {
    background-color:#e5f2f6;    
}

.candidatelist ul {
    padding: 0px;
    list-style-type: none;
    margin-bottom: 10px;
    clear:both;
}

.candidatelist ul li {
    padding: 5px 30px 0px 30px;
    width: 100%;
    box-sizing: padding-box;
    box-sizing: border-box;
    float: left;
    font-size: 0.7875rem;    
    position: relative;    
    font-size: 1rem;
	font-family: 'Open Sans', sans-serif;
}

.candidatelist ul li a {
    color: #333;
    line-height: 1.5rem;
}

.candidatelist ul li a:hover {
	color: #376AC3;
}

.candidatelist ul li.open {
    padding-bottom: 5px;
    background-color:#e5f2f6;    
}

.candidatelist ul li.open .close-button {
    display: block;    
}

.candidatelist ul label {
    margin-right: 5px;
}

.candidate-pamflet {
    padding-top: 20px;
    display: none;
}

#candidate-slider .candidate-pamflet,
.candidatelist ul li.open .candidate-pamflet {
    display: block;   
}

.candidatelist ul li.open .candidate-pamflet .name {
	display: none;	
}

.candidate-pamflet figure img {
	border-radius: 1em;
	max-width: 140px;
}

.candidate-pamflet table {
    margin-top:10px;    
}

.candidate-pamflet table td,
.candidate-pamflet table th {
    font-weight: 400;
	line-height: 1.5rem;
}

.candidate-pamflet .description {
    font-family: 'Open Sans', sans-serif; 
}

.candidate-pamflet .description p {
    line-height: 1rem;
}

.template-stembiljet input[type="submit"] {	
	width: 100px;
    color: #fff;
    float:none;
    position: absolute;
    bottom: -38px;
    background-color: #133e6d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.8rem;
	right: 5%;
	min-width: 130px;    
}

#stembutton {
    display: none;
}

.template-stembiljet input[type="submit"]:disabled {
    background-color: #555555;
    color: #aaaaaa;
    opacity: 1;
}

.template-stembiljet .button-watch-next,
.template-stembiljet .button-watch-previous,
.template-stembiljet .button-cancel {
	width: 100px;
    color: #fff;
    position: absolute;
    bottom: -38px;
    border: 0px none;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    min-width: 110px;
    height: 40px;
    line-height: 2.4rem;
    margin-bottom: 16px;
    font-size: 0.8rem;
    background-color: #133e6d;
   	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    left: 5%;
	padding: 0px 10px;
	text-transform: uppercase;
}

.template-stembiljet .button-watch-previous,
.template-stembiljet .button-watch-next {
	background-color: #333;
	left: 10px;	
}

.template-stembiljet .button-watch-next {
	left: auto;
	right: 10px;
}

#candidate-slider {
	overflow: scroll;
}

#candidate-slider h2 {
	font-weight: 400;
	text-transform: none;
}

#candidate-slider .message figure {
    float:left;
	width: 180px;
	margin-top: 15px;
}

#candidate-slider .message .info {
    float:left;
    max-width: 484px;
}

#candidate-slider .message td,
#candidate-slider .message th {
	text-align: left;
    vertical-align:top;
}

#candidate-slider nav {
    width: 200px;
    margin: 60px auto 0px auto;
    padding-bottom: 10px;
}

#candidate-slider nav span{
    display: block;
    width: 65px;
    height: 21px;
    line-height: 17px;
    background-repeat: no-repeat; 
    cursor: pointer;
}

#candidate-slider nav span.previous {
    text-align: right;
    padding-right: 30px;
    background: url('/css/img/icons/navigation/arrow-left.png') no-repeat;
    background: none,
            url('/css/img/icons/navigation/arrow-left.svg') no-repeat;    
    background-position: right;
    float:left;
}

#candidate-slider nav span.next {
    text-align: left;
    padding-left: 30px;
    background: url('/css/img/icons/navigation/arrow-right.png') no-repeat;
    background: none,
            url('/css/img/icons/navigation/arrow-right.svg') no-repeat;  
    background-position: left;
    float:right;
}

textarea {
	width: 400px;
	height: 150px;
	margin-bottom: 40px;
}

.inkesta-beheer textarea {
    padding: 5px;
    line-height: 1.3rem;
    border: 1px solid #cccccc;
}

.screen-content {
    padding-left: 100px;
    min-height: 60px; 
}

.options {
    float: right;
    width: 100%;
    height: 2.3rem;
    line-height: 2.3rem;
    margin-top: 20px;
}

.logout,
.translate-button,
input[type="submit"],
.options input[type="submit"],
.options a,
.screen a.button {
    float:right;
    margin-left: 13px;
    text-decoration: none;
    background-color: #133e6d;
    color: #ffffff;
    border-radius: 1.2rem;
    text-transform: uppercase; 
    padding-left: 1.4rem;
    padding-right: 1.4rem; 
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 2.2rem;	
}

.translate-button {
	padding: 0px;	
	position: relative;
}

.translate-button a,
.screen table .translate-button a.button {
	float:none;
}

.translate-button .translate-options a,
.translate-button label {
	display: block;	
	margin: 0px;	
}

.translate-button label {
	line-height: 2.2rem;
	padding-left: 1.4rem;
    padding-right: 1.4rem; 
    height: 2.2rem;
    overflow: hidden;
    font-size: 0.75rem;   
}

.translate-options {
	display: none;
	position: absolute;
	z-index: 2;
	top:2.2rem;
	left: 0px; 		
	width: 100%;
}

.translate-button .translate-options a {
	border-radius: 0px;
	
}

.translate-button .translate-options a:last-child {
	border-radius: 0rem 0rem 0.8rem 0.8rem;
}    

.translate-button:hover {
	border-radius: 0.8rem 0.8rem 0rem 0rem;
}


.translate-button:hover .translate-options {
 	display: block;	
}

.question-row .translate-button{
	background-color: #d5dee6;
    color: #4061a0;
}

.question-row .translate-button a:hover,
.translate-button a:hover {
    background-color: #a1b2c5;
}


.question-row a.button {
    background-color: #d5dee6;
    color: #4061a0;
}

.inkesta-beheer input[type="submit"]:disabled {
    background-color: #555555;
    color: #aaaaaa;
    opacity: 1;
}

.screen a.button {
	float:left;
/* 	min-width: 40px; */
	line-height: 2.3rem;
}
.screen a.button.floatright{
	float: right;
}

.screen table .translate-button,
.screen table a.button {
	margin-bottom: 10px;	
}

.screen table .translate-options  a.button {
	margin-bottom: 0;
}

.screen.question-list a.button {
    min-width: 10px;
}

.screen .button.small {
    line-height: 2rem;
    font-size: 0.6rem;    
}

.screen.question-list .langs {
    width: 90px;
}

.screen table a.button {
	float:right;
}

.screen input[type="submit"].negative,
.screen a.negative {   
    color: #ffffff;      
    background-color: #b43e3e;    
}

.options a.cancel {
    color: #ffffff;
    background-color: #4c5665;
}

.options input[type="submit"] {
	 line-height: 2.3rem;	
	 height: 2.2rem;
}

.options.blanco-options input[type="submit"] {
	height: 40px;
	font-weight: 400;
}

.screen-content.election {
    background: url('/css/img/icons/dashboard/icoon-verkiezing.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-verkiezing.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.vote-ballot {
    background: url('/css/img/icons/dashboard/icoon-stembiljetten.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-stembiljetten.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.open-election {
    background: url('/css/img/icons/dashboard/icoon-lijststemgerechtigden.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-lijststemgerechtigden.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.voters {
    background: url('/css/img/icons/dashboard/icoon-lijststemgerechtigden.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-lijststemgerechtigden.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.voter-emails {
    background: url('/css/img/icons/dashboard/icoon-mailingsstemgerechtigden.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-mailingsstemgerechtigden.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.voter-extra {
    background: url('/css/img/icons/dashboard/icoon-extralijststemgerechtigden.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-extralijststemgerechtigden.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.announcement {
    background: url('/css/img/icons/dashboard/icoon-aankondigingsmail2.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-aankondigingsmail2.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.test-list {
	background: url('/css/img/icons/dashboard/icoon-testlijst.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-testlijst.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.test-mail {
	background: url('/css/img/icons/dashboard/icoon-testmail.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-testmail.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.statistics {
    background: url('/css/img/icons/dashboard/icoon-statistieken.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-statistieken.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.end-result {
    background: url('/css/img/icons/dashboard/icoon-eindresult3.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-eindresult3.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.vote-help {
    background: url('/css/img/icons/dashboard/icoon-stemwijzer.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-stemwijzer.svg') no-repeat; 
    background-position: 10px top;
}

.screen-content.user-list {
    background: url('/css/img/icons/dashboard/icoon-lijstgebruiksnamen.png') no-repeat;
    background: none,
            url('/css/img/icons/dashboard/icoon-lijstgebruiksnamen.svg') no-repeat; 
    background-position: 10px top;
}

.noline {
	text-decoration: none;
}

#arrange-candidates #candidates .candidatelist {
/*     width: 31%; */
    margin: 0px 1%;
}
#arrange-candidates #candidates {
	display: flex;
}



#arrange-candidates #candidates .candidatelist table {
    border: 1px solid #bcdee7;
    margin-bottom: 20px;
}

#arrange-candidates #candidates .candidatelist a {
    text-decoration: none;
    font-size: 0.75rem;
    padding: 5px;
}

#arrange-candidates #candidates .candidatelist th {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    line-height: 2rem;
}

#arrange-candidates #candidates .candidatelist th:last-child {
    width: 250px;
    text-align: left;
    padding-left: 10px;
}

#arrange-candidates #candidates .candidatelist td {
    line-height: 1rem;
    padding: 5px 5px 5px 10px;
}

/* Dashboards */
#dash-survey {
    
}

.dash-tabs {
	margin: 0px auto 0px auto;
	width: 854px;
	height: 65px;
}

	.dash-tabs a {
		float:left;
		width: 22%;
		padding: 1.5% 1.5% 5% 1.5%;
		text-align: center;
		text-decoration: none;
	}
	
	.dash-tabs a:hover,
	.dash-tabs a.active {
		background-color: #ffffff;
		border-radius: 20px 20px 0px 0px;
		font-weight:700;
	}	

.dash-block {
    float:left;
    background-color: #f6f6f7;
}

.dash-candidatelist,
.dash-message {
	width: 100%;
}
/*

.dash-candidatelist:nth-child(n+2) {
	margin-top: 20px;
}
*/

.screen-container .dash-candidatelist + .dash-candidatelist   {
	margin-top: 20px;
}


.dash-title h3 {
    font-size: 0.75rem;
	line-height: 3rem;
	margin: 0px 0px 0px 20px;
	font-weight: bold;
	float: left;
/*
	overflow: hidden;
	display: block;
	height: 50px;
*/
}

.dash-title h3.dash-subtitle {
    float:right;
    margin: 0px 20px 0px 0px;
}

.dash-filters {
    width: 480px;
    margin-right: 40px;
    
}

.dash-export .dash-content,
.dash-filters .dash-content {
    min-height: 264px;
}

.dash-export {
    width: 334px;
    min-height: 304px;
}

.dash-title {
    background-color: #4C5665;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
/*     height: 3rem; */
    float:left;
    width: 100%;
}

.dash-content {
	position: relative;
	padding: 20px;
	float: left;
    box-sizing: border-box;
    width:100%;
    border: 1px solid #ddd; 
    border-top: 0px;
}

.dash-content p {
	font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #7E7D7D;
}

.dash-export a {
    display: block;
    margin-bottom: 30px;
    background: #B95756;
    border: 1px solid #8A3E3D;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    width: 140px;
    height: 41px;
    line-height: 41px;
    color: #FFFFFF;
    font-weight: 100;
}
.dash-button.export.excel, .dash-button.accept.green{
	background-color: #4baf50;
	border-color: #1e7044;
	border-radius: 1.2rem;
	
}

.dash-button.accept.red{
	background-color: #ff0000;
	border-color: #1e7044;
	border-radius: 1.2rem;
	
}

.dash-timeline table tbody tr{
	/* border-bottom: solid 1px #ccc; */
}
.dash-timeline table tbody .button{

}

.inkesta-beheer .screen-container .dash-block th {
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 400;
	width: 150px;
	color: #7E7D7D;
	vertical-align: top;
	line-height: 40px;
}

.inkesta-beheer .screen-container .dash-candidatelist th {
	font-family: 'Verdana';
	font-size: 12px;
	color: #5E6775;
	letter-spacing: 0;
	font-weight: 700;
	text-transform: uppercase;
}

.inkesta-beheer .screen-container .dash-candidatelist td {
	font-family: 'Roboto';
	font-size: 14px;
	color: #7E7D7D;
	letter-spacing: 0;	
}

.dash-block th,
.dash-block td {
	 padding-bottom: 5px;
 }

.select-container {
    float: left;
    width: 310px;
    height: 40px;
	background: #FEFEFE;
	border: 1px solid #C6C5C5;
	border-radius: 3px;
    overflow: hidden;
    outline: 0px none !important;
} 

.dash-title .select-container{
	float:right;
	margin-top: 8px;
	margin-right: 1em;
	height:30px;
	
}
.dash-title .select-container select{
	height:30px;
}
.select-container select {
    width: 334px;
    background: none;
    background-image: url('img/select-arrow.png');
    background-repeat: no-repeat;
    background-position: 290px center;
    cursor: pointer;
    border: none;
    height: 40px;
    outline: 0px none !important;
    padding: 0px 45px 0px 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #7E7D7D;
}

.inkesta-beheer .dash-block .datepicker {
    float: left;
    width: 85px;
    height: 40px;
	background: #FEFEFE;
	border: 1px solid #C6C5C5;
	border-radius: 3px;
    overflow: hidden;
    outline: 0px none !important;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #7E7D7D;
}

.date-spacer {
    float:left;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;    
    color: #7E7D7D;
}

.dash-results {
    margin-top: 40px;
    width: 100%;
}

.period {
    position: relative;
    width: 100%;
    display: block;
    float:left;
    height: 30px;
}

.nr_respondents {
	position: absolute;
	right: 19px;
	top: 10px;
	font-family: "Roboto";
	color: rgb(126, 125, 125);
	font-size: 0.8rem;	
}

.period hr {
    position: absolute;
    top: 10px;
    width: 100%;
    display: block;
    height: 1px;
    border: none;
    background-color: #b1b5bc;
    z-index: 1;
}

.period .titles {
    position: absolute; 
    z-index: 1;
    display: block;
    width: 100%;  
}

.period h4,
.period h5 {
    width: 200px;
    display: block;
    margin: 0px auto;
    text-align: center;    
    background-color: #f6f6f7;
}
.period h4 {
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #7E7D7D;
    line-height: 22px;
    font-weight: 300;
}

.period h5 {
	font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    color: #7E7D7D;
    line-height: 22px;
     font-weight: 300;
}

.piechart {
    width: 35%;
    float:left;
}

.piechart img {
	display: none;
}

.legend {
    width: 45%;
    float:left;
}

.average {
    width: 20%;
    float:left;
    margin-top:  110px;
}

.average .score {
    text-align: center;
    display: block;
    font-family: 'Roboto';
    font-size: 24px;
    color: #7E7D7D;
}

.average .score-remark {    
    display: block;
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #7E7D7D;
    text-align: center;
    padding: 0 20px;
}

/* Election Statistics Dashboard */

.dash-timeline {
    width: 100%;
    margin-bottom: 40px;
}

.timeline-container {
    margin: 6% 5.5%;
    display: block;
    height: 20px;
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.50);
    background-image: linear-gradient(90deg, #E7792B 0%, #73BBA2 100%);
    border-radius: 5px;
    position: relative;
}


@keyframes timeline {
    from { width: 100%;}

}

.timeline-container .timeline-fill {
    display: block;
    height: 20px;
    border-radius: 0px 5px 5px 0px;
    background: #DEDECB;
    float:right;
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.50);

    -webkit-animation-name: timeline;
    animation-name: timeline;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.timeline-container label {
    line-height: 17px;
    font-size: 11px;
	font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    background-color: #4C5665;
    border-radius: 3px;
    position: absolute;
    padding: 4px 0px;
}

.timeline-container label .timeline-date,
.timeline-container label .timeline-time{
    line-height: 16px;
}

.timeline-container label .timeline-date {
    font-size: 12px;
    display: block;
}

.timeline-end,
.timeline-start {
    bottom:30px;
    width: 100px;
}

.timeline-start {
    margin-left: -53px;
    left: 5px;
}

.timeline-end {
    right: 5px;
    margin-right: -53px;
}

.timeline-now {
    top: 30px;        
    min-width: 69px;
    margin-right: -35px;
}

.timeline-container .arrow {
    height: 10px;
    display: block;
    position: absolute;
    width: 100%;   
    background-repeat: no-repeat;
    
}
.timeline-start .arrow,
.timeline-end .arrow {
    bottom: -9px;    
    background-image: url('/css/img/statistics/timeline-triangle-top.png');
    background: none,
            url('/css/img/statistics/timeline-triangle-top.svg') no-repeat;
    background-position: center top;   
}



.timeline-now .arrow {
    top: -6px;    
    background-image: url('/css/img/statistics/timeline-triangle-bot.png');
    background: none,
            url('/css/img/statistics/timeline-triangle-bot.svg') no-repeat;
    background-position: center top;   
}

.dash-votelist {
    width: 407px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.dash-emails,
.dash-support {
    width: 854px;
    margin-bottom: 40px;
}


.dash-votelist:nth-child(2n+2),
.dash-support {
    margin-right: 0px;
}

.dash-support {
	margin-bottom: 0px;
}

.dash-votelist:nth-last-child(2),
.dash-votelist:last-child {
    margin-bottom: 0px;    
}

.dash-support .dash-content {
    min-height: 191px;
}

.dash-votelist .dash-content {
    min-height: 260px;   
}

.dash-support table,
.dash-emails table {
    width: 100%;
}

.dash-support table .sent,
.dash-emails table .sent {
    display: inline-block;
    width: 30px;
    height: 20px;    
    background-image: url('/css/img/statistics/vinkje.png');
    background: none,
            url('/css/img/statistics/vinkje.svg') no-repeat;
    background-position: center bottom; 
}

.candidate-state-empty,
.candidate-state-done,
.candidate-state-unknown,
.candidate-state-unavailable,
.candidate-state-accept,
.candidate-state-decline,
.candidate-state-onhold {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
/* 	height: 2.3rem; */
/* 	line-height: 2.3rem; */
	cursor: pointer;
	background-color: #ccc;
	border-radius: 10px;
}

.dash-block .candidate-state-empty { background-color: #B43E3E; }
.dash-block .candidate-state-unknown { background-color: #e7971e; }
.dash-block .candidate-state-done { background-color: #44a242; }

.dash-block .candidate-state-accept { background-color: #44a242; }
.dash-block .candidate-state-decline { background-color: #B43E3E; }
.dash-block .candidate-state-onhold { background-color: #e7971e; }


/*
.dash-block .candidate-state-done {
	
	background-image: url('/css/img/statistics/vinkje.png');
    background: none,
            url('/css/img/statistics/vinkje.svg') no-repeat;
    background-position: center center; 
}
*/


.dash-block .candidate-state-progress {
	display: block;
    border: 1px solid #616775;
    background: #FFFFFF;
    width: 100px;
    height: 18px;
    cursor: pointer;
}

.dash-block .candidate-state-progress .bar {
    background: #73BBA2;
    float: left;
    height: 18px;
}	

.dash-block .candidate-state-unavailable {
	background-image: url('/css/img/statistics/disabled.png');
    background: none,
            url('/css/img/statistics/disabled.svg') no-repeat;
    background-position: center center;

}	




.dash-emails table td:last-child {
    text-align: right;
}

.dash-message p,
.dash-emails table td,
.dash-support table td,
.dash-status table td {   
    font-family: 'Roboto';
    font-size: 1rem;
    font-weight: 300;
    color: #7E7D7D;
    letter-spacing: 0px;
    line-height: 2em;
}

.dash-support table {
    width: 87%;
    float:left;
}

.dash-support figure {
    float:right;
    width: 60px;
    height: 60px;
    border-radius: 34px; 
    border: 4px solid #4C5665;
    overflow:hidden;    
}

.dash-support figure img {
    width: 100%;
}

.dash-votelist .donut {
    float:left;
    width: 189px;
    height: 189px;
    background-color: #DEDECB;
    text-align: center;
    position: relative;
}

.dash-votelist .donut .donut-top {
    position: absolute;
    /*! display: none; */
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: url('/css/img/statistics/pie-mometer.png');
    background: none,
            url('/css/img/statistics/pie-mometer.svg') no-repeat;
    background-position: center center;    
}

.dash-votelist .donut-rate {    
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 24px;
    color: #7E7D7D;
    letter-spacing: 0px;
    width: 100%;
    display: block;
    margin-top: 65px;
}

.dash-votelist .donut-attendance {
    margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: #9B9B9B;
    letter-spacing: 0px;
     width: 100%;
    display: block;
}

.dash-votelist .donut .donut-label {
    z-index: 2;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -24px;
    font-family: Verdana;
    font-size: 0.9rem;
    color: #7E7D7D;
    letter-spacing: 0px;
    line-height: 21px;
}



.dash-votelist .donut .donut-fill {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  
}

.dash-votelist .donut .piechart {
    position: absolute;
    width: 199px;
    height: 199px;
    left: -4px;
    top: -4px;
} 

.donutchart {
  margin: 0 auto;
  width: 189px;
  height: 189px;
  position: relative;
}

.votelist-labels {
    float: right;
    width: 155px;
    text-align: center;
}

.votelist-labels .votelist-seats {
   width: 100%;
   display: block;

}

.votelist-labels .votelist-candidates,
.votelist-labels .votelist-seats {
	margin: 0px 0px 32px 0px;	
}

.votelist-labels label,
.votelist-labels span {
   width: 100%;
   display: block; 
}

.votelist-labels .number {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 24px;
    color: #7E7D7D;
    letter-spacing: 0px;
    height: 30px;
}

.votelist-labels label {
    font-family: 'Verdana';
    font-size: 0.9rem;
    font-weight: 100;
    color: #7E7D7D;
    letter-spacing: 0px;    
}

#organisations {
    width: 100%;
    float:left;
    list-style-type: none;    
    margin-left: 0px;
    padding-left: 0px;
}

#organisations, 
#organisations ul {
    list-style-type: none;    
}

#organisations label {
    float:left;
    line-height: 40px;
    margin-right: 20px;
}

#organisations .org-options {
    float: right;
}

#organisations .org-options a {
    width: auto;
    min-width: auto;
    margin-left: 10px;
    outline: none;
}

#organisations .org {
    border-bottom: 1px solid #dcdcdc;
    padding: 10px 0px;
    display: block;
    width: 100%;
    float:left;
}

#organisations li.formfields {
    padding-top: 10px;
    margin-bottom:20px;
}

#organisations li.formfields label {
    line-height: 30px;
    font-size: 12px;
}

#organisations ul li.formfields {
        display: none;
}

#organisations .cancel {
    float: right;
    margin-left: 26px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.75rem;
    text-decoration: none;
    font-size: 0.81rem;
    height: 40px;
    line-height: 40px;
    color: #a4a4a4;
    background-color: #e5e5e5;
}

#organisations .formfields input[type="text"] {
    width: 250px;
}

#organisations .formfields input[type="submit"] {
    background-color: #d5e6de;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.75rem;
    color: #40a061;
    text-decoration: none;
    font-size: 0.81rem;
    height: 30px;
}

.radio-container label {
			float: left;
			width: 100%;
			padding: 0px;
            line-height:1.4rem;
            margin-bottom:10px;
			cursor: pointer;
		}
		
			.inkesta-beheer .radio-container label input {
				margin-top: 5px;
                margin-right: 5px;
				display: block;
				float: left;
			}


#recruitment .dash-status{
	width: 320px;
}

#recruitment .dash-status .dash-content{
	min-height: 191px;
}

#recruitment .dash-support{
	/*
width: 500px;
	float: right;
	margin-bottom: 40px;
*/
}


/* Too large for mobile */
/* styles only applicable from 590px = 36.875em @16px base font-size */
@media all and (min-width: 36.875em) {

    h1            {font-size: 1.55rem;}
    h2            {font-size: 1.125rem;}
    h3            {font-size: 1rem;}
    p,label,td,th {font-size: 0.75rem; line-height: 1.2rem;}
    
    
    .stembiljet p,
    .stembiljet label,
    .stembiljet td,
    .stembiljet th {font-size: 1.2rem; line-height: 1.2rem;} 
    
	header {
	    height: 200px;
	    background-size: auto 70px;
	}
	
	.stembiljet header {
	    height: 250px;
	    background-size: auto 125px;
	}

    header h1 {   
       margin: 1.25rem 0rem;
    }

    .screen {
        border: 1px solid #bcdee7;
        width: 550px;
        margin: 0px auto 40px auto;
        border-radius: 20px;
    }
    
    .screen-container {
        width: 490px;
    }
    
    .screen-container .error {
        background: #EFE0E0;
        font-family: Verdana;
        font-size: 13px;
        color: #B43E3E;
        letter-spacing: 0px;
        float: left;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    
    .screen-container .error > * {
        padding: 20px 20px;
        font-size: 13px;
        margin: 0px;
    }
    
    .screen-container .error ul {
        list-style-position: inside;        
        float:left;
        padding-top: 0px;        
    }
    
    .horizontal .alternative {
	    padding: 0px;   
		margin: 20px 22% 10px 0px;
		width: 130px;
		text-align: center;
		float: right;		
	}
	
	.template-stembiljet .button-cancel {
        left: 20%;
	}
	
	.template-stembiljet input[type="submit"] {	
		right: 20%;
	}
	    
    footer{
        padding-top:40px;
        height: 2rem;
		width: 570px;
	}

	.help-content {	
		border-radius: 20px 20px 0px 0px;
    }
       
    .pop-up-content .message {
        width: 490px;
        padding: 30px;
        border-radius: 20px;
        margin: 0px auto;
    }
        
    #logo-mcafee {
       float:left;
       margin: 0px 0px 0px 40px;
       border-right: 1px solid #b2b2b2;
       padding-right: 20px;
    }
    
    #link-privacy {
        float: left;
        text-align: center;
        padding: 0px 16px;
        width: 120px;
    }
    
    .candidatelist {
		float: left;
	}
	
	.candidatelist.cols-2 {
		width: 50%;
	}
}

/* General size */
/* styles only applicable from 870px = 54.375em @16px base font-size */
@media all and (min-width: 54.375em) {

    h2 {font-size: 1.345rem;}
	p,label,td,li,th {font-size: 0.89rem; line-height: 1.2rem;}

	td,th {
		line-height: 2.3rem;
	}

	.screen {
        width: 830px;      
    }
    
    .inkesta-beheer .screen.fullwidth {
		width: 96%;
    }

	.screen-container {
        width: 664px;
        padding-left: 83px;
        padding-right: 83px;
    }
    
    .inkesta-beheer .fullwidth .screen-container {
	    width: 96%;
/* 	    padding: 2px 2%; */
    }
    
    
    #arrange-candidates.screen,
    .inkesta-beheer .screen {
	       width: 920px;
    }
    
    #arrange-candidates .screen-container,
    .inkesta-beheer .screen-container {
        width: 854px;
        padding-left: 33px;
        padding-right: 33px;
    }
    	
	footer{
        padding-top:140px;
	}
      
    .pop-up-content .message {
        margin: 0px auto;         
        width: 664px;
		padding-left: 83px;
		padding-right: 83px;
    }
   
    .inkesta-beheer .pop-up-content .message {
	    width: 854px;
        padding-left: 33px;
        padding-right: 33px;
    }
    
    #candidate-slider .message .attribuut {
		min-width: 140px;
	}   
    
    .candidatelist.cols-3 {
		width: 33.33%;	
	}
	
	.candidatelist.cols-4 {
		width: 25%;	
	}  


	.template-stembiljet .screen-container h2 {
		padding-top: 30px;
	}
	
	.template-stembiljet .screen-container > * {
	    margin-left: 60px;
	    margin-right: 60px;    
	}
	
	.candidatelist ul li,
	.candidatelist h3 {
		padding-left: 60px;
		padding-right: 60px;
	}	

	.template-stembiljet .button-cancel {
        left: 42%;
	}

	.template-stembiljet input[type="submit"] {	
		right: 20%;	    
	}
	
	.horizontal .alternative {

  		margin-right: 20%; 
   	}
	
    
}

@media all and (min-width: 64.375em) {
	
	#arrange-candidates.screen{
		max-width: 1180px;
		width: 100%;
	}
	#arrange-candidates .screen-container{
		width: 1104px;
	}
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media screen and (max-width: 870px){.horizontal div.captcha{width: 234px; float: left;} #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }




.pagination{
	border-bottom: solid 1px #ccc;
	padding:  12px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;;
}

table+.pagination{
	border-top: solid 1px #ccc;
	border-bottom: none;
}
.pagination .button{
	font-size: 14px;
}

.pagination:after{
	display: table;
	clear: both;
	content: '';
}

.pagination__center{
display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
.pagination__center label{
	width: 100%;
}
.pagination__left{
	margin-right: auto;
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.pagination__right{
/* 	margin-right: auto; */
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	order:3;
	margin-left: auto;
}

.pagination__left label,
.pagination__right label{
	float: left;
	line-height: 2;
	}

.inkesta-beheer input.pagination__amount,
.inkesta-beheer input.pagination__search{
	width: 120px;
	padding-bottom:2px;
	padding-top: 4px;
	padding-left:12px;
	line-height: 1.5em;
	
/* 	float:left; */
}
.inkesta-beheer button.pagination__submit{
	float: left;
	float: right;
	text-decoration: none;
	background-color: #133e6d;
	color: #ffffff;
	border-radius: 1.2rem;
	text-transform: uppercase;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 2.2rem;
	outline: 0px;
	border:0px;
	
}
.inkesta-beheer input.pagination__search{
	margin-right: 12px;
}

.inkesta-beheer input.pagination__amount{
	width: 43px;	
	margin-right: 12px;
}	

.inkesta-beheer .pagination a.button{
	margin-left: 5px;
	margin-bottom: 5px;
	padding:0px;
	width: 30px;
	height: 30px;
	line-height: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-radius: 100%;
	
}
.inkesta-beheer .pagination a.button.disabled{
	background-color: transparent;
	color : #444;
}

.inkesta-beheer .pagination a.button.active{
	
	background-color: green;
	
}

.hover-comment{
	float: left;
	position: relative;
}

.hover-comment__button{
	width:25px;
	height: 25px;
	background-color:#133e6d;
	display:flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border-radius: 12px;
	cursor: pointer;
	color:#ffffff!important;
	font-weight: bold;
	font-size 12px;
	line-height: 1;
}
.hover-comment__button i{
	font-size: 12px;
}
.hover-comment__text{
	display: none;
	position: absolute;
	left:30px;
	top:0px;
	padding:11px;
	width:250px;
	background-color:#fefefe;
	color:#404040;
	z-index: 1;
	border:solid 1px #133e6d;
	border-radius: 3px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.4);
}
.hover-comment__text p {
	color: #111111;
	margin: 0px;
}

.hover-comment:hover .hover-comment__text{
	display: block;
}

.hover-comment:hover .hover-comment__button{
	background-color:#335e8e;
}

a.dash-button.export{
	    display: block;
	    margin: 8px 1em 0px 0px;
    background: #B95756;
    border: 1px solid #8A3E3D;
    border-radius: 2px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    width: 140px;
    height: 31px;
    line-height: 31px;
    color: #FFFFFF;
    float: right;
    font-weight: 100;
}
textarea.custom-css{
	width:100%;
	height:400px;
	resize: none;
	overflow:scroll;
}
a.custom_css_button{
	cursor: pointer;
	
}
a.custom_css_button:hover{
	cursor: pointer;
/* 	color: #8A3E3D; */
}


#client-settings{
    padding-top: 2px;
    display: block;
    position: absolute;
    top: 4px;
    left: 20px;
    padding-bottom: 4px;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
}

input[type="submit"].floatleft {
    float: left;
}

.attribute-changed {
    background-color: yellow;
}

.dash-block .dash-fnv.dash-name ,
.dash-block .dash-fnv.dash-email ,
.dash-block .dash-fnv.dash-stembiljet {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  
}