#tasks_filters .panel-heading {
  background-color: #2ab4c0;
  border-color: #2ab4c0; }

.todo-tasklist-loading {
  background-color: green; }

.d-none {
  display: none !important; }

.item_selected_in_panel {
  text-decoration: none;
  background-color: #eee; }

.badge_info_item:hover {
  background-color: unset !important; }

.badge_info_item:focus {
  background-color: unset !important; }

.badge_info_mentions:hover {
  background-color: unset !important; }

.badge_info_mentions:focus {
  background-color: unset !important; }

.select2-selection__placeholder {
  font-size: 14px !important; }

.task-list-mentions {
  overflow-y: auto;
  height: 437px; }

.h-auto {
  height: auto !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.p-10 {
  padding: 10px !important; }

.cursor-pointer {
  cursor: pointer !important; }

.patientAvatar {
  margin-right: 10px !important;
  width: 70px;
  height: 70px; }

.create_new_task {
  margin-top: 5px; }

.media > .patientAvatar {
  padding: 1px !important; }

.todo-comment-username {
  margin-right: 15px; }

.todo-tasklist {
  overflow-y: auto;
  max-height: 541px !important; }

.todo-tasklist-item-title {
  margin-top: 4px !important; }

.todo-tasklist-badge {
  margin-top: 10px !important; }

ul.tasks {
  max-width: 400px !important;
  width: 400px !important; }

.task_header_list {
  overflow-y: auto !important; }
  .task_header_list .status_item_notification .comment {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .task_header_list .task_item_notification .task {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .task_header_list .comment_item_notification .comment {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .task_header_list .mention_item_notification .mention {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }

.task_header_list .read {
  background-color: #415059 !important; }

.tasks_filter_form .form-body .row .col-md-3 label {
  margin-bottom: 15px !important; }
.tasks_filter_form .form-body .row .col-md-3 .filter_button {
  margin-top: 30px !important; }

.filter_by_assigned_to_lbl, .filter_by_created_by_lbl, .filter_by_status_lbl, .filter_by_priority_lbl, .filter_by_created_date_lbl {
  margin-bottom: 10px !important;
  margin-top: 15px !important; }

.filter_button {
  margin-top: 43px !important; }

.pagination_nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.edit_task_list_item {
  float: right;
  color: #000000 !important; }

.comments_container {
  overflow: -webkit-paged-x !important; }

.comment_mention {
  min-height: 40px; }

.f-right {
  float: right !important; }

.badge_tasks {
  display: none; }

@keyframes animate {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }
.background-medium {
  background-color: #FDEBD0; }

.background-high {
  background-color: #FADBD8; }

.background-low {
  background: #FCF3CF; }

.button-color-medium {
  background-color: #F39C12 !important; }

.button-color-high {
  background-color: #E74C3C !important; }

.button-color-low {
  background-color: #F1C40F !important; }

.animation_loading {
  background: #fff;
  border: 1px solid;
  border-color: #e5e6e9;
  border-radius: 3px;
  display: block;
  height: 116px;
  width: 100%;
  padding: 12px; }
  .animation_loading #animation_loading_container {
    width: 100%;
    height: 30px; }
  .animation_loading .animation_col_one, .animation_loading .animation_col_two, .animation_loading .animation_col_three, .animation_loading .animation_col_four, .animation_loading .animation_col_five, .animation_loading .animation_col_six {
    position: relative;
    background-color: #CCC;
    height: 6px;
    animation-name: animate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px; }
  .animation_loading .animation_col_one {
    width: 10%; }
  .animation_loading .animation_col_two {
    width: 25%; }
  .animation_loading .animation_col_three {
    width: 40%; }
  .animation_loading .animation_col_four {
    width: 80%; }
  .animation_loading .animation_col_five {
    width: 90%; }
  .animation_loading .animation_col_six {
    width: 50%; }

.todo-tasklist::-webkit-scrollbar {
  width: 7px; }

.todo-tasklist::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 7px; }

.task-list-mentions::-webkit-scrollbar {
  width: 7px; }

.task-list-mentions::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 7px; }

.task_header_list::-webkit-scrollbar {
  width: 7px; }

.task_header_list::-webkit-scrollbar-thumb {
  background-color: #bbbbbb;
  border-radius: 7px; }

/*# sourceMappingURL=main.css.map */
