.fund-explorer-block {
    background-color: #fff;
    border-left: .25rem solid #17468f;
    box-shadow: 0 2px .25rem 0 rgba(50, 50, 50, .5);
    display: inline-block;
    padding: 1rem;
    text-align: left
}

.fund-explorer-block__info-title,
.fund-explorer-block__rating-description {
    font-size: .75rem;
    font-weight: 700
}

.fund-explorer-block__info-description,
.fund-explorer-block__rating-in-words {
    font-size: .75rem
}

.fund-explorer-block__info-description,
.fund-explorer-block__info-title {
    flex: 1
}

.fund-explorer-block__details {
    color: #545e6b;
    font-size: .624375rem
}

.fund-explorer-screener {
    background: url(assets/images/background_etf_funds.svg);
    padding-bottom: 3rem;
    padding-top: 3.75rem
}

.fund-explorer-screener__title {
    font-size: .6871875rem;
    font-weight: 600;
    letter-spacing: .0625rem;
    line-height: 1.3529;
    text-transform: uppercase
}

.fund-explorer-screener__heading {
    margin-bottom: 2rem
}

.fund-explorer-screener__dropdown p,
.fund-explorer-screener__heading {
    color: #fff
}

.fund-explorer-screener__dropdown .form-control {
    position: relative
}

.fund-explorer-screener__dropdown:last-child {
    border-left: 1px solid #545e6b;
    height: 5.5rem;
    left: 0
}

.fund-explorer-screener__dropdown .dropdown__button,
.fund-explorer-screener__dropdown .dropdown__item {
    font-weight: 700;
    text-transform: capitalize
}

.fund-explorer-screener__dropdown .dropdown__button {
    padding: .75rem 2.5rem .75rem 1rem
}

.fund-explorer-screener__dropdown .dropdown__button:focus {
    background-color: #fff
}

.fund-explorer-screener__dropdown .dropdown__item,
.fund-explorer-screener__dropdown .dropdown__label {
    font-size: 1.186875rem;
    letter-spacing: normal;
    line-height: 1.3529
}

@media(min-width:992px) {
    .fund-explorer-screener {
        max-height: 15.875rem
    }
    .fund-explorer-screener__dropdown {
        padding-right: 0
    }
    .fund-explorer-screener__dropdown:last-child,
    .fund-explorer-screener__dropdown:nth-last-child(2) {
        padding-right: 1rem
    }
}

@media(max-width:991.98px) {
    .fund-explorer-screener__dropdown {
        margin-bottom: 1rem
    }
    .fund-explorer-screener__title {
        margin-bottom: .75rem
    }
    .fund-explorer-screener__dropdown:last-child {
        border-left: 0
    }
}

:root {
    --header-height: 95.9844px
}

.fund-explorer-table .nav.nav-tabs {
    display: none
}

.fund-explorer-table .nav.nav-tabs.show {
    display: block
}

.fund-explorer-table .tab-content>.tab-pane {
    display: none;
    height: 0;
    visibility: hidden
}

.fund-explorer-table .tab-content>.active {
    display: block;
    height: auto;
    visibility: visible
}

.fund-explorer-table .popover-height {
    min-height: 18rem
}

.fund-explorer-table .sort-thead {
    position: relative
}

.fund-explorer-table .sort-thead:hover .sort-thead-content {
    display: block;
    position: absolute;
    top: 100%;
    visibility: visible
}

.fund-explorer-table .sort-thead-content {
    background-color: #fff;
    border: 1px solid #f1f2f3;
    border-radius: 0;
    box-shadow: 0 2px .25rem 0 rgba(50, 50, 50, .5);
    color: #323232;
    display: none;
    min-width: 7.19rem;
    padding: .62rem;
    text-align: left;
    visibility: hidden
}

.fund-explorer-table .sort-thead-content span {
    color: #323232;
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: .75rem;
    font-weight: 700
}

.fund-explorer-table .form-check {
    text-align: left
}

.fund-explorer-table .form-check-input {
    font-size: 1.125rem;
    line-height: 1
}

@media(max-width:991.98px) {
    .fund-explorer-table .form-check-input {
        margin-top: .3rem
    }
}

.fund-explorer-table .form-check-label {
    color: #323232;
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: .6871875rem;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1;
    padding-left: .25rem;
    text-transform: capitalize
}

.fund-explorer-table .form-check input[type=radio]:after {
    background-color: #fff;
    display: inline-block
}

.fund-explorer-table .form-check input[type=radio]:after,
.fund-explorer-table .form-check input[type=radio]:checked:after {
    border: 2px solid #d7d7d7;
    border-radius: 50%;
    content: "";
    height: 1rem;
    position: relative;
    transform: translate(-1px, -1px);
    visibility: visible;
    width: 1rem
}

.fund-explorer-table .form-check input[type=radio]:checked:after {
    background-color: #17468f
}

.fund-explorer-table__graph {
    justify-content: center;
    margin: 0;
    padding: .5rem 4rem 1rem
}

.fund-explorer-table__graph-tab .nav.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center
}

.fund-explorer-table__graph-tab .nav.nav-tabs .nav-link {
    padding: .5rem 0
}

.fund-explorer-table__graph-tab .tab-pane {
    display: block
}

.fund-explorer-table__graph-tab .tab-content img {
    max-width: 100%
}

@media(max-width:991.98px) {
    .fund-explorer-table__graph {
        padding: 1rem
    }
}

.fund-explorer-table__filter {
    background-color: #fff
}

.fund-explorer-table__filter.sticky {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1020
}

.fund-explorer-table__filter.sticky .fund-explorer-table__wrapper {
    padding: 1.329rem 15px
}

.fund-explorer-table__filter .dropdown-item {
    padding: 1rem 3rem 1rem 1rem
}

