/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/

@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}



@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}
/* This style sheet was originally named "Sharepoint.css" and was created for the web widget. 
 * Theme Description: Allows the theme to be set from a higher level in the following order: 
 *    Report, Package Report, Package, Package Assignement, Global/Database Options. 
 *    If no theme is specified at any level, the Landscape theme will be used.
 * Style Description: Main style suitable for everything except the cover page.
 */

/* These CSS rules are not in the original web widget CSS file. */

.html-report-container {
  font-family: Roboto !important;
}

.html-report-container h1 {
  font-size: 18px;
  font-weight: normal;
}

.html-report-container h2 {
  font-size: 16px;
  font-weight: normal;
}

.html-report-container h3 {
  font-size: 14px;
  font-weight: normal;
}

.html-report-container h4 {
  font-size: 12px;
  font-weight: normal;
}

.html-report-container .ffspacer {
  display: none;
}

/* Unlike the original web widget style sheet, the following CSS rules are
 * scoped to a parent element with a class of `html-report-container`. 
 */

/* #region Page  */
.html-report-container .ffpagenumber {
  content: counter(page);
  display: none;
}
.html-report-container .ffspacer {
  height: 0px;
}

.html-report-container .ffheader .fftitle {
  border-bottom: 1px solid #444444;
  padding-top: 25px;
}
.html-report-container .ffheader h1 {
  font-family: 'Roboto';
  font-size: 24pt;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 0;
  margin: 0;
}
.html-report-container .ffheader h2 {
  font-family: 'Roboto';
  font-size: 8pt;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
/* #endregion */
/* #region widths */
.html-report-container [class*="ffwidth"] {
  float: left;
  position: relative;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}
.html-report-container [class*="ffwidth"] p {
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}
.html-report-container .ffcontent .ffwidth1 {
  width: 7.33333333%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth1 {
  width: 7.33333333%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth2 {
  width: 15.66666667%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth2 {
  width: 15.66666667%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth3 {
  width: 24%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth3 {
  width: 24%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth4 {
  width: 32.33333333%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth4 {
  width: 32.33333333%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth5 {
  width: 40.66666667%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth5 {
  width: 40.66666667%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth6 {
  width: 49%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth6 {
  width: 49%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth7 {
  width: 57.33333333%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth7 {
  width: 57.33333333%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth8 {
  width: 65.66666667%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth8 {
  width: 65.66666667%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth9 {
  width: 74%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth9 {
  width: 74%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth10 {
  width: 82.33333333%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth10 {
  width: 82.33333333%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth11 {
  width: 90.66666667%;
  margin-right: 1%;
}
.html-report-container [class*="ffwidth"] ~ .ffwidth11 {
  width: 90.66666667%;
  /*margin-left: @spanspacer;*/
  margin-right: 0%;
}
.html-report-container .ffcontent .ffwidth12 {
  width: 100%;
}
/* #endregion */
/* #region Content */
.html-report-container .ffcontent p {
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}
/* #endregion */
/* #region Tables */
.html-report-container .reversed {
  text-decoration: line-through;
}
.html-report-container table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.html-report-container th,
.html-report-container td {
  padding: 1px;
}
.html-report-container thead {
  display: table-header-group;
  /*page-break-inside: avoid;*/
}
.html-report-container tfoot {
  display: table-footer-group;
}
.html-report-container table.ffgroup1,
.html-report-container table.ffgroup2,
.html-report-container  table.ffgroup3 {
  margin-bottom: 5px;
}
.html-report-container .ffgroup1 .fftheader.ffdata th {
  text-align: left;
  vertical-align: top;
  font-weight: 900;
  text-transform: uppercase;
  background-color: transparent;
}
.html-report-container .ffgroup2 .fftheader.ffdata th {
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  background-color: transparent;
}
.html-report-container .ffgroup3 .fftheader.ffdata th {
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
}
.html-report-container .ffdetail tr.fftheader.fftop th.ffhasvalue {
  font-weight: 500;
  background-color: #dddddd;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  text-align: center;
}
.html-report-container .ffdetail tr.fftheader th {
  vertical-align: bottom;
  font-weight: 500;
}
.html-report-container .ffdetail tr.fftheader.ffbottom th {
  border-bottom: 1px solid #444444;
}
.html-report-container .ffdetail tr.ffrow {
  vertical-align: top;
}
.html-report-container .ffdetail tr.ffspacer {
  page-break-before: avoid;
}
.html-report-container tr.ffgroup1.fftfooter.ffdata td {
  font-weight: 900;
  text-transform: uppercase;
  border-top: 1px solid #444444;
}
.html-report-container tr.ffgroup2.fftfooter.ffdata td {
  font-weight: 700;
  border-top: 1px solid #444444;
}
.html-report-container tr.ffgroup3.fftfooter.ffdata td {
  font-weight: 500;
  text-transform: uppercase;
  border-top: 1px solid #444444;
}
.html-report-container .fftotal.fftfooter.ffspacer {
  height: 16px;
}
.html-report-container .fftotal.fftfooter.ffdata td {
  font-weight: 900;
  border: 0 none;
  text-transform: none;
  background-color: transparent;
  background-color: #dddddd;
  margin: 0;
}
.html-report-container tfoot td {
  font-size: 1pt;
}
/* #endregion */
/* #region Table Highlight */
.html-report-container .ffhighlight1.ffbefore {
  padding-right: 8px;
}
.html-report-container .ffhighlight1.ffleft {
  border-left: 1px solid #444444 !important;
  padding-right: 8px;
}
.html-report-container .ffhighlight1.ffright {
  border-right: 1px solid #444444 !important;
}
.html-report-container .ffhighlight1.ffright td {
  padding-right: 8px;
}
.html-report-container .ffhighlight1.ffafter td {
  padding-left: 8px;
}
.html-report-container .ffbottom .ffhighlight1.ffleft,
.html-report-container .ffbottom .ffhighlight1.ffright {
  border-top: 1px solid #444444;
}
.html-report-container tfoot td.ffhighlight1.ffleft,
.html-report-container tfoot td.ffhighlight1.ffright {
  border-bottom: 1px solid #444444 !important;
}
/* #endregion */
/* #region TOC */
.html-report-container .fftoc {
  padding: 0;
  margin: 0 0 0 1%;
}
.html-report-container .fftoc.ffwidth12 {
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
  margin-top: 10%;
}
.html-report-container .fftoc ul {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  list-style: none;
}
.html-report-container .fftoc ul li {
  margin: 8px 0 0 0;
}
.html-report-container .fftoc ul li:first-child {
  margin: 0;
}
.html-report-container .fftoc ul li.ffindent1 {
  margin: 2px 0 0 30px;
}
.html-report-container .fftoc ul li:before {
  float: left;
  width: 0;
  white-space: nowrap;
}
.html-report-container .fftoc ul span:first-child {
  padding-right: 0.33em;
}
.html-report-container .fftoc ul span:first-child:after {
  content: leader('.  ');
}
.html-report-container .fftoc ul span + span {
  float: right;
  padding-left: 0.33em;
}
/* #endregion */
/* #region Footer  */
.html-report-container .fffootnote {
  text-align: left;
  margin-right: 4px;
  footnote-style-position: inside;
  prince-footnote-policy: keep-with-line;
}
.html-report-container .fffootnote:footnote-call {
  color: #444444;
  font-size: 85%;
  vertical-align: super;
  line-height: none;
}
.html-report-container .fffootnote_table {
  margin: 0 auto;
}
.html-report-container .fffootnote_table td {
  padding: 0;
  border: 0 none;
}
.html-report-container td.fffootnote_counter {
  font-family: 'Roboto';
  width: 10px;
}
.html-report-container div.fffooter td:first-child {
  border: 0 none;
}
.html-report-container div.fffooter td:last-child {
  border: 0 none;
}
.html-report-container .fffooter .fftext {
  position: absolute;
  bottom: -25px;
  left: 35px;
}
.html-report-container div.fffooter .ffpagenumber {
  position: absolute;
  display: inline;
  text-align: left;
  bottom: -25px;
}

/* #endregion */
/* #region Charts */
.html-report-container .amChartsLegend {
  top: 0 !important;
  margin-left: -40px;
}
.html-report-container .ffchart {
  margin-bottom: 20px;
}
.html-report-container .ffchartcontainer {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.html-report-container .ff-chart {
  chart-fontFamily: 'Roboto';
  chart-fontSize: 10;
  chart-color: '#444444';
  chart-RotateAngle: 45;
  chart-MaxLabelCharacters: 30;
  chart-LegendPlacement: auto;
  chart-LegendAutoLimit: 6;
  chart-legend-markerSize: 12;
  chart-legend-color: '#444444';
  chart-categoryAxis-autoWrap: true;
}
.html-report-container .ffwidth1.ff-chart {
  chart-MaxNumberOfItems: 3;
  chart-MinPercent: 10;
  chart-MaxLabelCharacters: 12;
  chart-RotateLabelsWhenItemsOver: 1;
  chart-LegendAutoLimit: 0;
  chart-categoryAxis-gridCount: 1;
}
.html-report-container .ffwidth2.ff-chart {
  chart-MaxNumberOfItems: 5;
  chart-MinPercent: 7;
  chart-MaxLabelCharacters: 18;
  chart-RotateLabelsWhenItemsOver: 2;
  chart-LegendAutoLimit: 1;
  chart-categoryAxis-gridCount: 5;
}
.html-report-container .ffwidth3.ff-chart {
  chart-MaxNumberOfItems: 8;
  chart-MinPercent: 5;
  chart-MaxLabelCharacters: 20;
  chart-RotateLabelsWhenItemsOver: 3;
  chart-LegendAutoLimit: 2;
  chart-categoryAxis-gridCount: 7;
}
.html-report-container .ffwidth4.ff-chart {
  chart-MaxNumberOfItems: 10;
  chart-MinPercent: 3;
  chart-MaxLabelCharacters: 22;
  chart-RotateLabelsWhenItemsOver: 4;
  chart-LegendAutoLimit: 2;
  chart-categoryAxis-gridCount: 8;
}
.html-report-container .ffwidth5.ff-chart {
  chart-MaxNumberOfItems: 11;
  chart-MinPercent: 2;
  chart-MaxLabelCharacters: 25;
  chart-RotateLabelsWhenItemsOver: 5;
  chart-LegendAutoLimit: 3;
  chart-categoryAxis-gridCount: 8;
}
.html-report-container .ffwidth6.ff-chart {
  chart-MaxNumberOfItems: 12;
  chart-MinPercent: 1;
  chart-MaxLabelCharacters: 30;
  chart-RotateLabelsWhenItemsOver: 6;
  chart-LegendAutoLimit: 3;
  chart-categoryAxis-gridCount: 10;
}
.html-report-container .ffwidth7.ff-chart {
  chart-MaxNumberOfItems: 14;
  chart-MinPercent: 1;
  chart-MaxLabelCharacters: 35;
  chart-RotateLabelsWhenItemsOver: 7;
  chart-LegendAutoLimit: 4;
  chart-categoryAxis-gridCount: 12;
}
.html-report-container .ffwidth8.ff-chart {
  chart-MaxNumberOfItems: 16;
  chart-MinPercent: 1;
  chart-MaxLabelCharacters: 40;
  chart-RotateLabelsWhenItemsOver: 8;
  chart-LegendAutoLimit: 4;
  chart-categoryAxis-gridCount: 15;
}
.html-report-container .ffwidth9.ff-chart {
  chart-MaxNumberOfItems: 18;
  chart-MinPercent: .5;
  chart-MaxLabelCharacters: 45;
  chart-RotateLabelsWhenItemsOver: 9;
  chart-LegendAutoLimit: 5;
  chart-categoryAxis-gridCount: 17;
}
.html-report-container .ffwidth10.ff-chart {
  chart-MaxNumberOfItems: 20;
  chart-MinPercent: .5;
  chart-MaxLabelCharacters: 50;
  chart-RotateLabelsWhenItemsOver: 10;
  chart-LegendAutoLimit: 5;
  chart-categoryAxis-gridCount: 32;
}
.html-report-container .ffwidth11.ff-chart {
  chart-MaxNumberOfItems: 22;
  chart-MinPercent: .5;
  chart-MaxLabelCharacters: 55;
  chart-RotateLabelsWhenItemsOver: 11;
  chart-LegendAutoLimit: 6;
  chart-categoryAxis-gridCount: 38;
}
.html-report-container .ffwidth12.ff-chart {
  chart-MaxNumberOfItems: 25;
  chart-MinPercent: .25;
  chart-MaxLabelCharacters: 60;
  chart-RotateLabelsWhenItemsOver: 12;
  chart-LegendAutoLimit: 6;
  chart-categoryAxis-gridCount: 39;
}
.html-report-container .ffrow + .ffrow {
  margin-top: 40px;
}
.html-report-container .currentvstarget.ffwidth1.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth2.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth3.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth4.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth5.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth6.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth7.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth8.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth9.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth10.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth11.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
.html-report-container .currentvstarget.ffwidth12.ff-chart {
  chart-MaxNumberOfItems: 99;
  chart-MinPercent: 99;
}
/* #endregion */
/* #region Report: Table of Contents */
.html-report-container .ffreport.ffcontents .ffpagenumber {
  display: none;
}
.html-report-container .ffreport.ffcontents .fffooter .fftext {
  left: 0px;
}
.html-report-container .ffreport.ffcontents .ffwidth8 {
  margin-right: 0;
}
/* #endregion */
/* #region Report: Summary */
.html-report-container .ffsummary tr.ffshading.fflight td {
  background-color: #eeeeee;
}
.html-report-container .ffsummary tr.ffshading.ffdark td {
  background-color: #dddddd;
}
.html-report-container .ffsummary tr.ffshading.ffextradark td {
  background-color: #444444;
  color: #ffffff;
}
.html-report-container .ffsummary .ffitalics {
  font-style: italic;
}
.html-report-container .ffsummary .ffbold {
  font-weight: 900;
}
.html-report-container .ffindent1 {
  padding-left: 25px;
}
.html-report-container .ffindent2 {
  padding-left: 50px;
}
.html-report-container .ffindent3 {
  padding-left: 75px;
}
.html-report-container .ffindent4 {
  padding-left: 100px;
}
.html-report-container .ffindent5 {
  padding-left: 125px;
}
.html-report-container .ffindent6 {
  padding-left: 150px;
}
.html-report-container .ffindent7 {
  padding-left: 175px;
}
.html-report-container .ffindent8 {
  padding-left: 200px;
}
.html-report-container .ffindent9 {
  padding-left: 225px;
}
.html-report-container .ffindent10 {
  padding-left: 250px;
}
/* #endregion */
/* #region Report: Invoice */
.html-report-container .ffreport.ffinvoice .fffeetiers,
.html-report-container .ffreport.ffinvoice .ffadjustments {
  padding-left: 200px;
}
/* #endregion */
/* #region Definitions */
.html-report-container .ffdefinitions {
  columns: 2;
}
.html-report-container dt {
  font-weight: 900;
  column-break-inside: avoid;
  break-after: avoid;
}
.html-report-container dd {
  break-inside: avoid-column;
  break-before: avoid;
}
/* #endregion */
/* #region SharePoint */
.html-report-container .ffloader {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.html-report-container .ffreport {
  display: inline-block;
  width: 100%;
}
.html-report-container .btn.btn-primary.ffdownloadbtn {
  display: none;
  float: right;
  margin-top: 20px;
}
/* #endregion */
/* #region Page */
/*#endregion*/
/* #region widths */
.html-report-container .ffreport .ffcontent [class~="ffwidth"] {
  display: inline-block;
}
.html-report-container [class~="ffheight"] {
  height: 100% !important;
}
/*#endregion*/
/* #region Charts*/
.html-report-container .ffchartcontainer {
  width: 100%;
  height: 450px;
  font-size: 13px;
}
.html-report-container .ff-chart {
  fontSize: 13;
  chart-innerRadius: "60%";
}
/*#endregion*/
/* #region Tables */
.html-report-container .ffdetail tr.fftheader.fftop th.ffhasvalue {
  /* [ReplaceColor(themeColor:"Dark2")] */
  background-color: #dddddd;
  /* [ReplaceColor(themeColor:"Dark2-Lightest")] */
  color: Black;
}
.html-report-container .ffdetail tr.fftheader.ffbottom th {
  /* [ReplaceColor(themeColor:"Dark2-Darker")] */
  border-bottom: 1px solid #444444;
}
.html-report-container .ffspacer td {
  background-color: transparent !important;
}
.html-report-container tr.ffgroup1.fftfooter.ffdata td {
  /* [ReplaceColor(themeColor:"Dark2-Darker")] */
  border-top: 1px solid #444444;
  background-color: transparent;
}
.html-report-container tr.ffgroup2.fftfooter.ffdata td {
  /* [ReplaceColor(themeColor:"Dark2-Darker")] */
  border-top: 1px solid #444444;
  background-color: transparent;
}
.html-report-container tr.ffgroup3.fftfooter.ffdata td {
  /* [ReplaceColor(themeColor:"Dark2-Darker")] */
  border-top: 1px solid #444444;
  background-color: transparent;
}
/* #endregion */
/* #region Report: Summary */
.html-report-container .ffsummary tr.ffshading.fflight {
  /* [ReplaceColor(themeColor:"Dark2-Lightest")] */
  background-color: #eeeeee;
}
.html-report-container .ffsummary tr.ffshading.ffdark {
  /* [ReplaceColor(themeColor:"Dark2-Medium")] */
  background-color: #dddddd;
}
.html-report-container .ffsummary tr.ffshading.ffextradark {
  /* [ReplaceColor(themeColor:"Dark2")] */
  background-color: #444444;
  /* [ReplaceColor(themeColor:"Light1")] */
  color: #ffffff;
}
/* #endregion */

.html-report-container .ffreport-widget .ffdetail th,
.html-report-container .ffreport-widget .ffdetail td
{
    border: 0;
}

.html-report-container .ffreport-widget .ffdetail th {
    white-space: nowrap;
}
.html-report-container .ffchartwrapper {
	position: relative;
	width: 100%;
	height: 400px;
}
.html-report-container .ffchartcontainer.col-md-12 {
  overflow: visible !important;
}
.html-report-container .ffchartcontainer.col-md-12 .amcharts-chart-div {
  overflow: visible !important;
}
.html-report-container .ffchartcontainer.col-md-12 svg {
	position: absolute;
	overflow: visible;
}
.html-report-container .ffreport-widget-reports text > tspan {
  font-size: 1.45vmin;
}
.html-report-container .ffreport-widget-reports .ffresponsive {
  position: relative;
}
.html-report-container .well .col-md-3 {
	padding-right: 40px;
}
.html-report-container .ffreport-widget-reports .ffthreeitemsonetoptwobottom .ffpie {
  margin-left: 10%;
  margin-right: 10%;
}
.html-report-container .ffreport-widget-reports .fftwoitemstopbottom .ffpie {
	margin-bottom: 0;
}
.html-report-container .ffreport-widget-reports .ffresponsive > div {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.html-report-container .ffreport-widget-reports h1 {
  font-size: 4vw;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 1%;
}
@media (max-width: 1025px) {
    .html-report-container .ffreport-widget h2,
    .html-report-container .ffreport-widget-dropdown h2,
    .html-report-container .ffreport-widget .h2,
    .html-report-container .ffreport-widget-dropdown .h2 {
		font-size: 20px;
	}
    .html-report-container .ffbar, .html-report-container .ffarea {
		margin-bottom: 15%;
	}
    .html-report-container .ffreport-pdf-wrapper {
		padding-top: 5%;
	}
}
@media (max-width: 800px) {
    .html-report-container .well .col-md-3 {
		padding-right: 15px;
	}

    .html-report-container .ffcontainer.ffchart {
		padding-bottom: 10%;
	}
}

/**
 * CONTENTS
 *
 * #Introduction........Naming conventions used throughout the code.
 *
 * #SETTINGS
 * Variables............Globally-available variables and config.
 *
 * #TOOLS
 * Mixins...............Useful mixins.
 *
 * #GENERIC
 * Demo styles..........Styles for demo only (consider removing these).
 *
 * #BASE
 * Raw styles...........The very basic component wrapper.
 * Modifiers............The basic styles dependant on component placement.
 * Debuggers............The basic styles dependant on component placement.
 *
 * #BUTTONS
 * Base..................Wrapping and constraining every button.
 * Modifiers.............Styles that depends on state and settings.
 * Animations............Main animations of the component.
 * Debuggers.............Styles for development.
 *
 * #LABELS
 * Base..................Wrapping and constraining every label.
 * Modifiers.............Styles that depends on state and settings.
 * Debuggers.............Styles for development.
 *
 * #DEVELOPMENT
 * In development........These styles are in development and not yet finalised
 * Debuggers.............Helper styles and flags for development.
 */
/*------------------------------------*\
    #Introduction
\*------------------------------------*/
/**
 * The code AND the comments use naming conventions to refer to each part of
 * the UI put in place by this component. If you see that somewhere they are
 * not followed please consider a Pull Request. The naming conventions are:
 *
 * "Component" : the widget itself as a whole. This is the last time it will be
 *               called anything different than "component". So, stay away from
 *               "widget", "button" or anything else when referring to the
 *               Component in general.
 *
 * "Main Button" : the button that is always in view. Hovering or clicking on it
 *                 will reveal the child buttons.
 *
 * "Child buttons" : if you've read the previous point you know what they are.
 *                   Did you read the previous point? :)
 *
 * "Label(s)" : the tooltip that fades in when hovering over a button.

/*------------------------------------*\
    #SETTINGS | Variables
\*------------------------------------*/
/**
 * These variables are the default styles that serve as fallback and can be
 * easily customised at compile time.
 * Consider overriding them in your own style sheets rather than editing them
 * here. Refer to the docs for more info.
 */
/* COLORS ----------------------------*/
/* EFFECTS ---------------------------*/
/* SPEEDS ----------------------------*/
/* SIZES -----------------------------*/
/* SPACING ---------------------------*/
/* OTHER VARIABLES -------------------*/
/*------------------------------------*\
    #BASE | Raw styles
\*------------------------------------*/
/**
 * The very core styling of the button.
 * These styles are shared by every instance of the button.
 * Styles placed here should NOT care about placement in the screen,
 * options chosen by the user or state of the button.
 */
.mfb-component, .mfb-component--tl, .mfb-component--tr, .mfb-component--bl, .mfb-component--br {
  box-sizing: border-box;
  margin: 25px;
  position: fixed;
  white-space: nowrap;
  z-index: 30;
  padding-left: 0;
  list-style: none; }

.mfb-component *, .mfb-component--tl *, .mfb-component--tr *, .mfb-component--bl *, .mfb-component--br *, .mfb-component *:before, .mfb-component--tl *:before, .mfb-component--tr *:before, .mfb-component--bl *:before, .mfb-component--br *:before, .mfb-component *:after, .mfb-component--tl *:after, .mfb-component--tr *:after, .mfb-component--bl *:after, .mfb-component--br *:after {
  box-sizing: inherit; }

/*------------------------------------*\
    #BASE | Modifiers
\*------------------------------------*/
/**
 * These styles depends on the placement of the button.
 * Styles can be:
 * 1. Top-left:  modified by the " --tl " suffix.
 * 2. Top-right: modified by the " --tr " suffix.
 * 3. Bottom-left:  modified by the " --bl " suffix.
 * 4. Bottom-right: modified by the " --br " suffix.
 */
.mfb-component--tl {
  left: 0;
  top: 0; }

.mfb-component--tr {
  right: 0;
  top: 0; }

.mfb-component--bl {
  left: 0;
  bottom: 0; }

.mfb-component--br {
  right: 0;
  bottom: 0; }

/*------------------------------------*\
    #BUTTONS | Base
\*------------------------------------*/
.mfb-component__button, .mfb-component__button--main, .mfb-component__button--child, .mfb-component__main-icon--active,
.mfb-component__main-icon--resting {
  background-color: #2196f3;
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-user-drag: none;
  font-weight: bold;
  color: #f1f1f1 !important; }

.mfb-component__button--child{
  background-color: #f1f1f1;
  color: #0a0a0a !important;
}

/**
 * This is the unordered list for the list items that contain
 * the child buttons.
 *
 */
.mfb-component__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mfb-component__list > li {
    display: block;
    position: absolute;
    top: 0;
    right: 1px;
    padding: 10px 0;
    margin: -10px 0; }

/**
 * These are the basic styles for all the icons inside the main button
 */
.mfb-component__icon, .mfb-component__main-icon--active,
.mfb-component__main-icon--resting, .mfb-component__child-icon {
  position: absolute;
  font-size: 22px !important;
  text-align: center;
  line-height: 56px !important;
  width: 100%; }

.mfb-component__wrap {
  padding: 25px;
  margin: -25px; }

[data-mfb-toggle="hover"]:hover .mfb-component__icon, [data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active,
[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting, [data-mfb-toggle="hover"]:hover .mfb-component__child-icon,
[data-mfb-state="open"] .mfb-component__icon,
[data-mfb-state="open"] .mfb-component__main-icon--active,
[data-mfb-state="open"] .mfb-component__main-icon--resting,
[data-mfb-state="open"] .mfb-component__child-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }

/*------------------------------------*\
    #BUTTONS | Modifiers
\*------------------------------------*/
.mfb-component__button--main {
  height: 56px;
  width: 56px;
  z-index: 20; }

.mfb-component__button--child {
  height: 56px;
  width: 56px; }

.mfb-component__main-icon--active,
.mfb-component__main-icon--resting {
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 1, 1); }

.mfb-component__child-icon,
.mfb-component__child-icon {
  line-height: 56px;
  font-size: 18px; }

.mfb-component__main-icon--active {
  opacity: 0; }

[data-mfb-toggle="hover"]:hover .mfb-component__main-icon,
[data-mfb-state="open"] .mfb-component__main-icon {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg); }
[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--resting,
[data-mfb-state="open"] .mfb-component__main-icon--resting {
  opacity: 0; }
[data-mfb-toggle="hover"]:hover .mfb-component__main-icon--active,
[data-mfb-state="open"] .mfb-component__main-icon--active {
  opacity: 1; }

/*------------------------------------*\
    #BUTTONS | Animations
\*------------------------------------*/
/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein .mfb-component__list li,
.mfb-component--tr.mfb-slidein .mfb-component__list li {
  opacity: 0;
  transition: all 0.5s; }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px);
  transform: translateY(70px); }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px);
  transform: translateY(140px); }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px);
  transform: translateY(210px); }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px);
  transform: translateY(280px); }
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(350px);
  transform: translateY(350px); }

.mfb-component--bl.mfb-slidein .mfb-component__list li,
.mfb-component--br.mfb-slidein .mfb-component__list li {
  opacity: 0;
  transition: all 0.5s; }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px); }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px);
  transform: translateY(-140px); }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px);
  transform: translateY(-210px); }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px);
  transform: translateY(-280px); }
.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-350px);
  transform: translateY(-350px); }

/**
 * SLIDE IN SPRING
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li,
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px);
  transform: translateY(70px); }
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px);
  transform: translateY(140px); }
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px);
  transform: translateY(210px); }
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px);
  transform: translateY(280px); }
.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(350px);
  transform: translateY(350px); }

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li,
.mfb-component--br.mfb-slidein-spring .mfb-component__list li {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li, .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li,
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li,
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li {
  opacity: 1; }
.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px); }
.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px);
  transform: translateY(-140px); }
.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px);
  transform: translateY(-210px); }
.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px);
  transform: translateY(-280px); }
.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-350px);
  transform: translateY(-350px); }

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li,
.mfb-component--tr.mfb-zoomin .mfb-component__list li {
  -webkit-transform: scale(0);
  transform: scale(0); }
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px) scale(0);
  transform: translateY(70px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.2s; }
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px) scale(0);
  transform: translateY(140px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.15s; }
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px) scale(0);
  transform: translateY(210px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.1s; }
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px) scale(0);
  transform: translateY(280px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.05s; }
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(350px) scale(0);
  transform: translateY(350px) scale(0);
  transition: all 0.5s;
  transition-delay: 0s; }
.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px) scale(1);
  transform: translateY(70px) scale(1);
  transition-delay: 0.05s; }
.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px) scale(1);
  transform: translateY(140px) scale(1);
  transition-delay: 0.1s; }
.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px) scale(1);
  transform: translateY(210px) scale(1);
  transition-delay: 0.15s; }
.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px) scale(1);
  transform: translateY(280px) scale(1);
  transition-delay: 0.2s; }
.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(350px) scale(1);
  transform: translateY(350px) scale(1);
  transition-delay: 0.25s; }

.mfb-component--bl.mfb-zoomin .mfb-component__list li,
.mfb-component--br.mfb-zoomin .mfb-component__list li {
  -webkit-transform: scale(0);
  transform: scale(0); }
.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px) scale(0);
  transform: translateY(-70px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.2s; }
.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px) scale(0);
  transform: translateY(-140px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.15s; }
.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px) scale(0);
  transform: translateY(-210px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.1s; }
.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px) scale(0);
  transform: translateY(-280px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.05s; }
.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-350px) scale(0);
  transform: translateY(-350px) scale(0);
  transition: all 0.5s;
  transition-delay: 0s; }
.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px) scale(1);
  transform: translateY(-70px) scale(1);
  transition-delay: 0.05s; }
.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px) scale(1);
  transform: translateY(-140px) scale(1);
  transition-delay: 0.1s; }
.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px) scale(1);
  transform: translateY(-210px) scale(1);
  transition-delay: 0.15s; }
.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px) scale(1);
  transform: translateY(-280px) scale(1);
  transition-delay: 0.2s; }
.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-350px) scale(1);
  transform: translateY(-350px) scale(1);
  transition-delay: 0.25s; }

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li,
.mfb-component--tr.mfb-fountain .mfb-component__list li {
  -webkit-transform: scale(0);
  transform: scale(0); }
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px) scale(0);
  transform: translateY(-70px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.2s; }
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px) scale(0);
  transform: translateY(-140px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.15s; }
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px) scale(0);
  transform: translateY(-210px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.1s; }
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px) scale(0);
  transform: translateY(-280px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.05s; }
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-350px) scale(0);
  transform: translateY(-350px) scale(0);
  transition: all 0.5s;
  transition-delay: 0s; }
.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px) scale(1);
  transform: translateY(70px) scale(1);
  transition-delay: 0.05s; }
.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px) scale(1);
  transform: translateY(140px) scale(1);
  transition-delay: 0.1s; }
.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px) scale(1);
  transform: translateY(210px) scale(1);
  transition-delay: 0.15s; }
.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px) scale(1);
  transform: translateY(280px) scale(1);
  transition-delay: 0.2s; }
.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(350px) scale(1);
  transform: translateY(350px) scale(1);
  transition-delay: 0.25s; }

.mfb-component--bl.mfb-fountain .mfb-component__list li,
.mfb-component--br.mfb-fountain .mfb-component__list li {
  -webkit-transform: scale(0);
  transform: scale(0); }
.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(70px) scale(0);
  transform: translateY(70px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.2s; }
.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(140px) scale(0);
  transform: translateY(140px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.15s; }
.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(210px) scale(0);
  transform: translateY(210px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.1s; }
.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(280px) scale(0);
  transform: translateY(280px) scale(0);
  transition: all 0.5s;
  transition-delay: 0.5s; }
.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(350px) scale(0);
  transform: translateY(350px) scale(0);
  transition: all 0.5s;
  transition-delay: 0s; }
.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(1),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(1) {
  -webkit-transform: translateY(-70px) scale(1);
  transform: translateY(-70px) scale(1);
  transition-delay: 0.05s; }
.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(2),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(2) {
  -webkit-transform: translateY(-140px) scale(1);
  transform: translateY(-140px) scale(1);
  transition-delay: 0.1s; }
.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(3),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(3) {
  -webkit-transform: translateY(-210px) scale(1);
  transform: translateY(-210px) scale(1);
  transition-delay: 0.15s; }
.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(4),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(4) {
  -webkit-transform: translateY(-280px) scale(1);
  transform: translateY(-280px) scale(1);
  transition-delay: 0.2s; }
.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
  -webkit-transform: translateY(-350px) scale(1);
  transform: translateY(-350px) scale(1);
  transition-delay: 0.25s; }

/*------------------------------------*\
    #LABELS | base
\*------------------------------------*/
/**
 * These are the labels associated to each button,
 * exposed only when hovering the related button.
 * They are called labels but are in fact data-attributes of
 * each button (an anchor tag).
 */
[data-mfb-label]:after {
  content: attr(data-mfb-label);
  opacity: 0;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.4);
  padding: 4px 10px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  transition: all 0.5s; }

[data-mfb-toggle="hover"] [data-mfb-label]:hover:after,
[data-mfb-state="open"] [data-mfb-label]:after {
  content: attr(data-mfb-label);
  opacity: 0.9;
  transition: all 0.3s;
}

/*------------------------------------*\
    #LABELS | Modifiers
\*------------------------------------*/
.mfb-component--br [data-mfb-label]:after, .mfb-component--tr [data-mfb-label]:after {
  content: attr(data-mfb-label);
  right: 70px; }

.mfb-component--br .mfb-component__list [data-mfb-label]:after, .mfb-component--tr .mfb-component__list [data-mfb-label]:after {
  content: attr(data-mfb-label);
  right: 70px; }

.mfb-component--tl [data-mfb-label]:after, .mfb-component--bl [data-mfb-label]:after {
  content: attr(data-mfb-label);
  left: 70px; }

.mfb-component--tl .mfb-component__list [data-mfb-label]:after, .mfb-component--bl .mfb-component__list [data-mfb-label]:after {
  content: attr(data-mfb-label);
  left: 70px; }

/*------------------------------------*\
    #DEVELOPMENT | In development
\*------------------------------------*/
/**
 * This part is where unfinished code should stay.
 * When a feature is ready(sh) move these styles to their proper place.
 */
/*------------------------------------*\
    #DEVELOPMENT | Debuggers
\*------------------------------------*/
/**
 * These are mainly helpers for development. They do not have to end up
 * in production but it's handy to keep them when developing.
 */
/**
 * Apply this class to the html tag when developing the slide-in button
 */

.sticky-table {
  position: relative;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.sticky-table .sticky-table-corner {
  z-index: 4;
}
.sticky-table .sticky-table-header {
  z-index: 3;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.sticky-table .sticky-table-column {
  min-height: 100%;
}
.sticky-table .sticky-table-column,
.sticky-table .sticky-table-header,
.sticky-table .sticky-table-corner,
.sticky-table .sticky-table-x-wrapper {
  display: inline-block;
  vertical-align: top;
}
.sticky-table .sticky-table-column.hidden,
.sticky-table .sticky-table-header.hidden,
.sticky-table .sticky-table-corner.hidden {
  display: none;
}
.sticky-table .sticky-table-y-wrapper,
.sticky-table .sticky-table-header-wrapper {
  white-space: nowrap;
}
.sticky-table .sticky-table-x-wrapper,
.sticky-table .sticky-table-y-wrapper {
  z-index: 0;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.sticky-table .sticky-table-x-wrapper {
  min-height: 100%;
  width: 100%;
  overflow-x: auto;
}
.sticky-table .sticky-table-y-wrapper {
  height: 100%;
  overflow-y: auto;
  margin-right: -17px;
  padding-right: 17px;
}
.sticky-table .sticky-table-table {
  overflow: visible;
}
/*
Hack to make table paint on it's own layer.
Because of this it won't paint when the scrollbar paints.
This one was crucial for performance.
Scrolling is ~10-20x smoother.
*/
.sticky-table .sticky-table-table {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

/* Scrollbars */
.sticky-table-y-wrapper::-webkit-scrollbar,
.sticky-table-x-wrapper::-webkit-scrollbar {
  display: none;
}
.sticky-table .x-scrollbar,
.sticky-table .y-scrollbar {
  position: absolute;
  background-color: transparent;
  z-index: 5;
  overflow: auto;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.sticky-table .x-scrollbar {
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 17px;
}
.sticky-table .y-scrollbar {
  right: 0px;
  top: 0px;
  height: 100%;
  width: 17px;
}
.sticky-table .x-scrollbar div {
  height: 100%;
}
.sticky-table .y-scrollbar div {
  width: 100%;
}

/* Table component */

.sticky-table .sticky-table-table {
  display: table;
  box-sizing: border-box;
  width: 100%;
}

/* Row component */

.sticky-table .sticky-table-row {
  display: table-row;
}

/* Cell component */

.sticky-table .sticky-table-cell {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
}

/* Global roll-up of our own styles. Libraries and modules are in vendor.css */

