@charset "UTF-8";
/* All the variables that has been used in application are defined below */
/* Background color for body */
/* Global values */
/* Container width */
/* Brand colors across application */
/* PINK Theme Properties */
/* BLUE Theme Properties */
/* GREY Theme Properties */
/* GREY Theme Properties */
/* GREEN Theme Properties */
/* Global text color */
/* Global textual link color */
/* Link hover color */
/* Typography */
/* Line-height */
/* Padding */
/* Headings */
/* Labels */
/* Round Border */
/* Form inputs */
/* Background Blur */
/*#container,
#container .middle_col,*/
.breadcrumb_nav,
.copyright_ftr,
.fixedPos,
.fixedPos:before,
.left_col,
.main_nav li:nth-child(6):before,
.main_nav li:nth-child(9):before,
.two_col_layout .left_navigation,
.two_col_layout .right_container,
.workkard-detail-left,
.workkard-filter-listing-main,
body.expand-nav #container,
body.expand-nav .breadcrumb_nav,
body.expand-nav .copyright_ftr,
body.expand-nav .fixedPos,
body.expand-nav .fixedPos:before,
body.open-filter .workkard-detail-left,
body.open-filter .workkard-filter-listing-main,
body.open-note ul.activity_nav,
body.open-note ul.workkard_nav,
ul.activity_nav,
ul.workkard_nav,
.re-workkard-tab-right .activity_nav li a:hover span.count,
.re-workkard-tab-right .workkard_nav li a:hover span.count {
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all 0.5s ease;
}

/*=================== WORKKARD/ACTIVITY DETAIL =====================*/
.re-fix-container {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

body.fix-container #container .middle_col {
  position: fixed;
  z-index: 8;
  left: 0px;
  right: 0px;
  bottom: 34px;
  top: 0px;
  background-color: #fff;
  /*border: 1px solid #cfcfcf;
  @include border-radius(3px);*/
  margin: 117px 0px 0px;
  display: block;
  padding-bottom: 10px;
  min-height: 0;
}

body.report-template #container .middle_col {
  margin-top: 70px;
}

#container .re-fix-container .middle_col {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.re-workkard-detail-left {
  /*overflow-y: auto;*/
  position: absolute;
  top: 0;
  bottom: 0;
  right: 68%;
  z-index: 1;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  left: 0 !important;
}

.re-workkard-tab-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32%;
  right: 0;
  z-index: 1;
  /*overflow-y: auto;*/
  background: #f9f9f9;
}

#container .left_col {
  display: none;
}

.resolution-hdr-ctr {
  position: relative;
  right: 0px;
  float: right;
  max-width: 21%;
}

.resize-resolution .header_detail .label-ntf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 67px;
}

.workkard_details .header_detail.workkard-info,
.activity_details .header_detail.workkard-info,
.diary-details .header_detail.workkard-info,
.diary-details .Workkards_content.workkard-info,
.activity_details .Workkards_content,
.workkard_details .Workkards_content {
  overflow-y: scroll;
  position: absolute;
  top: 43px;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  left: 0 !important;
  padding-top: 15px;
}

.activity_details .Workkards_content,
.workkard_details .Workkards_content {
  top: 85px;
  bottom: 0px;
  padding-top: 30px;
  background: transparent;
}

body.fix-container .copyright_ftr {
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: 34px;
  line-height: 5px;
  padding-right: 0;
}

.re-workkard-tab-right ul.activity_nav,
.re-workkard-tab-right ul.workkard_nav {
  display: table;
  table-layout: fixed;
  width: auto;
  float: left;
  width: 100%;
  background: #eee;
  padding-left: 10px;
}

.re-workkard-tab-right ul.activity_nav li,
.re-workkard-tab-right ul.workkard_nav li {
  float: left;
  padding: 3px 2px 0;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  margin-bottom: -1px;
}

.re-workkard-tab-right ul.workkard_nav li:last-child:before {
  content: '';
  background: #e1e1e1;
  width: 1px;
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 5px;
}

.re-workkard-tab-right .activity_nav li a,
.re-workkard-tab-right .settings_nav li a,
.re-workkard-tab-right .workkard_nav li a {
  background-color: transparent;
  background-image: none;
  border: none;
}

.activity_nav li a,
.settings_nav li a,
.workkard_nav li a {
  background-color: transparent;
  color: #000;
  padding: 0 15px 15px 5px;
  display: block;
  position: relative;
  text-align: center;
  outline: 0;
}

.re-workkard-tab-right .activity_nav li a span.count,
.re-workkard-tab-right .workkard_nav li a span.count {
  font-weight: 700;
  background: #aaa;
  color: #fff;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  position: absolute;
  left: 17px;
  top: 0px;
  font-size: 11px;
}

.re-workkard-tab-right .activity_nav li a.active span.count,
.re-workkard-tab-right .workkard_nav li a.active span.count,
.re-workkard-tab-right .activity_nav li a:hover span.count,
.re-workkard-tab-right .workkard_nav li a:hover span.count {
  background: #3f8dd7;
  color: #fff;
}

.re-workkard-tab-right .activity_nav li a.active,
.re-workkard-tab-right .workkard_nav li a.active {
  font-weight: 400;
  border-bottom: #3f8dd7 solid 1px;
}

.re-workkard-tab-right .activity_nav li .text,
.re-workkard-tab-right .workkard_nav li .text {
  display: inline-block;
  margin: 0 5px 0 14px;
  color: #000;
}

.re-workkard-tab-right .workkard_nav li a .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.re-workkard-tab-right .right_panel_tabs_contr.fixed {
  position: absolute;
  z-index: 5;
  /*margin-right: 10px;*/
  width: 100%;
  -webkit-backface-visibility: hidden;
  border-bottom: #e1e1e1 solid 1px;
  /*background: #f5f5f5;*/
}

/* .right_panel_tabs_contr:before {
    background: #f5f5f5;
    content: '';
    height: 30px;
    width: 100%;
    position: fixed;
    margin-top: -30px;
    margin-left: -5px;
} */
.re-workkard-tab-right .right_panel_tabs_contr {
  float: left;
  width: 100%;
  display: block;
}

.detail_Claim:after,
.header_title_action:after,
.wk_detail_number:after,
.wk_information_row_container:after {
  content: "";
  display: table;
  clear: both;
}

.re-workkard-detail-left .header_detail .wk_sponsor {
  position: relative;
  background: transparent;
  box-shadow: none;
  height: auto;
  padding: 0px;
  float: left;
}

.re-workkard-detail-left .detail_Claim {
  background: transparent !important;
}

.activity_details_list ul,
.header_detail .wk_sponsor ul,
.workkard_details .header_detail .claimant_information ul {
  width: 100%;
  float: left;
  margin-right: 2%;
  margin-top: 4px;
  position: relative;
}

.activity_details .header_detail .wk_sponsor ul,
.workkard_details .header_detail .wk_sponsor ul {
  width: 100%;
}

.activity_details_list ul li,
.header_detail .wk_sponsor ul li,
.workkard_details .header_detail .claimant_information ul li {
  width: 50%;
  padding: 0 0 30px;
  color: #222;
}

.workkard_details .header_detail .wk_sponsor ul li {
  width: 100%;
}

.activity_details .header_detail .wk_sponsor ul li {
  min-width: 215px;
}

.activity_details_list ul li,
.workkard_details .header_detail .claimant_information ul li {
  width: 30%;
  margin-right: 3%;
  min-height: 65px;
}

.activity_details_list ul li label,
.header_detail .wk_sponsor ul li label,
.workkard_details .header_detail .claimant_information ul li label {
  color: #999;
  display: block;
  width: 100%;
  padding-right: 10px;
  font-weight: 700;
}

.workkard_details .header_detail .claimant_information ul li .internal_field,
.activity_details_list ul li label.internal_field {
  color: #72CF44;
}

.activity_details_list ul li em,
.header_detail .wk_sponsor ul li em,
.workkard_details .header_detail .claimant_information ul li em {
  float: left;
  display: block;
  width: 100%;
  font-style: normal;
  border: none;
  padding: 0px;
}

.activity_details_list ul li.property_location em,
.header_detail .wk_sponsor ul li.property_location em,
.workkard_details .header_detail .claimant_information ul li.property_location em {
  float: none;
  display: inline-block;
  width: auto;
}

.header_detail .wk_sponsor ul li span a {
  margin-top: 70px;
  display: block;
}

.workkard_details .header_detail .workkard_sponsor {
  color: #3f5bc3;
}

