﻿@import"https://fonts.googleapis.com/css?family=Roboto:300,400,500,700";

html .selector-wrapper div {
    display: flex
}

html .selector-wrapper {
    flex-grow: 1;
    position: relative;
    display: block !important;
    background-color: #fff
}

html .selector-wrapper.multi-select .selector-input .selector-values .selected-item {
    background-color: #ddd;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 4px 3px
}

html .selector-wrapper.multi-select .selector-input .selector-values .selected-item .selected-item-icon {
    color: #666;
    padding-right: 4px
}

html .selector-wrapper.multi-select .selector-input .selector-values .selected-item .selected-item-icon:hover {
    color: #000;
    cursor: pointer
}

html .selector-wrapper.multi-select .selector-input .selector-values .selected-item:not(:first-child) {
    margin-left: 8px
}

html .selector-wrapper .selector-input .selector-values {
    flex-grow: 1;
    align-items: center;
    outline: none;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    padding-left: 8px;
    cursor: default
}

html .selector-wrapper .selector-input .selector-values .selected-item .selected-item-text {
    white-space: nowrap
}

html .selector-wrapper .selector-input input {
    flex-grow: 1;
    outline: none;
    border: 1px solid #333;
    padding-left: 8px;
    cursor: default
}

html .selector-wrapper .selector-input .selector-button {
    width: 25px;
    color: #fff;
    background-color: #248dc1;
    box-sizing: border-box;
    display: flex !important;
    justify-content: center;
    height: 30px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333
}

html .selector-wrapper .selector-input .selector-button:before {
    padding-top: 5px
}

html .selector-wrapper .selector-options {
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    width: calc(100% - 25px);
    z-index: 1000;
    max-height: 300px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000
}

html .selector-wrapper .selector-options .selector-searchbar-wrap {
    flex-grow: 1;
    min-height: 36px;
    align-items: center
}

html .selector-wrapper .selector-options .selector-searchbar-wrap .selector-searchbar {
    box-sizing: border-box;
    height: 30px;
    margin: 3px 0px 2px 3px;
    padding: 3px 2px;
    flex-grow: 1;
    border-style: solid;
    border-right: none;
    border-width: 1px;
    border-color: #999
}

html .selector-wrapper .selector-options .selector-searchbar-wrap .selector-searchbar-icon {
    height: 20px;
    flex-grow: 0;
    color: #666;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 8px 3px 0px 3px;
    margin-right: 3px
}

html .selector-wrapper .selector-options ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: auto
}

html .selector-wrapper .selector-options ul li {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    cursor: pointer
}

html .selector-wrapper .selector-options ul li:hover {
    background-color: #0b334c
}

html .selector-wrapper .selector-options ul li:hover a {
    color: #fff !important
}

html .selector-wrapper .selector-options ul li.selected {
    background-color: #fff !important;
    cursor: default !important
}

html .selector-wrapper .selector-options ul li.selected a {
    color: #ddd !important
}

html .selector-wrapper .selector-options .selector-highlight {
    background-color: #5fc6f2
}

html .splitpane>.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 10px;
    min-width: 10px;
    flex-shrink: 0;
    flex-grow: 0
}

html .splitpane.split-vertical>.gutter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=");
    cursor: row-resize
}

html .splitpane.split-horizontal {
    display: flex
}

html .splitpane.split-horizontal>.gutter {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==");
    cursor: col-resize
}

html {
    box-sizing: border-box
}

[class*=col-],
[class*=col-]::after,
[class*=col-]::before {
    box-sizing: border-box
}

@font-face {
    font-family: "icomoon";
    src: url("../../css/icomoon/fonts/icomoon.eot?ljiesv");
    src: url("../../css/icomoon/fonts/icomoon.eot?ljiesv#iefix") format("embedded-opentype"), url("../../css/icomoon/fonts/icomoon.ttf?ljiesv") format("truetype"), url("../../css/icomoon/fonts/icomoon.woff?ljiesv") format("woff"), url("../../css/icomoon/fonts/icomoon.svg?ljiesv#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

.iconish,
body.legacy_tables .tableContainer .previous_pagination_icon:before,
body.legacy_tables .tableContainer .paginate_disabled_previous:before,
body.legacy_tables .tableContainer .paginate_enabled_previous:before,
div.legacy_table_view .tableContainer .previous_pagination_icon:before,
div.legacy_table_view .tableContainer .paginate_disabled_previous:before,
div.legacy_table_view .tableContainer .paginate_enabled_previous:before,
body.legacy_tables .tableContainer .next_pagination_icon:before,
body.legacy_tables .tableContainer .paginate_disabled_next:before,
body.legacy_tables .tableContainer .paginate_enabled_next:before,
div.legacy_table_view .tableContainer .next_pagination_icon:before,
div.legacy_table_view .tableContainer .paginate_disabled_next:before,
div.legacy_table_view .tableContainer .paginate_enabled_next:before,
body.legacy_tables .tableContainer table.dataTable th.sorting_desc:after,
div.legacy_table_view .tableContainer table.dataTable th.sorting_desc:after,
body.legacy_tables .tableContainer table.dataTable th.sorting_asc:after,
div.legacy_table_view .tableContainer table.dataTable th.sorting_asc:after,
body.legacy_tables .tableContainer table.dataTable th.sorting:after,
div.legacy_table_view .tableContainer table.dataTable th.sorting:after,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_next:before,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_next:before,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_previous:before,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_previous:before,
body.legacy_tables .displayTableContainer .controls .pagination .pagination_button,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_next,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_previous,
div.legacy_table_view .displayTableContainer .controls .pagination .pagination_button,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_next,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_previous,
body.legacy_tables .displayTableContainer .sortable span.icons.descending:after,
div.legacy_table_view .displayTableContainer .sortable span.icons.descending:after,
body.legacy_tables .displayTableContainer .sortable span.icons.ascending:after,
div.legacy_table_view .displayTableContainer .sortable span.icons.ascending:after,
body.legacy_tables .displayTableContainer .sortable span.icons:after,
div.legacy_table_view .displayTableContainer .sortable span.icons:after,
.displayTableContainer .controls .pagination .paginate_next:before,
.displayTableContainer .controls .pagination .paginate_previous:before,
.displayTableContainer .sortable span.icons.descending:before,
.displayTableContainer .sortable span.icons.ascending:before,
.displayTableContainer .sortable span.icons:before,
[class^=icon-],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-filter:before {
    content: ""
}

.icon-magnifying-glass:before {
    content: ""
}

.icon-torso:before {
    content: ""
}

.icon-cancel:before {
    content: ""
}

.icon-dropdown:before {
    content: ""
}

.icon-duplicate:before {
    content: ""
}

.icon-help:before {
    content: ""
}

.icon-linkedPage:before {
    content: ""
}

.icon-sharedPage:before {
    content: ""
}

.icon-viewOrder:before {
    content: ""
}

.icon-chevron-up:before {
    content: ""
}

.icon-chevron-down:before {
    content: ""
}

.icon-sort:before,
.displayTableContainer .sortable span.icons:before {
    content: ""
}

.icon-sort-desc:before,
.displayTableContainer .sortable span.icons.descending:before {
    content: ""
}

.icon-sort-asc:before,
.displayTableContainer .sortable span.icons.ascending:before {
    content: ""
}

.icon-chevron-circle-left:before,
body.legacy_tables .tableContainer .previous_pagination_icon:before,
body.legacy_tables .tableContainer .paginate_disabled_previous:before,
body.legacy_tables .tableContainer .paginate_enabled_previous:before,
div.legacy_table_view .tableContainer .previous_pagination_icon:before,
div.legacy_table_view .tableContainer .paginate_disabled_previous:before,
div.legacy_table_view .tableContainer .paginate_enabled_previous:before,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_previous:before,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_previous:before,
.displayTableContainer .controls .pagination .paginate_previous:before {
    content: ""
}

.icon-chevron-circle-right:before,
body.legacy_tables .tableContainer .next_pagination_icon:before,
body.legacy_tables .tableContainer .paginate_disabled_next:before,
body.legacy_tables .tableContainer .paginate_enabled_next:before,
div.legacy_table_view .tableContainer .next_pagination_icon:before,
div.legacy_table_view .tableContainer .paginate_disabled_next:before,
div.legacy_table_view .tableContainer .paginate_enabled_next:before,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_next:before,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_next:before,
.displayTableContainer .controls .pagination .paginate_next:before {
    content: ""
}

@font-face {
    font-family: "foundation-icons";
    src: url("../../css/foundation/icons/foundation-icons.eot");
    src: url("../../css/foundation/icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../../css/foundation/icons/foundation-icons.woff") format("woff"), url("../../css/foundation/icons/foundation-icons.ttf") format("truetype"), url("../../css/foundation/icons/foundation-icons.svg#fontcustom") format("svg");
    font-weight: normal;
    font-style: normal
}

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.filtersWrapper .filterLabel:before,
#pageLevelFilters .filterLabel:before,
#subscriptionDlg .filterLabel:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
html.qubes .view .controls div.search .search_label:before,
#userSwitchSelector .view .controls div.search .search_label:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before,
.dropdown:before {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit
}

.fi-address-book:before {
    content: ""
}

.fi-alert:before {
    content: ""
}

.fi-align-center:before {
    content: ""
}

.fi-align-justify:before {
    content: ""
}

.fi-align-left:before {
    content: ""
}

.fi-align-right:before {
    content: ""
}

.fi-anchor:before {
    content: ""
}

.fi-annotate:before {
    content: ""
}

.fi-archive:before {
    content: ""
}

.fi-arrow-down:before {
    content: ""
}

.fi-arrow-left:before {
    content: ""
}

.fi-arrow-right:before {
    content: ""
}

.fi-arrow-up:before {
    content: ""
}

.fi-arrows-compress:before {
    content: ""
}

.fi-arrows-expand:before {
    content: ""
}

.fi-arrows-in:before {
    content: ""
}

.fi-arrows-out:before {
    content: ""
}

.fi-asl:before {
    content: ""
}

.fi-asterisk:before {
    content: ""
}

.fi-at-sign:before {
    content: ""
}

.fi-background-color:before {
    content: ""
}

.fi-battery-empty:before {
    content: ""
}

.fi-battery-full:before {
    content: ""
}

.fi-battery-half:before {
    content: ""
}

.fi-bitcoin-circle:before {
    content: ""
}

.fi-bitcoin:before {
    content: ""
}

.fi-blind:before {
    content: ""
}

.fi-bluetooth:before {
    content: ""
}

.fi-bold:before {
    content: ""
}

.fi-book-bookmark:before {
    content: ""
}

.fi-book:before {
    content: ""
}

.fi-bookmark:before {
    content: ""
}

.fi-braille:before {
    content: ""
}

.fi-burst-new:before {
    content: ""
}

.fi-burst-sale:before {
    content: ""
}

.fi-burst:before {
    content: ""
}

.fi-calendar:before {
    content: ""
}

.fi-camera:before {
    content: ""
}

.fi-check:before {
    content: ""
}

.fi-checkbox:before {
    content: ""
}

.fi-clipboard-notes:before {
    content: ""
}

.fi-clipboard-pencil:before {
    content: ""
}

.fi-clipboard:before {
    content: ""
}

.fi-clock:before {
    content: ""
}

.fi-closed-caption:before {
    content: ""
}

.fi-cloud:before {
    content: ""
}

.fi-comment-minus:before {
    content: ""
}

.fi-comment-quotes:before {
    content: ""
}

.fi-comment-video:before {
    content: ""
}

.fi-comment:before {
    content: ""
}

.fi-comments:before {
    content: ""
}

.fi-compass:before {
    content: ""
}

.fi-contrast:before {
    content: ""
}

.fi-credit-card:before {
    content: ""
}

.fi-crop:before {
    content: ""
}

.fi-crown:before {
    content: ""
}

.fi-css3:before {
    content: ""
}

.fi-database:before {
    content: ""
}

.fi-die-five:before {
    content: ""
}

.fi-die-four:before {
    content: ""
}

.fi-die-one:before {
    content: ""
}

.fi-die-six:before {
    content: ""
}

.fi-die-three:before {
    content: ""
}

.fi-die-two:before {
    content: ""
}

.fi-dislike:before {
    content: ""
}

.fi-dollar-bill:before {
    content: ""
}

.fi-dollar:before {
    content: ""
}

.fi-download:before {
    content: ""
}

.fi-eject:before {
    content: ""
}

.fi-elevator:before {
    content: ""
}

.fi-euro:before {
    content: ""
}

.fi-eye:before {
    content: ""
}

.fi-fast-forward:before {
    content: ""
}

.fi-female-symbol:before {
    content: ""
}

.fi-female:before {
    content: ""
}

.fi-filter:before,
.filtersWrapper .filterLabel:before,
#pageLevelFilters .filterLabel:before,
#subscriptionDlg .filterLabel:before {
    content: ""
}

.fi-first-aid:before {
    content: ""
}

.fi-flag:before {
    content: ""
}

.fi-folder-add:before {
    content: ""
}

.fi-folder-lock:before {
    content: ""
}

.fi-folder:before {
    content: ""
}

.fi-foot:before {
    content: ""
}

.fi-foundation:before {
    content: ""
}

.fi-graph-bar:before {
    content: ""
}

.fi-graph-horizontal:before {
    content: ""
}

.fi-graph-pie:before {
    content: ""
}

.fi-graph-trend:before {
    content: ""
}

.fi-guide-dog:before {
    content: ""
}

.fi-hearing-aid:before {
    content: ""
}

.fi-heart:before {
    content: ""
}

.fi-home:before {
    content: ""
}

.fi-html5:before {
    content: ""
}

.fi-indent-less:before {
    content: ""
}

.fi-indent-more:before {
    content: ""
}

.fi-info:before {
    content: ""
}

.fi-italic:before {
    content: ""
}

.fi-key:before {
    content: ""
}

.fi-laptop:before {
    content: ""
}

.fi-layout:before {
    content: ""
}

.fi-lightbulb:before {
    content: ""
}

.fi-like:before {
    content: ""
}

.fi-link:before {
    content: ""
}

.fi-list-bullet:before {
    content: ""
}

.fi-list-number:before {
    content: ""
}

.fi-list-thumbnails:before {
    content: ""
}

.fi-list:before {
    content: ""
}

.fi-lock:before {
    content: ""
}

.fi-loop:before {
    content: ""
}

.fi-magnifying-glass:before,
html.qubes .view .controls div.search .search_label:before,
#userSwitchSelector .view .controls div.search .search_label:before {
    content: ""
}

.fi-mail:before {
    content: ""
}

.fi-male-female:before {
    content: ""
}

.fi-male-symbol:before {
    content: ""
}

.fi-male:before {
    content: ""
}

.fi-map:before {
    content: ""
}

.fi-marker:before {
    content: ""
}

.fi-megaphone:before {
    content: ""
}

.fi-microphone:before {
    content: ""
}

.fi-minus-circle:before {
    content: ""
}

.fi-minus:before {
    content: ""
}

.fi-mobile-signal:before {
    content: ""
}

.fi-mobile:before {
    content: ""
}

.fi-monitor:before {
    content: ""
}

.fi-mountains:before {
    content: ""
}

.fi-music:before {
    content: ""
}

.fi-next:before {
    content: ""
}

.fi-no-dogs:before {
    content: ""
}

.fi-no-smoking:before {
    content: ""
}

.fi-page-add:before {
    content: ""
}

.fi-page-copy:before {
    content: ""
}

.fi-page-csv:before {
    content: ""
}

.fi-page-delete:before {
    content: ""
}

.fi-page-doc:before {
    content: ""
}

.fi-page-edit:before {
    content: ""
}

.fi-page-export-csv:before {
    content: ""
}

.fi-page-export-doc:before {
    content: ""
}

.fi-page-export-pdf:before {
    content: ""
}

.fi-page-export:before {
    content: ""
}

.fi-page-filled:before {
    content: ""
}

.fi-page-multiple:before {
    content: ""
}

.fi-page-pdf:before {
    content: ""
}

.fi-page-remove:before {
    content: ""
}

.fi-page-search:before {
    content: ""
}

.fi-page:before {
    content: ""
}

.fi-paint-bucket:before {
    content: ""
}

.fi-paperclip:before {
    content: ""
}

.fi-pause:before {
    content: ""
}

.fi-paw:before {
    content: ""
}

.fi-paypal:before {
    content: ""
}

.fi-pencil:before {
    content: ""
}

.fi-photo:before {
    content: ""
}

.fi-play-circle:before {
    content: ""
}

.fi-play-video:before {
    content: ""
}

.fi-play:before {
    content: ""
}

.fi-plus:before {
    content: ""
}

.fi-pound:before {
    content: ""
}

.fi-power:before {
    content: ""
}

.fi-previous:before {
    content: ""
}

.fi-price-tag:before {
    content: ""
}

.fi-pricetag-multiple:before {
    content: ""
}

.fi-print:before {
    content: ""
}

.fi-prohibited:before {
    content: ""
}

.fi-projection-screen:before {
    content: ""
}

.fi-puzzle:before {
    content: ""
}

.fi-quote:before {
    content: ""
}

.fi-record:before {
    content: ""
}

.fi-refresh:before {
    content: ""
}

.fi-results-demographics:before {
    content: ""
}

.fi-results:before {
    content: ""
}

.fi-rewind-ten:before {
    content: ""
}

.fi-rewind:before {
    content: ""
}

.fi-rss:before {
    content: ""
}

.fi-safety-cone:before {
    content: ""
}

.fi-save:before {
    content: ""
}

.fi-share:before {
    content: ""
}

.fi-sheriff-badge:before {
    content: ""
}

.fi-shield:before {
    content: ""
}

.fi-shopping-bag:before {
    content: ""
}

.fi-shopping-cart:before {
    content: ""
}

.fi-shuffle:before {
    content: ""
}

.fi-skull:before {
    content: ""
}

.fi-social-500px:before {
    content: ""
}

.fi-social-adobe:before {
    content: ""
}

.fi-social-amazon:before {
    content: ""
}

.fi-social-android:before {
    content: ""
}

.fi-social-apple:before {
    content: ""
}

.fi-social-behance:before {
    content: ""
}

.fi-social-bing:before {
    content: ""
}

.fi-social-blogger:before {
    content: ""
}

.fi-social-delicious:before {
    content: ""
}

.fi-social-designer-news:before {
    content: ""
}

.fi-social-deviant-art:before {
    content: ""
}

.fi-social-digg:before {
    content: ""
}

.fi-social-dribbble:before {
    content: ""
}

.fi-social-drive:before {
    content: ""
}

.fi-social-dropbox:before {
    content: ""
}

.fi-social-evernote:before {
    content: ""
}

.fi-social-facebook:before {
    content: ""
}

.fi-social-flickr:before {
    content: ""
}

.fi-social-forrst:before {
    content: ""
}

.fi-social-foursquare:before {
    content: ""
}

.fi-social-game-center:before {
    content: ""
}

.fi-social-github:before {
    content: ""
}

.fi-social-google-plus:before {
    content: ""
}

.fi-social-hacker-news:before {
    content: ""
}

.fi-social-hi5:before {
    content: ""
}

.fi-social-instagram:before {
    content: ""
}

.fi-social-joomla:before {
    content: ""
}

.fi-social-lastfm:before {
    content: ""
}

.fi-social-linkedin:before {
    content: ""
}

.fi-social-medium:before {
    content: ""
}

.fi-social-myspace:before {
    content: ""
}

.fi-social-orkut:before {
    content: ""
}

.fi-social-path:before {
    content: ""
}

.fi-social-picasa:before {
    content: ""
}

.fi-social-pinterest:before {
    content: ""
}

.fi-social-rdio:before {
    content: ""
}

.fi-social-reddit:before {
    content: ""
}

.fi-social-skillshare:before {
    content: ""
}

.fi-social-skype:before {
    content: ""
}

.fi-social-smashing-mag:before {
    content: ""
}

.fi-social-snapchat:before {
    content: ""
}

.fi-social-spotify:before {
    content: ""
}

.fi-social-squidoo:before {
    content: ""
}

.fi-social-stack-overflow:before {
    content: ""
}

.fi-social-steam:before {
    content: ""
}

.fi-social-stumbleupon:before {
    content: ""
}

.fi-social-treehouse:before {
    content: ""
}

.fi-social-tumblr:before {
    content: ""
}

.fi-social-twitter:before {
    content: ""
}

.fi-social-vimeo:before {
    content: ""
}

.fi-social-windows:before {
    content: ""
}

.fi-social-xbox:before {
    content: ""
}

.fi-social-yahoo:before {
    content: ""
}

.fi-social-yelp:before {
    content: ""
}

.fi-social-youtube:before {
    content: ""
}

.fi-social-zerply:before {
    content: ""
}

.fi-social-zurb:before {
    content: ""
}

.fi-sound:before {
    content: ""
}

.fi-star:before {
    content: ""
}

.fi-stop:before {
    content: ""
}

.fi-strikethrough:before {
    content: ""
}

.fi-subscript:before {
    content: ""
}

.fi-superscript:before {
    content: ""
}

.fi-tablet-landscape:before {
    content: ""
}

.fi-tablet-portrait:before {
    content: ""
}

.fi-target-two:before {
    content: ""
}

.fi-target:before {
    content: ""
}

.fi-telephone-accessible:before {
    content: ""
}

.fi-telephone:before {
    content: ""
}

.fi-text-color:before {
    content: ""
}

.fi-thumbnails:before {
    content: ""
}

.fi-ticket:before {
    content: ""
}

.fi-torso-business:before {
    content: ""
}

.fi-torso-female:before {
    content: ""
}

.fi-torso:before {
    content: ""
}

.fi-torsos-all-female:before {
    content: ""
}

.fi-torsos-all:before {
    content: ""
}

.fi-torsos-female-male:before {
    content: ""
}

.fi-torsos-male-female:before {
    content: ""
}

.fi-torsos:before {
    content: ""
}

.fi-trash:before {
    content: ""
}

.fi-trees:before {
    content: ""
}

.fi-trophy:before {
    content: ""
}

.fi-underline:before {
    content: ""
}

.fi-universal-access:before {
    content: ""
}

.fi-unlink:before {
    content: ""
}

.fi-unlock:before {
    content: ""
}

.fi-upload-cloud:before {
    content: ""
}

.fi-upload:before {
    content: ""
}

.fi-usb:before {
    content: ""
}

.fi-video:before {
    content: ""
}

.fi-volume-none:before {
    content: ""
}

.fi-volume-strike:before {
    content: ""
}

.fi-volume:before {
    content: ""
}

.fi-web:before {
    content: ""
}

.fi-wheelchair:before {
    content: ""
}

.fi-widget:before {
    content: ""
}

.fi-wrench:before {
    content: ""
}

.fi-x-circle:before {
    content: ""
}

.fi-x:before {
    content: ""
}

.fi-yen:before {
    content: ""
}

.fi-zoom-in:before {
    content: ""
}

