@charset "UTF-8";
body, html {
  height: 100%;
  overflow-y: hidden; }

.global-layout {
  height: 100%;
  width: 100%;
  table-layout: auto; }

.global-layout > tbody {
  overflow: auto; }

.global-layout-main > td {
  overflow: auto;
  height: 100%; }

#left-menu,
.page-content-wrapper > .ff-fix.with-background {
  background: var(--panel-disabled, #efefef); }

.ff-fix {
  height: 100%; }

.global-layout-header > td {
  height: 42px;
  overflow: hidden; }

#timer {
  height: 42px;
  float: right;
  margin-right: 40px;
  font-size: 11px; }

#open-dashboard {
  width: 25px;
  height: 40px;
  display: inline-block;
  text-align: center; }
  #open-dashboard:before {
    margin-top: 0;
    margin-bottom: 0; }

#open-dashboard:before {
  vertical-align: -3px;
  line-height: 44px;
  font-size: 16px;
}

#title-bar {
  background: var(--chrome-bg, #e8e8e8);
  z-index: 106;
  text-align: center;
  padding: 0 10px; }
  #title-bar > div {
    height: 42px; }

#m-header-title {
  display: inline-block;
  text-align: left;
  width: 225px; }
  #m-header-title #m-header-brand {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    padding-left: 10px;
    font-family: var(--brand-font, "Roboto Slab", Arial, Helvetica, sans-serif);
    font-size: 20px;
    font-weight: 700;
    line-height: 42px;
    color: var(--brand-color, #555);
    text-decoration: none; }
  #m-header-title .m-header-brand-mark {
    flex: 0 0 20px;
    width: 20px;
    height: 28px;
    margin-right: 0;
    background: url(/img/runcible-spork-logo.png) center/42px auto no-repeat;
    opacity: 0.85; }
  #m-header-title .m-header-brand-wordmark {
    white-space: nowrap; }
  #m-header-title img {
    vertical-align: middle;
    padding-left: 10px;
    width: 86px;
    height: 22px; }
  #m-header-title .title {
    display: inline-block;
    margin: 8px 0 4px 8px;
    padding-left: 8px;
    line-height: 24px;
    font-size: 10px;
    color: var(--chrome-text, #868686); }

#main-wrapper {
  height: 100%; }

#main-title {
  position: relative; }

#main {
  min-height: 100%;
  background: var(--surface, #FFF); }

#m-header-search-form {
  width: 300px; }
  #m-header-search-form button {
    margin-top: 0px;
    border: none;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.76);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.76);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.76);
    color: var(--chrome-text, #868686);
    background-color: var(--chrome-bg, #e8e8e8);
    height: 25px;
    font-weight: 100;
    text-transform: lowercase;
    font-variant: small-caps;
    -webkit-font-smoothing: antialiased;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  #m-header-search-form .rbc-icon-search:before {
    position: relative;
    top: 2px;
    left: -3px; }

#search_form {
  width: 310px;
  text-align: left; }

#search_form .input {
  height: 25px;
  margin-top: 9px;
  line-height: 25px;
  border: none;
  display: flex;
  justify-content: space-between;
}

#search_form input {
  padding: 0;
  width: 220px;
  height: 25px;
  line-height: 25px;
}

#search_form .icon-search {
  display: inline-block;
  width: 7px; }

#cron_info {
  margin-left: 10px; }

#main-title {
  color: #b3b5b8;
  margin-bottom: 2px;
  height: 38px;
  width: 100%;
  overflow: hidden; }
  #main-title h1 {
    margin: 0;
    padding: 0; }

#main-title + .with-padding {
  padding-top: 0 !important; }

#dashboard_title {
  display: block;
  width: auto;
  min-width: 100%;
  font-weight: 300;
  line-height: 36px;
  font-family: var(--title-font, 'Open Sans', sans-serif);
  color: #737373;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis; }

#main {
  position: relative; }

