@font-face {
    font-family: 'Klavika';
    src: url('fonts/Klavika-Medium.eot');
    src: url('fonts/Klavika-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Klavika-Medium.woff') format('woff'), url('fonts/Klavika-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    color: #000000;
    font-family: Arial, sans-serif;
    background: #cccccc;
}

* {
    box-sizing: border-box;
}

.Header {
    font-family: sans-serif;
    font-size: 20pt;
    text-transform: uppercase;
}

.fa {
    color: #ed3030;
}

.error_dark {
    display: none;
}

.Error {
    background-color: #F8E9E9;
}

.Error span {
    display: block;
    padding: 8px;
    padding-left: 12px;
    color: #B80000;
    font-weight: bold;
}

.Error span i {
    margin-right: 10px;
    font-weight: normal;
    font-size: 20px;
}

a {
    color: #000;
    text-decoration: none;
}

body,
html {
    margin: 0;
    padding: 0;
    height: auto;
}


/* rob: dit is uitgeschakeld voor ul, ol, li omdat de inspringing anders niet klopt. */

html,
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

input,
select {
    padding: 0.5em;
    border: 1px solid #E3E3E3 !important;
}

input:hover,
select:hover {
    border: 1px solid #ccc !important;
}

input:focus,
input:active,
select:focus,
select:active {
    outline: none;
    border: 1px solid #aaa !important;
}

#ContainerMain {
    max-width: 1000px;
    min-width: 200px;
    margin: 0 auto;
    float: none;
    width: 100%;
}

#Content:after {
    content: "";
    display: table;
    clear: both;
}


/* #ContainerMain #Header, */

#ContainerMain #SubHeader,
#ContainerMain #Content {
    max-width: 1000px;
    min-width: 200px;
    margin: 0 auto;
    float: none;
    width: 100%;
}

#ContainerMain #Header {
    height: auto;
    margin: 0;
}

#ContainerMain #SubHeader {
    padding: 20px 0 0 0;
}

#ContainerMain #SubHeader .Block {
    height: 40px !important;
    min-height: 20px !important;
}

#ContainerMain #Content {}

#LoginPage #ContainerMain #Header .BannerTopLeft,
#ContainerMain #Header .BannerTopLeft {
    height: 100px !important;
    background-color: transparent !important;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
    margin-top: 25px;
}

#LoginPage .form_table td {
    width: 100%;
    display: block;
    float: left;
    text-align: left;
}

#LoginPage td.formrow_divider {
    display: none;
}

#LoginPage .Index1 .Block.Form .Content {
    padding-left: 40px;
}

#LoginPage .form_table td.formrow_label {
    line-height: normal;
    padding-bottom: 0;
    margin-bottom: 0;
}

#ContainerMain .Account,
#ContainerMain .GeneralButtons {
    color: #000000;
    font-size: 0.89em;
}

#ContainerMain .GeneralButtons {
    float: right;
}

#ContainerMain .GeneralButtons div {
    float: left;
}
#ContainerMain .GeneralButtons div a {
    color: #000000;
    text-decoration: none;
    margin-right: 10px;
}

#ContainerMain .GeneralButtons div a span {
    margin-left: 4px;
}


/*
#ContainerMain #Header .BannerTopLeft div
{
    display: none
}
*/

#ContainerMain #Header .LeftBanner {
    width: 1000px;
    margin: 0 auto;
    display: block;
    float: none;
}

.ContainerDefault.Header .Wrapper .Text {
    font-family: 'Klavika', sans-serif;
    color: #262626;
    font-size: 36px;
    line-height: normal;
    text-transform: none;
}

.ContainerDefault.Header .Wrapper .Icon i {
    color: #ed3030;
}

.Block {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    min-height: 120px;
    color: #000;
}

.Block.OneThird {
    width: 323px;
}

.Block.TwoThird {
    width: 656px;
}

.Block.OneSixt {
    width: 156px;
    height: 139px;
}

.Block.Full {
    width: 990px;
}

.Block .Content {
    padding: 15px;
    line-height: 18px;
}

.Block .Content table {
    margin-bottom: 10px;
    width: 100%;
}

.Block.Action .Content table {
    display: inline;
}

