/* CSS - Door: Coen van de Bovenkamp - Studio Boka */

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Einde RESET */

/*
	Standaarden:

		Rood 	: 	#eb4d5c
		Blauw 	: 	#3a486d

*/

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #fafafa;
}

form input[type=submit],
button.annuleer,
#header a {
    -webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;
}

.fa {
    margin-left: 6px;
}

i.copyLink {
    cursor: pointer;
}

.email::before, .email.disabled::before, .edit::before, .show::before, .vcard::before, .delete::before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 18px/1 'Genericons';
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 2px;
}

.delete::before {
    content: '\f407';
}

.edit:before {
    content: '\f411';
}

.email::before {
    content: '\f410';
}

.email.disabled:before {
    opacity: 0.4;
    content: '\f410';
}

.show::before {
    content: '\f400';
}

.vcard::before {
    content: '\f438';
}

.label_radio {
    width: 80px;
}

.list {
    background-color: #fff;
}

.list.bruin {
    background-color: #c979c4;
}

.list.rood {
    background-color: #FF8080;
}

.list.vuurrood {
    background-color: #FF0000;
}

.list.geel {
    background-color: yellow;
}

.list.groen {
    background-color: lightgreen;
}

.list.oranje {
    background-color: #eec460;
}

.list.blauw {
    background-color: #3ee7e4;
}

/* Nieuw */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #3a486d;
}

body p {
    letter-spacing: 0.4px;
}

#header {
    position: relative;
    /*background: #3e4976;*/
    background: #000000;
    line-height: 36px;
    /*color: #fff;*/
    color: #ff0;
    font-family: 'Montserrat';
    font-size: 15px;
}

#header .links {
    text-align: left;
    font-weight: 400;
}

#header .rechts {
    float: right;
}

#header a {
    /*color: #fff;*/
    color: #ff0;
    text-decoration: none;
}

#header a:hover {
    color: #7ac6ea;
}

#nav {
    position: relative;
    /*height: 78px;*/
    height: 80px;
    box-shadow: 0 1px 12px rgba(1, 2, 4, 0.1);
    z-index: 3000;
    background: #fff;
}

#nav .logo {
    display: inline-block;
    padding: 4px 18px;
    box-sizing: border-box;
    height: 78px;
    float: left;
}

#nav .logo img {
    width: 95px;
}

#nav p {
    line-height: 78px;
    font-size: 20px;
}

.wrapper {
    text-align: center;
}

.wrapper,
#container #content {
    /*width: 990px;*/
    width: auto;
    margin: 0 auto;
}

#container #content .informatie {
    font-size: 0.8em;
    margin-bottom: 4px;
}

#container #content .informatie.inline {
    display: inline-block;
    font-size: 0.8em;
    margin-bottom: 4px;
}

#container {
    background: #fafafa;
}

#OLDcontainer h1 {
    position: relative;
    padding: 50px 20px;
    background: #75c8ea;
    color: #3a486d;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-bottom: 50px;
    font-style: normal;
}

#container h1 {
    position: relative;
    padding: 25px 20px;
    /*background: #75c8ea;*/
    background: #000000;
    /*color: #3a486d;*/
    color: #ffff00;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Montserrat', Arial;
    font-weight: 700;
    margin-bottom: 50px;
    font-style: normal;
}

#container h1:after {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    left: 50%;
    margin-top: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
}

#container #content {
    width: 990px;
    margin: 0 auto;
    padding-bottom: 100px;
}

#frmLogin label {
    margin-top: 20px;
}

input[type=checkbox] {
    padding: 0px;
    width: 14px;
    height: 14px;
    margin: 0px;
    margin-right: 10px;
}

input[type=checkbox]:checked {
    background: url(../images/checkbox_checked.png) no-repeat center center;
    background-size: 20px 20px;
}

.zoekbalk {
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    background: #3e4976;
    color: #fff;
    margin-bottom: 40px;
}

.zoekbalk {
    text-align: center;
    line-height: 24px;
}

.zoekbalk input[type=text] {
    margin: 0px;
    margin-bottom: 40px;
    width: 60%;
    box-sizing: border-box;
}

.zoekbalk input[type=checkbox] {
    padding: 0px;
    width: 14px;
    height: 14px;
    margin: 0px;
    margin-right: 10px;
}

.zoekbalk input[type=checkbox]:checked {
    background: url(../images/checkbox_checked.png) no-repeat center center;
    background-size: 20px 20px;
}

.zoekbalk label {
    width: initial;
    text-align: left;
}

.zoekbalk .selectall,
.zoekbalk .deselectall,
.selecteer .selectall,
.selecteer .deselectall {
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    cursor: pointer;
}

.zoekbalk .selectall {
}

.zoekbalk .selectall:after,
.selecteer .selectall:after {
    display: inline-block;
    content: " / ";
    margin-right: 10px;
    margin-left: 10px;
}