#profile {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 15px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#383e42), to(#31363a));
  background: -webkit-linear-gradient(top, #383e42, #31363a);
  background: -moz-linear-gradient(top, #383e42, #31363a);
  background: -ms-linear-gradient(top, #383e42, #31363a);
  background: -o-linear-gradient(top, #383e42, #31363a);
  background: linear-gradient(top, #383e42, #31363a);
  border-bottom: 1px solid #fff;
}
  #profile .user-icon {
    float: left;
    margin: 0 10px 0 -2px; }
  #profile .name {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.2; }
    #profile .name a {
      color: #fff;
      text-decoration: none;
      font-size: 24px;
      line-height: 1.2; }

/* Karma/work (left) vs wallet currencies (right) — layout must not depend on theme CSS */
.profile-stats {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  clear: both;
  gap: 10px;
  width: 100%;
  box-sizing: border-box; }

#peer360-stat {
  float: none;
  flex: 0 1 auto;
  height: auto;
  width: auto;
  min-width: 0;
  padding-top: 6px; }

#user-coins {
  float: none;
  flex: 0 0 auto;
  margin-left: auto;
  text-align: right;
  font-size: 12px;
  padding-top: 6px;
  padding-left: 8px; }

.user-coins-item {
  border-radius: 10px;
  position: relative;
  display: inline-block;
  line-height: 10px;
  top: -3px;
  width: 10px;
  height: 10px;
  color: #525252;
  border: 1px solid #EFDAAE;
  background-color: #FFD220;
  font-size: 5px; }

.user-coins-item-wrapper {
  text-align: right;
  white-space: nowrap;
  height: 15px; }

#access {
  min-height: 62px;
  width: 100%;
  margin: 0;
  text-align: center;
  list-style-type: none; }
  #access > li {
    float: left;
    width: 25%;
    height: 62px;
    font-size: 26px;
    line-height: 62px;
    position: relative;
    color: #707070;
    color: rgba(255, 255, 255, 0.5); }
    #access > li a {
      display: block;
      height: 54px;
      padding: 4px 0;
      line-height: 54px;
      color: #BCBCBC;
      -webkit-tap-highlight-color: transparent; }
      #access > li a:after {
        position: absolute;
        content: ' ';
        left: 4px;
        right: 4px;
        bottom: 4px;
        height: 1px;
        background: #39c;
        border-bottom: 1px solid #6cf;
        -webkit-box-shadow: 0 0 5px 2px #39c, 0 -2px 10px rgba(51, 153, 204, 0.75);
        -moz-box-shadow: 0 0 5px 2px #39c, 0 -2px 10px rgba(51, 153, 204, 0.75);
        box-shadow: 0 0 5px 2px #39c, 0 -2px 10px rgba(51, 153, 204, 0.75);
        -ms-filter: "alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
        opacity: 0; }
      #access > li a:hover {
        color: #868686; }
        #access > li a:hover:after {
          -ms-filter: "alpha(Opacity=100)";
          filter: alpha(opacity=100);
          -khtml-opacity: 0;
          -moz-opacity: 0;
          opacity: 0; }

.rbc-info-block {
  filter: alpha(opacity=50);
  margin: auto;
  min-width: 280px;
  width: 100%;
  max-width: 600px;
  padding: 20px 20px 20px !important; }

@media (max-width: 667px) {
  #m-header-title {
    display: none; }

  #m-header-search-form {
    width: 200px; }

  #search_form {
    width: 200px; } }