.activity_details .header_detail .activity_users .user_block .user_block_img,
.workkard_details .header_detail .workkard_sponsor_thumb {
  float: left;
  margin: 4px 10px 0 0;
  background-color: #f6f6f6;
  /*border: 1px solid #ccc;*/
  width: 35px;
  height: 35px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.activity_details .header_detail .activity_users .user_block .user_block_img {
  margin-right: 10px;
  margin-bottom: 6px;
}

.activity_details .header_detail {
  padding: 55px 10px 10px 10px;
}

.workkard_details .header_detail,
.activity_details .header_detail {
  float: left;
  background-color: white;
  padding: 0px 15px 28px;
  border-bottom: none;
  width: 100%;
  position: relative;
  z-index: 4;
}

.applied_filter_indicator {
  margin-top: 35px;
}

.applied_filter_indicator.diary_strip {
  left: 32%;
}

.activities_list .error_m,
.activity_details .Workkards_content .error_m,
.workkard_details .Workkards_content .error_m {
  position: absolute;
  left: 15px;
  width: 97%;
  margin-top: 0;
}

.activity_details .top_bar_1,
.workkard_details .top_bar_1 {
  width: 100%;
  float: right;
  display: block;
  padding: 49px 0px 3px 10px;
  background: #f9f9f9;
  position: relative;
  height: 84px;
  border: none;
  z-index: 2;
}

.applied_filters,
.applied_filters .applied_filter_text {
  float: left;
  color: #4e4e4e;
  position: relative;
  color: #999;
  font-weight: bold;
}

.applied_filters {
  margin-left: 25px;
}

.applied_filters .applied_filter_text {
  top: -7px;
}

/*.activity_details .top_bar_1 {
    padding: 57px 40px 7px 20px
}*/
body.note_fixed_right .resolution-label,
body.au_fixed_right .resolution-label {
  display: inline-block;
  margin-top: 5px;
}

.multiple-file-download .workkard_label .workkard_number {
  max-width: 573px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.note_wrapper .cke_contents.cke_reset {
  min-height: 415px !important;
}

/* shifting note pannel from right to left for resolution 1680 and 1920 */
@media screen and (max-width: 1590px) {
  .applied_filters ul li {
    font-size: 11px;
  }

  .note_fixed_right .activities_list li.activity_list_item .activity_list_summary,
  .au_fixed_right .activities_list li.activity_list_item .activity_list_summary {
    width: 100%;
  }

  .note_wrapper .add_aw_text .activity_dropdown_ctr {
    width: 120px;
  }

  body.fix-container.note_fixed_right #container .middle_col,
  .note_fixed_right .top_bar_bottom_row .action_but.btn_newworkkar,
  .note_fixed_right .copyright_ftr.db {
    right: 330px;
  }

  .note_fixed_right .copyright_ftr.db {
    padding-right: 330px;
  }

  body.note_fixed_right .re-workkard-detail-left,
  body.au_fixed_right .re-workkard-detail-left {
    right: 65%;
  }

  body.note_fixed_right .re-workkard-tab-right,
  body.au_fixed_right .re-workkard-tab-right {
    left: 35%;
  }

  body.note_fixed_right .activity_details_list ul li,
  body.note_fixed_right .workkard_details .header_detail .claimant_information ul li {
    width: 47%;
  }

  body.note_fixed_right .activity_details_list ul li:nth-child(3n+1),
  body.note_fixed_right .workkard_details .header_detail .claimant_information ul li:nth-child(3n+1) {
    clear: none !important;
  }

  body.note_fixed_right .activity_details_list ul li:nth-child(2n+1),
  body.note_fixed_right .workkard_details .header_detail .claimant_information ul li:nth-child(2n+1) {
    clear: left;
  }

  .workkard_details .header_detail.workkard-info,
  .activity_details .header_detail.workkard-info {
    overflow-x: hidden;
  }

  .note_wrapper .dd-select,
  .note_wrapper .dd-select select,
  .note_wrapper .note_templates .ftr_row select {
    width: 180px;
  }

  .note_fixed_right .fxd_row_container,
  .note_fixed_right .Subnav {
    right: 330px;
  }

  .note_fixed_right #container .middle_col {
    padding-right: 330px !important;
  }

  .note_fixed_right .grid_paging_contr .paging_area {
    right: 345px;
  }

  .note_fixed_right.left_panel_collapsed .grid_paging_contr .paging_area {
    right: 500px;
  }

  .note_fixed_right .fullscreen_grid .grid_paging_contr .paging_area {
    right: 345px;
  }

  .note_fixed_right.left_panel_collapsed .fullscreen_grid .grid_paging_contr .paging_area {
    right: 500px;
  }

  body {
    font-size: 12px;
  }

  h1 {
    font-size: 16px;
  }

  .activities_list li.activity_list_item .activity_title {
    font-size: 13px !important;
  }

  .activity_grid_list .workkard_info {
    width: 27%;
  }

  .consolidated_view_list .update_block .users_involved {
    float: none !important;
    clear: left;
    padding: 10px 0 0 44px;
  }

  .note_fixed_right .copyright_ftr {
    padding-right: 330px;
  }

  .multiple-file-download .workkard_label .workkard_number {
    max-width: 282px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.note_fixed_right .workkardId,
  body.au_fixed_right .workkardId,
  body.note_fixed_right .activityId,
  body.au_fixed_right .activityId {
    max-width: 18%;
  }

  .todo_title {
    max-width: 48%;
  }

  body.note_fixed_right .todo_title,
  body.note_fixed_right .todo_title {
    max-width: 46%;
  }

  .note_wrapper .cke_contents.cke_reset {
    min-height: 215px !important;
  }

  body.note_fixed_right .fullscreen_grid {
    right: 330px;
  }
}
.left_panel_collapsed .note_wrapper {
  width: 478px;
}

.left_panel_collapsed .note_wrapper .add_aw_text .activity_dropdown_ctr {
  width: 200px;
}

.left_panel_collapsed .workkard_reference,
.left_panel_collapsed .wa_reference {
  display: block;
}

body.left_panel_collapsed.fix-container.note_fixed_right #container .middle_col,
.left_panel_collapsed.note_fixed_right .top_bar_bottom_row .action_but,
.left_panel_collapsed.note_fixed_right .copyright_ftr {
  right: 475px;
}

.left_panel_collapsed .note_wrapper .dd-select,
.left_panel_collapsed .note_wrapper .dd-select select,
.left_panel_collapsed .note_wrapper .note_templates .ftr_row select {
  width: 255px;
}

.left_panel_collapsed.note_fixed_right .fxd_row_container,
.left_panel_collapsed.note_fixed_right .Subnav {
  right: 475px;
}

.activity_navigation_control {
  position: relative;
  float: right;
  top: auto;
  right: auto;
  margin-bottom: 10px;
}

.activity_details_list ul li:only-child {
  width: 100%;
}

.multiple-file-download .multiple-file-listing ul li {
  margin-left: 24px;
}

.multiple-file-download .thumb {
  height: 44px;
}

.edit_query_popover {
  z-index: 103;
}

.detail_Claim,
.header_title_action,
.wk_detail_number,
.wk_detail_number_header,
.wk_information_row_container {
  border-bottom: #EDEDED solid 1px;
  padding: 9px 0px 0;
}

.wk_detail_number {
  border-bottom: none;
  padding: 30px 0 0;
}

.wk_detail_number_header.fixed {
  position: absolute;
  z-index: 9;
  right: 55%;
  width: 100%;
  left: 0px;
  background: #fff;
  height: 43px;
}

.workkard_details .left_items_ctr.org_access {
  right: 100px;
}

.detail_Claim {
  border-bottom: none;
}

.activity-filter-listing-main .wk-filter-listing-head ul li span.activity-label,
.activity_details .header_detail .activity-symbol span.activity-label,
.activity_details .header_detail .workkard_id span.workkard-label,
.fxd_row_container span.workkard-label,
.wk_detail_number li span.activity-label,
.workkard-filter-listing-main .wk-filter-listing-head ul li span.workkard-label,
.workkard_details .header_detail .workkard_id span.workkard-label,
.closed_activities_popover ul li .activity-label {
  background: #57acff;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.activity_details .header_detail .workkard_id span.workkard-label,
.fxd_row_container span.workkard-label,
.workkard-filter-listing-main .wk-filter-listing-head ul li span.workkard-label,
.workkard_details .header_detail .workkard_id span.workkard-label {
  background: #f39c12;
}

.workkard_details .header_detail .workkard_id .workkard_number {
  color: #f39c12;
  font-weight: 700;
  margin: 3px 0 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 35px;
  display: block;
}

.workkard_details .header_detail .workkard_id .workkard_number .inside_wrapper {
  float: left;
  width: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity_details .header_detail .workkard_id span.workkard-label,
.workkard_details .header_detail .workkard_id span.workkard-label {
  display: inline-block;
  line-height: 25px;
}

.workkard_details .header_detail .workkard_id span.workkard-label {
  float: left;
}

.workkard_details .header_detail .workkard_id,
.diary-details .header_detail .workkard_id,
.activity_details .header_detail .activity-symbol {
  padding: 0 0 0 10px;
}

.workkard_details .header_detail .label-ntf,
.diary-details .header_detail .label-ntf,
.activity_details .header_detail .label-ntf {
  margin: 0 15px 0 15px;
}

.workkard_details .header_detail a.notes,
.activity_details .header_detail a.notes,
.workkard_details .header_detail a.todo,
.activity_details .header_detail a.todo,
.diary-details .header_detail a.todo {
  display: inline-block;
  margin-right: 6px;
}

.workkard_details .header_detail .workkard_id,
.diary-details .header_detail .workkard_id {
  width: 100%;
}

.diary-details .header_detail .workkard_id {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  right: 240px;
  left: 0;
  margin: 0;
  float: left;
  position: absolute;
  top: 9px;
  width: auto;
}

.workkard_details .header_detail .activity_resolution,
.activity_details .header_detail .activity_resolution {
  margin-top: 1px;
}

.workkard_details .left_items_ctr,
.activity_details .left_items_ctr {
  position: absolute;
  right: 295px;
  left: 0px;
  height: 25px;
}

.activity_details .header_detail .activity_action_items {
  position: absolute;
  left: 45px;
  right: 0px;
}

.activity_details .header_detail .activity_action_items li {
  float: right;
}

.activity_details .header_detail .activity_action_items .act_resp_resolution {
  position: absolute;
  left: 0;
  right: 205px;
  max-width: 170px;
}

.activity_details .header_detail .activity_action_items .act_resp_resolution .label-ntf {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 1px 0 0 0;
  float: none;
  max-width: 100%;
}

.label-Appraiser {
  background: #e5e5e6;
  color: #424343;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.watcher_block {
  display: block;
  margin: 2px 15px 0 0;
  color: #ccc;
  background: transparent;
  position: relative;
}

.watcher_block a {
  color: #999;
  font-weight: 700;
}

.wk_information_row_container .label_field {
  float: left;
  width: 189px;
  display: block;
  font-weight: 700;
}

.activity_details .header_detail .left_column .Description h2.heading,
.workkard_details .header_detail .left_column .Description h2.heading {
  color: #999;
  position: relative;
  z-index: 1;
  border-bottom: #ebebeb solid 1px;
  font-size: 13px;
  font-weight: bold;
}

.activity_details .header_detail .left_column .Description h2.heading:after,
.workkard_details .header_detail .left_column .Description h2.heading:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -13px;
  content: 'Description';
  background: #fff;
  padding: 5px 25px 5px 0;
}

.activity_details .header_detail .activity_details_list h2,
.workkard_details .header_detail .claimant_information h2 {
  color: #999;
  position: relative;
  z-index: 1;
  border-bottom: #ebebeb solid 1px;
  font-size: 13px;
  margin-bottom: 25px;
}

.activity_details .header_detail .activity_details_list h2 span,
.workkard_details .header_detail .claimant_information h2 span {
  position: absolute;
  top: -4px;
  right: 0;
  background: #fff;
  padding: 0 0 0 20px;
}

.activity_details .header_detail .activity_details_list h2:after,
.workkard_details .header_detail .claimant_information h2:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -13px;
  content: 'Details';
  background: #fff;
  padding: 5px 25px 5px 0;
}

.activity_details .header_detail .left_column .Description .DescriptionSummary,
.workkard_details .header_detail .left_column .Description .DescriptionSummary {
  padding: 10px 20px 0 0;
}

activities_list li.activity_list_item .user_block .activity_creator {
  width: 0px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.activities_list li.activity_list_item:hover .user_block .activity_creator {
  width: auto;
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.activity_list_item .user_block,
.activities_list .user_block .tool_tip {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.activities_list .user_block,
.activities_listing .activity_item .user_block {
  height: auto;
  max-width: 165px;
  width: 165px;
  vertical-align: top;
}

.activities_listing .activity_item .user_block .tool_tip,
.activities_list .user_block .tool_tip {
  display: inline;
}

.to-do-list-right .user_block .tool_tip {
  float: right;
}

.activities_list {
  margin-bottom: 0px;
}

.activities_list,
.files_listing,
.activity_list_item,
.organization_listing,
.notes_listing,
.workkard_log_listing {
  padding-left: 85px;
}

.activities_list .workkard_log_listing {
  padding-left: 0px;
}

.activities_list.wo_timeline,
.notes_listing.wo_timeline {
  padding-left: 0px;
}

.org_profile_popover .skillset_group .skillset_item,
.organization_listing li .org_info_txt .org_skillset li {
  width: auto;
  border: none;
  color: #fff !important;
  font-weight: 700;
  left: auto;
  margin-bottom: 0;
  background: #3F8BC9 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  padding: 4px 10px !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 11px;
}

.organization_listing li .org_info_txt .org_skillset li {
  margin-top: 10px;
}

.organization_listing li .org_info_txt .title .org_summary_txt {
  color: #999;
  float: left;
  width: 50%;
}

.notes_listing > li,
.files_listing,
li.activity_list_item,
.organization_listing > li,
.workkard_log_listing > li {
  width: 100%;
  display: block;
  margin: 0 0 6px 0;
  position: relative;
  padding: 15px !important;
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 2px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.notes_listing > li:hover,
.files_listing:hover,
li.activity_list_item:hover,
.organization_listing > li:hover,
.workkard_log_listing > li:hover {
  -moz-box-shadow: 0px 4px 6px 0px rgba(173, 173, 173, 0.5);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(173, 173, 173, 0.5);
  box-shadow: 0px 4px 6px 0px rgba(173, 173, 173, 0.5);
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.notes_listing > li li:hover,
.files_listing li:hover,
li.activity_list_item li:hover,
.organization_listing > li li:hover,
.workkard_log_listing > li li:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.workkard_log_listing li ul li {
  float: left;
  display: block;
  border: none;
  padding: 6px 0 6px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.workkard_log_listing li ul li:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.activities_list li.activity_list_item .updated,
.files_listing .file-uploaded-on,
.files_listing .uploaded-date,
.notes_listing li .noted_on_text,
.workkard_log_listing .log-created-date {
  color: #888;
  font-size: 12px;
  position: absolute;
  left: -75px;
  top: 10px;
  text-align: right;
  width: 65px;
}

.activities_list li.activity_list_item .updated span:first-child,
.files_listing .file-uploaded-on span:first-child,
.files_listing .uploaded-date span:first-child,
.notes_listing li .noted_on_text span:first-child,
.workkard_log_listing .log-created-date span:first-child {
  display: block;
}

.notes_listing li.highlight-list-item .noted_on_text {
  color: #69b0fa;
}

.list-row-cell .user_block .gray {
  color: #ccc;
}

.activity_list_item .status_text {
  top: 11px;
}

.activity_list_item .status_text,
.files_listing .status_text,
.notes_listing .status_text {
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 700;
}

.activity_list_item .status_text {
  top: 26px;
}

.activities_list .activity_users {
  width: auto;
  position: relative;
  right: auto;
  top: auto;
  padding-left: 0px;
    /*background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) -9%, rgb(255, 255, 255) 7%, #FFF 100%);
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) -9%, rgb(255, 255, 255) 7%, #FFF 100%);
background: linear-gradient(to right, rgba(255, 255, 255, 0) -9%, rgb(255, 255, 255) 7%, #FFF 100%);*/
  /*background: #fff;*/
}

.other_doc_listing li {
  left: 0;
  width: 50%;
  background: none;
  border: none;
  box-shadow: none;
  padding: 15px 15px 0 0 !important;
  min-width: 460px;
  max-width: 460px;
  margin: 0px;
  min-height: 75px;
}

.other_doc_listing li:last-child {
  margin-bottom: 0px;
}

.notes_listing .note_hd .action_wrap {
  position: absolute;
  top: 15px;
  right: 15px;
}

.notes_listing .filesContainer.hasFileListing {
  float: left;
  width: 100%;
  display: block;
  padding-left: 27px;
}

.edit_todo_date {
  margin-top: 5px;
}

.activities_list li.activity_list_item {
  padding-right: 190px !important;
}

.activities_list li.activity_list_item .activity_list_item_anchor {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.activities_list li.activity_list_item .activity_title {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.activities_list li.activity_list_item .activity_list_summary {
  float: left;
  width: 50%;
  padding-right: 20px;
}

.activities_list li.activity_list_item .due_on {
  display: inline-block;
  margin-top: 8px;
  color: #000;
}

.activities_list li.activity_list_item .activity_view_details {
  color: #a7a7a7;
  font-weight: bold;
}

.activities_list li.activity_list_item .activity_view_details .ico {
  background: url(../images/filter_options_icon.png) no-repeat -98px -33px;
  vertical-align: middle;
  width: 9px;
  height: 8px;
  margin-left: 6px;
  display: inline-block;
}

.activities_list li.activity_list_item .act_action_items {
  position: absolute;
  right: 10px;
  bottom: 15px;
  font-weight: bold;
}

.activities_list li.activity_list_item .act_action_items a {
  font-weight: bold;
}

/*.applied_filters_and_sorting {
    float: left;
    width: 100%;
    display: block;
    min-height: 30px;
}*/
.applied_filters_and_sorting .filter_by {
  margin-bottom: 10px;
}

.filter_by .filter_options {
  left: 0px;
}

.activity_updates .filter_by .filter_options {
  left: auto;
}

.filter_by .filter_options#dvFilterUserOpts {
  width: 200px;
}

.filter_by .filter_options#dvFilterActivityTitleOpts {
  width: 205px;
}

.filter_by .filter_options#dvFilterActivityTitleOpts li {
  overflow: hidden;
}

.applied_filters_and_sorting .filter_by .filter_options,
.filter_by .filter_options.shift-left {
  left: inherit;
}

.workkard_details .top_bar_1 .sort,
.activity_details .top_bar_1 .sort,
.workkard_details .top_bar_1 select {
  padding: 0px;
  float: right;
  margin: 5px 10px 0 0;
  position: relative;
}

.workkard_details .top_bar_1 .sort#ddlTodoPriority,
.activity_details .top_bar_1 .sort#ddlTodoPriority {
  width: 110px;
}

.activities_list li.activity_list_item .activity_list_item_anchor {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.bookmark-kard,
.edit-workkard {
  margin-left: 10px;
}

.workkard_status_action .activity_resolution {
  margin-top: 1px;
  margin-right: 10px;
}

.logs_listing .logs_listing_items {
  left: 0px;
  width: 100%;
  margin: 15px 0 0 0;
  padding: 15px 0 0 !important;
  border-top: 1px solid #ebebeb !important;
}

.logs_listing .logs_listing_items:first-child {
  margin: 0;
  padding: 0 !important;
  border-top: none !important;
}

.logs_listing .log-block .log-head {
  float: left;
  width: 100%;
  display: block;
}

.logs_listing .log-block .log-head .changed_field {
  font-weight: bold;
}

.logs_listing .log-block .log-head .plus_expand {
  width: 12px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

.logs_listing .log-block .log-detail {
  float: left;
  width: 100%;
}

.log-detail ul li {
  width: 50% !important;
  float: left;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  background: none;
  padding: 0 !important;
  word-wrap: break-word;
}
.log-detail ul li:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.log-detail ul li:first-child {
  width: 48%;
  padding-right: 30px !important;
  color: #aaa;
}

.log-detail ul li h4 {
  color: #999;
  margin-bottom: 3px;
  font-size: 12px;
}

/* imgAreaSelect animated border style
 */
.imgareaselect-border1,
.imgareaselect-border2,
.imgareaselect-border3,
.imgareaselect-border4 {
  filter: alpha(opacity=50);
  opacity: .5;
  border: 1px dashed #ccc;
}

.imgareaselect-border1 {
  background: url(../images/border-anim-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
  background: url(../images/border-anim-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
  background: url(../images/border-anim-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
  background: url(../images/border-anim-h.gif) repeat-x left bottom;
}

.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  filter: alpha(opacity=50);
  opacity: .5;
}

.theme-switcher {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: -15px;
  border: #f2f2f2 solid 1px;
  background: #fff;
  width: 50px;
  height: 50px;
  -moz-border-radius: 10px 0px 0 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 0px 0 10px;
  -moz-box-shadow: 1px 1px 5px 1px #999;
  -webkit-box-shadow: 1px 1px 5px 1px #999;
  box-shadow: 1px 1px 5px 1px #999;
}
.theme-switcher ul li a {
  width: 15px;
  height: 15px;
  background: #104281;
  margin-left: 5px;
  display: block;
}
.theme-switcher ul li a.red {
  background: #f44336;
}

.filter_navigation {
  float: left;
  line-height: 44px;
}

.filter_navigation li {
  float: left;
}

.filter_navigation li a {
  padding: 0 40px;
  display: block;
  color: #bbbbbb;
  font-weight: bold;
}

.filter_navigation li.active a {
  color: #28a7f8;
  border-bottom: 1px solid #28a7f8;
}

.top_filter_options {
  float: right;
  padding: 0px 20px 0px 0;
}

.quick_filter_top_bar {
  float: left;
  border-right: 1px solid #ebebeb;
  height: 47px;
  padding: 10px 25px 0 0;
}

.quick_filter_top_bar input[type="text"]:focus {
  border: none;
  border-bottom: 1px solid #959595;
}

.top_sorting_dropdown {
  float: left;
  border-right: 1px solid #ebebeb;
  height: 47px;
  padding: 13px 20px 0;
}

.top_sorting_dropdown select {
  font-weight: bold;
  color: #000;
  border: none;
  background: transparent;
  font-size: 12px;
  padding-right: 10px;
  width: auto;
  height: 23px;
  margin-top: -3px;
  float: left;
}

.top_sorting_dropdown select:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(82, 168, 236, 0.6) !important;
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(82, 168, 236, 0.6) !important;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(82, 168, 236, 0.6) !important;
}

.top_sorting_dropdown .top_sorting_dropdown_txt {
  vertical-align: middle;
  font-weight: bold;
  color: #999;
  float: left;
  padding: 0 5px 0 0;
  margin-top: 7px;
}

#divtodoAction .top_sorting_dropdown .top_sorting_dropdown_txt {
  margin-top: 7px;
}

.top_sorting_dropdown .dropdown_icon {
  background: url(../images/filter_options_icon.png) no-repeat -98px -33px;
  vertical-align: middle;
  width: 9px;
  height: 8px;
  float: left;
  margin-top: 4px;
  margin-left: -20px;
  display: none;
}

.re-workkard-tab-right .top_sorting_dropdown {
  float: right;
  border: none;
  height: auto;
  padding: 0px;
  margin-top: -2px;
}

.organization_listing li .org_member_listing .title,
.organization_listing li .org_info_txt .title {
  margin-left: 0px;
}

/*.notes_listing .thumb {
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid #d8d8d8;
    background-color: #bebebe;
    border-radius: 30px;
    line-height: 13px;
    margin-right: 10px;
}*/
.organization_listing li .org_info_txt .org_profile_img,
.organization_listing li .org_member_listing .orgthumb,
.notes_listing .thumb img,
.workkard_log_listing .user_information img {
  float: left;
  width: 35px;
  height: 35px;
  border-radius: 22px;
  background-color: #f6f6f6;
  margin: 0 10px 0 0;
  float: none;
  margin-right: 5px;
}

.workkard_log_listing .user_information a.hasTooltip {
  display: inline-block;
}

.applied_filters ul {
  float: left;
}

.applied_filters ul li {
  border-radius: 3px;
  color: #003867;
  padding: 4px 0px;
  margin: 0 10px 0 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  font-weight: 600;
}

.applied_filter_text {
  margin: 10px 10px 0 0;
}

.workkard_label {
  display: inline-block;
  background-color: #ffefd0;
  border-radius: 3px;
  padding: 0 8px;
  color: #3c3c3c;
}

.workkard_label span.wk-number-txt {
  position: relative;
  top: 2px;
}

/*.activities_list .user_block,
.activities_listing .activity_item .user_block {
    height: 44px;
    max-width: 165px;
    width: 165px;
    display: inline-block
}*/
.activities_list .user_block img,
.activities_listing .activity_item .user_block img {
  background-color: #f6f6f6;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  float: left;
  margin: 0 10px 0 0;
  /*border: 1px solid #ccc;*/
  cursor: pointer;
}

.activities_list .user_block .activity_creator,
.activities_listing .activity_item .user_block .activity_creator {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 16px;
  text-align: left;
  cursor: pointer;
}

.activity_item .user_block .activity_creator,
.activities_listing .activity_item .sep_arrow {
  position: relative;
  top: 7px;
}

.activities_list .user_block .activity_creator .organization_name,
.activities_listing .activity_item .user_block .activity_creator .organization_name {
  color: #999;
  display: block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activities_listing .activity_users .user_block {
  height: 44px;
  text-align: center;
  max-width: 90px;
  width: 95px;
  display: inline-block;
}

.to-do-list-right .user_block {
  height: auto;
  text-align: center;
  max-width: inherit;
  width: auto;
  display: inherit;
  float: right;
}

.to-do-list-right .user_block .user_name.hasTooltip {
  float: left;
  margin: 7px 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
}

.to-do-list-right .user_block .hasTooltip img,
.to-do-list-right .user_block img.malign {
  margin: 0px;
  width: 35px;
  height: 35px;
  /*border: 1px solid #ccc;*/
  background-color: #f6f6f6;
  border-radius: 30px;
}

.list-row {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  /*cursor: pointer;*/
  background: #fff;
  float: left;
  box-shadow: 2px 1px 3px #EEE;
}

.list-row-cell .user_block {
  max-width: 270px;
  width: 270px;
  margin: 10px 0px;
  text-align: left;
  display: block;
}

.list-row-cell .user_block .gray,
.list-row-cell .user_block a {
  display: inline-block;
}

.list-row-cell .user_block img {
  float: none;
}

.icons.fixed {
  position: fixed;
  z-index: 9;
  bottom: 34px;
  right: 55%;
  left: 0px;
  background: #fff;
  padding: 10px;
  border-top: #f1f1f1 solid 1px;
  display: none;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(239, 239, 239, 0.82);
}

/*============== ICONS ================*/
svg.svg-activities,
svg.svg-arrow-down,
svg.svg-arrow-up,
svg.svg-ascending,
svg.svg-attachment,
svg.svg-close,
svg.svg-communities,
svg.svg-delete,
svg.svg-descending,
svg.svg-diary,
svg.svg-edit,
svg.svg-export-excel,
svg.svg-filter,
svg.svg-filter-search,
svg.svg-fullscreen,
svg.svg-listing,
svg.svg-logs,
svg.svg-mark-read,
svg.svg-mark-right,
svg.svg-mark-unread,
svg.svg-normal-screen,
svg.svg-notes,
svg.svg-notification,
svg.svg-reset,
svg.svg-save,
svg.svg-timeline {
  width: 20px;
  height: 20px;
  stroke: #555;
  fill: none;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
  cursor: pointer;
}

.sort_asc .svg-ascending,
.sort_desc .svg-descending {
  display: none;
}

svg.svg-arrow-down,
svg.svg-arrow-up,
svg.svg-ascending,
svg.svg-descending {
  stroke: #3f8dd7;
}

svg.svg-ascending,
svg.svg-descending {
  margin-top: 10px;
}

.popup a.close_popup svg.svg-close {
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

svg.svg-arrow-down,
svg.svg-arrow-up,
svg.svg-delete,
svg.svg-export-excel,
svg.svg-fullscreen,
svg.svg-normal-screen,
svg.svg-reset,
svg.svg-save {
  width: 16px;
  height: 16px;
}

.activity_details .header_detail .workkard_id a.workkard-info svg.svg-arrow-up {
  width: 14px;
  height: 14px;
  position: relative;
  top: 3px;
  left: 5px;
  display: inline-block;
  float: none;
}

.workkard_details .header_detail .claimant_information h2.hide-detail svg,
.activity_details .header_detail .activity_details_list h2.hide-detail svg,
.activity_details .header_detail .workkard_id a.hide-workkard svg {
  transform: rotate(180deg);
  -moz-transform: rotate(90deg);
  -moz-transform-origin: 50% 50%;
}

.ico-export-excel,
.ico-fullscreen,
.ico-normalscreen,
.ico-refresh {
  float: left;
  margin-right: 5px;
}

.collapse_grid .ico-fullscreen,
.fullscreen .ico-normalscreen {
  display: none;
}

svg.svg-edit {
  position: relative;
  top: 4px;
}

a.active svg.svg-activities,
a.active svg.svg-attachment,
a.active svg.svg-communities,
a.active svg.svg-diary,
a.active svg.svg-logs,
a.active svg.svg-notes,
a.active svg.svg-timeline,
a:hover svg.svg-activities,
a:hover svg.svg-attachment,
a:hover svg.svg-communities,
a:hover svg.svg-diary,
a:hover svg.svg-logs,
a:hover svg.svg-notes,
a:hover svg.svg-timeline,
a:hover svg.svg-attachment,
a:hover svg.svg-newdiary,
a:hover svg.svg-workkardinfo,
a:hover svg.svg-orginvolved,
a:hover svg.svg-addnotes,
a:hover svg.svg-newtodo,
a:hover svg.svg-cloneactivity,
a:hover svg.svg-addactivity {
  stroke: #000;
}

#header .top_bar .top_bar_container .top_bar_row ul#Notification li.NotificationList a.active svg.svg-communities {
  stroke: #ff0;
}

.right_panel_tabs_contr svg.svg-activities,
.right_panel_tabs_contr svg.svg-attachment,
.right_panel_tabs_contr svg.svg-communities,
.right_panel_tabs_contr svg.svg-diary,
.right_panel_tabs_contr svg.svg-logs,
.right_panel_tabs_contr svg.svg-notes,
.right_panel_tabs_contr svg.svg-timeline {
  display: inline-block;
  top: 6px;
}

.NotificationList svg.svg-communities,
.NotificationList svg.svg-notes,
.NotificationList svg.svg-notification {
  fill: none;
  stroke: #fff;
  left: 11px;
}

.NotificationList svg.svg-communities:hover,
.NotificationList svg.svg-notes:hover,
.NotificationList svg.svg-notification:hover {
  stroke: #fff;
}

#draftNotificationIcon:hover svg.svg-notes {
  stroke: #fff;
}

.NotificationList.active svg.svg-notification {
  fill: #fff;
  stroke: #104281;
}

.NotificationList svg.svg-communities,
.NotificationList svg.svg-notes {
  top: 0;
}

.NotificationList svg.svg-notes {
  left: 0px;
  top: -2px;
}

svg.svg-close {
  width: 15px;
  height: 15px;
}

svg.svg-mark-read {
  top: -2px;
  display: none;
}

svg.svg-mark-read:hover {
  fill: none;
}

svg.svg-mark-right {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
}

svg.svg-mark-right:hover {
  fill: none;
}

svg.svg-notification {
  fill: #555;
  stroke: #fff;
}

svg.svg-filter-search {
  stroke: #cecece;
  fill: none;
}

svg.svg-filter-search:hover {
  fill: none;
}

svg.svg-filter,
svg.svg-attachment {
  float: none;
}

svg.svg-filter {
  width: 16px;
  height: 16px;
  stroke: none;
  fill: #555;
  position: relative;
  top: -18px;
}

.watcher_block .ico {
  background: url(../images/exzeo-icons-page.svg) 0 0/593px 113px no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.watcher_block .ico {
  background-position: -135px -86px;
  /*margin: 0px -3px -1px 0;*/
}

/* Workkard Consolidated View */
.consolidated_view {
  padding: 0 0 10px 0;
}

.consolidated_view,
.consolidated_view_list,
.consolidated_view_month_tag {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}

.consolidated_view_list,
.consolidated_view_month_tag {
  position: relative;
  padding: 20px 10px 0 70px;
}

.consolidated_view_month_tag {
  padding-left: 0px;
}

.consolidated_view .consolidated_view_month_tag:first-child {
  padding-top: 0px;
}

.consolidated_view_list .date_circle {
  text-align: center;
  font-weight: bold;
  color: #2190ff;
  word-wrap: break-word;
  padding: 8px 0 0 0;
  z-index: 1;
  position: absolute;
  left: 11px;
  font-size: 12px;
  line-height: 16px;
  width: 30px;
  height: 30px;
  border: 1px solid #2190ff;
  border-radius: 100%;
  background: #f9f9f9;
  overflow: hidden;
  margin-top: 14px;
}

.consolidated_view_list .time_circle {
  text-align: center;
  word-wrap: break-word;
  padding: 0px 0 0 0;
  z-index: 1;
  position: absolute;
  left: -3px;
  line-height: 16px;
  width: 62px;
  color: #999;
  font-size: 11px;
  margin: 18px 0 0 0;
  background-color: #f9f9f9;
}

.consolidated_view_list .date_circle + .time_circle {
  margin: 50px 0 0 0;
}

.consolidated_view_list.consolidated_view_group {
  padding-top: 0px;
}

.consolidated_view_month_tag .month_name {
  text-align: center;
  line-height: 16px;
  color: #fff;
  font-size: 11px;
  background-color: #3A3A3A;
  border-radius: 10px;
  display: inline-block;
  padding: 1px 0;
  position: relative;
  width: 58px;
}

.consolidated_view_month_tag.fixed_position {
  position: fixed;
  top: 102px;
  background-color: #f9f9f9;
  z-index: 3;
  padding-left: 20px;
  margin-left: -20px;
}

.consolidated_view_list .update_block {
  float: left;
  width: 100%;
  display: block;
  padding: 10px;
  position: relative;
  -moz-box-shadow: 0px 0px 1px 0px rgba(173, 173, 173, 0.5);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(173, 173, 173, 0.5);
  box-shadow: 0px 0px 1px 0px rgba(173, 173, 173, 0.5);
  background-color: #fff;
}

.consolidated_view_list .arrow,
.consolidated_view_list .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.consolidated_view_list .arrow {
  border-width: 9px 14px 9px 14px;
  top: 25px;
  left: 52px;
  margin-top: -11px;
  border-right-color: #b2b2b2;
  border-left-width: 0;
  z-index: 1;
  display: none;
}

.consolidated_view_list .arrow:after {
  border-width: 8px 13px;
  content: "";
  bottom: -8px;
  left: 1px;
  border-right-color: white;
  border-left-width: 0;
}

.consolidated_view_list .update_block .user_information {
  float: left;
  width: 100%;
}
.consolidated_view_list .update_block .user_information a {
  /*color: #063565;*/
  font-weight: bold;
}
.consolidated_view_list .update_block .user_information a.activity_title {
  /*color: #184df4;*/
  font-weight: normal;
}
.consolidated_view_list .update_block .user_information .thumb {
  /*border: 1px solid #c7c7c7;*/
  background-color: #f6f6f6;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 0 5px 0 0;
}
.consolidated_view_list .update_block .user_information .user_name_h,
.consolidated_view_list .update_block .user_information .org_name_h {
  display: none;
}

.consolidated_view_list .update_block .user_information .user_information_summary {
  padding-top: 10px;
  padding-left: 45px;
  word-wrap: break-word;
}

.consolidated_view_list .update_block .user_information .user_information_summary .thumb {
  position: absolute;
  left: 10px;
  top: 10px;
}

.consolidated_view_list .update_block .time {
  color: #999;
}

.consolidated_view_list .update_block .status {
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
}

.consolidated_view_list .update_block .users_involved {
  float: right;
  position: relative;
  margin: 6px 0 15px 10px;
}

.added_activity .users_involved {
  margin-right: 0px !important;
}

.consolidated_view_list .update_block .users_involved .user_block {
  width: 120px;
  display: inline-block;
}

.consolidated_view_list .update_block .users_involved .user_block img {
  float: left;
  background-color: #f2f2f2;
  margin: 0 5px 0 0;
}

.consolidated_view_list .update_block .users_involved .user_block .user_name,
.consolidated_view_list .update_block .users_involved .user_block .org_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 5px;
}

.consolidated_view_list .update_block .users_involved .user_block .user_name_h,
.consolidated_view_list .update_block .users_involved .user_block .org_name_h {
  display: none;
}

.consolidated_view_list .update_block .users_involved .sep_arrow {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0;
}

.consolidated_view_list .update_block .update_information {
  float: left;
  width: 100%;
  display: block;
  padding: 10px 0 0 44px;
  margin-top: 6px;
}

.consolidated_view_list .update_block .update_information .custom_field_listing {
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}

.consolidated_view_list .update_block .update_information .notes_listing {
  padding-left: 0px;
}

.consolidated_view_list .update_block .update_information .label-ntf {
  margin: 0 5px 8px;
}

.consolidated_view_list .update_block .update_information label {
  color: #999;
}

.consolidated_view_list .update_block .file_listing {
  float: left;
  width: 100%;
  display: block;
  padding: 10px 0 0 0;
}

.consolidated_view_list .update_block .file_listing li {
  float: left;
  display: block;
}

.consolidated_view_list .log_listing {
  float: left;
  width: 100%;
  display: block;
}
.consolidated_view_list .log_listing li {
  float: left;
  width: 100%;
  display: block;
  border-bottom: 1px solid #bababa;
  padding: 6px 0 6px 0;
}
.consolidated_view_list .log_listing li.last, .consolidated_view_list .log_listing li:last-child {
  border: none;
}
.consolidated_view_list .log_listing li.header {
  background-color: #f1f2f4;
  font-weight: bold;
}
.consolidated_view_list .log_listing .header .field_value,
.consolidated_view_list .log_listing .original_value,
.consolidated_view_list .log_listing .new_value {
  color: #1c1c1c;
}
.consolidated_view_list .log_listing .field_value,
.consolidated_view_list .log_listing .original_value,
.consolidated_view_list .log_listing .new_value {
  float: left;
  width: 31%;
  padding: 0 2% 0 10px;
  color: #282828;
  word-wrap: break-word;
}
.consolidated_view_list .log_listing .field_value {
  color: #555555;
}

.consolidated_view_list .update_block .note_type {
  background-color: #008730;
  color: white;
  border-radius: 3px;
  padding: 0 3px 0 3px;
  float: right;
}

.consolidated_view_list .update_block .community {
  background-color: #44b649;
}

.consolidated_view_list .update_block .personal {
  background-color: #00bad6;
}

.consolidated_view_list .update_block .public {
  background-color: #008730;
}

.list_combined_ico {
  float: left;
  width: 53px;
  margin: 0 10px 0 10px;
  display: none;
}

.list_combined_ico .active {
  cursor: default;
}

.multiple-file-listing {
  float: left;
  width: auto;
  display: block;
}

.multiple-file-listing .MultipleFileHeading {
  width: 100%;
  position: relative;
}

.multiple-file-listing .MultipleFileHeading div.hr {
  border-bottom: #e2e2e2 solid 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12px;
  padding-left: 10px;
}

.multiple-file-listing .MultipleFileHeading strong,
.multiple-file-listing .MultipleFileHeading span {
  display: inline-block;
  padding: 3px 5px;
  position: relative;
  background: white;
}

.multiple-file-listing .MultipleFileHeading .expand {
  background: #fff url(../images/expand_arrow-multiple.png) no-repeat right 8px;
  cursor: pointer;
  padding-right: 13px;
}

.multiple-file-listing .MultipleFileHeading .collapse {
  background: #fff url(../images/collapse_arrow-multiple.png) no-repeat right 10px;
  cursor: pointer;
  padding-right: 13px;
}

.multiple-file-listing ul {
  width: 100%;
}

.multiple-file-listing ul li {
  width: 350px;
  height: 262px;
  background: #ededed;
  float: left;
  border: #e2e2e2 solid 1px;
  padding: 0px;
  margin: 10px 25px 10px 0;
  box-shadow: 1px 1px 0px 0px #c1c1c1;
}

.multiple-file-listing ul li .imageBox {
  background: #ededed;
  border: #fff solid 5px;
  width: 100%;
  height: 100%;
  position: relative;
}

.multiple-file-listing ul li .imageBox .ImageBlock {
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 251px;
  overflow: hidden;
}

.multiple-file-listing ul li .imageBox img {
  display: inline-block;
  max-width: 100%;
  max-height: 254px;
  vertical-align: middle;
}

.multiple-file-listing ul li div.CaptionBox,
.multiple-file-listing ul li .VideoCaption {
  background-color: rgba(0, 0, 0, 0.6);
  background: url(../images/bg_transparent_black.png) 0 0 repeat;
  width: 100%;
  min-height: 66px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  padding: 5px;
  text-shadow: 1px 1px 0px #000;
}

.multiple-file-listing ul li .VideoCaptionHide {
  position: absolute;
  top: 193px;
  right: 5px;
  background: url(../images/minimze-video.png) 0 0 no-repeat;
  width: 15px;
  height: 13px;
  display: block;
}

.multiple-file-listing ul li div.imageBox .File_esx,
.multiple-file-listing ul li div.imageBox .File_PDF,
.other_doc_listing .file_icon_ctr {
  position: relative;
  width: 76px;
  height: 86px;
  background: #f3f3f3;
  margin: 0 auto;
  top: 35%;
  box-shadow: -3px 3px 1px -2px #acacad;
}

.multiple-file-listing ul li div.imageBox .File_esx:before,
.multiple-file-listing ul li div.imageBox .File_PDF:before,
.other_doc_listing .file_icon_ctr:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #ededed #ededed #c2c2c2 #c2c2c2;
  background: #c2c2c2;
  display: block;
  width: 0;
  /* Firefox 3.0 damage limitation */
}

.multiple-file-listing ul li div.imageBox .File_esx .FileTextBlock,
.multiple-file-listing ul li div.imageBox .File_PDF .FileTextBlock,
.other_doc_listing .file_icon_ctr .file_ext_strip {
  background: #db1a1a;
  width: 56px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  top: 41%;
  position: relative;
  left: -10%;
  z-index: 2;
}

.other_doc_listing .file_icon_ctr.esx .file_ext_strip {
  background: #94b900;
}

.other_doc_listing .file_icon_ctr.esx .strip_back_effect {
  border-color: transparent #b2d71e transparent transparent;
}

.multiple-file-listing ul li div.CaptionBox .EditCaption {
  width: auto;
  position: absolute;
  bottom: 24px;
  right: 5px;
}

.multiple-file-listing ul li div.CaptionBox a {
  color: #fff;
  display: inline-block;
  cursor: pointer;
}

.multiple-file-listing ul li div.CaptionBox p {
  margin-bottom: 35px;
  word-wrap: break-word;
}

.multiple-file-listing ul li div.EditBox {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: white;
  padding: 5px;
  z-index: 2;
}

.multiple-file-listing ul li div.EditBox textarea {
  width: 100%;
  min-height: 85px;
  margin-bottom: 5px;
}

.multiple-file-listing ul li div.EditBox a {
  color: white;
  cursor: pointer;
}

.multiple-file-listing ul li div.ImageDetail {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 0 5px 4px 5px;
  width: 100%;
}

.multiple-file-listing ul li div.ImageDetail span,
.multiple-file-listing ul li div.ImageDetail a {
  display: inline-block;
}

.multiple-file-listing ul li div.ImageDetail .download_ico {
  position: relative;
  bottom: 3px;
  margin-left: 5px;
}

.multiple-file-listing ul li div.imageBox .File_PDF .FileTextBlockEffect,
.other_doc_listing .file_icon_ctr .strip_back_effect {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #e66d6d transparent transparent;
  position: relative;
  z-index: 1;
  top: 41%;
  left: -11%;
}

.multiple-file-listing ul li div.imageBox .File_Word .FileTextBlockEffect,
.other_doc_listing .file_icon_ctr.word .strip_back_effect {
  border-color: transparent #6e9dfe transparent transparent;
}

.multiple-file-listing ul li div.imageBox .File_Word .FileTextBlock,
.other_doc_listing .file_icon_ctr.word .file_ext_strip {
  background: #4379e7;
}

.multiple-file-listing ul li div.imageBox .File_Excel .FileTextBlockEffect,
.other_doc_listing .file_icon_ctr.excel .strip_back_effect {
  border-color: transparent #34bf55 transparent transparent;
}

.multiple-file-listing ul li div.imageBox .File_Excel .FileTextBlock,
.other_doc_listing .file_icon_ctr.excel .file_ext_strip {
  background: #088f28;
}

.multiple-file-listing ul li div.imageBox .File_PowerPoint .FileTextBlockEffect,
.other_doc_listing .file_icon_ctr.powerpoint .strip_back_effect {
  border-color: transparent #9e4717 transparent transparent;
}

.multiple-file-listing ul li div.imageBox .File_PowerPoint .FileTextBlock,
.other_doc_listing .file_icon_ctr.powerpoint .file_ext_strip {
  background: #db5702;
}

.multiple-file-listing ul li div.imageBox .File_Email .FileTextBlockEffect,
.other_doc_listing .file_icon_ctr.email .strip_back_effect {
  border-color: transparent #ddc67d transparent transparent;
}

.multiple-file-listing ul li div.imageBox .File_Email .FileTextBlock,
.other_doc_listing .file_icon_ctr.email .file_ext_strip {
  background: #ddb537;
}

.other_doc_listing .file_icon_ctr.pdf .file_ext_strip {
  background: #db1a1a;
}

.other_doc_listing .file_icon_ctr.pdf .strip_back_effect {
  border-color: transparent #e66d6d transparent transparent;
}

.other_doc_listing .file_icon_ctr {
  width: 50px;
  height: 55px;
  margin: 0 auto;
  float: left;
  margin: 3px 10px 0 4px;
  top: auto;
}

.other_doc_listing .file_icon_ctr:before {
  top: -1px;
  right: -1px;
  border-width: 0 10px 10px 0;
  border-color: #f6f6f6 #f6f6f6 #c2c2c2 #c2c2c2;
}

.other_doc_listing .file_icon_ctr .file_ext_strip {
  width: 45px;
  top: 33%;
}

.other_doc_listing .file_icon_ctr .strip_back_effect {
  border-width: 0 4px 4px 0;
  top: 33%;
}

.action_content .tbl_cel {
  padding: 3px 5px;
  vertical-align: top;
}

.action_content .title {
  background: #636363;
  padding: 3px 5px;
}

.action_content .title a {
  color: #fff;
}

.action_content .title a.arrow_w_d {
  padding-right: 15px;
}

.action_content .thumb div.img,
.action_content .thumb a {
  text-align: center;
  display: block;
}

.film_strip_lrg_view .added_on {
  display: block;
  padding: 0 70px 10px 0;
  color: #6F6F6F;
  font-weight: bold;
}

.film_strip_lrg_view .added_on .label-WorkkarNumber {
  font-size: 11px;
}

.caption_ctr {
  float: left;
  width: 100%;
  display: block;
  padding: 0 0 5px 0;
  color: #999;
  position: relative;
}

.caption_ctr .water-mark {
  top: 3px;
}

.caption_ctr .caption_title {
  font-style: italic;
  margin: 0 10px 0 0;
  color: #999;
}

.caption_ctr .caption_text_field {
  width: 262px;
  margin: 0 8px 0 0;
}

.caption_ctr .caption_edit.disabled {
  color: #aaa;
  cursor: text;
}

/*============================Diary detail page changes css =====================================*/
.initials-text {
  color: #fff;
  font-weight: bold;
  background: #ef5151;
  border-radius: 22px;
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  text-transform: capitalize;
}

.diary-details .header_detail .left_column {
  width: 100%;
}

.activity_resolution {
  margin: 0;
}

.diary_status_action {
  margin: 3px 15px 0 0;
  display: table;
}

.diary-details .Workkards_content.workkard-info {
  bottom: 0;
  background: none;
}

.activity_navigation_control .activity_navigation_dropdown .arrow {
  right: 9px;
}

.activity_navigation_control .activity_navigation_dropdown {
  right: -5px;
}

.action_drop_menu .actions_list .in_progress_percentage {
  top: 5px;
}

.popover-darkgray .tip-arrow-top {
  top: 6px;
  left: 242px;
}

.associate_party_search_bar {
  position: relative;
  width: auto;
  padding: 0px;
}

#paging_associatedwkds {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -80px;
}

.associated_wkd_tab .Workkards_content {
  bottom: 42px;
  padding-bottom: 0;
}

.files_tab .Workkards_content {
  top: 130px;
  padding-top: 0;
}

.associated_wkd_tab .applied_filters {
  margin: 4px 0 0 0;
}

.activity_details_list ul li:nth-child(3n+1),
.workkard_details .header_detail .claimant_information ul li:nth-child(3n+1) {
  clear: left;
}

.diaries_tab .list-row {
  min-height: 120px;
}

.notes_listing li .change_resolution .label-ntf {
  margin-bottom: 8px;
}

.notes_listing li .change_assignee {
  color: #333;
  margin: 5px 0 0 0;
  display: inline-block;
}

.notes_listing li .change_assignee .assignee_info {
  display: inline-block;
  margin: 0 6px 0 3px;
  border-radius: 50px;
}

.notes_listing li .change_assignee .assignee_info .thumbnail {
  display: inline-block;
  background-color: #f6f6f6;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  margin: 0 5px 0 0;
}

.notes_listing li .change_assignee .assignee_info a {
  color: #333;
}

.full_wd_ctr {
  float: left;
  width: 100%;
  display: block;
}

.splitter-resizebar.resize_lr {
  cursor: url(../images/resize_cursor.cur), auto;
}

.splitter-resizebar.resize_r {
  cursor: url(../images/resize_cursor_r.cur), auto;
}

.splitter-resizebar:before {
  content: '';
  background-color: #cccccc;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: 4px;
}

.splitter-resizebar:after {
  content: '';
  background-color: transparent;
  width: 2px;
  height: 23px;
  border-left: 1px dotted #353535;
  border-right: 1px dotted #353535;
  margin-left: -1px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  margin-left: 3px;
}

.collapsible_column_arrow {
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 22px;
  color: #9E9E9E;
  margin-top: -9px;
}

.collapsible_column {
  width: 2%;
  background-color: #EAEAEA !important;
  border-right: 1px solid #e5e3e3;
  cursor: pointer;
  text-align: center;
  padding: 0 !important;
}

.collapsible_column .collapsible_column_arrow {
  display: block;
}

.collapsible_column div {
  display: none;
}

#todo_detail_loader,
#workkard_detail_loader,
#activity_detail_loader {
  position: absolute;
  left: 0;
  top: 85px;
  right: 0;
  bottom: 0;
  z-index: 11;
}

#todo_detail_loader img,
#workkard_detail_loader img,
#activity_detail_loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -20px;
}

.wa_reference {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 2;
  display: none;
}

.wa_reference .workkard-label,
.wa_reference .activity-label {
  background: #f39c12;
  color: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  line-height: 24px;
}

.wa_reference .activity-label {
  background: #57acff;
  margin-left: 15px;
}

.wa_reference .workkard_number,
.wa_reference .activity_title {
  color: #f39c12;
  font-weight: 700;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wa_reference .activity_title {
  color: #000;
  font-weight: normal;
  max-width: 150px;
}

#divActivityAction .action_drop_menu .drop_menu_head,
#divWorkkardAction .action_drop_menu .drop_menu_head,
#divtodoAction .action_drop_menu .drop_menu_head {
  border: 1px solid #ebebeb;
  padding: 2px 7px;
}

#divActivityAction .action_drop_menu .actions_list,
#divWorkkardAction .action_drop_menu .actions_list,
#divtodoAction .action_drop_menu .actions_list {
  top: 25px;
}

.cv_block_status {
  float: right;
  margin: 8px 8px 10px 0;
}

.onboarding_screen {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  z-index: 10000;
  text-align: center;
}

.onboarding_screen .svg-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.onboarding_screen .onboarding_screen_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1160px;
  height: 600px;
  margin: -300px 0 0 -560px;
}

.onboarding_screen .onboarding_info {
  float: left;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: normal;
}

.onboarding_screen .onboarding_info .title {
  color: #999;
  font-size: 13px;
  display: block;
  padding-bottom: 8px;
}

.onboarding_screen .onboarding_info .subtitle {
  color: #ff0055;
  font-size: 22px;
  display: block;
  padding-bottom: 18px;
}

.onboarding_screen .onboarding_screen_summary {
  float: left;
  width: 100%;
  display: block;
  margin: 30px 0;
  position: relative;
}

.onboarding_screen .onboarding_screen_summary .onboarding_screenshot {
  width: 600px;
  height: 398px;
  display: inline-block;
  background: url("../images/onboarding_screenshot.png") no-repeat center center;
  background-size: contain;
}

/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .onboarding_screen .onboarding_screen_summary .onboarding_screenshot {
    background-image: url("../images/onboarding_screenshot@2x.png");
  }
}
.onboarding_screen.views_onboard .onboarding_screen_summary .onboarding_screenshot {
  background: url("../images/views_onboarding_screenshot.png") no-repeat center center;
}

/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5 / 4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .onboarding_screen .onboarding_screen_summary .onboarding_screenshot {
    background-image: url("../images/views_onboarding_screenshot@2x.png");
  }
}
.onboarding_screen .onboarding_screen_summary .onboarding_feature {
  position: absolute;
  text-align: left;
  right: 0px;
  top: 0px;
  width: 260px;
}