.fi-zoom-out:before {
    content: ""
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("../../scripts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../../scripts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../scripts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../scripts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../scripts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../scripts/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa,
html .selector-wrapper.multi-select .selector-input .selector-values .selected-item .selected-item-icon,
html .selector-wrapper .selector-input .selector-button,
html .selector-wrapper .selector-options .selector-searchbar-wrap .selector-searchbar-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
html .selector-wrapper.multi-select .selector-input .selector-values .selected-item .fa-pull-left.selected-item-icon,
html .selector-wrapper .selector-input .fa-pull-left.selector-button,
html .selector-wrapper .selector-options .selector-searchbar-wrap .fa-pull-left.selector-searchbar-icon {
    margin-right: .3em
}

.fa.fa-pull-right,
html .selector-wrapper.multi-select .selector-input .selector-values .selected-item .fa-pull-right.selected-item-icon,
html .selector-wrapper .selector-input .fa-pull-right.selector-button,
html .selector-wrapper .selector-options .selector-searchbar-wrap .fa-pull-right.selector-searchbar-icon {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left,
html .selector-wrapper.multi-select .selector-input .selector-values .selected-item .pull-left.selected-item-icon,
html .selector-wrapper .selector-input .pull-left.selector-button,
html .selector-wrapper .selector-options .selector-searchbar-wrap .pull-left.selector-searchbar-icon {
    margin-right: .3em
}

.fa.pull-right,
html .selector-wrapper.multi-select .selector-input .selector-values .selected-item .pull-right.selected-item-icon,
html .selector-wrapper .selector-input .pull-right.selector-button,
html .selector-wrapper .selector-options .selector-searchbar-wrap .pull-right.selector-searchbar-icon {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before,
html .selector-wrapper .selector-options .selector-searchbar-wrap .selector-searchbar-icon:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
html .selector-wrapper.multi-select .selector-input .selector-values .selected-item .selected-item-icon:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before,
html .selector-wrapper .selector-input .selector-button:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
button,
option {
    font-size: 100%
}

@font-face {
    font-family: "Oxygen-Light";
    src: url("../../fonts/Oxygen-Light.ttf")
}

@font-face {
    font-family: "Oxygen-Bold";
    src: url("../../fonts/Oxygen-Bold.ttf")
}

@font-face {
    font-family: "Oxygen";
    src: url("../../fonts/Oxygen-Regular.ttf")
}

.heading_typography,
#pageTitle,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oxygen", sans-serif;
    font-weight: 700;
    color: #0b334c
}

body {
    font-family: "Oxygen", sans-serif;
    font-size: 13px
}

#pageTitle {
    font-size: 24px;
    text-shadow: 1px 2px 1px rgba(255, 255, 255, .65);
    font-weight: 500
}

.view h3 {
    color: #248dc1;
    font-weight: normal
}

.tabular-typography,
body.legacy_tables .dataTables_filter input,
div.legacy_table_view .dataTables_filter input,
body.legacy_tables .tableContainer td button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer td .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer td button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer td button span.ui-button-text,
body.legacy_tables .tableContainer th button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer th .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer th button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer th button span.ui-button-text,
body.legacy_tables .tableContainer .header button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer .header .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer .header button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer .header button span.ui-button-text,
body.legacy_tables .tableContainer .footer button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer .footer .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer .footer button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer .footer button span.ui-button-text,
div.legacy_table_view .tableContainer td button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer td .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer td button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer td button span.ui-button-text,
div.legacy_table_view .tableContainer th button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer th .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer th button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer th button span.ui-button-text,
div.legacy_table_view .tableContainer .header button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer .header .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer .header button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer .header button span.ui-button-text,
div.legacy_table_view .tableContainer .footer button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer .footer .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer .footer button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer .footer button span.ui-button-text,
body.legacy_tables .tableContainer th .filter_column input,
div.legacy_table_view .tableContainer th .filter_column input,
body.legacy_tables .tableContainer table.dataTable th,
body.legacy_tables .tableContainer table.dataTable td,
div.legacy_table_view .tableContainer table.dataTable th,
div.legacy_table_view .tableContainer table.dataTable td,
body.legacy_tables .tableContainer,
div.legacy_table_view .tableContainer,
body.legacy_tables .displayTableContainer table th,
body.legacy_tables .displayTableContainer table td,
div.legacy_table_view .displayTableContainer table th,
div.legacy_table_view .displayTableContainer table td,
.displayTableContainer table th,
.displayTableContainer table td {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.5em
}

.tablular-header-typography,
body.legacy_tables .tableContainer table.dataTable th,
div.legacy_table_view .tableContainer table.dataTable th,
body.legacy_tables .displayTableContainer table th .column_label,
div.legacy_table_view .displayTableContainer table th .column_label,
.displayTableContainer table th .column_label {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
.ui-helper-hidden {
    display: none
}

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

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

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

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

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

.ui-front {
    z-index: 100
}

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

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

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

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

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

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

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

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

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    border: 1px solid #fff;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    text-align: left
}

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

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

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

.ui-menu-icons {
    position: relative
}

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

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

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

.ui-button,
body.legacy_tables .displayTableContainer button,
div.legacy_table_view .displayTableContainer button,
.displayTableContainer button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
body.legacy_tables .displayTableContainer button,
div.legacy_table_view .displayTableContainer button,
.displayTableContainer button,
.ui-button:link,
body.legacy_tables .displayTableContainer button:link,
div.legacy_table_view .displayTableContainer button:link,
.displayTableContainer button:link,
.ui-button:visited,
body.legacy_tables .displayTableContainer button:visited,
div.legacy_table_view .displayTableContainer button:visited,
.displayTableContainer button:visited,
.ui-button:hover,
body.legacy_tables .displayTableContainer button:hover,
div.legacy_table_view .displayTableContainer button:hover,
.displayTableContainer button:hover,
.ui-button:active,
body.legacy_tables .displayTableContainer button:active,
div.legacy_table_view .displayTableContainer button:active,
.displayTableContainer button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon,
.displayTableContainer button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner,
body.legacy_tables .displayTableContainer button::-moz-focus-inner,
div.legacy_table_view .displayTableContainer button::-moz-focus-inner,
.displayTableContainer button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button,
body.legacy_tables .displayTableContainer button.ui-selectmenu-button,
div.legacy_table_view .displayTableContainer button.ui-selectmenu-button,
.displayTableContainer button.ui-selectmenu-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=%23333333&bgTextureHeader=flat&bgImgOpacityHeader=75&borderColorHeader=%23333333&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=%23333333&fcContent=%23222222&iconColorContent=%23222222&bgColorDefault=%23333333&bgTextureDefault=flat&bgImgOpacityDefault=75&borderColorDefault=%23333333&fcDefault=%23fff&iconColorDefault=%23fff&bgColorHover=%23dadada&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23777777&fcHover=%23212121&iconColorHover=%23454545&bgColorActive=%23f5f5f5&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=%23dadada&fcActive=%23212121&iconColorActive=%23454545&bgColorHighlight=%23fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23fcefa1&fcHighlight=%23363636&iconColorHighlight=%23248dc1&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23dadada&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=50&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #333;
    background: #fff url("../../images/jqui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #333;
    background: #333 url("../../images/jqui/ui-bg_flat_75_333333_40x100.png") 50% 50% repeat-x;
    color: #fff;
    font-weight: normal
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,
body.legacy_tables .displayTableContainer button,
div.legacy_table_view .displayTableContainer button,
.displayTableContainer button,
.ui-widget-content .ui-state-default,
.ui-widget-content body.legacy_tables .displayTableContainer button,
body.legacy_tables .displayTableContainer .ui-widget-content button,
.ui-widget-content div.legacy_table_view .displayTableContainer button,
div.legacy_table_view .displayTableContainer .ui-widget-content button,
.ui-widget-content .displayTableContainer button,
.displayTableContainer .ui-widget-content button,
.ui-widget-header .ui-state-default,
.ui-widget-header body.legacy_tables .displayTableContainer button,
body.legacy_tables .displayTableContainer .ui-widget-header button,
.ui-widget-header div.legacy_table_view .displayTableContainer button,
div.legacy_table_view .displayTableContainer .ui-widget-header button,
.ui-widget-header .displayTableContainer button,
.displayTableContainer .ui-widget-header button,
.ui-button,
body.legacy_tables .displayTableContainer button,
div.legacy_table_view .displayTableContainer button,
.displayTableContainer button,
html .ui-button.ui-state-disabled:hover,
html .displayTableContainer button.ui-state-disabled:hover,
.displayTableContainer html button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
html .displayTableContainer button.ui-state-disabled:active,
.displayTableContainer html button.ui-state-disabled:active {
    border: 1px solid #248dc1;
    background-color: #248dc1;
    font-weight: normal;
    color: #fff
}

.ui-state-default a,
body.legacy_tables .displayTableContainer button a,
div.legacy_table_view .displayTableContainer button a,
.displayTableContainer button a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button,
body.legacy_tables .displayTableContainer button,
div.legacy_table_view .displayTableContainer button,
.displayTableContainer button {
    color: #fff;
    text-decoration: none
}

.ui-state-default a:link,
body.legacy_tables .displayTableContainer button a:link,
div.legacy_table_view .displayTableContainer button a:link,
.displayTableContainer button a:link,
.ui-state-default a:visited,
body.legacy_tables .displayTableContainer button a:visited,
div.legacy_table_view .displayTableContainer button a:visited,
.displayTableContainer button a:visited,
.ui-state-default a:link:link,
.ui-state-default a:link:visited,
.ui-state-default a:visited:link,
.ui-state-default a:visited:visited,
a.ui-button:link,
a.ui-button:visited,
a:link.ui-button:link,
a:link.ui-button:visited,
a:visited.ui-button:link,
a:visited.ui-button:visited,
.ui-button:link,
body.legacy_tables .displayTableContainer button:link,
div.legacy_table_view .displayTableContainer button:link,
.displayTableContainer button:link,
.ui-button:visited,
body.legacy_tables .displayTableContainer button:visited,
div.legacy_table_view .displayTableContainer button:visited,
.displayTableContainer button:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #dadada url("../../images/jqui/ui-bg_flat_75_dadada_40x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-hover a:hover:hover,
.ui-state-hover a:hover:link,
.ui-state-hover a:hover:visited,
.ui-state-hover a:link:hover,
.ui-state-hover a:link:link,
.ui-state-hover a:link:visited,
.ui-state-hover a:visited:hover,
.ui-state-hover a:visited:link,
.ui-state-hover a:visited:visited,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-focus a:hover:hover,
.ui-state-focus a:hover:link,
.ui-state-focus a:hover:visited,
.ui-state-focus a:link:hover,
.ui-state-focus a:link:link,
.ui-state-focus a:link:visited,
.ui-state-focus a:visited:hover,
.ui-state-focus a:visited:link,
.ui-state-focus a:visited:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-focus a {
    color: #212121;
    text-decoration: none
}

.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none
}

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

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #dadada;
    background: #f5f5f5 url("../../images/jqui/ui-bg_flat_65_f5f5f5_40x100.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

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

.ui-state-active a {
    color: #212121;
    text-decoration: none
}

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

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("../../images/jqui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636
}

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("../../images/jqui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a
}

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

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

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

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

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

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("../../images/jqui/ui-icons_222222_256x240.png")
}

.ui-widget-content .ui-icon {
    background-image: url("../../images/jqui/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("../../images/jqui/ui-icons_ffffff_256x240.png")
}

.ui-state-default .ui-icon,
body.legacy_tables .displayTableContainer button .ui-icon,
div.legacy_table_view .displayTableContainer button .ui-icon,
.displayTableContainer button .ui-icon {
    background-image: url("../../images/jqui/ui-icons_fff_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("../../images/jqui/ui-icons_454545_256x240.png")
}

.ui-state-highlight .ui-icon {
    background-image: url("../../images/jqui/ui-icons_248dc1_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../../images/jqui/ui-icons_cd0a0a_256x240.png")
}

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

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

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

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

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

.ui-icon-carat-1-s {
    background-position: -64px 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-corner-all,
.filtersWrapper button,
#pageLevelFilters button,
#subscriptionDlg button,
.displayTableContainer button,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0px
}

.ui-corner-all,
.filtersWrapper button,
#pageLevelFilters button,
#subscriptionDlg button,
.displayTableContainer button,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0px
}

.ui-corner-all,
.filtersWrapper button,
#pageLevelFilters button,
#subscriptionDlg button,
.displayTableContainer button,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0px
}

.ui-corner-all,
.filtersWrapper button,
#pageLevelFilters button,
#subscriptionDlg button,
.displayTableContainer button,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0px
}

.ui-widget-overlay {
    background: #dadada url("../../images/jqui/ui-bg_flat_0_dadada_40x100.png") 50% 50% repeat-x;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("../../images/jqui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.ui-state-default.noBorder,
body.legacy_tables .displayTableContainer button.noBorder,
div.legacy_table_view .displayTableContainer button.noBorder,
.displayTableContainer button.noBorder {
    border-color: #333 !important
}

.ui-state-hover.noBorder {
    border-color: #dadada !important
}

.ui-state-active.noBorder {
    border-color: #f5f5f5 !important
}

.ui-state-default.secondary,
body.legacy_tables .displayTableContainer button.secondary,
div.legacy_table_view .displayTableContainer button.secondary,
.displayTableContainer button.secondary {
    background: #248dc1 !important;
    border-color: #248dc1 !important
}

.ui-state-hover.secondary {
    background: #d3e8f3 !important;
    border-color: #248dc1 !important
}

.ui-state-active.secondary {
    background: #004965 !important;
    border-color: #248dc1 !important
}

.ui-icon.custom {
    background-image: none !important;
    text-indent: inherit
}

.primaryColor {
    color: #333
}

.secondaryColor {
    color: #248dc1
}

.size-16 {
    font-size: 16px
}

.size-18 {
    font-size: 18px
}

.size-20 {
    font-size: 20px
}

.size-21 {
    font-size: 21px
}

.size-24 {
    font-size: 24px
}

.size-28 {
    font-size: 28px
}

.size-32 {
    font-size: 32px
}

.menuOpt {
    color: #0b334c
}

.menuOpt:hover {
    color: #248dc1
}

html.qubes body {
    background-color: #e8e8e8;
    min-width: 1200px
}

html.qubes a {
    text-decoration: none;
    color: #0d347d
}

html.qubes a:hover {
    text-decoration: none;
    color: #aebbd3
}

html.qubes *:focus {
    outline: 0
}

html.qubes h1 {
    font-size: 24px;
    color: #666;
    letter-spacing: 120
}

html.qubes button:not(.ui-multiselect) {
    border: 1px solid #248dc1;
    background-image: none;
    background: #248dc1;
    color: #fff
}

html.qubes button:not(.ui-multiselect):hover {
    border: 1px solid #1c6e96;
    background: #1c6e96;
    color: #fff
}

html.qubes button:not(.ui-multiselect):active {
    border: 1px solid #dadada;
    background: #1c6e96;
    color: #fff
}

html.qubes button:not(.ui-multiselect) .ui-icon {
    background-image: url(../../images/jqui/ui-icons_fff_256x240.png)
}

html.qubes .ui-menu {
    text-align: left
}

html.qubes .ui-autocomplete {
    max-height: 325px;
    overflow: auto
}

html.qubes .autocomplete-label {
    font-size: .9em
}

html.qubes .smallText {
    font-size: 10px
}

html.qubes .floatLeft {
    float: left
}

html.qubes .floatRight {
    float: right
}

html.qubes .clearBoth {
    clear: both
}

html.qubes .clickbox {
    cursor: pointer
}

html.qubes .clickable {
    cursor: pointer;
    text-decoration: underline
}

html.qubes .clickableImg {
    cursor: pointer;
    text-decoration: none
}

html.qubes .alignLeft {
    text-align: left
}

html.qubes .alignRight {
    text-align: right !important
}

html.qubes .alignCenter {
    text-align: center !important
}

html.qubes .ahsMenuItem {
    display: none
}

html.qubes .alignTop {
    vertical-align: top
}

html.qubes .dataTables_wrapper .tableToolbar {
    line-height: 35px;
    padding-left: 5px;
    padding-right: 5px
}

html.qubes .topLevelMenuTabButton,
html.qubes #userMenuBtn button,
html.qubes #headerContainer #pageMenuBtn .menuTab,
html.qubes #menus .menuTab {
    border-radius: 0px;
    border: 0px !important;
    padding: 0 40px;
    margin: 0;
    vertical-align: top;
    background-color: transparent !important;
    background-image: none !important;
    color: #fff
}

html.qubes .categoryMenuContainer {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #248dc1
}

html.qubes .categoryMenuContainer input.categoryFilter {
    font-size: 12px;
    color: #666
}

html.qubes .categoryMenuContainer ._pageMenu {
    width: 90%;
    min-width: 960px;
    margin: 0 auto;
    text-align: left;
    display: block
}

html.qubes .categoryMenuContainer ._pageMenu input {
    display: inline-block;
    float: right;
    margin: 20px 0
}

html.qubes #headerContainer #pageMenuBtn .menuTab,
html.qubes #menus .menuTab {
    line-height: 50px;
    padding: 0 40px !important;
    color: #fff
}

html.qubes #headerContainer #pageMenuBtn .menuTab.active,
html.qubes #menus .menuTab.active {
    color: #fff;
    background-color: #248dc1 !important;
    background-image: none !important
}

html.qubes #headerContainer #pageMenuBtn .menuTab:not(.active):hover,
html.qubes #menus .menuTab:not(.active):hover {
    color: #fff;
    background-color: #1e749f !important;
    background-image: none !important
}

html.qubes #userMenuBtn {
    cursor: pointer;
    float: right;
    margin-top: 7px
}

html.qubes #userMenuBtn button {
    min-width: 120px;
    text-align: right
}

html.qubes #userMenuBtn button.ui-state-hover,
html.qubes #userMenuBtn button.ui-state-focus {
    background-color: transparent !important;
    background-image: none !important
}

html.qubes #userMenuBtn label {
    cursor: pointer
}

html.qubes #userMenuBtn .profileImage {
    padding-right: 3px;
    display: inline-block
}

html.qubes #userMenuBtn .profileImage img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    height: 32px;
    width: 32px
}

html.qubes #userMenuBtn .userMenuDropdown {
    display: inline-block
}

html.qubes #userMenuBtn ul {
    margin-top: 11px;
    list-style-type: none;
    text-align: left;
    position: absolute;
    z-index: 99990;
    border: 0px !important;
    background-color: #0b334c !important;
    background-image: none !important
}

html.qubes #userMenuBtn ul:hover {
    background-color: none !important
}

html.qubes #userMenuBtn ul li {
    vertical-align: top;
    display: block;
    line-height: 1.5em;
    padding: 6px 10px;
    min-width: 135px;
    cursor: pointer;
    border: none !important;
    background: none !important
}

html.qubes #userMenuBtn ul li:hover {
    border: none !important;
    background-color: #248dc1 !important;
    background-image: none !important
}

html.qubes #userMenuBtn ul li i {
    font-size: 20px;
    float: left;
    padding: 0 6px 0 0;
    margin: 0 0 0 2px
}

html.qubes #userMenuBtn ul li img {
    display: inline;
    position: relative;
    max-width: 18%;
    border: 1px solid;
    margin: 0 0 0 2px
}

html.qubes #userMenuBtn ul .usermenu-separator,
html.qubes #userMenuBtn ul .usermenu-separator.ui-state-hover,
html.qubes #userMenuBtn ul .usermenu-separator.ui-state-default,
html.qubes #userMenuBtn ul body.legacy_tables .displayTableContainer button.usermenu-separator,
body.legacy_tables .displayTableContainer html.qubes #userMenuBtn ul button.usermenu-separator,
html.qubes #userMenuBtn ul div.legacy_table_view .displayTableContainer button.usermenu-separator,
div.legacy_table_view .displayTableContainer html.qubes #userMenuBtn ul button.usermenu-separator,
html.qubes #userMenuBtn ul .displayTableContainer button.usermenu-separator,
.displayTableContainer html.qubes #userMenuBtn ul button.usermenu-separator {
    padding: 0px !important;
    cursor: default;
    height: 1px !important;
    margin: 0 1px
}

html.qubes #userMenuBtn ul hr {
    padding: 0 !important;
    line-height: 1px !important;
    height: 1px !important;
    border: none !important;
    background-color: #666
}

html.qubes #userMenuBtn button {
    padding: 0 !important
}

html.qubes .menusContainer .ui-state-default,
html.qubes .menusContainer body.legacy_tables .displayTableContainer button,
body.legacy_tables .displayTableContainer html.qubes .menusContainer button,
html.qubes .menusContainer div.legacy_table_view .displayTableContainer button,
div.legacy_table_view .displayTableContainer html.qubes .menusContainer button,
html.qubes .menusContainer .displayTableContainer button,
.displayTableContainer html.qubes .menusContainer button {
    background-color: inherit;
    background-image: inherit
}

html.qubes #dataBookSelectorDialog ._pageMenuCategory,
html.qubes .menusContainer ._pageMenuCategory,
html.qubes .horizontalMenuItem {
    text-align: center;
    display: inline-block;
    padding: 12px 18px;
    margin: 0 3px;
    color: #0b334c;
    font-weight: normal;
    vertical-align: top;
    max-width: 140px;
    cursor: pointer;
    border: 1px solid transparent !important;
    border-color: rgba(254, 254, 254, 0) !important;
    font-size: 13px;
    word-wrap: break-word
}

html.qubes #dataBookSelectorDialog .ui-buttonset {
    margin-right: 0px !important
}

html.qubes #dataBookSelectorDialog ._modalMenuCategory {
    text-align: left
}

html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer {
    width: 100%;
    box-sizing: border-box
}

html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer .ui-button,
html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer body.legacy_tables .displayTableContainer button,
body.legacy_tables .displayTableContainer html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer button,
html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer div.legacy_table_view .displayTableContainer button,
div.legacy_table_view .displayTableContainer html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer button,
html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer .displayTableContainer button,
.displayTableContainer html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer button {
    text-align: left
}

html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer .ui-button .ui-checkboxradio-icon,
html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer body.legacy_tables .displayTableContainer button .ui-checkboxradio-icon,
body.legacy_tables .displayTableContainer html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer button .ui-checkboxradio-icon,
html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer div.legacy_table_view .displayTableContainer button .ui-checkboxradio-icon,
div.legacy_table_view .displayTableContainer html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer button .ui-checkboxradio-icon,
html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer .displayTableContainer button .ui-checkboxradio-icon,
.displayTableContainer html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer button .ui-checkboxradio-icon {
    display: none
}

html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer .ui-button .menuEntryName,
html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer body.legacy_tables .displayTableContainer button .menuEntryName,
body.legacy_tables .displayTableContainer html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer button .menuEntryName,
html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer div.legacy_table_view .displayTableContainer button .menuEntryName,
div.legacy_table_view .displayTableContainer html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer button .menuEntryName,
html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer .displayTableContainer button .menuEntryName,
.displayTableContainer html.qubes #dataBookSelectorDialog ._modalMenuCategoryContainer button .menuEntryName {
    margin-left: 3px
}

html.qubes #dataBookSelectorDialog ._modalMenuCategory.ui-state-active {
    border-top-color: #333;
    border-left-color: #333;
    border-right-color: #333
}

