﻿/* Bootstrap overrides */
*, body, button, input {
    font-family: "Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
}

    select, input[type=text] {
        margin-bottom: 0px;
    }

    *.wait {
        cursor: wait;
    }

h4 {
    color: #333;
}

a, a:hover, a:focus {
    color: #ef7000;
}

.btn[disabled] {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE 5-7 */
    filter: alpha(opacity=40);
    /* Netscape */
    -moz-opacity: 0.4;
    /* Safari 1.x */
    -khtml-opacity: 0.4;
    /* Good browsers */
    opacity: 0.4;
}

.EditButtons {
    float: right;
}
#wieg .EditButtons {
    float: none;
}

    .EditButtons .btn.btnEditItem, .EditButtons .btn.btnDeleteItem, .EditButtons .btn.btnUpdateItem, .EditButtons .btn.btnCancelItem, .EditButtons .btn.btnEmailItem {
        height: 30px;
        width: 30px;
        padding: 2px;
    }

        .EditButtons .btn.btnEmailItem.selected {
            border-color: #EF7000;
        }

#btnAddItem {
    background-image: url(../artwork/ic_add_black_24dp.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-left: 10px;
    height: 28px;
    width: 140px;
    text-align: left;
}

#btnBekijkNieuwSalaris {
    padding-right: 0;
}

    #btnBekijkNieuwSalaris button {
        float: right;
        margin-right: 0;
    }

.table tbody th {
    vertical-align: middle;
}

.tooltip.in {
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1; /* khtml, old safari */
    -moz-opacity: 1; /* mozilla, netscape */
    opacity: 1; /* fx, safari, opera */
}

.tooltip-inner {
    color: #333;
    background-color: #F5F5F5;
    text-align: left;
    border: 2px solid #BBBBBB;
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1; /* khtml, old safari */
    -moz-opacity: 1; /* mozilla, netscape */
    opacity: 1; /* fx, safari, opera */
}

.tooltip-arrow {
}

.tooltip-grafiek-maand .value {
    text-align: right;
}


/* ClearFix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* Styling */
html, body {
    background-color: #B3D2D4;
}

select option:disabled {
    color: lightgray;
}

th {
    text-align: left;
}

.logo-header {
    display: none;
}

.header {
    background-color: #2C3D51;
    height: 40px;
    /*background-color: rgb(216, 3, 11);*/
}

    .header div.h1 {
        position: relative;
        width: 1080px;
        color: #fff;
        /*background-color: #2C3D51;*/
        padding: 0px 10px 0px;
        font-size: 17px;
        font-weight: normal;
        margin: 0 auto;
        line-height: 40px;
    }

        .header div.h1 .logo-pardon {
            float: left;
            margin: 5px 0 0 5px;
        }

    .header .title {
    	display: inline-block;
        text-align: center;
        width: 710px;
    }

    .header #nav-item-home {
        display: inline-block;
        width: 60px;
    }

.header .nav-items-right {
    display: inline-block;
    float: right;
}
    .header .nav-items-right .nav-item {
        display: inline-block;
        margin: 0 0 0 20px;
    }

.footer {
    background-color: #7A8E8D;
    height: 100px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: -10;
}

.disclaimer {
    height: 50px;
    margin-top: 20px;
    padding-bottom: 10px;
    font-style: italic;
}

    .disclaimer .text {
        float: right;
        margin-top: 20px;
    }

    .disclaimer #logo-pardon-medewerker {
        float: left;
    }

#disclaimertext-overzicht {
    width: 600px;
    margin-bottom: -24px;
}

#jaarnavigatie {
    float: right;
    margin: 0 0 5px 0;
}

    #jaarnavigatie .btn, #MaandViewer .btn {
        height: 30px;
        width: 40px;
        padding: 2px;
    }

        #jaarnavigatie .btn.last {
            margin-right: 0;
        }

.maincontainer {
    /*position: relative;*/ /* AvM, 17-11-2016 */
    /* position relative vervallen; werd gebrukt voor P-Direkt */
    /*width: 1080px;*/
    width: 1220px; /*1150px; 1140px;1075px; 996px;*/
    /*NB PDIREKT HEEFT AFWIJKENDE WIDTH ZIE P-DIREKT.CSS */
    min-height: 700px;
    margin: 0 auto;
    background-color: #fff;
    padding: 8px 20px 1px;
}