.onboarding_screen .onboarding_screen_summary .onboarding_feature .heading {
  display: block;
  padding-bottom: 2px;
  color: #ff0055;
}

.onboarding_screen .onboarding_screen_summary .onboarding_feature .description {
  color: #999;
}

.onboarding_screen .onboarding_screen_summary .onboarding_feature.left {
  text-align: right;
  left: 0px;
}

.onboarding_screen .onboarding_screen_summary .onboarding_feature.feature01 {
  top: 164px;
}

.onboarding_screen .onboarding_screen_summary .onboarding_feature.feature02 {
  top: 298px;
}

.onboarding_screen .onboarding_screen_summary .onboarding_feature.feature03 {
  top: 30px;
}

.onboarding_screen .onboarding_screen_summary .onboarding_feature.feature04 {
  top: 165px;
}

.onboarding_screen.views_onboard .onboarding_screen_summary .onboarding_feature.feature01 {
  top: 202px;
}

.onboarding_screen.views_onboard .onboarding_screen_summary .onboarding_feature.feature03 {
  top: 52px;
}

.onboarding_screen.views_onboard .onboarding_screen_summary .onboarding_feature.feature04 {
  top: 270px;
}

.onboarding_screen .end_onboarding_btn {
  display: inline-block;
  background: #3498db;
  color: #fff;
  border-radius: 3px;
  padding: 6px 28px;
}