html.qubes #dataBookSelectorDialog ._pageMenuCategory:not(.active):hover,
html.qubes .menusContainer ._pageMenuCategory:not(.active):hover {
    background-color: #30b5ee;
    color: #0b334c
}

html.qubes .categoryMenuItemsContainer .horizontalMenuItem {
    width: 110px;
    margin: 0;
    padding: 12px 16px
}

html.qubes #dataBookSelectorDialog ._pageMenuCategory i,
html.qubes .menusContainer ._pageMenuCategory i,
html.qubes .horizontalMenuItem i {
    display: block;
    font-size: 28px;
    line-height: 36px
}

html.qubes .pageMenuItemLabel:hover {
    background-image: -webkit-radial-gradient(50% 50%, ellipse, #80d2f5, #72cdf4, #5fc6f2, #5fc6f2);
    background-image: radial-gradient(ellipse at 50% 50%, #80d2f5, #72cdf4, #5fc6f2, #5fc6f2)
}

html.qubes .menusContainer ._pageMenuCategoryContainer {
    display: flex;
    flex-wrap: wrap;
    max-height: 300px;
    overflow: auto;
    margin: 0 auto;
    text-align: left;
    width: 90%
}

html.qubes #dataBookSelectorDialog ._pageMenuCategoryContainer {
    max-height: 300px;
    overflow: auto;
    margin-right: 0
}

html.qubes .menusContainer ._pageMenuCategoryContainer input[type=radio] {
    display: none
}

html.qubes .menusContainer .pageMenuItemIcon.fi-torso {
    margin-left: 2px
}

html.qubes .ui-multiselect .ui-multiselect-checkboxes {
    font-weight: bold
}

html.qubes .ui-multiselect .ui-multiselect-menu ul li label>span {
    margin-left: 5px
}

html.qubes .ui-multiselect .ui-icon {
    background-image: url("../../images/jqui/ui-icons_248dc1_256x240.png")
}

html.qubes .darkToolTip {
    background: #666;
    color: #fff;
    border: none;
    padding: 0;
    opacity: 1
}

html.qubes .ui-dialog-buttonpane {
    top: 0px !important;
    position: relative;
    z-index: 1000
}

html.qubes .darkToolTip .ui-tooltip-content {
    position: relative;
    padding: 1em 6px;
    font-size: .76em;
    color: #dedede;
    width: 140px
}

html.qubes .darkToolTip .ui-tooltip-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    display: block;
    width: 0px;
    bottom: -10px;
    left: 67px;
    border-color: #666 transparent;
    border-width: 10px 10px 0
}

html.qubes .darkToolTip .ui-tooltip-content hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: .5em 0
}

html.qubes ._mdContextMenu {
    text-align: left
}

html.qubes .m3menu {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    border: 1px solid #666
}

html.qubes .m3menu .ui-menu-item {
    padding: 6px;
    margin: 0px !important;
    border: 1px solid #fff;
    justify-content: flex-start;
    align-items: center;
    display: flex
}

html.qubes .m3menu .ui-menu-item:hover {
    background-color: #5fc6f2;
    color: #fff
}

html.qubes .m3menu .ui-menu-item:hover .ui-menu-item-wrapper {
    background: #5fc6f2 !important;
    color: #fff
}

html.qubes .m3menu .ui-menu-item .ui-menu-item-wrapper {
    padding: 0px 4px 0px 0px;
    border: none !important;
    margin: 0px
}

html.qubes .m3menu .ui-menu-category {
    padding: 4px 6px;
    background-color: #0b334c;
    color: #fff;
    font-family: "Roboto", sans-serif
}

html.qubes input[type=checkbox] {
    height: 20px;
    width: 20px
}

html.qubes .focus_inner_shadow,
html.qubes ._formBuilder .formInputs textarea:focus,
._formBuilder .formInputs html.qubes textarea:focus,
html.qubes .mdpopup .formInputs textarea:focus,
.mdpopup .formInputs html.qubes textarea:focus,
html.qubes ._formBuilder .formInputs input:focus,
._formBuilder .formInputs html.qubes input:focus,
html.qubes ._formBuilder .formInputs select:focus,
._formBuilder .formInputs html.qubes select:focus,
html.qubes .mdpopup .formInputs input:focus,
.mdpopup .formInputs html.qubes input:focus,
html.qubes .mdpopup .formInputs select:focus,
.mdpopup .formInputs html.qubes select:focus {
    box-shadow: inset 0 0 6px #ffa
}

html.qubes .ui-autocomplete .ui-state-focus {
    margin: 0 !important
}

html.qubes .spacer20px {
    height: 20px;
    min-height: 20px;
    overflow: visible;
    clear: both
}

html.qubes #leftProgress {
    float: left;
    width: 160px;
    margin-top: 60px;
    font-size: 14px
}

html.qubes #leftProgress ul {
    list-style-type: none
}

html.qubes #leftProgress h2 {
    margin: 10px 0 0 0;
    padding-left: 5px;
    height: 24px;
    line-height: 24px;
    background: url(/images/1x25_bluegradient.png) repeat-x;
    color: #fff;
    font-size: 18px
}

html.qubes .left button {
    width: 150px;
    height: 30px;
    margin: 3px 0
}

html.qubes .left h2 {
    margin: 10px 0 0 0;
    padding-left: 5px;
    height: 24px;
    line-height: 24px;
    background-color: #5987c6;
    color: #fff;
    font-size: 13px
}

html.qubes .smallWide h2 {
    margin: 10px 0 0 0;
    padding-left: 5px;
    height: 24px;
    line-height: 24px;
    background-color: #5987c6;
    color: #fff;
    font-size: 13px
}

html.qubes .colspacer {
    width: 20px;
    min-width: 20px
}

html.qubes .hoverBody {
    border: 2px solid #8eadbf;
    padding: 5px
}

html.qubes .hover-border {
    border: 2px solid #004a91
}

html.qubes .left .hover-background,
html.qubes .right .hover-background {
    background: #004a91
}

html.qubes .form {
    margin: 4px 0 0 10px;
    font-size: 16px
}

html.qubes .buttonSize {
    width: 110px;
    min-width: 110px
}

html.qubes .longButtonSize {
    width: 140px;
    min-width: 140px
}

html.qubes .errorDiv {
    border: 1px solid red;
    background-color: #ffc;
    color: #cd0a0a;
    font-size: 1.1em;
    margin-bottom: 20px
}

html.qubes .error {
    color: #cd0a0a
}

html.qubes .formError {
    color: #cd0a0a;
    margin: 10px 0
}

html.qubes .multilineError {
    float: left;
    clear: left;
    min-width: 100%
}

html.qubes .bottomBorder {
    border-bottom: 1px solid #105595;
    margin-bottom: 8px
}

html.qubes .center {
    text-align: center
}

html.qubes .promoteZ {
    z-index: 2006
}

html.qubes .label,
html.qubes .nopadlabel {
    color: #0d347d;
    font-size: 1.1em
}

html.qubes table {
    text-align: right
}

html.qubes table .label {
    padding-right: 10px
}

html.qubes .tableHeader {
    font-weight: bolder;
    font-size: 17px
}

html.qubes .optionsMenu {
    background: url(/images/16-arrow-left.png) no-repeat scroll right center;
    width: 75px
}

html.qubes .link {
    color: blue !important;
    text-decoration: underline !important
}

html.qubes .disabled {
    background-color: #ebebeb
}

html.qubes .pageTitle {
    text-align: center;
    margin: 15px 0;
    font-size: 40px
}

html.qubes .titledBorderDiv {
    width: 80%;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    padding: 5px 40px 15px
}

html.qubes .titledBorderDivTitle {
    background-color: #fff;
    float: left;
    z-index: 1000;
    margin-top: -18px;
    margin-left: 40px
}

html.qubes .dataTables_wrapper .ui-buttonset .ui-button,
html.qubes .dataTables_wrapper .ui-buttonset body.legacy_tables .displayTableContainer button,
body.legacy_tables .displayTableContainer html.qubes .dataTables_wrapper .ui-buttonset button,
html.qubes .dataTables_wrapper .ui-buttonset div.legacy_table_view .displayTableContainer button,
div.legacy_table_view .displayTableContainer html.qubes .dataTables_wrapper .ui-buttonset button,
html.qubes .dataTables_wrapper .ui-buttonset .displayTableContainer button,
.displayTableContainer html.qubes .dataTables_wrapper .ui-buttonset button {
    margin-right: .1em !important
}

html.qubes .skinnyButton {
    font-size: .9em !important
}

html.qubes .myText {
    padding: .2em .5em
}

html.qubes #secondaryBreadcrumbs button {
    font-size: .9em
}

html.qubes .white-text {
    color: #fff
}

html.qubes .ahs-lightblue {
    color: #b8d5f7
}

html.qubes .ahs-darkblue {
    color: #1c3f75
}

html.qubes #moreDiv li,
html.qubes #moreDiv label {
    width: 100%;
    white-space: nowrap;
    display: block
}

html.qubes #advFilters span.label {
    min-width: 120px;
    text-align: right;
    float: left
}

html.qubes #advFilters .buttonDiv {
    clear: both;
    margin-top: 15px;
    display: block !important
}

html.qubes .dataTables_scrollBody .dataTable {
    margin-top: -3px
}

html.qubes .dataTables_scrollFootInner .dataTable {
    margin-top: -3px
}

html.qubes .dataTables_scrollFootInner tfoot th {
    padding-top: 2px;
    padding-bottom: 2px
}

html.qubes .rowgroupings {
    text-align: left
}

html.qubes .multiviewRow {
    white-space: nowrap;
    display: flex !important;
    display: block
}

html.qubes .multiviewRow::after {
    clear: both;
    content: "";
    display: table
}

html.qubes .multiviewRow .tableContainer {
    display: inline-block;
    float: left
}

html.qubes .multiviewRow .tableContainer.col-2 {
    float: left;
    display: block;
    margin-right: 1.3544597266%;
    width: 49.3227701367%
}

html.qubes .multiviewRow .tableContainer.col-2:last-child {
    margin-right: 0
}

html.qubes .multiviewRow .tableContainer.col-3 {
    float: left;
    display: block;
    margin-right: 1.3544597266%;
    width: 32.4303601823%
}

html.qubes .multiviewRow .tableContainer.col-3:last-child {
    margin-right: 0
}

html.qubes .multiviewRow .tableContainer.col-4 {
    float: left;
    display: block;
    margin-right: 1.3544597266%;
    width: 23.984155205%
}

html.qubes .multiviewRow .tableContainer.col-4:last-child {
    margin-right: 0
}

html.qubes .tableImgDiv {
    margin-top: 7px;
    cursor: pointer
}

html.qubes .tableImgDiv img.invisibleBorder {
    border: 1px solid #fff
}

html.qubes .tableTitle {
    margin-top: 8px
}

html.qubes .sort-handle {
    min-width: 20px;
    max-width: 20px;
    width: 20px;
    background: url(/images/drag_background2.png) repeat;
    cursor: move
}

html.qubes .sorterRow td {
    padding: 5px 0;
    vertical-align: middle
}

html.qubes .sorterRow td>div,
html.qubes .sorterRow td>button {
    width: 95%
}

html.qubes .summarizationRow .ui-autocomplete-input {
    max-width: 165px
}

html.qubes .summationTable tr,
html.qubes .filterTable tr {
    margin: 2px 0
}

html.qubes .summationTable,
html.qubes .filterTable {
    border-collapse: collapse
}

html.qubes .summationTable {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff
}

html.qubes .summationTable th,
html.qubes .summationTable td {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff
}

html.qubes .filterTable {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff
}

html.qubes .filterTable th,
html.qubes .filterTable td {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff
}

html.qubes .inline-block {
    display: inline-block
}

html.qubes .menuEntryDescription,
html.qubes .menuEntrySharedBy {
    font-size: .8em
}

html.qubes .displayBlock {
    display: block !important
}

html.qubes #status.inprogress {
    background-image: url(images/spinner4-bluey.gif);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-size: 20px
}

html.qubes .json-key {
    color: brown
}

html.qubes .json-value {
    color: navy
}

html.qubes .json-string {
    color: olive
}

html.qubes .runTestButton {
    font-size: 16px
}

html.qubes .toggleTestLogs {
    border: 1px solid gray
}

html.qubes .testPass {
    background-color: green;
    padding: 6px;
    color: #fff;
    float: left
}

html.qubes .testFail {
    background-color: red;
    padding: 6px;
    color: #fff;
    float: left
}

html.qubes .testError {
    background-color: #ff0;
    padding: 6px;
    color: #000;
    float: left
}

html.qubes .viewform {
    width: 50%;
    border: 1px solid #6aade4;
    padding: 2% !important
}

html.qubes .viewform hr {
    border-top: 1px solid #6aade4;
    margin: 1%
}

html.qubes .viewform button {
    float: right;
    margin-right: 10px
}

html.qubes .ui-dialog .ui-widget-header button.ui-dialog-titlebar-close {
    background-color: #fff;
    background: none
}

html.qubes .ui-dialog .ui-widget-header button.ui-dialog-titlebar-close.ui-state-hover {
    background: none
}

html.qubes .ui-dialog .ui-widget-header .ui-dialog-titlebar-close {
    color: #fff;
    border: 0
}

html.qubes .ui-dialog .ui-widget-header .ui-dialog-titlebar-close.ui-state-hover {
    background: none;
    border: 0
}

html.qubes .ui-dialog .ui-widget-header .ui-dialog-titlebar-close i {
    color: #fff
}

html.qubes #Expression.ui-autocomplete-input {
    padding: 0 !important;
    height: inherit
}

html.query {
    display: flex;
    min-height: 100%;
    max-height: 100%
}

html.query body {
    display: flex;
    flex-grow: 1;
    min-width: 1200px
}

html.query body #screens {
    flex-grow: 1;
    display: flex
}

html.query body #screens #query {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden
}

html.query body #screens #query .ui-button,
html.query body.legacy_tables #screens #query .displayTableContainer button,
html.query body.legacy_tables .displayTableContainer #screens #query button,
html.query body #screens #query div.legacy_table_view .displayTableContainer button,
div.legacy_table_view .displayTableContainer html.query body #screens #query button,
html.query body #screens #query .displayTableContainer button,
.displayTableContainer html.query body #screens #query button,
html.query body #screens #query .ui-button:active,
html.query body.legacy_tables #screens #query .displayTableContainer button:active,
html.query body.legacy_tables .displayTableContainer #screens #query button:active,
html.query body #screens #query div.legacy_table_view .displayTableContainer button:active,
div.legacy_table_view .displayTableContainer html.query body #screens #query button:active,
html.query body #screens #query .displayTableContainer button:active,
.displayTableContainer html.query body #screens #query button:active {
    background: #5fc6f2 !important;
    border: none
}

html.query body #screens #query .gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 10px;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: row-resize
}

html.query body #screens #query .gutter.gutter-vertical {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=")
}

html.query body #screens #query .gutter.gutter-horizontal {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==")
}

html.query body #screens #query #querypane {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    color: #fff;
    flex-grow: 0;
    flex-shrink: 1;
    overflow: hidden;
    min-width: 960px;
    margin: 10px 10px 8px;
    padding: 0 !important;
    overflow: hidden
}

html.query body #screens #query #querypane #queryInput {
    height: 275px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: left;
    flex-grow: 1;
    min-height: 20px
}

html.query body #screens #query #querypane #upperMenu,
html.query body #screens #query #querypane #lowerMenu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #248dc1;
    padding-top: 3px;
    padding-bottom: 3px
}

html.query body #screens #query #querypane #upperMenu input,
html.query body #screens #query #querypane #lowerMenu input {
    border: none
}

html.query body #screens #query #querypane #lowerMenu button,
html.query body #screens #query #querypane #upperMenu button {
    padding-left: 20px;
    padding-right: 20px
}

html.query body #screens #query #querypane #upperMenu button {
    height: 40px
}

html.query body #screens #query #querypane #upperMenu>span {
    margin-right: 10px
}

html.query body #screens #query #querypane #upperMenu .saveButton {
    margin-left: 20px;
    margin-right: 7px
}

html.query body #screens #query #querypane #upperMenu .saveAsButton,
html.query body #screens #query #querypane #upperMenu .routeDD,
html.query body #screens #query #querypane #upperMenu .historyButton {
    margin-right: 20px
}

html.query body #screens #query #querypane #lowerMenu button {
    height: 32px
}

html.query body #screens #query #querypane #lowerMenu button:not(:first-child) {
    margin-left: 20px
}

html.query body #screens #query #querypane>span,
html.query body #screens #query #querypane a.help,
html.query body #screens #query #querypane .close>span {
    line-height: 40px;
    display: inline-block;
    margin: 0 6px 0 12px;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    text-decoration: none
}

html.query body #screens #query #querypane .close,
html.query body #screens #query #querypane .open {
    display: none
}

html.query body #screens #query #querypane .close {
    position: absolute;
    top: 5px;
    right: 15px
}

html.query body #screens #query #querypane .close span {
    font-size: 1.5em
}

html.query body #screens #query #querypane .open {
    position: absolute;
    bottom: -20px;
    right: 10px;
    background-color: #248dc1;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0 5px;
    box-sizing: border-box
}

html.query body #screens #query #querypane .open span {
    line-height: 20px;
    color: #fff;
    padding: 0 5px
}

html.query body #screens #query #querypane .open span.down {
    display: block
}

html.query body #screens #query #querypane .open span.up {
    display: none
}

html.query body #screens #query #querypane[data-position=Maximized] .open {
    bottom: 10px;
    background: transparent;
    background-image: none
}

html.query body #screens #query #querypane[data-position=Maximized] .open span.down {
    display: none
}

html.query body #screens #query #querypane[data-position=Maximized] .open span.up {
    display: block;
    margin-top: -10px
}

html.query body #screens #query #resultSetTabs {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
    border: 0;
    overflow: auto
}

html.query body #screens #query #resultSetTabs ul {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #248dc1;
    background-image: none;
    border-top: 0px;
    box-sizing: border-box
}

html.query body #screens #query #resultSetTabs ul li {
    background: #f5f5f5
}

html.query body #screens #query #resultSetTabs ul li a {
    color: #000 !important;
    outline: none
}

html.query body #screens #query #resultSetTabs ul li .ui-icon {
    background-image: url(../../images/jqui/ui-icons_222222_256x240.png)
}

html.query body #screens #query #resultSetTabs table {
    width: 100%
}

html.query body #screens #query #resultSetTabs #addTab {
    float: right
}

html.query body #screens #query #resultSetTabs .buttonPanel {
    text-align: center;
    margin: 10px auto
}

html.query body #screens #query #resultSetTabs .buttonPanel button:not(:first-child) {
    margin-left: 20px
}

html.query body #screens #query .routeInfo,
html.query body #screens #query .sqlInfo {
    font-size: .8em;
    color: #666;
    display: inline-block;
    background-color: #efefef;
    border: 2px solid #dedede;
    margin: 3px;
    padding: 0;
    line-height: 1.5em
}

html.query body #screens #query .routeInfo strong,
html.query body #screens #query .sqlInfo strong {
    font-weight: bold;
    background-color: #dedede;
    display: inline-block;
    margin-right: 3px
}

html.query body #follower {
    position: absolute;
    color: #fff;
    padding: 10px
}

html.qubes #content {
    padding: 0 0px 0px 0px;
    flex-grow: 1;
    display: block
}

html.qubes #content .contentContainer {
    min-width: 960px;
    max-width: 94%;
    margin: 5px auto 0px
}

html.qubes #content #headerContainer {
    background-color: #0b334c;
    border-top: 1px solid #0b334c
}

html.qubes #content #headerContainer .contentContainer {
    flex-grow: 1
}

html.qubes #content #headerContainer #pgheader {
    display: block;
    flex-grow: 1;
    align-items: center
}

html.qubes #content #headerContainer #pgheader>div {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle
}

html.qubes #content #headerContainer #pgheader #logo {
    cursor: pointer
}

html.qubes #content #bigWrap {
    display: block;
    min-width: 960px;
    margin: auto;
    padding: 0;
    overflow: hidden
}

html.qubes #content #bigWrap .menusContainer>div {
    display: none;
    padding: 0;
    margin-right: 0px;
    z-index: 200;
    position: absolute;
    border-top: none;
    background-image: none;
    border-bottom: 1px solid #5fc6f2;
    width: 100%
}

html.qubes #content #bigWrap .menusContainer .categoryMenuItemsContainer {
    background-color: #5fc6f2 !important
}

html.qubes #content #bigWrap .menusContainer ._pageMenuCategory {
    color: #fff
}

html.qubes #content #bigWrap .menusContainer ._pageMenuCategory.active {
    background-color: #5fc6f2;
    color: #0b334c
}

html.qubes #content #bigWrap #titleWrapper {
    text-align: left;
    margin: 24px 0 36px 0
}

html.qubes #content #bigWrap #titleWrapper h1,
html.qubes #content #bigWrap #titleWrapper span {
    display: inline-block;
    vertical-align: middle
}

html.qubes #content #bigWrap #titleWrapper small {
    display: inline-block;
    font-size: .75em;
    color: #666
}

html.qubes #content #bigWrap #titleWrapper #dataBookIcon {
    color: #fff;
    max-height: 24px;
    margin-top: 4px;
    margin-right: 3px;
    display: none
}

html.qubes #content #bigWrap #titleWrapper #pageSharedBy {
    font-size: small;
    font-weight: bold;
    margin-top: 8px;
    margin-left: 15px
}

html.qubes #content #bigWrap #titleWrapper #breadcrumbs,
html.qubes #content #bigWrap #titleWrapper #secondaryBreadcrumbs {
    display: inline-block;
    float: right;
    text-align: right;
    vertical-align: middle
}

html.qubes #content #bigWrap #titleWrapper #breadcrumbs span,
html.qubes #content #bigWrap #titleWrapper #secondaryBreadcrumbs span {
    color: #666;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: baseline
}

html.qubes #content #bigWrap #titleWrapper #breadcrumbs a.jump,
html.qubes #content #bigWrap #titleWrapper #secondaryBreadcrumbs a.jump {
    background-color: #fff;
    line-height: 1.5em;
    padding: 0 3px;
    border: 0;
    margin: 0 3px;
    color: #248dc1;
    display: inline-block;
    vertical-align: baseline
}

html.qubes #content #bigWrap #smallWrap {
    border-width: 0px;
    padding-bottom: 15px
}

