* {
    border-radius: 0 !important;
}
/*body { background: #191919 !important; }*/

#content #flow-layout>.row>div {
    padding-left: 0;
}
#content #flow-layout .card {
    cursor: pointer;
}
#content #flow-layout .card:hover {
    box-shadow: 0 0 0 4px rgba(0,0,0,.25);
    transition: 150ms;
}
#content #flow-layout .card-header {
    padding: 2px 10px 0;
    border-bottom: none;
    font-weight: 600;

}
#content #flow-layout .card-header a {
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    min-height: initial !important;
}
#content #flow-layout .card-body {
    padding: 0 10px 6px;
    font-size: 10px;
    color: rgba(255,255,255,.5);
    transition: color 250ms;
}
#content #flow-layout .card:hover .card-body {
    color: #FFF;
}
















body.black_background { background: #191919 !important; }

.navbar .navbar-inner {
background: #333;
}
.navbar .navbar-inner>div:before {
content: "Server Monitor";
font-size: 14px;
display: inline-block;
float: left;
padding: 10px 10px 0 0;
font-weight: bold;
}
.navbar .navbar-inner .brand {
text-transform:unset;
display: none;
}

.page-header {
    padding-bottom: 0;
}


.header-accessories .btn-group {
  margin-right: 5px;
}

h1 {
  font-size: 22px;
}

.entity-container {
  display: inline-block;
  width: 100%;
}
.entity-container>div {
    max-width: none;
  float: left;
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .entity-container>div {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .entity-container>div {
    width: 50%;
  }
}



.entity,
.entitywarning {
    border: 0 !important;
    margin: 0 5px 5px 0;
    padding: 6px 8px 8px 8px;
    padding: 4px 6px 5px 6px;
  box-shadow: unset;
  border-radius: 0;
}
.entity h2,
.entitywarning h2 {
    font-family: Arial;
    margin-bottom: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFF;
    line-height: normal;
  font-size: 13px;
}
.entity p,
.entitywarning p {
    font-family: 'Segoe UI', 'Trebuchet MS', Arial, Tahoma;
    font-size: 10px;
    line-height: normal;
    line-height: 1.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(255,255,255,.75);
    margin: 0;
}
.online .entity {
    background: #080 !important;
}
.offline .entity {
  box-shadow: inset 0 0 0 100px #900;
  animation: pulse_red 3s infinite;
}
.offline>.entitywarning,
.offline>.warning {
    background: #963 !important;
    box-shadow: inset 0 0 0 100px #960;
    animation: pulse_orange 3s infinite;
}
.offline p {
    color: #FFF;
}



@keyframes pulse_orange {
  0%,100% { box-shadow: inset 0 0 0 100px rgba(240,173,78,0.25); }
  23%,25%,29%,31%,35%,38% { box-shadow: inset 0 0 0 100px rgba(240,173,78,1); }
  26%,28%,32%,34% { box-shadow: inset 0 0 0 100px rgba(240,173,78,0.5); }
}
@keyframes pulse_red {
  23%,25%,29%,31%,35%,38% { box-shadow: inset 0 0 0 100px rgba(255,0,0,1); }
  26%,28%,32%,34% { box-shadow: inset 0 0 0 100px rgba(255,0,0,0.5); }
  0%,100% { box-shadow: inset 0 0 0 100px rgba(255,0,0,0.25); }
}



