﻿.Heading2 p
{
    font-size: 28px;
    font-weight: 100;
    line-height: 28px;
}

.Heading3 p
{
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
}


/* Fix for usage inside tabs*/
.tabs .is--visible .sidebar-container.enter-right,
.tabs .is--hidden .sidebar-container.leave-right,
.tabs .is--visible .sidebar-overlay.enter-fade,
.tabs .is--hidden .sidebar-overlay.leave-fade {
    -webkit-animation-name: none;
            animation-name: none;
}

.tabs .sidebar-container,
.tabs .sidebar-overlay {
    transition: transform 1000ms ease-out, opacity 1000ms ease-out;
    will-change: transform, opacity;
}

.tabs .is--visible .sidebar-container {
    -webkit-transform: translateX(0) translateZ(0);
            transform: translateX(0) translateZ(0);
}

.tabs .is--visible .sidebar-overlay {
    opacity: 1;
}

/* $4.4.5 - Patterns - Navigation - Tabs */
.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tabs.tabs-vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -ms-flex-direction: row;
           flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.tabs .tabs-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    z-index: 2;
}

.tabs .tabs-header .ListRecords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.tabs.justified .tabs-header {
    width: 100%;
}

.tabs-header-item {
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    border-bottom: var(--border-size-m) solid transparent;
    color: var(--color-neutral-8);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    margin-left: var(--space-l);
    padding: var(--space-base) var(--space-xs);
    -webkit-transition: border 150ms linear;
            transition: border 150ms linear;
}

.tabs-header-item:first-child {
    margin-left: 0px;
}

.tabs-header-item:hover {
    border-bottom: var(--border-size-m) solid var(--color-neutral-6);
    color: var(--color-neutral-10);
}

.tabs-header-item.active {
    border-bottom: var(--border-size-m) solid var(--color-primary);
    color: var(--color-neutral-10);
    font-weight: bold;
}

.tabs-header-item .fa-fw {
    margin-right: 10px;
    width: auto;
}

.tabs-header-item.active .fa-fw {
    color: #009492;
}

.tabs-header-item .badge {
    margin-left: var(--space-s);
}

.tabs.justified .tabs-header-item {
    -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    margin-left: var(--space-none);
}

.tabs .tabs-content {
    border-top: var(--border-size-s) solid var(--color-neutral-5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: -1px;
    padding: var(--space-m) var(--space-none);
    position: relative;
    width: 100%;
    z-index: auto;
}

.tabs .tabs-content-item:not(.active) {
    display: none;
}

.tabs.tabs-vertical .tabs-header,
.tabs.tabs-vertical .tabs-header .ListRecords {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: auto;
    word-break: initial;
}


.tabs.tabs-vertical.justified .tabs-header {
    height: auto;
}

.tabs.tabs-vertical .tabs-header-item {
    border-bottom: var(--border-size-none);
    border-right: var(--border-size-m) solid transparent;
    -webkit-box-pack: start;
       -ms-flex-pack: start;
     justify-content: flex-start;
    margin-left: var(--space-none);
    padding: var(--space-s) var(--space-m) var(--space-s) var(--space-none);
}

.tabs.tabs-vertical .tabs-header-item.active {
    border-right: var(--border-size-m) solid var(--color-primary);
}

.tabs.tabs-vertical .tabs-content {
    border-left: var(--border-size-s) solid var(--color-neutral-5);
    border-top: var(--border-size-none);
    margin-left: -1px;
    margin-top: var(--space-none);
    padding: var(--space-none) var(--space-m);
}

.tabs.tabs-vertical.tabs-header-right .tabs-header {
    -webkit-box-ordinal-group: 3;
               -ms-flex-order: 2;
                        order: 2;
}

.tabs.tabs-vertical.tabs-header-right .tabs-header .tabs-header-item {
    border-left: var(--border-size-m) solid transparent;
    border-right: var(--border-size-none);
    padding: var(--space-s) var(--space-none) var(--space-s) var(--space-m);
}

.tabs.tabs-vertical.tabs-header-right .tabs-header .tabs-header-item.active {
    border-left: var(--border-size-m) solid var(--color-primary);
}

.tabs.tabs-vertical.tabs-header-right .tabs-content {
    border-left: var(--border-size-none);
    border-right: var(--border-size-s) solid var(--color-neutral-5);
    margin-left: var(--space-none);
    margin-right: -1px
}

.phone .tabs .tabs-header,
.tablet .tabs .tabs-header {
    overflow-x: auto;
}

.phone .tabs-header-item,
.tablet .tabs-header-item {
    flex: 1 0 auto;
}

.tabs-header-item.active {border-bottom: 2px solid #009492;}
.highcharts-point {fill: #009492;}
.highcharts-tooltip-box {
    stroke: #009492;
    fill: whitesmoke;
}

.Actietabs .tabs.tabs-vertical.tabs-header-right .tabs-header .tabs-header-item.active {border-left: 2px solid #009492;}
.Actietabs .tabs.tabs-vertical.tabs-header-right .tabs-header .tabs-header-item {min-width: 160px;}

 
.tabs-header-item.active {border-bottom: 2px solid #009492;}
.highcharts-point {fill: #009492;}


/* Close Button */
#wtCtn_CloseButton a 
{
text-decoration: none;
color:#000000;
}

#wtCtn_CloseButton a:hover 
{
text-decoration: none;
border-bottom: 0px solid #000000 !important;
}

#wtCtn_CloseButton a {
    text-decoration: none;
    color:#000000;
    transition: 0.5s;
}
#wtCtn_CloseButton a:hover {
    text-decoration: none;
    border-bottom: 0px solid #000000 !important;
}
#wtCtn_CloseButton a:hover span{
    transform: rotateX(360deg);
}