body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #FFD300;
    font-size: 22px;
}
input:focus,select:focus,textarea:focus{
    outline:none;
}
input[type="text"], input[type="password"] {
    padding: 0 10px;
    border: 1px solid #cecece;
    border-radius: 2px;
    line-height: 35px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
}
select {
    padding: 7px 15px;
    border: 1px solid #cecece;
    border-radius: 2px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #fff;
    -webkit-appearance: none;
    cursor: pointer;
}
input[type=submit], button {
    border: 0;
    padding: 0 20px;
    background: #007bff;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    font-family:'Roboto', sans-serif;
    transition:0.2s;
}
input[type=submit]:hover, button:hover {
    background-color: #0064d0;
}
input[type="text"],input[type="password"], select {
    width: 100%;
    margin: 0 0 10px 0;
}
input[type="submit"][disabled] {
    background-color: grey;
        cursor: not-allowed;
}
h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px 0;
    color: #FFD300;
}
form {
    margin: 0 0 30px 0;
    padding: 15px;
    border-radius: 5px;
    background: #ffffff;
    border: 0;
     box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
.adminForms > form:nth-child(1), .adminForms > form:nth-child(2) {
    min-height: 240px;
}
h1{

}

.turnTable {
    padding: 30px 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fbfbfb;
}
.turnTable table:not(.cke_dialog){
    border-collapse: collapse;
    width:100%;
    font-size:22px;
}
.turnTable table:not(.beschikbaarheid):not(.cke_dialog) tr:nth-child(odd) td {
    background: #f7f7f7;
}
.turnTable table:not(.cke_dialog) td, .turnTable table:not(.cke_dialog) th {
    text-align: left;
    padding:12px;
    border: 0;
    font-size:18px;
}
td.avail1{
    background: #28a745;
    font-size: 0;
}
tr.avail0 {
    background: #ff7f7f;
}
table.beschikbaarheid tbody tr td {
    position: relative;
}
table.beschikbaarheid tbody tr td .switch{
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
    width: 22px;
    height: 12px;
    background: #ababab;
    border-radius: 12px;
    cursor: pointer;
}
table.beschikbaarheid tbody tr td .switch-dot{
    position: absolute;
    right: 10px;
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 12px;
    z-index: 1;
    transition: 0.1s;
    cursor: pointer;
}
table.beschikbaarheid tbody tr.avail0 td .switch-dot{
    right:10px;
}
table.beschikbaarheid tbody tr.avail1 td .switch-dot{
    right:0;
}


body.admin table:not(.cke_dialog) {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px 0;
}

tr.turn1 {
    background: #cec;
}
tr.avail1 {
    background: #cec;
}
h6 {
    font-size: 40px;
    font-weight: bold;
    color: #eaae21;
    margin: 0 0 30px 0;
}

body.admin .turnTable table:not(.cke_dialog) tr td {
    padding: 6px;
    font-size: 15px;
}
body .turnTable table.beschikbaarheid tr td {
    padding: 4px 6px!important;
    font-size: 15px;
}
body.admin .turnTable table:not(.cke_dialog) th {
    font-size: 16px;
    padding: 6px;
}
body.admin thead tr {
    background-color: #FFD300;
    color: #5d5d5d;
}
.adminForms form.textEditor{
    width:100%;
    margin-left:0;
    margin-right:0;
}
.titelHolder {
    margin: 70px 0 0 0;
    text-align: center;
}
.titelHolder h1{
    font-size: 40px;
    font-weight: bold;
    color: #eaae21;
    margin: 0 0 30px 0;
}
tr.minute35 td,tr.minute34 td{
    animation: blinker 1s linear infinite;  
}
.highScores ul li:after {
    content: "" attr(data-attendance) "";
    position: absolute;
    right: 5px;
    top: 5px;
    background: #FFD300;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
}

@keyframes blinker {
  50% {
    background:#eaae21;
    color:#fff;
  }
}
body.finishedSessions .turnTable table:not(.cke_dialog) td {
    font-size: 15px;
    padding: 10px 15px;
}
div#cke_introtext {
    margin: 0 0 15px 0;
}
a#cke_26 {
    display: none;
}
.highScores {
    margin:0 auto 70px auto;
    max-width: 1500px;
    padding: 30px 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.highScores ul > div {
    list-style: none;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 10px;
    position: relative;
    font-weight: bold;
}
.highScores ul > div:after{
    content: "Deelgenomen WIFs";
    position: absolute;
    right: 5px;
    top: 5px;
    line-height: 30px;
    font-weight: bold;
}
.highScores ul > div:before {
    content: "Score";
    position: absolute;
    left: 5px;
    top: 5px;
    line-height: 30px;
    font-weight: bold;
}
.highScores ul li:before {
    content: "" attr(totalScore) "";
    position: absolute;
    left: 5px;
    top: 0;
    background: #FFD300;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 100%;
}
span.medewerker {
    display: inline-block;
    width:300px;
    padding-left: 90px;
}
.highScores ul li {
    list-style: none;
    margin: 0 0 5px 0;
    font-size: 14px;
    line-height: 30px;
    padding:5px 10px 5px 100px;
    position:relative;
}
.highScores ul li:nth-child(odd) {
    background: #f8f8f8;
}
.highScores ul li span.name {
    display: inline-block;
    min-width: 200px;
}
.highScores ul li span.number {
    display: inline-block;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    background: #FFD300;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
}
.highScores ul {
    padding: 0;
    margin: 40px 0 0 0;
}

.highScores h6{
    margin: 0;
    cursor:pointer;
}
.highScores h6:after{
    content:' >';
}
.login_container {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
}
.welcometext{
    text-align:center;
    font-size:28px;
    margin:0 0 15px 0;
}
.welcometext span{
    text-transform:capitalize;
}
.logoutSpace {
    text-align: right;
    margin: -48px 0 30px 0;
}
.newSession {
    display: inline-block;
    width: 100%;
}
input#newSessionField {
    width: 50%;
    float: left;
    border-radius: 2px 0 0 2px;
    border-right: 0;
}
#aanmeldingSelector{
    width: 50%;
    float: left;   
    border-radius: 0 2px 2px 0;
    
}

