.pollilabs-clicked{
	background:#d9aa9c !important;
}

.pollilabs-card thead{
	margin-top: -20px;
    position: fixed;

    min-width: 4200px;
    background: #edf1f5;
}
.tablesaw thead tr:first-child th{
	min-width: 150px;
}
.pollilabs-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0;
    margin-right: 20px;
    margin-top: 10px
}

.pollilabs-card-body {
    flex: 1 1 auto;
    padding: 1.5rem
}

.pollilabs-card-title {
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 15px;
    position: relative;
    font-weight: 500
}

.pollilabs-control-label {
    font-weight: 700
}

*,
::after,
::before {
    box-sizing: border-box
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

input {
    overflow: visible
}

select {
    text-transform: none
}

[type=reset],
[type=submit],
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

.pollilabs-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: 10px
}

.pollilabs-col,
.pollilabs-col-1,
.pollilabs-col-10,
.pollilabs-col-11,
.pollilabs-col-12,
.pollilabs-col-2,
.pollilabs-col-3,
.pollilabs-col-4,
.pollilabs-col-5,
.pollilabs-col-6,
.pollilabs-col-7,
.pollilabs-col-8,
.pollilabs-col-9,
.pollilabs-col-auto,
.pollilabs-col-md,
.pollilabs-col-md-1,
.pollilabs-col-md-10,
.pollilabs-col-md-11,
.pollilabs-col-md-12,
.pollilabs-col-md-2,
.pollilabs-col-md-3,
.pollilabs-col-md-4,
.pollilabs-col-md-5,
.pollilabs-col-md-6,
.pollilabs-col-md-7,
.pollilabs-col-md-8,
.pollilabs-col-md-9,
.pollilabs-col-md-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.pollilabs-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.pollilabs-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.pollilabs-col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.pollilabs-col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.pollilabs-col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.pollilabs-col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.pollilabs-col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.pollilabs-col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.pollilabs-col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.pollilabs-col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.pollilabs-col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.pollilabs-col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.pollilabs-col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.pollilabs-col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .pollilabs-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }
    .pollilabs-col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .pollilabs-col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .pollilabs-col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .pollilabs-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .pollilabs-col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .pollilabs-col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .pollilabs-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .pollilabs-col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .pollilabs-col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .pollilabs-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .pollilabs-col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .pollilabs-col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .pollilabs-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #4f5467;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #4f5467;
    background-color: #fff;
    border-color: rgba(0, 0, 0, .1);
    outline: 0;
    box-shadow: transparent
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.0625rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #4f5467;
    background-color: #fff
}

.pollilabs-col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.pollilabs-col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.pollilabs-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.form-control:focus,
.input-group>.pollilabs-select:focus {
    z-index: 3
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.pollilabs-select,
.input-group>.pollilabs-select+.form-control,
.input-group>.pollilabs-select+.pollilabs-select {
    margin-left: -1px
}

.input-group>.form-control:not(:last-child),
.input-group>.pollilabs-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.pollilabs-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4f5467;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.pollilabs-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.pollilabs-pollilabs-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.pollilabs-pollilabs-control-input:checked~.pollilabs-pollilabs-control-label::before {
    color: #fff;
    background-color: #fb9678
}

.pollilabs-pollilabs-control-input:focus~.pollilabs-pollilabs-control-label::before {
    box-shadow: 0 0 0 1px #edf1f5, transparent
}

.pollilabs-pollilabs-control-input:active~.pollilabs-pollilabs-control-label::before {
    color: #fff;
    background-color: #000
}

.pollilabs-pollilabs-control-input:disabled~.pollilabs-pollilabs-control-label {
    color: #6c757d
}

.pollilabs-pollilabs-control-input:disabled~.pollilabs-pollilabs-control-label::before {
    background-color: #e9ecef
}

.pollilabs-pollilabs-control-label {
    margin-bottom: 0
}

.pollilabs-pollilabs-control-label::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6
}

.pollilabs-pollilabs-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.pollilabs-radio .pollilabs-pollilabs-control-label::before {
    border-radius: 50%
}

