/* RESET */
html,
body,
.g-app {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

body {
  margin: 0;
  overflow: hidden;
  background-color:white;
}

/* DOJO/DIJIT OVERRIDES */
.calcite .dijitTitlePaneTitle,
.calcite .dijitTitlePaneTextNode {
  font-size: 12px;
}

.calcite .dijitTitlePaneTitle {
  padding: 4px 6px;
}

.calcite .dijitTitlePane {
  border: 1px solid #ebebeb;
}

.calcite .dijitTitlePaneContentOuter {
  /*border-top: 1px solid #ebebeb;*/
  border: none;
}

.calcite .esriSimpleSliderTL {
  top: 55px;
}

#esri.Map_2_zoom_slider {
	top: 15px !important;
}

/* STYLES */
/* Note: you need to match or trump Calcite-Bootstrap specificity */

/* 
.g-app .tab-content {
  height: calc(100% - 113px);
}

.tab-content {
  flex: 1 1 auto;
}
*/

.g-app .tab-pane,
.g-app .tab-pane > div {
  height: 100%;
}

.g-app .tab-pane {
  height: 100%;
}

.g-indent {
  margin-left: 20px;
}

.g-loading {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-image: url("images/LoadingAnimation16_Trans.gif");
  vertical-align: middle;
}

.g-modal-plot .modal-dialog {
  width: 800px;
}
.g-temporal-plot {
  min-width: 700px;
}
.g-temporal-plot .c3-axis-x .tick {
  display: none;
}

.g-app-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: #f8f8f8;
}
.g-app-loading .progress {
  width: 200px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f8f8f8;
}
.g-app-loading .g-error {
  height: 50px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
}
.g-app-loading .progress {
  border-radius: 5px;
}
.g-app-loading .progress-bar {
  border-radius: 4px;
}

/* HEADER */
/* HEADER - BRANDING */
.g-branding {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.g-brand-logo {
  width: 28px;
  height: 28px;
}

.g-header .g-branding .navbar-brand {
  color: #404040;
  transition: color linear 250ms;
}

.g-header .g-branding .navbar-brand:hover {
  color: #000;
}

/* HEADER - NAV */
.g-header.navbar-inverse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
  background-color: #fff;
}

.g-header .navbar-nav {
  display: flex;
  align-items: baseline;
  font-weight: 200;
  color: #404040;
}

.g-header .navbar-nav .nav-item {
  float: none;
}

.g-header .navbar-nav .nav-item.active {
  background: transparent;
}

.g-header .navbar-nav .nav-item .nav-link {
  float: none;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 12px;
  padding-bottom: 6px;
  margin-bottom: 2px;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: #404040;
  transition: all linear 250ms;
}

.g-header .navbar-nav .nav-item .nav-link:hover,
.g-header .navbar-nav .nav-item .nav-link:focus {
  border-bottom: 4px solid #2890ce;
  color: #007ac2;
}

.g-header .navbar-nav .nav-item.active .nav-link {
  border-bottom: 4px solid #2890ce;
  background: transparent;
  color: #000;
}

.g-header .navbar-nav .nav-item .g-nav-dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: #404040;
  transition: color linear 250ms;
}

.g-header .navbar-nav .nav-item .g-nav-dropdown-link:hover,
.g-header .navbar-nav .nav-item .g-nav-dropdown-link:focus {
  border: 0;
  background: transparent;
  color: #007ac2;
}

.g-nav-dropdown-icon {
  width: 24px;
  height: 24px;
  fill: #2890ce;
}

/* USER ACCOUNT */
.g-tools .g-signin,
.g-tools .g-signin {
  font-size: 16px;
  color: #404040;
  transition: color linear 250ms;
}

.g-tools .g-signin:hover,
.g-tools .g-signin:focus {
  color: #007ac2;
}

.g-user:hover {
  text-decoration: none;
}

.g-user-thumb {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  border-radius: 100%;
  background: #bbb;
}

.g-username {
  font-size: 16px;
  color: #404040;
  transition: color linear 250ms;
}

.g-user:hover .g-username,
.g-user:focus .g-username {
  color: #007ac2;
  text-decoration: underline;
}

