.aoc_chart_budget_allocated,
.aoc_chart_services {
  height: 251px;
  margin: -20px auto 20px;
}

.aoc_value_budget_allocated,
.aoc_value_services {
  font-weight: 900;
  font-size: 24px;
  color: #34495e;
  text-align: center;
  margin-top: -135px;
  margin-bottom: 100px;
  position: relative;
  pointer-events: none;
}

.highcharts-credits {
  display: none;
}

.user_avatar {
  border-radius: 50%;
  width: 50px !important;
  height: 50px;
  border: 1px solid #ddd;
  background-color: #eee;
}

.aoc_project_services_indicator {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #ddd;
  color: #fff;
  margin: 0px 5px;
  font-size: 16px !important;
  text-align: center;
  padding-top: 9px;
  font-weight: 600;
}

.aoc_project_services_indicator.completed {
  background-color: #2ecc71;
  box-shadow: 0px 0px 0px 3px #2ecc71;
}

.aoc_project_services_indicator.in_progress {
  background-color: #f1c40f;
  box-shadoW: 0px 0px 0px 3px #f1c40f;
}

.aoc_project_services_indicator.not_started {
  background-color: #e67e22;
  box-shadoW: 0px 0px 0px 3px #e67e22;
}

.aoc_project_services_indicators {
  white-space: nowrap;
}

.aoc_project_status_indicator {
  border-radius: 10px;
  margin: 0px 3px 0px 0px;
  vertical-align: middle;
  color: #fff;
  padding: 5px;
  font-weight: 600;
}

.projects_list_wrapper .project_closed_tag {
  background-color: #FF5722;
  display: inline-block;
  color: #fff;
  font-size: 11px !important;
  border-radius: 10px;
  padding: 3px 9px;
  margin-left: 5px;
}

.projects_list_wrapper .searcher_projects {
  width: 100%;
  margin: 10px 0 10px;
}

.projects_list td {
  background-color: #fff;
  vertical-align: middle;
}

.projects_list tr:hover td {
  background-color: #f5f5f5;
}

.projects_list .user_avatar {
  vertical-align: middle;
}

.projects_list .user_avatar.small {
  width: 36px !important;
  height: 36px;
}

.projects_list_wrapper select {
  width: 100%;
  margin-bottom: 20px;
}

.aoc_project_form {
  margin-top: 20px;
}

/*******************************************************************************/
/*                              MAIN VIEW                                      */
/*******************************************************************************/
.project_main_view .btn_back_to_projects {
  padding: 7px 10px;
  margin-right: 10px;
}

/*******************************************************************************/
/*                             DETAILED VIEW                                   */
/*******************************************************************************/
.aoc_project_new_service_form {
  display: none;
}

.aoc_project_new_service_form select {
  width: 100%;
  margin-bottom: 20px;
}

.aoc_project_new_service_form button {
  width: 200px;
}

.crowd_tasks_view_selector {
  margin-bottom: 20px;
}

.aoc_project_details_avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0px 0px 0px 5px;
  border: 1px solid #ddd;
  background-color: #eee;
}

.aoc_section_options {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}

.aoc_section_options button {
  margin-bottom: 20px;
}

.project_detail .aoc_project_user,
.project_detail .aoc_project_add_user {
  background-color: #f0f0f0;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 0;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: calc(33.1% - 10px);
  margin-right: 10px;
}

.project_detail .aoc_project_user .close_icon {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  padding: 5px;
}

.project_detail .aoc_project_user .close_icon i {
  color: #666;
  font-size: 14px;
}

.project_detail .aoc_project_user .avatar,
.project_detail .aoc_project_add_user .add_icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  background-position: 50%;
  background-size: cover;
  vertical-align: middle;
  margin-right: 10px;
}

.project_detail .icon_manage {
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
}

.project_detail .aoc_project_user .user_name,
.project_detail .aoc_project_add_user .text {
  font-size: 14px;
  display: inline-block;
  width: calc(100% - 52px);
  color: #4d4d4d;
  vertical-align: middle;
  font-weight: 600;
}

.project_detail .aoc_project_add_user .add_icon i {
  font-size: 40px;
}

.project_detail .aoc_project_add_user {
  transition: all 0.3s ease;
  cursor: pointer;
}

.project_detail .aoc_project_add_user:hover .text,
.project_detail .aoc_project_add_user:hover .add_icon i {
  color: #fff;
}

.aoc_project_details_no_users {
  height: 75px;
  font-size: 20px;
  padding-top: 24px;
}

.aoc_project_details .crowd_task_lists .table_stl1 tr td {
  padding: 5px 10px;
  vertical-align: middle;
  border-right: 0px !important;
  border-left: 0px !important;
}

