﻿/*
    DwaTable
*/

.dwa-table {
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%;
    border: 3px solid #DEE2E6;
    text-align: center;
}

    .dwa-table tr td,
    .dwa-table tr th {
        border: 1px solid #DEE2E6;
    }

    .dwa-table thead :first-child {
        text-align: left;
        border-bottom: none;
    }

    .dwa-table tr :first-child {
        text-align: center;
        border-right: 3px solid #DEE2E6;
        width: 20%;
    }

    .dwa-table thead :last-child *,
    .dwa-table tbody :last-child * {
        border-bottom: 3px solid #DEE2E6;
    }

    .dwa-table tfoot :last-child * {
        border-top: 3px solid #DEE2E6;
    }

    .dwa-table tr th,
    .dwa-table * tr td :not(.form-input),
    .dwa-table tfoot tr td {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        padding: .375rem .75rem;
        color: #495057;
        background-color: #f4f4f5;
        background-clip: padding-box;
    }

    .dwa-table tbody tr td .form-input {
        display: block;
        width: 100%;
        height: calc(1.5rem + .75rem + 2px);
        padding: .375rem .75rem;
        border: none;
        transition: outline .20s ease-in-out,box-shadow .20s ease-in-out
    }

        .dwa-table tbody tr td .form-input:focus {
            color: #495057;
            outline: 2px solid #80bdff;
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
        }

    .dwa-table tfoot tr th select {
        width: 100% !important;
    }

@media only screen and (max-width: 991px) {
    .table-row-name-column {
        width: 144px;
    }

    .dwa-table tfoot tr th select {
        width: 144px !important;
    }
}

/*
    RwaTable
*/

.rwa-table {
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%;
    text-align: center;
}

    .rwa-table tr td,
    .rwa-table tr th {
        border: 1px solid #DEE2E6;
    }

    .rwa-table thead {
        width: 100%;
        height: calc(1.5rem + .75rem + 2px);
        padding: .375rem .75rem;
        border-bottom: 3px solid #DEE2E6;
    }

        .rwa-table thead tr th:first-of-type,
        .rwa-table tbody tr th:first-of-type {
            border-right: 3px solid #DEE2E6;
        }

    .rwa-table * .form-input {
        display: block;
        width: 100%;
        height: calc(1.5rem + .75rem + 2px);
        padding: .375rem .75rem;
        border: none;
        transition: outline .20s ease-in-out,box-shadow .20s ease-in-out
    }

    .rwa-table * select {
        display: block;
        width: 100%;
        height: calc(1.5rem + .75rem + 2px);
        padding: .375rem .75rem;
        border: none;
        transition: outline .20s ease-in-out,box-shadow .20s ease-in-out
    }

    .rwa-table * .mask {
        background-color: #f4f4f5;
    }

    .rwa-table * .right-border {
        border-right: 3px solid #DEE2E6;
    }

    .rwa-table tfoot.table-blank td,
    .rwa-table tfoot.table-blank th {
        border: none;
        text-align: right;
    }

    .rwa-table tfoot.table-blank tr:first-of-type {
        height: 80px;
        vertical-align: bottom;
    }

@media only screen and (max-width: 991px) {
    .rwa-table * select {
        width: 170px;
    }
}

/*
    HauratonTable
*/

.hauraton-table {
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 95%;
    margin-left: 5%;
    border: none;
    text-align: left;
    columns: 12;
}

    .hauraton-table tbody th {
        vertical-align: top;
    }

    .hauraton-table tbody tr :last-child {
        text-align: right;
    }

        .hauraton-table tbody tr td:last-child::after {
            color: #6c757d;
            content: " [st]";
        }


/*
    Curcly brace right:
*/

#curly-bracket-right span {
    display: inline-block;
    height: 95px;
    width: 10px;
}

div#curly-bracket-right {
    padding: 10px;
}

.right-brace-tl {
    margin-top: -4px;
    border-right: 2px solid red;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    margin-right: -6px;
}

.right-brace-tr {
    margin-bottom: -8px;
    border-left: 2px solid red;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
}

.right-brace-bl {
    border-right: 2px solid red;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    margin-right: -6px;
    margin-top: 13px;
}

.right-brace-br {
    margin-bottom: 10px;
    border-left: 2px solid red;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
}

/*
    Hauraton zandvanger
*/ 
.zandvanger {
    display: flex;
    flex-wrap: wrap;
}