.wrapper form {
    width: 100%!important;
    margin: 0 0 15px 0!important;
}
.wrapper {
    width: 100%;
    float: left;
}
#updateEmployee{
    width:100%;
    display:inline-block;
}
#updateEmployee select{
    width:50%;
    float:left;
}

tr td.fiveorles{
    color:orange;
}
tr td.negative{
    color:red;
}











.availableconsultants {
    max-width: 400px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px;
}

.availableconsultants h6 {
    font-size: 17px;
    margin: 0 0 15px 0;
}

.turnTable .availableconsultants table:not(.cke_dialog) {
}

.turnTable .availableconsultants table:not(.cke_dialog) td {
    font-size: 15px;
    padding: 10px;
}

.turnTable .availableconsultants table:not(.cke_dialog) td:last-child {
    font-weight: bold;
}

input.startbutton {
    background-image: url(../_images/start.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    padding-right: 40px;
    background-size: 15px;
}
input.stopbutton {
    background-image: url(../_images/stop.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    padding-right: 40px;
    background-size: 15px;
}

@media only screen and (max-width:800px) 
{
    body{
        padding:0;
    }
    .turnTable {
        padding:25px;
    }
}


.graph {
    max-width: 700px;
    margin: 100px auto 60px auto;
}
.graph-inner {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 60px 20px 20px 20px;
}
.graph-inner .graph-item {
    display: inline-block;
    width: calc(100% / 13);
    height: 100px;
    background: #000;
    color: #fff;
    font-weight:bold;
    padding: 5px 10px;
    font-size:12px;
    vertical-align: bottom;
    position:relative;
}
.graph-inner .graph-item[totalsessions='0'] {
    display: none;
}
.graph-inner .graph-item > div {
    position: absolute;
    bottom: -2px;
    left: 4px;
    color: #777;
}
.graph-inner h3 {
    margin-top: -30px;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}
.highScores h6 {
    margin: 0;
    display: inline-block;
}
.highScores h6 + a {
    vertical-align: top;
    display: inline-block;
    float: right;
}
a.button.olds {
    display: block;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    margin: 0 0 20px 0;
}
#dayssince span {
    font-size: 20px;
    color: #ccc;
}


.turnTableWrapper .turnTableWrap{
    padding:30px;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.turnTableWrapper .turnTable table:not(.cke_dialog) td,
.turnTableWrapper .turnTable table:not(.cke_dialog) th {
    text-align: left;
    padding: 7px;
    border: 0;
    font-size: 18px;
}

.pie_wrapper{
    display:flex;
    justify-content: space-between;
    margin-top:30px;
}
.pie_item{
    display:block;
    width:50%;
}

.pie_item h6 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 15px 0;
    color: #3366cc;
}
.double_item_wrap{
    display: flex!important;
    justify-content:space-between;
}
.double_item_wrap > div{
    width:50%;
}