.navigable {
  background: var(--menu-item-bg, #f8f8f8); }

.big-menu > li {
  font-weight: 200;
  color: var(--chrome-text, #868686);
  border-bottom: 1px solid var(--chrome-border, #fff);
  background-color: var(--menu-item-bg, #f8f8f8); }

.menu-sortable-handler {
  font-size: 16px;
  position: absolute;
  right: 10px;
  color: var(--chrome-text, #868686);
  cursor: move;
  z-index: 1; }

.big-menu > li > a.workspaces-menu-item,
.big-menu > li > a.app-inst-menu-item,
.big-menu > li > a.favorites-menu-item {
  padding-left: 32px; }

#menu-content {
  zoom: 1; }

#menu-footer {
  padding: 10px; }

.only-top-border {
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important; }

.only-left-border {
  border-radius: 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important; }

.only-right-border {
  border-radius: 0 !important;
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important; }

.only-bottom-border {
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important; }

.tabs-paging {
  position: relative;
  overflow: hidden; }

.tabs-control {
  color: #8E8E8E;
  background-color: #fff;
  font-size: 24px;
  font-weight: 100;
  height: 25px;
  left: 0;
  line-height: 38px;
  margin-top: -20px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 25px;
  padding-bottom: 4px;
  cursor: pointer;
  z-index: 3; }

.tabs-control:hover {
  color: #999999; }

.tabs-control.disabled {
  color: #D8D8D8; }

.tabs-control.right {
  left: auto;
  right: 0; }

.tab-right-divider {
  position: absolute;
  top: 0;
  right: 0;
  height: 29px;
  background-color: white;
  z-index: 2;
  width: 28px; }

.tabs-content {
  margin-top: 1px; }

.tabs li.active {
  border-bottom: 1px solid #fff; }

/**
 * Taken from bootstrap.css, needed for default view of laravel pagination
 */
.pagination {
  margin: 20px 0; }

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0; }

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px; }

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px; }

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px; }

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px; }

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px; }

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px; }

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px; }

.popup-chat {
  position: fixed;
  display: block;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  width: 400px;
  height: 500px;
  padding: 2px;
  background-color: transparent;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  z-index: 1100; }

.ch-header {
  width: 100%;
  height: 28px;
  border: 1px solid #5A77C8;
  box-sizing: inherit;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: none;
  cursor: pointer; }

