﻿a { 
    cursor: pointer; 
}

@media (max-width: 992px) {
.pull-right-md {
    float: left !important;
}
}

@media (min-width: 993px) {
.pull-right-md {
    float: right !important;
}
}

.datasay-brand {
    padding-bottom:0px;
    padding-top:5px;
    width: 165px;
    cursor: pointer;
}

.datasay-modal {
    margin-bottom: 0px;
    border-radius: 0px;
}

.datasay-modal .panel-heading {
    border-radius: 0px;
}
.modal-content {
    border-radius: 0px;
}

.datasay-modal .panel-footer {
    border-radius: 0px;
}

.datasay-workspace-top {
    margin-top: 15px;
}

.datasay-table {
    margin: 10px 10px 10px 10px;
}

.datasay-header {
    border-bottom: 1px solid #808080;
    font-weight: bold;
}

.datasay-row {
    border-top: 1px solid #cfcfcf;
    cursor:pointer;
    height: 1.7em;
    overflow-y:hidden;
}

.datasay-row:hover {
    background-color: #cfd6e5;
}

.datasay-active-row {
    background-color:  #eee;
}

.datasay-active-row:hover {
    background-color:  #cfd6e5;
}

.datasay-cell {
    height: 110%;
    border-bottom: 1px solid #cccccc;
}

.datasay-active-tab {
    background-color: white;
    font-weight:bold;
    border-bottom:none;
}

.datasay-active-tab:first-child {
    border-left: solid 1px #cccccc;
}

.datasay-active-tab:last-child {
    border-right:solid 1px #cccccc;
}

.datasay-details {
    background-color: #fff;
    color: #333;
}

.datasay-details-popup {
    margin:10px;
    padding-top: 15px;
    padding-right: 15px;
} 