.onboarding_screen .supported_browsers {
  font-size: 18px;
  color: #999;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.onboarding_screen .supported_browsers .browser_thumb_ctr {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("../images/supported_browsers.png") no-repeat left top;
  vertical-align: middle;
  margin-left: 10px;
}

.onboarding_screen .supported_browsers .browser_thumb_ctr.mozilla {
  background: url("../images/supported_browsers.png") no-repeat -25px top;
}

.switch-view {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 36px;
  width: 150px;
}
.switch-view ul li {
  padding: 10px;
  display: block;
  width: 100%;
}
.switch-view ul li svg.svg-nav-left,
.switch-view ul li svg.svg-nav-top {
  stroke: #104281;
  margin: 0 10px 0 0;
}
.switch-view ul li a {
  color: #000;
}
.switch-view ul li:hover {
  background: #f9f9f9;
}

body.note_fixed_right .re-workkard-tab-right ul.workkard_nav li,
body.note_fixed_right .re-workkard-tab-right ul.activity_nav li,
body.au_fixed_right .re-workkard-tab-right ul.activity_nav li,
body.au_fixed_right .re-workkard-tab-right ul.activity_nav li {
  text-align: center;
}

body.note_fixed_right .workkard_nav li a,
body.note_fixed_right .activity_nav li a,
body.au_fixed_right .workkard_nav li a,
body.au_fixed_right .activity_nav li a {
  padding: 0 10px 10px;
}