.pollilabs-radio .pollilabs-pollilabs-control-input:checked~.pollilabs-pollilabs-control-label::before {
    background-color: #fb9678
}

.pollilabs-radio .pollilabs-pollilabs-control-input:checked~.pollilabs-pollilabs-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.pollilabs-radio .pollilabs-pollilabs-control-input:disabled:checked~.pollilabs-pollilabs-control-label::before {
    background-color: rgba(251, 150, 120, .5)
}

.pollilabs-select {
    display: inline-block;
    width: 100%;
    height: calc(2.0625rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #4f5467;
    vertical-align: middle;
    background: #fff str-replace(url(""), "%23") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #e9ecef;
    border-radius: .25rem;
    appearance: none
}

.pollilabs-select:focus {
    border-color: rgba(0, 0, 0, .1);
    outline: 0;
    box-shadow: transparent
}

.pollilabs-select:focus::-ms-value {
    color: #4f5467;
    background-color: #fff
}

.pollilabs-select[multiple],
.pollilabs-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.pollilabs-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.pollilabs-select::-ms-expand {
    opacity: 0
}

.m-0 {
    margin: 0!important
}

.mx-0 {
    margin-right: 0!important
}

.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mx-1 {
    margin-right: .25rem!important
}

.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mx-2 {
    margin-right: .5rem!important
}

.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mx-3 {
    margin-right: 1rem!important
}

.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mx-4 {
    margin-right: 1.5rem!important
}

.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mx-5 {
    margin-right: 3rem!important
}

.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-auto {
    margin-right: auto!important
}

.mx-auto {
    margin-left: auto!important
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mx-md-0 {
        margin-right: 0!important
    }
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mx-md-auto {
        margin-right: auto!important
    }
    .mx-md-auto {
        margin-left: auto!important
    }
}

textarea {
    resize: none
}

.form-control {
    color: #212529;
    min-height: 38px;
    display: initial
}

.form-control:disabled,
.form-control[readonly] {
    opacity: .7
}

form label {
    font-weight: 400
}

.form-group {
    margin-bottom: 25px
}

.form-horizontal label {
    margin-bottom: 0
}

.pollilabs-pollilabs-control-label::after,
.pollilabs-pollilabs-control-label::before {
    top: .15rem
}

.label {
    display: inline-block
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 1px transparent
    }
    50% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, .1)
    }
    100% {
        box-shadow: 0 0 0 15px transparent
    }
}

 a.btn:hover {color:#fff}
.btn-info {
    color: #fff;
    background-color: #03a9f3;
    border-color: #03a9f3;
}

.btn-danger {
    color: #fff;
    background-color: #e46a76;
    border-color: #e46a76;
}
.btn { cursor:pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
table {
    border-collapse: collapse;
}
.table-striped tbody tr:nth-of-type(odd) {
    background: #f8f9fa;
}


table.tablesaw {
    width: 100%;
    max-width: 100%;
    empty-cells: show;
	background:  #fff
}

.tablesaw {
    width: 100%;
    border-collapse: collapse
}

.tablesaw {
    padding: 0;
    border: 0
}

.tablesaw td,
.tablesaw th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .7em
}

.tablesaw thead tr:first-child th {
    padding-top: .9em;
    padding-bottom: .7em
}

:root {
    var-button-selected-background: #29abe2;
    var-button-checkbox-selected-background: #34a3de;
    var-button-selected-shadow: rgba(0, 75, 115, .45);
    var-button-interaction-text: #76838f;
    var-button-interaction-shadow: #4faeef
}

.tablesaw-enhanced .tablesaw-bar .btn {
    position: relative;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none!important;
    padding: 4px 8px;
    margin: 0;
    clear: both;
    color: #76838f;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    background: 0 0;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px;
    -moz-appearance: none!important;
    -webkit-font-smoothing: antialiased
}

.tablesaw-enhanced .tablesaw-bar .btn:hover {
    text-decoration: none
}

.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:hover {
    background-color: #fff;
    border-color: #62a8ea;
    outline: 0
}

.tablesaw-enhanced .tablesaw-bar .btn:focus {
    color: #62a8ea
}

.tablesaw-bar .btn:focus {
    color: #62a8ea
}

.ie-lte8 .tablesaw-bar .btn:focus,
.ie-lte8 .tablesaw-bar .btn:hover {
    color: #76838f;
    background-color: #fff;
    border-color: #aaa;
    outline: 0
}

.ie-lte8 .tablesaw-bar .btn:focus,
.ie-lte8 .tablesaw-bar .btn:hover {
    color: #76838f;
    background-color: #fff;
    border-color: #62a8ea;
    outline: 0
}

.tablesaw-bar .btn-select select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 1em;
    margin: 0;
    font-weight: inherit;
    background: 0 0;
    border: none
}

