﻿@import "../common.css";

.bootstrap table.table.panel {
    border: 1px solid #dec9a3;
}

    .bootstrap table.table.panel tr,
    .bootstrap table.table.panel td,
    .bootstrap table.table.panel th {
        border: none;
    }

.bootstrap table.table.panel-default {
    background-color: #faf7f2;
}

ul.ErrorMessages {
}

    ul.ErrorMessages li {
        color: #FF0000;
    }

ul.NoticeMessages {
}

    ul.NoticeMessages li {
        color: #0078ff;
    }

tr.hover:hover,
td.hover:hover,
th.hover:hover,
span.hover:hover {
    background-color: #e5d4b5;
    cursor: pointer;
}

.bootstrap table.table.no-border,
.bootstrap table.table.table-input,
.bootstrap table.table.table-input tr,
.bootstrap table.table.table-input th,
.bootstrap table.table.table-input td {
    border: none;
}

/* horizontale lijnen verbergen in tabellen voor wizards */

.bootstrap .table.wizard-table > thead > tr > th,
.bootstrap .table.wizard-table > thead > tr > td,
.bootstrap .table.wizard-table > tbody > tr > th,
.bootstrap .table.wizard-table > tbody > tr > td,
.bootstrap .table.wizard-table > tfoot > tr > th,
.bootstrap .table.wizard-table > tfoot > tr > td,
.bootstrap .table.no-border > thead > tr > th,
.bootstrap .table.no-border > thead > tr > td,
.bootstrap .table.no-border > tbody > tr > th,
.bootstrap .table.no-border > tbody > tr > td,
.bootstrap .table.no-border > tfoot > tr > th,
.bootstrap .table.no-border > tfoot > tr > td {
    border-top: none;
    border-bottom: none;
}

.bootstrap table.table > tbody > tr.no-border > td {
    border-top-style: none;
}

.bootstrap table.table.table-nested {
}

.input-width-xs,
.bootstrap textarea.input-width-xs {
    max-width: 80px !important;
}

.input-width-s,
.bootstrap textarea.input-width-s {
    max-width: 130px !important;
}

.input-width-m,
.bootstrap textarea.input-width-m {
    max-width: 180px !important;
}

.input-width-l,
.bootstrap textarea.input-width-l {
    max-width: 280px !important;
}

.input-width-xl,
.bootstrap textarea.input-width-xl {
    max-width: 400px !important;
}

.no-max-width input,
.no-max-width select,
.no-max-width textarea {
    max-width: none;
}

.importantmessage {
    color: #f00;
}

.mainitems {
    display: inline;
}

    .mainitems input {
        margin-right: 15px;
        margin-bottom: 15px;
    }

/* CookieWarning */

#btnCloseCookie {
    cursor: pointer;
    padding: 0;
    background: none;
    border: 0;
}

    #btnCloseCookie.close {
        opacity: 1.0;
    }

.hidemeplease {
    display: none;
}

#cookiewarning.alert {
    margin-bottom: 0;
}

.transparent {
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.closeCookie {
    background: url(../../images/btn-close.png) no-repeat right top;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    margin-left: 450px;
    left: 50%;
    color: black;
    cursor: pointer;
    text-decoration: none !important;
    z-index: 10001;
}

#cookiewarning {
    line-height: 1.9em;
    width: 100%;
    /*height: 30px;*/
    background-color: #ddd;
    text-align: center;
    padding-top: 12px;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.hideCookie {
    display: none;
}

#cookiewarning p {
    text-align: center;
}

input.licenceplate {
    font-family: Verdana;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    width: 100px;
    height: 32px;
    cursor: text;
    background-color: transparent;
}

    input.licenceplate::-ms-clear {
        display: none;
    }

    input.licenceplate:focus {
        border: 0;
    }

.insurance-picker label {
    display: inline;
}

/* This is where you can customize the appearance of the tooltip */

div#tipDiv {
    position: absolute;
    z-index: 10000;
    font-size: 10pt;
    line-height: normal;
    background: #f8f7f5;
    border: 1px solid #dec9a3;
    width: 280px;
    padding: 8px;
}

div.accordionHeader,
div.accordionHeaderSelected {
    cursor: pointer;
    color: #0078ff;
}

table.cursor-pointer tbody tr,
table.cursor-pointer tbody tr img {
    cursor: pointer;
}

.bootstrap .input-group-addon {
    background-color: transparent;
}

div.form-check,
span.form-check {
    margin-left: 20px;
    margin-top: -18px;
    padding-top: 8px;
}

.form-check span.checkbox > label {
    padding-left: 0;
}

.bootstrap table.form-check td {
    padding: 0;
}

/* AjaxControlToolkit calendar */

