.card {
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid  #f5f5f5;
    border-radius: 2px;
    box-shadow: 0 1px 10px 0  rgba(0,0,0,.2);
    padding: 10px;
    position: relative;
}
.card.list, .card.map{
    min-height: 425px;
}

.card.error p{
    color: #ff0000;
    margin: 15px;
}

.server-map {
    margin-top: 10px;
}

.lame-status{
    margin-left: 10px;
    font-weight: bold;
}
.lame-status.lame{
    color: #ffc40d;
}
.lame-status.not-lame{
    color:forestgreen;
}

.node {
    font-weight: bold;
}

.panel-group{
    margin-bottom: 5px;
    margin-top: 5px;
}

.tool-content{
    background: #fce;
    min-width: 250px;
    min-height: 75px;
}

#geochart-colors{
    width:700px;
    height:400px;
}

.afnode {
    color: #d15e14;
}
#lame-checker .list-group-item {
    border: none;
}
#lame-checker .list-group-item .lame-status.lame {
  color: #f00;
}
.status.lame{
  color: #ffc40d;
}
.status.not-lame{
  color: #00a300;
}
#lame-checker .field-error{
    background: #ff0000;
    color: #fff;
    padding: 5px;
    margin: 5px;
}
#lame-checker .field-error p {
    color: #fff;
}
#lame-checker .form-group{
    width: 85%;
}
#lame-checker .form-control{
    width: 100%;
    height: 34px;
}
#lame-checker .spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #d15e14;
  
    border-radius: 100%;  
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}
.af-orange{
  color: #d15e14;
}
.card.lame-checker {
    text-align: center;
}
.wait-please{
    text-align: center;
    font-size: bold;
    font-weight: 700;
    color: #d15e14;
}
.cwiat{
    text-align: center;
}
  @-webkit-keyframes sk-scaleout {
    0% { -webkit-transform: scale(0) }
    100% {
      -webkit-transform: scale(1.0);
      opacity: 0;
    }
  }
  
  @keyframes sk-scaleout {
    0% { 
      -webkit-transform: scale(0);
      transform: scale(0);
    } 100% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
      opacity: 0;
    }
  }
  
  .lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d15e14;
    margin: -3px 0 0 -3px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  