﻿.bootstrap table.table.panel {
    border: 1px solid #ccc;
}
.bootstrap table.table.panel tr,
.bootstrap table.table.panel td,
.bootstrap table.table.panel th
{
    border: none;
}
.bootstrap table.table.panel-default {
    background-color: #fff;
}

ul.ErrorMessages {
}
ul.ErrorMessages li {
    color: #FF0000;
}
tr.hover:hover,
td.hover:hover,
th.hover:hover,
span.hover:hover {
    background-color: #e5d4b5;
    cursor: pointer;
}
.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.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 #ccc;
  width: 280px;
  padding: 8px;
}
div.accordionHeader,
div.accordionHeaderSelected {
    cursor: pointer;
    color: #36749d;
}
table.cursor-pointer tbody tr,
table.cursor-pointer tbody tr img {
    cursor: pointer;
}

.bootstrap .input-group-addon {
    background-color: transparent;
}
.form-check {
    margin-left: 20px;
    margin-top: -18px;
    padding-top: 8px;
}
.form-check span.checkbox > label {
    padding-left: 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 #ccc;
}

div.ajax__calendar_container {
    font-family: "Roboto", "Georgia", "Times", sans-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;
}

/* End AjaxControlToolkit calendar */

.bootstrap .btn-raetsheren {
    color: #b6ada4;
}

.bootstrap a.btn-raetsheren:hover {
    color: #36749d;
}
.bootstrap .btn-raetsheren.aspNetDisabled,
.bootstrap .btn-raetsheren.aspNetDisabled:hover {
    color: #ccc;
    cursor: default;
}
.bootstrap a.btn.btn-xs {
    padding: 1px 3px;
    margin-left: 0;
}

.icon-ok {
    color: #36749d;
    cursor: default;
}
.icon-remove {
    color: rgba(174, 76, 76, 1);
    cursor: default;
}
.icon-question-sign {
    color: #b6ada4;
    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: #ccc }
.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 #ccc;
    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: #36749d;
}
.bootstrap .table.panel th,
.bootstrap .table.table-input th {
    color: #36749d;
}
/* 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: #ccc;
}
/* EINDE input group button, border bruin */

/* btn default zelfde stijl geven als btn-info */
  .bootstrap .btn-default {
    color: #36749d;
    background-color: rgba(0, 120, 255, 0.01);
    border-color: #36749d; }
    .bootstrap .btn-default:focus, .bootstrap .btn-default.focus {
      color: #36749d;
      background-color: rgba(0, 96, 204, 0.01);
      border-color: #003c80; }
    .bootstrap .btn-default:hover {
      color: #36749d;
      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: #36749d;
      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: #36749d;
        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: #36749d; }
    .bootstrap .btn-default .badge {
      color: rgba(0, 120, 255, 0.01);
      background-color: #36749d; }
    .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;
}


.ajax__tab_container {
    color: Black;
}

.property_tab .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
}

.property_tab .ajax__tab_header {
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    line-height: 24px;
    display: block;
    height: 51px;
}

.property_tab .ajax__tab_outer {
    padding-right: 4px;
}

.property_tab .ajax__tab_inner {
}

.property_tab .ajax__tab_tab {
    float: left;
    position: relative;
    display: block;
    line-height: 24px;
    background-color: #fff;
    padding: 12px 12px;
    color: #b6ada4;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
}

.property_tab .ajax__tab_hover .ajax__tab_outer {
}

.property_tab .ajax__tab_hover .ajax__tab_inner {
}

.property_tab .ajax__tab_hover .ajax__tab_tab {
    border-color: #ccc #ccc #ccc;
    background-color: #f2f2f2;
    color: #94877a;
    border: 1px solid #ccc;
    padding: 12px 12px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.property_tab .ajax__tab_active .ajax__tab_outer {
}

.property_tab .ajax__tab_active .ajax__tab_inner {
}

.property_tab .ajax__tab_active .ajax__tab_tab {
    border: 1px solid #ccc;
    color: #2b2b2b;
    border-bottom-color: transparent;
    padding: 12px 12px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #fff;
    cursor: default;
}

.property_tab .ajax__tab_body {
    border: 0px;
    border-top: 0;
    padding-top: 12px;
}

.property_tab .ajax__tab_header:before, .property_tab .ajax__tab_header:after {
    content: "";
    display: table;
}

.property_tab .ajax__tab_header:after {
    clear: both;
}