.tablesaw-bar .btn-select select {
    display: inline-block;
    color: transparent;
    filter: alpha(opacity=0);
    opacity: 0
}

.tablesaw-bar .btn select option {
    font-family: sans-serif;
    color: #000;
    background: #fff
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
    min-width: 7.25em;
    margin-bottom: 3px;
    color: #76838f;
    text-align: left;
    text-indent: 0
}

.ie-lte8 .tablesaw-bar .btn-select {
    min-width: 6.1em
}

.tablesaw-bar .btn.btn-micro,
.tablesaw-bar .btn.btn-small {
    position: relative;
    top: 0;
    display: inline-block;
    width: auto;
    height: auto
}

.tablesaw-bar .btn.btn-small {
    line-height: 20px
}

.tablesaw-enhanced .tablesaw-bar .btn-select {
    text-align: left
}

.tablesaw-bar .btn-select:after {
    position: absolute;
    display: block;
    content: " ";
    background: #f3f7f9;
    background: rgba(0, 0, 0, .1)
}

.tablesaw-bar .btn-select:after {
    top: 6px;
    right: auto;
    bottom: 0;
    left: auto;
    display: inline-block;
    width: 1.8em;
    padding: 0;
    margin: 0 5px 0;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 1;
    content: "\f0d7";
    background: 0 0;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto
}

.tablesaw-bar .btn-select.btn-micro:after,
.tablesaw-bar .btn-select.btn-small:after {
    background: 0 0;
    border-left-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tablesaw-bar .btn-select.btn-small:after {
    padding-top: 0;
    padding-right: 0;
    font-size: 16px
}

.tablesaw-advance .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 3px;
    -moz-appearance: none
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
	 margin-bottom: 20px;
    position: relative;
    display: inline-block;
    margin-left: .5em;
    font-family: "FontAwesome";
    font-size: inherit;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 1;
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.down:before {
    content: "\f0de"
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.up:before {
    content: "\f0de"
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
    content: "\f053"
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
    content: "\f054"
}

.tablesaw-advance a.tablesaw-nav-btn.disabled {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=40);
    opacity: .4
}

.tablesaw-bar {
    clear: both;
    font-family: sans-serif
}

.tablesaw-toolbar {
    float: left;
    font-size: 13px
}

.tablesaw-toolbar label {
    display: block;
    padding: .5em 0;
    margin-right: 20px;
    clear: both;
    color: #76838f;
    text-transform: uppercase
}

.tablesaw-bar .btn,
.tablesaw-enhanced .tablesaw-bar .btn {
    margin-top: .5em;
    margin-bottom: .5em
}

.tablesaw-bar .btn-select,
.tablesaw-enhanced .tablesaw-bar .btn-select {
    margin-bottom: 0
}

.tablesaw-bar .tablesaw-toolbar .btn {
    padding-left: .3em;
    margin-top: 0;
    margin-left: .4em;
    font-family: sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tablesaw-bar .tablesaw-toolbar .btn-select {
    min-width: 0
}

.tablesaw-bar .tablesaw-toolbar .btn-select:after {
    padding-top: 0
}

.tablesaw-bar .tablesaw-toolbar select {
    color: #76838f;
    text-transform: none;
    background: 0 0
}

.tablesaw-toolbar~table {
    clear: both
}

.tablesaw-toolbar .a11y-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0)
}