.nav-item, .nav-subitem {
    cursor: pointer;
    vertical-align: top;
}

.submenu .nav-subitem {
    color: #000;
    font-weight: normal;
    height: 50px; /*30px*/
}

#mainmenu {
    margin-bottom: 6px;
}

span.nav-item {
    display: inline-block;
    padding: 4px 0px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

/*
span.nav-item {
    width: 330px;
}*/

/*  stond eerste in  pardon.css, GemeenteAmersfoor css ect.. */
/* uitzondering P-Direkt die 1000px die 1000px voor max breedte  heeft staan zie p-direkt.css*/
/*  scale down P-Direkt is vervallen in versie 2020 */

span.nav-item {
    width: 392px; /*369px; 366px; 319px;*/
    /*NB PDIREKT HEEFT AFWIJKENDE WIDTH ZIE P-DIREKT.CSS */
    margin-right: 13px;
    padding-left: 5px; /*4px;*/
}

    span.nav-item.last {
        margin-right: 0;
    }



.stapnummer {
    font-size: 22px;
    display: inline-block;
    height: 32px;
    width: 31px;
    margin-right: 10px;
    padding: 9px 0 0 15px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nav-item-was .stapnummer {
    background-color: #59B200;
}

.nav-item-wordt .stapnummer {
    background-color: #FF9326;
}

.nav-item-resultaat .stapnummer {
    background-color: #FF4000;
}

#logo-pardon-medewerker {
    width: 180px;
    margin-top: 10px;
}

.was .nav-item-was .stapnummer {
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1; /* khtml, old safari */
    -moz-opacity: 1; /* mozilla, netscape */
    opacity: 1; /* fx, safari, opera */
}

.was .maincontainer .content {
    position: relative;
    top: 0;
    left: 0;
}

.was button.annuleer {
    margin-right: 20px;
}

.was .buttons.wizard {
    position: absolute;
    top: 435px; /*400px;*/
    left: 20px;
}

    .was .buttons.wizard #prev {
        visibility: hidden;
    }

    .was .buttons.wizard #next {
        margin-left: 200px;
        width: 100px;
    }

.was #wizard-body {
    min-height: 390px;
    /* border: 1px solid #B3D2D4; */
}

    .was #wizard-body table.was-gegevens {
        visibility: hidden;
    }

    .was #wizard-body .infocontainer {
        visibility: hidden;
    }

    .was #wizard-body .meter {
        height: 20px; /* Can be anything */
        width: 400px;
        position: relative;
        background: rgb(228, 228, 228);
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border-radius: 25px;
        padding: 10px;
        box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
    }

        .was #wizard-body .meter > span {
            display: block;
            height: 100%;
            width: 0;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            background-color: rgb(81, 162, 81);
            background-image: linear-gradient( rgb(43,194,83) 37%, rgb(84,240,84) 69% );
            box-shadow: inset 0 2px 9px rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
            position: relative;
            overflow: hidden;
        }

.wordt .nav-item-wordt .stapnummer {
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1; /* khtml, old safari */
    -moz-opacity: 1; /* mozilla, netscape */
    opacity: 1; /* fx, safari, opera */
}

.resultaat .nav-item-resultaat .stapnummer {
    filter: alpha(opacity=100); /* internet explorer */
    -khtml-opacity: 1; /* khtml, old safari */
    -moz-opacity: 1; /* mozilla, netscape */
    opacity: 1; /* fx, safari, opera */
}


.submenu {
    width: 1220px; /*1150px; 1140px; 1075px; 996px;*/
    /*NB PDIREKT HEEFT AFWIJKENDE WIDTH ZIE P-DIREKT.CSS */
    height: 60px; /*38px;*/
    margin-top: 8px;
    /*
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    */
    border-radius: 4px;
    -webkit-radius: 4px;
    -moz-border-radius: 4px;
    background-color: #F5F5F5;
}

