html {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    background: linear-gradient(
        rgba(100,100,200,1),
        rgba(100,100,200,.7)
    ), url('../images/letters2.jpg') bottom center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.p0 {
    padding: 0 !important;
}

.rel{
    position: relative;
}

body{
    height: auto;
    min-height: 100%;
    line-height: 1.6em;
}

body.book{
    background: linear-gradient(
            rgba(100,100,200,1),
            rgba(100,100,200,.7)
    ),url(../images/letters2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

body.ocean{
    background: url(../images/beginscherm_smaller.jpg) top no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body.desert{
    background: url(../images/achtergrond-spellingflits_smaller.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body.water{
    background: url(../images/achtergrond-leesflits-small.jpg) center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.fill-height-80 {
    min-height: 80vh;
}

.fill-height-85 {
    min-height: 85vh;
}

.fill-height {
    min-height: 89vh;
}

table#users th, table#users td {
    padding: 8px;
}

.height-correction{
    min-height: 90vh;
}

.today{
    background: #333276;
    color: white;
    position: absolute;
    right: 8px;
    top: 0;
    padding: 7px 1.8em 7px 1em;
    font-size: .8em;
    border-radius: 4px;
    margin: 0;
}

span.close {
    float: right;
    font-size: 1em;
    font-weight: 400;
    line-height: 1;
    color: #5a5a5a;
    cursor: pointer;
    text-shadow: 0 0 0 #fff;
}

.today span.close{
    color:#eee;
}

header.defaultView{
    position: relative;
    top: 0;
    width: 100%;
    z-index: 79;
    text-shadow: 0 1px 0 #FFF;
    background: #fff;
    min-height: 45px;
    background: rgba(255, 255, 255, 0.91);
    box-shadow: 0 1px 2px #444;
}

.defaultView .logo {
    width: 180px;
    height: 40px;
    float: left;
    margin-top: 2px;
    background: url(../images/flits_logo.png) left no-repeat;
    background-size: contain;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.top-loggin ul{
    padding: 0;
    margin: 0;
}

.top-loggin ul li {
    float: left;
}

.top-loggin ul li.welcome{
    font-size: .9em;
    padding: 2px 0;
}

.login{
    font-size: .9em;
    width: 351px;
    text-align: center;
    margin: 4em auto 0 auto;
    background: white;
    padding: 1.4em;
    border-radius: 7px;
    color: #333276;
}

.login label{
    margin: 24px;
    display: block;
}

li.header-name {
    margin: 5px 12px 0 7px;
    font-size: .8em;
}

.btn {
    font-size: initial;
}

.btn-default {
    padding: 5px 7px;
    color: #a7aec3;
}

.btn-default:hover {
    background: #383b96;
    color: #fdfbb6;
}

.btn-default:active {
    transform: translateY(2px);
}

.btn-login{
    background: #333276;
    color: aliceblue;
    display: block;
    margin: 2em auto 0 auto;
    width: 100%;
}

.btn-login:hover{
    background: #a4dae6;
    color: #333276;
    border-color:#333276;
}

a.cancel{
    color: white;
    font-size: .9em;
    margin-top: 14px;
    vertical-align: middle;
    font-weight: bold;
}

a.cancel:hover{
    color: #e8447c;
}

.heading{
    padding-top: 14px;
}

.heading.home{
    padding-top: 1em;
    margin: 1em auto 3em auto;
}

.heading h2{
    text-align: center;
    color: white;
    text-shadow: 0 1px 1px #333;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 7px;
}

.heading.gast h2{
    text-align: center;
    color: white;
    text-shadow: 0 1px 1px #333;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 130px;
}

.blok {
    max-width: 496px;
    margin: 0 auto;
    position: relative;
}

.blok img {
    position: absolute;
    top: -23px;
    left: -28px;
    z-index: 100;
    width: 160px;
    height: 120px;
}

.user-menu {
    /*max-width: 454px;*/
    text-align: center;
    /*margin: 10px auto;*/
    padding: 1em 1em 1.6em 1em;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 7px;
    box-shadow: 0 1px 4px 0 #494949;
    color: #2097be;
}

.gast-menu{
    max-width: 382px;
    text-align: center;
    margin: 10px auto;
    color: #fff;
}

.user-menu h3 {
    text-align: center;
    margin: 0 0 7px 0;
    color: #e91e63;
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

.gast-menu h3 {
    text-align: center;
    margin: 0 0 7px 0;
    color: #e91e63;
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

.gast-menu p {
    color: white;
    font-weight: 400;
    padding-bottom: 13px;
    padding-top: 5px;
}

.user-menu ul {
    margin: 0;
    padding: 0;
}

.gast-menu ul {
    margin: 0;
    padding: 0;
}

.user-menu ul li {
    padding: .5em;
}

.gast-menu ul li {
    padding: .5em;
}

.user-menu ul li a {
    color: #333276;
    text-align: center;
    padding: 7px;
    width: 70%;
    border: 1px solid #333276;
    background: #a4dae6;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}

.add-link{
    font-size: 14px;
    margin-right: 7px;
    margin-top: 7px;
    padding: 1px 4px;
    background: #7471b2;
    border-radius: 3px;
    color: aliceblue;
}

.gast-menu ul li a {
    color: #333276;
    text-align: center;
    padding: 7px;
    width: 61%;
    border: 1px solid #333276;
    background: #a4dae6;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}

.user-menu ul li a.uitloggen{
    background: #ffeb3b;
}

.gast-menu ul li a.uitloggen{
    background: #e8447c;
    color: white;
}

.user-menu ul li a.special{
    background: #fff061;
    color: #317d9d;
    font-weight: 600;
}

.gast-menu ul li a.special{
    background: #fff061;
    color: #333276;
    font-weight: 600;
}

.gast-menu ul li a.special.dblauw{
    background: #333276;
    color: white;
    font-weight: 600;
}

.user-menu ul li a:hover {
    background: #333276;
    color: white;
}

.gast-menu ul li a:hover {
    background: #333276;
    color: white;
}
.gast-menu ul li a.special:hover{
    background: #e8447c;
    color:white;
}

.user-menu ul li.limit{
    width: 72%;
    background: #dcd8d5;
    margin: 7px auto;
    border-radius: 4px;
    color: #985b5b;
    padding: 9px;
    cursor: not-allowed;
    font-size: .9em;
}

.gast-menu ul li.limit{
    width: 72%;
    background: #dcd8d5;
    margin: 7px auto;
    border-radius: 4px;
    color: #985b5b;
    padding: 9px;
    cursor: not-allowed;
    font-size: .9em;
}

span.limit {
    font-size: .9em;
    color: #333276;
}

.introText{
    color: #5151a3;
    padding: 1.4em;
    padding-top: 0;
    margin-bottom: 34px;
    background: #f1f1f1;
}

.breadcrumb{
    display: inline-flex;
    background-color: gainsboro;
    padding: 7px 1rem;
    margin: 0;
    color: #a2a2a2;
    font-size: .9em;
}

.breadcrumb.simple {
    display: inline-flex;
    background-color: transparent;
    padding: 7px 0;
    color: #c2c2c2;
}

.breadcrumb span {
    display: inline-flex;
    margin: 0;
    padding: 2px;
}

.breadcrumb span a{
    color: #0684ad;
    text-shadow: 0 0 0;
}

.breadcrumb.simple span a {
    color: #f9eff0;
    text-shadow: 0 0 0;
}

.breadcrumb.simple span a:hover {
    color: #d6d6d6;
    text-shadow: 0 0 0;
}

.choice .button {
    position: relative;
    display: inline-flex;
    padding: 1.4em 2em;
    margin: 7px;
    background: antiquewhite;
    font-weight: 600;
    color: #e8447c;
    border: 2px solid #e8447c;
    cursor: pointer;
}

.choice .button span.delete{
    position: absolute;
    top: 0;
    padding: 1px;
    right: 4px;
    color: #c1acac;
    cursor: pointer;
    display: none;
}

.choice .button:hover span.delete{
    display: block;
}

.choice .button:hover{
    background: #e8447c;
    color:white;
}

.small-form{
    max-width: 390px;
    margin: 1em auto;
    text-align: center;
    background: #e8447c;
    padding: 1em;
}

.small-form .formfield{
    color: #fff;
}

.small-form input[type="text"]{
    width: 90%;
    margin: 0 auto;
    outline: none;
}

.small-form textarea{
    width: 90%;
    margin: 0 auto;
    padding: .7em;
    border-radius: 7px;
    font-size: 15px;
    outline: none;
}

.small-form textarea:focus, .small-form input[type="text"]:focus{
    border: 1px solid #b996d4;
}

.flash{
    max-width: 500px;
    background: white;
    padding: 5px;
    border-radius: 2px;
}

.flash.error{
    background: #f7d5d5;
    color: #e00707;
}

.flash .close{
    font-size: 1rem;
    color: #216680;
}

.switch{
    width: 36px;
    height: 18px;
    font-size: 12px;
    line-height: 10px;
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 24px;
    background: #e8e8e8;
    border: 1px solid #797979;
}

.switch.on{
    position: relative;
    text-align: right;
}

.switch.on:after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #48b141;
    top: 0;
    left: 0;
    border: 1px solid #e4e4e4;
}

.switch.off{
    position: relative;
    text-align: left;
}

.switch.off:after{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ca513f;
    top: 0;
    right: 0;
    border: 1px solid #d6d6d6;
}

.home.admin{
    background: #ffffffb0;
    padding: 1em 2em;
}

.home.admin li a{
    background: #ffffff;
    padding: 7px 1em;
    margin: 7px 0;
    display: inherit;
    border-radius: 4px;
    color: #333276;
    font-weight: 600;
}

.home.admin li a:hover{
    background: #5c96ff;
    color: #ffffff;
}

form .form-group label{
    width: initial !important;
    margin: initial !important;
    text-align: initial !important;
}

.message{
    font-size: .9em;
}

.message.info {
    color: #4896e5;
    background: azure;
}

.message.error {
    color: #b72d1e;
    background: #febcbc;
}

.message.success{
    color: #39732c;
    background: #c8ffad;
}

.form-group input{
    margin: initial;
    padding: .5em;
    border-radius: 4px;
    font-size: 15px;
}

.details{
    display: inherit;
    padding: 2px 14px;
    font-weight: 600;
    color: #4b4a86;
    margin: 5px 0;
    margin-left: 14px;
    background: aliceblue;
}

.steps{
    display: inline-block;
    margin-left: 14px;
}

.steps ul li{
    position: relative;
    display: inline-block;
    background: #cfdbff;
    padding: 2px 8px 0 0;
    height: 24px;
    font-size: 14px;
    vertical-align: bottom;
    line-height: 18px;
    margin-left: 32px;
    color: white;
}

.steps ul li.active{
    color: #ffffff;
    background: #0684ad;
}

.steps ul li:before{
    content: "";
    position: absolute;
    top: 0;
    left: -24px;
    height: 0;
    width: 0;
    border: 12px solid #cfdbff;
    border-left: 12px solid #f5f0ea00;
}

.steps ul li.active:before{
    border: 12px solid #0684ad;
    border-left: 12px solid #f5f0ea00;
}

.steps ul li:after{
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    height: 0;
    width: 0;
    border: 12px solid #f5f0ea00;
    border-left: 12px solid #cfdbff;
}

.steps ul li.active:after{
    border: 12px solid #f5f0ea00;
    border-left: 12px solid #0684ad;
}

.roze {
    margin: 10px;
    color: #e8447c;
}

footer.default{
    margin-top:2em;
    padding-bottom:1em;
}

.ocean footer #copy, .ocean footer #copy a {
    color: #0A373E;
}

/*.modal{*/
/*position: fixed;*/
/*top: 0;*/
/*right: 0;*/
/*left: 0;*/
/*bottom: 0;*/
/*z-index: 1004;*/
/*}*/

.pass-check {
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    width: 37px;
    text-align: center;
    cursor: pointer;
    font-size: .9em;
}

.pass-check.on {
    background: #48b141;
}

.pass-check.off {
    background: #8e131e;
}

.modal-main {
    max-width: 500px;
    margin: 2em auto;
    background: #eee;
}

.modal-back {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: .5;
    z-index: 1000;
    background: #275054;
}

/* tables */
table.tablesorter {
    /*font-family:arial;*/
    background-color: #CDCDCD;
    margin: 10px 0 15px;
    /*font-size: 8pt;*/
    width: 100%;
    text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    /*background-color: #e6EEEE;*/
    border: 1px solid #FFF;
    font-size: .8em;
    padding: 9px;
}

table.tablesorter thead tr .header {
    background-image: url(../images/ice-unsorted.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
    color: #333276;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/ice-asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/ice-desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

.search_div {
    float: right;
    margin-bottom: 14px;
}

.search_div form {
    margin: 0;
}

.search_div input[type="text"] {
    float: right;
    width: 240px;
    padding: 7px;
    border: 1px solid #d1d1d0;
    border-radius: 4px;
}

.search_div .search {
    float: right;
    padding: 7px;
    min-width: 40px;
    border-radius: 4px;
    color: #a6a5f9;
    font-size: 14px;
    display: block;
    border: 1px solid #d1d0d0;
    background: #333276;
}

/* Customize the checkBox */
.formfield.checkBox{
    position: relative;
    margin-bottom: 12px;
    display: block;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkBox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkBox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkBox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkBox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