body.note_fixed_right .re-workkard-tab-right .workkard_nav li .text,
body.note_fixed_right .re-workkard-tab-right .activity_nav li .text,
body.au_fixed_right .re-workkard-tab-right .workkard_nav li .text,
body.au_fixed_right .re-workkard-tab-right .activity_nav li .text {
  display: block;
  margin: 5px 5px 0 5px;
}

body.note_fixed_right .re-workkard-tab-right .workkard_nav li a span.count,
body.note_fixed_right .re-workkard-tab-right .activity_nav li a span.count,
body.au_fixed_right .re-workkard-tab-right .workkard_nav li a span.count,
body.au_fixed_right .re-workkard-tab-right .activity_nav li a span.count {
  left: auto;
  margin-left: -8px;
}

body.note_fixed_right .workkard_details .top_bar_1,
body.note_fixed_right .activity_details .top_bar_1,
body.au_fixed_right .workkard_details .top_bar_1,
body.au_fixed_right .activity_details .top_bar_1 {
  padding-top: 68px;
}

body.note_fixed_right .workkard_details .Workkards_content,
body.note_fixed_right .activity_details .Workkards_content,
body.au_fixed_right .workkard_details .Workkards_content,
body.au_fixed_right .activity_details .Workkards_content {
  top: 104px;
}