.nav-subitem {
    display: inline-block;
    /*padding: 4px 0px;*/
    font-size: 17px;
    font-weight: bold;
    height: 30px;
    color: #333;
    padding: 8px 26px 0;
    text-align: center;
    border-right: 2px solid #ddd;
    /*
    border-bottom: 2px solid #ddd;
        */
}

    .nav-subitem.active {
        color: #fff;
    }

    .nav-subitem.first {
        -webkit-border-top-left-radius: 4px;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .nav-subitem svg {
        vertical-align: top;
        margin-left: 17px;
    }

.nav-item-wordt.nav-subitem.active, .nav-item-wordt.nav-subitem:hover {
    background-color: #FF9326;
    border-color: #EE8213;
}

.nav-item-resultaat.nav-subitem.active, .nav-item-resultaat.nav-subitem:hover {
    background-color: #FF4000;
    border-color: #EE3000;
}

/*
.nav-item-resultaat.nav-subitem {
    background-color: #FF4000;
    border-right: 2px solid #EE3000;
}
*/



.content {
    padding: 10px 0;
}

a form {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}
/**** WAS ****/

.was H4 {
    color: #59B200;
}

form#UpdateInvoer {
    position: relative;
}

table.was-gegevens {
    display: inline-block;
    margin: 20px 30px 10px 0;
    vertical-align: top;
    width: auto;
}

    table.was-gegevens th, table.was-gegevens td {
        border-top: 0;
        border-bottom: 1px solid #dddddd;
    }

    table.was-gegevens.editmode th, table.was-gegevens.editmode td {
        height: 30px;
    }

.was table.was-gegevens.col1 {
    width: 35%;
}

    .was table.was-gegevens.col1.editmode {
        width: 45%;
    }

.was table.was-gegevens.col2 {
    width: 32%;
}

    .was table.was-gegevens.col2.editmode {
        width: 45%;
    }

.was #wizard-body table.was-gegevens th, .was #wizard-body table.was-gegevens td {
    border-bottom: 0;
}

.was #wizard-body .infocontainer {
    width: 420px;
    margin: -240px 0 0 580px;
    min-height: 290px;
}

    .was #wizard-body .infocontainer p {
        margin-top: 20px;
        width: 380px;
        padding: 8px;
        background-color: #F8F8F8; /* licht grijs */
        /*border: 1px solid;*/
        border-radius: 80px;
    }

    .was #wizard-body .infocontainer #help-logo-afas, .was #wizard-body .infocontainer #help-logo-raet, .was #wizard-body .infocontainer #help-logo-centric, .was #wizard-body .infocontainer #help-logo-adp {
        cursor: pointer;
    }

.was table.salspec {
    position: static;
    width: 25%;
    margin-top: 25px;
    margin-right: 5px;
    border-width: 1px;
    box-shadow: none;
    font-size: 12px;
}

    .was table.salspec th {
        border: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        line-height: 1.4;
    }

    .was table.salspec td {
        border: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        text-align: right;
        line-height: 1.4;
    }

.was select[name='Ipap'] {
    width: auto;
}

/**** WORDT ****/

.wordt H4 {
    color: #FF9326;
}

table.ContentTable td, table.ContentTable th {
    padding: 5px;
    height: 30px;
}

table.ContentTable tbody td, table.ContentTable tbody th {
    vertical-align: middle;
    white-space: nowrap;
}

table.ContentTable input::-ms-clear {
    display: none;
}

table.ContentTable tr.voegtoe td {
    /*padding-top: 20px; */
    padding-left: 0px;
    border-top: 0;
    background-color: #fff;
}

table.ContentTable tr.voegtoe p {
    visibility: hidden;
}

table.ContentTable.empty thead {
    visibility: hidden;
}

table.ContentTable.empty tr.voegtoe p {
    visibility: visible;
}

.verplichtveld {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
    margin-top: -3px;
}


.VerlofItem td.Omvang {
    width: 100px;
}


#VerlofItem-, #OmvangBetrekkingItem-, #TI_Item-, #VoltijdSalarisItem-, #DB_Item- {
    visibility: hidden;
}

.TI_Item .AantalTreden {
    width: 65px;
}

.TI_Item .AantalUren {
    width: 65px;
}



/*** MeerMinder ***/

.OmvangBetrekkingItem td.DatumCol {
    width: 120px;
}

