 




.header-button{
  background-color: #3c8dbc;
  color: white;
  border-color: #2E84B6
}
.btn-primary > .header-button:hover{
  background-color: #4CB1EB;
  color: white
}





.btn-primary {
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:hover {
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary > a {
  color: #fff;
}

/*a {
  color: #fff;
} */

/*
#tophecodemap > .btn-primary > a {
  color: #fff;
}
*/

.collapsibleTree .node circle {
        stroke-opacity: 0;
      }

#box_legend > div.box-header.with-border > h3.box-title {
  height: 20px;
}


#tova {
  width:157px;
  position: absolute;
  right: 10px;
  top: 6px;
  padding-bottom: 3px;
  padding-top: 3px;
}

/*  
#box_legend > div.box-header.with-border{
  text-align: center;
  padding-top: 6px;
}
 */
 
#box_legend{
  overflow-y: hidden
}
 
 
.table-container {
            overflow: auto;
            margin-top: 15px;
        }
#tb-legend{
  width: 95%; 
  border-collapse: collapse;
}
#tb-legend > tbody > tr > td {
        text-align: left;
        border: none;
        /*border: 1px solid black;*/
        text-align:left;
    }

.small-row > td {
            padding: 2px;
        }
        
.big-row > td {
  
        padding: 8px 2px 8px 2px;
}
        
    
#tb-legend > .dot {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }
 .first-col, .third-col {
        width: 25px;
    }
    
.strong{
  color: red;
  font-weight: bold;
}
 