/* SEARCH PANEL */
.g-search-panel {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

/* SEARCH PANEL - SEARCHBAR ROW */
.g-search-bar-row {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #0670ae;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.g-search-bar {
  display: flex;
  align-items: center;
  width: 1024px;
  padding: 8px 0;
}

.g-search-bar-title {
  width: 30%;
  margin-right: 16px;
  font-size: 20px;
  color: #fff;
}

/* SEARCH PANEL - SEARCH INPUT OVERRIDES */
.g-search-bar .search-box {
  width: calc(70% - 48px);
  padding: 0px 16px;
}

.g-search-bar .search-box .input-group {
  display: flex;
  align-items: center;
  background: #fff;
}

.g-search-bar .search-box .input-group input {
  width: calc(100% - 151px);
  padding: 8px 4px;
  font-size: 16px;
}

.g-search-bar .search-box .input-group input:focus {
  box-shadow: none;
}

.g-search-bar .search-box .form-control {
  border: 0;
}

.g-search-bar .search-box .esri-icon-search {
  margin: 0 25px 0 15px;
  font-size: 16px;
  color: #404040;
}

.g-search-bar .search-box .btn {
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 25px;
  border: 1px solid #fff;
  background: #004874;
  font-size: 14px;
}

/* SEARCH PANEL - CONTENT */
.g-search-content-row {
  display: flex;
  width: 1024px;
  padding: 12px 0px;
}

.g-search-pane-left {
  width: 30%;
  margin-right: 16px;
}

.g-search-pane-right {
  width: calc(70% - 46px);
  /* padding: 15px 0; */
}

.g-filter-collapse {
  margin-bottom: 10px;
}

.g-filter-collapse.last {
  margin-bottom: 25px;
}

.g-filter-create-btn {
  display: flex;
  width: 100%;
  margin-top: 25px;
  padding: 10px 20px;
  border: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #2890ce;
  transition: background linear 250ms;
}

.g-filter-create-btn:hover {
  background: #0970ae;
}

.g-filter-create-btn label {
  margin: 0 0 0 15px;
  font-weight: 200;
  color: #fff;
  transition: color linear 250ms;
}

.g-filter-create-btn:hover label {
  cursor: pointer;
}

.g-filter-create-icon {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: fill linear 250ms;
}

.g-search-content-row .g-drop-pane {
  border: 0;
}

.g-search-pane-left .dijitTitlePaneTitle {
  /* resolves map disappearing issue #63
  and will apply to all search facets */
  overflow-y: hidden !important;
  padding: 6px 10px;
  background: #fff;
  transition: background linear 250ms;
}

.g-search-pane-left .dijitTitlePaneTitle:hover {
  background: #f8f8f8;
}

.g-search-pane-left .dijitTitlePaneTextNode {
  font-size: 14px;
}

.g-search-pane-left .dijitTitlePaneContentInner {
  position: relative;
  padding: 8px;
}

/* SEARCH PANEL - COLLAPSIBLE CARDS */
.g-drop-pane .dijitTitlePaneTextNode {
  margin-left: 8px;
}

.g-drop-pane.fixed .dijitTitlePaneTextNode {
  margin-left: 0;
}

.g-drop-pane .dijitTitlePaneTitle.dijitTitlePaneTitleOpen.dijitOpen {
  background: #606060;
  color: #fff;
}

.g-drop-pane.fixed .dijitTitlePaneTitle {
  cursor: auto;
  pointer-events: none;
}

.g-drop-pane.fixed .dijitTitlePaneTitleFocus {
  cursor: auto;
  position: relative;
}

.g-drop-pane .g-drop-pane-arrow svg {
  width: 24px;
  height: 24px;
  fill: #959595;
  transform: rotate(-90deg);
  transition: transform ease-in-out 250ms;
}

.g-drop-pane .dijitOpen .g-drop-pane-arrow svg {
  fill: #fff;
  transform: rotate(0deg);
}

.g-drop-pane.fixed .g-drop-pane-arrow svg {
  display: none;
}

.g-drop-pane-tools {
  float: right;
  vertical-align: middle;
}

.g-drop-pane.fixed .g-drop-pane-tools {
  pointer-events: all;
}

.g-drop-pane-tools input {
  vertical-align: top;
  cursor: pointer;
}

.g-drop-pane-tools label {
  margin-left: 3px;
  font-size: 10px;
  font-weight: normal;
  cursor: pointer;
}

.g-drop-pane .g-drop-pane-tools svg {
  display: none;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.g-drop-pane .dijitOpen .g-drop-pane-tools svg {
  display: block;
}

.g-drop-pane .g-entries {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 13px;
}

.g-entry-links > div {
  max-width: 280px;
  padding: 2px 2px;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-spatial-filter-map {
  height: 300px !important;
  width: auto !important;
  border: solid 2px green;
}

.g-spatial-filter-relations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 0;
  font-size: 12px;
}

.g-spatial-filter-relation label {
  margin-left: 10px;
  font-weight: 200;
}

.g-spatial-filter-locator {
  position: absolute;
  z-index: 31;
  /* these dims should be fixed but they change in code */
  left: 25px !important;
  top: 25px !important;
}

/* APPLIED FILTERS */
.g-applied-filters {
  display: flex;
  align-items: center;
  padding: 0px 16px;
}

.g-applied-filters-clear {
  margin-bottom: 10px;
  color: #de2900;
}

.g-applied-filters-clear:hover,
.g-applied-filters-clear:focus {
  color: #de2900;
}

.g-entries {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.g-applied-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px 10px 0;
  padding: 4px 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.g-applied-filter span {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.g-applied-filter a {
  display: flex;
  margin-left: 10px;
}

.g-applied-filter svg {
  width: 24px;
  height: 24px;
  fill: #959595;
}

/* SEARCH RESULTS PANE */

.g-search-results-pane {
  position: relative;
  /* height: calc(100% - 32px); */
  padding: 0px 16px;
}

.g-search-results-header {
  display: flex;
  justify-content: flex-end;
  /* border-bottom: 1px solid #e4e4e4; */
}

.g-search-results-sort {
  position: relative;
}

.g-search-results-sort-container {
  display: flex;
  align-items: center;
}

.g-search-results-sort-link {
  display: flex;
  align-items: center;
  color: #4c4c4c;
}

.g-search-results-sort-link-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transform: rotateY(180deg);
}

.g-search-results-sort-btn {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 15px;
}

.g-search-results-sort-btn.hidden {
  display: none;
}

.g-search-results-sort-btn svg {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.g-search-results-sort-btn.desc svg {
  transform: rotateX(180deg);
}

.g-search-results-sort-btn span {
  font-size: 14px;
  font-weight: 400;
}

.g-search-results-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-top: 1px solid #e4e4e4; */
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 8px;
}

.g-search-results-pane .g-sort-dropdown {
  display: inline-block;
  width: 120px;
}
.g-search-results-pane .g-sort-dropdown .glyphicon {
  padding-left: 2px;
  margin-bottom: 2px;
}

.g-paging {
  display: inline-block;
  margin-left: 10px;
}
.g-paging-count {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 16px;
}
.g-paging .pagination {
  margin: 0;
  font-size: 14px;
}

.g-paging .pagination li a,
.g-paging .pagination li.disabled a {
  border: 0;
  background: transparent;
}

.g-paging .pagination li a:hover {
  color: #0079c1;
  text-decoration: underline;
}

.g-paging .pagination li a:focus {
  color: #0079c1;
}

.g-paging .pagination li a.g-paging-page-num {
  padding: 4px 10px;
  margin: 0 20px;
  background: #2890ce;
  color: #fff;
}

.g-search-results {
  width: 100%;
  padding: 0px; 
  /* height: calc(100% - 80px); */
  /* overflow: auto; */
}

/* ITEM CARD */
.g-item-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 12px 0;
  padding: 8px 8px 8px 12px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.g-item-card-content {
  max-width: 100%;
}

.g-item-card-content-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/*
.g-item-card-content-header-info {
}
*/

.g-item-card-content-main {
  display: flex;
}

.g-item-card-content-info {
  flex: 1;
  min-width: 0;
}

g-item-card-content-info .g-item-card .g-item-title {
  font-weight: 400;
}

.g-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
}

.g-item-card-info-container {
  display: flex;
  align-items: center;
}

.g-item-card-info {
  display: flex;
  align-items: center;
  margin-right: 15px;
  color: #959595;
}

.g-item-card-info svg {
  width: 16px;
  height: 16px;
  margin: 3px 4px 6px 0px;
}

.g-item-card .g-item-status {
  margin-right: 0.5em;
}

.g-item-card .g-item-description,
.g-item-card .g-item-owner-and-date {
  margin: 0px 0px 6px 0px;
  font-size: 12px;
}

.g-item-card .g-item-thumbnail {
  max-width: 64px;
  padding: 4px 4px;
}

.g-item-thumbnail img {
  width: 100%;
  height: auto;
}

/* Style for descriptions creates a cap of a few lines of text  */
.g-item-card .g-item-description {
  max-height: 40px;
  overflow: hidden;
}

.g-item-card .g-item-actions {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}

.g-item-card .g-item-actions > a,
.g-item-card .g-item-actions > .dropdown {
  margin-right: 16px;
}

.g-item-card .g-item-actions > .dropdown > .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 20px;
}

.g-scrollable-typeahead .tt-menu {
  max-height: 200px;
  overflow-y: auto;
}

.g-validation-errors {
  margin-top: 12px;
  max-height: 200px;
  overflow-y: auto;
}

.g-mapframe-container {
  position: absolute;
  top: 48px;
  left: 0;
  bottom: 4px;
  right: 0;
  height: calc(100% - 96px);
}
.g-mapframe-container > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*
.g-input-number {
  width: 200px;
}
*/
.modal-body > .g-settings-pane {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 10px;
}

.g-labels-right .form-group input {
  margin-bottom: 10px;
}
.g-labels-right .control-label {
  text-align: right;
  color: #6e6e6e;
  font-size: 14px;
}

.calcite .gxePrimaryToolbar > .gxeTabs > .gxeTabButton {
  border: 1px solid #ccc;
}

/*
.gxePrimaryToolbar > .gxeTabs > div {
  float: right;
}
.gxePrimaryToolbar > .gxeTabs > .gxeMessageArea {
  clear: right;
  position: relative;
  left: 200px;
  margin-top: -20px;
}
*/

.g-temporal-bar {
  margin-bottom: 5px;
}
.g-temporal-bar select {
  margin-left: 3px;
}
.g-temporal-bar label {
  font-size: 11px;
  margin-left: 10px;
}
.g-temporal-bar .calendar {
  width: 16px;
  height: 16px;
  margin: 4px 0px 8px 0px;
  vertical-align: top;
  cursor: pointer;
}
/*
.g-start-date {
}
*/
.g-end-date {
  float: right;
}
/*
.g-start-date .g-start-date-calendar {
}
.g-end-date .g-end-date-calendar {
}
.g-start-date .g-start-date-calendar-label {
}
.g-end-date .g-end-date-calendar-label {
}
*/
.g-temporal-d3 svg {
  /*font: 10px sans-serif;*/
  font-size: 9px;
}

.g-temporal-d3 .axis path,
.g-temporal-d3 .axis line {
  fill: none;
  stroke: #cccccc;
  shape-rendering: crispEdges;
}

.g-temporal-d3 .dot {
  /* #0079c1 #818181 #1db87b #FFC300 #f6b052 #ff7f0e; */
  stroke: #818181;
  fill-opacity: 0;
}

.g-temporal-d3 .area {
  /* #818181 #a7a7a7 */
  fill: #a7a7a7;
}

.g-temporal-d3 .brush .extent {
  stroke: #fff;
  fill: #b3b3b3;
  fill-opacity: 0.125;
  shape-rendering: crispEdges;
}

.g-temporal-d3 .resize path {
  /* #bfbfbf #b3b3b3 #818181 */
  fill: #0079c1;
  fill-opacity: 0.6;
  stroke: #0079c1;
  stroke-width: 1.5px;
}

.g-temporal-d3 .tooltip,
.g-spatial-filter-d3-tooltip {
  position: absolute;
  padding: 5px;
  pointer-events: none;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #cccccc;
  border-radius: 5px;
  z-index: 99;
}

.dijitTooltipContainer,
.dijitTooltipContainer > div,
.dijitTooltipContainer > div > div,
.dijitTooltipContainer > div > div > div {
  width: 100%;
  height: 100%;
}

.g-preview-error {
  position: absolute;
  color: black;
  background-color: white;
  left: 32%;
  right: 32%;
  top: 50%;
  z-index: 1;
  padding: 3px;
  border: #000000 solid thin;
  border-radius: 4px;
  text-align: center;
}

.g-access-groups {
  margin: 0px;
  padding: 5px;
  max-height: 100px;
  overflow-y: auto;
  border: 1px solid #cccccc;
  list-style-type: none;
}

.modal-dialog .navbar {
  min-height: 0px;
  margin-bottom: 8px;
}

/* ABOUT PANEL - CONTENT*/
.g-about-content-row {
  width: 1024px;
  height: 100%;
  margin: auto;
  overflow: hidden;
}

/* FOOTER */
.g-footer {
  position: inherit;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  background: #fff;
  box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.05);
  height:95px;
}