.zoekbalk .selectall:hover,
.zoekbalk .deselectall:hover {
    text-decoration: underline;
}

.tabblad {
    width: 100%;
    display: inline-block;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 5px 5px 5px 5px;
}

.tabblad span:last-child {
    border-bottom: 0px;
}

.tabblad h2 {
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-left: 8px;
    margin-top: 2px;
}

#content h2 {
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-left: 8px;
    margin-top: 2px;
}

.regel a {
    color: #eb4d5c;
}

.regel {
    display: block;
    border-bottom: 1px solid #E9E9E9;
}

.list {
    display: inline-block;
    height: 30px;
    padding: 0px 5px !important;
    width: 5px;
    border-radius: 8px;
    border: 1px solid #B2B2B2;
    margin-left: 5px;
    margin-right: 5px;
}

.regel > span {
    display: inline-block;
    min-height: 30px;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: top;
}

.regel .naam {
    width: 220px;
}

.regel .naam.dim {
    color: #b2b2b2;
}

.regel .afkorting {
    width: 30px;
}

.regel .telefoon {
    width: 30px;
}

.regel .groep {
    width: 10px;
}

.regel .aantal {
    text-align: right;
    width: 10px;
}

.regel .item_email {
    position: relative;
    width: 25px;
    border-left: 1px solid #E9E9E9;
    padding: 0px 0px;
    box-sizing: border-box;
}

.regel span:nth-child(2) {
    font-weight: 700;
}

.regel span:nth-child(5) {
    width: 23%;
}

#gebruiker .label {
    vertical-align: top;
}

#gebruiker label {
    margin-top: 0;
}

.doelgroepblok {
    display: inline-block;
    margin-left: -4px;
}

.afkorting {
    text-transform: uppercase;
}

.logboek {
    display: block;
    border-bottom: 1px solid #E9E9E9;
}

.logboek > span {
    display: inline-block;
    min-height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    vertical-align: top;
}

.logboek .naam {
    width: 25%;
}

.logboek .naam.dim {
    color: #b2b2b2;
}

.logboek .kenmerk {
    width: 50%;
}

#kenmerk label {
    vertical-align: top;
    /*padding-top: 20px;*/
}

.kenmerken {
    display: inline-block;
    padding-top: 22px;
}

/*.logboek span:nth-child(2) { font-weight:700; }*/
/*.logboek span:nth-child(4) { width:23%;  }*/

.pasfoto {
    display: block;
    /*position: absolute;*/
    /*top: 300px;*/
    /*margin-left: 890px;*/
}

hr {
    height: 2px;
    background: #75c8ea;
    border: none;
    margin: 40px 0;
}

.kopje {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #75c8ea;
    color: #3a486d;
    line-height: 40px;
    margin: 40px 0;
    font-weight: bold;
    font-size: 16px;
}

p.intro {
    text-align: left;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
}

form label {
    position: relative;
    display: inline-block;
    width: 270px;
    text-align: right;
    padding-right: 20px;
    vertical-align: top;
    margin-top: 20px;
    /*line-height: 65px;*/
    line-height: 24px;
}

form label.left {
    text-align: left;
}

form label.hoog {
    line-height: 15px;
    margin-top: 0;
}


form label .ster {
    color: #eb4d5c;
    margin-left: 5px;
    vertical-align: super;
    font-size: smaller;
}

form input,
form select,
form textarea {
    border-radius: 2px;
    border: 1px solid #A9A9A9;
    padding: 15px 20px;
    margin: 5px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #717171;
    font-family: 'Open Sans';
    background: #fff;
}

form input.error,
form select.error {
    border-color: #eb4d5c;
}

/*form textarea {font-family: "Open Sans"; }*/

span.error {
    padding-left: 300px;
    font-weight: 400;
    font-style: italic;
}

form select {
    /*margin-left: 9px;*/
    /*margin-bottom: 5px;*/
    padding-right: 70px;
    background: #fff url(../images/form_select.png) no-repeat right top;
    background-size: 50px 50px;
}

form input[type=checkbox], input[type=radio] {
    margin-left: 10px;
}

.foutmelding {
    margin-left: 300px;
    font-weight: bold;
    color: #eb4d5c;
}

.editVrijwilliger label {
    /*margin-top: 0px;*/
}

.editVrijwilliger .longLabel {
    width: 100%;
}

.editVrijwilliger form input[type=checkbox], input[type=radio] {
    margin-left: 10px;
    /*margin-top: 25px;*/
}

.editVrijwilliger .displaynaam {
    font-weight: bold;
}

.pop {
    display: inline-block;
    margin-right: 10px;
}

form input[type=submit] {
    margin-left: 300px;
}

form input[type=submit], button.annuleer, button.verwijder, button.action {
    background: #eb4d5c;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat';
    padding: 15px 40px;
    cursor: pointer;
    margin-right: 50px;
    margin-top: 50px;
}

