.horizontal .progress-bar {
    float: left;
    height: 45px;
    width: 100%;
    padding: 12px 0;
}

.horizontal .progress-track {
    position: relative;
    width: 100%;
    height: 28px;
    background: #ebebeb;
}

ul.splitUl{
    margin-bottom: 0;
}

.horizontal .progress-fill {
    position: relative;
    background: #825;
    height: 28px;
    width: 50%;
    color: #fff;
    text-align: center;
    font-family: "Lato","Verdana",sans-serif;
    font-size: 12px;
    line-height: 28px;
}

.rounded .progress-track,
.rounded .progress-fill {
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}



/* Vertical */

.vertical .progress-bar {
    float: left;
    height: 300px;
    width: 40px;
    margin-right: 25px;
}

.vertical .progress-track {
    position: relative;
    width: 40px;
    height: 100%;
    background: #ebebeb;
}

.vertical .progress-fill {
    position: relative;
    background: #825;
    height: 50%;
    width: 40px;
    color: #fff;
    text-align: center;
    font-family: "Lato","Verdana",sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.grafiekContainer{
    width:100%
}

.grafiek{
    width: 85%;
}

.grafiekLegenda{
    width: 15%;
    padding-top: 4px;
    padding-left: 12px;
    font-weight: bold;
    font-family: "Lato","Verdana",sans-serif;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li::before, .tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

.tree li:only-child {
    padding-top: 0;
}

.tree li:first-child::before, .tree li:last-child::after {
    border: 0 none;
}

.tree li:last-child::before {
    border-right: 1px solid #ccc;
    margin-right: 2px;
    border-radius: 0 5px 0 0 !important;
    -webkit-border-radius: 0 5px 0 0 !important;
    -moz-border-radius: 0 5px 0 0 !important;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0 !important;
    -webkit-border-radius: 5px 0 0 0 !important;
    -moz-border-radius: 5px 0 0 0 !important;
}

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-family: arial, verdana, tahoma, sans-serif, serif;
    font-size: 11px;
    display: inline-block;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tree li a:hover, .tree li a:hover + ul li a {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
    border-color: #94a0b4;
}

.reversed-tree {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    padding-right: 14px;
    position: relative;
    overflow: hidden;
}

.reversed-tree ul {
    padding-botom: 20px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.reversed-tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.reversed-tree li::before, .reversed-tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}

.reversed-tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

.reversed-tree li:only-child::after, .reversed-tree li:only-child::before {
    display: none;
}

.reversed-tree li:only-child {
    padding-top: 0;
}

.reversed-tree li:first-child::before, .reversed-tree li:last-child::after {
    border: 0 none;
}

.reversed-tree li:last-child::before {
    border-right: 1px solid #ccc;
    margin-right: 2px;
    border-radius: 0 5px 0 0 !important;
    -webkit-border-radius: 0 5px 0 0 !important;
    -moz-border-radius: 0 5px 0 0 !important;
}

.reversed-tree li:first-child::after {
    border-radius: 5px 0 0 0 !important;
    -webkit-border-radius: 5px 0 0 0 !important;
    -moz-border-radius: 5px 0 0 0 !important;
}

.reversed-tree ul ul::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.reversed-tree li a:hover, .reversed-tree li a:hover + ul li a {
    background: #c8e4f8;
    color: #000;
    border: 1px solid #94a0b4;
}

.reversed-tree li a:hover + ul li::after,
.reversed-tree li a:hover + ul li::before,
.reversed-tree li a:hover + ul::before,
.reversed-tree li a:hover + ul ul::before {
    border-color: #94a0b4;
}

.reversed-tree:before {
    width: 1px;
    z-index: 1;
    display: block;
    content: "";
    position: absolute;
    bottom: -21px;
    top: -16px;
    left: 0;
    border-left: 1px dotted #666666;
}

.reversed-tree li a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-decoration: none;
    margin-bottom: 19px;
    color: #666;
    font-family: arial, verdana, tahoma, sans-serif, serif;
    font-size: 11px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.pa-circle{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    float:left;
    margin-right:1px;
}
.pa-green{
    background: #8cc474;
    color: #8cc474;
}
.pa-red{
    background: #df5138;
    color: #df5138;
}
.pdf-content table tr td{
     white-space: normal !important;
     text-wrap: normal !important;
     word-wrap: break-word !important;
}
table tr th.nowrap,
table tr td.nowrap{
    white-space: nowrap !important;
    word-wrap: unset !important;
}
img.fr-dii{
    display:inline-block !important;
    vertical-align: middle !important;
}
.fr-view table{
    font-size: inherit;
}
.fr-view table table tr,
.fr-view table table th,
.fr-view table table th td,
.fr-view table table tr td,
.fr-view table table
{
    border:none !important;
    border-width: 0 !important;
    border-color:#fff !important;
}