﻿children-view .legend a {
    text-align: left;
    display: block;
	color:black;
	text-decoration:none;
}

children-view .initials {
    background: whitesmoke;
    padding: 0;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: grey;
    font-size: 12px;
    margin: 0 5px;
}

children-view .legend a i {
    position: relative;
    top: 8px;
    color: lightgrey;
}

children-view .legend a.active i {
    color: #197A85;
}

children-view .initials.first-parent {
    background: #009ed7;
    color: white;
    font-weight: 200;
    position: absolute;
    bottom: 0;
    margin-bottom: -15px;
    left: 50%;
    margin-left: -15px;
}

children-view .initials.second-parent {
    background: #197A85;
    color: white;
    font-weight: 200;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -15px;
    /* border: 2px solid whitesmoke; */
}

children-view .parent-height-info {
    position: absolute;
    border-bottom: 2px solid #009ed7;
    height: 0;
    top: -1px;
    left: 0;
    right: 30px;
    text-align: left;
    padding: 0;
    color: grey;
	text-align: center;
}

children-view .parent-height-info.right-align {
    position: absolute;
    border-bottom: 2px solid #197A85;
    height: 0px;
    top: -1px;
    right: 0;
    left: 30px;
    text-align: right;
    padding: 0;
    color: grey;
    /* height: 30px; */
    text-align: center;
}

children-view .full-name.ng-binding {
    padding-top: 20px;
    line-height: 14px;
    font-weight: 600;
}

children-view .full-name span {
    font-weight: 400;
	font-style: italic;
	color:grey;
}

children-view .child-height-info {
    position: absolute;
    text-align: center;
    color: #963484;
    border-bottom: 2px solid #963484;
    left: 30px;
    right: 30px;
    top: 0;
    line-height: 16px;
    padding-bottom: 0;
    height: 0;
}

children-view .child-height-info .initials {
    background: #963484;
}

children-view .child-details {
    margin-top: -55px;
}

children-view .parent-details strong {
    display: block;
}

children-view .parent-details {
    line-height: 15px;
    margin-top: -65px;
}

children-view .parent-details span {
    font-weight: 300;
}

children-view .parent-details em {
    color: grey;
}

children-view .parent-height-info .parent-details {
    color: #009ed7;
}

children-view .parent-height-info.right-align .parent-details {
    color: #197A85;
}

children-view .tab-content {
	min-height: 0;
	height: 275px;
}

children-view .nav-tabs {
	display: none;
}

children-view .child-info {
    margin: 10px 0 0 0;
    text-align: left;
}

children-view .chart {
    background: white;
    padding: 0;
    margin: 15px 0;
    /* color: red; */
}

children-view .info-label.blue {
	color:#197A85;
}
children-view .info-label {
	color:grey;
}
children-view .info-header {
	outline:none !important;
}

children-view .btn-group .btn.active {
    background: #197A85;
    color: white;
    border-color: #197A85;
    box-shadow: none;
}

children-view .top-row .btn-group {
    float: left;
    margin-right: 15px;
}

children-view .top-row .btn {
    padding: 3px 0;
    width: 80px;
    font-size: 12px;
}

children-view .top-row {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
}

children-view .btn-primary.active, children-view .btn-primary:active, children-view .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #197A85;
    border-color: #197A85;
}

children-view .btn-group .btn {
    background-color: #eaeaea;
    border-color: #eaeaea;
    color: grey;
}

children-view label.btn[disabled]:hover {
    background: #eaeaea;
    color: grey;
    border-color: #eaeaea;
}