.navbar-inverse {
  background-color: rgb(59, 120, 231);
  border: 0;
}

a.navbar-brand {
    margin-left: -15px;
    background-image: url(/plugin-manager/diffy.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-y: 10px;
    padding-left: 40px;
    font-weight: 500;
}

a.git-repo-url {
  color: white;
}

.navbar-header {
  a.navbar-brand {
    color: white;
  }
}

.hidden {
  display: none;
}

h5 {
  margin: 0px;
}

td {
  height: 40px;
}

.main {
  margin-top: 51px;
}

button.btn-xs {
  width: 65px;
}

button.btn-sm {
  width: 83px;
}

button.btn-100 {
  width: 100%;
  background-color: rgb(59, 120, 231);
  border: 0;
  font-size: 14px;
}

.label-success {
  background-color: #888888;
}

div.top-header {
  padding-left: 35px;
  padding-right: 35px;
}

.navbar-form input.searchbox {
  width: 400px;
}

span.text-bg-warning {
  background-color: RGBA(255, 193, 7, 1);
  color: #000!important;
}

span.text-bg-primary {
  background-color: RGBA(13, 110, 253, 1);
  color: #fff!important;
}

div.repo-status-popup {
  position: absolute;
  z-index: 9999;
  padding:8px;
  border-radius: 4px;
  background: white;
  box-shadow: 0 2px 8px 0 rgba(195, 195, 195, 0.12);
  border: 1px solid #cfd8e0;
}

.plugin-heading {
  position: relative;
}