@media (min-width:24em) {
    .tablesaw-toolbar .a11y-sm {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: none
    }
}

.tablesaw td,
.tablesaw th {
    line-height: 1em;
    text-align: left;
    vertical-align: middle
}

.tablesaw tbody th,
.tablesaw td {
    vertical-align: middle
}

.tablesaw tbody th .btn,
.tablesaw td .btn {
    margin: 0
}

.tablesaw thead th {
    text-align: left;
    text-transform: uppercase
}

.tablesaw caption {
    margin-bottom: 0;
    line-height: 2.4;
    text-align: left;
    filter: alpha(opacity=50);
    opacity: .5
}

@media (min-width:25em) {
    .tablesaw caption {
        margin-bottom: .6em;
        line-height: 1.2
    }
}

.tablesaw-cell-label-top {
    font-weight: 300;
    text-transform: uppercase
}

.tablesaw-cell-label {
    text-transform: uppercase
}

@media (min-width:40em) {
    .tablesaw td {
        line-height: 1.5em
    }
}

.tablesaw-cell-label-top {
    font-weight: 300;
    text-transform: uppercase
}

.tablesaw-cell-label {
    text-transform: uppercase
}

@media (min-width:40em) {
    .tablesaw td {
        line-height: 1.5em
    }
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none
}

@media only all {
    .tablesaw-stack td,
    .tablesaw-stack th {
        display: block;
        text-align: left
    }
    .tablesaw-stack tr {
        display: table-row;
        clear: both
    }
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: inline-block;
        width: 30%;
        padding: 0 .6em 0 0
    }
    .tablesaw-stack td .tablesaw-cell-label-top,
    .tablesaw-stack th .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0
    }
    .tablesaw-cell-label {
        display: block
    }
    .tablesaw-stack tbody th.group {
        margin-top: -1px
    }
    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none!important
    }
}

@media (max-width:767px) {
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: none
    }
    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
        float: left;
        width: 100%;
        clear: left
    }
    .tablesaw-cell-label {
        vertical-align: top
    }
    .tablesaw-cell-content {
        display: inline-block;
        max-width: 67%
    }
    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
        display: none
    }
}

@media (min-width:768px) {
    .tablesaw-stack tr {
        display: table-row
    }
    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell
    }
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: none!important
    }
}

.tablesaw-fix-persist {
    table-layout: fixed
}

@media only all {
    .tablesaw-swipe td.tablesaw-cell-hidden,
    .tablesaw-swipe th.tablesaw-cell-hidden {
        display: none
    }
}

.btn.tablesaw-columntoggle-btn span {
    display: inline-block;
    text-indent: -9999px
}

.tablesaw-columntoggle-btnwrap {
    position: relative
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    padding: .5em
}

.tablesaw-columntoggle tbody td {
    line-height: 1.5
}

.tablesaw-columntoggle-popup {
    display: none
}

.tablesaw-columntoggle-btnwrap .btn-group {
    display: block;
}

.tablesaw-columntoggle-btnwrap .btn-group [type=checkbox]:checked,
.tablesaw-columntoggle-btnwrap .btn-group [type=checkbox]:not(:checked) {
    position: initial;
    opacity: 1;
}

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
    position: absolute;
    top: 2em;
    right: 0;
    z-index: 3;
    display: block;
    padding: .5em .8em;
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 3px
}

.tablesaw-columntoggle-popup fieldset {
    margin: 0
}

@media only all {
    .tablesaw-columntoggle td.tablesaw-priority-1,
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-1,
    .tablesaw-columntoggle th.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-3,
    .tablesaw-columntoggle th.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: none
    }
}

.tablesaw-columntoggle-btnwrap .dialog-content {
    top: 0!important;
    right: 1em;
    left: auto!important;
    width: 12em;
    max-width: 18em;
    margin: -.5em auto 0
}

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
    outline-style: none
}