html.qubes #content #bigWrap #smallWrap #wrap {
    margin: 0 auto;
    overflow: visible;
    width: 100%
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #errorMsg {
    width: 100%;
    display: none
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader {
    text-align: left;
    color: #000;
    padding-bottom: 2px
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader .viewLinkIcon,
html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader .titleIcon {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    line-height: 40px
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader .editingLabel {
    margin-top: 0;
    margin-right: 5px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    display: none
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader .tableTitle {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-size: 18px
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader .tableImgDiv {
    float: right
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader ._viewFilters {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader ._viewFilters .buttonDiv {
    display: inline-block;
    vertical-align: middle
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader ._viewFilters .buttonDiv button {
    margin-top: 3px
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader .tableImgDiv div.menuOpt {
    margin-right: 6px;
    display: inline-block
}

html.qubes #content #bigWrap #smallWrap #wrap #innerWrap #table2 .tableContainerHeader .tableImgDiv span.menuOpt {
    margin-right: 6px;
    margin-left: 6px;
    float: left
}

html.login,
html.newUser {
    display: flex;
    flex-grow: 1;
    min-height: 100%
}

html.login body,
html.newUser body {
    flex-grow: 1;
    /* background-color: #0b334c */
    background-image: url("/images/themes/accur8/getty.png");
    /* background-color: #0b334c; */
    background-size: cover;
}

html.login #wrapper,
html.newUser #wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /* background-image: url("/images/themes/accur8/8_background.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #0b334c;
    background-attachment: scroll; */
    width: 1000px;
    max-width: 1000px;
    min-width: 1000px;
    height: 100%;
    min-height: 600px;
    margin-right: auto;
    margin-left: auto;
    white-space: nowrap;
    text-align: left
}

html.login #wrapper>div,
html.newUser #wrapper>div {
    display: inline-block;
    vertical-align: middle
}

html.login #wrapper #logoDiv,
html.newUser #wrapper #logoDiv {
    margin-right: 20px;
    vertical-align: middle
}

html.login #wrapper .formWrapper,
html.newUser #wrapper .formWrapper {
    display: flex;
    flex-direction: column
}

html.login #wrapper .formWrapper .errors,
html.login #wrapper .formWrapper .messages,
html.newUser #wrapper .formWrapper .errors,
html.newUser #wrapper .formWrapper .messages {
    padding: 14px 10px;
    white-space: normal;
    flex-grow: 1;
    font-size: 15px;
    margin-top: -25px;
    margin-bottom: 5px;
    text-align: center
}

html.login #wrapper .formWrapper form,
html.login #wrapper .formWrapper .form,
html.newUser #wrapper .formWrapper form,
html.newUser #wrapper .formWrapper .form {
    background-color: #fff;
    padding: 45px 60px;
    min-width: 300px;
    display: flex;
    flex-direction: column
}

html.login #wrapper .formWrapper form .row,
html.login #wrapper .formWrapper .form .row,
html.newUser #wrapper .formWrapper form .row,
html.newUser #wrapper .formWrapper .form .row {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px
}

html.login #wrapper .formWrapper form .row label,
html.login #wrapper .formWrapper .form .row label,
html.newUser #wrapper .formWrapper form .row label,
html.newUser #wrapper .formWrapper .form .row label {
    display: block;
    margin-bottom: 1px;
    font-size: 14px
}

html.login #wrapper .formWrapper form .row input,
html.login #wrapper .formWrapper .form .row input,
html.newUser #wrapper .formWrapper form .row input,
html.newUser #wrapper .formWrapper .form .row input {
    padding: .7em 1em
}

html.login #wrapper .formWrapper form .row input[type=text],
html.login #wrapper .formWrapper form .row input[type=password],
html.login #wrapper .formWrapper form .row input.text,
html.login #wrapper .formWrapper .form .row input[type=text],
html.login #wrapper .formWrapper .form .row input[type=password],
html.login #wrapper .formWrapper .form .row input.text,
html.newUser #wrapper .formWrapper form .row input[type=text],
html.newUser #wrapper .formWrapper form .row input[type=password],
html.newUser #wrapper .formWrapper form .row input.text,
html.newUser #wrapper .formWrapper .form .row input[type=text],
html.newUser #wrapper .formWrapper .form .row input[type=password],
html.newUser #wrapper .formWrapper .form .row input.text {
    background-color: #dadada !important;
    border: none;
    flex-grow: 1
}

html.login #wrapper .formWrapper form .row input:focus,
html.login #wrapper .formWrapper .form .row input:focus,
html.newUser #wrapper .formWrapper form .row input:focus,
html.newUser #wrapper .formWrapper .form .row input:focus {
    outline: none
}

html.login #wrapper .formWrapper form button,
html.login #wrapper .formWrapper .form button,
html.newUser #wrapper .formWrapper form button,
html.newUser #wrapper .formWrapper .form button {
    min-height: 38px;
    max-height: 38px;
    height: 38px;
    font-size: 1.1em;
    flex-grow: 1
}

html.login #wrapper .formWrapper form button:focus,
html.login #wrapper .formWrapper .form button:focus,
html.newUser #wrapper .formWrapper form button:focus,
html.newUser #wrapper .formWrapper .form button:focus {
    outline: none
}

html.login #wrapper .formWrapper form button#googleButton,
html.login #wrapper .formWrapper .form button#googleButton,
html.newUser #wrapper .formWrapper form button#googleButton,
html.newUser #wrapper .formWrapper .form button#googleButton {
    display: flex;
    background: #fff;
    border: 2px solid #298fc1;
    align-items: center
}

html.login #wrapper .formWrapper form button#googleButton:hover,
html.login #wrapper .formWrapper .form button#googleButton:hover,
html.newUser #wrapper .formWrapper form button#googleButton:hover,
html.newUser #wrapper .formWrapper .form button#googleButton:hover {
    border-color: #207097
}

html.login #wrapper .formWrapper form button#googleButton>img,
html.login #wrapper .formWrapper .form button#googleButton>img,
html.newUser #wrapper .formWrapper form button#googleButton>img,
html.newUser #wrapper .formWrapper .form button#googleButton>img {
    max-height: 30px
}

html.login #wrapper .formWrapper form button#googleButton>span,
html.login #wrapper .formWrapper .form button#googleButton>span,
html.newUser #wrapper .formWrapper form button#googleButton>span,
html.newUser #wrapper .formWrapper .form button#googleButton>span {
    margin-left: 55px;
    color: #0b334c
}

.displayTableContainer .dataTables_wrapper>div:first-child {
    background-color: #0b334c;
    padding: 6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    line-height: 32px
}

.displayTableContainer .dataTables_wrapper>div:first-child::after {
    clear: both;
    content: "";
    display: table
}

.displayTableContainer .region {
    width: 100%;
    overflow-x: auto
}

.displayTableContainer table {
    border-collapse: collapse;
    table-layout: auto
}

.displayTableContainer table tbody {
    border-left: 1px;
    border-right: 1px;
    border-color: #0b334c;
    padding: 0 1px 0 1px
}

.displayTableContainer table thead th,
.displayTableContainer table tfoot th {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    text-shadow: 0px 0px 2px #878787
}

.displayTableContainer table thead th .column_label,
.displayTableContainer table tfoot th .column_label {
    text-align: left;
    float: left
}

.displayTableContainer table tbody th {
    background-color: #fff;
    border: 1px solid #fff
}

.displayTableContainer table tbody th .column_label {
    text-align: left
}

.displayTableContainer table th,
.displayTableContainer table td {
    padding: 5px 3px
}

.displayTableContainer table tr.columnFilterRow {
    padding: 2px 2px !important
}

.displayTableContainer table tr.columnFilterRow th {
    padding: 2px 2px !important
}

.displayTableContainer table tr.columnFilterRow input {
    padding: 2px 3px
}

.displayTableContainer table td {
    border: 1px solid #fff !important
}

.displayTableContainer table td.selected {
    background-color: #8abaf2 !important
}

.displayTableContainer table th[class*=sorting_] {
    background-color: #cacaca
}

.displayTableContainer table th .colSearch,
.displayTableContainer table th .colSearch>input {
    width: 100%;
    min-width: 100%
}

.displayTableContainer table th .column_label {
    display: inline-block;
    line-height: 1.5em;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    padding-right: 3px;
    line-height: 24px;
    min-height: 24px;
    text-transform: capitalize
}

.displayTableContainer table th.level_break {
    border-top: 2px solid #000;
    text-align: left;
    color: #fff;
    background-color: #0b334c
}

.displayTableContainer table tr {
    border: 1px solid rgba(1, 1, 1, 0)
}

.displayTableContainer table tr:nth-child(even),
.displayTableContainer table tr tr.even {
    background-color: #efefef
}

.displayTableContainer table tr.selected {
    background-color: #b8d5f7 !important;
    outline: 1px solid rgba(100, 100, 100, .4)
}

.displayTableContainer table tr:hover {
    background-color: rgba(254, 254, 0, .25)
}

.displayTableContainer table td.sorted {
    background-color: rgba(190, 190, 190, .25)
}

.displayTableContainer table tr td .cellContainer {
    max-height: 200px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
}

.displayTableContainer table tr.selected td .cellContainer {
    max-height: 9999px;
    -webkit-line-clamp: 9999;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
}

.displayTableContainer table td.actions {
    width: 1px;
    white-space: nowrap
}

.displayTableContainer .sort_icons,
body.legacy_tables .displayTableContainer .sortable span.icons.descending:after,
div.legacy_table_view .displayTableContainer .sortable span.icons.descending:after,
body.legacy_tables .displayTableContainer .sortable span.icons.ascending:after,
div.legacy_table_view .displayTableContainer .sortable span.icons.ascending:after,
body.legacy_tables .displayTableContainer .sortable span.icons:after,
div.legacy_table_view .displayTableContainer .sortable span.icons:after,
.displayTableContainer .sortable span.icons.descending:before,
.displayTableContainer .sortable span.icons.ascending:before,
.displayTableContainer .sortable span.icons:before {
    color: #333;
    float: right;
    display: inline-block;
    line-height: 22px;
    margin-top: 2px;
    margin-right: 6px;
    vertical-align: middle
}

.displayTableContainer .sortable {
    font-weight: 400;
    cursor: pointer
}

.displayTableContainer .sortable span.icons.ascending:before {
    font-weight: 700
}

.displayTableContainer .sortable span.icons.descending:before {
    font-weight: 700
}

.displayTableContainer button {
    margin: 3px 1px
}

.displayTableContainer tr.summations th {
    border-top: 2px solid #bdbdbd;
    background-color: #fdfdfd
}

.colTotHover {
    text-align: right
}

.colTotHover .label {
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px
}

.colTotHover .subtotal {
    margin-bottom: 8px
}

.toolbar_input,
html.qubes .view .controls .viewActions button,
#userSwitchSelector .view .controls .viewActions button,
body.legacy_tables .tableContainer .controls .ui-combobox-input,
body.legacy_tables .tableContainer .controls .ui-combobox-toggle,
body.legacy_tables .tableContainer .controls .ui-autocomplete-input,
div.legacy_table_view .tableContainer .controls .ui-combobox-input,
div.legacy_table_view .tableContainer .controls .ui-combobox-toggle,
div.legacy_table_view .tableContainer .controls .ui-autocomplete-input,
body.legacy_tables .tableContainer .controls .helpFilter,
div.legacy_table_view .tableContainer .controls .helpFilter,
.filtersWrapper button,
#pageLevelFilters button,
#subscriptionDlg button {
    height: 32px;
    padding: 5px;
    margin: 2px 0 2px 4px;
    box-sizing: border-box
}

.displayTableContainer .controls .pagination .pagination_button,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_next,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_next,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_previous,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_previous,
.displayTableContainer .controls .pagination .paginate_next,
.displayTableContainer .controls .pagination .paginate_previous {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    width: 24px;
    cursor: pointer;
    color: #fff;
    margin: 4px 0px
}

.displayTableContainer .controls .pagination .pagination_button:before,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_next:before,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_next:before,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_previous:before,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_previous:before,
.displayTableContainer .controls .pagination .paginate_next:before,
.displayTableContainer .controls .pagination .paginate_previous:before {
    visibility: visible;
    font-size: 24px
}

.displayTableContainer .controls .pagination .paginate_previous.disabled {
    color: #aaa;
    cursor: default
}

.displayTableContainer .controls .pagination .paginate_next.disabled {
    color: #aaa;
    cursor: default
}

._mdfilter,
html.qubes .view .controls div.search,
#userSwitchSelector .view .controls div.search {
    display: flex;
    white-space: nowrap;
    vertical-align: top;
    flex-shrink: 0
}

._mdfilter .filterLabel,
html.qubes .view .controls div.search .filterLabel,
#userSwitchSelector .view .controls div.search .filterLabel {
    display: inline-block;
    vertical-align: baseline
}

._mdfilter ._helpToolTips,
html.qubes .view .controls div.search ._helpToolTips,
#userSwitchSelector .view .controls div.search ._helpToolTips {
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px
}

._mdfilter ._helpToolTips .helpToolTipTrigger,
html.qubes .view .controls div.search ._helpToolTips .helpToolTipTrigger,
#userSwitchSelector .view .controls div.search ._helpToolTips .helpToolTipTrigger {
    display: inline-block;
    vertical-align: middle;
    margin-left: -28px;
    margin-right: 6px;
    margin-top: 7px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    width: 18px;
    z-index: 101;
    height: 18px;
    background: none;
    border: none;
    background-color: #999;
    border-radius: 100%
}

.filter_input,
html.qubes .view .controls div.search input,
#userSwitchSelector .view .controls div.search input,
.filtersWrapper .helpFilter,
#pageLevelFilters .helpFilter,
#subscriptionDlg .helpFilter,
.filtersWrapper .filterActions .ui-combobox-input,
.filtersWrapper .filterActions .ui-autocomplete-input,
#pageLevelFilters .filterActions .ui-combobox-input,
#pageLevelFilters .filterActions .ui-autocomplete-input,
#subscriptionDlg .filterActions .ui-combobox-input,
#subscriptionDlg .filterActions .ui-autocomplete-input,
.filtersWrapper ._mdfilter input,
.filtersWrapper .pageFilter input,
#pageLevelFilters ._mdfilter input,
#pageLevelFilters html.qubes .view .controls div.search input,
html.qubes .view .controls #pageLevelFilters div.search input,
#pageLevelFilters .pageFilter input,
#subscriptionDlg ._mdfilter input,
#subscriptionDlg html.qubes .view .controls div.search input,
html.qubes .view .controls #subscriptionDlg div.search input,
#subscriptionDlg .pageFilter input,
.filtersWrapper ._mdfilter button,
.filtersWrapper html.qubes .view .controls div.search button,
html.qubes .view .controls .filtersWrapper div.search button,
.filtersWrapper #userSwitchSelector .view .controls div.search button,
#userSwitchSelector .view .controls .filtersWrapper div.search button,
.filtersWrapper .pageFilter button,
#pageLevelFilters ._mdfilter button,
#pageLevelFilters html.qubes .view .controls div.search button,
html.qubes .view .controls #pageLevelFilters div.search button,
#pageLevelFilters #userSwitchSelector .view .controls div.search button,
#userSwitchSelector .view .controls #pageLevelFilters div.search button,
#pageLevelFilters .pageFilter button,
#subscriptionDlg ._mdfilter button,
#subscriptionDlg html.qubes .view .controls div.search button,
html.qubes .view .controls #subscriptionDlg div.search button,
#subscriptionDlg #userSwitchSelector .view .controls div.search button,
#userSwitchSelector .view .controls #subscriptionDlg div.search button,
#subscriptionDlg .pageFilter button {
    height: 28px !important;
    line-height: 28px;
    padding: 5px;
    margin: 2px !important;
    display: inline-block;
    vertical-align: top;
    width: 230px;
    border-color: #ddd;
    box-sizing: border-box
}

.filter_label,
html.qubes .view .controls div.search .search_label,
#userSwitchSelector .view .controls div.search .search_label,
.filtersWrapper .filterLabel,
#pageLevelFilters .filterLabel,
#subscriptionDlg .filterLabel {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 2px;
    display: inline-block;
    vertical-align: top;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize
}

#pageLevelFilters>div {
    display: inline-block;
    vertical-align: middle
}

.filtersWrapper .ui-state-default .ui-icon,
.filtersWrapper .displayTableContainer button .ui-icon,
.displayTableContainer .filtersWrapper button .ui-icon,
#pageLevelFilters .ui-state-default .ui-icon,
#pageLevelFilters .displayTableContainer button .ui-icon,
.displayTableContainer #pageLevelFilters button .ui-icon,
#subscriptionDlg .ui-state-default .ui-icon,
#subscriptionDlg .displayTableContainer button .ui-icon,
.displayTableContainer #subscriptionDlg button .ui-icon {
    background-image: url("/images/jqui/ui-icons_222222_256x240.png")
}

.filtersWrapper ._mdfilter,
.filtersWrapper html.qubes .view .controls div.search,
html.qubes .view .controls .filtersWrapper div.search,
.filtersWrapper #userSwitchSelector .view .controls div.search,
#userSwitchSelector .view .controls .filtersWrapper div.search,
.filtersWrapper .pageFilter,
#pageLevelFilters ._mdfilter,
#pageLevelFilters html.qubes .view .controls div.search,
html.qubes .view .controls #pageLevelFilters div.search,
#pageLevelFilters #userSwitchSelector .view .controls div.search,
#userSwitchSelector .view .controls #pageLevelFilters div.search,
#pageLevelFilters .pageFilter,
#subscriptionDlg ._mdfilter,
#subscriptionDlg html.qubes .view .controls div.search,
html.qubes .view .controls #subscriptionDlg div.search,
#subscriptionDlg #userSwitchSelector .view .controls div.search,
#userSwitchSelector .view .controls #subscriptionDlg div.search,
#subscriptionDlg .pageFilter {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    background-color: #248dc1;
    color: #fff;
    padding-left: 4px;
    text-align: left;
    margin: 2px 4px 2px 0
}

.filtersWrapper ._mdfilter button,
.filtersWrapper html.qubes .view .controls div.search button,
html.qubes .view .controls .filtersWrapper div.search button,
.filtersWrapper #userSwitchSelector .view .controls div.search button,
#userSwitchSelector .view .controls .filtersWrapper div.search button,
.filtersWrapper .pageFilter button,
#pageLevelFilters ._mdfilter button,
#pageLevelFilters html.qubes .view .controls div.search button,
html.qubes .view .controls #pageLevelFilters div.search button,
#pageLevelFilters #userSwitchSelector .view .controls div.search button,
#userSwitchSelector .view .controls #pageLevelFilters div.search button,
#pageLevelFilters .pageFilter button,
#subscriptionDlg ._mdfilter button,
#subscriptionDlg html.qubes .view .controls div.search button,
html.qubes .view .controls #subscriptionDlg div.search button,
#subscriptionDlg #userSwitchSelector .view .controls div.search button,
#userSwitchSelector .view .controls #subscriptionDlg div.search button,
#subscriptionDlg .pageFilter button {
    background-color: #fff;
    color: #000
}

.filtersWrapper .filterLabel:before,
#pageLevelFilters .filterLabel:before,
#subscriptionDlg .filterLabel:before {
    padding: 0 4px 0 4px
}

.filtersWrapper .filterActions,
#pageLevelFilters .filterActions,
#subscriptionDlg .filterActions {
    display: block;
    position: absolute;
    right: 4px;
    top: 3px
}

.filtersWrapper .filterActions .refresh,
#pageLevelFilters .filterActions .refresh,
#subscriptionDlg .filterActions .refresh {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    display: inline-block
}

.filtersWrapper .filterActions .ui-combobox-toggle,
#pageLevelFilters .filterActions .ui-combobox-toggle,
#subscriptionDlg .filterActions .ui-combobox-toggle {
    background: transparent
}

.filtersWrapper .helpFilter,
#pageLevelFilters .helpFilter,
#subscriptionDlg .helpFilter {
    padding-right: 32px !important
}

.filtersWrapper .ui-autocomplete-input,
#pageLevelFilters .ui-autocomplete-input,
#subscriptionDlg .ui-autocomplete-input {
    padding-right: 32px !important
}

.filtersWrapper .ui-combobox-toggle,
.filtersWrapper .ui-multiselect,
#pageLevelFilters .ui-combobox-toggle,
#pageLevelFilters .ui-multiselect,
#subscriptionDlg .ui-combobox-toggle,
#subscriptionDlg .ui-multiselect {
    border: 0px;
    cursor: pointer;
    height: 32px !important;
    box-sizing: border-box;
    padding: 0px !important
}

.filtersWrapper .ui-combobox-toggle span,
.filtersWrapper .ui-multiselect span,
#pageLevelFilters .ui-combobox-toggle span,
#pageLevelFilters .ui-multiselect span,
#subscriptionDlg .ui-combobox-toggle span,
#subscriptionDlg .ui-multiselect span {
    line-height: 28px;
    padding: 0 5px;
    max-width: 190px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis
}

.filtersWrapper .ui-combobox-toggle .ui-icon,
.filtersWrapper .ui-multiselect .ui-icon,
#pageLevelFilters .ui-combobox-toggle .ui-icon,
#pageLevelFilters .ui-multiselect .ui-icon,
#subscriptionDlg .ui-combobox-toggle .ui-icon,
#subscriptionDlg .ui-multiselect .ui-icon {
    padding: 0
}

.filtersWrapper .ui-multiselect:hover,
#pageLevelFilters .ui-multiselect:hover,
#subscriptionDlg .ui-multiselect:hover {
    border: none !important
}

.filtersWrapper .ui-multiselect .ui-icon,
#pageLevelFilters .ui-multiselect .ui-icon,
#subscriptionDlg .ui-multiselect .ui-icon {
    margin-top: 6px;
    margin-right: 3px
}

.filtersWrapper .custom-combobox a.ui-button,
#pageLevelFilters .custom-combobox a.ui-button,
#subscriptionDlg .custom-combobox a.ui-button {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #248dc1 !important;
    background: #248dc1
}

#pageLevelFilters {
    display: block;
    position: relative
}

#pageLevelFilters h3 {
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    position: absolute;
    left: 18px;
    top: 18px;
    font-size: 18px;
    margin-right: 12px
}

#pageLevelFilters .filtersWrapper {
    overflow: hidden;
    margin-right: 80px
}

#pageLevelFilters .buttonDiv {
    position: absolute;
    top: 18px;
    right: 18px;
    text-align: right;
    margin-top: 2px
}

#pageLevelFilters .buttonDiv button {
    margin: 0
}

#pageLevelFilters ._mdfilter,
#pageLevelFilters html.qubes .view .controls div.search,
html.qubes .view .controls #pageLevelFilters div.search,
#pageLevelFilters #userSwitchSelector .view .controls div.search,
#userSwitchSelector .view .controls #pageLevelFilters div.search,
#pageLevelFilters .pageFilter {
    background-color: #248dc1
}

#pageLevelFunctions {
    display: flex;
    flex-direction: row;
    align-items: center
}

#pageLevelFunctions h3 {
    line-height: 34px;
    font-size: 18px;
    margin-right: 12px
}

#filterChanges .wrapper {
    margin-top: 12px
}

#filterChanges .wrapper>div {
    white-space: nowrap;
    margin-top: 8px
}

#filterChanges .wrapper .explanationDiv>div {
    display: inline-block;
    padding-right: 10px;
    width: 395px
}

#filterChanges .wrapper .viewFiltersComparison {
    margin-top: 20px
}

#filterChanges .wrapper .viewFiltersComparison>h3 {
    text-align: left;
    margin-bottom: 6px;
    font-size: 16px
}

#filterChanges .wrapper .viewFiltersComparison .filterDiffWrapper {
    white-space: nowrap
}

#filterChanges .wrapper .viewFiltersComparison .filterDiffWrapper>div {
    display: inline-block;
    vertical-align: middle
}