.ajax__calendar .ajax__calendar_days table,
.ajax__calendar .ajax__calendar_months table,
.ajax__calendar .ajax__calendar_years table {
    border: none;
    background-color: transparent;
    vertical-align: middle;
    line-height: 16px;
}

.ajax__calendar .ajax__calendar_day {
    border: none;
}

div.ajax__calendar_container {
    width: 240px;
}

div.ajax__calendar_body,
div.ajax__calendar_days,
div.ajax__calendar_months,
div.ajax__calendar_years {
    width: 230px;
}

.bootstrap .wizard-table td div.ajax__calendar_days td,
.bootstrap .wizard-table td div.ajax__calendar_months td,
.bootstrap .wizard-table td div.ajax__calendar_years td {
    padding: 1px;
}

div.ajax__calendar * {
    position: static;
}

div.ajax__calendar_body {
    position: relative;
}

div.ajax__calendar .ajax__calendar_container {
    border: 1px solid #dec9a3;
}

div.ajax__calendar_container {
    font-family: "Merriweather Raetsheren", "Georgia", "Times", serif;
    font-size: 12px;
}

    div.ajax__calendar_container td {
        font-size: 12px
    }

div.ajax__calendar_header {
    height: 28px;
}

div.ajax__calendar td.ajax__calendar_other div.ajax__calendar_day {
    color: #bbb;
}

div.ajax__calendar_day,
div.ajax__calendar_month,
div.ajax__calendar_year {
    width: 100%;
    text-align: center;
}

div.ajax__calendar_today, div.ajax__calendar_day {
    width: auto;
}

/* End AjaxControlToolkit calendar */

.bootstrap .btn-raetsheren {
    color: #ae915b;
}

.bootstrap a.btn-raetsheren:hover {
    color: #0078ff;
}

.bootstrap .btn-raetsheren.aspNetDisabled,
.bootstrap .btn-raetsheren.aspNetDisabled:hover {
    color: #dec9a3;
    cursor: default;
}

.bootstrap a.btn.btn-xs {
    padding: 1px 3px;
    margin-left: 0;
}

.icon-ok {
    color: #0078ff;
    cursor: default;
}

.icon-remove {
    color: rgba(174, 76, 76, 1);
    cursor: default;
}

.icon-warning-sign {
    color: #ff8f4b;
    cursor: default;
}

.icon-question-sign {
    color: #ae915b;
    cursor: default;
}

.bootstrap a.btn.btn-xxs {
    padding: 0;
    margin-left: 0;
}

.bootstrap a.btn-xxs, .bootstrap .btn-group-xxs > a.btn {
    margin-bottom: 4px;
}

.bootstrap .btn.btn-xxs, .bootstrap .btn-group-xxs > .btn {
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}

.textblock-container {
    width: 100%;
    text-align: center;
}

    .textblock-container a {
        text-decoration: none;
    }

.textblock {
    border: 1px solid rgb(136, 138, 141);
    border-image: none;
    width: 294px;
    margin-right: 13px;
    display: inline-block;
    margin-bottom: 13px;
}

    .textblock .header {
        width: 100%;
        height: 30px;
        background-color: #dec9a3
    }

        .textblock .header h2 {
            margin: 0;
            padding: 6px;
            padding-top: 5px;
            color: #000;
            font-size: 14px;
            text-align: left
        }

    .textblock .image {
        width: 100%;
        height: 100px;
    }

    .textblock .readmore {
        width: 100%;
        height: 30px;
        font-size: 14px;
        text-align: right;
        border-top-color: rgb(136, 138, 141);
        border-top-width: 1px;
        border-top-style: solid;
    }

        .textblock .readmore a {
            margin: 3px;
            text-decoration: none;
            display: inline-block;
        }

#divExplenation {
    background-color: #fff;
    width: 800px;
    border: solid 1px #dec9a3;
    padding: 10px;
}

.mededelingsplicht {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
}