.aoc_project_details .crowd_task_lists .table_stl1 tr td:first-child {
  border-left: 1px solid #ddd !important;
}

.aoc_project_details .crowd_task_lists .table_stl1 tr td:last-child {
  border-right: 1px solid #ddd !important;
}

@media all and (max-width: 767px) {
  .aoc_project_details .crowd_task_lists .table_stl1 tr td:first-child {
    border-right: 1px solid #ddd !important;
  }
}
.aoc_project_details .crowd_task_lists .table_stl1 tr td .aoc_rr_buttons button {
  width: 100%;
}

.aoc_project_details .crowd_task_lists .crowd_task_lists_paginator {
  text-align: center;
  margin-bottom: 20px;
}

.aoc_project_details .btn_edit_project {
  margin-bottom: 20px;
}

/******************************************************************************/
/*                         PROJECT CROWD-TASKS                                */
/******************************************************************************/
.aoc_project_crowd_tasks .btn_add_task {
  margin-bottom: 20px;
}

/******************************************************************************/
/*                              PROJECT SUMMARY                               */
/******************************************************************************/
.project_summary_view .panel {
  padding: 20px;
}
.project_summary_view .title_section {
  border-left-style: solid;
  border-left-width: 5px;
  padding-left: 6px;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 600;
}
.project_summary_view .no_elements_msg {
  text-align: center;
  font-weight: 600;
  padding: 20px;
  font-size: 16px;
  color: #4d4d4d;
  font-style: italic;
}
.project_summary_view .project_task_summary {
  padding: 11px 10px 12px;
  font-size: 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.project_summary_view .project_task_summary:first-child {
  margin-top: 20px;
}
.project_summary_view .project_task_summary:last-child {
  border-bottom: 0px;
}
.project_summary_view .project_task_summary .name {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  font-size: 12px;
  line-height: 16px;
  color: #4d4d4d;
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project_summary_view .project_task_summary .date {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
  color: #8BC34A;
}
.project_summary_view .project_task_summary .date.late {
  color: #F44336;
}
.project_summary_view .project_task_summary .date.today {
  color: #FBC02D;
}
.project_summary_view .project_task_summary .date.date_close {
  color: #039BE5;
}
.project_summary_view .tasks_infographic {
  margin: 20px 60px;
  position: relative;
  width: calc(100% - 120px);
}
.project_summary_view .vertical_line {
  position: absolute;
  top: 50px;
  z-index: 30;
  width: 1px;
  height: calc(100% - 50px);
  border-left: 1px dashed #ddd;
}
.project_summary_view .date_tooltip {
  position: absolute;
  background: #444;
  top: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 3px;
  white-space: nowrap;
}
.project_summary_view .date_tooltip i {
  margin-right: 5px;
}
.project_summary_view .date_tooltip.today {
  z-index: 10;
}
.project_summary_view .date_tooltip.today i {
  color: #fff;
}
.project_summary_view .date_tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(68, 68, 68, 0);
  border-top-color: #444;
  border-width: 5px;
  margin-left: -5px;
}
.project_summary_view .milestone_layer {
  position: absolute;
  min-width: 1%;
}
.project_summary_view .milestone_layer .name {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
}
.project_summary_view .milestone_layer .progress_bar {
  border-radius: 10px;
  background-color: #c9c9c9;
  border: 3px solid #fff;
  box-shadow: 0px 0px 3px 1px #ccc;
  height: 12px;
  margin-left: -3px;
}
.project_summary_view .milestone_layer .progress_bar.late {
  border-color: #ff6c6c;
  background-color: #ffa39b;
}
.project_summary_view .milestone_layer .progress_bar.completed {
  border-color: #7CB342;
}
.project_summary_view .milestone_layer .progress_bar .progress_bar_value {
  height: 6px;
  border-radius: 7px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8bc34a+0,aed581+100 */
  background: #8bc34a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #8bc34a 0%, #aed581 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #8bc34a 0%, #aed581 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #8bc34a 0%, #aed581 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8bc34a", endColorstr="#aed581",GradientType=1 );
  /* IE6-9 */
}

.project_timetracker_summary .time_selector {
  display: block;
  width: 200px;
  max-width: 90%;
  margin: 20px auto;
}
.project_timetracker_summary .chart_timetracker {
  height: 200px;
}
.project_timetracker_summary .chart_timetracker .legendLabel {
  vertical-align: middle;
  padding-left: 10px;
  padding-bottom: 5px;
  max-width: 200px;
}
.project_timetracker_summary .chart_timetracker .legendColorBox {
  padding-top: 2px;
}
.project_timetracker_summary .chart_timetracker .legendColorBox > div {
  border: 0px !important;
  padding: 0px !important;
  border-radius: 50%;
  overflow: hidden;
  width: 14px;
  height: 14px;
}
.project_timetracker_summary .chart_timetracker .legendColorBox > div > div {
  width: 14px !important;
  height: 14px !important;
  border-width: 7px !important;
}
.project_timetracker_summary .timetracker_user_layer {
  font-size: 0px !important;
  white-space: nowrap;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
.project_timetracker_summary .timetracker_user_layer .name {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
  text-align: left;
  color: #666;
}
.project_timetracker_summary .timetracker_user_layer .time {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
  font-size: 16px !important;
  font-weight: 600;
  color: #4d4d4d;
  text-align: right;
}
.project_timetracker_summary .timetracker_user_layer.total {
  border-top: 2px solid #888;
  border-bottom: 0px;
}
.project_timetracker_summary .timetracker_user_layer.total .name {
  font-weight: bold;
  font-size: 18px !important;
}
.project_timetracker_summary .timetracker_user_layer.total .time {
  font-size: 20px !important;
}

.project_message_summary {
  padding: 5px 10px;
  font-size: 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.project_message_summary:first-child {
  margin-top: 10px;
}
.project_message_summary:last-child {
  border-bottom: 0px;
}
.project_message_summary .avatar {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.project_message_summary .avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.project_message_summary .name {
  width: calc(100% - 140px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #444;
}
.project_message_summary .date {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: right;
  color: #666;
}

/*******************************************************************************/
/*                             INSIGHTS                                        */
/*******************************************************************************/
.insights_main .panel {
  padding: 20px;
}
.insights_main .insight_explanation {
  border-radius: 5px;
  padding: 50px;
  margin: 30px 0px;
  text-align: center;
}
.insights_main .insight_explanation .explanation {
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}
.insights_main .insight_explanation button {
  border-radius: 30px;
  width: 200px;
  font-size: 20px;
  background-color: #fff !important;
  font-weight: 600;
  transition: all 0.3s ease;
}
.insights_main .insight_explanation button:hover {
  background-color: #fff !important;
  transform: scale(1.2);
}
.insights_main .insight_explanation button:focus {
  background-color: #fff !important;
}
.insights_main .title_section {
  border-left-style: solid;
  border-left-width: 5px;
  padding-left: 6px;
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 600;
  float: left;
  margin-bottom: 30px;
}
.insights_main .insight_timeline {
  display: table;
  width: 100%;
}
.insights_main .insight_timeline .moment_layer {
  display: table-row;
  min-height: 200px;
}
.insights_main .insight_timeline .moment_layer .left {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.insights_main .insight_timeline .moment_layer .left .username {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 600;
  text-align: right;
  margin-right: 30px;
  margin-top: 20px;
}
.insights_main .insight_timeline .moment_layer .left .date {
  font-size: 13px;
  color: #666;
  text-align: right;
  margin-right: 30px;
  margin-top: 5px;
}
.insights_main .insight_timeline .moment_layer .center {
  display: table-cell;
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 30px;
}
.insights_main .insight_timeline .moment_layer .center .timeline_point {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: -12px;
  margin-top: 20px;
  box-shadow: 0px 0px 0px 5px #f7f7f7;
}
.insights_main .insight_timeline .moment_layer .right {
  display: table-cell;
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 30px;
}
.insights_main .btn_new_insight {
  border-radius: 50%;
  color: #fff;
  width: 90px;
  height: 90px;
  white-space: initial;
  margin-left: -47px;
}
.insights_main .insight_form {
  display: none;
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px #bbb;
  max-width: 500px;
}
.insights_main .insight_form .aoc_form_close {
  text-align: right;
  padding-bottom: 20px;
  float: right;
}
.insights_main .insight_form .aoc_form_close i {
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.insights_main .insight_form .stars_layer i {
  color: #ccc;
  font-size: 24px;
  cursor: pointer;
  margin-top: 10px;
}
.insights_main .insight_form .stars_layer i.error {
  color: #FF0000;
}
.insights_main .insight_form .stars_layer i.active {
  color: #FFEB3B;
}
.insights_main .first_insight .insight_form {
  max-width: 100%;
}
.insights_main .insight_card {
  padding: 10px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px #bbb;
  max-width: 500px;
}
.insights_main .insight_card .avatar {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: 50%;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.insights_main .insight_card .username {
  font-weight: 600;
  font-size: 14px;
  color: #4d4d4d;
  text-align: center;
}
.insights_main .insight_card .aoc_form_question_value {
  margin-bottom: 20px;
}
.insights_main .insight_card .stars_value {
  color: #FFEB3B;
  font-size: 18px;
}
.insights_main .insight_card .options_layer {
  float: right;
  cursor: pointer;
  padding: 5px 10px;
}
.insights_main .insight_card .options_layer i {
  font-size: 16px;
  color: #4d4d4d;
}

/******************************************************************************/
/*                           SETTINGS FORM                                    */
/******************************************************************************/
.settings_form .color_preview {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.settings_colorpicker .colorpicker {
  margin-right: 0px;
  margin-bottom: 10px;
}

/******************************************************************************/
/*                               PROJECTS LIST                                */
/******************************************************************************/
.projects_table {
  table-layout: fixed;
}
.projects_table .tasks_column {
  width: 220px;
}
.projects_table .budgets_column {
  width: 180px;
}
.projects_table .actions_column {
  width: 180px;
}
@media (max-width: 1600px) {
  .projects_table .users_column {
    width: 380px;
  }
  .projects_table .tasks_column {
    width: 200px;
  }
  .projects_table .budgets_column {
    width: 160px;
  }
}
.projects_table td {
  position: relative;
}
.projects_table .project_data {
  position: relative;
  vertical-align: top;
  text-align: left;
}
.projects_table .project_data .project_name {
  font-weight: 600;
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.projects_table .project_data .project_closed_tag {
  background-color: #FF5722;
  display: inline-block;
  color: #fff;
  font-size: 11px !important;
  border-radius: 10px;
  padding: 3px 9px;
  margin-left: 5px;
  margin-bottom: 40px;
}
.projects_table .project_data .next_goal {
  font-size: 12px;
  color: #888;
  font-weight: 300;
  margin-bottom: 40px;
}
.projects_table .project_data .next_goal span {
  font-size: 12px;
  font-weight: 600;
}
.projects_table .project_data .next_goal span.nearly {
  color: #F44336;
}
.projects_table .project_data .insights_rating {
  margin-top: 20px;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  bottom: 5px;
  width: calc(100% - 30px);
}
.projects_table .project_data .insights_rating > div {
  font-size: 12px;
  color: #888;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  width: 50%;
}
.projects_table .project_data .insights_rating > div i {
  font-size: 10px;
  color: #ccc;
  margin-right: -2px;
}
.projects_table .project_data .insights_rating > div:last-child {
  width: calc(50% - 40px);
  margin-left: 40px;
  text-align: right;
}
.projects_table .users_list {
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
}
.projects_table .users_list .more_users {
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 8px;
  border-radius: 50%;
  font-size: 18px;
  vertical-align: middle;
  line-height: 33px;
  font-weight: 600;
}
.projects_table .add_user_layer {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  right: 20px;
}
.projects_table .add_user_layer .add_user_circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
}
.projects_table .add_user_layer .add_user_circle .user_icon {
  font-size: 28px;
}
.projects_table .add_user_layer .add_user_circle .add_icon {
  position: absolute;
  font-size: 17px;
  right: -3px;
  bottom: 0px;
}
.projects_table .tasks_layer {
  font-size: 0;
  position: relative;
}
.projects_table .tasks_layer .tasks_chart {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
}
.projects_table .tasks_layer .task_perc {
  font-size: 18px;
  position: absolute;
  top: 34px;
  left: 0px;
  text-align: center;
  width: 80px;
  font-weight: 600;
}
.projects_table .tasks_layer .tasks_info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  text-align: right;
}
.projects_table .tasks_layer .tasks_info .tasks_pending {
  margin-bottom: 5px;
}
.projects_table .tasks_layer .tasks_info .tasks_pending > div {
  color: #aaa;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.projects_table .tasks_layer .tasks_info .tasks_pending > div:first-child {
  font-weight: 600;
  text-transform: lowercase;
}
.projects_table .tasks_layer .tasks_info .tasks_delayed > div {
  color: #F44336;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.projects_table .tasks_layer .tasks_info .tasks_delayed > div:first-child {
  font-weight: 600;
  text-transform: lowercase;
}
.projects_table .budget_progress .cant {
  float: right;
  margin-right: 10px;
  color: #aaa;
  font-size: 12px;
  font-weight: 300;
}
.projects_table .budget_progress .perc {
  float: right;
  font-size: 12px;
  font-weight: 600;
}
.projects_table .budget_progress .bar {
  height: 4px;
  border-radius: 4px;
  background-color: #eee;
}
.projects_table .budget_progress .progress_bar {
  height: 4px;
  border-radius: 4px;
}
.projects_table .actions {
  text-align: center;
}
.projects_table .actions i {
  color: #888;
  font-size: 25px;
  margin: 5px 10px;
  opacity: 0;
}
.projects_table .actions i.enabled {
  opacity: 1;
}
.projects_table .actions .icon_alert {
  font-size: 10px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #fff;
  display: inline-block;
  margin-left: -20px;
  line-height: 14px;
  margin-top: 6px;
  vertical-align: middle;
}
.projects_table tr:hover .actions i {
  opacity: 1;
}