.g-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}

.g-footer-link {
  margin-right: 20px;
}

/* Accessibility Changes */
.btn-success {
  color: #ffffff;
  background-color: #338033;
  border-color: #50834f;
}

a {
  color: #005e95;
}

a.dropdown-toggle:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #595959;
  background-color: #ffffff;
  border-color: #cccccc;
  cursor: not-allowed;
}

.offscreen {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip-path: inset(1px 1px 1px 1px);
  clip-path: inset(1px, 1px, 1px, 1px);
}

.skip-to-content.offscreen:focus {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0.625em 1.25em;
  background-color: #005e95;
  color: #fff;
  overflow: visible;
  clip-path: none;
  text-decoration: none;
}

.g-open-search-result-links-container {
  border: 0;
  box-shadow: none;
  background: transparent;
  margin-bottom: 12px;
}

.g-open-search-result-links {
  text-align: center;
}

.g-open-search-result-link {
  margin-left: 1em;
}

.g-range-label-link {
  margin-left: 10px;
}

/*
.g-basic-from-value {
  margin-right: 10px;
}
.g-basic-to-value {
}
*/

.g-basic-from-value-input {
  width: 140px;
}

.g-basic-to-value-input {
  width: 140px;
}

/*
.g-basic-from-value-input-label {
}

.g-basic-to-value-input-label {
}

.g-from-value {
}
*/