#filterChanges .wrapper .viewFiltersComparison .filterDiffWrapper>div:not(:first-child) {
    margin-left: 5px
}

#filterChanges .wrapper .selectionDiv>div {
    text-align: center;
    display: inline-block;
    padding-right: 10px;
    width: 395px
}

#pageLevelFilters .buttonDiv .ui-icon,
._viewFilters .buttonDiv .ui-icon {
    width: 18px;
    height: 18px;
    margin-top: -6px
}

div.helpToolTipTrigger .tooltip {
    bottom: 40px;
    display: none;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    height: 510px;
    width: 400px;
    z-index: 1100
}

#userSwitchSelector {
    padding: 0
}

#userSwitchSelector .tableContainer.view {
    border: none;
    padding: 5px
}

#userSwitchSelector .tableContainer.view .tableContainerHeader {
    display: none
}

#userSwitchSelector .tableContainer.view .controls {
    text-align: left
}

body.legacy_tables .dataTables_wrapper,
div.legacy_table_view .dataTables_wrapper {
    position: relative;
    clear: both;
    _height: 302px;
    zoom: 1;
    margin: 10px 0
}

body.legacy_tables .dataTables_processing,
div.legacy_table_view .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #fff
}

body.legacy_tables .dataTables_length,
div.legacy_table_view .dataTables_length {
    width: 40%;
    float: left;
    text-align: left
}

body.legacy_tables .dataTables_filter,
div.legacy_table_view .dataTables_filter {
    width: 50%;
    float: right;
    text-align: right
}

body.legacy_tables .dataTables_info,
div.legacy_table_view .dataTables_info {
    width: 60%;
    float: left;
    text-align: left
}

body.legacy_tables .dataTables_paginate,
div.legacy_table_view .dataTables_paginate {
    width: 44px;
    * width: 50px;
    float: right;
    text-align: right
}

body.legacy_tables .paginate_disabled_previous,
body.legacy_tables .paginate_enabled_previous,
body.legacy_tables .paginate_disabled_next,
body.legacy_tables .paginate_enabled_next,
div.legacy_table_view .paginate_disabled_previous,
div.legacy_table_view .paginate_enabled_previous,
div.legacy_table_view .paginate_disabled_next,
div.legacy_table_view .paginate_enabled_next {
    height: 19px;
    width: 19px;
    margin-left: 3px;
    float: left
}

body.legacy_tables table.display,
div.legacy_table_view table.display {
    margin: 0 auto;
    clear: both;
    width: 100%
}

body.legacy_tables table.display thead th,
div.legacy_table_view table.display thead th {
    padding: 3px 18px 3px 10px;
    border-bottom: 1px solid #000;
    font-weight: bold;
    cursor: pointer;
    * cursor: hand
}

body.legacy_tables table.display tfoot th,
div.legacy_table_view table.display tfoot th {
    padding: 3px 18px 3px 10px;
    border-top: 1px solid #000;
    font-weight: bold
}

body.legacy_tables table.display tr.heading2 td,
div.legacy_table_view table.display tr.heading2 td {
    border-bottom: 1px solid #aaa
}

body.legacy_tables table.display td,
div.legacy_table_view table.display td {
    padding: 3px 10px
}

body.legacy_tables table.display td.center,
div.legacy_table_view table.display td.center {
    text-align: center
}

body.legacy_tables .dataTables_scroll,
div.legacy_table_view .dataTables_scroll {
    clear: both
}

body.legacy_tables .dataTables_scrollBody,
div.legacy_table_view .dataTables_scrollBody {
    *margin-top: -1px
}

body.legacy_tables .top,
body.legacy_tables .bottom,
div.legacy_table_view .top,
div.legacy_table_view .bottom {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1px solid #ccc
}

body.legacy_tables .top .dataTables_info,
div.legacy_table_view .top .dataTables_info {
    float: none
}

body.legacy_tables .clear,
div.legacy_table_view .clear {
    clear: both
}

body.legacy_tables .dataTables_empty,
div.legacy_table_view .dataTables_empty {
    text-align: center
}

body.legacy_tables tfoot input,
div.legacy_table_view tfoot input {
    width: 95%;
    color: #444
}

body.legacy_tables tfoot input.search_init,
div.legacy_table_view tfoot input.search_init {
    color: #999
}

body.legacy_tables td.group,
div.legacy_table_view td.group {
    background-color: #d1cfd0;
    border-bottom: 2px solid #a19b9e;
    border-top: 2px solid #a19b9e
}

body.legacy_tables td.details,
div.legacy_table_view td.details {
    background-color: #d1cfd0;
    border: 2px solid #a19b9e
}

body.legacy_tables .alt_pagination div.dataTables_info,
div.legacy_table_view .alt_pagination div.dataTables_info {
    width: 40%
}

body.legacy_tables .paging_full_numbers,
div.legacy_table_view .paging_full_numbers {
    width: 400px;
    height: 22px;
    line-height: 22px
}

body.legacy_tables .paging_full_numbers span.paginate_button,
body.legacy_tables .paging_full_numbers span.paginate_active,
div.legacy_table_view .paging_full_numbers span.paginate_button,
div.legacy_table_view .paging_full_numbers span.paginate_active {
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
    *cursor: hand
}

body.legacy_tables .paging_full_numbers span.paginate_button,
div.legacy_table_view .paging_full_numbers span.paginate_button {
    background-color: #ddd
}

body.legacy_tables .paging_full_numbers span.paginate_button:hover,
div.legacy_table_view .paging_full_numbers span.paginate_button:hover {
    background-color: #ccc
}

body.legacy_tables .paging_full_numbers span.paginate_active,
div.legacy_table_view .paging_full_numbers span.paginate_active {
    background-color: #99b3ff
}

body.legacy_tables tr.odd td.sorting_1,
div.legacy_table_view tr.odd td.sorting_1 {
    background-color: #d3d6ff
}

body.legacy_tables tr.odd td.sorting_2,
div.legacy_table_view tr.odd td.sorting_2 {
    background-color: #dadcff
}

body.legacy_tables tr.odd td.sorting_3,
div.legacy_table_view tr.odd td.sorting_3 {
    background-color: #e0e2ff
}

body.legacy_tables tr.even td.sorting_1,
div.legacy_table_view tr.even td.sorting_1 {
    background-color: #eaebff
}

body.legacy_tables tr.even td.sorting_2,
div.legacy_table_view tr.even td.sorting_2 {
    background-color: #f2f3ff
}

body.legacy_tables tr.even td.sorting_3,
div.legacy_table_view tr.even td.sorting_3 {
    background-color: #f9f9ff
}

body.legacy_tables table.KeyTable td,
div.legacy_table_view table.KeyTable td {
    border: 3px solid transparent
}

body.legacy_tables table.KeyTable td.focus,
div.legacy_table_view table.KeyTable td.focus {
    border: 3px solid #36f
}

body.legacy_tables table.display tr.gradeA,
div.legacy_table_view table.display tr.gradeA {
    background-color: #efe
}

body.legacy_tables table.display tr.gradeC,
div.legacy_table_view table.display tr.gradeC {
    background-color: #ddf
}

body.legacy_tables table.display tr.gradeX,
div.legacy_table_view table.display tr.gradeX {
    background-color: #fdd
}

body.legacy_tables table.display tr.gradeU,
div.legacy_table_view table.display tr.gradeU {
    background-color: #ddd
}

body.legacy_tables div.box,
div.legacy_table_view div.box {
    height: 100px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #8080ff;
    background-color: #e5e5ff
}

body.legacy_tables .css_right,
div.legacy_table_view .css_right {
    float: right
}

body.legacy_tables .css_left,
div.legacy_table_view .css_left {
    float: left
}

body.legacy_tables .displayTableContainer .dataTables_wrapper>div:first-child,
div.legacy_table_view .displayTableContainer .dataTables_wrapper>div:first-child {
    background-color: #0b334c;
    padding: 6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    line-height: 32px
}

body.legacy_tables .displayTableContainer .dataTables_wrapper>div:first-child::after,
div.legacy_table_view .displayTableContainer .dataTables_wrapper>div:first-child::after {
    clear: both;
    content: "";
    display: table
}

body.legacy_tables .displayTableContainer table,
div.legacy_table_view .displayTableContainer table {
    border-collapse: collapse;
    table-layout: auto
}

body.legacy_tables .displayTableContainer table tbody,
div.legacy_table_view .displayTableContainer table tbody {
    border-left: 1px;
    border-right: 1px;
    border-color: #0b334c;
    padding: 0 1px 0 1px
}

body.legacy_tables .displayTableContainer table th,
body.legacy_tables .displayTableContainer table td,
div.legacy_table_view .displayTableContainer table th,
div.legacy_table_view .displayTableContainer table td {
    padding: 5px 3px
}

body.legacy_tables .displayTableContainer table td,
div.legacy_table_view .displayTableContainer table td {
    border: 1px solid #fff !important
}

body.legacy_tables .displayTableContainer table th,
div.legacy_table_view .displayTableContainer table th {
    background-color: #e3e3e3;
    border: 1px solid #e3e3e3;
    white-space: nowrap
}

body.legacy_tables .displayTableContainer table th[class*=sorting_],
div.legacy_table_view .displayTableContainer table th[class*=sorting_] {
    background-color: #cacaca
}

body.legacy_tables .displayTableContainer table th .column_label,
div.legacy_table_view .displayTableContainer table th .column_label {
    display: inline-block;
    line-height: 1.5em;
    color: #333;
    text-shadow: 0px 0px 2px #878787;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    float: left;
    padding-right: 3px;
    line-height: 24px;
    text-transform: capitalize
}

body.legacy_tables .displayTableContainer table th.level_break,
div.legacy_table_view .displayTableContainer table th.level_break {
    border-top: 2px solid #000;
    text-align: left;
    color: #fff;
    background-color: #0b334c
}

body.legacy_tables .displayTableContainer table tr,
div.legacy_table_view .displayTableContainer table tr {
    border: 1px solid rgba(1, 1, 1, 0)
}

body.legacy_tables .displayTableContainer table tr:nth-child(even),
body.legacy_tables .displayTableContainer table tr tr.even,
div.legacy_table_view .displayTableContainer table tr:nth-child(even),
div.legacy_table_view .displayTableContainer table tr tr.even {
    background-color: #efefef
}

body.legacy_tables .displayTableContainer table tr.selected,
div.legacy_table_view .displayTableContainer table tr.selected {
    background-color: #b8d5f7;
    outline: 1px solid rgba(100, 100, 100, .4)
}

body.legacy_tables .displayTableContainer table td.sorted,
div.legacy_table_view .displayTableContainer table td.sorted {
    background-color: rgba(190, 190, 190, .25)
}

body.legacy_tables .displayTableContainer table tr td .cellContainer,
div.legacy_table_view .displayTableContainer table tr td .cellContainer {
    max-height: 200px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
}

body.legacy_tables .displayTableContainer table tr.selected td .cellContainer,
div.legacy_table_view .displayTableContainer table tr.selected td .cellContainer {
    max-height: 9999px;
    -webkit-line-clamp: 9999;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
}

body.legacy_tables .displayTableContainer table td.actions,
div.legacy_table_view .displayTableContainer table td.actions {
    width: 1px;
    white-space: nowrap
}

body.legacy_tables .displayTableContainer .sort_icons,
body.legacy_tables .displayTableContainer .sortable span.icons.descending:after,
body.legacy_tables .displayTableContainer .sortable span.icons.ascending:after,
body.legacy_tables .displayTableContainer .sortable span.icons:after,
body.legacy_tables .displayTableContainer .sortable span.icons:before,
div.legacy_table_view .displayTableContainer .sort_icons,
div.legacy_table_view .displayTableContainer .sortable span.icons.descending:after,
div.legacy_table_view .displayTableContainer .sortable span.icons.ascending:after,
div.legacy_table_view .displayTableContainer .sortable span.icons:after,
div.legacy_table_view .displayTableContainer .sortable span.icons:before {
    color: #333;
    float: right;
    display: inline-block;
    line-height: 22px;
    margin-top: 2px;
    margin-right: 6px;
    vertical-align: middle
}

body.legacy_tables .displayTableContainer .sortable,
div.legacy_table_view .displayTableContainer .sortable {
    font-weight: 400;
    cursor: pointer
}

body.legacy_tables .displayTableContainer .sortable span.icons.ascending:after,
div.legacy_table_view .displayTableContainer .sortable span.icons.ascending:after {
    font-weight: 700
}

body.legacy_tables .displayTableContainer .sortable span.icons.descending:after,
div.legacy_table_view .displayTableContainer .sortable span.icons.descending:after {
    font-weight: 700
}

body.legacy_tables .displayTableContainer button,
div.legacy_table_view .displayTableContainer button {
    margin: 3px 1px
}

body.legacy_tables .displayTableContainer tr.summations th,
div.legacy_table_view .displayTableContainer tr.summations th {
    border-top: 2px solid #bdbdbd;
    background-color: #fdfdfd
}

body.legacy_tables .toolbar_input,
body.legacy_tables html.qubes .view .controls .viewActions button,
html.qubes .view .controls .viewActions body.legacy_tables button,
body.legacy_tables #userSwitchSelector .view .controls .viewActions button,
#userSwitchSelector .view .controls .viewActions body.legacy_tables button,
body.legacy_tables .tableContainer .controls .ui-combobox-input,
body.legacy_tables .tableContainer .controls .ui-combobox-toggle,
body.legacy_tables .tableContainer .controls .ui-autocomplete-input,
body.legacy_tables .tableContainer .controls .helpFilter,
body.legacy_tables .filtersWrapper button,
.filtersWrapper body.legacy_tables button,
body.legacy_tables #pageLevelFilters button,
#pageLevelFilters body.legacy_tables button,
body.legacy_tables #subscriptionDlg button,
#subscriptionDlg body.legacy_tables button,
div.legacy_table_view .toolbar_input,
div.legacy_table_view html.qubes .view .controls .viewActions button,
html.qubes .view .controls .viewActions div.legacy_table_view button,
div.legacy_table_view #userSwitchSelector .view .controls .viewActions button,
#userSwitchSelector .view .controls .viewActions div.legacy_table_view button,
div.legacy_table_view .tableContainer .controls .ui-combobox-input,
div.legacy_table_view .tableContainer .controls .ui-combobox-toggle,
div.legacy_table_view .tableContainer .controls .ui-autocomplete-input,
div.legacy_table_view .tableContainer .controls .helpFilter,
div.legacy_table_view .filtersWrapper button,
.filtersWrapper div.legacy_table_view button,
div.legacy_table_view #pageLevelFilters button,
#pageLevelFilters div.legacy_table_view button,
div.legacy_table_view #subscriptionDlg button,
#subscriptionDlg div.legacy_table_view button {
    height: 20px;
    padding: 5px;
    background-color: #fff;
    color: #666;
    border-radius: 4px
}

body.legacy_tables .tableContainer .controls,
div.legacy_table_view .tableContainer .controls {
    background-color: #0b334c;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 11px;
    padding: 3px 6px;
    vertical-align: middle;
    overflow: hidden;
    min-height: 40px
}

body.legacy_tables .tableContainer .controls>div,
div.legacy_table_view .tableContainer .controls>div {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle
}

body.legacy_tables .tableContainer .controls .display_length,
div.legacy_table_view .tableContainer .controls .display_length {
    width: 33%
}

body.legacy_tables .tableContainer .controls .stats,
div.legacy_table_view .tableContainer .controls .stats {
    width: 34%;
    text-align: center
}

body.legacy_tables .tableContainer .controls .pagination,
div.legacy_table_view .tableContainer .controls .pagination {
    text-align: right;
    width: 33%
}

body.legacy_tables .tableContainer .controls .table_controls,
div.legacy_table_view .tableContainer .controls .table_controls {
    display: inline-block;
    float: right
}

body.legacy_tables .tableContainer .controls .table_actions,
div.legacy_table_view .tableContainer .controls .table_actions {
    display: inline-block;
    float: right
}

body.legacy_tables .tableContainer .controls .helpFilter,
div.legacy_table_view .tableContainer .controls .helpFilter {
    margin: 0;
    width: 240px;
    z-index: 100;
    display: inline-block;
    vertical-align: baseline
}

body.legacy_tables .tableContainer .controls .ui-autocomplete-input,
div.legacy_table_view .tableContainer .controls .ui-autocomplete-input {
    padding-right: 32px
}

body.legacy_tables .tableContainer .controls .ui-combobox-toggle,
div.legacy_table_view .tableContainer .controls .ui-combobox-toggle {
    background: none;
    border: 0px
}

body.legacy_tables .tableContainer .controls .ui-combobox-toggle .ui-icon,
div.legacy_table_view .tableContainer .controls .ui-combobox-toggle .ui-icon {
    background-image: url("/images/jqui/ui-icons_222222_256x240.png")
}

body.legacy_tables .tableContainer .controls button,
div.legacy_table_view .tableContainer .controls button {
    height: 30px;
    padding: 5px;
    border-radius: 4px;
    background-color: #fff
}

body.legacy_tables .tableContainer .filtersWrapper ._mdfilter,
body.legacy_tables .tableContainer .filtersWrapper html.qubes .view .controls div.search,
html.qubes .view .controls body.legacy_tables .tableContainer .filtersWrapper div.search,
body.legacy_tables .tableContainer .filtersWrapper #userSwitchSelector .view .controls div.search,
#userSwitchSelector .view .controls body.legacy_tables .tableContainer .filtersWrapper div.search,
body.legacy_tables .tableContainer .filtersWrapper .secondary,
div.legacy_table_view .tableContainer .filtersWrapper ._mdfilter,
div.legacy_table_view .tableContainer .filtersWrapper html.qubes .view .controls div.search,
html.qubes .view .controls div.legacy_table_view .tableContainer .filtersWrapper div.search,
div.legacy_table_view .tableContainer .filtersWrapper #userSwitchSelector .view .controls div.search,
#userSwitchSelector .view .controls div.legacy_table_view .tableContainer .filtersWrapper div.search,
div.legacy_table_view .tableContainer .filtersWrapper .secondary {
    display: inline-block;
    vertical-align: middle
}

body.legacy_tables .tableContainer .filtersWrapper .filterLabel,
div.legacy_table_view .tableContainer .filtersWrapper .filterLabel {
    font-weight: normal;
    margin-left: 10px
}

body.legacy_tables .childViews .tableContainer .controls,
div.legacy_table_view .childViews .tableContainer .controls {
    background-color: #999
}

body.legacy_tables .displayTableContainer .controls .pagination .pagination_button,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_next,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_previous,
div.legacy_table_view .displayTableContainer .controls .pagination .pagination_button,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_next,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_previous {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    width: 24px;
    cursor: pointer;
    color: #fff;
    margin: 4px 0px
}

body.legacy_tables .displayTableContainer .controls .pagination .pagination_button:before,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_next:before,
body.legacy_tables .displayTableContainer .controls .pagination .paginate_previous:before,
div.legacy_table_view .displayTableContainer .controls .pagination .pagination_button:before,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_next:before,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_previous:before {
    visibility: visible;
    font-size: 24px
}

body.legacy_tables .displayTableContainer .controls .pagination .paginate_previous.disabled,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_previous.disabled {
    color: #aaa;
    cursor: default
}

body.legacy_tables .displayTableContainer .controls .pagination .paginate_next.disabled,
div.legacy_table_view .displayTableContainer .controls .pagination .paginate_next.disabled {
    color: #aaa;
    cursor: default
}

body.legacy_tables .rowContextualMenu,
div.legacy_table_view .rowContextualMenu {
    z-index: 200;
    position: absolute
}

body.legacy_tables .dataTables_processing,
div.legacy_table_view .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #fff
}

body.legacy_tables .dataTables_length,
div.legacy_table_view .dataTables_length {
    width: 40%;
    float: left;
    text-align: left
}

body.legacy_tables .dataTables_filter,
div.legacy_table_view .dataTables_filter {
    width: 50%;
    float: right;
    text-align: right
}

body.legacy_tables .dataTables_info,
div.legacy_table_view .dataTables_info {
    width: 60%;
    float: left;
    text-align: left
}

body.legacy_tables .dataTables_paginate,
div.legacy_table_view .dataTables_paginate {
    width: 44px;
    * width: 50px;
    float: right;
    text-align: right
}

