body {
  line-height: 24px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: #888888;
}

/*  Logo Styling*/
.logo_h {
  height: 80px;
  margin-top: 5px;
}

/* Haupttitel */
.main_title {
  font-size: 18px;
}

/*  Quicklinks Icons  */
.right-icon {
  color: #202e31;
  margin: 5px;
}

.first-icon{
    margin-left: 20px;
}

.right-icon :hover {
  color: #ffa500;
}

@media (max-width: 991px) {
  .container {
    background-color: white;
    border-bottom-style: solid;
    border-color: #202e31;
    width: 100%;
  }

  .nav-link {
    height: 0px;
    width: 100%;
  }

  .navbar-brand {
    margin-top: 5px;
  }

  .logo_h {
    height: 80px;
    padding: 0;
  }
}

/* O-ANALYSER */
.panel-body {
  padding: 0px;
}

.panel-footer .pagination {
  margin: 0;
}

.panel .glyphicon,
.list-group-item .glyphicon {
  margin-right: 5px;
}

.panel-body .radio,
.checkbox {
  display: inline-block;
  margin: 0px;
}

.list-group {
  margin-bottom: 0px;
}

.container_list {
  position: absolute;
  top: -50px;
  left: 5%;
  right: 5%;
}

.view-button {
  font-size: 15px;
}

@media screen and (max-width: 1050px) {
  .container_list {
    left: 0px;
    right: 0px;
  }

  .list-group-item {
    padding-bottom: 40px;
  }
}

/* Panels */

.panel-header {
  background-color: #ffa500 !important;
  color: white !important;
}

.panel-header-link {
  color: white;
}

.panel-header-link:hover {
  color: #202e31 !important;
  text-decoration: none !important;
}

.panel-content {
  margin: 15px;
}

.link-button {
  background-color: #ffa500;
  color: white;
  font-size: 15px;
}
.link-button:hover {
  background-color: white;
  color: #ffa500;
  font-size: 15px;
}

.dashboard-quicklinks{
    padding-top: 20px;
}

/* Notifications */

.notification {
    background-color: rgba(255,165,0,0.1);
    border-style: solid;
    border-color: #ffa500;
    border-width: 2px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.notification p{
    color: #202e31;
    font-size: 14px;
    margin: auto;
}
.notification img{
    margin: 10px;
}

.dashboard-img-link:hover{
  transform: scale(1.1, 1.1);
}

a:hover{
    text-decoration: none;
    color: #ffa500;
}

.notifications{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.label-notification{
    background-color: #ffa500;
    color: white;
    margin-right: 5px;
}


/* O-ANALYSER */

.checkbox a{
  color: Black;
}




hr {
  border: 0.5px solid grey;
  width: 100%;
}