.datasay-fixed-top {
    position: fixed;
    margin-top: -50px;
    background-color: #1c5793;
    display: block;
    color: #fff;
    width: 100%;
    margin-left: -15px;
    margin-right: 0px;
    z-index: 990;
    padding-top: 3px;
    padding-bottom: 3px;
    height:40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.datasay-fixed-top + div {
    margin-top: 50px;
}

.datasay-fixed-top .h3 {
    margin-top: 4px;
    margin-bottom: 0px;
}

.datasay-loading {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .datasay-table {
        margin: 0px 0px 0px 0px;
    }
    .datasay-cell {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .datasay-details-popup {
        padding-left: 15px;
    }
}

.datasay-cell-center {
    text-align:center;
}

.datasay-column-pointer {
    padding: 0px;
    margin: 0px;
    line-height: 0px;
}

.datasay-column-box {
    padding: 15px;
    margin: 0px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.datasay-column-pointer-svg{
    fill: #cccccc;
    stroke: #cccccc;
}

.datasay-details-container {
    margin-bottom: 8px;
}

.datasay-choice-pannel {
    height: 150px;
}

.ds-pie-link {
    cursor: pointer;
}

.ds-color-green {
    fill: #b3ee9b;
}

.ds-color-red {
    fill: #f59797;
}

.ds-color-yellow {
    fill: #fcec98;
}

.ds-color-grey {
    fill: #cfcfcf;
}

.datasay-metric {
}

.datasay-box-1-1, .datasay-box-2-1, .datasay-box-4-3, .datasay-box-16-9 {
	position: relative;
	width: 100%;
}
.datasay-box-1-1:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.datasay-box-2-1:before {
	content: "";
	display: block;
	padding-top: 50%;
}
.datasay-box-4-3:before {
	content: "";
	display: block;
	padding-top: 75%;
}
.datasay-box-16-9:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.datasay-box-1-1 div, .datasay-box-2-1 div, .datasay-box-4-3 div, .datasay-box-16-9 div {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    overflow:hidden;
}

.axis path, .axis line
{
    fill: none;
    stroke: #777;
    shape-rendering: crispEdges;
}
        
.axis text
{
    font-family: 'Arial';
    font-size: 13px;
}
.tick
{
    stroke-dasharray: 1, 2;
}
.bar
{
    fill: FireBrick;
}
ul {
    padding-left: 20px;
}
        
.datasay-cell .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.datasay-cell .radio input[type=radio] {
    margin-left: -5px;
}
       
[autoheight] {
    overflow: hidden; 
    resize: none; 
    box-sizing: border-box;
} 

.datasay-expression-item {
    border-top: 1px solid #cfcfcf;
}

[full-height] {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.datasay-toolbar {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.datasay-treeview-item {
    padding: 3px;
    cursor:pointer;
}

.datasay-treeview-btn {
    font-size: 0.7em;
    cursor:pointer;
}

.datasay-indent {
    margin-left: 1em;
}

.datasay-form-layout {
    padding:4px;
    box-shadow: 1px 1px 10px #888888;
    overflow-y:auto;
    overflow-x:hidden;
}

.datasay-form-layout-item > row {
    margin: 0px;
}
.datasay-form-layout .form-group {
    margin-bottom: 5px;
}

.datasay-form-layout-item {
    cursor: pointer;
    position:relative;
    z-index:0;
}

.datasay-form-layout-item .radio {
    width: auto;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.datasay-active-item {
    margin-top: -4px;
    margin-bottom: -4px;
    margin-left: -4px;
    margin-right: -4px;
    padding: 3px;
    border: 1px dashed FireBrick;
    border-radius: 4px;
    position:relative;
    z-index:1
}

.datasay-form-layout-item-update {
    position: absolute;
    left: 50%;
    top: 25%;
    z-index:4;
}

.datasay-updating-item {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    z-index:3;
    background-color: rgba(255,255,255,0.8);
}

.datasay-form-header {
    color: #fff;
    background-color: #337ab7;
    padding: 3px 3px 3px 6px;
    border-radius: 4px;
}

.datasay-standard-group{
    padding: 5px;
}

.datasay-standard-text {
    padding: 0px;
    cursor:pointer;
    position: relative;
    display:inline-block;
}

.datasay-standard-btn {
    font-size: 0.7em;
    cursor:pointer;
    margin-left: -20px;
    vertical-align:top;
    margin-top: 4px;
}

.datasay-standard-item {
    position:relative;
}

.datasay-standard-indent {
    margin-left: 20px;
}

.datasay-standard-active-item {
    margin-top: -4px;
    margin-bottom: -4px;
    margin-left: -4px;
    margin-right: -4px;
    padding: 3px;
    border: 1px dashed FireBrick;
    border-radius: 4px;
    position:relative;
    z-index:1
}

.datasay-standard-loading {
    position: absolute;
    left: -24px;
    top: 2px;
}

.datasay-category-label {
    font-style: italic;
}

.datasay-service-group {
    margin-left: 20px;
    position:relative;
}

.datasay-service-item-icon {
    margin-left: -15px;
    cursor: pointer;
    position: relative;
    width: 15px;
}

.datasay-service-item {
    cursor: pointer;
    position: relative;
}

.datasay-section-title {
    font-weight: bold;
}

.datasay-section-subtitle {
    color: darkgreen;
    white-space: pre-wrap;
    margin-left:15px;
}

.datasay-section-text {
    font-style: italic;
    white-space: pre-wrap;
    margin-left: 15px;
}

.datasay-measure-title {
    color: #fff;
    border-radius: 4px;
    background-color: #f9a64e;
    padding-left: 3px;
    padding-right: 3px;
    font-weight:600;
}
.datasay-measure-title a {
    color: #1e1a1a;
}
.datasay-measure:first-of-type {
    margin-top: 0px;
}
.datasay-measure {
    margin-top: 15px;
}

.datasay-measure-subtitle {
    color: darkgreen;
    white-space: pre-wrap;
    margin-left:15px;
}

.datasay-measure-text {
    white-space: pre-wrap;
    margin-left: 15px;
}

.datasay-measure-standards {
    color: #115027;
    margin-left:30px;
}

.datasay-protocol-header {
    display: inline-block;
    cursor: pointer;
}

.datasay-group-title {
    color: cornflowerblue;
    font-weight:bold;
}

.datasay-group-title2 {
    font-weight: bold;
    font-style: italic;
}

.datasay-group-subtitle {
    color: darkgreen;
    white-space: pre-wrap;
    margin-left:15px;
}

.datasay-group-text {
    white-space: pre-wrap;
    margin-left: 15px;
}

.datasay-report-text {
    white-space: pre-wrap;
}

.datasay-profile-row {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    border-top: 1px solid #abcfa1;
}

.datasay-profile-group {
    background-color: #abcfa1;
    color: #1e1a1a;
    font-size: 18pt;
    font-style:italic;
}

.datasay-profile-body {
    padding-top: 5px;
}

.datasay-profile-body input, .datasay-profile-body select, .datasay-profile-body textarea, .datasay-profile-body .ui-select-container,
.datasay-profile-body .ui-select-placeholder {
    margin-bottom: 5px;
}

.datasay-list-area {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left:15px;
    margin-right: 15px;
}

.datasay-center-list-name {
    border-top: solid 1px #abcfa1;
    color: #1e1a1a;
    font-weight: 600;
}

.datasay-center-list-name a {
    color: #1e1a1a;
}

.datasay-center-list-header {
    background-color: #abcfa1;
    color: #1e1a1a;
    font-weight: 400;
}

.datasay-center-list-item {
    border-bottom: solid 1px #abcfa1;
    border-left: solid 1px #abcfa1;
    margin-bottom: 15px;
}

.datasay-center-list-item:last-of-type {
    border-right: solid 1px #abcfa1;
}

.datasay-textarea-notes {
}

.datasay-user-list {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    height: 34px;
}

.datasay-task-list-subject {
    background-color: #abcfa1;
    color: #1e1a1a;
    font-weight: 600;
}

.datasay-task-list-subject a {
    color: #1e1a1a;
}

.datasay-task-list-header {
    background-color: #abcfa1;
    color: #1e1a1a;
    font-weight: 400;
}

.datasay-task-list-item {
    border-bottom: solid 1px #abcfa1;
    border-left: solid 1px #abcfa1;
    margin-bottom: 15px;
}

.datasay-task-list-item:last-of-type {
    border-right: solid 1px #abcfa1;
}

.datasay-protocol-list-name {
    border-top: 1px solid #abcfa1;
    color: #1e1a1a;
    font-weight: 600;
}

.datasay-outdent {
    margin-left: -13px;
}

.datasay-protocol-measure-title {
    white-space: pre-wrap;
    display: table-cell;
}

.datasay-protocol-standards {
    font-weight:300;
    color: #0f4e26;
    font-size: 0.8em;
}

.datasay-protocol-list-name a {
    color: #1e1a1a;
}

.datasay-protocol-title {
    font-weight:600;
}

.datasay-protocol-title a {
    color: #1e1a1a;
}

.datasay-protocol-subtitle {
    font-style: italic;
    color: #f26534;
}

.datasay-protocol-text {
    white-space:pre-wrap;
    margin-bottom: 15px;
}

.datasay-protocol-list-header {
    background-color: #abcfa1;
    color: #1e1a1a;
    font-weight: 400;
}

.datasay-protocol-list-item {
    border-bottom: solid 1px #abcfa1;
    border-left: solid 1px #abcfa1;
    margin-bottom: 5px;
}

.datasay-protocol-list-item:last-of-type {
    border-right: solid 1px #abcfa1;
}

.datasay-protocol-group1 {
    margin-top: 10px;
    font-weight: 600;
    background-color: rgb(253, 224, 189);
    padding: 3px;
    border-radius: 3px;
}

.datasay-protocol-group2 {
    margin-top: 5px;
    font-weight: 600;
    font-style: italic;
    padding-left: 4px;
}

.datasay-protocol-report-item {
    border-top: solid 1px rgb(253, 224, 189);
    margin: 5px;
}

.datasay-protocol-report-header {
    background-color: rgb(253, 224, 189);
    text-align: center;
}

.datasay-protocol-report-number {
    text-align: center;
    border-left: 1px solid rgb(253, 224, 189);
    border-bottom: 1px solid rgb(253, 224, 189);
}

.datasay-protocol-report-number:last-of-type {
    border-right: 1px solid rgb(253, 224, 189);
}

.datasay-protocol-report-text {
    white-space: pre-wrap;
    display: table-cell;
}

.datasay-protocol-icon {
    padding-top: 2px;
}

.datasay-protocol-icon.fa-balance-scale {
    color: blue;
}

.datasay-protocol-icon.fa-star {
    color: gold;
}

.datasay-protocol-icon.fa-gavel {
    color: #d9534f;
    margin-left:-15px;
}

.ds-goal .datasay-finding-list-item .datasay-protocol-icon.fa-star,
.datasay-goal-list-item .datasay-protocol-icon.fa-star {
    color: #3c763d;
    margin-left: -15px;
}

.datasay-alert {
    margin: 15px;
}

.datasay-level-1 {
    margin-left: 10px;
}
.datasay-level-2 {
    margin-left: 20px;
}
.datasay-level-3 {
    margin-left: 30px;
}
.datasay-level-4 {
    margin-left: 40px;
}
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a, .ui-select-bootstrap .ui-select-choices-row.disabled > a {
    color: rgb(85, 85, 85);
    cursor: default;
    background-color: #fff;
    font-weight: 600;
}

.ui-select-bootstrap .btn {
    color: rgb(85, 85, 85);
}

.datasay-select-address {
    font-size: 0.9em;
    font-style: italic;
}

.ui-select-bootstrap .btn-default:hover, .ui-select-bootstrap .btn-default-hover {
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: default;
}

.has-error .ui-select-bootstrap .btn-default:hover, .has-error .ui-select-bootstrap .btn-default-hover {
    background-color: #fff;
    border: 1px solid #843534;
    cursor: default;
}

.ui-select-bootstrap .btn-default:focus, .ui-select-bootstrap .btn-default-focus {
    background-color: #fff;
    border-color: #66afe9;
    outline: none;
    outline-offset: 0px;
}

.ui-select-bootstrap .btn-default-focus .btn {
    color: rgb(85, 85, 85);
    background-color: #fff;
    border-color: #66afe9;
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
}

.ui-select-bootstrap a {
    cursor: default;
}

.has-error .ui-select-bootstrap .btn-default-focus .btn {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 6px #ce8483;
}

.datasay-error-top-right {
    margin-top: 5px;
    background-color: #843534;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    color: yellow;
    cursor: default;
}

.datasay-status-top-right {
    margin-top: 5px;
    background-color: #539d3e;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    color: #fff;
    cursor: default;
}

.datasay-finding-list-item {
    border-top: solid 1px #f2dede;
    margin: 5px;
}

.datasay-finding-list-header {
    background-color: #f2dede;
    text-align: center;
    color: #a94442;
}

.datasay-finding-list-data {
    text-align: center;
    border-left: 1px solid #f2dede;
    border-bottom: 1px solid #f2dede;
}

.datasay-finding-list-data:last-of-type {
    border-right: 1px solid #f2dede;
}

.datasay-finding-list-data.has-error {
    color: #843534;
    font-weight: 600;
}

.datasay-finding-list-subject {
    font-weight: 600;
    white-space: pre-wrap;
    display: table-cell;
}

.datasay-finding-list-subject a {
    color: #1e1a1a;
}

.ds-finding-list-location {
    font-style: italic;
    padding-left: 5px;
}

.datasay-finding-list-notes {
    white-space: pre-wrap;
    padding-left:40px;
    margin-bottom: 5px;
}

.ds-finding-list-actions-header {
    padding-left: 40px;
}

.ds-finding-list-actions-header a {
    text-decoration: none;
    color: #333;
}

.ds-finding-list-actions-header a i.fa {
    width: 10px;
}

.ds-finding-list-actions-header .ds-none {
    font-style: italic;
    color: #f0ad4e;
}

.ds-finding-actions-list {
    margin-bottom: 10px;
    padding-left: 55px;
    padding-right: 40px;
}

.ds-goal-actions-list {
    margin-bottom: 10px;
    padding-left: 55px;
    padding-right: 40px;
}

.datasay-location-address {
    white-space: pre-wrap;
    font-size: 0.9em;
    font-style: italic;
}

.datasay-finding-measure-ancestory {
    white-space: pre-wrap;
}

.datasay-finding-measure-title {
    white-space: pre-wrap;
}

.datasay-finding-top-box {
    min-height: 125px;
}

.ds-ai-table-header .ds-table-cell {
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #333;
}

.ds-ai-table-row {
    border-bottom: 1px dashed #ccc;
}

.ds-ai-table-row:last-of-type {
    border-bottom: none;
}

.ds-table-header .ds-table-cell {
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #333;
}

.ds-table-row {
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.ds-table-row:last-of-type {
    border-bottom: none;
    margin-bottom: 0px;
}

.ds-table-row:hover {
    background-color: #e5e5e5;
}

.ds-pre {
    white-space: pre-wrap;
}

.ds-task-row-item {
    min-height: 98px;
}

@media all and (max-width:991px) {
    .ds-table-row .ds-fix-bottom {
        margin-bottom: 15px;
    }
}
@media all and (min-width:992px) {

}

.ds-select-popup {
    overflow-y:scroll;
    height: 200px;
    padding: 0px;
    user-select: none;
}

.ds-select-row {
    padding-left: 15px;
    padding-right: 15px;
    cursor: default;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select:none;
}
.ds-select-row:hover:not(.ds-select-na) {
    background-color: #eee;
    color: #000;
}
.ds-select-row.active:not(.ds-select-na) {
    background-color: Highlight;
    color: HighlightText;
}

.ds-select-option {
    font-weight: 600;
}

.ds-user-name {
    display:inline-block;
    margin-right: 15px;
}

.ds-user-name:last-child {
    margin-right: 0px;
}

.ds-button-space {
    margin: 5px;
}







.ds-goal .datasay-finding-list-item,
.datasay-goal-list-item {
    border-top: solid 1px #dff0d8;
    margin: 5px;
}

.ds-goal .datasay-finding-list-header,
.datasay-goal-list-header {
    background-color: #dff0d8;
    text-align: center;
    color: #3c763d;
}

.ds-goal .datasay-finding-list-data,
.datasay-goal-list-data {
    text-align: center;
    border-left: 1px solid #dff0d8;
    border-bottom: 1px solid #dff0d8;
}

.ds-goal .datasay-finding-list-data:last-of-type,
.datasay-goal-list-data:last-of-type {
    border-right: 1px solid #dff0d8;
}

.datasay-goal-list-data.has-error {
    color: #843534;
    font-weight: 600;
}

.datasay-goal-list-subject {
    font-weight: 600;
    white-space: pre-wrap;
    display: table-cell;
}

.datasay-goal-list-subject a {
    color: #1e1a1a;
}

.ds-goal-list-location {
    font-style: italic;
    padding-left: 5px;
}

.datasay-goal-list-notes {
    white-space: pre-wrap;
    padding-left:40px;
    margin-bottom: 5px;
}

.ds-goal-list-actions-header {
    padding-left: 40px;
}

.ds-goal-list-actions-header a {
    text-decoration: none;
    color: #333;
}

.ds-goal-list-actions-header a i.fa {
    width: 10px;
}

.ds-goal-list-actions-header .ds-none {
    font-style: italic;
    color: #f0ad4e;
}

.ds-task-finding-subject {
    font-weight: 600;
    white-space: pre-wrap;
}

.ds-task-finding-notes {
    white-space: pre-wrap;
}

.ds-task-finding-status {
    font-style: italic;
    font-size: 0.9em;
}

.ds-finding-task-description {
    padding-top:5px;
    padding-bottom:5px;
    white-space: pre-wrap;
}

.ds-finding-task-notes {
    padding-left:15px;
    padding-bottom:5px;
    white-space: pre-wrap;
}

.ds-finding-task-status {
    padding-left:15px;
    font-size:0.9em;
}

.ds-finding-task-team {
    padding-left:15px;
    padding-bottom:5px;
    padding-top:5px;
}

.ds-metric-label {
    font-size: 30pt;
    text-anchor: middle;
    cursor: pointer;
}

.ds-form-radio {
    margin-top: 2px;
    margin-bottom: 0px;
}

.ds-form-group {
    margin-bottom: 1px;
}

.ds-cal-previous {
    margin-bottom: 10px;
}

.ds-cal-next {
    text-align: right;
    margin-bottom: 10px;
}

.ds-cal-title {
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 10px;
}

.ds-cal-header {
    text-align: center;
    border-top: solid 1px blue;
    border-right: solid 1px blue;
    border-bottom: solid 1px blue;
    font-weight: 600;
    background-color: lightblue;
}
.ds-cal-header:last-of-type {
    border-right: none;
}

.ds-cal-number {
    text-align: right;
    font-weight: 600;
}

.ds-cal-grey .ds-cal-number {
    color: grey;
}

.ds-cal-weekday {
    height: 100px;
    border-right: solid 1px grey;
    border-bottom: solid 1px grey;
}

.ds-cal-weekend {
    height: 50px;
    border-bottom: solid 1px grey;
    background-color: lightgray;
}

.ds-left-space {
    margin-left: 15px;
}

.ds-top-space {
    margin-top: 15px;
}

.ds-link {
    cursor: pointer;
}

.ds-concern-icon {
    color: #8a6d3b;
    position: relative;
    left: 25px;
    top: 4px;
}

.ds-cl-measure-text {
    white-space: pre-wrap;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 12pt;
    margin: 5px;
}

.ds-cl-measure-breadcrumb {
    margin-bottom: 0px;
    padding: 3px;
}

.ds-cl-report-sub-heading {
    font-style: italic;
    font-size: 0.9em;
    border-bottom: solid 1px grey;
    margin-left: 10px;
    margin-top: 5px;
}

.ds-cl-report-icon-ok {
    width:auto;
    display: table-cell;
    color: #3c763d;
}

.ds-cl-report-ok {
    display: table-cell;
    width:auto;
    color: #3c763d;
    padding-left: 5px;
    white-space: pre-wrap;
}

.ds-cl-report-icon-concern {
    width:auto;
    display: table-cell;
    color: #8a6d3b;
}

.ds-cl-report-concern {
    display: table-cell;
    width:auto;
    color: #8a6d3b;
    padding-left: 5px;
    white-space: pre-wrap;
}

.ds-cl-row {
    margin-left: 10px;
}

.ds-tb-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14pt;
}

.ds-tb-dates {
    color: rgb(119, 119, 119);
}

.ds-tb-name {
    font-weight: 600;
    margin-top: 5px;
}

.ds-tb-address {
    white-space: pre-wrap;
}

.ds-tb-body {
    height: 175px;
    padding-top: 10px;
}

.ds-pm-row {
    display: table-row;
}

.ds-pm-icon {
    display: table-cell;
    width: auto;
    vertical-align:middle;
}
.ds-pm-icon .fa-balance-scale {
    color: blue;
}
.ds-pm-icon .fa-star {
    color: gold;
}

.ds-pm-title {
    display: table-cell;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14pt;
    padding-left: 5px;
}

.ds-pm-standards {
    margin-left: 20px;
    font-size: 0.8em;
}

.ds-pm-standard {
    display: inline-block;
    margin-left: 5pt;
    margin-right: 5pt;
    color: forestgreen;
    cursor: pointer;
}

.ds-pm-sub-title {
    margin-left: 20px;
    font-style: italic;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 12pt;
}

.ds-pm-text {
    white-space: pre-wrap;
    margin-left: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 12pt;
}

.ds-pm-groups {
    margin-left: 10px;
}

.ds-pm-group-title {
    font-size: 1.3em;
    font-weight: 600;
    color: dimgray;
}

.ds-pm-group .ds-pm-group .ds-pm-group-title {
    font-size: 1.0em;
    font-style: italic;
}

.ds-pm-report-text {
    font-weight: 600;
    white-space: pre-wrap;
}

.ds-pm-report-concern {
    font-size: 0.8em;
    font-style: italic;
    margin-left: 5px;
    color: red;
}

.ds-pm-report-na {
    font-size: 0.8em;
    font-style: italic;
    margin-left: 5px;
}

.ds-pm-report-good {
    font-size: 0.8em;
    font-style: italic;
    margin-left: 5px;
    color: rgb(60, 118, 61);
}

.ds-pm-report-items {
    margin-left: 5px;
    margin-bottom: 10px;
}

.ds-no-option {
    font-style: italic;
    color: dimgray;
    font-weight: 300;
}

.ds-option {
    font-weight: 600;
}

.ds-pm-finding {
    margin-bottom: 10px;
    margin-top: 30px;
    border-top: dashed 1px grey;
    padding-top: 10px;
}
.ds-pm-finding:first-child {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}

.ds-pm-finding-subject {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14pt;
}

.ds-pm-finding-status {
    color: rgb(119, 119, 119);
    margin-left: 5px;
    font-size: 0.9em;
    font-style: italic;
    margin-top: -2px;
}
.ds-pm-finding-late {
    color: rgb(169, 68, 66);
}

.ds-pm-finding-heading {
    margin-left: 5px;
    margin-top: 10px;
    font-weight: 600;
    font-style: italic;
}

.ds-pm-finding-na {
    margin-left: 10px;
    font-weight: 300;
    font-style: italic;
    font-size: 0.8em;
}

.ds-pm-finding-description, .ds-pm-finding-poc, .ds-pm-finding-resolution {
    margin-left: 15px;
    white-space: pre-wrap;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 1.1em;
}

.ds-pm-finding-actions {
    margin-left: 20px;
    margin-right: 15px;
    margin-top: 10px;
}

.ds-pm-finding-action-heading {
    font-weight: 600;
    font-style: italic;
    border-bottom: solid 1px dimgray;
}

.ds-ps-chart {
    min-height: 150px;
}

.ds-ps-measure {
    margin-bottom: 10px;
    margin-top: 30px;
    border-top: dashed 1px grey;
    padding-top: 10px;
}
.ds-ps-measure:first-child {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}

.ds-ps-row {
    display: table-row;
}

.ds-ps-icon {
    display: table-cell;
    width: auto;
    vertical-align:middle;
}
.ds-ps-icon .fa-balance-scale {
    color: blue;
}
.ds-ps-icon .fa-star {
    color: gold;
}

.ds-ps-measure-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14pt;
    padding-left: 2px;
}
.ds-ps-measure-title a {
    text-decoration: none;
    color: black;
}
.ds-ps-measure-title a:hover {
    text-decoration: underline;
}

.ds-ps-measure-subtitle {
    margin-left: 20px;
    font-style: italic;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 12pt;
}

.ds-ps-measure-text {
    white-space: pre-wrap;
    margin-left: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 12pt;
}

.ds-ps-section-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14pt;
    padding-left: 2px;
}
.ds-ps-section-title a {
    text-decoration: none;
    color: black;
}
.ds-ps-section-title a:hover {
    text-decoration: underline;
}

.ds-ps-section-subtitle {
    margin-left: 20px;
    font-style: italic;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 12pt;
}

.ds-ps-section-text {
    white-space: pre-wrap;
    margin-left: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 12pt;
}

.ds-ps-section {
    margin-bottom: 10px;
    margin-top: 30px;
    border-top: dashed 1px grey;
    padding-top: 10px;
}
.ds-ps-section:first-child {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}

.ds-sa-overview {
    white-space: pre-wrap;
}

.ds-sl-item {
    margin-bottom: 10px;
    margin-top: 30px;
    border-top: dashed 1px grey;
    padding-top: 10px;
}
.ds-sl-item:first-child {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}

.ds-sl-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14pt;
    padding-left: 4px;
}
.ds-sl-title a {
    text-decoration: none;
    color: black;
}
.ds-sl-title a:hover {
    text-decoration: underline;
}

.ds-sl-row {
    display: table-row;
}

.ds-sl-icon {
    display: table-cell;
    width: auto;
    vertical-align:middle;
    color: dimgray;
}

.ds-sl-dates {
    margin-left: 20px;
    color: rgb(119, 119, 119);
}

.ds-sl-text {
    white-space: pre-wrap;
    margin-left: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 12pt;
}

.ds-sa-team {
    margin-bottom: 10px;
    margin-top: 30px;
    border-top: dashed 1px grey;
    padding-top: 10px;
}
.ds-sa-team:first-child {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}

.ds-sa-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14pt;
    padding-left: 4px;
}
.ds-sa-title a {
    text-decoration: none;
    color: black;
}
.ds-sa-title a:hover {
    text-decoration: underline;
}

.ds-sa-row {
    display: table-row;
}

.ds-sa-icon {
    display: table-cell;
    width: auto;
    vertical-align:middle;
    color: darkgreen;
}

.ds-sa-team-members {
    margin-left: 20px;
}

.ds-sa-team-member {
    display: inline-block;
    width: auto;
}

.ds-sa-team-name {
    padding-left: 5px;
    padding-right: 25px;
    width: auto;
}

.ds-tm-team-members {
}

.ds-tm-team-member {
    display: inline-block;
    width: auto;
}

.ds-tm-team-name {
    padding-left: 5px;
    padding-right: 25px;
    width: auto;
}

.ds-tm-row {
    display: table-row;
}

.ds-tm-icon {
    display: table-cell;
    width: auto;
    vertical-align:middle;
}
.ds-tm-icon .fa-user {
    color: darkgreen;
}
.ds-tm-icon .fa-wpforms {
    color: blue;
}
.ds-tm-icon .fa-check {
    color: blue;
}
.ds-tm-icon .fa-flag {
    color: darkblue;
}
.ds-tm-icon .fa-gavel {
    color: darkred;
}

.ds-tm-notes {
    white-space: pre-wrap;
    font-size: 0.9em;
}

.ds-tm-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14pt;
    padding-left: 4px;
}
.ds-tm-title a {
    text-decoration: none;
    color: black;
}
.ds-tm-title a:hover {
    text-decoration: underline;
}

.ds-tm-team-dates {
    margin-left: 20px;
    color: rgb(119, 119, 119);
}

.ds-tm-task-members {
    margin-left: 20px;
}

.ds-tm-activity {
    margin-bottom: 10px;
    margin-top: 30px;
    border-top: dashed 1px grey;
    padding-top: 10px;
}
.ds-tm-activity:first-child {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}

.ds-tm-concerns {
    margin-left: 20px;
    margin-top: 5px;
}

.ds-tm-concern-heading {
    font-style: italic;
    font-weight: 600;
}

.ds-tm-concern {
    margin-top: 4px;
    margin-left: 2px;
    color: #8a6d3b;
}
.ds-tm-concern:first-child {
    margin-top: 0px;
}

.ds-tm-concern-text {
    padding-left: 3px;
    white-space: pre-wrap;
}

.ds-tm-concern .ds-tm-icon {
    vertical-align: top;
}

.ds-to-organization {
    margin-bottom: 10px;
    margin-top: 30px;
    border-top: dashed 1px grey;
    padding-top: 10px;
}
.ds-to-organization:first-child {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
}

.ds-to-row {
    display: table-row;
}

.ds-to-icon {
    display: table-cell;
    width: auto;
    vertical-align: middle;
}
.ds-to-icon .fa-bell-o {
    color: red;
}
.ds-to-icon .fa-bus {
    color: gold;
}
.ds-to-icon .fa-book {
    color: goldenrod;
}
.ds-to-icon .fa-sun-o {
    color: #ffeb09;
}

.ds-to-name {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14pt;
    padding-left: 4px;
}
.ds-to-name a {
    text-decoration: none;
    color: black;
}
.ds-to-name a:hover {
    text-decoration: underline;
}

.ds-to-address {
    margin-left: 20px;
    white-space: pre-wrap;
}

.control-label + .checkbox {
    margin-top: 0px;
}

.checkbox {
    margin-left: 4px;
}


.ds-cp-findings {
    fill: red;
}
.ds-cp-concerns {
    fill: gold;
}
.ds-cp-strengths {
    fill: green;
}

.ds-hd-name {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 16pt;
}
.ds-hd-name a {
    text-decoration: none;
    color: black;
}
.ds-hd-name a:hover {
    text-decoration: underline;
}

.ds-hd-address {

}

.ds-db-user-tasks-pie {
}

.ds-db-user-tasks-pie .pie-text {
    fill: black;
    cursor: pointer;
}

.ds-db-user-tasks-pie .pie-bar {
    height: 30px;
}

.ds-db-user-tasks-pie .pie-slice-0 {
    fill: green;
    cursor: pointer;
}

.ds-db-user-tasks-pie .pie-slice-1 {
    fill: grey;
    cursor: pointer;
}

.ds-db-user-tasks-pie .pie-slice-2 {
    fill: gold;
    cursor: pointer;
}

.ds-db-user-tasks-pie .pie-slice-3 {
    fill: crimson;
    cursor: pointer;
}

.ds-db-centers-pie {
}

.ds-db-centers-pie .pie-text {
    fill: black;
    cursor: pointer;
}

.ds-db-centers-pie .pie-bar {
    height: 30px;
}

.ds-db-centers-pie .pie-slice-0 {
    fill: green;
    cursor: pointer;
}

.ds-db-centers-pie .pie-slice-1 {
    fill: gold;
    cursor: pointer;
}

.ds-db-centers-pie .pie-slice-2 {
    fill: crimson;
    cursor: pointer;
}

.ds-db-findings-pie {
}

.ds-db-findings-pie .pie-text {
    fill: black;
    cursor: pointer;
}

.ds-db-findings-pie .pie-bar {
    height: 30px;
}

.ds-db-findings-pie .pie-slice-0 {
    fill: green;
    cursor: pointer;
}

.ds-db-findings-pie .pie-slice-1 {
    fill: grey;
    cursor: pointer;
}

.ds-db-findings-pie .pie-slice-2 {
    fill: gold;
    cursor: pointer;
}

.ds-db-findings-pie .pie-slice-3 {
    fill: crimson;
    cursor: pointer;
}

.ds-protocol-bar-chart .bar {
    margin-bottom: 4px;
    height: 15px;
}
.ds-protocol-bar-chart .bar-0-0 {
    fill: gold;
    cursor: pointer;
}
.ds-protocol-bar-chart .bar-0-1 {
    fill: crimson;
    cursor: pointer;
}
.ds-protocol-bar-chart .bar-1-0 {
    fill: green;
    cursor: pointer;
}
.ds-protocol-bar-chart .row-text {
    cursor: pointer;
}

.ds-quick-links {
    text-align: right;
}

.ds-db-details-header {
    margin-top: 15px;
    padding: 3px;
    border-radius: 3px;
    background-color: darkslategrey;
    color: white;
    font-weight: 600;
}

.ds-db-details-item {
    margin-top: 5px;
    padding-top: 5px;
    border-top: dotted 1px grey;
}
.ds-db-details-item:first-child {
    margin-top: 0px;
    border-top: none;
}

.ds-db-details-title {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: black;
    font-size: 1.2em;
}
.ds-db-details-title a {
    color: black;
    text-decoration: none;
}
.ds-db-details-title a:hover {
    color: black;
    text-decoration: underline;
}

.ds-db-details-status {
    text-align: right;
    vertical-align: top;
}

.ds-db-details-description {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: black;
    font-size: 1.0em;
    font-style: italic;
}
.ds-db-details-description a {
    color: black;
    text-decoration: none;
    padding-left: 5px;
}
.ds-db-details-description a:hover {
    color: black;
    text-decoration: underline;
}

.ds-pm-finding-action-item {
    border-top: dotted 1px grey;
    cursor: pointer;
}
.ds-pm-finding-action-item:first-child {
    border-top: none;
}
.ds-pm-finding-action-item:hover {
    background-color: gainsboro;
}

.ds-pm-finding-action-item-note {
    white-space: pre-wrap;
}

.ds-db-details-notes {
    margin-left: 20px;
    white-space: pre-wrap;
}

.ds-db-details-subtitle {
    white-space: pre-wrap;
    font-style: italic;
    margin-left: 3px;
}
.ds-db-details-text {
    white-space: pre-wrap;
    margin-left: 3px;
}

.ds-db-details-subheading {
    margin-left: 5px;
    margin-top: 5px;
    text-decoration: underline;
    font-style: italic;
}

.ds-db-details-concern-item {
    margin-left: 7px;
    margin-top: 3px;
}
.ds-db-details-concern-item a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.ds-db-details-concern-item a:hover {
    text-decoration: underline;
}

.ds-db-details-concern-icon {
    display: table-cell;
    width: auto;
    vertical-align: top;
}
.ds-db-details-concern-icon .fa-exclamation-triangle {
    color: darkgoldenrod;
}

.ds-db-details-concern-text {
    white-space: pre-wrap;
    color: darkgoldenrod;
    width: auto;
    display: table-cell;
    padding-left: 5px;
}

.ds-db-details-strength-item {
    margin-left: 7px;
    margin-top: 3px;
}
.ds-db-details-strength-subject {
    font-weight: 600;
}

.ds-db-details-strength-text {
    white-space: pre-wrap;
    color: darkgreen;
    margin-left: 2px;
}

.ds-db-details-finding-item {
    margin-left: 7px;
    margin-top: 30px;
    border-top: dashed 1px darkgrey;
    padding-top: 5px;
}
.ds-db-details-finding-item:first-child {
    margin-top: 3px;
    padding-top: 0px;
    border-top: none;
}

.ds-db-details-finding-subject {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 16pt;
}
.ds-db-details-finding-subject a {
    text-decoration: none;
    color: black;
}
.ds-db-details-finding-subject a:hover {
    text-decoration: underline;
}

.ds-db-details-finding-org {
    font-style: italic;
    font-weight: 600;
}

.ds-db-details-finding-measure {
    font-style: italic;
    font-weight: 600;
}

.ds-db-details-finding-status {
    font-style: italic;
    color: darkslategrey;
}

.ds-db-details-finding-text {
    white-space: pre-wrap;
    color: crimson;
    margin-left: 2px;
}

.ds-db-details-finding-label {
    font-style: italic;
    margin-left: 3px;
    margin-top: 5px;
    text-decoration: underline;
}

.ds-db-details-finding-text-support {
    white-space: pre-wrap;
    margin-left: 5px;
}

.ds-db-details-finding-actions {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 15px;
}

.ds-db-details-finding-action-heading {
    border-bottom: solid 1px darkgrey;
    font-weight: 600;
    margin-left: -15px;
    margin-right: -15px;
}

.ds-db-details-finding-action-item {
    border-top: dashed 1px grey;
}
.ds-db-details-finding-action-item:first-child {
    border-top: none;
}

.ds-db-details-finding-action-item-note {
    margin-left: -12px;
    margin-right: -12px;
}

.ds-db-details-finding-item-status {
    font-style: italic;
    color: darkslategray;
}

.ds-db-details-finding-action-item-late {
    color: crimson;
}

.ds-db-details-finding-item-label {
    margin-left: -13px;
    font-style: italic;
    text-decoration: underline;
}
