﻿child-growth-chart .btn-group .btn.active {
    background: #197A85;
    color: white;
    border-color: #197A85;
    box-shadow: none;
}

child-growth-chart .top-row .btn-group {
    float: left;
    margin-right: 15px;
}

child-growth-chart .top-row .btn {
    padding: 3px 0;
    width: 80px;
    font-size: 12px;
}

child-growth-chart .btn-primary.active, children-view .btn-primary:active, children-view .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #197A85;
    border-color: #197A85;
}

child-growth-chart .btn-group .btn {
    background-color: #eaeaea;
    border-color: #eaeaea;
    color: grey;
}

child-growth-chart label.btn[disabled]:hover {
    background: #eaeaea;
    color: grey;
    border-color: #eaeaea;
}