.OmvangBetrekkingItem td.Omvang {
    width: 200px;
}


/*** IKB ***/
#IKBJaar {
    margin: -61px 0 0 200px;
    width: 80px;
}

.ikb thead th {
    vertical-align: top;
}

.ikb tr.DB_Item {
    min-height: 55px;
}

ul.maanden {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    width: 330px;
}

    ul.maanden li {
        display: inline-block;
        font-weight: normal;
        width: 24px;
        text-align: center;
    }

div.maanden {
    text-align: center;
}

    div.maanden a.allemaal {
        font-size: 14px;
        cursor: pointer;
        line-height: 2;
    }

    div.maanden.bronis-eju, div.maanden.bronis-vt {
        text-align: left;
    }

.ikb .DB_Item .omschrijving select option {
    font-family: Courier New;
    white-space: pre;
}

.ikb select.eenheid {
    width: 83px;
}

.ikb .showmode .omschrijving {
    white-space: normal;
}

.ikb .maanden .bronis-vt, .ikb .maanden .bronis-eju, .ikb .maanden .bronis-anders {
    display: none;
}

.ikb .bronis-vt .bronis-vt {
    display: block;
}

.ikb .bronis-eju .bronis-eju {
    display: block;
}

.ikb .bronis-anders .bronis-anders {
    display: block;
}

.DB_Item .Omvang {
    min-width: 130px;
}

#IBKOverzichtContainer {
    display: inline-block;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 10px;
}

#ikb-overzicht {
/*    width: 600px; */
    margin: 0;
}

    #ikb-overzicht td, #ikb-overzicht thead th {
        text-align: right;
    }

    #ikb-overzicht td, #ikb-overzicht th {
        height: auto;
        padding-top: 3px;
        padding-bottom: 3px;
        border: 0;
    }

    #ikb-overzicht.table-striped tbody > tr:nth-child(2n+1) > td, #ikb-overzicht.table-striped tbody > tr:nth-child(2n+1) > th {
        background-color: #eee;
    }



span.showmode, span.editmode {
    display: none;
}

.showmode div.editmode {
    display: none;
}


.showmode span.showmode {
    display: inline;
}

.readonly span.showmode {
    display: inline;
}

.editmode span.editmode {
    display: inline;
}

.editmode .readonly span.editmode {
    display: none;
}


.show_when {
    display: none;
}

    .show_when.id_is_empty {
        display: inline;
    }

.dontshow_when.id_is_empty {
    display: none;
}

.btn {
    margin-right: 10px;
}

.datum {
    width: 80px;
}

.separate-date .day, .separate-date .month {
    width: 25px;
    margin-right: 10px;
}

.separate-date .year {
    width: 34px;
}

.uren, .minuten {
    width: 20px;
}

.urendecimaal, .dtf {
    width: 65px;
}

.bedragklein {
    width: 53px;
}

.bedrag {
    width: 65px;
}

.carriereswitch .bedrag {
    width: 70px;
}

.int4 {
    width: 50px;
}

select.Schaal {
    width: 100px;
}
select.Schaal.MinMax {
    width: 220px;
}

select.Trede {
    width: 115px;
}

.percentage {
    width: 65px;
}

select.eenheid {
    width: 140px; /*110px;*/
}

select.JaNee {
    width: 80px;
}

.eenheid .Bedrag, .eenheid2 .bedrag, .eenheid3 .bedrag, .eenheid5 .bedrag, .eenheid7 .bedrag, .eenheid8 .bedrag {
    display: none;
}

.eenheid .PercSalaris, .eenheid1 .PercSalaris, .eenheid3 .PercSalaris, .eenheid5 .PercSalaris, .eenheid7 .PercSalaris, .eenheid8 .PercSalaris {
    display: none;
}

.eenheid .AantalTreden, .eenheid1 .AantalTreden, .eenheid2 .AantalTreden, .eenheid5 .AantalTreden, .eenheid7 .AantalTreden, .eenheid8 .AantalTreden {
    display: none;
}

.eenheid .AantalUren, .eenheid1 .AantalUren, .eenheid2 .AantalUren, .eenheid3 .AantalUren, .eenheid7 .AantalUren, .eenheid8 .AantalUren {
    display: none;
}