button.annuleer {
    background: #EaEaEa;
    color: #999;
}

button.verwijder {
    /*background: #EaEaEa;*/
    /*color: #999;*/
}

form input[type=submit]:hover, button.annuleer:hover {
    transform: scale(1.1);
}

span.error {
    display: block;
    color: #eb4d5c;
}

form.links input[type=submit] {
    margin-left: 0px;
}

form textarea {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pageMail {
}

.pageMail .regel {
    border: 0px;
}

.pageMail label {
    text-align: left;
    margin-top: 0px;
    width: 800px;
}

/*.pageMail input[type=checkbox] { padding: 0px; margin: 0; margin-right: 5px;}*/

.gebruiker input[type=radio] + label, .gebruiker input[type=checkbox] + label {
    text-align: left;
    width: 600px;
    margin-top: 0px;
}

.editVrijwilliger .groep {
    font-weight: bold;
    color: darkblue;
}

.zoekbalk .groep {
    font-weight: bold;
}

.checkgroep {
    display: block;
    text-align: left;
    /*width: 25%;*/
}

.checkgroep_kolom {
    display: block;
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 3;
    -webkit-column-width: 250px; /* Chrome, Safari, Opera */
    -moz-column-width: 250px; /* Firefox */
    column-width: 250px;
}

.checkgroep_kolom label {
    line-height: 0px;
    margin-top: 10px;
}

#ideditie:disabled {
    color: #CCCCCC;
}

.attentie {
    color: red;
    font-weight: bold;
}

.mededeling {
    margin-left: 300px;
}

.mededeling ul li {
    margin-left: 324px;
}

.menubar {
    width: 100%;
    overflow: hidden;
    color: #3a486d !important;
    background-color: #75C8EA !important;
}

.menubar button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
}

.menubar .selected {
    color: #fff !important;
    background-color: #3a486d !important;
}

.menubar .caption {
    padding-left: 5px;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #3a486d;
    color: #75C8EA;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.tooltip .tooltiptext {
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext.wide {
    width: 250px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #3a486d transparent transparent transparent;
}

.belangrijk {
    font-weight: normal;
    display: inline-block;
    margin-right: 180px;
}

.dt {
    position: absolute;
    display: inline-block;
    font-size: 8px;
    line-height: 8px;
    color: #8b8b8b;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-left: 5px;
    margin-top: 9px;
    opacity: 0.8;
}

/*.pasfoto {*/
/*display: block;*/
/*}*/

.lijstwerk {
}

.lijstwerk .item {
    display: block;
    vertical-align: top;
    margin-top: 10px;
}

.lijstwerk .description {
    display: inline-block;
    width: 700px;
}

.lijstwerk button {
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-style: italic;
}

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    /*	display: inline-block;
    */
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.vrijwilligers .vrijwilliger div {
    display: inline-block;
}

.vrijwilligers .vrijwilliger div.naam {
    display: inline-block;
    width: 200px;
}

.vrijwilligers .vrijwilliger div.jaar {
    display: inline-block;
    width: 380px;
}

@media all and (max-width: 961px) {
    .wrapper {
        width: 100%;
        box-sizing: border-box;
    }

    #header .wrapper {
        padding: 0px 20px;
    }

    #nav p {
        line-height: 78px;
        font-size: 14px;
    }

    p.intro {
        margin-top: 0px;
    }

    form label {
        margin-top: 5px;
        display: block;
        width: 100%;
        text-align: left;
    }

    form input[type=text],
    form select {
        width: 100%;
        box-sizing: border-box;
    }

    span.error {
        padding-left: 0px;
        text-align: left;
    }

    form input,
    form select {
        margin: 5px 0;
    }

    #container #content {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }

    form input[type=submit] {
        margin-left: 0px;
        margin-right: 20px;
    }

    button.annuleer {
        margin-right: 0px;
    }

    form input[type=submit],
    button.annuleer {
        padding: 15px 30px;
    }

    .list {
        height: 15px;
    }

    .regel {
        position: relative;
        padding: 10px 0;
    }

    .regel > span {
        display: inline-block;
        padding: 0px;
    }

    .regel span.list {
        min-height: 15px;
    }

    .regel span:nth-child(1) {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 5px;
        padding: 0px;
    }

    .regel span:nth-child(2) {
        display: inline-block;
        width: 90%;
    }

    .regel span:nth-child(3) {
        display: block;
        width: 100%;
    }

    .regel span:nth-child(4) {
        display: block;
        width: 100%;
    }

    .regel span:nth-child(5) {
        display: inline-block;
        width: 50%;
    }

}

@media all and (max-width: 480px) {

    #nav .logo {
        padding: 20px 8px; /*padding-top:20px;*/
    }

    #nav .logo img {
        width: 65px;
    }

    form input[type=submit],
    button.annuleer {
        padding: 15px 20px;
    }

}

.container .tabs {
    display: block;
}

.container .tabs .tab {
    display: block;
}