body.files_tab .workkard_details .Workkards_content,
body.files_tab .activity_details .Workkards_content,
body.note_fixed_right.files_tab .workkard_details .Workkards_content,
body.note_fixed_right.files_tab .activity_details .Workkards_content,
body.au_fixed_right.files_tab .workkard_details .Workkards_content,
body.au_fixed_right.files_tab .activity_details .Workkards_content {
  top: 130px;
}

@media screen and (max-width: 1700px) {
  .re-workkard-tab-right ul.workkard_nav li,
  .re-workkard-tab-right ul.activity_nav li,
  .re-workkard-tab-right ul.activity_nav li,
  .re-workkard-tab-right ul.activity_nav li {
    text-align: center;
  }

  .workkard_nav li a,
  .activity_nav li a,
  .workkard_nav li a,
  .activity_nav li a {
    padding: 0 10px 10px;
  }

  .re-workkard-tab-right .workkard_nav li .text,
  .re-workkard-tab-right .activity_nav li .text,
  .re-workkard-tab-right .workkard_nav li .text,
  .re-workkard-tab-right .activity_nav li .text {
    display: block;
    margin: 5px 5px 0 5px;
  }

  body.note_fixed_right .re-workkard-tab-right .workkard_nav li .text,
  body.note_fixed_right .re-workkard-tab-right .activity_nav li .text,
  body.au_fixed_right .re-workkard-tab-right .workkard_nav li .text,
  body.au_fixed_right .re-workkard-tab-right .activity_nav li .text {
    display: none;
  }

  body.note_fixed_right .re-workkard-tab-right .workkard_nav li a.active .text,
  body.note_fixed_right .re-workkard-tab-right .activity_nav li a.active .text,
  body.au_fixed_right .re-workkard-tab-right .workkard_nav li a.active .text,
  body.au_fixed_right .re-workkard-tab-right .activity_nav li a.active .text {
    display: inline-block;
  }

  body.note_fixed_right .re-workkard-tab-right .workkard_nav li a span.count,
  body.note_fixed_right .re-workkard-tab-right .activity_nav li a span.count,
  body.au_fixed_right .re-workkard-tab-right .workkard_nav li a span.count,
  body.au_fixed_right .re-workkard-tab-right .activity_nav li a span.count {
    left: 17px;
    margin-left: 0;
  }

  body.note_fixed_right .re-workkard-tab-right .workkard_nav li .text,
  body.note_fixed_right .re-workkard-tab-right .activity_nav li .text,
  body.au_fixed_right .re-workkard-tab-right .workkard_nav li .text,
  body.au_fixed_right .re-workkard-tab-right .activity_nav li .text {
    margin: 0 5px 0 14px;
  }

  body.note_fixed_right .workkard_nav li a,
  body.note_fixed_right .activity_nav li a,
  body.au_fixed_right .workkard_nav li a,
  body.au_fixed_right .activity_nav li a {
    padding: 0 15px 15px 5px;
  }

  body.note_fixed_right .workkard_details .top_bar_1,
  body.note_fixed_right .activity_details .top_bar_1,
  body.au_fixed_right .workkard_details .top_bar_1,
  body.au_fixed_right .activity_details .top_bar_1 {
    padding-top: 49px;
  }

  body.note_fixed_right .workkard_details .Workkards_content,
  body.note_fixed_right .activity_details .Workkards_content,
  body.au_fixed_right .workkard_details .Workkards_content,
  body.au_fixed_right .activity_details .Workkards_content {
    top: 85px;
  }

  .re-workkard-tab-right .workkard_nav li a span.count,
  .re-workkard-tab-right .activity_nav li a span.count,
  .re-workkard-tab-right .workkard_nav li a span.count,
  .re-workkard-tab-right .activity_nav li a span.count {
    left: auto;
    margin-left: -8px;
  }

  .workkard_details .top_bar_1,
  .activity_details .top_bar_1,
  .workkard_details .top_bar_1,
  .activity_details .top_bar_1 {
    padding-top: 68px;
  }

  .workkard_details .Workkards_content,
  .activity_details .Workkards_content,
  .workkard_details .Workkards_content,
  .activity_details .Workkards_content {
    top: 104px;
  }

  body.files_tab .workkard_details .Workkards_content,
  body.files_tab .activity_details .Workkards_content,
  body.note_fixed_right.files_tab .workkard_details .Workkards_content,
  body.note_fixed_right.files_tab .activity_details .Workkards_content,
  body.au_fixed_right.files_tab .workkard_details .Workkards_content,
  body.au_fixed_right.files_tab .activity_details .Workkards_content {
    top: 130px;
  }
}
@media screen and (max-width: 1366px) {
  .re-workkard-tab-right .workkard_nav li .text,
  .re-workkard-tab-right .activity_nav li .text,
  .re-workkard-tab-right .workkard_nav li .text,
  .re-workkard-tab-right .activity_nav li .text {
    display: none;
  }

  .re-workkard-tab-right .workkard_nav li a.active .text,
  .re-workkard-tab-right .activity_nav li a.active .text,
  .re-workkard-tab-right .workkard_nav li a.active .text,
  .re-workkard-tab-right .activity_nav li a.active .text {
    display: inline-block;
  }

  .re-workkard-tab-right .workkard_nav li a span.count,
  .re-workkard-tab-right .activity_nav li a span.count,
  .re-workkard-tab-right .workkard_nav li a span.count,
  .re-workkard-tab-right .activity_nav li a span.count {
    left: 17px;
    margin-left: 0;
  }

  .re-workkard-tab-right .workkard_nav li .text,
  .re-workkard-tab-right .activity_nav li .text,
  .re-workkard-tab-right .workkard_nav li .text,
  .re-workkard-tab-right .activity_nav li .text {
    margin: 0 5px 0 14px;
  }

  .workkard_nav li a,
  .activity_nav li a,
  .workkard_nav li a,
  .activity_nav li a {
    padding: 0 15px 15px 5px;
  }

  .workkard_details .top_bar_1,
  .activity_details .top_bar_1,
  .workkard_details .top_bar_1,
  .activity_details .top_bar_1 {
    padding-top: 49px;
  }

  .workkard_details .Workkards_content,
  .activity_details .Workkards_content,
  .workkard_details .Workkards_content,
  .activity_details .Workkards_content {
    top: 85px;
  }

  body.files_tab .workkard_details .Workkards_content,
  body.files_tab .activity_details .Workkards_content,
  body.note_fixed_right.files_tab .workkard_details .Workkards_content,
  body.note_fixed_right.files_tab .activity_details .Workkards_content,
  body.au_fixed_right.files_tab .workkard_details .Workkards_content,
  body.au_fixed_right.files_tab .activity_details .Workkards_content {
    top: 130px;
  }

  .views_section .right_container h1 #save_cancel_view_box {
    width: 578px;
  }

  .views_section .right_container h1 #input_view_name {
    width: 486px;
  }

  body.note_fixed_right .views_section .right_container h1 #save_cancel_view_box {
    width: 325px;
  }

  body.note_fixed_right .views_section .right_container h1 #input_view_name {
    width: 233px;
  }
}
.workkard_print_ctr {
  background-color: #fff;
}

