.search-result {
  position: absolute;
  background: #ffffff;
  padding: 10px;
  min-width: 500px;
}

.offline {
  background: #ff0707;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.online {
  background: #36f136;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.noLog {
  background: #323232;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.public-server {
  padding: 5px;
  background: whitesmoke;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  position: relative;
  text-decoration: none !important;
}
.public-server .timeBefore {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
  color: #3b7993;
}
.public-server .offline {
  background: #ff0707;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.public-server .online {
  background: #36f136;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.public-server .noLog {
  background: #323232;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.public-server .server-title {
  font-size: 18px;
  color: #333;
  text-decoration: none !important;
}
.public-server .server-ip {
  font-size: 12px;
  padding-left: 30px;
  text-decoration: none !important;
}

blockquote {
  padding-left: 5px;
  border-left: 5px solid #8a8a8a;
}

.image-fluid-container img {
  max-width: 100%;
  height: auto;
}

.btn-success {
  background: #639240;
  color: white;
  border-color: #4b6f30;
}

.btn-danger {
  background: #F94144;
  color: white;
  border-color: #f71013;
}

.btn-primary {
  background: #4b97b6;
  color: white;
  border-color: #3b7993;
}

.btn-primary:hover {
  color: white;
  background: #3b7993;
  border-color: #3b7993;
}

.btn-warning {
  background: #F3722C;
  color: white;
  border-color: #df570d;
}

.logo {
  background: url(../images/logo.png?40d26274d17c5a08948225d8700ae8a7) no-repeat;
  width: 216px;
  height: 216px;
}

.header {
  background: url("https://images4.alphacoders.com/597/thumb-1920-597933.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.subtitle {
  color: #444444;
  font-weight: lighter;
}

.bg-our-primary {
  background: #277DA1;
  border-bottom: 3px solid #577590;
}

.server-panel {
  background: #fcfcfc;
  border-bottom: 3px solid #f2f2f2;
}
.server-panel .server {
  margin-bottom: 5px;
  background: rgba(231, 229, 229, 0.2);
  border: 1px solid rgba(182, 176, 176, 0.2);
  border-radius: 5px;
  line-height: 50px;
  text-decoration: none !important;
}
.server-panel .server .server-status {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.server-panel .server .server-status .online {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(46, 204, 113, 0.9);
  transform: translateY(30%);
}
.server-panel .server .server-title {
  font-size: 22px;
  padding-left: 10px;
  padding-right: 10px;
  color: #333333;
}
.server-panel .server .server-ip {
  color: #245a6d;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.server-panel .server .server-actions {
  padding-left: 10px;
  padding-right: 10px;
}
.server-add-panel {
  background: #277DA1;
  border-bottom: 3px solid #577590;
}
.server-add-panel .server {
  background: rgba(200, 200, 200, 0.2);
  border-radius: 5px;
  line-height: 50px;
}
.server-add-panel .server .server-status {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}
.server-add-panel .server .server-status .online {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: green;
  transform: translateY(30%);
}
.server-add-panel h1, .server-add-panel h2, .server-add-panel h3, .server-add-panel h4, .server-add-panel h5 {
  color: white;
}
.alert-container .alert {
  margin-bottom: 0;
}
