div.tag-list-container {
  max-width: fit-content;
}

table.strat tr.gb td {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 3px double black;
}

table.strat td.tabnew, th.tabnew {
  border-left: solid 0.75pt black;
}

table.strat tr {
  border-collapse:collapse;
}

table.strat th, table.strat td {
  border: 0.5px solid black;
}

table.strat tr.header td { /* must be on td, not th, for DOC export to work */
  border: 1px solid black;
}

table.strat tr.bucket td {
  overflow-x: hidden;
  text-overflow: ellipsis;
}

table.strat tr.total td { /* must be on td, not th, for DOC export to work */
  border-top: 1px solid black;
  border-bottom: 3px double black;
  font-weight: bold;
}

.sectiontitle {
  margin-bottom: 0pt;
  text-align: center;
  font-size: 12pt;
  font-family: "Times New Roman";
  font-weight: bold;
}

.sectiontitle:not(.first) {
  page-break-before: always;
}

.tabtitle {
  margin-top: 18pt;
  margin-bottom: 0pt;
  text-align: left;
  font-size:11pt;
  font-family: "Times New Roman";
  font-weight: bold;
  page-break-after: avoid;
}

/* for grid layouts, use the full width for the input side */
table.lqform_table.grid td:nth-child(2) {
  width:100%;
}

div.tag_category_header {
  margin-top: 10px;
  color: darkgreen;
  font-weight: bold;
}

.dropdown-menu * hr {
  margin-top: 8px;
  margin-bottom: 8px;
}

div.strat-table-container {
  --mso-pagination:widow-orphan lines-together;
}

