
#Navbar span{
   color: #ffffff;
   font-size: 28px;
   margin-left: 320px;
   font-weight: bold;
}
#NavTop{
    background-color:#fff400;
}
.container{
    max-width: 100%;
}
.btn-primary:hover{
    background-color:#808299;
    color: white;
    border: solid 1px black;
}
.btn-primary{
    background-color:#808299;
    color: white;
    border: none;
}
.btn-secondary:hover{
    background-color:#808299;
    color: white;
    border: solid 1px black;
}
.btn-secondary{
    background-color:#808299;
    color: white;
    border: none;
}
.Navi-Header-1{
    color: #428BCA;
    font-size: 27px;
    font-weight: bold;
    margin: 0px;
}
thead{
    background-color:transparent;
}
.bg-light{
    background-color:transparent !important;
}

.table .table,
.table-layout{
   background-color: transparent;
}
.table .table td,
.table-layout td{
    color:black;
}

.table .table thead tr,
.table-layout thead tr{
    background-color: rgba(204, 204, 204, 0.2);
}

.table .table tbody tr,
.table-layout tbody tr{
    background-color: rgba(255, 255, 255, 0.7);
}

.btn-link{
  font-size:16px;
padding: 0;
}

.scrollToTop{
    width:40px;
    height: 40px;
    background-image: url('/download/file/to_top.png?CID=CSF-8B2BC8D0-2DE8-4402-BA3C-07726F7654D5');
    position:fixed;
    right:30px;
    bottom:80px;
    display:none;
}

.axis path,
.axis line, 
.axis1 path,
.axis1 line {
  fill: none;
  stroke: #E6E7E8;
  shape-rendering: crispEdges;
}

.x.axis path, .x.axis1 path {
  display: none;
}

.tooltip {   
  position: absolute;           
  text-align: center;           
  width: 150px;                  
  height: 35px;                 
  padding: 2px;             
  font: 12px sans-serif;        
  background: lightsteelblue;   
  border: 0px;      
  border-radius: 8px;           
  pointer-events: none;         
}