body.legacy_tables .tabular-typography,
body.legacy_tables .dataTables_filter input,
body.legacy_tables div.legacy_table_view .dataTables_filter input,
div.legacy_table_view .dataTables_filter body.legacy_tables input,
body.legacy_tables .tableContainer td button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer td .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer td button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer td button span.ui-button-text,
body.legacy_tables .tableContainer th button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer th .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer th button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer th button span.ui-button-text,
body.legacy_tables .tableContainer .header button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer .header .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer .header button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer .header button span.ui-button-text,
body.legacy_tables .tableContainer .footer button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer .footer .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer .footer button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer .footer button span.ui-button-text,
body.legacy_tables div.legacy_table_view .tableContainer td button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer td button.ui-button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .tableContainer td .displayTableContainer button span.ui-button-text,
div.legacy_table_view .tableContainer td .displayTableContainer button body.legacy_tables span.ui-button-text,
body.legacy_tables .displayTableContainer div.legacy_table_view .tableContainer td button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer td button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .displayTableContainer .tableContainer td button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer td button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .tableContainer th button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer th button.ui-button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .tableContainer th .displayTableContainer button span.ui-button-text,
div.legacy_table_view .tableContainer th .displayTableContainer button body.legacy_tables span.ui-button-text,
body.legacy_tables .displayTableContainer div.legacy_table_view .tableContainer th button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer th button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .displayTableContainer .tableContainer th button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer th button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .tableContainer .header button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer .header button.ui-button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .tableContainer .header .displayTableContainer button span.ui-button-text,
div.legacy_table_view .tableContainer .header .displayTableContainer button body.legacy_tables span.ui-button-text,
body.legacy_tables .displayTableContainer div.legacy_table_view .tableContainer .header button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer .header button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .displayTableContainer .tableContainer .header button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer .header button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .tableContainer .footer button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer .footer button.ui-button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .tableContainer .footer .displayTableContainer button span.ui-button-text,
div.legacy_table_view .tableContainer .footer .displayTableContainer button body.legacy_tables span.ui-button-text,
body.legacy_tables .displayTableContainer div.legacy_table_view .tableContainer .footer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer .footer button body.legacy_tables span.ui-button-text,
body.legacy_tables div.legacy_table_view .displayTableContainer .tableContainer .footer button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer .footer button body.legacy_tables span.ui-button-text,
body.legacy_tables .tableContainer th .filter_column input,
body.legacy_tables .tableContainer table.dataTable th,
body.legacy_tables .tableContainer table.dataTable td,
body.legacy_tables .tableContainer,
body.legacy_tables div.legacy_table_view .tableContainer,
div.legacy_table_view body.legacy_tables .tableContainer,
body.legacy_tables .displayTableContainer table th,
.displayTableContainer table body.legacy_tables th,
body.legacy_tables .displayTableContainer table td,
.displayTableContainer table body.legacy_tables td,
div.legacy_table_view .tabular-typography,
div.legacy_table_view body.legacy_tables .dataTables_filter input,
body.legacy_tables .dataTables_filter div.legacy_table_view input,
div.legacy_table_view .dataTables_filter input,
div.legacy_table_view body.legacy_tables .tableContainer td button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer td button.ui-button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .tableContainer td .displayTableContainer button span.ui-button-text,
body.legacy_tables .tableContainer td .displayTableContainer button div.legacy_table_view span.ui-button-text,
div.legacy_table_view .displayTableContainer body.legacy_tables .tableContainer td button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer td button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .displayTableContainer .tableContainer td button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer td button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .tableContainer th button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer th button.ui-button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .tableContainer th .displayTableContainer button span.ui-button-text,
body.legacy_tables .tableContainer th .displayTableContainer button div.legacy_table_view span.ui-button-text,
div.legacy_table_view .displayTableContainer body.legacy_tables .tableContainer th button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer th button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .displayTableContainer .tableContainer th button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer th button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .tableContainer .header button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer .header button.ui-button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .tableContainer .header .displayTableContainer button span.ui-button-text,
body.legacy_tables .tableContainer .header .displayTableContainer button div.legacy_table_view span.ui-button-text,
div.legacy_table_view .displayTableContainer body.legacy_tables .tableContainer .header button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer .header button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .displayTableContainer .tableContainer .header button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer .header button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .tableContainer .footer button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer .footer button.ui-button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .tableContainer .footer .displayTableContainer button span.ui-button-text,
body.legacy_tables .tableContainer .footer .displayTableContainer button div.legacy_table_view span.ui-button-text,
div.legacy_table_view .displayTableContainer body.legacy_tables .tableContainer .footer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer .footer button div.legacy_table_view span.ui-button-text,
div.legacy_table_view body.legacy_tables .displayTableContainer .tableContainer .footer button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer .footer button div.legacy_table_view span.ui-button-text,
div.legacy_table_view .tableContainer td button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer td .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer td button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer td button span.ui-button-text,
div.legacy_table_view .tableContainer th button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer th .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer th button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer th button span.ui-button-text,
div.legacy_table_view .tableContainer .header button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer .header .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer .header button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer .header button span.ui-button-text,
div.legacy_table_view .tableContainer .footer button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer .footer .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer .footer button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer .footer button span.ui-button-text,
div.legacy_table_view .tableContainer th .filter_column input,
div.legacy_table_view .tableContainer table.dataTable th,
div.legacy_table_view .tableContainer table.dataTable td,
div.legacy_table_view .tableContainer,
div.legacy_table_view .displayTableContainer table th,
.displayTableContainer table div.legacy_table_view th,
div.legacy_table_view .displayTableContainer table td,
.displayTableContainer table div.legacy_table_view td {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

body.legacy_tables .tablular-header-typography,
body.legacy_tables .tableContainer table.dataTable th,
body.legacy_tables .displayTableContainer table th .column_label,
.displayTableContainer table th body.legacy_tables .column_label,
div.legacy_table_view .tablular-header-typography,
div.legacy_table_view .tableContainer table.dataTable th,
div.legacy_table_view .displayTableContainer table th .column_label,
.displayTableContainer table th div.legacy_table_view .column_label {
    font-family: "Roboto", sans-serif;
    font-weight: 400
}

body.legacy_tables #userSwitchSelector div.header,
body.legacy_tables #userSwitchSelector .footer,
div.legacy_table_view #userSwitchSelector div.header,
div.legacy_table_view #userSwitchSelector .footer {
    width: calc(100% - 2px) !important
}

body.legacy_tables .tableContainer .dataTables_wrapper,
div.legacy_table_view .tableContainer .dataTables_wrapper {
    overflow-x: auto
}

body.legacy_tables .tableContainer .dataTables_wrapper>div.header,
div.legacy_table_view .tableContainer .dataTables_wrapper>div.header {
    background-color: #0b334c;
    padding: 6px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    line-height: 32px;
    width: calc(100% - 13px)
}

body.legacy_tables .tableContainer .dataTables_wrapper>div.header::after,
div.legacy_table_view .tableContainer .dataTables_wrapper>div.header::after {
    clear: both;
    content: "";
    display: table
}

body.legacy_tables .tableContainer table.dataTable,
div.legacy_table_view .tableContainer table.dataTable {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff !important;
    table-layout: fixed
}

body.legacy_tables .tableContainer table.dataTable th,
body.legacy_tables .tableContainer table.dataTable td,
div.legacy_table_view .tableContainer table.dataTable th,
div.legacy_table_view .tableContainer table.dataTable td {
    padding: 6px 3px;
    text-overflow: ellipsis;
    overflow: hidden
}

body.legacy_tables .tableContainer table.dataTable td,
div.legacy_table_view .tableContainer table.dataTable td {
    border: 1px solid #ddd;
    overflow: hidden
}

body.legacy_tables .tableContainer table.dataTable th,
div.legacy_table_view .tableContainer table.dataTable th {
    height: 16px;
    background-color: #e3e3e3;
    background-image: none;
    color: #333;
    border-right: 1px solid #f0f0f0
}

body.legacy_tables .tableContainer table.dataTable tr:nth-child(odd),
body.legacy_tables .tableContainer table.dataTable tr tr.odd,
div.legacy_table_view .tableContainer table.dataTable tr:nth-child(odd),
div.legacy_table_view .tableContainer table.dataTable tr tr.odd {
    background-color: #efefef
}

body.legacy_tables .tableContainer table.dataTable tr.row_selected,
div.legacy_table_view .tableContainer table.dataTable tr.row_selected {
    background-color: #b8d5f7 !important
}

body.legacy_tables .tableContainer table.dataTable tr:hover,
div.legacy_table_view .tableContainer table.dataTable tr:hover {
    background-color: rgba(254, 254, 0, .25)
}

body.legacy_tables .tableContainer table.dataTable td[class*=sorting_],
div.legacy_table_view .tableContainer table.dataTable td[class*=sorting_] {
    background-color: rgba(190, 190, 190, .25)
}

body.legacy_tables .tableContainer table.dataTable td.sorting_2,
div.legacy_table_view .tableContainer table.dataTable td.sorting_2 {
    background-color: rgba(170, 170, 170, .25)
}

body.legacy_tables .tableContainer table.dataTable td.sorting_3,
div.legacy_table_view .tableContainer table.dataTable td.sorting_3 {
    background-color: rgba(149, 149, 149, .25)
}

body.legacy_tables .tableContainer table.dataTable tr.summations th,
div.legacy_table_view .tableContainer table.dataTable tr.summations th {
    border-left: 1px solid #ddd;
    background-color: #fff;
    border-right: 1px solid #fff;
    border-top-width: 2px;
    border-top-color: #e3e3e3;
    color: #333;
    font-weight: bolder
}

body.legacy_tables .tableContainer table.dataTable tr td .cellContainer,
div.legacy_table_view .tableContainer table.dataTable tr td .cellContainer {
    max-height: 200px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
}

body.legacy_tables .tableContainer table.dataTable tr.row_selected td .cellContainer,
div.legacy_table_view .tableContainer table.dataTable tr.row_selected td .cellContainer {
    max-height: 9999px;
    -webkit-line-clamp: 9999;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s
}

body.legacy_tables .tableContainer .footer,
div.legacy_table_view .tableContainer .footer {
    background-color: #0b334c;
    padding: 6px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    line-height: 24px;
    width: calc(100% - 13px)
}

body.legacy_tables .tableContainer .footer::after,
div.legacy_table_view .tableContainer .footer::after {
    clear: both;
    content: "";
    display: table
}

body.legacy_tables .tableContainer .dataTables_paginate a,
div.legacy_table_view .tableContainer .dataTables_paginate a {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    height: 24px;
    width: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.legacy_tables .tableContainer .next_pagination_icon,
body.legacy_tables .tableContainer .paginate_disabled_next:before,
body.legacy_tables .tableContainer .paginate_enabled_next:before,
div.legacy_table_view .tableContainer .next_pagination_icon,
div.legacy_table_view .tableContainer .paginate_disabled_next:before,
div.legacy_table_view .tableContainer .paginate_enabled_next:before {
    font-size: 28px
}

body.legacy_tables .tableContainer .previous_pagination_icon,
body.legacy_tables .tableContainer .paginate_disabled_previous:before,
body.legacy_tables .tableContainer .paginate_enabled_previous:before,
div.legacy_table_view .tableContainer .previous_pagination_icon,
div.legacy_table_view .tableContainer .paginate_disabled_previous:before,
div.legacy_table_view .tableContainer .paginate_enabled_previous:before {
    font-size: 28px
}

body.legacy_tables .tableContainer .paginate_disabled_previous:before,
div.legacy_table_view .tableContainer .paginate_disabled_previous:before {
    color: #ccc;
    cursor: default
}

body.legacy_tables .tableContainer .paginate_disabled_next:before,
div.legacy_table_view .tableContainer .paginate_disabled_next:before {
    color: #ccc;
    cursor: default
}

body.legacy_tables .tableContainer th .filter_column input,
div.legacy_table_view .tableContainer th .filter_column input {
    height: 100%;
    width: calc(100% - 6px);
    line-height: 18px;
    font-size: 1em
}

body.legacy_tables .tableContainer td button.ui-button,
body.legacy_tables .tableContainer td .displayTableContainer button,
.displayTableContainer body.legacy_tables .tableContainer td button,
body.legacy_tables .displayTableContainer .tableContainer td button,
body.legacy_tables .tableContainer th button.ui-button,
body.legacy_tables .tableContainer th .displayTableContainer button,
.displayTableContainer body.legacy_tables .tableContainer th button,
body.legacy_tables .displayTableContainer .tableContainer th button,
body.legacy_tables .tableContainer .header button.ui-button,
body.legacy_tables .tableContainer .header .displayTableContainer button,
.displayTableContainer body.legacy_tables .tableContainer .header button,
body.legacy_tables .displayTableContainer .tableContainer .header button,
body.legacy_tables .tableContainer .footer button.ui-button,
body.legacy_tables .tableContainer .footer .displayTableContainer button,
.displayTableContainer body.legacy_tables .tableContainer .footer button,
body.legacy_tables .displayTableContainer .tableContainer .footer button,
div.legacy_table_view .tableContainer td button.ui-button,
div.legacy_table_view .tableContainer td .displayTableContainer button,
.displayTableContainer div.legacy_table_view .tableContainer td button,
div.legacy_table_view .displayTableContainer .tableContainer td button,
div.legacy_table_view .tableContainer th button.ui-button,
div.legacy_table_view .tableContainer th .displayTableContainer button,
.displayTableContainer div.legacy_table_view .tableContainer th button,
div.legacy_table_view .displayTableContainer .tableContainer th button,
div.legacy_table_view .tableContainer .header button.ui-button,
div.legacy_table_view .tableContainer .header .displayTableContainer button,
.displayTableContainer div.legacy_table_view .tableContainer .header button,
div.legacy_table_view .displayTableContainer .tableContainer .header button,
div.legacy_table_view .tableContainer .footer button.ui-button,
div.legacy_table_view .tableContainer .footer .displayTableContainer button,
.displayTableContainer div.legacy_table_view .tableContainer .footer button,
div.legacy_table_view .displayTableContainer .tableContainer .footer button {
    font-size: 14px;
    padding: 3px 0 !important
}

body.legacy_tables .tableContainer td button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer td .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer td button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer td button span.ui-button-text,
body.legacy_tables .tableContainer th button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer th .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer th button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer th button span.ui-button-text,
body.legacy_tables .tableContainer .header button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer .header .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer .header button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer .header button span.ui-button-text,
body.legacy_tables .tableContainer .footer button.ui-button span.ui-button-text,
body.legacy_tables .tableContainer .footer .displayTableContainer button span.ui-button-text,
.displayTableContainer body.legacy_tables .tableContainer .footer button span.ui-button-text,
body.legacy_tables .displayTableContainer .tableContainer .footer button span.ui-button-text,
div.legacy_table_view .tableContainer td button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer td .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer td button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer td button span.ui-button-text,
div.legacy_table_view .tableContainer th button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer th .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer th button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer th button span.ui-button-text,
div.legacy_table_view .tableContainer .header button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer .header .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer .header button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer .header button span.ui-button-text,
div.legacy_table_view .tableContainer .footer button.ui-button span.ui-button-text,
div.legacy_table_view .tableContainer .footer .displayTableContainer button span.ui-button-text,
.displayTableContainer div.legacy_table_view .tableContainer .footer button span.ui-button-text,
div.legacy_table_view .displayTableContainer .tableContainer .footer button span.ui-button-text {
    padding: 0 6px
}

body.legacy_tables .tableContainer .footer button.ui-button,
body.legacy_tables .tableContainer .footer .displayTableContainer button,
.displayTableContainer body.legacy_tables .tableContainer .footer button,
body.legacy_tables .displayTableContainer .tableContainer .footer button,
div.legacy_table_view .tableContainer .footer button.ui-button,
div.legacy_table_view .tableContainer .footer .displayTableContainer button,
.displayTableContainer div.legacy_table_view .tableContainer .footer button,
div.legacy_table_view .displayTableContainer .tableContainer .footer button {
    padding: 0 !important
}

body.legacy_tables .tableContainer .footer button.ui-button span,
body.legacy_tables .tableContainer .footer .displayTableContainer button span,
.displayTableContainer body.legacy_tables .tableContainer .footer button span,
body.legacy_tables .displayTableContainer .tableContainer .footer button span,
div.legacy_table_view .tableContainer .footer button.ui-button span,
div.legacy_table_view .tableContainer .footer .displayTableContainer button span,
.displayTableContainer div.legacy_table_view .tableContainer .footer button span,
div.legacy_table_view .displayTableContainer .tableContainer .footer button span {
    line-height: 24px;
    font-size: 12px
}

body.legacy_tables .dataTables_processing,
div.legacy_table_view .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: #fff
}

body.legacy_tables .dataTables_length,
div.legacy_table_view .dataTables_length {
    width: 40%;
    float: left;
    text-align: left
}

body.legacy_tables .dataTables_filter,
div.legacy_table_view .dataTables_filter {
    width: 50%;
    float: right;
    text-align: right
}

body.legacy_tables .dataTables_filter input,
div.legacy_table_view .dataTables_filter input {
    font-size: .8em;
    padding: 0 3px
}

body.legacy_tables .dataTables_info,
div.legacy_table_view .dataTables_info {
    width: 60%;
    float: left;
    text-align: left
}

body.legacy_tables .dataTables_paginate,
div.legacy_table_view .dataTables_paginate {
    width: 60px;
    * width: 50px;
    float: right;
    text-align: right
}

body.legacy_tables .tableContainer #table2 tbody td.drilldown:hover,
div.legacy_table_view .tableContainer #table2 tbody td.drilldown:hover {
    background-color: none !important;
    cursor: pointer
}

body.legacy_tables table.skyview.dataTable td,
body.legacy_tables table.skyview.dataTable th,
div.legacy_table_view table.skyview.dataTable td,
div.legacy_table_view table.skyview.dataTable th {
    font-size: 13px
}

body.legacy_tables #columnContextMenuContainer,
div.legacy_table_view #columnContextMenuContainer {
    z-index: 200;
    position: absolute
}

.contextMenu {
    position: absolute;
    width: auto;
    z-index: 99999;
    border: solid 1px #ccc;
    background: #f9f7f7;
    padding: 0px;
    margin: 0px;
    display: none;
    white-space: nowrap;
    cursor: default
}

.contextMenu LI {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.contextMenu A {
    color: #111;
    text-decoration: none;
    display: block;
    line-height: 30px;
    height: 30px;
    background-position: 6px center;
    background-repeat: no-repeat;
    outline: none;
    padding: 1px 5px;
    padding-left: 33px
}

.contextMenu LI.hover A {
    color: #fff;
    background-color: #39f
}

.contextMenu LI.disabled A {
    color: #aaa;
    cursor: default
}

.contextMenu LI.hover.disabled A {
    background-color: transparent
}

.contextMenu LI.separator {
    border-top: solid 1px #ccc
}

.contextMenu LI A.addview {
    background-image: url(/images/arrow-turn-right-icon_alpha2.png)
}

.contextMenu LI A.drilldown {
    background-image: url(/images/arrow_right_alpha.png)
}

.contextMenu LI A.excel {
    background-image: url(/images/ms_excel_small.png)
}

.contextMenu LI A.xml {
    background-image: url(/images/xml_small.png)
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: .85;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

#tooltip h3,
#tooltip div {
    margin: 0
}

.largeTooltip {
    position: absolute;
    min-width: 240px;
    max-width: 320px;
    padding: 1em;
    box-shadow: 0px 1px 5px rgba(100, 100, 100, .9)
}

.largeTooltip .helpContainer {
    width: 100%;
    max-height: 360px;
    overflow-x: auto
}

.largeTooltip th {
    font-weight: bold;
    text-align: left;
    line-height: 1.5em;
    padding: .5em;
    border-bottom: 1px solid #999
}

.largeTooltip td {
    padding: .5em
}

.largeTooltip .expand a {
    float: right;
    color: #fff;
    font-size: 11px
}

.largeTooltip .expand a .ui-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url("/images/jqui/ui-icons_ffffff_256x240.png")
}

.largeTooltip:before {
    content: " ";
    height: 0;
    width: 0;
    border-bottom: 20px solid #666;
    border-left: 20px solid transparent;
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: -10px
}

.dialog #pbOther table tr,
.dialog #pbOther table th,
.ui-dialog #pbOther table tr,
.ui-dialog #pbOther table th {
    text-align: left
}

.dialog .ui-widget-header,
.ui-dialog .ui-widget-header {
    text-align: left
}

.dialog label,
.ui-dialog label {
    margin-top: 2px
}

.dialog label .ui-button-text,
.ui-dialog label .ui-button-text {
    text-align: left;
    display: table
}

.dialog label .ui-button-text .pageMenuItemIcon,
.dialog label .ui-button-text .modalMenuItemIcon,
.ui-dialog label .ui-button-text .pageMenuItemIcon,
.ui-dialog label .ui-button-text .modalMenuItemIcon {
    padding-right: 6px;
    display: table-cell;
    vertical-align: top
}

.dialog label .ui-button-text .menuEntryName,
.ui-dialog label .ui-button-text .menuEntryName {
    display: table-cell;
    vertical-align: top
}

.dialog #error-dialog,
.ui-dialog #error-dialog {
    color: #de2d0f
}

.dialog #error-dialog .errorMessage,
.ui-dialog #error-dialog .errorMessage {
    margin: 5px 0
}

.dialog #error-dialog .errorMessage div,
.ui-dialog #error-dialog .errorMessage div {
    padding: 5px;
    text-align: left
}

.dialog #error-dialog .errorMessage div span.ui-icon,
.ui-dialog #error-dialog .errorMessage div span.ui-icon {
    float: left;
    margin: 2px;
    background-image: url("../../images/jqui/ui-icons_cd0a0a_256x240.png")
}

.dialog #error-dialog .errorMessage:hover,
.ui-dialog #error-dialog .errorMessage:hover {
    cursor: pointer
}

.dialog #error-dialog .validationError,
.ui-dialog #error-dialog .validationError {
    color: #000
}

.dialog #error-dialog .errorMessageStack,
.ui-dialog #error-dialog .errorMessageStack {
    background-color: #ddd;
    color: #000;
    display: none;
    font-size: .8em;
    margin: 10px;
    padding: 5px;
    text-align: left
}

.dialog #unsavedChanges,
.ui-dialog #unsavedChanges {
    overflow-y: hidden !important
}

.dialog #unsavedChanges+.ui-dialog-buttonpane,
.ui-dialog #unsavedChanges+.ui-dialog-buttonpane {
    blah: blah
}

.dialog #unsavedChanges+.ui-dialog-buttonpane .ui-dialog-buttonset,
.ui-dialog #unsavedChanges+.ui-dialog-buttonpane .ui-dialog-buttonset {
    white-space: nowrap;
    margin-left: 5px;
    float: none
}

.ui-multiselect-menu .ui-multiselect-all,
.ui-multiselect-menu .ui-multiselect-none {
    color: #fff
}

._formBuilder,
.mdpopup {
    overflow: hidden
}

._formBuilder .subtitle,
.mdpopup .subtitle {
    font-style: italic
}

