#dtables .dtable header{display:flex;justify-content:center}#dtables .dtable header .search{background-color:#fff;border:1px solid #dbdbdb;border-radius:4px;box-shadow:inset 0 .0625em .125em rgba(10,10,10,.05);color:#363636;height:2.5em;line-height:1.5;margin-bottom:1.5rem;max-width:100%;padding:calc(.5em - 1px) calc(.75em - 1px)}#dtables .dtable header .search:hover{border-color:#b5b5b5}#dtables .dtable header .search:active,#dtables .dtable header .search:focus{border-color:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25);outline:none}#dtables .dtable header .search::placeholder{color:rgba(54,54,54,.3)}#dtables .dtable header .search.is-fullwidth{flex-grow:1}#dtables .dtable header .search.is-left{margin-right:auto}#dtables .dtable header .search.is-right{margin-left:auto}#dtables .dtable table{background-color:initial;border-collapse:var(--dtable-borderCollapse);border-spacing:var(--dtable-borderSpacing);color:inherit}#dtables .dtable table:not(:last-child){margin-bottom:1.5rem}#dtables .dtable table td,#dtables .dtable table th{border:0 var(--dtable-borderStyle) var(--dtable-borderColor);border-bottom:var(--dtable-borderWidth) var(--dtable-borderStyle) var(--dtable-borderColor);overflow:hidden;padding:var(--dtable-padding,.5em .75em);text-overflow:ellipsis;transition:background-color .3s}#dtables .dtable table tr.is-selected a,#dtables .dtable table tr.is-selected strong{color:currentColor}#dtables .dtable table tr.is-selected td,#dtables .dtable table tr.is-selected th{background-color:var(--dtable-rowActiveBgColor);border-color:var(--dtable-rowActiveColor);color:var(--dtable-rowActiveColor)}#dtables .dtable table thead,#dtables .dtable table thead td,#dtables .dtable table thead th{background-color:var(--dtable-headBgColor);color:var(--dtable-headColor)}#dtables .dtable table thead td,#dtables .dtable table thead th{border-bottom-width:var(--dtable-headBorderWidth);border-left-width:0;border-right-width:0;border-top-width:0;font-size:var(--dtable-headFontSize,inherit);font-weight:var(--dtable-headFontWeight);text-align:var(--dtable-headTextAlign);vertical-align:var(--dtable-headVerticalAlign);white-space:var(--dtable-headWhiteSpace)}#dtables .dtable table tfoot,#dtables .dtable table tfoot td,#dtables .dtable table tfoot th{background-color:var(--dtable-footBgColor);color:var(--dtable-footColor)}#dtables .dtable table tfoot td,#dtables .dtable table tfoot th{border-bottom-width:0;border-left-width:0;border-right-width:0;border-top-width:var(--dtable-footBorderWidth);font-size:var(--dtable-footFontSize);font-weight:var(--dtable-footFontWeight);text-align:var(--dtable-footTextAlign);vertical-align:var(--dtable-footVerticalAlign);white-space:var(--dtable-footWhiteSpace)}#dtables .dtable table tfoot th.is-sortable,#dtables .dtable table thead th.is-sortable{cursor:pointer;-webkit-user-select:none;user-select:none}#dtables .dtable table tfoot th.is-sortable span,#dtables .dtable table thead th.is-sortable span{align-items:center;display:inline-flex;flex-wrap:nowrap}#dtables .dtable table tfoot th.is-sortable span i,#dtables .dtable table thead th.is-sortable span i{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-shrink:0;font-family:dTablesIcons!important;font-style:normal;font-variant:normal;font-weight:400;margin-left:.25em;opacity:.1;text-transform:none;width:1em}#dtables .dtable table tfoot th.is-sortable.is-sorted span i,#dtables .dtable table thead th.is-sortable.is-sorted span i{opacity:.6}#dtables .dtable table thead th.is-sortable.has-icon-sort-asc span i:before{content:""}#dtables .dtable table thead th.is-sortable.has-icon-sort-desc span i:before{content:""}#dtables .dtable table tfoot th.is-sortable.has-icon-sort-asc span i:before{content:""}#dtables .dtable table tfoot th.is-sortable.has-icon-sort-desc span i:before{content:""}#dtables .dtable table tbody,#dtables .dtable table tbody td,#dtables .dtable table tbody th{background-color:var(--dtable-bodyBgColor);color:var(--dtable-bodyColor)}#dtables .dtable table tbody td,#dtables .dtable table tbody th{font-size:var(--dtable-bodyFontSize,inherit);font-weight:var(--dtable-bodyFontWeight);text-align:var(--dtable-bodyTextAlign);vertical-align:var(--dtable-bodyVerticalAlign);white-space:var(--dtable-bodyWhiteSpace)}#dtables .dtable table tbody td img,#dtables .dtable table tbody th img{height:var(--dtable-imageHeight,auto);width:var(--dtable-imageWidth,auto)}#dtables .dtable table tbody tr:last-child td,#dtables .dtable table tbody tr:last-child th{border-bottom-width:0}#dtables .dtable table.is-bordered td,#dtables .dtable table.is-bordered th{border-width:var(--dtable-borderWidth)}#dtables .dtable table.is-bordered tr:last-child td,#dtables .dtable table.is-bordered tr:last-child th{border-bottom-width:var(--dtable-borderWidth)}#dtables .dtable table.is-fullwidth{width:100%}#dtables .dtable table.is-hoverable.is-striped tbody tr:not(.is-selected):hover td,#dtables .dtable table.is-hoverable.is-striped tbody tr:not(.is-selected):hover th,#dtables .dtable table.is-hoverable tbody tr:not(.is-selected):hover td,#dtables .dtable table.is-hoverable tbody tr:not(.is-selected):hover th{background-color:var(--dtable-rowHoverBgColor)}#dtables .dtable table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n) td,#dtables .dtable table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n) th{background-color:var(--dtable-evenRowHoverBgColor)}#dtables .dtable table.is-narrow td,#dtables .dtable table.is-narrow th{padding:.25em .5em}#dtables .dtable table.is-striped tbody tr:not(.is-selected):nth-child(2n) td,#dtables .dtable table.is-striped tbody tr:not(.is-selected):nth-child(2n) th{background-color:var(--dtable-evenRowBgColor)}#dtables .dtable table.has-sorting-highlighted td.is-sorted,#dtables .dtable table.has-sorting-highlighted tfoot th:hover,#dtables .dtable table.has-sorting-highlighted th.is-sorted,#dtables .dtable table.has-sorting-highlighted thead th:hover{background-color:var(--dtable-sortedColumnBgColor);color:var(--dtable-sortedColumnColor)}#dtables .dtable table.has-sorting-highlighted.is-striped tbody tr:not(.is-selected):nth-child(2n) td.is-sorted,#dtables .dtable table.has-sorting-highlighted.is-striped tbody tr:not(.is-selected):nth-child(2n) th.is-sorted{background-color:var(--dtable-sortedColumnEvenRowBgColor)}#dtables .dtable table.has-sorting-highlighted.is-hoverable.is-striped tbody tr:not(.is-selected):hover td.is-sorted,#dtables .dtable table.has-sorting-highlighted.is-hoverable.is-striped tbody tr:not(.is-selected):hover th.is-sorted,#dtables .dtable table.has-sorting-highlighted.is-hoverable tbody tr:not(.is-selected):hover td.is-sorted,#dtables .dtable table.has-sorting-highlighted.is-hoverable tbody tr:not(.is-selected):hover th.is-sorted{background-color:var(--dtable-sortedColumnRowHoverBgColor)}#dtables .dtable table.has-sorting-highlighted.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n) td.is-sorted,#dtables .dtable table.has-sorting-highlighted.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n) th.is-sorted{background-color:var(--dtable-sortedColumnEvenRowHoverBgColor)}#dtables .dtable table.no-animation tbody tr{animation:none!important}#dtables .dtable footer{display:flex;justify-content:center}#dtables .dtable footer nav{font-size:1rem;margin:-.25rem}#dtables .dtable footer nav:not(:last-child){margin-bottom:1.5rem}#dtables .dtable footer nav.is-left{margin-right:auto}#dtables .dtable footer nav.is-left ul{justify-content:flex-start;order:-1}#dtables .dtable footer nav.is-right{margin-left:auto}#dtables .dtable footer nav.is-right ul{justify-content:flex-end;order:1}#dtables .dtable footer nav.is-fullwidth{flex-grow:1}#dtables .dtable footer nav,#dtables .dtable footer nav ul{align-items:center;display:flex;flex-wrap:wrap}#dtables .dtable footer nav ul{flex-grow:1;flex-shrink:1;justify-content:center;padding:0}#dtables .dtable footer nav ul li{list-style:none}#dtables .dtable footer nav a,#dtables .dtable footer nav span{align-items:center;display:inline-flex;height:2.5em;justify-content:center;line-height:1.5;margin:.25rem;padding:calc(.5em - 1px) .5em;-webkit-user-select:none;user-select:none}#dtables .dtable footer nav span{color:#b5b5b5;pointer-events:none}#dtables .dtable footer nav a{border:1px solid #dbdbdb;border-radius:4px;color:#363636;min-width:2.5em;transition:background-color .3s}#dtables .dtable footer nav a:hover{border-color:#b5b5b5;color:#363636}#dtables .dtable footer nav a:focus{border-color:#3273dc}#dtables .dtable footer nav a:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2)}#dtables .dtable footer nav a.is-disabled{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;cursor:not-allowed;opacity:.5}#dtables .dtable footer nav a.is-current{background-color:#3273dc;border-color:#3273dc;color:#fff}#dtables .dtable footer nav>a{padding-left:.75em;padding-right:.75em;white-space:nowrap}@font-face{font-display:block;font-family:dTablesIcons;font-style:normal;font-weight:400;src:url(../fonts/dTablesIcons.ttf?dzcm4) format("truetype"),url(../fonts/dTablesIcons.woff?dzcm4) format("woff"),url(../fonts/dTablesIcons.svg?dzcm4#dTablesIcons) format("svg")}