@media screen {
  div.strat-table-container {
    padding-top: 15px;
    page-break-inside: avoid;
  }

  td.gb_hide, th.gb_hide {
    display: none;
  }

  .data-item-container {
    border-left: solid 1px;
    float: left;
  }

  table.fltab {
  }

  div.lqtab {
    float: left;
    width: 100%;
  }

  div.lqtab > button {
    float: left;
    outline: none;
    background-color: lightgray;
  }

  div.lqtab > button.selected {
    background-color: white;
    border-bottom: none;
  }

  div.lqtab > div > div {
    width: 100%;
    display: none;
    float: left;
  }

  div.lqtab > div > div.selected {
    display: block;
  };

  div.lqtab div.lqpanel.left {
    flex-grow: 0;
  }

  div.lqtab div.lqpanel.flex {
    min-width: 25%;
    flex-grow: 1000;
  }

  div.lqtab div.lqpanel.right {
  }

  div.lqtab div.lqpanel {
    height: 30vh;
    overflow: scroll;
    width: 25%;
    display: inline-block;
    box-shadow: 1px 0 0 0 #cccccc,
    0 1px 0 0 #cccccc,
    1px 1px 0 0 #cccccc,   /* Just to fix the corner */
    1px 0 0 0 #cccccc inset,
    0 1px 0 0 #cccccc inset;
    padding: 5px;
  }

  div.lqtab div.lqpanel table, div.lqtab div.lqpanel tr, div.lqtab div.lqpanel td {
    text-align: left;
    width: 100%;
    display: block;
  }

  div.lqtab div.lqpanel tr.undefined td {
    text-decoration: line-through;
  }

  div.lqtab div.lqpanel td.pointed {
    background-color: powderblue;
  }

  div.lqtab div.lqpanel th {
    text-decoration:underline;
  }

  div.lqtab div.lqpanel tbody {
    /* overflow: scroll; */
    /* height: 265px; */
    display: block;
}

  thead.flhead {
    display: block;
  }

  tbody.flbody {
    position: absolute;
    display: block;
    overflow: auto;
    max-height: 100%;
    height:100%;
  }

  .fl {
    padding-left: 6px;
    padding-right: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204,204,204);
    height: 25px;
    word-wrap: break-word;
  }

  td.fl.truncateX {
    overflow-x: hidden;
  }

  th.fl {
    background-color: rgb(238, 238, 238);
    color: rgb(34, 34, 34);
    font-weight: normal;
    text-align: center;
  }

  .data-item {
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    display: block;
    float: left;
    padding: 1px 3px;
  }

  tr.missing td {
    background-color: lightgray;
  }

  .loan-datum {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 115px;
    white-space: nowrap;
  }

  .datum-value {
    text-align: right;
  }

  .print-footer {
    display: none;
  }

  .file-ordering {
    border: solid 1px black;
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    background-color: lightgray;
    padding: 5px;
    margin: 5px;
    cursor: move;
  }

  .file-ordering:before {
    font-family: Glyphicons Halflings;
    content: "\e068";
    vertical-align: middle;
  }

  .sortable-placeholder {
    height: 35px;
    width: 150px;
    vertical-align: middle;
    background-color: #fcf8e3;
    border: solid 1px #faebcc;
    border-radius: 5px;
    display: inline-block;
  }

  .plot-container{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }

  @media (min-width: 767px) {
    .affix,.affix-top {
      position:fixed;
    }
  }

  .popover {
    max-width: 420px;
  }

  .container {
    margin: 50px 0px 0px;
    padding-top: 10px;
  }

  h3, .h3 {
    margin-top: 0px;
  }
  /*.form-control {
  padding-bottom: 0px;
  padding-top: 0px;
}*/
  .navbar-brand {
    padding: 10px 15px;
  }

  .table {
    margin-bottom: 1px;
  }

  .table.table-sm {
    width: initial;
  }

  .modal-content {
    overflow-x: auto;
    padding: 0px 15px;
  }

  .progress-bar {
    background-color: #DB952B;
  }

  .collapse.in.table {
    display: table-row;
  }

  .tab-pane {
    margin-top: 10px;
  }

  .glyphicon {
    line-height: 17px;
  }

  .glyphicon.success {
    color: green;
  }

  .glyphicon.glyphicon-sm {
    font-size: 10px;
  }

  ul {
    margin-bottom: 0px;
  }

  .btn-file {
    position: relative;
    overflow: hidden;
  }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
  }

  .collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 100px;
    height: auto;
  }
  .collapse.partial {
    display: inline-block;
  }

  .collapse.partial.panel-inline, .panel.panel-inline, .collapsing.partial.panel-inline {
    display: inline-block;
    vertical-align: top;
  }

  .collapse.partial.panel-inline.in {
    display: inline-block;
    height: 100%;
    /*width: 100%;*/
  }

  .collapse.partial {
    overflow: hidden;
  }

  .panel-group-horizontal {
    white-space: nowrap;
  }

  .panel-group-horizontal .panel + .panel {
    margin: 0px;
  }

  .row{
    margin-left: 0;
    margin-right: 0;
  }

  .container-fluid > .row, .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .alert {
    margin-bottom: 0px;
  }

  select.form-control {
    transition: none;
  }

  .bcp-message {
    padding: 10px;
  }

  img.documentation-screenshot {
    width: 900px;
  }

  img.documentation-screenshot.screenshot-small {
    width: 200px;
  }

  .highlight, .handsontable td.diff {
    background-color: yellow;
  }

  .highlight.selected {
    border: solid 1px #000000;
  }
  /*******************
   ** FILE JOINING
   *******************/
  .join-area, .drag-selection {
    /*display: inline-block; */
    /* height: 115px; */
    border: solid 1px black;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    width: 300px;
    height: 39px;
  }

  .join-link-icon {
    font-size: 20px;
    line-height: 20px;
  }

  .join-link-icon.horizontal {
    margin-top: 45px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .join-link-icon.vertical {
    display: block;
    margin-top: 10px;
    margin-left: 65px;
    margin-bottom: 10px;
  }

  #vertical-join.join-area {
    display:block;
  }

  .join-file-icon span.glyphicon {
    display: block;
    font-size: 45px;
    line-height: 80px;
  }

  .join-file-icon .file-name {
    padding: 0px 5px;
    width: 135px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
  }

  .join-file-container {
    margin: 10px 0px;
  }

  .join-files-container {
    border: solid 1px #000;
    border-radius: 5px;
    overflow-x: scroll;
    padding: 5px;
    height: 200px;
    width: 300px;
  }

  .join-file-item {
    padding: 10px;
    border: solid 1px darkgray;
    border-radius: 5px;
  }
  /*******************
   ** END FILE JOINING
   *******************/

  a.file-list-header {
    color: #000000;
  }

  table.export-columns-table td {
    padding: 0px 5px;
  }

  .dropdown-submenu {
    position: relative;
  }

  .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  }

  .dropdown-submenu:hover>.dropdown-menu, .dropdown-submenu.lqhover>.dropdown-menu, .dropdown-submenu.force-show >.dropdown-menu  {
    display: block;
  }

  ul.dropdown-menu li.title {
    font-weight: 900;
    padding: 4px 20px;
  }

  .dropdown-submenu>a:after { /* right-hand menu caret */
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    /*margin-right: -10px;*/
  }

  .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
  }

  .dropdown-submenu.pull-left {
    float: none;
  }

  .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
  }

  ul[dnd-list] .dndPlaceholder {
    display: block;
    background-color: #ddd;
    min-height: 42px;
  }
  .chosen-container{
    width: 100% !important;
  }

  body {
    overflow: hidden;
    font-size: 13px;
  }

  .inline-block {
    display: inline-block;
  }

  .inline {
    display: inline;
  }

  .gxpage-header {
    margin-top: 0px;
    padding-bottom: 0px;
    display:inline;
    vertical-align: middle;
  }

  .drag-selection {
    border: solid 1px #B3ADAB;
    opacity:0.8;
  }

  .drag-selection-item {
    border-top: 1px solid #ddd;
  }

  .divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }

  .download-btn-container {
    float: right;
  }

  #analysis-container > iframe{
    height: 100%;
    width: 100%;
  }

  #analysis-results {
    padding-bottom: 150px;
  }

  .drop-hover {
    background-color: yellow;
  }

  #main-content {
    padding-bottom: 200px;
  }

  #main-table: {
    margin-bottom: 200px;
  }

  .scroll-container{
    height: inherit;
    width: inherit;
    overflow: auto;
  }

  .input-append .btn.dropdown-toggle {
    float: none;
  }

  .table-condensed>tbody>tr>td.selector {
    width: 25px;
    padding: 0px;
  }

  label.selector-label{
    padding: 4px 8px 8px 8px;
    margin: 0px;
  }

  div.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    font-size: 0pt;
    margin-top: -1px;
  }

  #settings-btn {
    /*width: 90%;
  margin-left: 5%;
  margin-bottom: 10px;*/
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  .hint-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
  }

  ul.error-list {
    padding: 0px;
  }

  /****************
   ** FILES TABLE
   ****************/
  tr.file-row:hover {
    background-color: #F9F9F9;
  }

  #file-list-table {
    background-color: white;
    margin-bottom: 50px;
    width: 80%;
  }

  td.date-cell {
    min-width: 90px;
  }

  td.number-cell {
    text-align: right;
  }

  td.filename {
    max-width: 250px;
    min-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  li.export-item a {
    display:inline-block;
  }
  /*****************
   ** END FILES TABLE
   *****************/

  /****************
   ** MODAL CRUMBS
   ****************/
  .modal-crumb {
    display: inline-block;
  }

  .modal-crumb a {
    color: black;
    font-weight: bold;
    font-size: 14px;
  }

  .crumb {
    display: inline-block;
    vertical-align: middle;
  }

  .crumb-super, .crumb-sub {
    font-size: 10px;
    line-height: 8px;
  }

  span.crumb-delimeter {
    padding: 0px 4px;
  }
  /******************
   ** END MODAL CRUMBS
   ******************/

  /****************
   ** DROPDOWNS
   ****************/
  .dropdown-menu ul a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /*.multi-link {
  display: inline;
}*/

  .multi-link:hover .dropdown-menu {
    display: block;
  }

  #tag-dropdown-list, #analyze-dropdown-list, ul.lqdropdown-list {
    padding: 0px;
    overflow-y: auto;
    /*max-height: 185px;*/
  }

  a.lqmenu-checked:before {
    content: "\2713";
    position: absolute;
    margin-left: -15px;
  }

  ul.lqdropdown-list {
    overflow-y: scroll;
    /* min-height: 250px; */
    max-height: 350px;
  }

  #tag-dropdown-list {
    max-height: 300px;
    list-style: none;
  }

  ul.lqdropdown-list>li>a {
    padding: 3px 20px;
    display: block;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }

  ul.lqdropdown-list>li>a.disabled {
    color: lightgray;
  }

  ul.lqdropdown-list>li>a:hover {
    background-color: inherit;
    text-decoration: none;
  }

  .analyze-dropdown-item, ul.lqdropdown-list>li {
    list-style: none;
    padding: 5px;
    min-width:250px;
  }

  .dropdown-menu {
    margin-top: 0px;
  }

  #drill-down-menu .dropdown-submenu > ul.dropdown-menu {
    max-height: 50vh;
    overflow-y: auto;
  }

  /* Submenus have a right caret to denote that they are a submenu
     This CSS makes it so that the caret isn't pushed off the horizontal axis */
  #drill-down-menu .dropdown-submenu > a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  /****************
   ** END DROPDOWNS
   ****************/

  /*********************
   ** FILE PROGRESS POPUP
   *********************/
  #file-progress-popup {
    position: fixed;
    bottom: 0px;
    right: 5px;
    width: 450px;
    z-index: 501;
  }

  #file-upload-table {
    width: 100%;
  }

  #file-upload-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .upload-header-icon {
    float: right;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
  }

  #file-upload-table td.upload-actions {
    min-width: 50px;
    padding: 0px 5px;
  }

  #file-progress-header span.glyphicon {
    color: #fff;
    float: right;
  }

  #file-upload-table tr {
    border-bottom: solid 1px #DDD;
  }

  #file-progress-header {
    border: solid 1px black;
    background-color: #434140;
    vertical-align: middle;
    line-height: 20px;
    padding: 5px;
    color: white;
    height: 30px;
  }

  #file-upload-progression {
    background-color: #FFF;
    color: black;
    border-right: solid 1px black;
    border-left: solid 1px black;
    height: 300px;
    overflow-y: scroll;

  }

  .progress-bar-container {
    height: 10px;
    width: 90px;
    border: solid 1px black;
    float: right;
  }

  .upload-progress-name {
    text-overflow: ellipsis;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10pt;
  }

  /*************************
   ** END FILE PROGRESS POPUP
   *************************/

  /****************
   ** LABEL DROPDOWN
   ****************/
  .check-box-label label {
    width: 100%;
  }

  input[type="checkbox"].tag-checkbox {
    float: left;
    margin-right: 5px;
    margin-left: 3px;
  }

  .check-box-label {
    overflow: hidden;
  }

  /********************
   ** END LABEL DROPDOWN
   ********************/



  /*********************
   ** FORMULA BUILDER
   *********************/
  .formula-input-container, .reference-container {
    display: inline-block;
    vertical-align: top;
    padding: 0px 2.5px;
    width: 400px;
  }

  .function-info {
    margin-left: 5px;
  }

  .formula-builder-tab {
    height: 365px;
  }
  /*********************
   ** END FORMULA BUILDER
   *********************/

  /**************
   ** PREVIEW PAGE
   **************/
  #file-reports-dropdown {
    display:inline;
    position: relative;
    /*margin-left:5px;*/
  }

  #column-match th {
    max-width: 300px;
  }

  .group {
    float: left;
    display: inline-block;
    margin: 2px 2px;
    /* HACK to remove whitespace from div elements being on newlines in html code*/
    font-size: 0px;
  }

  .group div{
    display: inline-block;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    background: #eeeeee;
    padding: 2px;
    font-weight: normal;
    font-size: 12px;
  }

  .group div:first-child {
    border: solid 1px #cccccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .group div:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .col-filter-item {
    position: relative;
    padding-left: 2px;
    display: inline-block;
    width: 75%;
  }

  #preview-btns {
    display: inline-block;
    float: right;
    /*width: 407px;*/
  }

  .offset-container {
    margin-top: 10px;
    float: left;
    margin-right: 10px;
  }


  #action-btn-container {
    margin-top: 10px;
    float: right;
    margin-right: 10px;
  }

  #preview-btns .btn-group {
    margin-right: 10px;
  }

  .btn-group .btn {
    pointer-events: auto;
    height: 32px;
  }

  .preview-divider {
    border-right: solid 1px #ddd;
  }

  .preview-tables {
    min-width: 680px;
    overflow-x: hidden;
    white-space: nowrap;
    /*padding-bottom: 100px;*/
    direction: rtl;
  }

  .preview-data-container{
    float: left;
  }

  .preview-table-title {
    font-family: "Times New Roman";
    font-size: 11pt;
    font-weight: bold;
    height: 31px;
    padding-top: 5px;
    padding-left: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .preview-table {
    margin-left: 5px;
    border: solid 1px #D9D9D9;
  }
  .shadow-bottom {
    position: relative;
    width: 100%;
    -webkit-box-shadow: inset 0px -10px 10px -10px #000;
    -moz-box-shadow: inset 0px -10px 10px -10px #000;
    box-shadow: 0px -10px 10px -10px #000 inset;
    /* height: 3px; */
    margin-top: -35px;
    padding-bottom: 35px;
    z-index: 2;
  }

  #preview-strat-data-container {
    position: absolute;
    display: none;
    min-height: 400px;
    background: white;
    z-index: 500;
    width: 60%;
    min-width: 300px;
    top: 5px;
  }

  .shaded{
    background-color: #f1f1f1;
  }

  #preview-strat-data {
    padding-bottom: 50px;
  }

  .scroll-container-y{
    height: inherit;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .scroll-container-x{
    overflow-x: scroll;
  }

  .stdcol {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-bar {
    margin-bottom: 10px;
  }

  .colhead {
    font-family: "Times New Roman";
    font-size: 11pt;
    font-weight: bold;
  }

  .column {
    font-family: "Times New Roman";
    font-size: 11pt;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
  }

  .preview-column {
    white-space: nowrap;
    width: 100px;
    text-overflow: ellipsis;
  }

  .error {
    border: solid 1px red;
  }

  .strat-error {
    /*width: 200px;*/
    white-space: normal;
  }

  .map-iframe, #modal-iframe {
    height: 100%;
    width: 100%;
  }

  table#column-match th {
    vertical-align: middle;
  }

  table#column-match th label{
    margin-bottom: 0px;
  }

  label.skip-transform {
    padding: 4px 25px;
    margin-bottom: 0px;
  }

  .centered {
    text-align: center;
  }

  tr.edited {
    border: solid 2px orange;
  }

  td.customized, tr.customized td {
    background: powderblue !important;
    /*border-left: solid 2px orange;*/
  }

  td.init_map, tr.init_map {
    background: #eeccf9 !important;
  }

  /******************
   ** END PREVIEW PAGE
   ******************/

  /******************
   ** STICKY HEADERS
   ******************/
  .tableFloatingHeaderOriginal {
    background: #FFFFFF;
  }

  /*********************
   ** END STICKY HEADERS
   *********************/

  /******************
   ** TABLE SORTER
   ******************/
  table.tablesorter thead tr .tablesorter-header {
    background-image: url(bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    cursor: pointer;
  }

  td.point {
    cursor: pointer;
  }

  table.tablesorter thead tr .tablesorter-header .tablesorter-header-inner {
    padding-right: 18px;
  }

  table.tablesorter thead tr .tablesorter-header.sorter-false {
    background-image: initial;
  }

  table.tablesorter thead tr .tablesorter-header.sorter-false .tablesorter-header-inner {
    padding-right: 0px;
  }

  table.tablesorter thead tr .tablesorter-headerAsc {
    background-image: url(asc.png);
  }
  table.tablesorter thead tr .tablesorter-headerDesc {
    background-image: url(desc.png);
  }

  table.tablesorter-stickyHeader {
    background: #FFFFFF;
  }
  /******************
   ** END TABLE SORTER
   ******************/

  /*************
   ** MAPS
   *************/
  .map-container {
    /*height: 500px;*/
  }
  /*************
   ** END MAPS
   *************/

  /*******************
   ** TABLE FILTERING
   *******************/
  .advanced-filter-select {
    width: 150px;
  }

  .remove-filter-btn .glyphicon {
    line-height: 11px;
    color: white;
  }

  tr.filter td {
    padding: 2px;
  }
  /*********************
   ** END TABLE FILTERING
   *********************/


  /**************
   ** FORMS
   **************/
  input.inline {
    display: inline-block;
    width: 250px;
  }

  .inline-form-wrapper {
    display: inline-block;
    margin-right: 10px;
  }

  span.info-block {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
  }

  .error-block {
    font-weight: normal;
    font-style: italic;
    font-size: smaller;
    color: red;
  }

  /**************
   ** END FORMS
   **************/

  /*******************
   ** STATUS ICONS
   *******************/
  .status-icon {
    border-radius: 7.5px;
    width: 15px;
    height: 15px;
    margin-top: 1px;
  }

  .status-icon.ok {
    background: green;
  }

  .status-icon.not-ok {
    background: red;
  }

  /*******************
   ** END STATUS ICONS
   *******************/

/* to do: remove */
  ul.scroll250 {
    overflow-y: scroll;
    min-height: 250px;
  }


  /**********************************************
   ** Uncomment to keep scroll bars visible on osx
   **********************************************/
  /*
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
 */

  /*::-webkit-scrollbar {
  z-index: 9000;
}
::-webkit-scrollbar-thumb {
  z-index: 9000;
}

 */

  .handsontable td.htSearchResult {
    background-color: #FFD700;
  }

  .handsontable td.htDimmed td.htSearchResult{
    background-color: #FFD700;
  }

  .handsontable td.htDimmed {
    background-color: #DDDDDD;
  }

  .handsontable td.listbox.htDimmed {
    background-color: initial;
  }


  #analysis-results td.htDimmed {
    background-color: #FFFFFF;
  }

  #analysis-results td.htDimmed.htSearchResult {
    background-color: #FFD700;
  }

  .list-results .handsontable td.htDimmed {
    background-color: #FFFFFF;
  }

  .handsontable td.overriden {
    background-color: powderblue !important;
  }

  .handsontable td.htWarning {
    background-color: #F6EA58 !important;
  }

  .handsontable td.htInvalid {
    background-color: #F08080 !important;
  }

  .handsontable td.noTransform {
    font-style: italic;
  }

  .handsontable td.htOverride {
    color: blue;
  }

  .handsontable td.definition {
    background-color: #FFFFFF;
  }

  .body-container {
    height: 99%;
    width: 1100px;
    padding: 0px 15px;
  }

  .page-container {
    margin-top: 55px;
  }

  .copyright-footer-container {
    position: absolute;
    left: 50%;
    bottom: 0;
  }

  .copyright-footer {
    position: relative;
    left: -50%;
    text-align: center;
    padding-bottom: 5px;
  }

  .content-container {
    vertical-align: top;
    display: inline-block;
    /* min-width: 750px; */
    /* height: 95%; */
    position: absolute; /* xxx */
  }

  .wrapper {
    position: relative;
  }

  .lqwrapper {
    position: relative;
    width: 100%;
    overflow: auto;
  }

  .disabled .glyphicon{
    color: #7F7F7F;
  }
  /*******************
   ** ALERTS
   *******************/
  .alert-float {
    float: right;
    width: 90%;
    right: 5%;
    position: absolute;
    z-index: 9999;
    box-shadow: 2px 2px 2px #888888;
/*float: right;
  width: 90%;
  left: -5%;
  position: relative;*/
  }

  /*******************
   ** END ALERTS
   *******************/

  ul {
    padding: 0px;
  }

  ul ul {
    padding-left: 12px;
  }

  table.tablesorter-left.tablesorter thead tr .tablesorter-header {
    background-position: center left;
    padding-left: 20px;
  }

  li.db-command {
    word-wrap: break-word;
  }

  .sticky-title-wrapper {
    width: inherit;
  }

  .sticky-title {
    background: #FFF;
    padding: 10px 0px;
    position: relative;
    z-index: 1;
    /*color: #fff;*/
  }

  .sticky-title.fixed {
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 0;
  }

  .sticky-title.fixed.absolute {
    position: absolute;
  }

  .italic {
    font-style: italic;
  }

  ul.dropdown-menu.notification-list {
    padding: 0px;
  }

  .notification-item {
    border-bottom: solid 1px #CCC;
    cursor: pointer;
    height: 60px;
    padding: 5px;
    vertical-align: middle;
    width: 400px;
  }

  .notification-item.unread {
    background-color: #F8F8F8;
  }

  .notification-item:hover {
    background-color: #EEE;
  }

  .notification-info {
    display: inline-block;
    height: 35px;
    vertical-align: top;
    width: 365px;
  }

  .notification-timestamp {
    color: #808080;
  }

  .empty-notification-item {
    padding-top: 9px;
  }

  .empty-notification-item .notification-info {
    text-align: center;
    padding-top: 5px;
  }

  .notification-item .notification-summary {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .notification-item .remove-notification-btn {
    cursor: default;
    padding: 5px;
  }

  .package-summary {
    display: inline-block;
    margin: 5px 5px 0px 0px;
    vertical-align: top;
  }

  .raw-col-deps .handsontable col.rowHeader {
    width: 110px;
  }

  .chosen-search input {
    box-sizing: border-box;
  }

  .chosen-container ul.chosen-results {
    max-height: 125px;
  }

  .customization-table {
    overflow: auto;
    height: 200px;
  }

  .panel.panel-customization {
    margin-bottom: 0px;
    border-radius: 0px;
  }

  .panel.panel-customization > .panel-heading {
    padding: 5px;
  }

  #entry-list a {
    color: black;
    cursor: pointer;
  }

  #entry-list {
    padding: 5px;
  }

  #entry-list li {
    list-style: none;
  }

  #entry-list li.collapsible:before {
    content: "\e114";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
    line-height: 17px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #entry-list li.collapsible.collapsed:before {
    content: "\e080";
  }

  .report-entry-heading {
    position:relative;
  }

  .report-entry-heading span.btn {
    position: absolute;
    right: 10px;
    top: 3px;
  }

  .report-entry-component {
    margin: 15px 0px;
  }

  .report-entry-title {
    display:inline-block;
  }


  .report-entry .strat{
  }

  .strat.table-bordered-dark,
  .strat.table-bordered>thead>tr>th,
  .strat.table-bordered>tbody>tr>th,
  .strat.table-bordered>tfoot>tr>th,
  .strat.table-bordered>thead>tr>td,
  .strat.table-bordered>tbody>tr>td,
  .strat.table-bordered>tfoot>tr>td {
    border: 1px solid #868686;
  }

  .strat-table {
    margin: 0px 0px 20px 0px;
  }

  table.strat tr.selected {
    background-color: #EDEDED;
  }
  /*
  .strat-table table {
    margin: 0px;
  }
 */

  .strat-table table th {
    background: #F6F6F6;
  }
  .strat-table-panel-group.panel-group .panel{
    border-radius: 0px;
  }

  .strat-table-panel-group.panel-group .panel + .panel {
    margin: 0px;
  }

  .report-versions-item{
    height     : 35px;
    line-height: 25px;
    list-style : none;
    padding    : 5px;
    width      : 250px;
  }


  .sidebar {
    vertical-align: top;
    display: inline-block;
    width: 155px;
    max-height: 90%;
    height: 100%;
    position: relative;
    padding-right: 10px;
  }

  .sidebar-header {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 7px;
    padding-bottom: 7px;
    font-weight: bold;
  }

  .sidebar-header-btns {
    float: right;
  }

  .sidebar-header-btns a {
    padding: 5px;
  }

  /******************
   ** STRAT / TABLE
   ******************/
  table.strat {
    min-width: 1%;
    max-width: 1%;
    opacity: 0; /* updated via resizeTables() */
    page-break-inside:avoid;
    position: relative;
  }

  /*
  th.strat, td.strat {
    width: 1%;
  }
  */
  table.strat /* , td.strat, th.strat */ {
    border-collapse:collapse;
    /* border: 1px solid black; */
  }

  table.strat th {
    border-bottom: solid 0.75pt black;
  }

  table.strat td {
    /*  white-space: normal; */
    padding-left: 5px;
    padding-right: 5px;
    /* border: solid 0.75pt black; */
  }

  /*
  table.strat td.tabright, table.strat th.tabright {
    text-align: right;
    padding-right: 10px;
  }

  table.strat th.input {
    text-align: center;
  }

  table.strat th.groupby {
    text-align: right;
    padding-right: 10px;
  }
 */

  table.strat th.dat {
    text-align: right;
  }

  th.file-header {
    border: 1px solid black;
    border-collapse:collapse;
    text-align:center;
  }

  .tableft {
    text-align: left;
  }

  .footnote {
    word-wrap: normal;
    white-space: normal;
  }

  .strat {
    table-layout: fixed;
    font-family: "Times New Roman";
    font-size: 10pt;
  }

  .strat_headcol_overflow {
    max-height: 50px;
    overflow: hidden;
  }

  .strat_gbtitle {
    page-break-before: always;
    margin-bottom: 6pt;
    text-align: left;
    font-size:14pt;
    text-align:center;
    font-family:Times New Roman; /* \"Helvetica Neue\",Helvetica,Arial,sans-serif; */
    /*  font-style: italic; */
    font-weight: 700;
  }

  td.firstcol, table.strat td:nth-child(1) {
    white-space:nowrap;
    /*  overflow: hidden; */
    /*  text-overflow: ellipsis; */
  }

  table.strat th:nth-child(n+2) {
    padding-right: 10px;
    text-align: right;
    padding-right: 10px;
  }

  table.strat th[colspan="1"]:nth-child(n+2) {
    text-align: right;
  }

  table.strat td:nth-child(n+2) {
    text-align: right;
    padding-right: 10px;
  }

  th.headcol {
    white-space: nowrap;
  }

  .handsontable th.no-wrap, .handsontable td.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
  }

  .handsontable th.disabled, .handsontable td.disabled {
    background: #DDDDDD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
  }

  .handsontable .glyphicon-edit {
    position: absolute;
    right: 4px;
    top: 3px;
    font-size: 10px;
    color: #A9A9A9;
    cursor: default;
    width: 16px;
    text-align: center;
    background-color: inherit;
  }

  .handsontable .htDimmed {
    color: #000000;
  }

  .drilldown-cell {
    color: #0000EE;
    text-decoration: underline;
  }
  /*********************
   ** END STRAT / TABLE
   *********************/


  .tag-input-field ul {
    list-style: none;
  }

  .tag-input-field ul li {
    background-color: #f5f5f5;
    border: solid 1px #ddd;
    border-radius: 5px;
    float: left;
    margin: 2px 5px 0px 0px;
    padding: 0px 4px;
    pointer-events: auto;
    cursor: default;
  }

  .tag-input-field-tag-container {
    pointer-events: none;
    position: absolute;
    top: 3px;
    left: 3px;
  }

  .tag-input-field span.remove-icon {
    margin-left: 5px;
  }

  .tag-list-container a {
    color: #000000;
  }

  .tag.tag-list-item.filter_on {
    background-color: powderblue;
  }

  .tag-container {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .tag-list-item {
    padding-left: 4px;
    position: relative;
    width: 90%;
  }

  .tag-list-item.editable, .tag-menu-dropdown {
    display: inline;
  }

  .tag-list-item.selected {
    border-left: solid 2px orange;
    padding-left: 2px;
  }

  /* HACK to fix increased height when hovering*/
  .tag-node {
    height: 17px;
  }

  .tag {
    overflow: hidden;
    white-space: nowrap;
  }

  .tag-menu-dropdown {
    background-color: #e9ebef;
    position: absolute;
    right: 0px;
  }

  .tag-menu-dropdown-list {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .tag-menu-dropdown-list li{
    padding-left: 10px;
  }

  .tag-list li {
    list-style: none;
    overflow: hidden;
    position: relative;
  }

  .tag-list li.collapsible:before {
    content: "\e114";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
    line-height: 17px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .tag-list li.collapsible.collapsed:before {
    content: "\e080";
  }

  .tag-menu-dropdown-item:hover, .tag-node:hover, a.filter-link:hover, .tag-list-item:hover, .analyze-dropdown-item:hover, .col-filter-item:hover, ul.lqdropdown-list>li:hover
 {
   background: #e9ebef;
   text-decoration: none;
 }

  span.glyphicon.remove-tree-node {
    color: red;
    line-height: 24px;
  }

  #tagCategoriesTree {
    margin-bottom: 20px;
  }
}

#gxfooter {
  background: transparent
}