._formBuilder .formInputs,
.mdpopup .formInputs {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

._formBuilder .formInputs ._formInput,
.mdpopup .formInputs ._formInput {
    display: table-row;
    min-height: 50px;
    height: 50px
}

._formBuilder .formInputs ._formInput>div,
.mdpopup .formInputs ._formInput>div {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

._formBuilder .formInputs ._formInput._textarea>div,
._formBuilder .formInputs ._formInput._codeInput>div,
._formBuilder .formInputs ._formInput._uploadInput>div,
._formBuilder .formInputs ._formInput._scheduleInput>div,
.mdpopup .formInputs ._formInput._textarea>div,
.mdpopup .formInputs ._formInput._codeInput>div,
.mdpopup .formInputs ._formInput._uploadInput>div,
.mdpopup .formInputs ._formInput._scheduleInput>div {
    vertical-align: top
}

._formBuilder .formInputs ._formInput._textarea .labelContainer,
._formBuilder .formInputs ._formInput._codeInput .labelContainer,
._formBuilder .formInputs ._formInput._uploadInput .labelContainer,
._formBuilder .formInputs ._formInput._scheduleInput .labelContainer,
.mdpopup .formInputs ._formInput._textarea .labelContainer,
.mdpopup .formInputs ._formInput._codeInput .labelContainer,
.mdpopup .formInputs ._formInput._uploadInput .labelContainer,
.mdpopup .formInputs ._formInput._scheduleInput .labelContainer {
    padding-top: 13px
}

._formBuilder .formInputs ._formInput .labelContainer,
.mdpopup .formInputs ._formInput .labelContainer {
    max-width: 200px;
    width: 15%;
    text-align: right;
    padding-right: 15px
}

._formBuilder .formInputs ._formInput .labelContainer>label,
.mdpopup .formInputs ._formInput .labelContainer>label {
    text-align: right;
    color: #999;
    font-size: 13px;
    font-weight: bold
}

._formBuilder .formInputs ._formInput .labelContainer>label>.help,
.mdpopup .formInputs ._formInput .labelContainer>label>.help {
    display: inline-block;
    margin-left: 15px;
    font-size: 18px
}

._formBuilder .formInputs ._formInput .inputContainer,
.mdpopup .formInputs ._formInput .inputContainer {
    padding-top: 5px;
    padding-bottom: 5px
}

._formBuilder .formInputs ._formInput .inputContainer._codeInput .ace_editor,
.mdpopup .formInputs ._formInput .inputContainer._codeInput .ace_editor {
    border-color: #ddd;
    border-radius: 0px
}

._formBuilder .formInputs ._formInput .inputContainer._codeInput .iconDiv,
.mdpopup .formInputs ._formInput .inputContainer._codeInput .iconDiv {
    color: gray
}

._formBuilder .formInputs ._formInput .inputContainer input,
._formBuilder .formInputs ._formInput .inputContainer textarea,
.mdpopup .formInputs ._formInput .inputContainer input,
.mdpopup .formInputs ._formInput .inputContainer textarea {
    font-size: 13px;
    padding: 5px;
    border-color: #333
}

._formBuilder .formInputs ._formInput .inputContainer button.ui-multiselect,
.mdpopup .formInputs ._formInput .inputContainer button.ui-multiselect {
    background: none;
    border-color: #333;
    height: 40px
}

._formBuilder .formInputs ._formInput .inputContainer button.ui-multiselect.ui-state-active,
.mdpopup .formInputs ._formInput .inputContainer button.ui-multiselect.ui-state-active {
    border: 1px solid #333 !important
}

._formBuilder .formInputs ._formInput .iconDiv,
.mdpopup .formInputs ._formInput .iconDiv {
    text-align: center
}

._formBuilder .formInputs ._formInput .iconDiv.error,
.mdpopup .formInputs ._formInput .iconDiv.error {
    display: table-cell !important
}

._formBuilder .formInputs ._formInput .subForm,
.mdpopup .formInputs ._formInput .subForm {
    max-width: 500px;
    margin: 10px 0;
    background-color: #ddd;
    padding: 10px
}

._formBuilder .formInputs ._formInput .subForm .formInputs ._formInput label,
.mdpopup .formInputs ._formInput .subForm .formInputs ._formInput label {
    text-align: right;
    vertical-align: top;
    padding-top: 19px
}

._formBuilder .formInputs ._formInput .subForm .formInputs ._formInput input,
._formBuilder .formInputs ._formInput .subForm .formInputs ._formInput select,
._formBuilder .formInputs ._formInput .subForm .formInputs ._formInput textarea,
.mdpopup .formInputs ._formInput .subForm .formInputs ._formInput input,
.mdpopup .formInputs ._formInput .subForm .formInputs ._formInput select,
.mdpopup .formInputs ._formInput .subForm .formInputs ._formInput textarea {
    height: 30px;
    padding: 4px
}

._formBuilder .formInputs ._formInput .subForm .formInputs ._formInput input[type=checkbox],
.mdpopup .formInputs ._formInput .subForm .formInputs ._formInput input[type=checkbox] {
    float: left;
    margin: 11px 0 0 0
}

._formBuilder .formInputs ._formInput .subForm .formInputs ._formInput div.ui-combobox .ui-combobox-span button,
.mdpopup .formInputs ._formInput .subForm .formInputs ._formInput div.ui-combobox .ui-combobox-span button {
    height: 30px
}

._formBuilder .formInputs select,
._formBuilder .formInputs input,
._formBuilder .formInputs textarea,
._formBuilder .formInputs button.ui-multiselect,
._formBuilder .formInputs .ace_editor,
.mdpopup .formInputs select,
.mdpopup .formInputs input,
.mdpopup .formInputs textarea,
.mdpopup .formInputs button.ui-multiselect,
.mdpopup .formInputs .ace_editor {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

._formBuilder .formInputs select:focus,
._formBuilder .formInputs input:focus,
._formBuilder .formInputs textarea:focus,
._formBuilder .formInputs button.ui-multiselect:focus,
._formBuilder .formInputs .ace_editor:focus,
.mdpopup .formInputs select:focus,
.mdpopup .formInputs input:focus,
.mdpopup .formInputs textarea:focus,
.mdpopup .formInputs button.ui-multiselect:focus,
.mdpopup .formInputs .ace_editor:focus {
    box-shadow: none;
    outline: none
}

._formBuilder .formInputs select:not([type=checkbox]):not([type=radio]),
._formBuilder .formInputs input:not([type=checkbox]):not([type=radio]),
._formBuilder .formInputs textarea:not([type=checkbox]):not([type=radio]),
._formBuilder .formInputs button.ui-multiselect:not([type=checkbox]):not([type=radio]),
._formBuilder .formInputs .ace_editor:not([type=checkbox]):not([type=radio]),
.mdpopup .formInputs select:not([type=checkbox]):not([type=radio]),
.mdpopup .formInputs input:not([type=checkbox]):not([type=radio]),
.mdpopup .formInputs textarea:not([type=checkbox]):not([type=radio]),
.mdpopup .formInputs button.ui-multiselect:not([type=checkbox]):not([type=radio]),
.mdpopup .formInputs .ace_editor:not([type=checkbox]):not([type=radio]) {
    max-width: 100%;
    min-width: 100%
}

._formBuilder .formInputs button:not(.ui-multiselect),
.mdpopup .formInputs button:not(.ui-multiselect) {
    margin: 0 10px
}

._formBuilder .formInputs button.ui-multiselect,
.mdpopup .formInputs button.ui-multiselect {
    padding-right: 5px !important
}

._formBuilder .formInputs input,
._formBuilder .formInputs select,
.mdpopup .formInputs input,
.mdpopup .formInputs select {
    padding: 9px
}

._formBuilder .formInputs input:not([type=radio]),
._formBuilder .formInputs select:not([type=radio]),
.mdpopup .formInputs input:not([type=radio]),
.mdpopup .formInputs select:not([type=radio]) {
    height: 40px
}

._formBuilder .formInputs input[type=checkbox],
.mdpopup .formInputs input[type=checkbox] {
    width: 20px;
    height: 20px
}

._formBuilder .formInputs input[type=checkbox]:focus,
.mdpopup .formInputs input[type=checkbox]:focus {
    box-shadow: none
}

._formBuilder .formInputs div.ui-combobox,
.mdpopup .formInputs div.ui-combobox {
    max-width: 95%;
    min-width: 95%
}

._formBuilder .formInputs div.ui-combobox .ui-combobox-span input,
.mdpopup .formInputs div.ui-combobox .ui-combobox-span input {
    min-width: unset;
    max-width: unset;
    flex-grow: 1
}

._formBuilder .formInputs div.ui-combobox .ui-combobox-span button,
.mdpopup .formInputs div.ui-combobox .ui-combobox-span button {
    margin: 0 .1em 0 0 !important
}

._formBuilder .formInputs div.selectAddInputRow,
.mdpopup .formInputs div.selectAddInputRow {
    display: flex
}

._formBuilder .formInputs div.selectAddInputRow select,
.mdpopup .formInputs div.selectAddInputRow select {
    flex-grow: 1;
    min-width: unset;
    max-width: unset
}

._formBuilder .formInputs div.selectAddInputRow button,
.mdpopup .formInputs div.selectAddInputRow button {
    margin-top: 10px
}

._formBuilder .formInputs div._uploadInput>div,
.mdpopup .formInputs div._uploadInput>div {
    margin-top: 16px
}

._formBuilder .formInputs div._uploadInput>div>button,
.mdpopup .formInputs div._uploadInput>div>button {
    margin-left: 0px
}

._formBuilder .formInputs div._uploadInput div._fileUpload,
.mdpopup .formInputs div._uploadInput div._fileUpload {
    margin-top: 5px;
    padding: 7px;
    border-width: 1px;
    border-color: gray;
    border-style: outset;
    margin-left: auto;
    margin-right: auto
}

._formBuilder .formInputs div._uploadInput div._fileUpload div.wrapper,
.mdpopup .formInputs div._uploadInput div._fileUpload div.wrapper {
    white-space: nowrap
}

._formBuilder .formInputs div._uploadInput div._fileUpload div.wrapper>div,
.mdpopup .formInputs div._uploadInput div._fileUpload div.wrapper>div {
    display: inline-block
}

._formBuilder .formInputs div._uploadInput div._fileUpload div.wrapper div.uploadActions,
.mdpopup .formInputs div._uploadInput div._fileUpload div.wrapper div.uploadActions {
    white-space: nowrap
}

._formBuilder .formInputs div._uploadInput div._fileUpload div.wrapper div.uploadActions>div,
.mdpopup .formInputs div._uploadInput div._fileUpload div.wrapper div.uploadActions>div {
    display: inline-block;
    margin-left: 5px
}

._formBuilder .formInputs ._selectComp label,
.mdpopup .formInputs ._selectComp label {
    vertical-align: top
}

._formBuilder .formInputs ._scheduleInput .radios,
.mdpopup .formInputs ._scheduleInput .radios {
    margin-top: 4px;
    margin-bottom: 8px
}

._formBuilder .formInputs ._scheduleInput .subscCustom select,
.mdpopup .formInputs ._scheduleInput .subscCustom select {
    min-width: unset !important
}

._formBuilder .formInputs ._colorpickerInputWrap .colorDiv,
.mdpopup .formInputs ._colorpickerInputWrap .colorDiv {
    min-width: 100px;
    max-width: 100px;
    min-height: 25px;
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
    border-style: outset;
    border: 1px solid #aaa;
    background-color: #fff
}

._formBuilder .formInputs ._colorpickerInputWrap .colorInput,
.mdpopup .formInputs ._colorpickerInputWrap .colorInput {
    min-width: 135px;
    max-width: 135px;
    display: inline-block
}

.mdpopup h3 {
    font-size: 18px;
    text-align: center
}

.mdpopup .text_reset td:not(.label)>div button {
    margin: 0 .1em 0 0 !important
}

.mdpopup .radio>td {
    vertical-align: middle
}

.mdpopup .radio>td:nth-child(2) {
    text-align: left
}

.mdpopup input[type=checkbox] {
    margin-top: 7px !important
}

ul.ui-autocomplete {
    overflow: auto;
    max-height: 300px
}

html.qubes .view,
#userSwitchSelector .view {
    padding: 18px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    margin: 0 0 18px 0
}

html.qubes .view .tableContainerHeader,
#userSwitchSelector .view .tableContainerHeader {
    text-align: left;
    color: #000;
    padding-bottom: 2px
}

html.qubes .view .tableContainerHeader .viewLinkIcon,
html.qubes .view .tableContainerHeader .titleIcon,
#userSwitchSelector .view .tableContainerHeader .viewLinkIcon,
#userSwitchSelector .view .tableContainerHeader .titleIcon {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    line-height: 40px
}

html.qubes .view .tableContainerHeader .editingLabel,
#userSwitchSelector .view .tableContainerHeader .editingLabel {
    margin-top: 0;
    margin-right: 5px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    display: none
}

html.qubes .view .tableContainerHeader .tableTitle,
#userSwitchSelector .view .tableContainerHeader .tableTitle {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    line-height: 40px;
    font-size: 18px
}

html.qubes .view .tableContainerHeader .tableImgDiv,
#userSwitchSelector .view .tableContainerHeader .tableImgDiv {
    float: right
}

html.qubes .view .tableContainerHeader ._viewFilters,
#userSwitchSelector .view .tableContainerHeader ._viewFilters {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top
}

html.qubes .view .tableContainerHeader ._viewFilters .buttonDiv,
#userSwitchSelector .view .tableContainerHeader ._viewFilters .buttonDiv {
    display: inline-block;
    vertical-align: middle
}

html.qubes .view .tableContainerHeader ._viewFilters .buttonDiv button,
#userSwitchSelector .view .tableContainerHeader ._viewFilters .buttonDiv button {
    margin-top: 3px
}

html.qubes .view .tableContainerHeader .tableImgDiv div.menuOpt,
#userSwitchSelector .view .tableContainerHeader .tableImgDiv div.menuOpt {
    margin-right: 6px;
    display: inline-block
}

html.qubes .view .tableContainerHeader .tableImgDiv span.menuOpt,
#userSwitchSelector .view .tableContainerHeader .tableImgDiv span.menuOpt {
    margin-right: 6px;
    margin-left: 6px;
    float: left
}

html.qubes .view .controls,
#userSwitchSelector .view .controls {
    display: flex;
    background-color: #0b334c;
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding: 3px 6px;
    position: relative;
    width: 100%;
    box-sizing: border-box
}

html.qubes .view .controls>div,
#userSwitchSelector .view .controls>div {
    vertical-align: top
}

html.qubes .view .controls.footer.controls,
#userSwitchSelector .view .controls.footer.controls {
    align-items: center
}

html.qubes .view .controls .filtersWrapper,
#userSwitchSelector .view .controls .filtersWrapper {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-flow: wrap
}

html.qubes .view .controls .viewActions,
#userSwitchSelector .view .controls .viewActions {
    white-space: nowrap;
    margin-left: auto;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex
}

html.qubes .view .controls .display_length,
#userSwitchSelector .view .controls .display_length {
    width: 33%;
    text-align: left
}

html.qubes .view .controls .stats,
#userSwitchSelector .view .controls .stats {
    width: 34%;
    text-align: center
}

html.qubes .view .controls .pagination,
#userSwitchSelector .view .controls .pagination {
    text-align: right;
    width: 33%
}

html.qubes .view .controls .tableControls,
#userSwitchSelector .view .controls .tableControls {
    display: table-row
}

html.qubes .view .controls div.search,
#userSwitchSelector .view .controls div.search {
    display: inline-block;
    position: relative;
    background-color: #248dc1
}

html.qubes .view .controls div.search .search_label:before,
#userSwitchSelector .view .controls div.search .search_label:before {
    padding: 0 4px 0 4px
}

html.qubes .view .controls div.search input,
#userSwitchSelector .view .controls div.search input {
    box-shadow: none;
    border-width: 0px
}

html.qubes .view .controls div.search .clear_search,
#userSwitchSelector .view .controls div.search .clear_search {
    display: none;
    position: absolute;
    top: 7px;
    right: 8px;
    height: 18px;
    width: 18px;
    font-size: 18px;
    color: #999;
    cursor: pointer
}

html.qubes .view .controls td.actions button,
#userSwitchSelector .view .controls td.actions button {
    padding: 2px 4px
}

html.qubes .view .childViews .view,
#userSwitchSelector .view .childViews .view {
    border: 0;
    border-left: 1px solid #ddd;
    margin-top: 36px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px
}

html.qubes .view .childViews .view .tableContainer .controls,
#userSwitchSelector .view .childViews .view .tableContainer .controls {
    background-color: #666
}

html.qubes .rowContextualMenu,
#userSwitchSelector .rowContextualMenu {
    z-index: 200;
    position: absolute
}

html.qubes ._mdButtonTree {
    min-width: 180px;
    min-height: 280px;
    padding: 1px;
    background-color: #fff
}

html.qubes ._mdButtonTreeButton,
html.qubes .summarizationRow,
html.qubes .drilldownRow,
html.qubes .not-sortable {
    background: #fff;
    margin-bottom: 4px
}

html.qubes ._mdButtonTreeButton .join,
html.qubes .summarizationRow .join,
html.qubes .drilldownRow .join,
html.qubes .not-sortable .join {
    background: #dadada;
    margin-bottom: 2px;
    padding: .5em !important
}

html.qubes ._mdButtonTreeButton.ui-button,
html.qubes .displayTableContainer button._mdButtonTreeButton,
.displayTableContainer html.qubes button._mdButtonTreeButton,
html.qubes .summarizationRow.ui-button,
html.qubes .displayTableContainer button.summarizationRow,
.displayTableContainer html.qubes button.summarizationRow,
html.qubes .drilldownRow.ui-button,
html.qubes .displayTableContainer button.drilldownRow,
.displayTableContainer html.qubes button.drilldownRow,
html.qubes .not-sortable.ui-button,
html.qubes .displayTableContainer button.not-sortable,
.displayTableContainer html.qubes button.not-sortable {
    background: #f5f5f5;
    margin-bottom: 4px;
    text-align: left;
    padding: .5em !important;
    border: 1px solid #dadada;
    color: #333
}

html.qubes ._mdButtonTreeButton.ui-button.ui-state-hover,
html.qubes .displayTableContainer button._mdButtonTreeButton.ui-state-hover,
.displayTableContainer html.qubes button._mdButtonTreeButton.ui-state-hover,
html.qubes .summarizationRow.ui-button.ui-state-hover,
html.qubes .displayTableContainer button.summarizationRow.ui-state-hover,
.displayTableContainer html.qubes button.summarizationRow.ui-state-hover,
html.qubes .drilldownRow.ui-button.ui-state-hover,
html.qubes .displayTableContainer button.drilldownRow.ui-state-hover,
.displayTableContainer html.qubes button.drilldownRow.ui-state-hover,
html.qubes .not-sortable.ui-button.ui-state-hover,
html.qubes .displayTableContainer button.not-sortable.ui-state-hover,
.displayTableContainer html.qubes button.not-sortable.ui-state-hover {
    font-weight: normal;
    background: none;
    background-color: #5fc6f2;
    color: #fff
}

html.qubes ._mdButtonTreeButton.ui-button span.ui-icon-key,
html.qubes .displayTableContainer button._mdButtonTreeButton span.ui-icon-key,
.displayTableContainer html.qubes button._mdButtonTreeButton span.ui-icon-key,
html.qubes .summarizationRow.ui-button span.ui-icon-key,
html.qubes .displayTableContainer button.summarizationRow span.ui-icon-key,
.displayTableContainer html.qubes button.summarizationRow span.ui-icon-key,
html.qubes .drilldownRow.ui-button span.ui-icon-key,
html.qubes .displayTableContainer button.drilldownRow span.ui-icon-key,
.displayTableContainer html.qubes button.drilldownRow span.ui-icon-key,
html.qubes .not-sortable.ui-button span.ui-icon-key,
html.qubes .displayTableContainer button.not-sortable span.ui-icon-key,
.displayTableContainer html.qubes button.not-sortable span.ui-icon-key {
    float: left
}

html.qubes ._mdButtonTreeButton.ui-button span.lazyAdd,
html.qubes .displayTableContainer button._mdButtonTreeButton span.lazyAdd,
.displayTableContainer html.qubes button._mdButtonTreeButton span.lazyAdd,
html.qubes ._mdButtonTreeButton.ui-button span.lazyRemove,
html.qubes .displayTableContainer button._mdButtonTreeButton span.lazyRemove,
.displayTableContainer html.qubes button._mdButtonTreeButton span.lazyRemove,
html.qubes .summarizationRow.ui-button span.lazyAdd,
html.qubes .displayTableContainer button.summarizationRow span.lazyAdd,
.displayTableContainer html.qubes button.summarizationRow span.lazyAdd,
html.qubes .summarizationRow.ui-button span.lazyRemove,
html.qubes .displayTableContainer button.summarizationRow span.lazyRemove,
.displayTableContainer html.qubes button.summarizationRow span.lazyRemove,
html.qubes .drilldownRow.ui-button span.lazyAdd,
html.qubes .displayTableContainer button.drilldownRow span.lazyAdd,
.displayTableContainer html.qubes button.drilldownRow span.lazyAdd,
html.qubes .drilldownRow.ui-button span.lazyRemove,
html.qubes .displayTableContainer button.drilldownRow span.lazyRemove,
.displayTableContainer html.qubes button.drilldownRow span.lazyRemove,
html.qubes .not-sortable.ui-button span.lazyAdd,
html.qubes .displayTableContainer button.not-sortable span.lazyAdd,
.displayTableContainer html.qubes button.not-sortable span.lazyAdd,
html.qubes .not-sortable.ui-button span.lazyRemove,
html.qubes .displayTableContainer button.not-sortable span.lazyRemove,
.displayTableContainer html.qubes button.not-sortable span.lazyRemove {
    float: right;
    font-size: 22px;
    margin-top: -3px
}

html.qubes ._mdButtonTreeButton.ui-state-hover .ui-icon,
html.qubes .summarizationRow.ui-state-hover .ui-icon,
html.qubes .drilldownRow.ui-state-hover .ui-icon,
html.qubes .not-sortable.ui-state-hover .ui-icon {
    background-image: url(../../images/jqui/ui-icons_fff_256x240.png)
}

html.qubes ._mdButtonTreeButton .ui-icon,
html.qubes .summarizationRow .ui-icon,
html.qubes .drilldownRow .ui-icon,
html.qubes .not-sortable .ui-icon {
    margin-top: 2px
}

html.qubes ._mdButtonTreeButton .ui-corner-all,
html.qubes ._mdButtonTreeButton .displayTableContainer button,
.displayTableContainer html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton .filtersWrapper button,
.filtersWrapper html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton #pageLevelFilters button,
#pageLevelFilters html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton #subscriptionDlg button,
#subscriptionDlg html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton .ui-corner-top,
html.qubes ._mdButtonTreeButton .ui-corner-left,
html.qubes ._mdButtonTreeButton .ui-corner-tl,
html.qubes .summarizationRow .ui-corner-all,
html.qubes .summarizationRow .displayTableContainer button,
.displayTableContainer html.qubes .summarizationRow button,
html.qubes .summarizationRow .filtersWrapper button,
.filtersWrapper html.qubes .summarizationRow button,
html.qubes .summarizationRow #pageLevelFilters button,
#pageLevelFilters html.qubes .summarizationRow button,
html.qubes .summarizationRow #subscriptionDlg button,
#subscriptionDlg html.qubes .summarizationRow button,
html.qubes .summarizationRow .ui-corner-top,
html.qubes .summarizationRow .ui-corner-left,
html.qubes .summarizationRow .ui-corner-tl,
html.qubes .drilldownRow .ui-corner-all,
html.qubes .drilldownRow .displayTableContainer button,
.displayTableContainer html.qubes .drilldownRow button,
html.qubes .drilldownRow .filtersWrapper button,
.filtersWrapper html.qubes .drilldownRow button,
html.qubes .drilldownRow #pageLevelFilters button,
#pageLevelFilters html.qubes .drilldownRow button,
html.qubes .drilldownRow #subscriptionDlg button,
#subscriptionDlg html.qubes .drilldownRow button,
html.qubes .drilldownRow .ui-corner-top,
html.qubes .drilldownRow .ui-corner-left,
html.qubes .drilldownRow .ui-corner-tl,
html.qubes .not-sortable .ui-corner-all,
html.qubes .not-sortable .displayTableContainer button,
.displayTableContainer html.qubes .not-sortable button,
html.qubes .not-sortable .filtersWrapper button,
.filtersWrapper html.qubes .not-sortable button,
html.qubes .not-sortable #pageLevelFilters button,
#pageLevelFilters html.qubes .not-sortable button,
html.qubes .not-sortable #subscriptionDlg button,
#subscriptionDlg html.qubes .not-sortable button,
html.qubes .not-sortable .ui-corner-top,
html.qubes .not-sortable .ui-corner-left,
html.qubes .not-sortable .ui-corner-tl {
    border-top-left-radius: 4px
}

