html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color:whitesmoke;
}

.header{
  width: 100%;
  background-color:black;
  padding-left: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.header .menu{
  float: right;
}

* {
  box-sizing:border-box;
}




.container{
  overflow:auto;
  
  flex: 1 0 auto;
}


.footer {
  background-color:#a1a1a1;
  text-align:center;
  padding:10px;
  margin-top:7px;
  width: 100%;
  text-align: center;
  flex-shrink: 0;
}
.logo{
width: 300px;
}

img.boxplot{
  /* width: 100%; */
}

.legend {
  font-family: Arial,Helvetica,sans-serif;
  fill: #333333;
}

p{
  padding: 0;
  margin: 5px;
  font-size: 14px;
}



/* The search field */
#search-box {
  box-sizing: border-box;
  width: 100%;
  background-image: url('../images/searchicon.png');
  background-position: 4px 4px;
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 5px 5px 5px 30px;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#search-box:focus {outline: 3px solid #ddd;}



#ind-tree{
  margin: auto;
  padding-top: 40px;
  
  
}


 
img.s{
 width: 120px;

}


 

table{
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed; 
  word-wrap:break-word; 
}





table#ind_grid {
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left:auto; 
    margin-right:auto; 
    table-layout: fixed;
  }


  
  th {
    border-style : hidden!important;
    border-collapse: collapse;
    padding: 4px;
    width: 135px;
    min-width: 135px;
  }

  td {
    border: 1px solid black;
    padding: 4px;
    width: 135px;
    min-width: 135px;
  }
 
  .ind{
    width: 200px;
    min-width: 110px;
    background: black;
    color: white;
  }
  .ind a{
    color: white;
  }
 

  th.sort {
    cursor: pointer;
  }
  th.sort:hover {
    background: yellow;
  }

  th.cur-ind, td.cur-ind{
    background: #a1a1a1;

  }
  th.cur-ind{
    text-align: right;

  }

  th.child-ind, td.child-ind{
    background: #dbdbdb;

  }
  th.parent-ind, td.parent-ind{

    background: #f7f7f7;
  }



/* Remove default bullets */
ul.with-bullets {
  list-style-type: circle;
}
ul, #myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left:5px;
}
ul ul{
  margin-left:10px;
}
ul ul ul{
  margin-left:15px;
}
ul ul ul ul{
  margin-left:20px;
}
li.real-data{
  color: green;
  font-weight: bold;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
  
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  font-size: 16px;
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 5px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}





.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px);
}


img.table{
  width: 25px;
  padding-left: 5px;
  border:0 !important;
}

img.drilldown{
  width: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  border:0 !important;
}

img.drilldown:hover{
  transform:scale(1);
  box-shadow:2px 2px 10px rgba(0,0,0,0.3);
}
.ind-lev-1{
  margin-left:10px;
  margin-top: 5px;
}
.ind-lev-2{
  margin-left:15px;
  margin-top: 5px;
}
.ind-lev-3{
  margin-left:20px;
  margin-top: 5px;
}

.ind-lev-4{
  margin-left:25px;
  margin-top: 5px;
}

.ind-lev-5{
  margin-left:30px;
  margin-top: 5px;
}

#ind-tree{
  margin: auto;
  padding-top: 40px;

  
}


div.chart-controls{

  padding: 10px;
  margin: auto;

}

div.theChart {

  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 500px;
  

}

@media (pointer: coarse), (hover: none) {
  path title {
    position: relative;
    display: inline-flex;
    justify-content: center;
  }
  path title:focus::after {
    content: attr(title);
    position: absolute;
    top: 90%;
    color: #000;
    background-color: #fff;
    border: 1px solid;
    width: fit-content;
    padding: 3px;
  }
}

div.gei-inst-svg-div svg {
  display: block;
  margin-left: auto;
  margin-right: auto;  
  overflow-x:scroll;
}

p.gei-inst, p.gei-inst-heading{
  font-size: large;
  margin: 0;
  padding: 0;
}
p.gei-inst-heading{
  text-decoration: underline;
}

img.icon-image{
  width:30px;
}

#twitter-widget-0 {
  width: 100%; 
}