.fund-explorer-table__filter .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #e6e7e8
}

.fund-explorer-table__wrapper {
    padding: 1.329rem 0
}

.fund-explorer-table__table-info {
    align-items: flex-end;
    padding: 0
}

@media(max-width:991.98px) {
    .fund-explorer-table__table-info {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center
    }
}

@media(max-width:767.98px) {
    .fund-explorer-table__table-info {
        margin-bottom: 1.25rem
    }
}

.fund-explorer-table__table-filters {
    align-items: center;
    display: flex;
    justify-content: end;
    padding: 0
}

@media(max-width:991.98px) {
    .fund-explorer-table__table-filters {
        display: flex;
        flex-wrap: wrap
    }
    .fund-explorer-table__table-filters>div {
        width: 100%
    }
}

.fund-explorer-table__showing {
    font-size: .75rem;
    margin-right: 1rem
}

@media(max-width:991.98px) {
    .fund-explorer-table__showing {
        margin-bottom: .25rem
    }
}

.fund-explorer-table .dropdown__button {
    padding: 1rem 3rem 1rem 1rem
}

.fund-explorer-table__time-wrapper,
.fund-explorer-table__view-wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    width: 100%
}

@media(max-width:991.98px) {
    .fund-explorer-table__time-wrapper,
    .fund-explorer-table__view-wrapper {
        justify-content: flex-start;
        margin-bottom: .5rem
    }
    .fund-explorer-table__time-wrapper .text-util-md,
    .fund-explorer-table__view-wrapper .text-util-md {
        width: 4rem
    }
}

@media(max-width:1199.98px) {
    .fund-explorer-table__view-wrapper {
        margin-left: 3rem
    }
}

@media(max-width:991.98px) {
    .fund-explorer-table__view-wrapper {
        margin-bottom: .5rem;
        margin-left: 0;
        order: 1
    }
    .fund-explorer-table__time-wrapper {
        order: 2
    }
}

.fund-explorer-table__download-excel {
    color: #17468f;
    font-size: .75rem
}

.fund-explorer-table__view--dropdown {
    margin-left: 1rem;
    min-width: 10.66rem
}

@media(max-width:991.98px) {
    .fund-explorer-table__view--dropdown {
        flex: 1 1 auto
    }
}

.fund-explorer-table__time--dropdown {
    margin-left: 1rem
}

@media(max-width:991.98px) {
    .fund-explorer-table__time--dropdown {
        flex: 1 1 auto
    }
}

.fund-explorer-table__time--dropdown .dropdown__button {
    min-width: 10.25rem
}

.fund-explorer-table__chevron-up {
    color: #108a12;
    margin-right: .25rem
}

.fund-explorer-table__chevron-up+span {
    color: #108a12
}

.fund-explorer-table__chevron-down {
    color: #e00;
    margin-right: .25rem
}

.fund-explorer-table__chevron-down+span {
    color: #e00
}

.fund-explorer-table__divider {
    background-color: #8cb9e9
}

.fund-explorer-table__expandable-row+tr td {
    background-color: #fff;
    border-top: 0
}

.fund-explorer-table-tooltip {
    position: relative
}

.fund-explorer-table-tooltip-content {
    color: #323232
}

.fund-explorer-table table {
    font-size: .75rem;
    text-align: center
}

.fund-explorer-table table .collapse,
.fund-explorer-table table .collapsing {
    background-color: rgba(240, 243, 246, .6)
}

.fund-explorer-table th:last-child .sort-thead-content {
    left: calc(100% - 7.5rem)
}

.fund-explorer-table .sort-table-thead {
    display: flex
}

.fund-explorer-table .sort-table-thead.justify-items-center {
    justify-content: center
}

.fund-explorer-table thead {
    background-color: #545e6b;
    color: #fff
}

.fund-explorer-table thead th {
    border: 0;
    padding: .75rem;
    vertical-align: middle
}

.fund-explorer-table .floatThead {
    transition: top .3s ease-out !important
}

.fund-explorer-table th:first-child .table-thead {
    border-bottom: .1875rem solid #fff;
    color: #fff;
    padding-bottom: .125rem
}

.fund-explorer-table th:first-child .table-thead-icon {
    color: #fff
}

.fund-explorer-table .table-thead {
    align-items: center;
    border-bottom: .1875rem solid #545e6b;
    color: #fff;
    display: flex;
    padding-bottom: .125rem
}

.fund-explorer-table .table-thead-icon {
    align-items: center;
    color: #d7d7d7;
    margin-left: .2rem
}

.fund-explorer-table .table-thead .fa-sliders-v {
    font-size: .8334375rem
}

.fund-explorer-table .table-thead:focus,
.fund-explorer-table .table-thead:hover {
    border-bottom: .1875rem solid #fff;
    color: #fff;
    padding-bottom: .125rem
}

.fund-explorer-table .table-thead:focus .table-thead-icon,
.fund-explorer-table .table-thead:hover .table-thead-icon {
    color: #fff
}

.fund-explorer-table tbody tr.selected-row,
.fund-explorer-table tbody tr:hover {
    background-color: rgba(240, 243, 246, .6)
}

.fund-explorer-table tbody hr {
    margin: 0 -.75rem
}

.fund-explorer-table td {
    vertical-align: top;
    white-space: nowrap
}

.fund-explorer-table td:first-child a {
    color: #17468f;
    font-weight: 700
}

.fund-explorer-table td:nth-child(2) {
    color: #17468f
}

.fund-explorer-table .cta-link .fa-minus,
.fund-explorer-table .cta-link .fa-plus {
    color: #001e6d;
    font-size: .624375rem;
    margin-bottom: .125rem;
    margin-left: .25rem
}

.fund-explorer-table .cta-link .fa-angle-right {
    color: #001e6d;
    font-size: 1.5rem;
    margin-bottom: .25rem
}