@media (min-width:20em) {
    .tablesaw-columntoggle td.tablesaw-priority-1,
    .tablesaw-columntoggle th.tablesaw-priority-1 {
        display: table-cell
    }
}

@media (min-width:30em) {
    .tablesaw-columntoggle td.tablesaw-priority-2,
    .tablesaw-columntoggle th.tablesaw-priority-2 {
        display: table-cell
    }
}

@media (min-width:40em) {
    .tablesaw-columntoggle td.tablesaw-priority-3,
    .tablesaw-columntoggle th.tablesaw-priority-3 {
        display: table-cell
    }
    .tablesaw-columntoggle tbody td {
        line-height: 2
    }
}

@media (min-width:50em) {
    .tablesaw-columntoggle td.tablesaw-priority-4,
    .tablesaw-columntoggle th.tablesaw-priority-4 {
        display: table-cell
    }
}

@media (min-width:60em) {
    .tablesaw-columntoggle td.tablesaw-priority-5,
    .tablesaw-columntoggle th.tablesaw-priority-5 {
        display: table-cell
    }
}

@media (min-width:70em) {
    .tablesaw-columntoggle td.tablesaw-priority-6,
    .tablesaw-columntoggle th.tablesaw-priority-6 {
        display: table-cell
    }
}

@media only all {
    .tablesaw-columntoggle td.tablesaw-cell-hidden,
    .tablesaw-columntoggle th.tablesaw-cell-hidden {
        display: none
    }
    .tablesaw-columntoggle td.tablesaw-cell-visible,
    .tablesaw-columntoggle th.tablesaw-cell-visible {
        display: table-cell
    }
}

.tablesaw-columntoggle-popup .btn-group>label {
    display: block;
    padding: .2em 0;
    white-space: nowrap
}

.tablesaw-columntoggle-popup .btn-group>label input {
    margin-right: .8em
}

.tablesaw-sortable,
.tablesaw-sortable thead,
.tablesaw-sortable thead tr,
.tablesaw-sortable thead tr th {
    position: relative
}

.tablesaw-sortable thead tr th {
    padding-right: 1.6em;
    vertical-align: top
}

.tablesaw-sortable th.tablesaw-sortable-head,
.tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
    padding: 0
}

.tablesaw-sortable th.tablesaw-sortable-head button {
    padding-top: .9em;
    padding-right: 1.6em;
    padding-bottom: .7em;
    padding-left: .6em
}

.tablesaw-sortable .tablesaw-sortable-head button {
    position: relative;
    min-width: 100%;
    padding: 0;
    font: inherit;
    color: inherit;
    text-align: left;
    text-transform: inherit;
    background: 0 0;
    border: 0
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after,
.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    position: absolute;
    right: .5em;
    display: inline-block;
    width: 7px;
    height: 10px;
    font-family: "FontAwesome";
    font-size: inherit;
    font-style: normal;
    font-weight: 300;
    font-variant: normal;
    font-size-adjust: none;
    font-stretch: normal;
    line-height: 1;
    content: "\0020";
    -webkit-font-feature-settings: normal;
    -moz-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-kerning: auto;
    -moz-font-kerning: auto;
    font-kerning: auto;
    -webkit-font-language-override: normal;
    -moz-font-language-override: normal;
    font-language-override: normal;
    font-synthesis: weight style;
    text-rendering: auto
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after {
    content: "\f0de"
}

.tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
    content: "\f0dd"
}

.tablesaw-sortable .not-applicable:after {
    display: block;
    content: "--"
}

.tablesaw-sortable .not-applicable span {
    display: none
}

.tablesaw-advance {
	/* float: right; */
    /* margin-left: 90%; */
    right: 0;
    left: 145px;
}

.tablesaw-advance.minimap {
    margin-right: .4em
}

.tablesaw-advance-dots {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none
}

.tablesaw-advance-dots li {
    display: table-cell;
    padding: .4em .2em
}

.tablesaw-advance-dots li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #a3afb7;
    border-radius: 100%
}

.tablesaw-advance-dots-hide {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=30);
    opacity: .3
}