/*Op IKB scherm heet het uren!*/
.eenheid .Uren, .eenheid1 .Uren, .eenheid2 .Uren, .eenheid3 .Uren, .eenheid7 .Uren, .eenheid8 .Uren {
    display: none;
}
/*.eenheid .PercBezoldiging, .eenheid1 .PercBezoldiging, .eenheid3 .PercBezoldiging, .eenheid4 .PercBezoldiging, .eenheid5 .PercBezoldiging{
    display: none;
}*/

.eenheid .PercSalVtEju, .eenheid1 .PercSalVtEju, .eenheid2 .PercSalVtEju, .eenheid3 .PercSalVtEju, .eenheid5 .PercSalVtEju, .eenheid8 .PercSalVtEju {
    display: none;
}

.eenheid .PercPensioenInkomen, .eenheid1 .PercPensioenInkomen, .eenheid2 .PercPensioenInkomen, .eenheid3 .PercPensioenInkomen, .eenheid5 .PercPensioenInkomen, .eenheid7 .PercPensioenInkomen {
    display: none;
}



td.EditButtonsCol {
/*    width: 184px; */
    width: 100px;
}

.EditButtons {
    white-space: nowrap;
}

    .EditButtons .btn {
        width: 82px;
    }


/**** Resultaat ****/
.resultaat h4 {
    color: #FF4000;
    margin-bottom: 14px;
}

#detailoverzicht {
    margin: -7px 0 15px 0;
}

.resultaat table.ContentTable td {
    white-space: nowrap;
}

    .resultaat table.ContentTable td.toggle {
        vertical-align: top;
    }

    .resultaat table.ContentTable td.omschrijving {
        white-space: normal;
        width: 75%; /*100%*/
    }

#scherm-resultaat-overzicht table.ContentTable td.filler {
    width: 100%;
}


html.inline, html.inline body {
    background-color: #fff;
}

    html.inline body#scherm-resultaat-overzicht .maincontainer {
        min-height: 0px;
        width: 930px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0;
    }

    html.inline body#scherm-resultaat-overzicht .content {
        padding: 0;
    }


table#resultaat-overzicht {
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

    table#resultaat-overzicht tr.netto-oud th {
        background-color: #59B200; /*yellow;*/
        color: #000;
    }

    table#resultaat-overzicht tr.netto-nieuw th {
        background-color: #FF4000; /*green;*/
    }

    table#resultaat-overzicht tr.netto-verschil td {
        font-weight: bold;
    }

    table#resultaat-overzicht, table#resultaat-overzicht td, table#resultaat-overzicht th {
        border: 1px solid #046f96;
        font-size: 13px;
    }

        table#resultaat-overzicht thead th {
            text-align: center;
            vertical-align: bottom;
        }

            table#resultaat-overzicht thead th.hint {
                text-align: left;
                font-size: 11px;
                font-weight: normal;
            }

        table#resultaat-overzicht td, table#resultaat-overzicht th {
            padding: 3px 5px;
        }

            table#resultaat-overzicht td.waarde {
                white-space: nowrap;
                text-align: right;
            }

        table#resultaat-overzicht tbody th {
            min-width: 220px;
        }

.salspec tr.totaal th, .salspec tr.totaal td {
    font-weight: bold;
}

.salspec table th {
    font-weight: normal;
    padding-right: 5px;
}

.salspec table td {
    text-align: right;
}

#scherm-resultaat-overzicht .salspec {
    display: none;
    position: absolute;
    top: 240px;
    width: 360px;
    box-shadow: #BBB 8px 8px;
    border: 2px solid #BBB;
}

    #scherm-resultaat-overzicht .salspec table {
        width: 100%;
    }

    #scherm-resultaat-overzicht .salspec .salspec-header {
        background-color: #B3D2D4;
        margin: -8px -8px 0 -8px;
        padding: 2px 9px;
        cursor: pointer;
    }

#scherm-resultaat-maand #MaandViewer {
    width: 400px;
    margin: 10px 0 0 260px;
    overflow: hidden;
}

#scherm-resultaat-maand button {
    position: relative;
    top: 20px;
}

    #scherm-resultaat-maand button.left {
        float: left;
    }

    #scherm-resultaat-maand button.right {
        float: right;
        margin-right: 0;
    }

