

.project_detail .aoc_project_add_user:hover {
    background-color: #028ffb;
    border-color: #028ffb;
}

.project_detail  .aoc_project_add_user .text {
    color: #028ffb;
}

.project_detail .aoc_project_add_user .add_icon i {
    color: #028ffb;
}

.project_summary_view  .title_section,
.insights_main  .title_section {
    border-color: #028ffb;
}

.project_summary_view .date_tooltip.today {
    background-color: #028ffb;
}

.project_summary_view .date_tooltip.today:after {
    border-top-color: #028ffb;
}

.project_detail .icon_manage {
    color: #028ffb;
}

.typologies_form .table_stl1 tr td {
    padding: 10px;
}

.typologies_form .table_stl1 tr td .aoc_form_question_input {
    margin-bottom: 0px;
}

.typologies_form .table_stl1 tr td button {
    width: 40%;
}

.typologies_form .table_stl1 tr td .btn-success {
    width: 100%;
}

.insight_timeline .center {
    border-left: 4px solid #028ffb;
}

.btn_new_insight,
.btn_new_insight:hover,
.btn_new_insight:focus,
.btn_new_insight:active {
    background-color: #028ffb;
    box-shadow: 0px 0px 0px 6px rgba(2,143,251, 0.5);
    color: #fff;
}


.timeline_point {
    background-color: #028ffb;
}

.insight_explanation {
    background-color: #028ffb;
}

.insight_explanation button,
.insight_explanation button:hover,
.insight_explanation button:focus {
    color: #028ffb !important;
}

.settings_form .color_preview {
    background-color: #028ffb;
}

.projects_table .next_goal span {
    color: #028ffb;
}

.projects_table .insights_rating i.selected {
    color: #028ffb !important;
} 

.add_user_layer .add_user_circle {
    border: 1px solid #028ffb;
}

.add_user_layer i {
    color: #028ffb;
}

.projects_table .tasks_layer .task_perc {
    color: #028ffb;
}

.projects_table .users_list .more_users {
    color: #028ffb;
    border: 2px solid #028ffb;
}

.projects_table .budget_progress .perc {
    color: #028ffb;
}

.projects_table .budget_progress .progress_bar {
    background-color: #028ffb;
}

.projects_table .actions i.enabled {
    color: #028ffb !important;
}

.projects_table .actions .icon_alert {
    color: #028ffb;
    border: 2px solid #028ffb;
}