@charset "UTF-8";
/* CSS Document */

  .badge {
    background-color: rgba(0,0,0,.1);
    border-radius: 4em;
    color: #eaeaea;
  }
  
  h2 .badge {
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
    color: #888;
  }

  .nav-tabs .badge {
    background-color: rgba(0,0,0,.1);
    margin-left: 3px;
    padding: 5px;
    color: #999;
    min-width: 20px;
    text-align: center;
  }

.description-list th {
  font-size: 11px;
  font-weight: 400;
  padding-right: 30px;
  padding-bottom: 6px;
}

.description-list td {
  font-size: 11px;
  font-weight: 400;
  padding-bottom: 6px;
}

.show > .btn-secondary.dropdown-toggle, .show > .btn-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: #545b62;
border-color: #4e555b;
  background-image: none;
  background: linear-gradient(#545b62, #545b62) !important;

}

.dot.dot-severity {
    position: relative;
    left: 0px;
    top: 0px;
    width: 10px;
    height: 10px;
    border: 0px;
    background-color: #f0ad11;
    margin: 3px 4px -1px 0px;
  }

.dot-severity.severity-critical {
  background-color: #c9302c;
}



.list-o-stuff > span, .list-o-stuff > div {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  display: inline-block;
}

.list-o-stuff > span:first-of-type, .list-o-stuff > div:first-of-type {
  padding-left: 0px;
}

.list-o-stuff > span:last-of-type, .list-o-stuff > div:last-of-type {
  border-right: 0px;
}

.red {
  color: #c9302c;
}

.bg-red {
  background-color: #c9302c;
}

.arrow-left {
    width: 0; 
  height: 0; 
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; 
  
  border-right:12px solid #fff; 
  position: absolute;
  left: -12px;
  top: 40px;
}