div.tooltip_hm {
    margin: 0;
    font-family: Consolas;
    font-size: 12pt;
    line-height: 16pt;
    /*max-width:400px;*/
    white-space: nowrap;
    position: absolute;
    border: #1a1a1a solid 1px;
    background: #f6f6f6;
    /*display: none;*/
    /*visibility: hidden;*/
}

.tooltip_lpart{
    display: inline-block;
    width:200px;
    text-align: center;
}
.tooltip_rpart{
    display: inline-block;
    width:200px;
    text-align: right;
}
.tooltip_blue{
    color: blue;
    text-decoration: underline;
}

div.tooltip_hm a:link  {
    color: blue;
    text-decoration: underline;
}

#selected_tile {
    stroke: #202020;
    stroke-width:1;
    cursor : pointer;
    opacity: 1!important;
}
rect.hidden {
    display: none;
}

rect.cell-hover {
    stroke: #120080;
    stroke-width:1px;
    cursor : pointer;
    opacity: 1;
}
.label_axis {
    font-size: 10px;
    font-weight: normal;
    font-family: consolas;
}

.label_switch {
    font-size: 12px;
    font-weight: normal;
    font-family: consolas;
}

.tile {
    shape-rendering: crispEdges;
}
.line_grid1xl {
    height : 1px;
    width : 1440px;
    fill: #d0d0d0;
}

.line_grid0xl {
    height : 1px;
    width : 1440px;
    fill: #f0f0f0;
}
.line_grid2xl {
    height : 1px;
    width : 1444px;
    fill:   #909090;
}
.line_grid3xl {
    height : 1px;
    width : 1444px;
    fill:   #d0d0d0;
}
.line_grid1yl {
    width : 1px;
    fill: #d0d0d0;
}
.line_grid0yl {
    width : 1px;
    fill: #f0f0f0;
}

.line_grid2yl {
    width : 1px;
    height: 100px;
    fill: #d0d0d0;
}

.line_grid3yl {
    width : 1px;
    height: 99px;
    fill: #f0f0f0;
}
#selected_tile {
    stroke: #202020;
    stroke-width:1;
    cursor : pointer;
    /*opacity: 1;*/
}


.tl_bar {
    width : 4px;
    fill: #F34E31;
}

.bar_1  { /* scn_idx */
    fill: #00A000;
}

.bar_2  { /* scn_seq */
    fill : #A00000;
}

.bar_segy_tpl_read_idx {
    fill : #00F000;
}

.bar_segy_tpl_read_seq {
    fill:#F00000;
}

.bar_segy_tpl_ins {
    fill : #00A0F0;
}

.bar_segy_tpl_del {
    fill : #404040;
}

.bar_segy_tpl_upd {
    fill : #E0A000;
}

.bar_segy_tpl_hot {
    fill : #C04080;
}

#tooltip {
    position: absolute;
    width: 430px;
    height: auto;
    padding: 5px;
    background-color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
    border: 1px solid #0e0e0e;
  }

  #tooltip.hidden {
    display: none;
  }

  #tooltip div {
    margin: 0;
    font-family: Consolas;
    font-size: 12pt;
    line-height: 16pt;
  }
  .tooltip_lpart{
    display: inline-block;
    width:200px;
    text-align: center;
  }
  .tooltip_rpart{
    display: inline-block;
    width:200px;
    text-align: right;
  }
  .tooltip_blue{
    color: blue;
    text-decoration: underline;
  }

  #tooltip a:link  {
    color: blue;
    text-decoration: underline;
  }

  .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    border: 15px solid #d7f1ff;
    border-radius: 50%;
    border-top: 15px solid #3498db;
    width: 80px;
    height: 80px;
    -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); }
  }

  .conteiner_link{
    text-align:right;
    margin-bottom:-3em;
    font-size   : 7pt;
    font-family : 'Lucida Console', 'Consolas';
  }

pre {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  font-family: Lucida Console, Consolas;
  font-size: 7pt;
  color: #A0A0A0;
  line-height: 1.5em;
  margin: 1rem;
  padding: 1rem;
  white-space: pre-wrap;
  word-break: break-all;
}
/*
/* heatmap tooltip */
div.tooltip_hm {
    margin: 0;
    font-family: Consolas;
    font-size: 12pt;
    line-height: 16pt;
    white-space: nowrap;
    position: absolute;
    border: #1a1a1a solid 1px;
    background: #f6f6f6;
}

.tooltip_lpart{
    display: inline-block;
    width:200px;
    text-align: center;
}
.tooltip_rpart{
    display: inline-block;
    width:200px;
    text-align: right;
}
.tooltip_blue{
    color: blue;
    text-decoration: underline;
}

div.tooltip_hm a:link  {
    color: blue;
    text-decoration: underline;
}

#selected_tile {
    stroke: #202020;
    stroke-width:1;
    cursor : pointer;
    /*opacity: 1;*/
}
rect.hidden {
    display: none;
}

rect.cell-hover {
    stroke: #120080;
    stroke-width:1px;
    cursor : pointer;
    opacity: 1;
}