﻿/**************/
/* Properties */
/**************/

@property --whitePure {
    syntax: '<color>';
    initial-value: #ffffff;
    inherits: false;
}

@property --blueMedium {
    syntax: '<color>';
    initial-value: #dae3f2;
    inherits: false;
}

@property --blueDark {
    syntax: '<color>';
    initial-value: #a3afbf;
    inherits: false;
}

/***********/
/* Knoppen */
/***********/

button.pa, input[type="submit"].pa {
    font-size: 12px;
    font-family: Calibri;
    font-weight: bold;
    height: 26px;
    color: #556690;
    background: linear-gradient(var(--whitePure), var(--blueMedium));
    border: 1px solid var(--blueDark);
    border-radius: 2px;
    cursor: pointer;
}

    button.pa:hover, input[type="submit"].pa:hover {
        background: linear-gradient(var(--blueMedium), var(--whitePure));
    }

button.pa img {
    position: relative;
    top: -1px;
    height: 15px;
    width: 15px;
    vertical-align: middle;
    padding-right: 3px;
}

hr.pa {
   border-top: 1px solid #76A5D5;
}

/*************/
/* Tabbladen */
/*************/

.tab {
    overflow: hidden;
    border: 1px solid #76A5D5;
    color: #DBE7F0;
    height: 25px;
    border-color: #B4B8C3;
    background-color: #E4EAF5;
}

.tab2 {
    overflow: hidden;
    height: 25px;
    border-color: #B4B8C3;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-bottom: 10px;
}

.tab2 button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    transition: 0.3s;
    height: 100%;
    font-style: inherit;
    font-size: 1.5rm;
    font-family: inherit;
}

    .tab2 button.active {
        background-color: #ffffff;
        font-weight: bold;
        border: none;
        /*border-left: 1px solid #76A5D5;
    border-right: 1px solid #76A5D5;
    border-bottom: 1px solid #76A5D5;*/
        outline: none;
        text-decoration: underline;
    }

    .tab2 button:hover {
        text-decoration: underline;
    }


.tab.vertical {
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 100%;
    justify-content: flex-start;
} 

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.3s;
    height: 100%;
    font-style: inherit;
    font-size: inherit;
    font-family: inherit;
}

.tab button:hover {
    background-color: #ffffff;
}

.tab button.active {
    background-color: #ffffff;
    font-weight: bold;
    border: none;
    border-left: 1px solid #76A5D5;
    border-right: 1px solid #76A5D5;
    border-bottom: 1px solid #76A5D5;
    outline: none;
    text-decoration: underline;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #76A5D5;
    border-top: none;
    margin-bottom: 10px;
    min-height: 250px;
}