#scherm-resultaat-maand #SalSpecs {
    width: 4800px;
    min-height: 300px;
}

    #scherm-resultaat-maand #SalSpecs .salspec {
        float: left;
        width: 400px;
    }

        #scherm-resultaat-maand #SalSpecs .salspec table {
            width: 100%;
        }

        #scherm-resultaat-maand #SalSpecs .salspec .salspec-header {
            text-align: center;
            margin-top: -4px;
            margin-bottom: 14px;
            font-weight: bold;
        }

#scherm-resultaat-maand .ContentTable input {
    visibility: hidden;
}

#scherm-resultaat-pdf .alert {
    width: 500px;
}

a.spec-maand {
    text-decoration: underline;
}

#Grafiek .maand {
    float: left;
    background-color: #F9F9F9;
    border-right: 1px solid #DDDDDD;
}

    #Grafiek .maand .text {
        float: left;
        clear: both;
        width: 100%;
        text-align: center;
    }

#Grafiek .staaf {
    float: left;
    margin-top: 300px;
}

    #Grafiek .staaf.was {
        margin-left: 18px;
        background-color: #59B200; /*yellow;*/
    }

    #Grafiek .staaf.wordt {
        background-color: #FF4000; /*green;*/
        margin-right: 18px;
        margin-left: 3px;
    }

#Grafiek {
    vertical-align: bottom;
    margin-top: 12px;
}

.y-as {
    float: left;
    width: 30px;
    border-right: 1px solid #DDDDDD;
    font-size: 8px;
    line-height: 1;
}

    .y-as div.top, .y-as div.middle, .y-as div.bottom {
        height: 149px;
        width: 5px;
        margin-left: 25px;
        border-top: 1px solid #DDDDDD;
    }

    .y-as div.bottom {
        height: 0px;
    }

    .y-as div.text {
        width: 25px;
        margin: -6px 0 0 -27px;
        text-align: right;
    }

.legenda {
    margin-top: 15px;
    height: 28px;
}

    .legenda div {
        float: left;
        height: 18px;
    }

    .legenda .was, .legenda .wordt {
        width: 50px;
    }

    .legenda .was {
        background-color: #59B200; /*yellow;*/
        margin-right: 5px;
    }

    .legenda .wordt {
        background-color: #FF4000; /*green;*/
        margin: 0 5px 0 20px;
    }

#logindata {
    margin: 50px 0 0 100px;
}

    #logindata th, #logindata td {
        padding: 4px 10px 0;
    }

#account-activate #strength .niveau, #account-activate #controle span {
    padding: 3px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#account-activate #controle {
    visibility: hidden;
}

    #account-activate #controle .match {
        background-color: #4f4;
    }

    #account-activate #controle .no-match {
        background-color: #f55;
    }


#logindata td.message {
    width: 600px;
    height: 80px;
    padding-top: 20px;
}

.helpteksten {
    display: none;
}

.ContentTable .alert {
    width: 880px;
    white-space: normal;
}

#homepage p .stap.nr1 {
    color: #59B200;
}

#homepage p .stap.nr2 {
    color: #FF9326;
}

#homepage p .stap.nr3 {
    color: #FF4000;
}

form.logout {
    margin: 0;
}

/* Surpress arrow in select box when disabled */
.Eenheid .disabled select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .Eenheid .disabled select::-ms-expand { /* for IE 11 */
        display: none;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .Eenheid .disabled select {
        padding-top: 0px; /* Chrome only, otherwise the text is too low in de select box */
    }
}

#emailopdracht-popup {
    position: absolute;
    z-index: 9;
    display: none;
    top: 60px;
    left: 500px;
    width: 440px;
    height: 110px;
    border-width: 2px;
}

    #emailopdracht-popup.visible {
        display: block;
    }

    #emailopdracht-popup h4 {
        margin-top: -2px;
    }

    #emailopdracht-popup .close {
        margin-top: -3px;
    }

.pdf.Opdracht table th,
.pdf.Opdracht table td {
    padding: 5px 10px 5px 0;
}

#errors {
    width: 100%;
}