.bootstrap a.aspNetDisabled.btn.btn-default {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Eerst kolom krijgt standaard breedte */

.bootstrap table.table.table-input > tbody > tr:first-child > th:first-child,
.bootstrap table.table.table-input > tbody > tr:first-child > td:first-child,
.bootstrap table.table.panel > tbody > tr:first-child > th:first-child,
.bootstrap table.table.panel > tbody > tr:first-child > td:first-child
.bootstrap table.table.table-input > thead > tr:first-child > th:first-child,
.bootstrap table.table.table-input > thead > tr:first-child > td:first-child,
.bootstrap table.table.panel > thead > tr:first-child > th:first-child,
.bootstrap table.table.panel > thead > tr:first-child > td:first-child {
    width: 250px;
}

/* table headers donkerbruin */

.bootstrap .table th {
    color: #6b5b50;
}

.bootstrap .table.panel th,
.bootstrap .table.table-input th {
    color: #0078ff;
}

/* EINDE table headers donkerbruin */

/* voorkom insrpingen van tabellen in wizards */

.bootstrap table.table.wizard-table > tbody > tr > td:first-child,
.bootstrap table.table.wizard-table > tbody > tr > th:first-child,
.bootstrap table.table.wizard-table table.table-input > tbody > tr > td:first-child,
.bootstrap table.table.wizard-table table.table-input > tbody > tr > th:first-child {
    padding-left: 0;
}

.bootstrap table.table.wizard-table > tbody > tr > td:last-child,
.bootstrap table.table.wizard-table > tbody > tr > th:last-child,
.bootstrap table.table.wizard-table table.table-input > tbody > tr > td:last-child,
.bootstrap table.table.wizard-table table.table-input > tbody > tr > th:last-child {
    padding-right: 0;
}

/* EINDE voorkom insrpingen van tabellen in wizards */

/* input group button, border bruin */

.bootstrap .input-group-btn .btn {
    border-color: #dec9a3;
}

/* EINDE input group button, border bruin */

/* btn default zelfde stijl geven als btn-info */

.bootstrap .btn-default {
    color: #0078ff;
    background-color: rgba(0, 120, 255, 0.01);
    border-color: #0078ff;
}

    .bootstrap .btn-default:focus, .bootstrap .btn-default.focus {
        color: #0078ff;
        background-color: rgba(0, 96, 204, 0.01);
        border-color: #003c80;
    }

    .bootstrap .btn-default:hover {
        color: #0078ff;
        background-color: rgba(0, 96, 204, 0.01);
        border-color: #005bc2;
    }

    .bootstrap .btn-default:active, .bootstrap .btn-default.active,
    .open > .bootstrap .btn-default.dropdown-toggle {
        color: #0078ff;
        background-color: rgba(0, 96, 204, 0.01);
        border-color: #005bc2;
    }

        .bootstrap .btn-default:active:hover, .bootstrap .btn-default:active:focus, .bootstrap .btn-default:active.focus, .bootstrap .btn-default.active:hover, .bootstrap .btn-default.active:focus, .bootstrap .btn-default.active.focus,
        .open > .bootstrap .btn-default.dropdown-toggle:hover,
        .open > .bootstrap .btn-default.dropdown-toggle:focus,
        .open > .bootstrap .btn-default.dropdown-toggle.focus {
            color: #0078ff;
            background-color: rgba(0, 79, 168, 0.01);
            border-color: #003c80;
        }

    .bootstrap .btn-default:active, .bootstrap .btn-default.active,
    .open > .bootstrap .btn-default.dropdown-toggle {
        background-image: none;
    }

    .bootstrap .btn-default.disabled:hover, .bootstrap .btn-default.disabled:focus, .bootstrap .btn-default.disabled.focus, .bootstrap .btn-default[disabled]:hover, .bootstrap .btn-default[disabled]:focus, .bootstrap .btn-default[disabled].focus,
    fieldset[disabled] .bootstrap .btn-default:hover,
    fieldset[disabled] .bootstrap .btn-default:focus,
    fieldset[disabled] .bootstrap .btn-default.focus {
        background-color: rgba(0, 120, 255, 0.01);
        border-color: #0078ff;
    }

    .bootstrap .btn-default .badge {
        color: rgba(0, 120, 255, 0.01);
        background-color: #0078ff;
    }

    .bootstrap .btn-default:hover,
    .bootstrap .btn-default:focus,
    .bootstrap .btn-default.focus,
    .bootstrap .btn-default:active,
    .bootstrap .btn-default.active,
    .bootstrap .open > .btn-default.dropdown-toggle,
    .bootstrap .btn-default:active:hover,
    .bootstrap .btn-default:active:focus,
    .bootstrap .btn-default:active.focus,
    .bootstrap .btn-default.active:hover,
    .bootstrap .btn-default.active:focus,
    .bootstrap .btn-default.active.focus,
    .bootstrap .open > .btn-default.dropdown-toggle:hover,
    .bootstrap .open > .btn-default.dropdown-toggle:focus,
    .bootstrap .open > .btn-default.dropdown-toggle.focus {
        background-color: rgba(0, 120, 255, 0.15);
    }

/* EINDE btn-default zelfde stijl geven als btn-info */

.footer-module {
    font-size: 14px;
}

    .footer-module table,
    .footer-module table td,
    .footer-module table th {
        border: none;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 10px;
    }

.doc__login div.form--login > div.input {
    margin-bottom: 0;
}


@media screen and (max-width: 1400px) {
    .entry--single .entry__wrapper,
    .entry--page .entry__wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .entry--single .entry__wrapper,
    .entry--page .entry__wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.money {
    width: 100px;
    float: left;
}

    .money.total {
        font-weight: bold;
    }

    .money .currency {
        float: left;
    }

    .money .value {
        float: right;
    }

    .money.strikethrough .value,
    .money.strikethrough .currency {
        text-decoration: line-through;
    }

    .money.lessimportant {
        color: gray;
    }

table.bookingoverview tr:first-child {
    font-weight: bold;
}

.bootstrap .row.margin-top-10 {
    margin-top: 10px;
}

.bootstrap .error {
    color: #f00;
}

.bootstrap .ok {
    color: #006400;
}

.table.coverages thead th span.coverage {
    display: inline-block;
    width: 272px;
}

.table.coverages thead th span.premiumpromille {
    display: inline-block;
    width: 100px;
}

.table.coverages .checkboxlist span.coveragename {
    display: inline-block;
    width: 250px;
}

.table.coverages .checkboxlist span.premiumpromille {
    display: inline-block;
    width: 100px;
}

.table.coverages .checkboxlist span.premiumamount,
.table.coverages span.insuredamount,
.table.objects span.insuredamount {
    display: inline-block;
    white-space: nowrap;
}

    .table.coverages .checkboxlist span.premiumamount span.euro,
    .table.coverages .insuredamount span.euro,
    .table.objects .insuredamount span.euro {
        width: 10px;
    }

    .table.coverages .checkboxlist span.premiumamount span.amount,
    .table.coverages .insuredamount span.amount,
    .table.objects .insuredamount span.amount {
        display: inline-block;
        width: 100px;
        text-align: right;
    }

.is-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.text-block {
    display: block;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--bootstrap .select2-dropdown {
    border-radius: 0;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--bootstrap .select2-selection {
    border-color: #dec9a3;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.select2-container--bootstrap .select2-selection--single {
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: "Merriweather Sans", "Trebuchet Ms", "Helvetica", "Arial", sans-serif;
    line-height: 24px;
    color: #231f20;
}

    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
        font-weight: bold;
        font-family: "Merriweather Sans", "Trebuchet Ms", "Helvetica", "Arial", sans-serif;
    }

.select2-dropdown {
    background-color: #ffffff;
    color: #6b5c50;
}

.select2-results {
    font-size: 14px;
    line-height: 1.5;
    font-family: "Merriweather Sans", "Trebuchet Ms", "Helvetica", "Arial", sans-serif;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #0077ff;
}

.select2-search--dropdown {
    padding: 0;
    border: 1px solid #dec9a3;
    border-left-width: 0px;
    border-right-width: 0px;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: "Merriweather Sans", "Trebuchet Ms", "Helvetica", "Arial", sans-serif;
    line-height: 24px;
    color: #231f20;
    background-color: #fff;
    background-image: none;
    border: 0px solid #dec9a3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.text-error-highlight {
    animation: highlightFadeOut .5s;
}

@keyframes highlightFadeOut {
    from {
        background: rgb(250, 255, 189);
    }

    to {
        background: transparent;
    }
}

.text-danger.help-block {
    color: #a94442;
}

.timeline-bar, .timeline-circle {
    position: absolute;
    /* display: block; */
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

    .timeline-bar:before {
        background: #dec9a3;
        width: 4px;
        height: 100%;
        display: block;
        min-height: 6px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        margin-left: -2px;
        content: '';
    }

    .timeline-bar:after {
        background: #dec9a3;
        width: 4px;
        height: 20px;
        display: block;
        min-height: 6px;
        position: absolute;
        bottom: -20px;
        left: 50%;
        margin-left: -2px;
        content: '';
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    .timeline-circle:before {
        background: #dec9a3;
        width: 4px;
        height: 100%;
        display: block;
        min-height: 6px;
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 50%;
        margin-left: -2px;
        content: '';
    }

    .timeline-circle:after {
        background: #6b5b50;
        border: 2px solid #faf7f2;
        width: 14px;
        height: 14px;
        display: block;
        min-height: 6px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -7px;
        margin-top: -7px;
        content: '';
        border-radius: 50%;
    }

.bootstrap .table > tfoot > tr > td,
.bootstrap .table > tfoot > tr > th {
    border-top: 2px solid #dec9a3;
}

.subheader {
    padding: 11px;
}

    .subheader .title {
        font-size: 14px;
        text-transform: uppercase;
        color: #0077ff;
        font-family: "Merriweather Sans", "Trebuchet Ms", "Helvetica", "Arial", sans-serif;
    }