.fund-explorer-table__view-data-container .icon-minus {
    display: none
}

.fund-explorer-table__data-link:hover {
    text-decoration: underline;
    transform: none
}

.fund-explorer-table__data-link:focus {
    box-shadow: 0 0 0 3px rgba(23, 70, 143, .5);
    outline: none
}

.fund-explorer-table__card {
    border-top: 1px solid #d7d7d7;
    font-size: .75rem;
    margin-top: 28px;
    padding-top: 1rem
}

.fund-explorer-table__card:first-child {
    margin-top: 0
}

.fund-explorer-table__card-header {
    background-color: #f0f3f6;
    color: #17468f;
    margin: 0;
    padding: 1.5rem .5rem
}

.fund-explorer-table__card-name,
.fund-explorer-table__card-ticker {
    padding: 0
}

.fund-explorer-table__card-column,
.fund-explorer-table__card-ticker {
    font-weight: 700
}

.fund-explorer-table__card-body {
    padding-top: 1rem
}

.fund-explorer-table__card-column,
.fund-explorer-table__card-data {
    padding: 0 .5rem
}

@media(max-width:1199.98px) {
    .fund-explorer-table .tab-content {
        overflow: auto
    }
    .fund-explorer-table td {
        white-space: nowrap
    }
}

.fund-explorer-table .datepicker {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    position: relative
}

.fund-explorer-table .datepicker span {
    color: #939598;
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .09rem;
    vertical-align: middle
}

.fund-explorer-table .datepicker .active-date {
    color: #323232
}

.fund-explorer-table .datepicker .active-date.active {
    font-weight: 400
}

.fund-explorer-table .datepicker-btn {
    color: #17468f;
    font-family: Open Sans, Helvetica, sans-serif;
    font-size: .75rem;
    font-weight: 600;
    padding: 0 1rem
}

.fund-explorer-table__view-data-container .cta-link.collapsed .accordion-text-hidden,
.fund-explorer-table__view-data-container .cta-link.collapsed svg {
    display: inline
}

.fund-explorer-table__view-data-container .cta-link.collapsed .accordion-text-shown {
    display: none
}

.fund-explorer-table__view-data-container .cta-link.collapsed:after {
    content: " "
}

.fund-explorer-table__view-data-container .accordion-text-hidden,
.fund-explorer-table__view-data-container svg {
    display: none
}

.fund-explorer-table__view-data-container .cta-link:after {
    content: url(assets/images/minus.svg);
    margin-left: .25rem
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .fund-explorer-table .sort-table-thead {
        display: block
    }
    .fund-explorer-table .table-thead {
        display: inline-block;
        position: relative
    }
    .fund-explorer-table .table-thead .table-thead-icon {
        display: inline-block;
        position: absolute
    }
}

.popover {
    border: 0
}

.popover .arrow {
    display: none
}

.popover-body {
    min-width: 20rem;
    padding: 0
}

.popover.show {
    margin-left: .25rem;
    margin-top: 1.25rem
}

.popover.show .popover-header {
    display: none
}

.daterangepicker {
    z-index: 0 !important
}

.daterangepicker-title {
    color: #323232;
    margin-bottom: .25rem;
    padding: .25rem 1.5rem;
    text-align: center
}

.daterangepicker thead {
    background-color: #fff;
    color: #323232
}

.daterangepicker .table-condensed td,
.daterangepicker .table-condensed th {
    color: #323232;
    padding: 1px
}

.daterangepicker .table-condensed td.today {
    background-color: #fff;
    color: #323232;
    outline: 1px solid #357ebd
}

.daterangepicker .table-condensed td.today.end-date.in-range {
    background-color: #357ebd;
    color: #fff;
    outline: 0
}

