body {
    font-family: 'Montserrat', sans-serif;
    color: #555;
}

a:hover {
  text-decoration: none;
}

#europabon-network {
    height: 700px;
  }

  .shapes small {
    margin-right:10px
  }
  
  .shapes .img-shape {
    width: 30px;
    height: 30px;
  } 

  .sidebar-brand-icon img {
    width: 40px;
    height: 40px;
  } 
  
  .rectangle{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  
  .rectangle-small{
    width: 20px;
    height: 20px;
  }
  
  .circle{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  
  
  .color-green{
    background: green;
  }
  
  .color-orange{
    background: orange;
  }
  
  .color-red{
    background: red;
  }
  
  .color-blue{
    background: blue;
  }
  
  .color-yellow{
    background: yellow;
  }
  
  .color-purple{
    background: purple;
  }
  
  .color-grey{
    background: #eaeaea;
  }
  
  .color-white{
    background: #fff;
  }
  
  .color-grey-activity{
    background: #999;
  }
  
  .color-black{
    background: #111;
  }
  
  .bg-gradient-custom {
    background-image: linear-gradient(15deg, #027bb6 0%, #00a396 130%)
  }
  

  
  /* Progress bar */
  
  .progress-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    width: 100%;
    margin: 15px 0 15px 0;
  }
  
  .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 50px;
    height: 30px;
    text-align: center;
  }
  
  .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease
  }
  
  .bg-green {
    background: #00dc7f!important;
    border: 1px solid #00dc7f!important;
    color: #fff
  }
  
  .bg-red {
    background: #E74C3C!important;
    border: 1px solid #E74C3C!important;
    color: #fff
  }

  .bg-warning {
    background: #f6c23e!important;
    border: 1px solid #f6c23e!important;
    color: #fff
  }
  
  
  /* Highcharts */
  
  
  .highcharts-figure,
  .highcharts-data-table table {
    min-width: 200px;
    max-width: 800px;
    margin: 1em auto;
  }
  
  .highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
  }
  
  .highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
  }
  
  .highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
  }
  
  .highcharts-data-table td,
  .highcharts-data-table th,
  .highcharts-data-table caption {
    padding: 0.5em;
  }
  
  .highcharts-data-table thead tr,
  .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
  }
  
  .highcharts-data-table tr:hover {
    background: #f1f7ff;
  }
  
  /* #search-node-div {
    position: fixed;
    top: 0px;
  }
   */

  
  .navbar-search i {
    top: 10px;
    position: relative;
    pointer-events: none;
    color: #a6a6a6;
    z-index: 1;
  } 

  .topbar .navbar-search input {
    font-size: 16px;   
}

  #search-node-input{
      border: 0;
      border-radius: 0;
      background: transparent;
      width: 250px;
      border-bottom: 1px solid #c5c4c4
  }
  .typeahead .dropdown-item{
    padding: 15px !important;
    font-size: 15px !important;
  }
  
  #info-box{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 500px
  }
  
  #legend {
    position: absolute;
    top: 0;
    bottom: 20px;
    right: 0;
    padding: 20px;
    border-left: 1px solid #eaeaea;
    background: rgba(255,255,255,0.9);
  }
  
  .alert {
    border: 1px solid #eaeaea;
    border-radius: 0.1875rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
    position: relative;
    color: #131313;
    background-color: rgba(255,255,255,.9);
  }
  
  .alert.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
  }
  
  .card-title {
    color: rgb(51, 51, 51);
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
  }
  
  .card-body {
    padding-top: 0.25rem;
  }
  
  .sidebar .nav i {
    margin-right: 17px;
  }
  
  .sidebar .nav li.stats >a{
    color: #fff;
    pointer-events: none;
    cursor: default;
  }
  
  .sidebar .nav li.stats i {
    color: #fff;
  }
  
  .sidebar .nav li.stats:hover:not(.active)>a {
    background: none
  }
  
  .table tr:last-child td {
    border-bottom: none;
  }
  .table tr:first-child td{
    border-top: none;
  }

  .groups {
    cursor: pointer;
    font-weight: bold;
  }
  

  @media only screen and (max-width: 705px) {
    .dropdown-menu>li>a {
        word-wrap: break-word;
        white-space: normal;
    }
    
    .dropdown-menu{
        max-width: 500px;
    }
    #members-button {
      display: none
    }
    .sidebar-brand-text{
      font-size: 12px
    }
  }

.card{
    border-radius: 0;
}

  /* ****************************************************

CYTOSCAPE

/* **************************************************** */

.popper-div {
    border: 1px solid #eaeaea;
    background: #fff;
    z-index: 9999;
    padding: 40px;
    pointer-events: none;
    white-space: normal;
    width: 500px;
    word-break: break-word;
  }
  
  #spinner {
    position: relative;
    text-align: center;
    top: 50%;
  }
  
  #cy-leaflet {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
  }

  .bg-cover {
    background-repeat: repeat;
    background-size: auto;
}

 /* Footer */

 #footer-support {
  padding: 60px 0 30px 0;
}

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #125ca3;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #028c7c;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #028c7c;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #028c7c;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  color: #ddd;
  padding-top: 5px;
}

#footer .copyright a, #footer .credits a {
  color: #028c7c;
}

#footer .copyright a:hover, #footer .credits a:hover{
  color: #fff;
}

/* /Footer */
