﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

 
.PieLegendContainer ul {
    list-style-type: none !important; 
}

.pie-legend ul li {     
   float:left; 
   list-style-type: none !important;
}

.pie-legend span {
   padding-left:20px;
   padding-right:20px;
   display: block; 
   color: white;
    width:100px !important;   
}

.PieLegendContainer {
    position: absolute;
    right: -100px;
    top: 0;
}

.LineLegendContainer ul {
    list-style-type: none !important;     
}

.LineLegendContainer span {
   padding-left:20px;
   padding-right:20px;
   display: block; 
   color: white;
   width:170px !important;   
}

table {
        width: 100%;
    }

.scrollTable thead, .scrollTable tbody,.scrollTable tr, .scrollTable td, .scrollTable th { display: block; }

tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

thead th {
    height: 30px;

    /*text-align: left;*/
}

tbody {
    height: 300px;
    overflow-y: auto;
    display:grid;
}

thead {
    /* fallback */
}

    thead{
        background-color: #005387;
        color:white;
    }

    tbody .td1, thead .th1 {
        width: 80%;
        float: left;
        text-align: left;
        max-width: 900px;
        word-wrap: break-word;
        overflow: hidden;
    }

tbody .td1 div {
    width: 100%;
    
}

tbody .td2, thead .th2 {
    width: 16%;
    float: left;
    text-align: center;
}

tbody .td3, thead .th3 {
    width: 20%;
    float: left;
    text-align: left;
}

tbody .td4, thead .th4 {
    width: 20%;
    float: left;
    text-align: center;
}

tbody .td5, thead .th5 {
    width: 40%;
    float: left;
    text-align: Left;
    max-width: 900px;
    word-wrap: break-word;
    overflow: hidden;
}

tbody .td6, thead .th6 {
    width: 13%;
    float: left;
    text-align: Left;
    max-width: 900px;
    word-wrap: break-word;
    overflow: hidden;
}

tbody .td7, thead .th7 {
    width: 25%;
    float: left;
    text-align: Left;
    max-width: 900px;
    word-wrap: break-word;
    overflow: hidden;
}

.VerkeerSummaryRow {
          
}

.VerkeerSummary {
    text-align: center;
    background-color: #005387;
    border: solid 1px #e0e0e0;
    margin: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 46%;
    float: left;
    padding-bottom: 6px;
    padding-top: 6px;
    color:#fff;
}

.ContainerHeader {
    font-size:22px;
}

.ManagementItem {
    text-align: center;
    background-color: #fafafa;
    border: solid 1px #e0e0e0;
    margin: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 100%;
}
.donut-inner {
   position: absolute;
   top: 55%;
   left:42%;   
   height: 40px;
   display:table;
   
}
.donut-inner h5 {
  
}
.donut-inner span {
}

@media (min-width: 768px) {
    .SelectPeriod {
        margin-top: 4px;
        float: right;
    }
}

@media (max-width: 768px) {
    .SelectPeriod {
        margin-top: 4px;
        float: left;
    }
}
.pointer {
    cursor: pointer;
}

.NAWImage {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.tableNAW td {
    padding: 2px !important;
}

.commandstrip {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: stretch;
    align-content: stretch;
}
.commandstrip > * {
    margin-left: 3px;
}
.commandstrip .dropdown {
    margin-top: 4px;
}
@media only screen and (max-width: 575px) {
    .row-pad-mobile .commandstrip {
        padding: 4px !important;
    }
    .row-pad-mobile .commandstrip div {
        flex-grow: 1;
    }
    .row-pad-mobile .commandstrip #reportrange,
    .row-pad-mobile .commandstrip #languageSelector {
        text-align: center;
        width: 100%;
    }
}

.container.body-content {
    overflow: visible;
}