.daterangepicker .daterangepicker-cancelbtn {
    background-image: url(assets/images/close.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1.5rem;
    position: absolute;
    right: .5rem;
    top: .25rem;
    width: 1.5rem
}

/*! jQuery UI - v1.12.1 - 2021-04-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=.jqac&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.jqac .ui-helper-hidden {
    display: none
}

.jqac .ui-helper-hidden-accessible {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.jqac .ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none
}

.jqac .ui-helper-clearfix:after,
.jqac .ui-helper-clearfix:before {
    border-collapse: collapse;
    content: "";
    display: table
}

.jqac .ui-helper-clearfix:after {
    clear: both
}

.jqac .ui-helper-zfix {
    filter: Alpha(Opacity=0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.jqac .ui-front {
    z-index: 100
}

.jqac .ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.jqac .ui-icon {
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -.25em;
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    vertical-align: middle
}

.jqac .ui-widget-icon-block {
    display: block;
    left: 50%;
    margin-left: -8px
}

.jqac .ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.jqac .ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0
}

.jqac .ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0
}

.jqac .ui-menu .ui-menu {
    position: absolute
}

.jqac .ui-menu .ui-menu-item {
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0
}

.jqac .ui-menu .ui-menu-item-wrapper {
    padding: 3px 1em 3px .4em;
    position: relative
}

.jqac .ui-menu .ui-menu-divider {
    border-width: 1px 0 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 5px 0
}

.jqac .ui-menu .ui-state-active,
.jqac .ui-menu .ui-state-focus {
    margin: -1px
}

.jqac .ui-menu-icons {
    position: relative
}

.jqac .ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.jqac .ui-menu .ui-icon {
    bottom: 0;
    left: .2em;
    margin: auto 0;
    position: absolute;
    top: 0
}

.jqac .ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.jqac .ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.jqac .ui-widget .ui-widget {
    font-size: 1em
}

.jqac .ui-widget button,
.jqac .ui-widget input,
.jqac .ui-widget select,
.jqac .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.jqac .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.jqac .ui-widget-content {
    background: #fff;
    border: 1px solid #ddd;
    color: #333
}

.jqac .ui-widget-content a {
    color: #333
}

.jqac .ui-widget-header {
    background: #e9e9e9;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 700
}

.jqac .ui-widget-header a {
    color: #333
}

.jqac .ui-button,
.jqac .ui-state-default,
.jqac .ui-widget-content .ui-state-default,
.jqac .ui-widget-header .ui-state-default,
html .jqac .ui-button.ui-state-disabled:active,
html .jqac .ui-button.ui-state-disabled:hover {
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    color: #454545;
    font-weight: 400
}

.jqac .ui-button,
.jqac .ui-state-default a,
.jqac .ui-state-default a:link,
.jqac .ui-state-default a:visited,
a.jqac .ui-button,
a:link.jqac .ui-button,
a:visited.jqac .ui-button {
    color: #454545;
    text-decoration: none
}

.jqac .ui-button:focus,
.jqac .ui-button:hover,
.jqac .ui-state-focus,
.jqac .ui-state-hover,
.jqac .ui-widget-content .ui-state-focus,
.jqac .ui-widget-content .ui-state-hover,
.jqac .ui-widget-header .ui-state-focus,
.jqac .ui-widget-header .ui-state-hover {
    background: #ededed;
    border: 1px solid #ccc;
    color: #2b2b2b;
    font-weight: 400
}

.jqac .ui-state-focus a,
.jqac .ui-state-focus a:hover,
.jqac .ui-state-focus a:link,
.jqac .ui-state-focus a:visited,
.jqac .ui-state-hover a,
.jqac .ui-state-hover a:hover,
.jqac .ui-state-hover a:link,
.jqac .ui-state-hover a:visited,
a.jqac .ui-button:focus,
a.jqac .ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.jqac .ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.jqac .ui-button.ui-state-active:hover,
.jqac .ui-button:active,
.jqac .ui-state-active,
.jqac .ui-widget-content .ui-state-active,
.jqac .ui-widget-header .ui-state-active,
a.jqac .ui-button:active {
    background: #007fff;
    border: 1px solid #003eff;
    color: #fff;
    font-weight: 400
}

.jqac .ui-icon-background,
.jqac .ui-state-active .ui-icon-background {
    background-color: #fff;
    border: #003eff
}

.jqac .ui-state-active a,
.jqac .ui-state-active a:link,
.jqac .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.jqac .ui-state-highlight,
.jqac .ui-widget-content .ui-state-highlight,
.jqac .ui-widget-header .ui-state-highlight {
    background: #fffa90;
    border: 1px solid #dad55e;
    color: #777620
}

.jqac .ui-state-checked {
    background: #fffa90;
    border: 1px solid #dad55e
}

.jqac .ui-state-highlight a,
.jqac .ui-widget-content .ui-state-highlight a,
.jqac .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.jqac .ui-state-error,
.jqac .ui-widget-content .ui-state-error,
.jqac .ui-widget-header .ui-state-error {
    background: #fddfdf;
    border: 1px solid #f1a899;
    color: #5f3f3f
}

.jqac .ui-state-error a,
.jqac .ui-state-error-text,
.jqac .ui-widget-content .ui-state-error a,
.jqac .ui-widget-content .ui-state-error-text,
.jqac .ui-widget-header .ui-state-error a,
.jqac .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.jqac .ui-priority-primary,
.jqac .ui-widget-content .ui-priority-primary,
.jqac .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.jqac .ui-priority-secondary,
.jqac .ui-widget-content .ui-priority-secondary,
.jqac .ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: 400;
    opacity: .7
}

.jqac .ui-state-disabled,
.jqac .ui-widget-content .ui-state-disabled,
.jqac .ui-widget-header .ui-state-disabled {
    background-image: none;
    filter: Alpha(Opacity=35);
    opacity: .35
}

.jqac .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.jqac .ui-icon {
    height: 16px;
    width: 16px
}

.jqac .ui-icon,
.jqac .ui-widget-content .ui-icon,
.jqac .ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.jqac .ui-button:focus .ui-icon,
.jqac .ui-button:hover .ui-icon,
.jqac .ui-state-focus .ui-icon,
.jqac .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.jqac .ui-button:active .ui-icon,
.jqac .ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.jqac .ui-button .ui-state-highlight.ui-icon,
.jqac .ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.jqac .ui-state-error .ui-icon,
.jqac .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.jqac .ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.jqac .ui-icon-blank {
    background-position: 16px 16px
}

.jqac .ui-icon-caret-1-n {
    background-position: 0 0
}

.jqac .ui-icon-caret-1-ne {
    background-position: -16px 0
}

.jqac .ui-icon-caret-1-e {
    background-position: -32px 0
}

.jqac .ui-icon-caret-1-se {
    background-position: -48px 0
}

.jqac .ui-icon-caret-1-s {
    background-position: -65px 0
}

.jqac .ui-icon-caret-1-sw {
    background-position: -80px 0
}

.jqac .ui-icon-caret-1-w {
    background-position: -96px 0
}

.jqac .ui-icon-caret-1-nw {
    background-position: -112px 0
}

.jqac .ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.jqac .ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.jqac .ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.jqac .ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.jqac .ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.jqac .ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.jqac .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.jqac .ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.jqac .ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.jqac .ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.jqac .ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.jqac .ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.jqac .ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.jqac .ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.jqac .ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.jqac .ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.jqac .ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.jqac .ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.jqac .ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.jqac .ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.jqac .ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.jqac .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.jqac .ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.jqac .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.jqac .ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.jqac .ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.jqac .ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.jqac .ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.jqac .ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.jqac .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.jqac .ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.jqac .ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.jqac .ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.jqac .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.jqac .ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.jqac .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.jqac .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.jqac .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.jqac .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.jqac .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.jqac .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.jqac .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.jqac .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.jqac .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.jqac .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.jqac .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.jqac .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.jqac .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.jqac .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.jqac .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.jqac .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.jqac .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.jqac .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.jqac .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.jqac .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.jqac .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.jqac .ui-icon-arrow-4 {
    background-position: 0 -80px
}

.jqac .ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.jqac .ui-icon-extlink {
    background-position: -32px -80px
}

.jqac .ui-icon-newwin {
    background-position: -48px -80px
}

.jqac .ui-icon-refresh {
    background-position: -64px -80px
}

.jqac .ui-icon-shuffle {
    background-position: -80px -80px
}

.jqac .ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.jqac .ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.jqac .ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.jqac .ui-icon-folder-open {
    background-position: -16px -96px
}

.jqac .ui-icon-document {
    background-position: -32px -96px
}

.jqac .ui-icon-document-b {
    background-position: -48px -96px
}

.jqac .ui-icon-note {
    background-position: -64px -96px
}

.jqac .ui-icon-mail-closed {
    background-position: -80px -96px
}

.jqac .ui-icon-mail-open {
    background-position: -96px -96px
}

.jqac .ui-icon-suitcase {
    background-position: -112px -96px
}

.jqac .ui-icon-comment {
    background-position: -128px -96px
}

.jqac .ui-icon-person {
    background-position: -144px -96px
}

.jqac .ui-icon-print {
    background-position: -160px -96px
}

.jqac .ui-icon-trash {
    background-position: -176px -96px
}

.jqac .ui-icon-locked {
    background-position: -192px -96px
}

.jqac .ui-icon-unlocked {
    background-position: -208px -96px
}

.jqac .ui-icon-bookmark {
    background-position: -224px -96px
}

.jqac .ui-icon-tag {
    background-position: -240px -96px
}

.jqac .ui-icon-home {
    background-position: 0 -112px
}

.jqac .ui-icon-flag {
    background-position: -16px -112px
}

.jqac .ui-icon-calendar {
    background-position: -32px -112px
}

.jqac .ui-icon-cart {
    background-position: -48px -112px
}

.jqac .ui-icon-pencil {
    background-position: -64px -112px
}

.jqac .ui-icon-clock {
    background-position: -80px -112px
}

.jqac .ui-icon-disk {
    background-position: -96px -112px
}

.jqac .ui-icon-calculator {
    background-position: -112px -112px
}

.jqac .ui-icon-zoomin {
    background-position: -128px -112px
}

.jqac .ui-icon-zoomout {
    background-position: -144px -112px
}

.jqac .ui-icon-search {
    background-position: -160px -112px
}

.jqac .ui-icon-wrench {
    background-position: -176px -112px
}

.jqac .ui-icon-gear {
    background-position: -192px -112px
}

.jqac .ui-icon-heart {
    background-position: -208px -112px
}

.jqac .ui-icon-star {
    background-position: -224px -112px
}

.jqac .ui-icon-link {
    background-position: -240px -112px
}

.jqac .ui-icon-cancel {
    background-position: 0 -128px
}

.jqac .ui-icon-plus {
    background-position: -16px -128px
}

.jqac .ui-icon-plusthick {
    background-position: -32px -128px
}

.jqac .ui-icon-minus {
    background-position: -48px -128px
}

.jqac .ui-icon-minusthick {
    background-position: -64px -128px
}

.jqac .ui-icon-close {
    background-position: -80px -128px
}

.jqac .ui-icon-closethick {
    background-position: -96px -128px
}

.jqac .ui-icon-key {
    background-position: -112px -128px
}

.jqac .ui-icon-lightbulb {
    background-position: -128px -128px
}

.jqac .ui-icon-scissors {
    background-position: -144px -128px
}

.jqac .ui-icon-clipboard {
    background-position: -160px -128px
}

.jqac .ui-icon-copy {
    background-position: -176px -128px
}

.jqac .ui-icon-contact {
    background-position: -192px -128px
}

.jqac .ui-icon-image {
    background-position: -208px -128px
}

.jqac .ui-icon-video {
    background-position: -224px -128px
}

.jqac .ui-icon-script {
    background-position: -240px -128px
}

.jqac .ui-icon-alert {
    background-position: 0 -144px
}

.jqac .ui-icon-info {
    background-position: -16px -144px
}

.jqac .ui-icon-notice {
    background-position: -32px -144px
}

.jqac .ui-icon-help {
    background-position: -48px -144px
}

.jqac .ui-icon-check {
    background-position: -64px -144px
}

.jqac .ui-icon-bullet {
    background-position: -80px -144px
}

.jqac .ui-icon-radio-on {
    background-position: -96px -144px
}

.jqac .ui-icon-radio-off {
    background-position: -112px -144px
}

.jqac .ui-icon-pin-w {
    background-position: -128px -144px
}

.jqac .ui-icon-pin-s {
    background-position: -144px -144px
}

.jqac .ui-icon-play {
    background-position: 0 -160px
}

.jqac .ui-icon-pause {
    background-position: -16px -160px
}

.jqac .ui-icon-seek-next {
    background-position: -32px -160px
}

.jqac .ui-icon-seek-prev {
    background-position: -48px -160px
}

.jqac .ui-icon-seek-end {
    background-position: -64px -160px
}

.jqac .ui-icon-seek-first,
.jqac .ui-icon-seek-start {
    background-position: -80px -160px
}

.jqac .ui-icon-stop {
    background-position: -96px -160px
}

.jqac .ui-icon-eject {
    background-position: -112px -160px
}

.jqac .ui-icon-volume-off {
    background-position: -128px -160px
}

.jqac .ui-icon-volume-on {
    background-position: -144px -160px
}

.jqac .ui-icon-power {
    background-position: 0 -176px
}

.jqac .ui-icon-signal-diag {
    background-position: -16px -176px
}

.jqac .ui-icon-signal {
    background-position: -32px -176px
}

.jqac .ui-icon-battery-0 {
    background-position: -48px -176px
}

.jqac .ui-icon-battery-1 {
    background-position: -64px -176px
}

.jqac .ui-icon-battery-2 {
    background-position: -80px -176px
}

.jqac .ui-icon-battery-3 {
    background-position: -96px -176px
}

.jqac .ui-icon-circle-plus {
    background-position: 0 -192px
}

.jqac .ui-icon-circle-minus {
    background-position: -16px -192px
}

.jqac .ui-icon-circle-close {
    background-position: -32px -192px
}

.jqac .ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.jqac .ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.jqac .ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.jqac .ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.jqac .ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.jqac .ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.jqac .ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.jqac .ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.jqac .ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.jqac .ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.jqac .ui-icon-circle-check {
    background-position: -208px -192px
}

.jqac .ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.jqac .ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.jqac .ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.jqac .ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.jqac .ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.jqac .ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.jqac .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.jqac .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.jqac .ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.jqac .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.jqac .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.jqac .ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.jqac .ui-corner-all,
.jqac .ui-corner-left,
.jqac .ui-corner-tl,
.jqac .ui-corner-top {
    border-top-left-radius: 3px
}

.jqac .ui-corner-all,
.jqac .ui-corner-right,
.jqac .ui-corner-top,
.jqac .ui-corner-tr {
    border-top-right-radius: 3px
}

.jqac .ui-corner-all,
.jqac .ui-corner-bl,
.jqac .ui-corner-bottom,
.jqac .ui-corner-left {
    border-bottom-left-radius: 3px
}

.jqac .ui-corner-all,
.jqac .ui-corner-bottom,
.jqac .ui-corner-br,
.jqac .ui-corner-right {
    border-bottom-right-radius: 3px
}

.jqac .ui-widget-overlay {
    background: #aaa;
    filter: Alpha(Opacity=30);
    opacity: .3
}

.jqac .ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

.daterangepicker {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: inherit;
    display: none;
    font-family: arial;
    font-size: 15px;
    left: 20px;
    line-height: 1em;
    margin-top: 7px;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 100px;
    width: 278px;
    z-index: 3001
}

.daterangepicker:after,
.daterangepicker:before {
    border-bottom-color: rgba(0, 0, 0, .2);
    content: "";
    display: inline-block;
    position: absolute
}

.daterangepicker:before {
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    top: -7px
}

.daterangepicker:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: -6px
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    width: 0
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.drop-up {
    margin-top: -7px
}

.daterangepicker.drop-up:before {
    border-bottom: initial;
    border-top: 7px solid #ccc;
    bottom: -7px;
    top: auto
}

.daterangepicker.drop-up:after {
    border-bottom: initial;
    border-top: 6px solid #fff;
    bottom: -6px;
    top: auto
}

.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
    float: none
}

.daterangepicker.single .drp-selected {
    display: none
}

.daterangepicker.show-calendar .drp-buttons,
.daterangepicker.show-calendar .drp-calendar {
    display: block
}

.daterangepicker.auto-apply .drp-buttons {
    display: none
}

.daterangepicker .drp-calendar {
    display: none;
    max-width: 270px
}

.daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px
}

.daterangepicker .drp-calendar.right {
    padding: 8px
}

.daterangepicker .drp-calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border: solid #000;
    border-radius: 0;
    border-width: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    padding: 3px
}

.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    min-width: 32px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 32px
}

.daterangepicker .calendar-table {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px
}

.daterangepicker .calendar-table table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    width: 100%
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
    color: #ccc;
    font-size: 80%
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    border-radius: 0;
    color: #000
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    cursor: default;
    font-size: 12px;
    height: auto;
    margin: 0;
    padding: 1px
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    background: #eee;
    border: 1px solid #eee;
    font-size: 12px;
    margin: 0 auto;
    outline: 0;
    padding: 2px;
    width: 50px
}

.daterangepicker .calendar-time {
    line-height: 30px;
    margin: 4px auto 0;
    position: relative;
    text-align: center
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #ddd;
    clear: both;
    display: none;
    line-height: 12px;
    padding: 8px;
    text-align: right;
    vertical-align: middle
}

.daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px
}

.daterangepicker .drp-buttons .btn {
    font-size: 12px;
    font-weight: 700;
    margin-left: 8px;
    padding: 4px 8px
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
    border-right: 1px solid #ddd
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 1px solid #ddd
}

.daterangepicker .ranges {
    float: none;
    margin: 0;
    text-align: left
}

.daterangepicker.show-calendar .ranges {
    margin-top: 8px
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.daterangepicker .ranges li {
    cursor: pointer;
    font-size: 12px;
    padding: 8px 12px
}

.daterangepicker .ranges li:hover {
    background-color: #eee
}

.daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff
}

@media(min-width:564px) {
    .daterangepicker {
        width: auto
    }
    .daterangepicker .ranges ul {
        width: 140px
    }
    .daterangepicker.single .ranges ul {
        width: 100%
    }
    .daterangepicker.single .drp-calendar.left {
        clear: none
    }
    .daterangepicker.single .drp-calendar,
    .daterangepicker.single .ranges {
        float: left
    }
    .daterangepicker {
        direction: ltr;
        text-align: left
    }
    .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        border-bottom-right-radius: 0;
        border-right: none;
        border-top-right-radius: 0
    }
    .daterangepicker .drp-calendar.right {
        margin-left: 0
    }
    .daterangepicker .drp-calendar.right .calendar-table {
        border-bottom-left-radius: 0;
        border-left: none;
        border-top-left-radius: 0
    }
    .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px
    }
    .daterangepicker .drp-calendar,
    .daterangepicker .ranges {
        float: left
    }
}

@media(min-width:730px) {
    .daterangepicker .ranges {
        float: left;
        width: auto
    }
    .daterangepicker.rtl .ranges {
        float: right
    }
    .daterangepicker .drp-calendar.left {
        clear: none !important
    }
}

.fund-explorer-screener {
    background: url(/globalassets/home/us/vaneck-funds/hero-bg.svg);
    background-color: #001e6d;
    background-size: cover
}

.fund-explorer-screener.promo {
    max-height: none
}

.fund-explorer-screener__title {
    color: #fff
}

.fund-explorer-screener__promo {
    display: none;
    margin-bottom: 1rem;
    padding: 0 1rem
}

@media(min-width:1200px) {
    .fund-explorer-screener__promo {
        display: block
    }
}

.fund-explorer-screener__promo-container {
    grid-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.fund-explorer-screener__promo-card {
    background-color: #fff;
    background-image: url(/globalassets/home/us/common/abstract-background.png);
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #323232;
    cursor: pointer;
    padding: 1.5rem;
    transition: .3s
}

.fund-explorer-screener__promo-card:hover {
    background-position: 100%;
    text-decoration: none
}

.fund-explorer-screener__promo-card h5 {
    font-size: 1.5rem;
    margin-bottom: 0
}

.fund-explorer-screener__promo-card p {
    font-size: .75rem;
    font-weight: 700
}

.find-an-etf__select-block {
    background-color: #001e6d;
    background-image: url(/globalassets/home/us/common/find-an-etf-main-background.svg);
    background-position: 35% 96%;
    color: #fff;
    padding: 1.5rem
}

.find-an-etf__content {
    background-image: url(/globalassets/home/us/common/find-an-etf-content-background.svg);
    background-position: 23% 0
}

.dropdown-checkbox__menu .custom-control-input:checked~.custom-control-label:after {
    background-image: url(/globalassets/home/us/common/checkbox-selected.svg);
    background-size: cover
}

.daterangepicker .daterangepicker-cancelbtn {
    background-image: url(/globalassets/home/us/common/close.svg)
}

.fund-explorer-table__table-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.dropdown-menu.show {
    z-index: 12000
}

.fund-explorer-table .sticky-wrap {
    position: sticky;
    top: -.0156px;
    top: calc(var(--header-height) - 96px)
}

@media(max-width:991px) {
    .fund-explorer-table .sticky-wrap {
        top: calc(-.0156px - var(--alert-bars-height));
        top: calc(var(--header-height) - var(--alert-bars-height) - 96px)
    }
}

.fund-explorer-table .sticky-wrap.overlap {
    z-index: 900
}

.fund-explorer-table .sticky-wrap.at-footer {
    z-index: 1049 !important
}

.fund-explorer-table .sticky-wrap.expanded-header.on-top {
    top: 24.9844px;
    top: calc(var(--header-height) - 71px)
}

@media(max-width:1199.98px) {
    .fund-explorer-table .sticky-wrap.overlapped {
        z-index: 1049
    }
}

.fund-explorer-table .sticky-wrap.on-top {
    z-index: 1050
}

.fund-explorer-table .sticky-wrap.hidden {
    z-index: 990
}

.fund-explorer-table .fund-listing-table img.download-icon {
    height: 1.25rem
}

.fund-explorer-table__filter.sticky {
    padding: 0;
    position: relative;
    z-index: 1050
}

#viewport-wide-spinner {
    z-index: 12500
}

.fund-explorer-table__view-data-container .cta-link:after {
    content: url(/globalassets/home/us/common/minus.svg)
}

#dropSectionAssetClass {
    display: block
}

#dropSectionFunds,
#dropSectionShareClasses,
.active-mf #dropSectionAssetClass {
    display: none
}

.active-mf #dropSectionFunds,
.active-mf #dropSectionShareClasses {
    display: block
}

#time,
.active-mf #table-type .dropdown-item.etf-item {
    display: none
}

.active-time #time {
    display: flex
}

.top-clear-filter-btn {
    color: #fff;
    cursor: pointer;
    font-size: .75rem
}

.top-clear-filter-btn:hover {
    text-decoration: underline
}

.fund-explorer-table__wrapper {
    justify-content: space-between
}

.fund-explorer-table__showing {
    color: #fff;
    margin-right: .5rem
}

@media(min-width:992px) {
    #dropSectionAssetClass {
        padding-right: 1rem
    }
}

@media (-ms-high-contrast:none),
all and (-ms-high-contrast:active) {
    .fund-explorer-table .sort-table-thead {
        text-align: left
    }
    .fund-explorer-table .sort-table-thead.align-items-center>.table-thead,
    .fund-explorer-table .sort-table-thead.justify-content-center {
        text-align: center
    }
    .fund-explorer-table .sort-table-thead.justify-content-right {
        text-align: right
    }
}

.fund-explorer-table th:first-child .table-thead {
    border-bottom: .1875rem solid #545e6b
}

.fund-explorer-table th.underlined .table-thead {
    border-bottom: .1875rem solid #fff
}

.fund-explorer-table th.sortable {
    cursor: pointer
}

ul.ui-autocomplete-tickers {
    background: #fff;
    padding-left: 0;
    position: absolute !important;
    z-index: 5
}

ul.ui-autocomplete-tickers li {
    cursor: pointer;
    padding: .75rem
}

ul.ui-autocomplete-tickers .ui-state-highlight {
    color: #001e6d;
    font-weight: 700
}

ul.ui-autocomplete-tickers .dropdown-item:focus .ui-state-highlight,
ul.ui-autocomplete-tickers .dropdown-item:hover .ui-state-highlight {
    color: gray;
    font-weight: 700
}

ul.ui-autocomplete-tickers .ui-menu-item-wrapper {
    overflow: hidden;
    text-overflow: ellipsis
}

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

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

.jqac .input-group-append {
    display: flex;
    margin-left: -1px
}

.jqac .input-group-text {
    align-items: center;
    border-radius: .25rem;
    color: #495057;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.jqac .form-control+.input-group-append>.btn,
.jqac .form-control+.input-group-append>.input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

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

.jqac .form-control.disabled,
.jqac .form-control:disabled,
button.dropdown__button.disabled {
    background-color: #fff;
    border: 1px solid #fff;
    opacity: .65
}

.jqac button.btn.btn-white.btn-small {
    border: 1px solid #fff;
    padding: .5rem
}

.jqac button.btn.btn-white.btn-small:focus,
.jqac button.btn.btn-white.btn-small:hover {
    background-color: #17468f
}

.no-results .fund-explorer-table thead {
    background: #f0f3f6
}

.no-results .fund-explorer-table .table-thead,
.no-results .fund-explorer-table th:first-child .table-thead {
    color: #323232
}

.no-results .fund-explorer-table th .table-thead,
.no-results .fund-explorer-table th.underlined .table-thead,
.no-results .fund-explorer-table th:first-child .table-thead {
    border: none
}

.no-results-row {
    display: none
}

.no-results .no-results-row {
    border-bottom: 1px solid #e6e7e8;
    cursor: pointer;
    display: block;
    font-size: .75rem;
    margin-bottom: 1rem;
    padding: 0 .75rem .75rem
}

.no-results .fund-explorer-table #overview tbody {
    display: none
}

body.no-results .floatThead-container {
    position: static !important;
    transform: none !important
}

.bottom-clear-filter-btn {
    color: #17468f;
    margin-left: 1rem
}

a.premium-discount-quarter,
a.price-period {
    cursor: pointer
}

.fund-explorer-table__graph-tab .tab-pane.active {
    max-width: calc(100vw - 30px)
}

.ui-helper-hidden-accessible {
    display: none
}

.expandable-download-link {
    position: absolute;
    right: 45px;
    top: 25px
}

.expandable-layout-body {
    position: relative
}

span.more-info-icon-svg {
    margin-left: 4px
}

#dropSectionFunds hr.fd-separator {
    display: none
}

#dropSectionFunds .border-right {
    border-right: 0 !important
}

@media(min-width:990px) {
    #dropSectionFunds .dropdown-checkbox.show .dropdown-checkbox-menu {
        display: flex !important;
        flex-flow: column wrap;
        height: 380px !important;
        justify-content: flex-start;
        width: 960px !important
    }
    #dropSectionFunds .border-right {
        border-right: 1px solid #e6e7e8 !important
    }
    #dropSectionFunds .dropdown-checkbox.rows-view .dropdown-checkbox__menu>.row {
        max-width: 280px
    }
    hr.fd-separator {
        display: block !important;
        margin: 0 !important;
        width: 270px
    }
}

.page-class-mf-performance-list .fund-explorer-table td {
    white-space: normal
}

.page-class-mf-performance-list table.fund-listing-table tbody tr.table-title+tr td {
    border-top: 0
}

.page-class-mf-performance-list table.fund-listing-table tbody tr.table-title td {
    padding-bottom: 0
}

.page-class-mf-performance-list .fund-explorer-table tbody tr.table-title:hover {
    background-color: initial
}

.page-class-mf-performance-list .fund-explorer-table thead th {
    white-space: nowrap
}

.page-class-mf-performance-list .fund-explorer-table__download-excel {
    color: #323232;
    margin-bottom: 0
}

.page-class-mf-performance-list .fund-explorer-table__view--dropdown {
    min-width: 13.66rem
}

.page-class-mf-performance-list .dropdown .dropdown-menu a:hover {
    text-decoration: none
}

.page-class-mf-performance-list .fund-explorer-table__showing {
    color: #323232
}

.fund-explorer-table th:first-child .table-thead,
.fund-explorer-table th:hover .table-thead {
    border: none
}

.fund-explorer-table.table-small {
    max-width: 960px
}

.fund-chart.prices-and-nav .expandable-download-link {
    position: relative;
    right: 15px;
    text-align: right;
    top: -18px
}

@media(max-width:992px) {
    .fund-chart.prices-and-nav .expandable-download-link {
        margin-top: 5px;
        position: inherit;
        right: 0;
        text-align: center;
        top: 0
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .fund-explorer-table .sort-table-thead {
        text-align: left
    }
    .fund-explorer-table .sort-table-thead.justify-content-center {
        text-align: center
    }
}

.fund-explorer-table__time--dropdown .dropdown.show .dropdown__button,
.fund-explorer-table__time--dropdown .dropdown__button,
.fund-explorer-table__view--dropdown .dropdown.show .dropdown__button,
.fund-explorer-table__view--dropdown .dropdown__button {
    border: 1.5px solid #535d66
}

.fund-explorer-table__time--dropdown .dropdown-menu,
.fund-explorer-table__view--dropdown .dropdown-menu {
    border-top: 1px solid #939598;
    max-width: 100%
}

.dropdown-checkbox.show .dropdown-checkbox-button.btn {
    border: 1px solid #939698
}

.dropdown__menu.show[x-placement=top-start]~.dropdown__button {
    border-radius: 0 0 .3125rem .3125rem
}

.dropdown .dropdown__menu.show[x-placement=top-start] {
    border-radius: .3125rem .3125rem 0 0
}

@media(max-width:991.98px) {
    .dropdown-checkbox-button {
        border: 1px solid #e6e7e8
    }
    .dropdown-checkbox.show .dropdown-checkbox-menu {
        border: 1px solid #939698
    }
}

.fund-explorer-table.default-content-table tbody tr td {
    text-align: left;
    white-space: unset
}

/*# sourceMappingURL=us-fund-explorer.css.map*/