.workkard_print_ctr .workkard_header_information {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  padding: 0 0 20px;
  line-height: 24px;
  border-bottom: 1px solid #999;
  padding-top: 20px;
}

.workkard_print_ctr .workkard_header_information li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.workkard_print_ctr .workkard_header_information li em {
  font-style: normal;
}

.workkard_print_ctr .workkard_details .header_detail .user_block_info .user_block_info_thumb,
.workkard_print_ctr .workkard_header_information li label {
  display: none;
}

.workkard_print_ctr svg.detail-open,
.workkard_print_ctr svg.svg-arrow-down,
.workkard_print_ctr svg.svg-email {
  display: none;
}

.workkard_print_ctr .workkard_details .header_detail .title_head,
.workkard_print_ctr .workkard_details .header_detail .title_head h1 {
  padding-top: 0;
  padding-bottom: 0;
}

.workkard_print_ctr .workkard_details .header_detail .workkard_id .workkard_number,
.workkard_print_ctr .workkard_details .header_detail .claimant_information ul li label,
.workkard_print_ctr .workkard_details .header_detail .claimant_information h2,
.workkard_print_ctr .workkard_details .header_detail .left_column .Description h2.heading,
.workkard_print_ctr .workkard_details .header_detail .claimant_information ul li label,
.workkard_print_ctr .header_detail .wk_sponsor ul li label,
.workkard_print_ctr a {
  color: #000;
}

.workkard_print_ctr .workkard_details .header_detail .left_column .Description h2.heading,
.workkard_print_ctr .workkard_details .header_detail .claimant_information h2,
.workkard_print_ctr .wk_detail_number_header {
  border-bottom: 1px solid #999;
}

.workkard_print_ctr .workkard_details .header_detail .claimant_information h2,
.workkard_print_ctr .workkard_details .header_detail .left_column .Description h2.heading {
  height: 12px;
}

.workkard_print_ctr .wk_detail_number_header {
  display: none;
  height: 0;
}

.workkard_print_ctr .workkard_details .header_detail .workkard_id span.workkard-label {
  background-color: #000;
}

.workkard_print_ctr .workkard_details .header_detail .wk_sponsor {
  margin-top: 10px;
  padding-left: 0px;
}

.workkard_print_ctr .workkard_details .header_detail .claimant_information ul li {
  font-weight: bold;
}

.workkard_print_ctr .workkard_details .header_detail .claimant_information ul li label {
  font-weight: normal;
}

.workkard_print_ctr .logo {
  background: url(../images/cc-logo.png) no-repeat;
  width: 236px;
  height: 54px;
  display: inline-block;
  float: right;
}

.workkard_print_ctr .print_this_page {
  position: fixed;
  bottom: 30px;
  left: 50%;
  width: 168px;
  margin-left: -85px;
  border: 2px solid #0288D1;
  text-align: center;
  z-index: 3;
  border-radius: 3px;
  background: url(../images/printer.png) no-repeat 42px 11px;
  height: 40px;
  line-height: 37px;
  font-size: 16px;
  background-color: #f2f2f2;
}

.workkard_print_ctr .workkard_details .header_detail .claimant_information ul li {
  padding-bottom: 25px;
}

.workkard_print_ctr .workkard_details .header_detail .claimant_information h2:after,
.workkard_print_ctr .workkard_details .header_detail .left_column .Description h2.heading:after {
  background: none;
}

/* Diary page change */
#container .inside_todo_blk {
  position: absolute;
  top: 10px;
  bottom: 0px;
  right: 0px;
  left: 5px;
  min-height: auto;
}

#container .inside_todo_blk #divDBView {
  position: absolute;
  overflow-y: auto;
  bottom: 0px;
  top: 51px;
  left: 10px;
  right: 10px;
  padding: 4px 10px 0 0;
}