.Block .Content table table td {
    padding: 4px;
}

.Block .Content .RowHeader,
.Block .Content .Row {
    padding-bottom: 10px;
}

.Block .Content .RowCount {
    vertical-align: top;
    width: 20px;
}


/* Amount */

.AmountWrapper {
    padding: 0 0 30px 0;
}

.AmountEuro {
    margin-top: -25px;
}

.AmountEuro .fa {
    margin-left: 0;
}

.AmountNumber {
    font-size: 3.8em;
}


/* dit is de bullet */

.Block .Content .RowCount span {
    padding: 4px;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
    font-size: 1.1em;
    background-color: #F5F401;
    color: #808000;
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.Block .Content .RowHeader {
    font-weight: bold;
}

.Block .textbox {
    /*padding: 2px;*/
}

.MinHeight {
    min-height: 120px;
}

.NoMinHeight {
    min-height: inherit !important;
}

.Column.OneThird {
    width: 333px;
}

.Column.OneSixt {
    width: 156px;
}

.Column.TwoThird {
    width: 666px;
}

.Column.Full {
    width: 1000px;
}

.FloatLeft {
    float: left;
}

.FullWidth {
    width: 100% !important;
}

.NoFullWidth {
    width: Auto !important;
}

.NoRightMargin {
    margin-right: 0px !important;
}

.Button {
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.Button:hover {
    opacity: 0.8;
}

.Button.NoPointer {
    cursor: default !important;
}

.Button.NoPointer:hover {
    opacity: 1;
}

.Button .Header,
.Block .Header {
    padding: 15px;
    font-size: 1.3em;
    line-height: 1.5em;
}

.Button .Image {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.Button .Image img {
    width: 50px;
    opacity: 0.9;
}

.Button .NoImage {
    margin-top: 20px;
    width: 100%x;
    height: 4.2em;
}

.Button .Icon {
    /* position: absolute; */
    font-size: 4.2em;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.Button .Count {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

.Button .Count span {
    padding: 4px;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
}

.Button .Text {
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    font-size: 0.9em;
    font-weight: bold;
    color: #000;
}


/********* Active *********/

.Active {
    background-color: #78BA00;
}

.Active .Header {
    background-color: #4B7500;
}

.Active .Even,
.Active.Even {}

.Active .Odd,
.Active.Odd {
    background-color: #6196`00;
}


/********* Blue *********/

.Action {
    background-color: #fff;
    border: 1px solid rgba(54, 64, 74, 0.05);
}

.Action:hover {
    box-shadow: 0 5px 15px #aaa;
    background: #fefefe;
}

.Action .Header {
    background-color: transparent;
}

.Action .Even,
.Action.Even {}

.Action .Odd,
.Action.Odd {
    /*background-color: #2166D3*/
    background-color: #1855C3;
}


/********* Form *********/

.Form {
    background-color: #fff;
}

.Form .Header {
    background-color: transparent;
    color: #000;
    text-align: center;
    border-bottom: solid 1px #dcdcdc;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Klavika', sans-serif;
}

.Form .Even,
.Form.Even,
.Form .grid-table .row_even {
    background-color: #CE250E;
}

.Form .Odd,
.Form.Odd,
.Form .grid-table .row_odd {
    /*background-color: #E52910;*/
    /*background-color: #D52910;*/
}

.Form .formrow_header,
.Form .grid-table th {
    background-color: #C2230E !important;
}

.Form .Content {
    line-height: 2em;
}

.formrow_content {
    color: #000;
}


/********* Grid *********/

.Grid {
    background-color: #fff;
    border: 1px solid rgba(54, 64, 74, 0.05);
}

.Grid .Header {
    background-color: transparent;
}

.Grid .Table .Header,
.Grid .grid-table th {
    background-color: transparent;
}

.Grid .Odd,
.Grid.Odd,
.Grid .grid-table .row_odd {
    /*background-color: #2166D3;*/
}

.Grid .Even,
.Grid.Even,
.Grid .grid-table .row_even {
    background-color: transparent;
}


/********* Explanation *********/

.Explanation {
    background-color: #000;
    color: #fff;
}

.Explanation .Header {
    background-color: transparent;
    color: #ed3030;
    font-family: 'Klavika', sans-serif;
}

.Explanation .Even {
    background-color: transparent;
}

.Explanation .Odd {
    background-color: transparent;
}


/********* Notification *********/

.Notification {
    background-color: #78BA00;
    color: #000000;
}

.Notification .Header {
    background-color: #4B7500;
    color: #F0F0F0;
}

.Notification .Even {
    background-color: #619600;
}

.Notification .Odd {
    background-color: #6CA700;
}


/********* Approve/ cancel requests *******/

.Accepted {
    background-color: #619600;
}

.Accepted .Header {
    background-color: #4B7500;
}

.Accepted .Odd {
    background-color: #619600;
}

.Accepted .Even {
    background-color: #6CA700;
}

.Canceled {
    background-color: #BB1D48;
}

.Canceled .Header {
    background-color: #8B0D38;
}

.Canceled {
    background-color: #BB1D48;
}

.Canceled .Header {
    background-color: #8B0D38;
}


/********* LargeButton *********/

.LargeButton {
    background-color: #fff;
    border: 1px solid rgba(54, 64, 74, 0.05);
}

.LargeButton:hover {
    box-shadow: 0 5px 15px #aaa;
    background: #fefefe;
}

.LargeButton .Header {
    background-color: #9A7101;
}

.LargeButton .Even {}

.LargeButton .Odd {
    background-color: #C69101;
}

.LargeButton.Disabled {
    background-color: #BA8901;
    cursor: default;
    opacity: 1.0;
}

/********* GeldVragen buttons *********/

.Block.Action.List.Button.OneThird {
    min-height: auto !important;
    height: auto;
    padding: 10px;
}

.Block.Action.List.Button.OneThird a.Button {
    width: 100%;
    display: block;
    background: #BA8901;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    border-color: #BA8901;
}

.Block.Action.List.Button.OneThird a.Button .fa {
    color: #fff;
}

.Block.Action.List.Button.OneThird a.Button[id^=iconOn_] {
    width: auto;
    display: inline-block;
    background: transparent;
    font-size: 20px;
    text-align: left;
    padding: 0 10px 0 0;
    border-color: none;
}

.Block.Action.List.Button.OneThird a.Button[id^=iconOn_] .fa{
    color: #000;
}

#EnterEmail {}

#EnterEmail input {
    margin: 10px 0;
    width: 100%;
}

#EnterEmail .Button {
    width: 32%;
    background: #fff;
    padding: 3px;
    float: left;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    color: #000;
    margin: 10px 1% 10px 0;
    min-height: 90px;
    transition: all 0.3s ease-out 0s;
}

#EnterEmail a.Button {
    width: 50%;
}

#EnterEmail .Button:hover {
    box-shadow: 0 5px 15px #aaa;
    background: #fefefe;
    transition: all 0.3s ease-out 0s;
}

#EnterEmail .Button .fa {
    font-size: 2.2em;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.ButtonBar .Button {
    width: 156px;
    background: #fff;
    padding: 5px;
    float: left;
    text-align: center;
    margin-bottom: 14px;
    font-size: 0.9em;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
    margin-bottom: 10px;
    min-height: 120px;
    transition: all 0.3s ease-out 0s;
}

a.Button {
    width: 100%;
}

.ButtonBar .Button:hover {
    box-shadow: 0 5px 15px #aaa;
    background: #fefefe;
    transition: all 0.3s ease-out 0s;
}

.ButtonBar .Button .fa {
    font-size: 4.2em;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

@media screen and (max-width: 600px) {
    .Content .Button {
        width: auto;
        padding: 5px;
        float: left;
    }
    .Block.Action.List.Button.OneThird {
        min-height: auto !important;
        height: auto;
    }
    .Block.Action.List.Button.OneThird a.Button {
        width: 100%;
        display: block;
        background: #BA8901;
        color: #fff;
        font-size: 20px;
        text-align: center;
        padding: 10px;
        border-color: #BA8901;
    }
    .Block.Action.List.Button.OneThird a.Button .fa {
        color: #fff;
    }
    .ButtonBar .Button {
        font-size: 18px;
        line-height: 26px;
        width: 23% !important;
        margin-left: 1% !important;
        margin-right: 1% !important;
        /* height: 0 !important; */
    }
    /*
        .FixedButtonBar {
            height: 100px;
        }
        .ButtonBar {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background: #ed3030;
        }
        .ButtonBar .Button {
            background: #ed3030;
            padding: 10px;
            margin: 0 5px 0 0;
            min-height: 50px;
        }
        .ButtonBar .Button .fa {
            color: #000;
            font-size: 2em;
        }
                                            */
}

/********* Information *********/

.Information {
    background-color: #fff;
    border: 1px solid rgba(54, 64, 74, 0.05);
    color: #000;
}

.Information .Header {
    background-color: transparent;
    color: #000;
    font-family: 'Klavika', sans-serif;
}

.Information .Even {
    background-color: transparent;
}

.Information .Odd {
    background-color: transparent;
}

.Inactive {
    background-color: #BB1D48;
}

.Inactive .Header {
    background-color: #8B0D38;
}

.Column {
    float: left;
}

.FloatRight {
    float: right;
}

.ButtonGroup {
    float: right;
}


/* dit moeten ook grote buttons worden.
.ButtonGroup.Block, .ButtonGroup .Button
{
    min-height: 40px !important;
}

.ButtonGroup .Button .Icon
{
    float: none;
    font-size: 1.0em;
    position: relative;
    margin-top: 4px;
    width: auto
}

.ButtonGroup .Button
{
    margin: 10px;
    padding: 6px
}

.Block .ButtonGroup .Button
{
    margin-top: 0px;
    margin-right: 0px;
    background-color: #F5B401 !important
}


.ButtonGroup .Button .Text
{
    float: none;
    font-size: 0.9em;
    position:relative;
    margin-top: 0px;
    margin-bottom: 0px;
    width: auto
}
*/

.ButtonGroup .Button {}

.ButtonGroup .Button:hover {
    box-shadow: 0 5px 15px #aaa;
    background: #fefefe;
}

.Form {
    clear: both;
    border: 1px solid rgba(54, 64, 74, 0.05);
}

.formrow_label {
    color: #000;
    font-size: 16px;
}


/* ---------------- FAQ Categorieen ----------- */

.FACList a {
    color: #000000;
}

.FACList {
    background-color: #fff;
    border: 1px solid rgba(54, 64, 74, 0.05);
}

.FACList .Header {
    /*padding: 4px;*/
    background-color: transparent;
}

.FACList .Row {
    padding: 4px;
    font-weight: bold;
    border-bottom: 3px solid #000;
    font-size: 22px;
    margin-top: 7px;
    /*color: #000000;*/
}

.FACList .Row .Row {
    font-style: normal;
    border: none;
    font-size: 16px;
}

.FACList .Row .Row .GeneralText {
    font-style: normal;
    font-size: 16px;
}


/* ---------------- FAQ onderwerpen ----------- */

.FAQList {
    margin: 10px;
    background-color: transparent;
}

.FAQList .Header {
    padding: 4px;
    background-color: transparent;
}

.FAQList .Row {
    padding: 4px;
    font-weight: bold;
    color: #000;
}

.FAQList a {
    color: #000000;
}

.FAQList .Row {
    padding: 4px;
}

.FAQList .GeneralText {
    margin: 10px;
    padding: 4px;
    background-color: transparent;
    float: none;
    font-weight: normal;
    color: #000;
}

.InlineEdit {
    float: right;
    padding-top: 3px;
}

.InlineEdit i {
    font-size: 1.5em;
}

.ButtonBack {
    margin-left: 14px;
}

.ButtonBack span {
    cursor: pointer;
}

.ButtonBack i {
    margin-right: 4px;
}

.OneThird .formrow_label {
    width: auto !important;
}

.positive {
    color: #080;
}

.negative {
    color: #800;
}

.datepick-popup {
    background-color: #000000;
}

.datepick-cmd.datepick-cmd-prev {}

.datepick-cmd.datepick-cmd-prev {}

.datepick-cmd.datepick-cmd-prev {}

.datepick-month-header {
    font-size: 12px;
    height: 30px;
}

.datepick-month-header select {
    height: 28px;
    padding: 2px;
}

.datepick-month-year {}

TR.HideOnPhone {
    display: table-row;
}

TD.HideOnPhone {
    display: table-cell;
}

TH.HideOnPhone {
    display: table-cell;
}

TR.HideOnScreen {
    display: none;
}

SPAN.HideOnScreen {
    display: none;
}

.textboxinline {
    padding: 2px;
}

.Advertisement {
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    #ContainerMain #SubHeader,
    #ContainerMain #Content {
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    #ContainerMain {
        height: auto !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    #ContainerMain #SubHeader,
    #ContainerMain #Content {
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    #ContainerMain {
        height: auto !important;
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .Block .Content {
        line-height: 26px;
    }
    .Block.OneThird,
    .Block.TwoThird {
        width: 100% !important;
        margin: 0 0 10px 0;
    }
    .Button.Block.OneSixt {
        width: 140px;
        line-height: 1.25em;
        float: right;
    }
    .ButtonGroup {
        margin: 0 auto;
        width: 100%;
    }
    .textbox {
        width: 100%;
    }
    #LoginPage .Index1 .Block.Form .Content {
        padding: 20px;
    }
    #LoginPage .ButtonGroup {
        width: 100%
    }
    input,
    textarea,
    select,
    button {
        font-size: 18px;
    }
    .Button .Text {
        font-size: 14px;
        line-height: 26px;
    }
    .Block.Full {
        width: 100% !important;
        margin-right: 8px;
    }
    .LargeButton.Wide {
        width: 100% !important;
    }
    #LoginPage #SubHeader .GeneralButtons {
        position: absolute;
        top: 18px;
        right: 0px;
        font-size: 20px;
    }
    #LoginPage #ContainerMain #Header .BannerTopLeft,
    #ContainerMain #Header .BannerTopLeft {
        height: 40px !important;
        width: 60px;
        background: initial;
        background-color: transparent !important;
        background-image: url(../images/logo.png) !important;
        cursor: default;
        background-size: contain;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 6px 0 0 6px;
    }
    #ContainerMain #Header {
        height: 50px;
        background: #fff;
        width: 100%;
        margin: 0 !important;
    }
    .ContainerDefault.Header .Wrapper {
        margin: 15px 0 0 10px;
    }
    .ContainerDefault.Header .Wrapper .Icon i {
        font-size: 40px !important;
        margin-right: 3px;
        margin: 0 0 -40px 0;
        display: block;
    }
    .ContainerDefault.Header .Wrapper .Text {
        font-size: 28px !important;
        line-height: 40px;
        margin: 0;
        color: #262626;
        float: left;
        width: auto;
        height: 35px;
        display: block;
        margin: 0 15px 0 0;
    }
    .ContainerDefault.Header .Wrapper .Icon {
        float: left;
        width: 35px;
        height: 35px;
        display: block;
        margin: 0 15px 0 0;
    }
    #SubHeader .Navigation {
        position: absolute;
    }
    #ContainerMain .GeneralButtons {
        float: right !important;
    }
    #ContainerMain .GeneralButtons div {
        font-size: 20px;
    }
    .Block.TwoThird.UserInfo {
        top: 30px;
        position: absolute;
        right: 5px;
        width: auto !important;
        margin: 0 0 10px 0;
        /* color: #cdcdcd; */
        font-size: 14px;
    }
    .formrow_label {
        font-size: 18px;
    }
    .Block .Header {
        text-align: center;
        border-bottom: solid 1px #dcdcdc;
        margin: 0 0 30px 0;
        font-size: 18px
    }
    .Block {
        min-height: 200px !important;
    }
    #ContainerMain #Header .LeftBanner {
        width: auto;
    }
    .Block.Explanation {
        margin: 30px 0 15px 0;
    }
    .NoMinHeight {
        min-height: inherit !important;
    }
    .Block.OneSixt {
        width: 23% !important;
        margin-left: 1% !important;
        margin-right: 1% !important;
        height: 0 !important;
    }
    #LoginPage .Block.OneSixt {
        width: 31% !important;
    }
}
