/* Interaction Network */
div.a {
  width: auto;
  border: 1px solid black;
}

#circle {
    width: 20px;
    height: 20px;
    background: 	#FF00FF;
    border-radius: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }


  #drug_circle {
    width: 20px;
    height: 20px;
    background: #C1C8C7;
    border-radius: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
  }

  #drugcircle{
    border-bottom: 40px;
  }  
  #triangle-up {
    width: 0;
    height: 1.5pc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #7CFC00;
    /* margin-top: 5px; */
  }
  
  #triangle-down {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    border-top: 20px solid #1E90FF;
    top: 3px;
  }
  .domain-align{
    margin-top: -24px;
  }
  
  
  #diamond-narrow {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 14px solid #C1C8C7 ;
    position: relative;
    top: -10px;
  }
  #diamond-narrow:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 14px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 14px solid #C1C8C7;
  }
  
  /* below is for the sidebar  */
    
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(51, 48, 48);
    overflow-x: hidden;
    transition: 0.5s ease-out;
    padding-top: 60px;
  }
  
  .sidenav p , .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.9s ease-out;
    cursor: pointer;
  }
  
  .sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 14px;
  color: #f1f1f1;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  }
  
  .accordion , .hoverbutton:hover {

    color: blue;

  }
  
  .sidenav a:hover , .dropdown-btn:hover {
    color: #007bff;
  }
  
  .sidenav p:hover {
    color: #007bff;
  }
  
  /* Legend styling here  */

  .legend_sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(51, 48, 48);
    overflow-x: hidden;
    transition: 0.5s ease-out;
    padding-top: 60px;
  }
  
  .legend_sidenav p , .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s ease-out;
    cursor: pointer;
  }
  
  .legend_sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 18px;
  color: #f1f1f1;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  }
  
  
  .legend_sidenav a:hover , .dropdown-btn:hover {
    background-color: white;
    color: #007bff;
  }
  
  .legend_sidenav p:hover {
    color: #007bff;
  }
  /* end */
  
  
  
  /* Add an active class to the active dropdown button */
  .active {
    background-color: #007bff;
    color: white;
  }
  
  /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
  .dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
  }
  /* Optional: Style the caret down icon */
  .fa-caret-down {
    float: right;
    padding-right: 18px;
  }
  
  #main {
    transition: margin-left .5s;
    padding: 16px;
  }
  
  
  label { color: #f1f1f1; }
  
  label:hover {
    color: #007bff;
  }
  
  
  center { color: #818181; }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
  

  .black-line {
    width: 80%;
    margin: auto;
    margin-top:5%;
    margin-bottom: 5%;
    /* height: 10%; */
    /* transform: rotate(-25deg); */
    border-color: #000000;
    border-width: 1ch;
    /* background-color: #000000; */
  }
  
  .orange-line {
    width: 80%;
    margin: auto;
    margin-top:5%;
    margin-bottom: 5%;
    /* height: 10%; */
    /* transform: rotate(-25deg); */
    border-color: #df7b2a;
    border-width: 1ch;
    /* background-color: #000000; */
  }

  .red-line {
    width: 80%;
    margin: auto;
    margin-top:5%;
    margin-bottom: 5%;
    /* height: 10%; */
    /* transform: rotate(-25deg); */
    border-color: #ff0000;
    border-width: 1ch;
    /* background-color: #000000; */
  }

  .green-line {
    width: 80%;
    margin: auto;
    margin-top:5%;
    margin-bottom: 5%;
    /* height: 10%; */
    /* transform: rotate(-25deg); */
    border-color: #1a9720;
    border-width: 1ch;
    /* background-color: #000000; */
  }
  
  .grey-line {
    width: 80%;
    margin: auto;
    margin-top:5%;
    margin-bottom: 5%;
    /* height: 10%; */
    /* transform: rotate(-25deg); */
    border-color: #695d5d;
    border-width: 1ch;
    /* background-color: #000000; */
  }

  .pieContainer {
    height: 150px;
    margin-left: 30px;
    position: relative;
  }
  
  .pieBackground {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
  } 
  
  .pie {
    transition: all 1s;
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    clip: rect(0px, 75px, 150px, 0px);
  }
  
  .hold {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    clip: rect(0px, 150px, 150px, 75px);
  }
  
  #pieSlice1 .pie {
    background-color: #5fcde0;
    transform:rotate(120deg);
  }
  
  #pieSlice2 {
    transform: rotate(240deg);
  }
  
  #pieSlice2 .pie {
    background-color: rgb(226, 230, 22);
    transform: rotate(120deg);
  }
  
  #pieSlice3 {
    transform: rotate(120deg);
  }
  
  #pieSlice3 .pie {
    background-color: #0a0;
    transform: rotate(120deg);
  }
  
  
  .innerCircle {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: rgb(23, 135, 226);
    border-radius: 60px;
    top: 15px;
    left: 15px; 
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5) inset;
    color: white;
  }

  
  h1 {
    font-size: 20px;
    margin-left: 30px;
    padding-left: 20px;
    color: rgb(27, 204, 27);
    margin-bottom: 20px;
    border-bottom: 4px solid rgb(27, 204, 27);
    width: 130px;
  }

  .accordion > .card {
    background-color:rgb(51, 48, 48);
}



/* .accordion p {
  color: rgb(27, 204, 27);
} */

  /* .collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: #555;
  }
  
  .collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
  } */



/*
 * Animated CSS button
 * Copyright Alexander Bodin 2019-09-07
 *
 * Useage: .class {@import button($button-size, $hue, $sat);}
 */

 .break { 
  background: rgb(0, 0, 0);
  height: 2px;
  margin: 5px 0 10px 0;
  width: 100%;
}