.scorecard-header {
    color: #ffffff;
	text-align:center;
	font-size:12px;
}

.scorecard-header-dark {
    color: #394263;
	background-color: #eaedf1;
	text-align:center;
	font-size:12px;
}

.score-bg-good {
   background-color: #359a02 !important;
}

.score-bg-neutral {
    background-color: #0075c2 !important;
}

.score-bg-average {
    background-color: #ffcc33 !important;
}

.score-bg-bad {
    background-color: #e74c3c !important;
}

.scorecard-searchbox {
	margin-left: 10px;
	max-width: 50%;
}

.alert-bg-resolved {
    background-color: #cde3f7 !important;
    margin-left:20px;
}

.alert-bg-pending {
    background-color: #f7be64 !important;
    margin-left:20px;
}

.advocacy-nar-score {
	background-color: #d5eaff !important;
    width: 64px;
    height: 64px;
    display: inline-block;
    line-height: 64px;
    text-align: center;
    font-size: 24px;
    color: #333366;
    border-radius: 32px;
	margin-top: 10px;
}

.ap_currentScoreGood {
    font-size: 16px;
    font-weight: bold;
    color: #006666;
}

.ap_currentScoreBad {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
}

.sub-menu li {
    font-size: 1em;
    padding: .25em 1em;
    line-height: 1em;
}

.sub-menu {
    padding: 0;
    max-height: 30em; /* 1.5 x 3 */
    overflow-y: auto;
    
}

.summary-header {
    background: #9197a9;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.dashboard-fixed-height {

    height: 270px;
    vertical-align: middle;
}

.dashboard-fixed-height-action-plan {

    height: 480px;
    vertical-align: middle;
}

.dashboard-fixed-height-action-plan_branch {

    height: 540px;
    vertical-align: middle;

}

.keydrive_text {
    font: 20px sans-serif;
    /*text-align: right;*/
    /*vertical-align: middle;*/
}