table.dataTable thead .sorting_asc {
    background-image: url(/src/img/sorting-icons/sort_asc.png);
}
table.dataTable thead .sorting_desc {
    background-image: url(/src/img/sorting-icons/sort_desc.png);
}
table.dataTable thead .sorting {
    background-image: url(/src/img/sorting-icons/sorting_both.png);
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
}

.sorting_asc, .sorting_desc {
    background-color: #103d65 !important;
}

.devComment {
    color: #D10000;
    font-style: italic;
}

.tileText {
    /*min-height: 3.5em;*/
    text-wrap: balance;
}
.tileNumbers {
    font-size: 1.5em;
    font-weight: bold;
}
.keyTiles {
    text-align: center;
}
.keyTiles > div{
    margin: 10px 0px;
}
.bordered{
    border: 3px solid #ccc;
    border-radius: 10px;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  flex-grow: 1;
}
.fa-file-download, .fa-book{
    color: black;
}
.downloadReport{
    text-decoration: none;
}
div.tooltip {
    background-color: white;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;
    position: fixed;
    max-width: 200px;
}

.matchHeight {
    height: 60px;
}

.myColumnContainer {
    display:grid;
    grid-template-columns: 7fr 5fr;
}

.myColumnDiv {
    display: inline-block;
    width: 100%;
}

.columnDecomp {
    /*max-width: 682.5px;*/
    max-width: 750px;
    margin: 0 auto;
}

.columnPie {
    max-width: 555px;
    margin: 0 auto;
}

svg text::selection {
  fill: white;
  background-color: #4D60CB;
}

.table {
    margin-bottom: 0px;
}

.tick>line,
.domain {
    stroke: #ccc;
}

.caption {
    color: #333;
    font-size: 1.1em;
    font-weight: 700;
}

#decompContainer text {
    transform: translate(0, -3px);
    font-size: 12px;
}

#fig2Container:lang(en), #fig3Container:lang(en), #figJointContainer:lang(en) {
    font-size: 18px;
    overflow: visible !important;
}
#fig2Container:lang(fr), #fig3Container:lang(fr), #figJointContainer:lang(fr) {
    font-size: 14px;
    overflow: visible !important;
}

/*#fig4Container .c0 text {*/
/*    transform: translate(-5px, 0) rotate(-45deg);*/
/*    text-anchor: end;*/
/*}*/
/*#fig4Container .c0 text:lang(en) {*/
/*    font-size: 12px;*/
/*}*/
/*#fig4Container .c0 text:lang(fr) {*/
/*    font-size: 11px;*/
/*}*/

#fig4ContainerHorizontal .c0 text, #fig4ContainerHorizontal .n .tick text {
    font-size: 12px;
}

#fig4Container .legend text, #fig4ContainerHorizontal .legend text {
    font-size: 12px;
}

#fig4Container .n-axis-title, #fig4ContainerHorizontal .n-axis-title {
    font-size: 16px;
}

#fig4Container .n .tick text {
    font-size: 12px;
}

#listLegend {
    list-style: none;
    text-align: center;
    line-height: inherit;
    text-wrap: balance;
}

#listLegend li {
    display: inline-block;
    margin-right: 30px;
    text-align: left;
}

.listDiv {
    display: grid;
    grid-template-columns: 30px auto;
}

.legend-colour {
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    transform: translate(0, -8px);
}

.legend-text {
    line-height: 1.3em;
    font-size: 16px;
}

.scottsTable {
    table-layout: fixed;
}
.scottsTable thead th, .scottsTable tbody tr td:not(:first-child) {
    text-align: center
}
.scottsTable tbody tr td:first-child {
    text-align: right
}

/*for smaller widths*/
@media all and (max-width: 1199px) {
    .columnPie {
        max-width: 455px;
    }
}


@media all and (max-width: 991px) {
    .matchHeight {
        height: 30px;
    }
    .columnDecomp {
        max-width: inherit;
    }
    
    .columnPie {
        max-width: inherit;
    }
    
    .myColumnContainer {
        column-count: inherit;
        display: inherit;
    }
    
    .myColumnDiv {
        display: inherit;
        width: inherit;
    }
    
    
    #fig2Container:lang(en), #fig3Container:lang(en), #figJointContainer:lang(en) {
        font-size: 13px;
    }
    #fig2Container:lang(fr), #fig3Container:lang(fr), #figJointContainer:lang(fr) {
        font-size: 13px;
    }
    
    .figJointDiv {
        margin-top: 0px;
    }
    
    #fig4Container .c0 text:lang(en) {
        font-size: 16px;
    }
    #fig4Container .c0 text:lang(fr) {
        font-size: 11px;
    }
    
    #fig4Container .legend text {
        font-size: 16px;
    }
    
    #fig4Container .n-axis-title {
        font-size: 20px;
    }
    
    #fig4Container .n .tick text {
        font-size: 14px;
    }
}