.green-line{
    background: #81C784;
    height: auto;
    min-height: 40px;
    width: 5px;
}

.red-line{
    background: #E57373;
    height: auto;
    min-height: 40px;
    width: 5px;
}

.yellow-line{
    background: #FFC107;
    height: auto;
    min-height: 40px;
    width: 5px;
}

.orange-line{
    background: #FFA726;
    height: auto;
    min-height: 40px;
    width: 5px;
}

.blue-line{
    background: #64B5F6;
    height: auto;
    min-height: 40px;
    width: 5px;
}

.default-line{
    background: #757575;
    height: auto;
    min-height: 40px;
    width: 5px;
}

.layout-wrap .green-test md-icon.md-warn {
    color: rgb(76,175,80);
  }
.layout-wrap .red-test md-icon.md-warn {
    color: rgb(239,83,80)
  }