html.qubes ._mdButtonTreeButton .ui-corner-all,
html.qubes ._mdButtonTreeButton .displayTableContainer button,
.displayTableContainer html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton .filtersWrapper button,
.filtersWrapper html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton #pageLevelFilters button,
#pageLevelFilters html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton #subscriptionDlg button,
#subscriptionDlg html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton .ui-corner-top,
html.qubes ._mdButtonTreeButton .ui-corner-right,
html.qubes ._mdButtonTreeButton .ui-corner-tr,
html.qubes .summarizationRow .ui-corner-all,
html.qubes .summarizationRow .displayTableContainer button,
.displayTableContainer html.qubes .summarizationRow button,
html.qubes .summarizationRow .filtersWrapper button,
.filtersWrapper html.qubes .summarizationRow button,
html.qubes .summarizationRow #pageLevelFilters button,
#pageLevelFilters html.qubes .summarizationRow button,
html.qubes .summarizationRow #subscriptionDlg button,
#subscriptionDlg html.qubes .summarizationRow button,
html.qubes .summarizationRow .ui-corner-top,
html.qubes .summarizationRow .ui-corner-right,
html.qubes .summarizationRow .ui-corner-tr,
html.qubes .drilldownRow .ui-corner-all,
html.qubes .drilldownRow .displayTableContainer button,
.displayTableContainer html.qubes .drilldownRow button,
html.qubes .drilldownRow .filtersWrapper button,
.filtersWrapper html.qubes .drilldownRow button,
html.qubes .drilldownRow #pageLevelFilters button,
#pageLevelFilters html.qubes .drilldownRow button,
html.qubes .drilldownRow #subscriptionDlg button,
#subscriptionDlg html.qubes .drilldownRow button,
html.qubes .drilldownRow .ui-corner-top,
html.qubes .drilldownRow .ui-corner-right,
html.qubes .drilldownRow .ui-corner-tr,
html.qubes .not-sortable .ui-corner-all,
html.qubes .not-sortable .displayTableContainer button,
.displayTableContainer html.qubes .not-sortable button,
html.qubes .not-sortable .filtersWrapper button,
.filtersWrapper html.qubes .not-sortable button,
html.qubes .not-sortable #pageLevelFilters button,
#pageLevelFilters html.qubes .not-sortable button,
html.qubes .not-sortable #subscriptionDlg button,
#subscriptionDlg html.qubes .not-sortable button,
html.qubes .not-sortable .ui-corner-top,
html.qubes .not-sortable .ui-corner-right,
html.qubes .not-sortable .ui-corner-tr {
    border-top-right-radius: 4px
}

html.qubes ._mdButtonTreeButton .ui-corner-all,
html.qubes ._mdButtonTreeButton .displayTableContainer button,
.displayTableContainer html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton .filtersWrapper button,
.filtersWrapper html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton #pageLevelFilters button,
#pageLevelFilters html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton #subscriptionDlg button,
#subscriptionDlg html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton .ui-corner-bottom,
html.qubes ._mdButtonTreeButton .ui-corner-left,
html.qubes ._mdButtonTreeButton .ui-corner-bl,
html.qubes .summarizationRow .ui-corner-all,
html.qubes .summarizationRow .displayTableContainer button,
.displayTableContainer html.qubes .summarizationRow button,
html.qubes .summarizationRow .filtersWrapper button,
.filtersWrapper html.qubes .summarizationRow button,
html.qubes .summarizationRow #pageLevelFilters button,
#pageLevelFilters html.qubes .summarizationRow button,
html.qubes .summarizationRow #subscriptionDlg button,
#subscriptionDlg html.qubes .summarizationRow button,
html.qubes .summarizationRow .ui-corner-bottom,
html.qubes .summarizationRow .ui-corner-left,
html.qubes .summarizationRow .ui-corner-bl,
html.qubes .drilldownRow .ui-corner-all,
html.qubes .drilldownRow .displayTableContainer button,
.displayTableContainer html.qubes .drilldownRow button,
html.qubes .drilldownRow .filtersWrapper button,
.filtersWrapper html.qubes .drilldownRow button,
html.qubes .drilldownRow #pageLevelFilters button,
#pageLevelFilters html.qubes .drilldownRow button,
html.qubes .drilldownRow #subscriptionDlg button,
#subscriptionDlg html.qubes .drilldownRow button,
html.qubes .drilldownRow .ui-corner-bottom,
html.qubes .drilldownRow .ui-corner-left,
html.qubes .drilldownRow .ui-corner-bl,
html.qubes .not-sortable .ui-corner-all,
html.qubes .not-sortable .displayTableContainer button,
.displayTableContainer html.qubes .not-sortable button,
html.qubes .not-sortable .filtersWrapper button,
.filtersWrapper html.qubes .not-sortable button,
html.qubes .not-sortable #pageLevelFilters button,
#pageLevelFilters html.qubes .not-sortable button,
html.qubes .not-sortable #subscriptionDlg button,
#subscriptionDlg html.qubes .not-sortable button,
html.qubes .not-sortable .ui-corner-bottom,
html.qubes .not-sortable .ui-corner-left,
html.qubes .not-sortable .ui-corner-bl {
    border-bottom-left-radius: 4px
}

html.qubes ._mdButtonTreeButton .ui-corner-all,
html.qubes ._mdButtonTreeButton .displayTableContainer button,
.displayTableContainer html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton .filtersWrapper button,
.filtersWrapper html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton #pageLevelFilters button,
#pageLevelFilters html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton #subscriptionDlg button,
#subscriptionDlg html.qubes ._mdButtonTreeButton button,
html.qubes ._mdButtonTreeButton .ui-corner-bottom,
html.qubes ._mdButtonTreeButton .ui-corner-right,
html.qubes ._mdButtonTreeButton .ui-corner-br,
html.qubes .summarizationRow .ui-corner-all,
html.qubes .summarizationRow .displayTableContainer button,
.displayTableContainer html.qubes .summarizationRow button,
html.qubes .summarizationRow .filtersWrapper button,
.filtersWrapper html.qubes .summarizationRow button,
html.qubes .summarizationRow #pageLevelFilters button,
#pageLevelFilters html.qubes .summarizationRow button,
html.qubes .summarizationRow #subscriptionDlg button,
#subscriptionDlg html.qubes .summarizationRow button,
html.qubes .summarizationRow .ui-corner-bottom,
html.qubes .summarizationRow .ui-corner-right,
html.qubes .summarizationRow .ui-corner-br,
html.qubes .drilldownRow .ui-corner-all,
html.qubes .drilldownRow .displayTableContainer button,
.displayTableContainer html.qubes .drilldownRow button,
html.qubes .drilldownRow .filtersWrapper button,
.filtersWrapper html.qubes .drilldownRow button,
html.qubes .drilldownRow #pageLevelFilters button,
#pageLevelFilters html.qubes .drilldownRow button,
html.qubes .drilldownRow #subscriptionDlg button,
#subscriptionDlg html.qubes .drilldownRow button,
html.qubes .drilldownRow .ui-corner-bottom,
html.qubes .drilldownRow .ui-corner-right,
html.qubes .drilldownRow .ui-corner-br,
html.qubes .not-sortable .ui-corner-all,
html.qubes .not-sortable .displayTableContainer button,
.displayTableContainer html.qubes .not-sortable button,
html.qubes .not-sortable .filtersWrapper button,
.filtersWrapper html.qubes .not-sortable button,
html.qubes .not-sortable #pageLevelFilters button,
#pageLevelFilters html.qubes .not-sortable button,
html.qubes .not-sortable #subscriptionDlg button,
#subscriptionDlg html.qubes .not-sortable button,
html.qubes .not-sortable .ui-corner-bottom,
html.qubes .not-sortable .ui-corner-right,
html.qubes .not-sortable .ui-corner-br {
    border-bottom-right-radius: 4px
}

html.qubes #pageBuilderDlg #pbTabs>div {
    height: 100%
}

html.qubes #pageBuilderDlg #pbTabs input[type=checkbox] {
    height: 20px;
    width: 20px
}

html.qubes #pageBuilderDlg #pbTabs table {
    background-color: #f5f5f5;
    border-spacing: 5px
}

html.qubes #pageBuilderDlg #pbTabs .tabNavButtons {
    margin-top: 20px;
    text-align: center
}

html.qubes #pageBuilderDlg #pbTabs .tabNavButtons button {
    padding: 5px !important
}

html.qubes #pageBuilderDlg #pbTabs #pbCube #inputContainer {
    margin-top: 100px;
    margin-left: 100px;
    text-align: left
}

html.qubes #pageBuilderDlg #pbTabs #pbCube #inputContainer .inputLabel {
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px
}

html.qubes #pageBuilderDlg #pbTabs #pbCube #cubeHelp {
    min-height: 55px;
    text-align: left;
    margin-top: 15px
}

html.qubes #pageBuilderDlg #pbTabs #pbGroup table td,
html.qubes #pageBuilderDlg #pbTabs #pbData table td {
    width: 25%
}

html.qubes #pageBuilderDlg #pbTabs #pbGroup table td:not(:first-child),
html.qubes #pageBuilderDlg #pbTabs #pbData table td:not(:first-child) {
    border-left: 1px solid #ccc
}

html.qubes #pageBuilderDlg #pbTabs td {
    padding: 5px;
    background-color: #fff
}

html.qubes .sortList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    overflow: auto
}

html.qubes .sortList li {
    margin: 5px;
    padding: 5px;
    font-size: 1.2em;
    cursor: pointer
}

html.qubes #pbGroup .sortList,
html.qubes #pbData .sortList {
    cursor: auto;
    overflow: auto;
    border: 1px solid #fff
}

html.qubes #pbGroup .sortList.dropTarget,
html.qubes #pbData .sortList.dropTarget {
    border-color: #c2c2c2 !important
}

html.qubes #buttonsList.sortList {
    height: 320px;
    min-height: 320px
}

html.qubes .sortList.shortList {
    height: 262px;
    min-height: 262px
}

html.qubes .sortList.mediumList {
    height: 268px;
    min-height: 268px
}

html.qubes .sortList.tallList {
    height: 341px;
    min-height: 341px;
    padding-top: 1px
}

html.qubes #pageBuilderDlg #pbOther table {
    border-spacing: 0px
}

html.qubes #sortBuilder td {
    padding-bottom: 10px
}

html.qubes #sortBuilder td:nth-child(3) button {
    height: 40px
}

html.qubes #linkBuilderDlg .lazyAdd,
html.qubes #thresholdDlg .lazyAdd {
    display: none !important
}

html.qubes #linkBuilderDlg td,
html.qubes #thresholdDlg td {
    max-width: 50%;
    width: 50%;
    padding: 3px
}

html.qubes #linkBuilderDlg td:not(:first-child),
html.qubes #thresholdDlg td:not(:first-child) {
    border-left: 1px solid gray
}

html.qubes #pageAccessSelector .view,
html.qubes #userSwitchSelector .view {
    margin-bottom: 0px
}

#userSwitchSelector .view {
    margin-bottom: 0px
}

#userSwitchSelector a {
    text-decoration: none !important
}

.ui-multiselect {
    padding: 2px 0 2px 4px;
    text-align: left
}

.ui-multiselect span {
    font-size: 13px !important
}

.ui-multiselect span.ui-icon {
    float: right
}

.ui-multiselect-single .ui-multiselect-checkboxes input {
    position: absolute !important;
    top: auto !important;
    left: -9999px
}

.ui-multiselect-single .ui-multiselect-checkboxes label {
    padding: 5px !important
}

.ui-multiselect-header {
    margin-bottom: 3px;
    padding: 3px 0 3px 4px
}

.ui-multiselect-header ul {
    font-size: .9em
}

.ui-multiselect-header ul li {
    float: left;
    padding: 0 10px 0 0
}

.ui-multiselect-header a {
    text-decoration: none
}

.ui-multiselect-header a:hover {
    text-decoration: underline
}

.ui-multiselect-header span.ui-icon {
    float: left
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0
}

.ui-multiselect-menu {
    display: none;
    padding: 3px;
    position: absolute;
    z-index: 10000;
    text-align: left;
    min-width: 400px
}

.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: auto
}

.ui-multiselect-checkboxes label {
    cursor: default;
    display: block;
    border: 1px solid transparent;
    padding: 3px 1px
}

.ui-multiselect-checkboxes label input {
    position: relative;
    top: 1px
}

.ui-multiselect-checkboxes li {
    clear: both;
    font-size: .9em;
    padding-right: 3px
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label {
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid
}

.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a {
    display: block;
    padding: 3px;
    margin: 1px 0;
    text-decoration: none
}

* html .ui-multiselect-checkboxes label {
    border: none
}

.ui-multiselect-hasfilter ul {
    position: relative;
    top: 2px
}

.ui-multiselect-filter {
    float: left;
    margin-right: 10px;
    font-size: 11px
}

.ui-multiselect-filter input {
    width: 100px;
    font-size: 10px;
    margin-left: 5px;
    height: 15px;
    padding: 2px;
    border: 1px solid #292929;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box
}

.ui-widget {
    font-family: "Oxygen", sans-serif !important
}

.ui-widget-content .ui-icon,
.ui-combobox .ui-icon {
    background-image: url("../../images/jqui/ui-icons_ffffff_256x240.png")
}

._mdButtonTreeButton>.ui-icon:not(:hover) {
    background-image: url("../../images/jqui/ui-icons_222222_256x240.png")
}

.ui-button,
.displayTableContainer button,
body.legacy_tables .displayTableContainer button,
div.legacy_table_view .displayTableContainer button,
html .ui-button.ui-state-disabled:hover,
html .displayTableContainer button.ui-state-disabled:hover,
.displayTableContainer html button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
html .displayTableContainer button.ui-state-disabled:active,
.displayTableContainer html button.ui-state-disabled:active {
    border: 1px solid #248dc1;
    background: #248dc1;
    font-weight: normal;
    color: #fff
}

.ui-button,
.displayTableContainer button,
body.legacy_tables .displayTableContainer button,
div.legacy_table_view .displayTableContainer button {
    margin-right: 0px
}

.ui-button:hover,
.displayTableContainer button:hover,
body.legacy_tables .displayTableContainer button:hover,
div.legacy_table_view .displayTableContainer button:hover {
    border: 1px solid #1c6e96;
    background: #1c6e96;
    color: #fff
}

.ui-button:active,
.displayTableContainer button:active,
body.legacy_tables .displayTableContainer button:active,
div.legacy_table_view .displayTableContainer button:active {
    border: 1px solid #dadada;
    background: #1c6e96;
    color: #fff
}

.ui-combobox-span {
    overflow: hidden;
    display: flex;
    align-items: flex-end
}

.ui-autocomplete-input {
    vertical-align: middle;
    margin: 0;
    padding: 9px 32px 9px 9px;
    display: inline-block;
    height: 20px;
    line-height: 18px
}

.ui-combobox {
    position: relative;
    display: inline-block;
    vertical-align: baseline
}

.ui-combobox .ui-combobox-span .ui-combobox-input {
    flex-grow: 1;
    margin: 0;
    padding: 0 9px;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.ui-combobox .ui-combobox-span .ui-combobox-toggle {
    padding: 0;
    border-color: #333 !important;
    border-left: none !important;
    height: 40px;
    *height: 1.7em;
    *top: .1em
}

ul.ui-menu {
    z-index: 1000
}

._formBuilder .formInputs>div>label>.help {
    display: inline-block;
    margin-left: .5em;
    background-color: #fff;
    color: #999;
    border-radius: 100%;
    height: 1em;
    width: 1em;
    line-height: 1em;
    font-size: .9em;
    padding: 2px
}

.ui-widget-shadow {
    background: #fff url(../../images/jqui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    opacity: 1
}

.dialog,
[role=dialog] {
    padding: 0 0 0px 0;
    z-index: 300;
    box-sizing: content-box
}

.dialog div,
[role=dialog] div {
    box-sizing: content-box
}

.dialog .ui-dialog-titlebar,
[role=dialog] .ui-dialog-titlebar {
    font-size: 1.2em;
    font-weight: normal;
    background: #0b334c;
    border-radius: 0px !important;
    padding: .6em 1em
}

.dialog .ui-dialog-titlebar a.helpIcon,
[role=dialog] .ui-dialog-titlebar a.helpIcon {
    margin-right: 18px
}

.dialog .ui-dialog-titlebar a.maxIcon,
[role=dialog] .ui-dialog-titlebar a.maxIcon {
    margin-right: 16px;
    margin-top: -7px
}

.dialog .ui-dialog-titlebar a.restoreIcon,
[role=dialog] .ui-dialog-titlebar a.restoreIcon {
    margin-right: 18px;
    margin-top: -8px;
    display: none
}

.dialog .ui-dialog-titlebar a.defaultIcon,
[role=dialog] .ui-dialog-titlebar a.defaultIcon {
    margin-right: 39px;
    margin-top: -8px;
    color: #fff;
    padding: 2px;
    text-align: center;
    font-size: 13px
}

.dialog .ui-dialog-titlebar .ui-state-hover .ui-icon,
.dialog .ui-dialog-titlebar .ui-state-focus .ui-icon,
.dialog .ui-dialog-titlebar .ui-state-active .ui-icon,
[role=dialog] .ui-dialog-titlebar .ui-state-hover .ui-icon,
[role=dialog] .ui-dialog-titlebar .ui-state-focus .ui-icon,
[role=dialog] .ui-dialog-titlebar .ui-state-active .ui-icon {
    background-image: url("../../images/themes/accur8/jqui/ui-icons_ffffff_256x240.png")
}

.dialog .ui-dialog-titlebar .ui-dialog-titlebar-close,
[role=dialog] .ui-dialog-titlebar .ui-dialog-titlebar-close {
    background-color: #0b334c;
    border: none
}

.dialog .ui-tabs,
[role=dialog] .ui-tabs {
    border: none
}

.dialog .ui-tabs .ui-tabs-nav,
[role=dialog] .ui-tabs .ui-tabs-nav {
    background: #fff;
    border-radius: 0px !important;
    border: none
}

.dialog .ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor,
[role=dialog] .ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
    color: #000
}

.dialog .ui-tabs .ui-tabs-panel,
[role=dialog] .ui-tabs .ui-tabs-panel {
    border-radius: 0px !important;
    border: none;
    border-top: 1px solid #dadada
}

.dialog .ui-dialog-buttonpane,
[role=dialog] .ui-dialog-buttonpane {
    border-top: 1px solid #dedede;
    margin-top: .1em;
    background-color: #eee;
    padding-top: 0;
    padding-bottom: 0
}

.dialog .ui-dialog-content,
[role=dialog] .ui-dialog-content {
    overflow-y: scroll
}

.theme-colors div {
    width: 120px;
    height: 120px;
    display: inline-block;
    float: left;
    margin: 20px;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    text-shadow: 0px 0px 4px #000;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .6);
    -webkit-animation: scale 1s ease-in, slide 1s ease;
    -moz-animation: scale 1s ease-in, slide 1s ease;
    animation: scale 1s ease-in, slide 1s ease
}

.theme-colors div:hover {
    width: 130px;
    height: 130px;
    margin: 10px;
    transform: scale(1.1)
}

.theme-colors #black {
    background-color: #000
}

.theme-colors #theme-primary {
    background-color: #0b334c
}

.theme-colors #theme-secondary {
    background-color: #248dc1
}

.theme-colors #theme-tertiary {
    background-color: #5fc6f2
}

.theme-colors #table-toolbar-color {
    background-color: #0b334c
}

.theme-colors #menu-secondary-color {
    background-color: #fff
}

.theme-colors #menu-tertiary-color {
    background-color: #0b334c
}

.theme-colors #table-selected-row-color {
    background-color: #b8d5f7
}

.theme-colors #table-highlighted-row-color {
    background-color: rgba(254, 254, 0, .25)
}

.theme-colors #sqlizer-console-background {
    background-color: #248dc1
}

html.qubes .loadingDiv,
html.query .loadingDiv {
    color: #fff;
    position: fixed;
    top: 60px;
    right: 10px;
    padding: 5px;
    background-color: #0b334c;
    border: 1px solid #aaa;
    border-radius: 15px
}

html.qubes .loadingDiv.hidden,
html.query .loadingDiv.hidden {
    display: none !important
}

.highcharts-tooltip table .header {
    font-size: medium;
    font-weight: bold;
    text-align: left
}

.highcharts-tooltip table .header-border {
    border-bottom: 1px solid #0b334c
}

html.query-plan body {
    background: url(/css/images/texture-noise.png);
    margin: 0;
    font-size: 14px;
    overflow: hidden
}

html.query-plan #header {
    display: flex;
    align-items: center;
    padding-top: 3px;
    padding-left: 8px;
    background-color: #0b334c;
    min-height: 35px
}

html.query-plan #header h1 {
    font-size: 24px;
    color: #5fc6f2;
    font-weight: bolder
}

html.query-plan #chart,
html.query-plan #footer {
    position: absolute;
    top: 0
}

html.query-plan #footer {
    z-index: 1;
    display: block;
    font-size: 36px;
    font-weight: 300;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap
}

html.query-plan #footer.inverted {
    color: #fff;
    text-shadow: 0 1px 4px #000
}

html.query-plan #footer {
    top: 680px;
    right: 140px;
    text-align: right
}

html.query-plan #infoPane {
    border-top: solid
}

html.query-plan rect {
    fill: none;
    pointer-events: all
}

html.query-plan line {
    stroke: #000;
    stroke-width: 1.5px
}

html.query-plan .string,
html.query-plan .regexp {
    color: #f39
}

html.query-plan .keyword {
    color: #00c
}

html.query-plan .comment {
    color: #777;
    font-style: oblique
}

html.query-plan .number {
    color: #369
}

html.query-plan .class,
html.query-plan .special {
    color: #1181b8
}

html.query-plan a:link,
html.query-plan a:visited {
    color: #000;
    text-decoration: none
}

html.query-plan a:hover {
    color: #666
}

html.query-plan .hint {
    position: absolute;
    right: 0;
    width: 1280px;
    font-size: 12px;
    color: #999
}

html.query-plan .node circle {
    cursor: pointer;
    fill: #fff;
    stroke: #4682b4;
    stroke-width: 1.5px
}

html.query-plan .node text {
    font-size: 11px
}

html.query-plan path.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px
}

html.query-plan .d3-tip {
    line-height: 1;
    padding: 12px;
    background: #b0c4de;
    color: #fff;
    border-radius: 5px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #4682b4
}

html.query-plan .d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: #b0c4de;
    content: "▼";
    position: absolute;
    text-align: center
}

html.query-plan .d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0
}

html.query-plan .d3-tip .qp-details {
    font-size: 10px
}

html.query-plan #query-plan {
    overflow: hidden;
    box-sizing: border-box
}

html.query-plan .qp-details {
    font-family: Courier, Monaco, monospace;
    color: navy
}

html.query-plan .qp-sql-display {
    display: block;
    unicode-bidi: embed;
    white-space: pre
}

html.query-plan .svg-content {
    display: inline-block;
    position: absolute;
    left: 0
}

.dialog .ui-tabs .ui-state-hover:not(.ui-state-active) a:link {
    color: #fff
}

.dialog .ui-tabs .ui-state-active {
    background-image: none;
    background-color: #e8e8e8;
    color: #212121
}

.dialog .ui-tabs .ui-tabs-panel {
    background-color: #e8e8e8
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background-image: none;
    background-color: #30b5ee;
    color: #fff
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("/images/jqui/ui-icons_ffffff_256x240.png")
}

.displayTableContainer table tr.selected {
    outline: 0px
}

.displayTableContainer table tr th {
    border-bottom: 2px solid #fff
}

.displayTableContainer table tr th:not(:last-child) {
    border-right: 2px solid #fff
}

.displayTableContainer table tr th .column_label {
    text-shadow: 0px 1px 0px #fff
}

.displayTableContainer table tr.summations th {
    background-color: #ddd;
    font-weight: bold
}

/*# sourceMappingURL=qubes_accur8-theme.css.map */