.g-to-value {
  float: right;
}

/*
.g-from-value-input {
}

.g-to-value-input {
}

.g-from-value-input-label {
}

.g-to-value-input-label {
}
*/
.g-input-field-note {
  font-size: 10px;
  font-style: italic;
}

.nav-padding-fix {
  padding: 0px !important;
}

.page-header .nav-tabs li.active a,
.page-header .nav-tabs a:hover {
  background-color: #fff;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: none;
}

.page-header {
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  background-color: #f6f6f6;
  border-radius: 0 3px 0 0;
}

.module > .page-header {
  margin-top: 15px;
}

#archivedDatasetTable,
#archivedDatasetTable > thead > tr > th,
#archivedDatasetTable > tbody > tr > td {
	border-color: white;
}

/* loader begins */
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 100px;
  height: 100px;
  margin: auto;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* loader ends */

/* sort icon starts */
#thDatasetName {
  padding-right: 18px;
  position: relative;
  margin-left: 80%;
}
#thDatasetName:hover {
	cursor: pointer;
}
#thDatasetName:before,
#thDatasetName:after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -5px;
  top: 50%;
  position: absolute;
  width: 0;
}
#thDatasetName.asc-on:before {
  border-bottom-color: #666;
  margin-top: -9px;
}
#thDatasetName.asc-on:after {
  border-top-color: #666;
  margin-top: 1px;
  opacity: 0.3;
}
#thDatasetName.asc-off:before {
  border-bottom-color: #666;
  margin-top: -9px;
  opacity: 0.3;
}
#thDatasetName.asc-off:after {
  border-top-color: #666;
  margin-top: 1px;
}
/* sort icon ends */