.configtab {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/***********/
/* Modules */
/***********/

.modules {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0px 0px 0px;
}

.module {
    font-family: Calibri, Helvetica;
    color: #302951;
    float: left;
    box-sizing: border-box;
    /*min-width: 450px;*/
    flex-grow: 1;
}

.moduletop {
    overflow: hidden;
    border: 1px solid #76A5D5; 
    /* border: 1px solid #144764; */
    background-color: #DBE7F0;
    /* background-color: #144764; */
    /* color: #B7CBFF; */
    color: #302951;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.modulecontent {
    padding: 6px 6px;
    border: 1px solid #76A5D5;
    border-top: none;
    /*min-height: 50px;*/
    overflow: auto;
}

.pa-link {
    color: #76A5D5;
    cursor: pointer;
}

.pa-toggle {
    color: #76A5D5;
    cursor: pointer;
    font-style: italic;
}

.modulecontentrow {
}

.modulecontent table {
    border-spacing: 1px;
    width: 100%;
}

.modulecontent td {
    padding: 0px 3px 0px 3px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 10px;
    grid-auto-flow: column;
}

.tablemodule {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.moduleheader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*padding-bottom: 30px;*/
}

.moduleheader button.pa {

    /*padding: 5px;*/
}

.moduleheaderleft {
    font-size: 14px;
    font-weight: bold;
    color: #3764a0;
    /*float: left;
    position: relative;
    top: 10px;*/
}

.moduleheaderright {
    /*float: right;
    position: relative;*/
    display: flex;
    gap: 5px;
    align-items: center;
}

.pa-filter {
    display: flex;
    gap: 3px;
    align-items: center;
}

.pa-filters-header {
    font-size: 14px;
    font-weight: bold;
    color: #3764a0;
}

.pa-filter-setting {
    padding-top: 5px;
    padding-bottom: 3px;
}

.pa-dimmed {
    font-weight: normal;
    color: #A9A9A9;
}

.pa-search-horizontal {
    display: flex;
    flex-direction: row;
    gap: 20px;
    min-height: 300px;
}

.pa-search-filters {
    min-width: 125px;
    max-width: 200px;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pa-search-results {
    flex-grow: 1;
}

.pa-search-filters:first-child {
    border-right: 1px solid #76A5D5;
    padding-right: 10px;
}

.pa-search-filter-header {
    font-size: 13px;
    font-weight: bold;
    color: #3764a0;
}

/*********/
/* Tabel */
/*********/

table.pa {
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 1px;
    margin: 0;
    text-align: left;
    width: 1000px;
    min-width: 50px;
}

table.pa a {
    color: #222;
    border: 0;
    display: block;
    text-decoration: none;
}

table.pa a:hover {
    text-decoration: none;
    width: auto;
    display: block;
}

table.pa a.groen {
    color: #328c32;
    border: 0;
    display: block;
    text-decoration: none;
}

table.pa a.donkerrood {
    color: #731515;
    border: 0;
    display: block;
    text-decoration: none;
}

table.pa a.paars {
    color: #800080;
    border: 0;
    display: block;
    text-decoration: none;
}

table.pa thead a {
    color: #b7cbff;
    font-weight: normal;
}

table.pa thead a:hover {
    border: 0;
}

table.pa thead th {
    color: #b7cbff;
    min-width: 16px;
}

table.pa th {
    padding: 3px;
    border: 1px solid #fff;
    /*cursor: pointer;*/
    background-color: #144764;
}

table.pa td {
    padding: 3px;
    border: 1px solid #fff;
    vertical-align: top;
}

table.pa td.pointer {
    cursor: pointer;
}

/* 
hover uitgezet, onwenselijke werking. mogelijk via class nog wel mogelijk maken.
table.pa tbody tr:hover {
background: #ccebfd;
}
*/

table.pa td.groen {
    font-weight: bold;
    color: #328C32;
}

table.pa td.donkerrood {
    font-weight: normal;
    color: #731515;
}

table.pa td.paars {
    font-weight: normal;
    color: #800080;
}

table.pa img {
    border: 0;
    margin-left: 2px;
    margin-right: 2px;
}

table.pa tr {
/*cursor: pointer;*/
}

table.pa tr.even {
    background-color: #eee;
    /*cursor: pointer;*/
}

table.pa tr.odd {
    background-color: #fff;
    /*cursor: pointer;*/
}

table.pa tr.hidden {
    visibility: hidden;
    display: none;
}

table.pa tr.selected {
    background-color: #A3DDFF !important;
    /* cursor: pointer; */
}

table.pa tr.highlight {
    background-color: #3D3D3D;
    font-weight: bold;
    /* cursor: pointer; */
}

table.pa tr.dimmed {
    font-weight: normal;
    color: #A9A9A9;
}

table.pa .headerSortUp {
    background-image: url(asc.gif);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #2E6E92;
    color: #fff;
}

table.pa .headerSortDown {
    background-image: url(desc.gif);
    background-position: right;
    background-repeat: no-repeat;
    background-color: #2E6E92;
    color: #fff;
}

table.pa tr.hide {
    display: none;
}

table.pa td.centered {
    text-align: center;
    vertical-align: middle;
}

table.pa-module th {
    padding: 3px;
    text-decoration: underline;
}

/*******************/
/* Aandachtspunten */
/*******************/

.evaluatie {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


.pa-alert-warning {
    border: 1px solid #ff6a00;
    border-radius: 5px;
    padding: 5px;
}

.pa-alert-error {
    border: 1px solid #ff0000;
    border-radius: 5px;
    padding: 5px;
}

.pa-alert-success {
    border: 1px solid #328c32;
    border-radius: 5px;
    padding: 5px;
}

.pa-contactmoment-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Overige */
.table-settings {
   cursor: pointer;
}


.pa-form {
    width: 100%;
}

    .pa-form table {
        border-collapse: separate;
        width: 100%;
    }

    .pa-form tr + tr td {
        padding-top: 7px; /* ruimte tussen rijen, maar niet boven de eerste */
    }


.patoolbar {
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.patoolbar-left {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}

.file-label {
    color: #76A5D5;
    cursor: pointer;
}

.pa-download-link {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.pa-download {
    cursor: pointer;
}

.pa-column {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.pa-risico-gebieden {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pa-risico-gebied {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pa-risico-gebied-header {
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-style: italic;
}

.pa-risico-gebied-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-top: 3px;
    padding-bottom: 4px;
}

/*************/
/* popupmenu */
/*************/

/*.popup-menu {
    position: absolute;
    top: 50px;
    left: 50px;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 5px;
    z-index: 9999;
}

    .popup-menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .popup-menu li {
        margin: 10px 0;
    }

    .popup-menu a {
        text-decoration: none;
        color: #333;
        font-size: 12px;
    }

        .popup-menu a:hover {
            color: #007bff;
        }*/