@media print {
  table.strat {
    page-break-inside:avoid;
  }

  table.strat tr {
    page-break-inside:avoid;
  }

  div.strat-table-container:nth-child(n+2) {
    padding-top: 15px;
    page-break-inside: avoid;
  }

  .navbar, .top-bar {
    display: none;
  }

  .strat_gbtitle {
    page-break-before: always;
    margin-bottom: 6pt;
    text-align: center;
    font-size: 14pt;
    text-align: center;
    font-family: Times New Roman;
    /* font-style: italic; */
    font-weight: 700;
  }

  .strat {
    table-layout: fixed;
    font-family: "Times New Roman";
    font-size: 10pt;
  }

  table.strat /* , td.strat, th.strat */ {
    border-collapse:collapse;
    border: 1px solid black;
  }

  table.strat td, table.strat th {
    /*  white-space: normal; */
    padding-left: 5px;
    padding-right: 5px;
/*    border: solid 0.75pt black; */
  }

/*
  .strat td.tabnew, th.tabnew {
    border-left: solid 0.75pt black;
  }

  .strat td.firstcol, table.strat td:nth-child(1) {
*/
  table.strat td:nth-child(1) {
    white-space: nowrap;
  }

/*
  table.strat td.tabright {
    text-align: right;
    padding-right: 10px;
  }
*/
  .print-footer {
    display: block;
    position: fixed;
    bottom: 0;
  }

  .pdf_foot_table {
    display:table;
    width:100%;
    font-family:helvetica;
    font-size:10pt;
    vertical-align:middle;
  }
  .pdf_foot_tr {
    display:table-row;
  }
  .pdf_foot_d1 {
    display:table-cell;
    width:25%;
  }
  .pdf_foot_d2 {
    display:table-cell;
    text-align:center;
    width:50%;
  }
  .pdf_foot_d3 {
    display:table-cell;
    text-align:right;
    width:25%;
  }

  #documentation-table-of-contents {
    display: none;
  }

  #documentation-content {
    width: 100% ;
  }
}