.ch-title {
  height: 100%;
  margin: 0 80px 0 4px; }
  .ch-title > span {
    display: inline-block;
    line-height: 26px;
    max-width: 100%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #9e9e9e; }
    .ch-title > span > a {
      color: #fff;
      text-decoration: none;
      text-shadow: 0 -1px rgba(0, 0, 0, 0.25); }

.ch-actions {
  float: right;
  width: 80px; }
  .ch-actions i {
    display: inline-block;
    float: right;
    width: 24px;
    color: #C8C8C8;
    font-size: 16px;
    line-height: 28px; }
    .ch-actions i:hover {
      color: #d0d0d0; }
    .ch-actions i:before {
      margin-right: 0 !important;
      margin-left: 5px !important; }
  .ch-actions .icon-cross {
    font-size: 22px; }
  .ch-actions .icon-add-user {
    font-size: 15px; }

.ch-body {
  height: calc(100% - 28px);
  background-color: #e6e6e6;
  box-sizing: inherit;
  position: relative; }
  .ch-body.hovered-upload-area:after {
    content: ' ';
    position: absolute;
    border-width: 4px;
    border-style: dashed;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    opacity: .5; }
  .ch-body.hovered-upload-area > .ch-body-inner {
    opacity: .2; }

.ch-body-inner {
  height: 100%;
  width: 100%; }

.ch-messages, .ch-input {
  border: 1px solid rgba(195, 195, 195, 0.3);
  border-width: 0 1px 1px 1px; }

.ch-messages {
  height: 100%; }
  .ch-messages > div {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto; }
    .ch-messages > div.ajax-loader:after {
      content: ' ';
      position: absolute;
      width: calc(100% - 16px);
      top: 0;
      height: 16px;
      background: #edeff4 url(/img/ajax.gif) no-repeat center center; }

.ch-input {
  background-color: #fff; }
  .ch-input textarea {
    border: 0;
    display: block;
    margin: 0;
    outline: none;
    padding: 0;
    resize: none;
    width: 100%;
    min-height: 16px;
    max-height: 120px; }

.ch-textarea-wrapper {
  padding: 4px; }

.ch-msg-wrapper {
  position: relative;
  margin: 0 12px;
  overflow: hidden;
  padding: 5px 0;
  text-align: left; }

.ch-msg-inner {
  position: relative;
  float: left;
  padding: 4px 6px 3px 5px;
  border-radius: 4px;
  color: #3e454c;
  min-height: 14px;
  text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ch-msg-member .ch-userpic {
  display: block;
  height: 36px;
  width: 36px;
  position: absolute;
  left: 0; }
  .ch-msg-member .ch-userpic > img {
    width: 36px;
    height: 36px; }
.ch-msg-member .ch-msg {
  min-height: 36px;
  margin-left: 37px; }
.ch-msg-member .ch-msg-inner {
  margin-left: 6px;
  margin-right: 80px;
  background-color: #fff; }
  .ch-msg-member .ch-msg-inner:before {
    position: absolute;
    top: 6px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    right: 100%;
    border-width: 5px 8px 5px 0;
    border-color: transparent #fff transparent transparent; }
  .ch-msg-member .ch-msg-inner:after {
    position: absolute;
    top: 7px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    right: 100%;
    border-width: 4px 7px 4px 0;
    border-color: transparent #fff transparent transparent; }

.ch-msg-my .ch-msg {
  min-height: 25px;
  float: right; }
.ch-msg-my .ch-msg-inner {
  margin-right: 6px;
  margin-left: 80px;
  background-color: #CBE4FC; }
  .ch-msg-my .ch-msg-inner:before {
    position: absolute;
    top: 6px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    left: 100%;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #CBE4FC; }
  .ch-msg-my .ch-msg-inner:after {
    position: absolute;
    top: 7px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    left: 100%;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #CBE4FC; }

.ch-menu-wrapper {
  position: absolute;
  box-sizing: border-box;
  top: 29px;
  right: 2px;
  border: 1px solid #DCDCDC;
  border-top: 0;
  background-color: #fff; }

.ch-context-menu {
  padding: 3px 0 4px; }
  .ch-context-menu > li {
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 14px;
    cursor: pointer; }
    .ch-context-menu > li.disabled {
      cursor: crosshair; }

.ch-edit-name-wrapper {
  position: absolute;
  box-sizing: border-box;
  top: 29px;
  left: 2px;
  right: 2px;
  height: 28px;
  padding: 3px;
  border: 1px solid rgba(29, 49, 91, 0.3);
  border-width: 0 1px;
  background-color: #f6f7f8; }
  .ch-edit-name-wrapper > input {
    vertical-align: top;
    width: 198px; }

.ch-show-participants-wrapper {
  position: absolute;
  top: 4px;
  left: 2px;
  right: 2px;
  transform: translateY(-100%);
  border-radius: 3px 3px 0 0;
  border: 1px solid rgba(29, 49, 91, 0.3);
  background-color: #f6f7f8;
  max-height: 150px;
  overflow: auto; }

.ch-show-participants-list {
  box-sizing: border-box;
  width: 100%;
  padding: 4px; }
  .ch-show-participants-list > li {
    overflow: hidden;
    white-space: nowrap; }

.ch-participants-hide {
  float: right;
  margin: 4px; }

.ch-add-participant-wrapper {
  position: absolute;
  box-sizing: border-box;
  top: 29px;
  left: 2px;
  right: 2px;
  height: 36px;
  padding: 3px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D0D0D0;
  border-left: 1px solid #f6f7f8;
  border-right: 1px solid #f6f7f8; }
  .ch-add-participant-wrapper select {
    width: 166px; }
  .ch-add-participant-wrapper span {
    box-shadow: none; }
  .ch-add-participant-wrapper .select {
    margin-bottom: 0;
    box-shadow: none; }
  .ch-add-participant-wrapper > button {
    font-size: 14px;
    padding: 3px 10px;
    vertical-align: middle; }

.tc-layout {
  height: auto;
  overflow: hidden; }

.tc-layout__first-column {
  float: left;
  margin-right: 10px; }

.tc-layout__first-column-expanded {
  width: 280px;
  float: left; }

.tc-layout__first-column .column-contents {
  display: none; }

.tc-layout__first-column-expanded .column-contents {
  display: block; }

.tc-layout__second-column {
  float: none;
  width: auto;
  overflow: hidden; }

.tc-layout .collapsed-tabs {
  display: none; }

.tc-layout.collapsed .collapsed-tabs {
  display: block; }

.collapsed-tabs .expanded > .tab {
  display: block !important; }

.tc-layout.collapsed .tc-layout__first-column,
.tc-layout.collapsed .tc-layout__second-column {
  width: 100%; }

.tc-layout.collapsed .standard-tabs {
  display: none; }

.adaptive-tab.expanded {
  margin-bottom: 10px; }

.collapsed-tabs .adaptive-tab > .tab {
  display: none !important; }

.collapsed-tabs .adaptive-tab.expanded > .tab {
  display: block !important;
  border-bottom: 1px dotted silver;
  padding-bottom: 2ex; }

.tab-header {
  margin: 8px 0;
  cursor: pointer; }

.tab-header .expander i:before {
  line-height: 26px;
  vertical-align: top;
  opacity: .6; }

.tc-layout__first-column-expanded .tab-header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 4px; }

.expanded .expander i:before,
.tc-layout__first-column-expanded .expander i:before {
  content: '\e16e' !important; }

.tab-header a {
  text-decoration: none;
  color: #666;
  margin-top: 0;
  margin-right: 2px; }

.tc-layout__title {
  margin-top: 2px;
  margin-bottom: 8px; }

.stack-page .tc-layout__title {
  margin-top: 2px;
  margin-bottom: 8px; }

.tc-layout__controls {
  margin-bottom: 16px; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none; }

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 8px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 2px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/*-- additional customozation --*/
.mp-closed-block .mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  width: 5px; }

.mp-closed-block .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px; }

.mp-closed-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px; }

.type-inline-editable-wysiwyg .control-view {
  padding: 1ex;
  border: 1px solid transparent;
  background-color: #f9f9f9; }

#biography_container.type-inline-editable-wysiwyg .control-view {
  background-color: transparent; }

.type-inline-editable-wysiwyg .control-view-value {
  min-height: 9em; }

.type-inline-editable-wysiwyg .control-view:hover {
  border: 1px dotted #000;
  cursor: text; }

/* Base */
.progress,
.slider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  padding: 0;
  width: 100px;
  vertical-align: middle;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5);
  margin-top: -1px; }

.no-boxshadow .progress,
.no-boxshadow .slider {
  border-width: 1px;
  border-style: solid;
  width: 98px; }

.black-inputs .progress, .progress.black-input,
.black-inputs .slider, .slider.black-input {
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.735), 0 1px 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75), 0 1px 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.75), 0 1px 1px rgba(255, 255, 255, 0.25); }

.progress {
  font-size: 11px;
  line-height: 16px;
  height: 16px; }

.no-boxshadow .progress {
  line-height: 14px;
  height: 14px; }

.slider {
  line-height: 9px;
  height: 9px; }

.no-boxshadow .slider {
  line-height: 7px;
  height: 7px; }

.progress.full-width,
.slider.full-width {
  width: 100%; }

.progress.thin {
  line-height: 9px;
  height: 9px; }

.no-boxshadow .progress.thin {
  line-height: 7px;
  height: 7px; }

.progress.large {
  line-height: 30px;
  height: 30px;
  font-size: 13px; }

.no-boxshadow .progress.large {
  line-height: 28px;
  height: 28px; }

/* Inner bar */
.progress-bar,
.slider-bar {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: inherit;
  line-height: inherit;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5); }

.no-boxshadow .progress-bar,
.no-boxshadow .slider-bar {
  margin: -1px; }

/* Text */
.progress-text {
  color: inherit;
  font-size: inherit;
  height: 16px;
  line-height: 16px;
  text-align: right;
  padding: 0 5px;
  display: block;
  position: absolute;
  left: -1px;
  right: 0;
  top: 50%;
  margin: -8px 0; }

.progress > .progress-text {
  right: auto;
  left: 0; }

/* Cursor */
.slider-cursor {
  position: absolute;
  display: block;
  margin: -8px -4px;
  top: 50%;
  width: 9px;
  height: 17px;
  background: url(/img/standard/sprites.png) no-repeat -40px 0;
  cursor: pointer; }

.touch .slider-cursor:after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  background: transparent; }

.slider-cursor.dragging {
  z-index: 1000; }

.slider-cursor.knob {
  background-position: -49px 0;
  width: 15px;
  height: 15px;
  margin: -7px; }

/* Marks */
.inner-mark,
.top-mark,
.bottom-mark {
  position: absolute;
  width: 1px;
  margin-left: -1px;
  pointer-events: none;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.25); }

.inner-mark {
  top: 1px;
  bottom: 1px;
  background: url(/img/old-browsers/grey20.png);
  background: rgba(128, 128, 128, 0.2); }

.vertical > .inner-mark,
.left-mark,
.right-mark {
  position: absolute;
  height: 1px;
  width: auto;
  margin: 0 0 -1px;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); }

.top-mark,
.right-mark,
.bottom-mark,
.left-mark {
  background: url(/img/old-browsers/grey50.png);
  background: rgba(128, 128, 128, 0.5); }

.top-mark,
.bottom-mark {
  height: 5px; }

.top-mark {
  bottom: 100%;
  margin-bottom: 3px; }

.bottom-mark {
  top: 100%;
  margin-top: 3px; }

.left-mark,
.right-mark {
  width: 5px; }

.left-mark {
  right: 100%;
  margin-right: 3px; }

.right-mark {
  left: 100%;
  margin-left: 3px; }

.mark-label {
  position: absolute;
  color: #808080;
  color: rgba(128, 128, 128, 0.5);
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase; }

.top-mark > .mark-label,
.bottom-mark > .mark-label {
  text-align: center;
  width: 80px;
  left: -39px; }

.top-mark > .mark-label {
  bottom: 100%;
  margin-bottom: 2px; }

.bottom-mark > .mark-label {
  top: 100%;
  margin-top: 2px; }

.mark-label.align-left {
  text-align: right;
  width: auto;
  left: auto;
  right: -1px;
  white-space: nowrap; }

.mark-label.align-right {
  text-align: left;
  width: auto;
  left: -1px;
  white-space: nowrap; }

.left-mark > .mark-label {
  text-align: right;
  right: 100%;
  margin-right: 2px;
  top: -5px;
  white-space: nowrap; }

.right-mark > .mark-label {
  text-align: left;
  left: 100%;
  margin-left: 2px;
  top: -5px;
  white-space: nowrap; }

.mark-label.align-top {
  top: -2px; }

.mark-label.align-bottom {
  top: auto;
  bottom: -1px; }

.risk-lights {
  position: relative;
  transform: rotate(90deg);
  color: #d9d9d9; }
  .risk-lights:before {
    content: "●"; }
  .risk-lights:after {
    content: "●"; }
  .risk-lights.green-light:after {
    color: #99c624; }
  .risk-lights.yellow-light {
    color: #F8D001; }
    .risk-lights.yellow-light:before {
      color: #d9d9d9; }
    .risk-lights.yellow-light:after {
      color: #d9d9d9; }
  .risk-lights.red-light:before {
    color: #DB5844; }

.chk-red {
  background-color: #DB5844;
  border: 0; }

.chk-yellow {
  background-color: #F8D001;
  border: 0; }

.chk-green {
  background-color: #99c624;
  border: 0; }

.workflow-choices {
  margin: 0 20px; }

.workflow-choices__btn {
  margin-right: 4px; }
  .workflow-choices__btn:last-of-type {
    margin-right: 0; }

.workflow-choices__help {
  position: relative;
  padding-left: 9px;
  padding-right: 9px; }
  .workflow-choices__help:before {
    margin: 0; }
  .workflow-choices__help:hover {
    opacity: 1 !important; }

.workflow-choices__msg {
  position: absolute;
  display: inline-block;
  top: 32px;
  right: 0;
  background-color: #fff;
  padding: 6px;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(150, 150, 150, 0.5);
  z-index: 105;
  min-width: 160px;
  transform: translateX(45%);
  opacity: 1; }

.app-item .workflow-choices, .wl-item .workflow-choices {
  margin: 0;
}

.app-item .workflow-choices .button, .wl-item .workflow-choices .button {
  padding: 2px 7px !important;
  font-size: 12px !important;
}

.mentions-input .ui-autocomplete {
  border-color: #D9D9D9 !important;
  background: #f9f9f9 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important; }
.mentions-input .ui-widget-header .ui-icon {
  background: none; }
.mentions-input .ui-menu .ui-menu-item.ui-state-focus {
  background: none;
  background-color: #498dd1;
  color: #fff;
  border-color: #498dd1 !important; }
.mentions-input .ui-menu-item a {
  color: #666; }
.mentions-input .ui-menu-item.ui-state-focus a {
  color: #fff; }
.mentions-input .ui-menu-item img {
  margin-bottom: -3px;
  margin-right: 5px; }

.ui-datepicker {
  z-index: 101 !important;
  background-color: #FFF;
  border: 1px solid #F7F7F7; }
  .ui-datepicker th {
    font-weight: 100 !important;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    color: #777; }
    .ui-datepicker th.ui-datepicker-week-end {
      color: #E63F0C; }
  .ui-datepicker .ui-datepicker-title {
    font-weight: 100;
    color: #787878;
    -webkit-font-smoothing: antialiased; }

a.ui-datepicker-prev.ui-corner-all .ui-icon,
a.ui-datepicker-next.ui-corner-all .ui-icon {
  background-image: none; }

.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
  border-color: #E8E8E8 !important;
  background: #E8E8E8 !important; }

.ui-datepicker-calendar td .ui-state-default {
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  color: #777; }
.ui-datepicker-calendar td .ui-state-hover {
  background-color: #E8E8E8;
  border: 1px solid #E8E8E8;
  color: #777; }
.ui-datepicker-calendar td .ui-state-highlight {
  color: #777;
  background-color: #FFFCEF;
  border-color: #FFFCEF; }
.ui-datepicker-calendar td .ui-state-active {
  color: #fff;
  background-color: #529AD5;
  border-color: #529AD5; }

.task-assignee.ui-draggable-dragging {
  border: 1px solid #EAEAEA;
  padding: 4px;
  border-radius: 3px;
  width: inherit;
  background-color: #FFF;
  z-index: 101; }

.task-assignee.ui-draggable:before {
  font-size: 12px;
  color: #a2a2a2;
  margin-right: 3px; }

.scrolling,
.ui-draggable-dragging,
body.dragging .ui-sortable-helper {
  pointer-events: none; }

.ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
  background: #fcfcfc;
  border: #fcfcfc;
  color: #aaa; }

.sla__container {
  display: flex; }

.sla__timer-block {
  flex: 0 0 100px; }

.sla__timer {
  width: 90px;
  margin-top: 3px;
  display: flex; }

.sla__time {
  flex-grow: 1;
  padding: 4px; }

.sla__timer-icon {
  flex: 0 0 20px;
  text-align: center;
  padding: 4px; }
  .sla__timer-icon:before {
    top: 1px;
    position: relative; }

.sla__label-block {
  flex-grow: 1;
  font-size: 12px; }

.sla__state-name {
  font-weight: bold; }

.add-task-form .add-skill__discipline {
  width: 185px; }
.add-task-form .add-skill__skill {
  width: 200px; }
.add-task-form .add-skill__level {
  width: 80px; }

.edit-task-form .add-skill__discipline {
  width: 90px; }
.edit-task-form .add-skill__skill {
  width: 124px; }
.edit-task-form .add-skill__level {
  width: 50px; }

.add-skill__item {
  font-size: 0; }
  .add-skill__item label {
    font-size: 12px; }

.add-skill__dropdown.control-container-inline {
  margin-left: 3px; }
  .add-skill__dropdown.control-container-inline:first-of-type {
    margin-left: 0; }

.add-skill__level.control-container-inline {
  margin-left: 3px; }

.add-skill__remove {
  position: relative;
  font-size: 9px;
  cursor: pointer;
  top: 27px;
  left: 3px; }

.add-skill__new {
  margin-bottom: 8px;
  cursor: pointer; }

.add-skill__icon {
  position: relative;
  top: 1px; }

.add-skill__text {
  display: inline-block; }

.tag-counter__wrapper {
  display: flex;
  line-height: 19px;
  margin: 0 3px 3px 0; }

.tag-counter__counter {
  border-radius: 3px 0 0 3px;
  min-width: 24px;
  text-align: center;
  color: #fff; }

.tag-counter__name {
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #f0f0f0;
  border-radius: 0 3px 3px 0; }

.peer360__info-block {
  min-width: 140px;
  float: right; }

.peer360-stats-icon {
  font-size: 17px;
  color: #EF4728; }

.peer360-feedback-stats td {
  padding-right: 5px; }

.peer360__wrapper {
  display: flex;
  align-items: center;
  padding: 2px 0 2px 4px;
  position: relative;
  color: #A0A0A0;
}

.peer360__karma {
  display: flex;
  justify-content: center; }

.peer360__karma-icon {
  position: relative;
  border-radius: 13px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  box-sizing: border-box;
  margin-top: 1px; }

.peer360__karma-value {
  position: relative;
  top: 2px; }

.peer360__item {
  flex-grow: 1;
  text-align: center; }

.peer360__btn {
  cursor: pointer;
  border-radius: 3px;
  font-size: 13px;
  padding: 0 3px 3px 3px; }
  .peer360__btn:hover {
    background-color: #f7f7f7; }
  .peer360__btn.active {
    background-color: #f7f7f7; }
  .peer360__btn:before {
    position: relative;
    font-size: 17px;
    padding-right: 2px;
    top: 3px; }
  .peer360__btn.disabled:hover {
    background-color: #fff; }

.peer360__skill .peer360__btn {
  cursor: auto; }
  .peer360__skill .peer360__btn:hover {
    background-color: #fff; }

.comment__peer360-wrapper {
  min-width: 110px;
  display: flex;
  align-items: center;
  position: relative; }

.comment__karma {
  display: flex;
  justify-content: center; }

.comment__karma-icon {
  position: relative;
  border-radius: 13px;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  box-sizing: border-box;
  margin-top: 1px; }

.comment__karma-value {
  position: relative;
  top: 2px; }

.comment__peer360 {
  flex-grow: 1;
  text-align: center; }

.comment__peer360__btn {
  cursor: pointer;
  border-radius: 3px;
  font-size: 11px;
  padding: 0 3px; }
  .comment__peer360__btn.active {
    background-color: #f7f7f7; }
  .comment__peer360__btn:hover {
    background-color: #f7f7f7; }
  .comment__peer360__btn:before {
    position: relative;
    font-size: 14px;
    padding-right: 2px;
    top: 2px; }

.feedback__wrapper {
  position: absolute;
  width: 280px;
  top: 31px;
  left: 0;
  background-color: #FFFFFF;
  z-index: 1;
  border: 1px solid #F3F3F3; }
  .feedback__wrapper:before {
    content: ' ';
    position: absolute;
    top: -7px;
    left: 177px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e8e8e8; }
  .feedback__wrapper:after {
    content: ' ';
    position: absolute;
    top: -6px;
    left: 178px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white; }
  .feedback__wrapper.activity-wrapper {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 10px; }
    .feedback__wrapper.activity-wrapper:before {
      left: 85px; }
    .feedback__wrapper.activity-wrapper:after {
      left: 86px; }
  .feedback__wrapper.activity-stream-wrapper:before {
    left: 85px; }
  .feedback__wrapper.activity-stream-wrapper:after {
    left: 86px; }
  .feedback__wrapper.feedback__wrapper-top {
    left: -32px; }

.feedback_input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  border: 0; }

.feedback__emotions {
  padding: 2px;
  border-top: 1px solid #F3F3F3;
  display: flex;
  align-items: center;
  background-color: #F8F8F8; }

.feedback__emotion {
  flex-basis: 28px;
  color: #E8E8E8; }

.feedback__icon {
  font-size: 17px; }
  .feedback__icon--active {
    color: #EF4728; }

.feedback__emotion-info {
  flex-basis: 80px;
  text-transform: uppercase;
  font-size: 10px;
  color: #ccc; }

.feedback__privacy {
  flex-grow: 1;
  text-transform: uppercase;
  font-size: 10px;
  color: #ccc; }

.feedback__send {
  flex-basis: 50px;
  text-align: right; }

.feedback__send-btn {
  padding: 0 8px;
  line-height: 22px;
  height: 22px;
  font-size: 11px; }

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