.slide-detail {
  display: none;
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1) {
  .grid_actions .fr {
    float: left !important;
  }

  .re-workkard-tab-right .workkard_nav li .text,
  .re-workkard-tab-right .workkard_nav li a.active .text,
  .re-workkard-tab-right .activity_nav li .text,
  .re-workkard-tab-right .activity_nav li a.active .text {
    display: none;
  }

  .re-workkard-tab-right .right_panel_tabs_contr.fixed {
    height: auto;
  }

  .workkard_nav li a, .activity_nav li a {
    padding: 0 10px 6px 5px;
    margin-bottom: 0px;
  }

  .re-workkard-tab-right .workkard_nav li a span.count, .re-workkard-tab-right .activity_nav li a span.count {
    margin-left: -1px;
  }

  .marg-top3#divtodoAction .action_drop_menu {
    width: auto;
    height: auto;
  }

  #container .inside_todo_blk #divDBView {
    top: 81px;
  }

  .views_actions {
    display: none;
  }

  .popup {
    left: 0 !important;
    right: 0;
    top: 0 !important;
    bottom: 0;
    width: 100% !important;
    margin-left: 0% !important;
    position: fixed !important;
  }

  .workkards_grid_list .number {
    width: 22%;
  }

  .workkards_grid_list .sponsor {
    width: 25%;
  }

  .addtodo .row-fluid .span1 {
    width: 40.382979%;
  }

  .addtodo .row-fluid .span8 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
  .tabMoreBlock {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 51px;
    z-index: 99;
    margin: -7px -16px;
    cursor: pointer;
  }
  .tabMoreBlock .tabMore {
    border: #000 solid 2px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 16px;
  }
  .tabMoreBlock .tabMore::after, .tabMoreBlock .tabMore::before {
    content: '';
    border: #000 solid 2px;
    border-radius: 10px;
    position: absolute;
    top: 6px;
    left: -2px;
  }
  .tabMoreBlock .tabMore::after {
    top: 14px;
  }

  .grid_actions a.fullscreen {
    margin-left: 0px;
  }

  #container .inside_todo_blk #divDBView {
    top: 98px;
  }

  .inside_todo_blk #todoSort {
    background: white;
    padding: 10px 0;
    position: relative;
    z-index: 9;
  }

  .views_section .right_container h1 {
    padding: initial;
  }

  .slide-detail {
    background: #409cf9;
    width: 30px;
    top: 0px;
    left: -10px;
    height: 51px;
    position: relative;
    display: block;
  }
  .slide-detail svg {
    position: absolute;
    top: 12px !important;
    left: 0px;
  }

  .re-workkard-detail-left .slide-detail {
    left: inherit;
    right: 0px;
    top: -14px;
  }
  .re-workkard-detail-left .slide-detail svg {
    transform: rotate(180deg);
    right: 0px;
    left: inherit;
    top: 14px !important;
  }

  .wk_detail_number_header.fixed {
    height: 51px;
  }

  .detail_Claim, .header_title_action, .wk_detail_number, .wk_detail_number_header, .wk_information_row_container {
    padding-top: 14px;
  }

  .publish-note-popup-wraper {
    top: 65%;
  }

  .slick-slider {
    top: 0;
    bottom: 0;
    position: absolute !important;
    margin-bottom: 0px;
  }

  .slick-list {
    overflow: inherit !important;
    overflow-x: inherit !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .slick-track {
    width: 100% !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    min-width: 413px;
  }

  /* Slider */
  .slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    margin: 0;
    padding: 0;
  }

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track:before,
  .slick-track:after {
    display: table;
    content: '';
  }

  .slick-track:after {
    clear: both;
  }

  .re-workkard-detail-left {
    width: 100% !important;
  }

  .re-workkard-tab-right {
    top: 0;
    left: 100% !important;
    width: 100% !important;
  }

  .splitter-resizebar:before {
    display: none;
  }

  .splitter-resizebar:after {
    display: none;
  }

  .re-workkard-tab-right .right_panel_tabs_contr.fixed.activ-tabs {
    height: auto;
  }

  .re-workkard-tab-right .right_panel_tabs_contr.fixed::-webkit-scrollbar {
    /* This is the magic bit */
    display: none;
  }

  .activities_list,
  .files_listing,
  .activity_list_item,
  .organization_listing,
  .notes_listing,
  .workkard_log_listing {
    padding-left: 0px;
  }

  .files_listing .uploaded-date, .notes_listing li .noted_on_text {
    display: block;
    clear: left;
    position: relative;
    top: 3px;
    left: 54px;
    width: auto;
    text-align: left;
  }

  .label-WorkkarNumber {
    float: none !important;
  }

  .notes_listing li .noted_on_text {
    display: inherit;
    clear: none;
    position: absolute;
    top: 66px;
    right: 16px;
    text-align: right;
  }

  .multiple-file-download .workkard_label .workkard_number {
    max-width: 218px;
  }

  .lnkdownloadset {
    position: relative;
    left: 57px;
    top: 2px;
  }

  .activities_list li.activity_list_item .updated {
    top: 50px;
    right: 19px;
    left: inherit;
  }

  .multiple-file-download .other_doc_listing .file_summary {
    font-size: 12px;
  }

  .todo-addto {
    display: block;
  }

  .to-do-title .label_added_to {
    overflow: hidden;
    width: 28%;
    text-overflow: ellipsis;
    top: 4px;
    position: relative;
  }

  .applied_filter_indicator {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .applied_filter_indicator.diary_strip {
    left: 5px;
    right: 5px;
    position: absolute;
    z-index: 999;
  }

  @keyframes fadeOutUp {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    50% {
      opacity: 1;
      transform: translateY(0);
    }
    70% {
      opacity: 1;
      transform: translateY(0);
    }
    90% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-20px);
    }
  }
  .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }

  body.fix-container #container .middle_col {
    z-index: 7;
    margin: 91px 0px 0px;
  }

  .note_fixed_right .Subnav {
    width: 100%;
  }

  .workkard_details .top_bar_1 .sort#ddlTodoPriority {
    width: 100px;
  }

  .workkard_details .top_bar_1 .sort {
    width: 70px;
  }

  .filter_by .filter_text {
    padding: 2px 0px;
  }

  .views_section .left_navigation {
    width: 100% !important;
  }

  .views_nav_container ul {
    display: none;
  }

  .views_section .right_container {
    left: 0 !important;
    width: 100% !important;
  }

  .views_nav_container .heading {
    width: 40%;
  }

  .views_nav_container .select2-container {
    width: 60%;
    margin: 0px;
  }

  .views_section .right_container {
    top: 50px;
  }

  .views_section .right_container h1 ul.views_actions {
    top: 3px;
    right: 12px;
    background: #fff;
    z-index: 99;
  }

  .more_horiz-ellipsis-views {
    right: -1em;
    top: 4px;
  }

  .views_section .right_container h1 #save_cancel_view_box,
  .views_section .right_container h1 #edit_view_box {
    width: 336px;
    background: #fff;
    z-index: 99;
  }

  .views_section .right_container h1 #save_cancel_view_box input[type="text"] {
    width: auto !important;
  }

  .grid_paging_contr {
    bottom: 0px;
  }

  .top_sorting_dropdown_txt {
    display: none !important;
  }

  .applied_filters ul {
    float: left;
    position: relative;
    top: -30px;
    padding-left: 94px;
    overflow: hidden;
    height: 30px;
  }

  .workkard_details .Workkards_content {
    overflow-x: hidden;
  }

  .notes_listing .note_hd .user_info .inside_wrap {
    padding: 0px 150px 0 54px;
  }

  .wd272 {
    width: 235px !important;
  }

  svg.svg-community {
    fill: #555;
  }

  .associated_party_popover,
  .note_wrapper,
  .add-zone-popover {
    width: 414px;
    top: 44px;
  }

  .note_wrapper .note_templates .ftr_row {
    padding: 10px 15px 15px 10px;
  }

  .au_fixed_right .acti_notification_box {
    top: 44px;
  }

  .onboarding_screen {
    display: none;
  }

  body.fix-container #container .middle_col {
    bottom: 0px;
  }

  body.fix-container .copyright_ftr {
    display: none;
  }

  .activty_form_container {
    padding: 25px 10px 0 20px;
  }

  .row-fluid .span3 {
    width: 92%;
    margin-left: 0px;
  }

  .workkards_list .workkard_container,
  .activities_listing .activity_item.hci,
  .activities_listing .activity_item.litigation,
  .activities_listing .activity_item {
    width: 95%;
  }

  .inside_todo_blk .marl15 {
    margin-left: 0px;
  }

  .swipe-left {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    animation-duration: 3s;
  }
  .swipe-left span {
    position: absolute;
    top: 42%;
    margin-top: -118px;
    left: 44%;
    margin-left: -153px;
    text-align: center;
    color: #666;
    font-size: 20px;
  }
  .swipe-left img {
    display: inline-block;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    45% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  .activity_updates_list li.wk_group:before,
  .activity_updates_list li.wk_group:after {
    width: 99%;
  }

  .activity_updates_list li.wk_group:after {
    width: 98%;
  }

  .other_doc_listing li {
    min-width: 350px;
        max-width: 350px;
  }

  .workkard_details .left_items_ctr,
  .activity_details .left_items_ctr {
    right: 275px;
  }

  .workkard_details .top_bar_1 .sort, .activity_details .top_bar_1 .sort, .workkard_details .top_bar_1 select {
    -webkit-appearance: none;
    -webkit-background: url(../images/collapse_arrow-multiple.png) no-repeat right 7px;
    -webkit-padding-right: 10px;
  }

  #header .top_bar .top_bar_container .top_bar_row ul#Notification li.NotificationList .switchview {
    display: none;
  }

  .quick_filter_wm {
    width: 145px;
  }

  .sort_filter_bar.quick_filter .search {
    width: 115px;
  }

  .quick_filter select {
    width: 149px;
  }

  .row-fluid .span2 {
    width: 100%;
    text-align: left;
  }

  .row-fluid [class*="span"],
  .row-fluid .controls-row [class*="span"] + [class*="span"],
  .row-fluid .span2 {
    margin-left: 0px;
  }

  body.form-creation #container .middle_col {
    margin: 90px 0 0px 0;
  }

  .edit_query_popover {
    left: 0 !important;
    width: 99%;
  }

  .edit_query_popover .query_controls_container .select2-container {
    margin-bottom: 10px;
  }

  body.fix-container #container .middle_col.views_main_container {
    margin: 44px 0 0;
  }

  .report_notification {
    top: 45px;
  }

  .splitter-resizebar {
    display: none !important;
  }

  .views_actions {
    display: none;
  }

  .popover-darkgray {
    top: 135px !important;
    right: 74px !important;
  }

  .activity_grid_list .workkard_info {
    width: 22%;
  }

  .workkards_grid_list, .activity_grid_list {
    width: 1100px;
  }

  body.fix-container #container .middle_col.views_main_container {
    margin-top: 45px !important;
  }

  .notification_settings .row_heading .check_list {
    width: 100%;
  }

  .user_profile_page .row_block .field_label {
    width: 20%;
  }

  .user_profile_page .row_block .field_value {
    width: 80%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .notification_settings .row_heading .check_list {
    width: 14%;
  }

  .popup {
    left: 0 !important;
    right: 0;
    top: 0 !important;
    bottom: 0;
    width: 100% !important;
    margin-left: 0% !important;
    position: fixed !important;
  }

  .popover-darkgray {
    top: 135px !important;
    right: 74px !important;
  }

  .grid_actions {
    width: 100%;
  }
  .grid_actions .fr {
    float: right !important;
  }

  .associated_party_popover,
  .note_wrapper {
    width: 478px;
  }

  .slick-slider {
    top: 0;
    bottom: 0;
    position: absolute !important;
    margin-bottom: 0px;
  }

  .slick-list {
    overflow: inherit !important;
    overflow-x: inherit !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .slick-track {
    width: 100% !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    min-width: 768px;
  }

  /* Slider */
  .slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

  .slick-list {
    margin: 0;
    padding: 0;
  }

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .slick-track:before,
  .slick-track:after {
    display: table;
    content: '';
  }

  .slick-track:after {
    clear: both;
  }

  .re-workkard-detail-left {
    width: 100% !important;
  }

  .re-workkard-tab-right {
    top: 0;
    left: 100% !important;
    width: 100% !important;
  }

  .re-workkard-tab-right .workkard_nav li a span.count,
  .re-workkard-tab-right .activity_nav li a span.count {
    left: auto;
    margin-left: -8px;
  }

  .splitter-resizebar:before {
    display: none;
  }

  .splitter-resizebar:after {
    display: none;
  }

  .workkards_list .workkard_container,
  .activities_listing .activity_item.hci,
  .activities_listing .activity_item.litigation,
  .activities_listing .activity_item {
    width: 200px;
  }

  .re-workkard-tab-right ul.activity_nav,
  .re-workkard-tab-right ul.workkard_nav {
    width: 100%;
  }

  .workkard_nav li a,
  .activity_nav li a {
    padding: 0 15px 15px 5px;
  }

  body.fix-container.note_fixed_right #container .middle_col {
    right: auto;
  }

  body.fix-container.note_fixed_right .note_wrapper {
    position: absolute;
  }

  .views_section .left_navigation {
    width: 100% !important;
  }

  .views_nav_container ul {
    display: none;
  }

  .views_section .right_container {
    left: 0 !important;
    width: 100% !important;
  }

  .views_nav_container .heading {
    width: 40%;
  }

  .views_nav_container .select2-container {
    width: 60%;
    margin: 0px;
  }

  /*.views_section .right_container {
      top: 50px;
  }*/
  .views_section .right_container h1 ul.views_actions {
    top: 3px;
    right: 15px;
    background: #fff;
    z-index: 99;
  }

  .more_horiz-ellipsis-views {
    display: none;
  }

  .views_actions {
    display: none;
  }

  .grid_paging_contr {
    bottom: 0px;
  }

  .swipe-left {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    animation-duration: 3s;
  }
  .swipe-left span {
    position: absolute;
    top: 45%;
    margin-top: -118px;
    left: 47%;
    margin-left: -153px;
    text-align: center;
    color: #666;
    font-size: 20px;
  }
  .swipe-left img {
    display: inline-block;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    45% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }

  .activity_updates_list li.wk_group:before,
  .activity_updates_list li.wk_group:after {
    width: 99%;
  }

  .activity_updates_list li.wk_group:after {
    width: 98%;
  }

  #header .top_bar .top_bar_container .top_bar_row h1 {
    max-width: inherit;
  }

  .workkard_details .top_bar_1 .sort, .activity_details .top_bar_1 .sort, .workkard_details .top_bar_1 select {
    -webkit-appearance: none;
    -webkit-background: url(../images/collapse_arrow-multiple.png) no-repeat right 7px;
    -webkit-padding-right: 10px;
  }

  .activities_list,
  .files_listing,
  .activity_list_item,
  .organization_listing,
  .notes_listing,
  .workkard_log_listing {
    padding-left: 0px;
  }

  .activities_list li.activity_list_item {
    padding-right: 190px !important;
  }

  .activities_list li.activity_list_item .updated {
    top: 50px;
    right: 19px;
    left: inherit;
  }

  .files_listing .uploaded-date {
    display: block;
    clear: left;
    position: relative;
    top: 3px;
    left: 54px;
    width: auto;
    text-align: left;
  }

  .notes_listing li .noted_on_text {
    display: inherit;
    clear: none;
    position: absolute;
    top: 66px;
    right: 16px;
    text-align: right;
  }

  .multiple-file-download .workkard_label .workkard_number {
    max-width: 218px;
  }

  .lnkdownloadset {
    position: relative;
    left: 57px;
    top: 2px;
  }

  .fullscreen_grid {
    top: 30px;
  }
}
body.note_fixed_right .top_bar_bottom_row .action_but {
  right: 478px;
  transition: all 0.4s ease;
}

body.note_fixed_right .copyright_ftr {
  padding-right: 485px;
}

.note_wrapper .ins_string {
  float: left;
  width: 100%;
  display: block;
  padding-bottom: 20px;
}

.note_wrapper .select2-container {
  width: 100%;
  margin-bottom: 5px;
}

.note_wrapper .select2-container-multi .select2-choices .select2-search-field input {
  height: 29px;
}

.note_wrapper .select2-choices .select2-search-choice {
  padding: 2px 24px 2px 8px;
  font-size: 11px;
}

.note_wrapper .select2-choices .select2-search-choice .select2-search-choice-close {
  top: 3px;
}

@media screen and (max-width: 375px) and (-webkit-min-device-pixel-ratio: 1) {
  .slick-track {
    min-width: 375px;
  }

  .workkard_nav li a,
  .activity_nav li a {
    padding-right: 10px;
  }

  .workkard_info_popover {
    width: 382px;
  }

  .addtodo .row-fluid .span1 {
    width: 40.382979%;
  }

  .addtodo .row-fluid .span8 {
    width: 100%;
  }

  .quick_filter select {
    width: 120px;
  }

  .associated_party_popover, .note_wrapper, .add-zone-popover {
    width: 376px;
  }

  #header .top_bar .top_bar_container .top_bar_row h1 {
    max-width: 144px;
  }

  input[readonly="readonly"] {
    -webkit-text-fill-color: #000;
  }

  .wk_detail_number_header.fixed .label-ntf {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
  }

  .fxd_row_container #workkardSearchPanel {
    width: 40%;
  }

  .popover-darkgray .tip-arrow-top {
    left: 205px;
  }

  .popover-darkgray {
    right: 35px !important;
  }

  .applied_filter_indicator {
    margin-top: 48px;
  }

  body.fix-container #container .middle_col.views_main_container {
    margin-top: 45px !important;
  }

  .fullscreen_grid {
    top: 30px;
  }

  .notification_settings .row_heading .check_list {
    width: auto;
  }

  .notification_settings .action_list {
    width: auto;
    margin-left: 0;
  }

  .notification_settings .action_list_heading {
    margin-left: auto;
  }

  .user_profile_page .row_block .field_label {
    width: 23%;
  }

  .user_profile_page .row_block .field_value {
    width: 77%;
  }

  .popup .wa_reference {
    position: fixed;
    bottom: 10px;
    left: 10px;
    top: auto;
  }
}