table.strat th.gb_column_multi {
  text-align: center;
}

table.strat col.shaded  {
  background-color: lightgray;
}

table.strat.stat.strat-edit-mode {
  outline: 2px solid;
  outline-style: dashed;
  outline-offset: 5px;
  outline-color: black;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.strat-table-container > table.strat-edit-mode  {
  outline: 2px solid;
  outline-style: dashed;
  outline-offset: 5px;
  outline-color: black;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

th.strat-edit {
  cursor: pointer;
}

th.strat-edit.strat-edit-highlighted, td.strat-edit-highlighted:not(.toolbar-header) {
  background-color: #bde4ff;
}

th.strat-edit.strat-edit-hover:not(.strat-edit-highlighted), td.strat-edit-hover:not(.strat-edit-highlighted):not(.toolbar-header) {
  background-color:#e5f3ff !important;
}

th.strat-edit.strat-edit-droppable  {
  border: 3px dotted orange;
  background-color:rgb(247, 220, 169)
}

.strat-edit-draggable {
  cursor: move !important;
  user-select: none;
}

.strat-edit-requires-recalc:not(.toolbar-header) {
  background-color: yellow;
  color: darkgray;
  font-style: italic;
}

td.strat-edit-highlighted.toolbar-header > a.table-col-button {
  display: inline-block !important;
}

td.toolbar-header:not(.strat-edit-highlighted) > a.table-col-button {
  display: none !important;
}

table.strat.strat-edit-mode > thead > tr.toolbar-header > td {
  border: none;
  text-align: left !important;
  font-size: 12px !important;
}

table.strat.strat-edit-mode > thead > tr > td.toolbar-header {
  white-space: nowrap !important;
}

.table-col-button {
  margin-left: 2px;
  margin-right: 5px;
}

#push-destinations-viewer .handsontable td.current,
#push-file-viewer .handsontable td.current,
#view_push_run .handsontable td.current,
td.push-job-row-selected {
  background-color:#e5f3ff;
}

textarea.push-param-email-list {
  font-family: "Courier New", Courier, monospace;
}

textarea.push-param-formula {
  font-family: "Courier New", Courier, monospace;
}

textarea.push-param-multi-line-text {
  font-family: "Courier New", Courier, monospace;
}

/* to do: remove, or merge into general lqEditor class */
.push-param-readonly {
  opacity: 0.7;
}

th.push-dest-settings-info, td.push-dest-settings-info {
  padding-top: 2px;
  padding-right: 10px;
  vertical-align: top;
}

td.push-dest-settings-info.mono {
  font-family: "Courier New", Courier, monospace;
}

td.push-dest-settings-info.wrap {
  white-space:pre-wrap;
}

table.push-dest-settings-info {
  width: 100%;
  overflow: auto;
}

textarea.file-content-verbatim {
  white-space: pre !important;
  overflow-x: auto !important;
}
