﻿@import url("/VNGTheme_Th/Theme.VNGTheme.css?1711");

/* ------------------ */

.rapportage-archetype__top-row
{
    height: 370px;   
}

.TaxatiewijzerCellWrapper {
    height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.SecundaryFilterContainer {
    height: 11rem;
    transition: all .2s;
    overflow: hidden;
    margin: 0 -2rem 0 0;
}

.SecundaryFilterContainer .Columns .Column {
    padding-right: 2rem;
}

.SecundaryFilterContainer.ZeroHeight {
    height: 0;
}

.ExpandButton {
    border: 1px solid rgb(204, 204, 204);
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.2rem;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -1.25rem;
    margin-top: 0.5rem;
    box-shadow: 0 0.5rem 0.75rem #ccc;
    background-color: #fff;
    color: #01a9f4;
    cursor: pointer;
    transition: all .2s;
}

.ExpandButton:hover {
    background-color: var(--color-primary-100);
    color: #fff;
}


.NoGutter {
    margin-bottom: -20px;   
}

.PublicText {
    margin-left: 0.2rem;
}

.padding_arrow_TaxatiewijzerArchtypeDetail {
    margin-top: 10px;
    text-align: center;
}

.VertDividingLine {
    border-right: 2px solid #000;
   margin: 0 10px;
   width: 0;
   height: 16px;
   vertical-align: middle;
}

.SidebarArchetypeList {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: 10px;
    overflow-y: auto;
    max-height: 300px;
}

.SidebarScroll {
    max-height: calc(100% - 150px);
    overflow-y: auto;
}