.input-hidden {
  position: absolute;
  opacity: 0;
  z-index: -999; }

.choice-request-page-heading {
  text-align: center;
  margin: 0;
  padding: 22px 0 5px;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: #31404f;
  font-size: 20px; }
  .choice-request-page-heading.choice-request-page-heading--skills, .choice-request-page-heading.choice-request-page-heading--category {
    font-size: 19px;
    padding: 35px 0 5px;
    font-weight: 700;
    letter-spacing: -0.005em; }

.choice-container {
  margin: auto; }
  .choice-container.choice-container--request {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    min-width: 100%;
    padding-bottom: 36px; }
    @media all and (max-width: 991px) {
      .choice-container.choice-container--request {
        flex-wrap: wrap; } }
    @media all and (max-width: 768px) {
      .choice-container.choice-container--request {
        flex-direction: row; } }
  .choice-container.choice-container--category {
    width: 820px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 41px; }
    .choice-container.choice-container--category .choice-elem {
      margin: 0 20px 39px; }
  @media all and (max-width: 768px) {
    .choice-container-next .choice-container-submit--choose {
      width: 180px;
      height: 40px; } }
  .choice-container-submit {
    width: 221px;
    height: 50px;
    background-color: #51ad92;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: #fff;
    margin: auto;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px; }
    .choice-container-submit:hover, .choice-container-submit:focus, .choice-container-submit:active {
      color: #fff; }
    .choice-container-submit::before, .choice-container-submit::after {
      content: '';
      flex: 1 0 auto; }
    .choice-container-submit--categories {
      margin-top: 11px; }
    .choice-container-submit--form-content {
      margin-top: 40px; }
    .choice-container-submit--choose {
      margin-bottom: 18px; }
    .choice-container-submit i {
      margin-left: 10px;
      font-size: 20px; }
    .choice-container-submit--btn-text {
      color: #fff;
      font-weight: bold;
      letter-spacing: 1.9px;
      margin-bottom: 15px; }

.choice-elem {
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  outline: none !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }
  .choice-elem:after {
    content: '';
    position: absolute;
    margin: auto;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    border: 2px solid #DDE5EB;
    border-radius: inherit; }
  .choice-elem:focus {
    box-shadow: 0px 5px 15px rgba(81, 173, 146, 0.3); }
  .choice-elem .choice-check-icon {
    opacity: 0;
    width: 22px;
    height: 22px;
    line-height: 25px;
    text-align: center;
    background-color: #51ad92;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    z-index: 6;
    right: -10px; }
  .choice-elem.active {
    box-shadow: 0px 5px 15px rgba(81, 173, 146, 0.3); }
    .choice-elem.active:after {
      border-color: #51ad92;
      border-width: 3px; }
    .choice-elem.active .choice-check-icon {
      opacity: 1; }
  .choice-elem.choice-elem--request {
    flex: 0 0 260px;
    padding-top: 32px;
    min-height: 421px;
    margin: 30px 40px 0; }
    @media all and (max-width: 1199px) {
      .choice-elem.choice-elem--request {
        margin: 30px 15px 0;
        flex: 0 0 230px;
        min-height: 430px;
        max-width: 220px; } }
    @media all and (max-width: 768px) {
      .choice-elem.choice-elem--request {
        margin: 30px 10px 0;
        max-width: 205px; } }
    @media all and (max-width: 575px) {
      .choice-elem.choice-elem--request {
        min-height: 400px; } }
    .choice-elem.choice-elem--request .choice-image {
      height: 80px;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .choice-elem.choice-elem--request .choice-image--short {
        background-image: url(../images/short-term.svg); }
      .choice-elem.choice-elem--request .choice-image--long {
        background-image: url(../images/long-term.svg); }
      .choice-elem.choice-elem--request .choice-image--structured {
        background-image: url(../images/structured-tasks.svg);
        width: 68px;
        margin: 0 auto; }
    .choice-elem.choice-elem--request .choice-elem-content {
      max-width: 210px;
      margin: auto;
      position: relative;
      z-index: 10; }
      @media all and (max-width: 1199px) {
        .choice-elem.choice-elem--request .choice-elem-content {
          max-width: 190px; } }
      @media all and (max-width: 575px) {
        .choice-elem.choice-elem--request .choice-elem-content {
          max-width: 210px;
          padding: 0 5px; } }
    .choice-elem.choice-elem--request .choice-elem-heading {
      text-transform: uppercase;
      color: #31404f;
      font-size: 14px;
      font-weight: bold;
      margin: 22px auto 0;
      text-align: center;
      letter-spacing: .01em; }
    .choice-elem.choice-elem--request .choice-elem-caption {
      color: #676A6C;
      text-align: center;
      max-width: 210px;
      margin: 26px auto 0;
      font-size: 14px;
      letter-spacing: -0.015em; }
    .choice-elem.choice-elem--request .choice-elem-preferences {
      list-style-type: none;
      padding-left: 0;
      margin: 23px auto 0; }
      .choice-elem.choice-elem--request .choice-elem-preferences__elem {
        display: block;
        padding-left: 39px;
        position: relative;
        padding-bottom: 18px;
        letter-spacing: -0.018em;
        font-size: 12px;
        color: #6F777C; }
        @media all and (max-width: 768px) {
          .choice-elem.choice-elem--request .choice-elem-preferences__elem {
            padding-left: 30px;
            padding-bottom: 10px; } }
        .choice-elem.choice-elem--request .choice-elem-preferences__elem:before {
          content: '';
          position: absolute;
          border-width: 0 0 3px 3px;
          border-style: solid;
          display: block;
          border-color: #676A6c;
          transform: rotate(-41deg) skewX(12deg);
          top: 2px;
          left: 3px;
          height: 7px;
          width: 15px; }
    .choice-elem.choice-elem--request.active .choice-image--short {
      background-image: url(../images/short-term-green.svg); }
    .choice-elem.choice-elem--request.active .choice-image--long {
      background-image: url(../images/long-term-green.svg); }
    .choice-elem.choice-elem--request.active .choice-image--structured {
      background-image: url(../images/structured-tasks-active.svg); }
    .choice-elem.choice-elem--request.active .choice-elem-preferences__elem:before {
      border-color: #51ad92; }
  .choice-elem.choice-elem--category {
    width: 150px;
    height: 150px;
    padding-top: 25px;
    flex: 0 0 150px; }
    .choice-elem.choice-elem--category .category-name {
      text-align: center;
      color: #31404f;
      font-weight: bold;
      font-size: 14px;
      letter-spacing: -0.03em; }
  .choice-elem.choice-elem--confirm {
    width: 105px;
    height: 105px;
    flex: 0 0 105px;
    padding-top: 15px; }
    .choice-elem.choice-elem--confirm .choice-container-img-wrapper {
      height: 50px;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
    .choice-elem.choice-elem--confirm .category-name {
      font-weight: bold;
      font-size: 10px;
      margin-top: 2px;
      padding: 0 5px;
      color: #31404f;
      text-align: center; }

.link-need-help {
  font-weight: 600;
  font-size: 14px;
  margin-top: 116px;
  display: inline-block; }

.choice-confirm-weekday {
  display: inline-block;
  margin-left: 3px; }

h3.choice-select-category-heading {
  text-align: center;
  margin-top: 27px;
  font-size: 15px; }

.choice-request-wizard .steps-indicator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 25px auto 20px;
  list-style-type: none;
  padding-left: 0; }
  .choice-request-wizard .steps-indicator li span {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #DDE5EB;
    margin: 0 6px;
    display: block; }
  .choice-request-wizard .steps-indicator li.current span {
    background-color: #51ad92; }
  .choice-request-wizard .steps-indicator li:last-child {
    display: none; }

.choice-request-wizard .steps {
  clear: both; }
  .choice-request-wizard .steps:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    flex: 0 0 100%; }

.create-structured-project-wizard .steps {
  clear: both; }
  .create-structured-project-wizard .steps:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
    flex: 0 0 100%; }

.wizard-back-btn {
  position: absolute;
  width: 115px;
  top: 22px;
  font-weight: 600;
  height: 40px;
  left: 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap; }
  @media (max-width: 1199px) {
    .wizard-back-btn {
      position: relative;
      margin-top: 10px; } }
  .wizard-back-btn--confirm {
    top: 21px; }
  .wizard-back-btn.btn {
    padding: 0;
    border-radius: 5px; }
  .wizard-back-btn i {
    margin-right: 11px;
    font-size: 22px;
    padding-bottom: 2px; }

h3.choice-select-skills-heading {
  color: #31404f;
  font-size: 12px;
  text-align: center;
  margin-top: 23px; }

.choice-skills-page-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 900px;
  margin: 50px auto 0; }
  .choice-skills-page-content__category {
    flex: 0 0 250px; }
  .choice-skills-page-content__skills {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    flex: 1 1 100%; }
    .choice-skills-page-content__skills .skill-single {
      flex: 0 0 33.3333%;
      margin-bottom: 35px; }

.skill-single {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
  font-weight: normal; }
  .skill-single-checkbox {
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #DDE5EB;
    height: 24px;
    width: 24px;
    flex: 0 0 24px;
    line-height: 26px; }
    .skill-single-checkbox i {
      display: none; }
  .skill-single label {
    margin-bottom: 0;
    font-weight: normal; }
  .skill-single.checked .skill-single-checkbox {
    border: 0;
    background: #51ad92;
    color: #fff;
    text-align: center; }
    .skill-single.checked .skill-single-checkbox i {
      display: inline-block; }

.create-long-form-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0 auto 0px;
  padding: 23px 0 30px;
  max-width: 1010px; }
  .create-long-form-content__left {
    flex: 0 0 248px;
    margin-top: 93px; }
  .create-long-form-content__right {
    flex: 1 1 100%; }
  .create-long-form-content .input-block {
    margin-top: 36px; }
    .create-long-form-content .input-block__label {
      font-weight: 600;
      margin-bottom: 8px; }
    .create-long-form-content .input-block textarea {
      height: 90px; }
  .create-long-form-content .input--hours {
    padding-left: 10px;
    width: 60px;
    display: inline-block; }
    .create-long-form-content .input--hours + label {
      margin-left: 20px;
      font-weight: normal; }
  .create-long-form-content .create-long-form-heading {
    font-weight: 600;
    padding-right: 20px;
    padding-bottom: 9px;
    font-size: 20px;
    display: inline-block;
    margin: 0;
    color: #31404f;
    border-bottom: 2px dashed #cbced1;
    min-width: 234px; }
    .create-long-form-content .create-long-form-heading.create-long-form-heading--availiblity {
      margin-top: 45px;
      margin-bottom: -7px; }
    .create-long-form-content .create-long-form-heading.create-long-form-heading--budget {
      margin-top: 43px;
      margin-bottom: -8px; }
      .create-long-form-content .create-long-form-heading.create-long-form-heading--budget label {
        font-weight: 600;
        font-size: inherit;
        margin: 0; }
        .create-long-form-content .create-long-form-heading.create-long-form-heading--budget label ~ .tooltip {
          text-align: left; }
        .create-long-form-content .create-long-form-heading.create-long-form-heading--budget label i {
          font-weight: normal;
          font-size: 16px; }

.input-block__label {
  font-size: 14px;
  display: block; }

.input--default {
  padding: 3px 5px;
  border: 1px solid #e9eaeb; }
  .input--default:focus {
    outline: none; }

.input--block {
  display: block;
  width: 100%; }

.input--textarea {
  resize: vertical; }

.week-days-checkboxes-container {
  margin-top: 21px;
  font-size: 0; }
  .week-days-checkboxes-container .weekday-checkbox + .weekday-checkbox {
    margin-left: 13px; }

.weekday-checkbox {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  font-weight: 300;
  color: #51ad92;
  border: 2px solid #51ad92;
  text-align: center;
  min-width: 60px;
  text-transform: capitalize;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 16px; }
  .weekday-checkbox.active {
    color: #fff;
    background-color: #51ad92; }

.create-long-confirm-heading {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #31404f;
  margin: 20px 0 0;
  padding: 35px 0 5px; }

.create-long-confirm-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 43px auto 12px;
  max-width: 950px; }
  .create-long-confirm-content__elem {
    flex: 0 0 340px; }
  .create-long-confirm-content .skill-single {
    cursor: auto; }

.choice-confirm-heading {
  margin: 0 0 30px;
  font-size: 16px;
  border-bottom: 2px dashed #D2D5D8;
  padding-bottom: 5px;
  text-transform: capitalize; }
  .choice-confirm-heading--availablity {
    margin-top: 63px;
    margin-bottom: 36px; }
  .choice-confirm-heading :not(:first-child) {
    margin-top: 30px; }

.choice-confirm-content {
  margin: 0 0 30px; }
  .choice-confirm-content--assistant {
    font-size: 14px;
    color: #6b6e70;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 63px; }
  .choice-confirm-content--checkboxes {
    margin-bottom: 60px; }
  .choice-confirm-content .skill-single {
    font-weight: normal; }
    .choice-confirm-content .skill-single + .skill-single {
      margin-top: 15px; }
  .choice-confirm-content__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .choice-confirm-content__item + .choice-confirm-content__item {
    margin-top: 15px; }
  .choice-confirm-content__avatar {
    margin-right: 10px; }
  .choice-confirm-content__username {
    position: relative;
    top: 1px; }

.confirm-search {
  text-align: center; }
  .confirm-search__img {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block; }
  .confirm-search__heading {
    font-weight: bold;
    font-size: 20px;
    margin-top: 30px; }
  .confirm-search__text {
    font-size: 14px;
    white-space: pre;
    margin-top: 20px; }
  .confirm-search-btns {
    margin-top: 20px; }
    .confirm-search-btns .btn--confirm-search {
      width: 400px;
      margin: 0 auto 20px;
      line-height: 42px;
      border-radius: 12px;
      border: 1px solid #51ad92;
      color: #51ad92;
      text-align: center;
      font-weight: bold;
      font-size: 12px;
      padding: 0;
      text-transform: capitalize; }

.request-info {
  padding: 20px 15px;
  background: #fff; }
  .request-info .request-info__title {
    margin: 0;
    border-bottom: 2px dashed #d2d4d6;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap; }
    .request-info .request-info__title i.fa {
      font-size: 20px;
      color: #51ad92; }
    .request-info .request-info__title span {
      display: inline-block;
      margin-left: 10px;
      font-size: 16px; }
  .request-info .request-info__spec-title {
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    color: #5d5e61;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 20px; }
  .request-info .request-info__skills-container {
    text-align: center; }
  .request-info .request-info-skill-single {
    display: inline-block;
    background: #f3f3f4;
    font-size: 12px;
    color: #9a9b9d;
    border: 1px solid #e8ebed;
    padding: 5px 10px;
    min-width: 65px;
    margin: 5px 3px;
    font-weight: bold; }
  .request-info .request-info-add-tool-text {
    margin: 20px auto;
    color: #646568; }
  .request-info .request-info-add-tool-btn {
    width: 230px;
    text-align: center;
    background: #51ad92;
    border-radius: 0; }
  .request-info--add-tool {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }

.choice-request-wizard {
  position: relative; }

@media (max-width: 1199px) {
  .wrapper-content .wrapper-button-group {
    text-align: center;
    margin-bottom: 20px; } }

.wrapper-content .feed-element {
  overflow: visible; }

@media (min-width: 768px) {
  .wrapper-content.wrapper-content--project .ibox-content {
    padding: 35px 50px; }
    .wrapper-content.wrapper-content--project .ibox-content > * {
      max-width: 1187px;
      margin-left: auto;
      margin-right: auto; } }

@media (min-width: 1200px) {
  .wrapper-content.wrapper-content--project .ibox-content {
    padding: 35px 100px; } }

.wrapper-content.wrapper-content--project .ibox-content--client-side {
  padding-right: 60px;
  padding-left: 60px; }
  @media all and (max-width: 991px) {
    .wrapper-content.wrapper-content--project .ibox-content--client-side {
      padding-right: 40px;
      padding-left: 40px; } }

.wrapper-content.wrapper-content--project .panel-heading {
  padding: 0 0 10px; }

.wrapper-content.wrapper-content--project .panel-body {
  padding: 15px 0; }

.wrapper-content.wrapper-content--project .date-range-button__button {
  font-weight: 600; }

.wrapper-content.wrapper-content--project .date-range-button__dropdown-row {
  display: flex;
  align-items: center; }

.wrapper-content.wrapper-content--project .date-range-button__dropdown {
  background-color: #fff;
  border: #000 1px solid;
  width: 360px;
  padding: 10px;
  border-radius: 3px;
  position: absolute;
  margin-top: 10px; }
  .wrapper-content.wrapper-content--project .date-range-button__dropdown .btn.btn-default {
    font-weight: 500;
    color: #fff;
    background-color: #51ad92; }
  .wrapper-content.wrapper-content--project .date-range-button__dropdown .md-datepicker-button {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px; }
  .wrapper-content.wrapper-content--project .date-range-button__dropdown .md-datepicker-input-container {
    margin-left: 0;
    padding-bottom: 0; }
    .wrapper-content.wrapper-content--project .date-range-button__dropdown .md-datepicker-input-container .md-datepicker-input {
      min-width: 80px;
      max-width: 90px;
      font-size: inherit;
      font-weight: 600; }
    .wrapper-content.wrapper-content--project .date-range-button__dropdown .md-datepicker-input-container .md-datepicker-triangle-button {
      height: 30px;
      width: 30px;
      padding: 0;
      margin: 0;
      top: 0; }

.wrapper-content.wrapper-content--project .date-range-button__filters {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 7px; }
  .wrapper-content.wrapper-content--project .date-range-button__filters > li {
    padding-top: 10px;
    font-weight: 600; }
  .wrapper-content.wrapper-content--project .date-range-button__filters a {
    color: #000; }
    .wrapper-content.wrapper-content--project .date-range-button__filters a.active {
      color: #51ad92; }
    .wrapper-content.wrapper-content--project .date-range-button__filters a:hover {
      color: #51ad92; }

.wrapper-content.wrapper-content--project .feed-element--send-message {
  padding-bottom: 20px; }
  .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element__send-form {
    position: relative;
    border: 1px solid #e5e6e7;
    border-radius: 8px;
    overflow: hidden; }
    .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element__send-form .form-group {
      margin-bottom: 0; }
    .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element__send-form .message-textarea {
      border: 0;
      padding: 25px 40px 0;
      overflow: hidden;
      resize: none; }
  .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    padding: 0 38px 20px; }
    .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap; }
      .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons button {
        font-size: 15px;
        margin-left: 20px;
        border-radius: 3px;
        min-width: 96px;
        padding: 4px 17px; }
      .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-warning {
        background-color: #fff;
        color: #f8ac5a;
        border-color: #f8ac5a; }
        .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-warning:hover, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-warning:focus {
          color: #f69329;
          border-color: #f69329; }
        .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-warning.disabled, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-warning.disabled:hover, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-warning.disabled:focus, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-warning[disabled], .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-warning[disabled]:hover, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-warning[disabled]:focus {
          color: #fac58b;
          border-color: #fac58b; }
      .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white {
        background-color: #fff;
        color: #b5b8c0;
        border-color: #acb0b8; }
        .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white:hover, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white:focus {
          color: #999ea9;
          border-color: #9196a0; }
        .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white.disabled, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white.disabled:hover, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white.disabled:focus, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white[disabled], .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white[disabled]:hover, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white[disabled]:focus {
          color: #d1d2d7;
          border-color: #c7cad0; }
        .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white .icon-mark-request {
          position: relative;
          display: inline-block;
          top: 2px;
          width: 15px;
          height: 15px;
          line-height: 15px;
          margin-right: 5px; }
          .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-white .icon-mark-request:before {
            content: url("../images/icon-mark-request.png"); }
      .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-primary {
        background-color: #50ac92;
        color: #fff;
        border-color: #50ac92; }
        .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-primary:hover, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-primary:focus {
          background-color: #489b83;
          border-color: #489b83; }
        .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-primary.disabled, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-primary.disabled:hover, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-primary.disabled:focus, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-primary[disabled], .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-primary[disabled]:hover, .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__buttons .btn-primary[disabled]:focus {
          background-color: #60b59d;
          border-color: #60b59d; }
    .wrapper-content.wrapper-content--project .feed-element--send-message .feed-element-send-actions__link {
      font-size: 12px;
      color: #999; }
  .wrapper-content.wrapper-content--project .feed-element--send-message .attach-block__heading {
    font-weight: 600;
    font-size: 16px;
    color: #787B7C; }
    .wrapper-content.wrapper-content--project .feed-element--send-message .attach-block__heading span {
      font-weight: 300;
      font-size: 12px;
      display: inline-block;
      margin-left: 4px; }
  .wrapper-content.wrapper-content--project .feed-element--send-message .attach-block-list {
    font-weight: 300;
    font-size: 14px;
    color: #787B7C;
    padding-bottom: 10px;
    padding-top: 2px; }
    .wrapper-content.wrapper-content--project .feed-element--send-message .attach-block-list__elem {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: nowrap;
      margin-bottom: 13px; }
    .wrapper-content.wrapper-content--project .feed-element--send-message .attach-block-list i {
      color: #ff2b2b;
      font-size: 19px;
      display: inline-block; }
    .wrapper-content.wrapper-content--project .feed-element--send-message .attach-block-list span {
      display: block;
      margin-left: 10px; }
  .wrapper-content.wrapper-content--project .feed-element--send-message .attach-block__btn {
    color: #bdc0c8;
    font-size: 18px; }
    .wrapper-content.wrapper-content--project .feed-element--send-message .attach-block__btn i {
      line-height: 34px;
      display: block; }

.wrapper-content.wrapper-content--project .timesheet-list__table thead > tr > th {
  border-bottom-color: #6b6e70;
  border-bottom-width: thin; }

.wrapper-content.wrapper-content--project .timesheet-list__table tfoot > tr > th {
  border-top: 1px solid #6b6e70;
  border-bottom: 1px solid #6b6e70; }

.wrapper-content.wrapper-content--project .timesheet-list__table tbody > tr > td {
  padding-top: 10px;
  border-bottom: 10px; }

.wrapper-content.wrapper-content--project .feed-activity-list .feed-element--no-gap {
  margin-top: 0;
  padding-bottom: 0; }

.wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded) {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap; }
  .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded) .media-body .well:not(.well-blank) {
    padding: 15px 20px; }
  .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded) .media-body .feed-element-action {
    font-size: 13px;
    color: #a9aaaa;
    margin: 4px 8px 0 27px; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded) .media-body .feed-element-action--email {
      margin-left: 27px; }
  .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded) .media-body .well-inverse .attachments {
    margin-top: 20px;
    border-top: 0; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded) .media-body .well-inverse .attachments .attachment-icon {
      margin-right: 5px; }
  .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded) .feed-element-image {
    text-align: center;
    margin-top: 26px;
    width: 38px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded) .feed-element-image--chat-message {
      margin-top: 10px; }
  .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded) .feed-element-sender-name {
    font-weight: 300;
    font-size: 12px;
    color: #6C7072;
    margin-top: 10px;
    display: block;
    width: auto;
    text-align: center; }
  .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded):not(.feed-element--from-byron) {
    margin-left: 53px; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded):not(.feed-element--from-byron) .feed-element-image {
      order: 2;
      margin-left: 15px; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded):not(.feed-element--from-byron) .media-body {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-end;
      flex-wrap: nowrap; }
  .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron {
    position: relative;
    overflow: visible;
    margin-right: 53px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .feed-element-image {
      margin-right: 15px; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .media-body {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: nowrap; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .well-inverse {
      background-color: #f5f5f5;
      color: #555555;
      border: 1px solid #d2d2d2;
      margin-left: 7px;
      margin-right: 0; }
      .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .well-inverse:before, .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .well-inverse:after {
        right: auto;
        left: -14px;
        border: 7px solid transparent;
        border-right: 7px solid #d2d2d2; }
      .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .well-inverse:after {
        border-right: 7px solid #f5f5f5;
        left: -13px; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .well-blank {
      margin-left: 7px;
      margin-right: 0; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .system-message {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.357142;
      margin-bottom: 0; }
      .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .system-message--title {
        color: #70ab97;
        margin-bottom: 15px; }
      .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .system-message--event-change {
        color: #6C7072;
        font-style: italic; }
    .wrapper-content.wrapper-content--project .feed-activity-list .feed-element:not(.feed-element--branded).feed-element--from-byron .btn-approve {
      background-color: #5c9c86;
      font-size: 14px;
      font-weight: 600;
      color: #fff;
      border-radius: 10px; }

.wrapper-content.wrapper-content--project .feed-activity-list .feed-element--job-report {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-left: 0 !important;
  margin-right: 53px; }
  .wrapper-content.wrapper-content--project .feed-activity-list .feed-element--job-report .media-body {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start !important; }

.wrapper-content.wrapper-content--project .panel-options .nav.nav-tabs {
  overflow: hidden;
  border: 0;
  padding-bottom: 1px; }
  .wrapper-content.wrapper-content--project .panel-options .nav.nav-tabs li {
    border-bottom: 3px solid transparent;
    margin: 10px 0 1px;
    position: relative; }
    .wrapper-content.wrapper-content--project .panel-options .nav.nav-tabs li + li {
      margin-left: 22px; }
    .wrapper-content.wrapper-content--project .panel-options .nav.nav-tabs li:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -4px;
      height: 0;
      border-bottom: 1px solid #ddd;
      margin: auto;
      right: -2000px;
      left: -2000px; }
    .wrapper-content.wrapper-content--project .panel-options .nav.nav-tabs li a {
      border: 0;
      color: #6C7072;
      line-height: 22px;
      padding: 10px 5px 6px; }
      .wrapper-content.wrapper-content--project .panel-options .nav.nav-tabs li a:hover {
        background: transparent; }
    .wrapper-content.wrapper-content--project .panel-options .nav.nav-tabs li.active {
      border-color: #51ad92; }
      .wrapper-content.wrapper-content--project .panel-options .nav.nav-tabs li.active a {
        font-weight: 600;
        font-size: 15px; }
    .wrapper-content.wrapper-content--project .panel-options .nav.nav-tabs li:not(.active) a {
      font-weight: 300;
      font-size: 14px;
      transition: color .3s ease; }
      .wrapper-content.wrapper-content--project .panel-options .nav.nav-tabs li:not(.active) a:hover {
        color: #51ad92; }

.project-heading-aside {
  display: inline-block;
  margin-top: 5px;
  font-weight: 300;
  font-size: 14px;
  color: #676A6C; }

.info-block {
  border: 1px solid #DDE6EB;
  border-radius: 8px;
  padding: 23px 42px; }
  .info-block__heading {
    font-weight: 600;
    font-size: 20px;
    color: #51ad92;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 0 20px; }
  .info-block-heading-icon {
    display: inline-block;
    width: 23px;
    height: 23px; }
    .info-block-heading-icon + span {
      margin-left: 10px; }
    .info-block-heading-icon--overview {
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-image: url(../images/icon-book.png); }
    .info-block-heading-icon--scope {
      font-size: 23px;
      text-align: center;
      height: 26px;
      line-height: 26px; }
  .info-block .project-meta dt {
    font-weight: 600;
    font-size: 14px;
    color: #686B6D; }
  .info-block + .info-block {
    margin-top: 30px; }
  .info-block--about-client {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 20px 42px 0 43px; }
    @media (max-width: 768px) {
      .info-block--about-client {
        padding: 20px 42px 0 10px; } }
    .info-block--about-client .info-block__img {
      margin-top: 5px;
      display: block; }
    .info-block--about-client .info-block__heading {
      font-size: 20px;
      font-weight: 600;
      color: #5C94C3;
      margin-bottom: 26px;
      margin-left: 22px; }
    .info-block--about-client .info-block__content {
      flex: 1 1 100%; }
    .info-block--about-client .info-block__description {
      font-weight: 300;
      font-size: 14px;
      color: #787B7C;
      margin-bottom: 33px; }
      .info-block--about-client .info-block__description a {
        color: #729DC4; }
        .info-block--about-client .info-block__description a:hover, .info-block--about-client .info-block__description a:focus, .info-block--about-client .info-block__description a:active {
          color: #729DC4; }
      .info-block--about-client .info-block__description-h4 {
        font-size: 15px;
        font-weight: 700;
        color: #5495C3;
        font-style: normal;
        margin-top: 30px;
        margin-bottom: 18px; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .info-block--about-client .info-block__description-h4 {
            margin-bottom: 8px; } }
        .info-block--about-client .info-block__description-h4 img {
          position: relative;
          top: -1px; }
    .info-block--about-client .info-block__basic-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      position: relative; }
      @media (min-width: 768px) and (max-width: 1024px) {
        .info-block--about-client .info-block__basic-info {
          flex-direction: column;
          align-items: flex-start; } }
      @media (max-width: 767px) {
        .info-block--about-client .info-block__basic-info {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          flex-direction: column; } }
      @media (min-width: 1500px) {
        .info-block--about-client .info-block__basic-info {
          justify-content: flex-start; } }
    .info-block--about-client .info-block__center {
      margin-top: 20px; }
  .info-block .basic-info__name-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media (max-width: 767px) {
      .info-block .basic-info__name-wrapper {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info-block .basic-info__name-wrapper {
        width: auto; } }
    @media (min-width: 1200px) and (max-width: 1499px) {
      .info-block .basic-info__name-wrapper {
        justify-content: inherit;
        flex-direction: unset; } }
    @media (min-width: 1500px) {
      .info-block .basic-info__name-wrapper {
        flex-direction: initial;
        margin-right: 30px; } }
  .info-block .info-column p {
    display: flex;
    color: #6C7072;
    margin: 0 0 6px; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info-block .info-column p {
        flex-direction: inherit; } }
    @media (max-width: 767px) {
      .info-block .info-column p {
        flex-direction: column; }
        .info-block .info-column p span {
          width: 100%;
          display: inline-block; } }
  .info-block .info-column label {
    margin-bottom: 0;
    min-width: 125px;
    text-align: right;
    padding-right: 10px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .info-block .info-column label {
        width: auto; } }
    @media (max-width: 767px) {
      .info-block .info-column label {
        margin-bottom: 0;
        min-width: 125px;
        text-align: left;
        padding-right: 10px;
        font-weight: 700;
        width: 100%; } }
  @media (min-width: 1500px) {
    .info-block .info-column--location {
      width: auto; } }
  @media (min-width: 1200px) and (max-width: 1208px) {
    .info-block .info-column--location {
      margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .info-block .info-column--location {
      width: auto; } }
  @media (max-width: 767px) {
    .info-block .info-column--location {
      width: 100%; } }
  .info-block .assistant-list:nth-child(2) {
    margin-bottom: 12px; }
  .info-block .assistant-list img {
    position: relative;
    top: -2px; }
  .info-block .assistant-list i {
    top: 2px;
    position: relative;
    font-size: 20px; }
  @media (max-width: 768px) {
    .info-block .assistant-list {
      display: flex; }
      .info-block .assistant-list span {
        display: inline-block;
        margin-right: 5px; } }
  .info-block .btn-inverse {
    background-color: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #5C94C3;
    padding: 5px 14px;
    border: 1px solid #5C94C3;
    border-radius: 4px; }
    .info-block .btn-inverse:before {
      position: relative;
      content: url("../../static/images/byron-icon-add.png");
      margin-right: 10px;
      width: 18px;
      height: 18px;
      top: 3px; }
    .info-block .btn-inverse:hover, .info-block .btn-inverse:focus {
      color: #3f7bad;
      border-color: #3f7bad;
      box-shadow: none; }
  .info-block__list-heading {
    font-size: 15px;
    font-weight: 600;
    color: #5C94C3;
    margin: 0 0 19px; }
  .info-block__list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 46px; }
    .info-block__list li {
      display: flex;
      align-items: flex-start; }
  .info-block__list-item {
    font-size: 14px;
    line-height: 24px;
    color: #6C7072; }
    .info-block__list-item + .info-block__list-item:before {
      padding-top: 12px; }
  .info-block .arrow-icon {
    max-width: 16px;
    margin-right: 5px;
    position: relative;
    top: 1px; }
  .info-block__icon {
    font-size: 18px;
    margin-right: 5px;
    color: red; }
  .info-block__center {
    text-align: center; }
  .info-block__project-info {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1199px) {
      .info-block__project-info > div {
        max-width: 450px;
        float: none;
        margin: auto; } }
  .info-block .edit-month-limit-icon {
    margin-left: 3px; }
    .info-block .edit-month-limit-icon .icon-pencil {
      position: relative;
      display: inline-block;
      top: 1px;
      width: 13px;
      height: 13px;
      line-height: 13px; }
      .info-block .edit-month-limit-icon .icon-pencil:before {
        content: url("../images/icon-pencil.png"); }
  .info-block .ask-increase-limit {
    font-size: 12px;
    font-weight: 600;
    color: #4A90E2;
    text-decoration: underline;
    margin-left: 5px; }
    .info-block .ask-increase-limit:hover, .info-block .ask-increase-limit:focus {
      color: #2275d7; }
    @media (min-width: 992px) and (max-width: 1365px) {
      .info-block .ask-increase-limit {
        display: block;
        margin-left: 0; } }

.attachment-single {
  border-radius: 8px;
  border: 2px solid #51ad92;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 19px 40px;
  margin-bottom: 20px; }
  .attachment-single__part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap; }
  .attachment-single-icon {
    font-size: 24px;
    color: #51ad92;
    display: block; }
  .attachment-single-filename {
    font-weight: 300;
    margin-left: 26px;
    font-size: 14px;
    color: #6C7072;
    letter-spacing: -0.009em; }
  .attachment-single-btn {
    line-height: 34px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    border-radius: 20px;
    display: block;
    border-width: 2px;
    border-style: solid; }
    .attachment-single-btn--view {
      color: #6C7072;
      border-color: #6C7072;
      width: 88px; }
      .attachment-single-btn--view:hover, .attachment-single-btn--view:focus, .attachment-single-btn--view:active {
        color: #6C7072; }
    .attachment-single-btn--download {
      margin-right: 38px;
      margin-left: 31px;
      color: #6E99C2;
      border-color: #6E99C2;
      width: 145px; }
      .attachment-single-btn--download:hover, .attachment-single-btn--download:focus, .attachment-single-btn--download:active {
        color: #6E99C2; }
      .attachment-single-btn--download i {
        display: inline-block;
        margin-left: 10px; }

.attachments-footnote {
  font-weight: 300;
  margin: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #6C7072; }

.empty-block {
  border: 2px dashed #D6D8D9;
  border-radius: 8px;
  margin: 13px auto 20px;
  text-align: center;
  padding: 35px 0 48px; }
  .empty-block__icon {
    color: #D6D8D9;
    font-size: 32px; }
  .empty-block .empty-block__title {
    margin: 30px auto 0;
    font-weight: 600;
    font-size: 14px;
    color: #6C7072; }
    .empty-block .empty-block__title--fs15 {
      font-size: 15px; }
  .empty-block__description {
    max-width: 392px;
    margin: 20px auto 0;
    font-weight: 300;
    font-size: 14px;
    color: #6C7072; }
    .empty-block__description--fs13 {
      font-size: 13px; }
  .empty-block--opacity-05 {
    opacity: 0.5; }
  .empty-block--no-structured {
    padding: 35px 0; }
  .empty-block__structured {
    display: inline-block;
    padding: 30px 0 20px;
    width: 55%;
    margin-top: 125px;
    margin-bottom: 250px; }
    @media all and (max-width: 767px) {
      .empty-block__structured {
        padding-left: 15px;
        padding-right: 15px; } }
    .empty-block__structured img {
      width: 40px; }
    .empty-block__structured .heading {
      font-size: 15px;
      font-weight: 600;
      margin-top: 0; }
      .empty-block__structured .heading--m-vertical {
        margin-top: 20px;
        margin-bottom: 15px; }
    .empty-block__structured p {
      font-size: 13px;
      margin-bottom: 0; }
    .empty-block__structured--border-grey {
      border: 2px dashed #51ad92; }
  .empty-block__btn-grey {
    padding: 12px 0;
    width: 60%;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 15px; }
    @media all and (max-width: 767px) {
      .empty-block__btn-grey {
        width: 90%;
        white-space: inherit;
        padding: 10px 0;
        line-height: 1; } }

.btn.add-tool-btn {
  margin: 20px auto 0;
  font-size: 14px;
  width: 218px;
  background: #50AC92;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  display: block; }
  .btn.add-tool-btn i,
  .btn.add-tool-btn img {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    top: 3px; }
  .btn.add-tool-btn span {
    display: inline-block; }
  .btn.add-tool-btn--snippet {
    margin: 0 auto 15px; }

.saved-tools-single {
  border-radius: 8px;
  border: 2px solid #51ad92;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 20px 26px;
  margin-bottom: 26px; }
  .saved-tools-single__body {
    flex: 1 1 100%;
    margin-left: 22px; }
  .saved-tools-single .saved-tools-single-heading {
    margin: 3px 0 10px;
    font-weight: 600;
    font-size: 16px;
    color: #686B6D; }
  .saved-tools-single-content {
    font-weight: 300;
    font-size: 14px;
    color: #686B6D;
    letter-spacing: -0.01em; }
    .saved-tools-single-content--info {
      margin-top: 9px; }
    .saved-tools-single-content__label {
      display: inline-block;
      margin-right: 10px; }

.about-assistant {
  text-align: center; }
  .about-assistant__icon {
    font-size: 26px;
    display: block;
    width: 30px;
    color: #51ad92;
    margin: 16px auto 0; }
  .about-assistant .about-assistant__title {
    font-weight: 600;
    font-size: 18px;
    color: #686B6D;
    margin-top: 17px; }
  .about-assistant__description {
    font-weight: 300;
    font-size: 14px;
    color: #686B6D;
    margin-top: 12px;
    letter-spacing: -0.008em; }
  .about-assistant__skills {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 24px auto 32px;
    width: 720px; }

.assistant-skill {
  min-width: 121px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #5F8D7A;
  border-radius: 16px;
  padding: 0 10px;
  font-weight: 300;
  font-size: 14px;
  color: #5F8D7A;
  margin: 0 11px 10px; }

.modal--add-tools {
  background: rgba(182, 182, 182, 0.3); }
  .modal--add-tools .modal-dialog {
    margin: 141px auto; }
    @media all and (min-width: 768px) {
      .modal--add-tools .modal-dialog {
        min-width: 730px; } }
  .modal--add-tools .modal-content {
    background: #fff;
    border: 1px solid #979797;
    border-radius: 10px; }
  .modal--add-tools .modal-header {
    border-bottom-color: #979797;
    padding: 22px 40px 14px; }
  .modal--add-tools .modal-body {
    padding: 10px 40px 20px; }
    .modal--add-tools .modal-body__form {
      max-width: 555px;
      margin: 0 auto; }
  .modal--add-tools .modal-heading {
    font-weight: 600;
    font-size: 14px;
    color: #6C7072;
    margin-top: 6px; }
  .modal--add-tools .modal-description {
    font-weight: 300;
    font-size: 14px;
    color: #6C7072;
    margin-top: 20px;
    letter-spacing: -0.009em; }

.modal--job-complete .modal-heading {
  font-size: 20px;
  font-weight: 600;
  color: #5C94C3;
  margin-bottom: 22px; }
  .modal--job-complete .modal-heading__img {
    position: relative;
    top: -2px;
    margin-right: 14px; }

.modal--job-complete .modal-description {
  font-size: 14px;
  color: #787B7C;
  margin-bottom: 28px; }

.modal--job-complete .modal-list-heading {
  font-size: 15px;
  font-weight: 600;
  color: #606365;
  margin-bottom: 17px; }

.modal--job-complete .modal-list {
  list-style: none;
  display: table;
  padding-left: 23px;
  margin-bottom: 29px; }
  @media (max-width: 479px) {
    .modal--job-complete .modal-list {
      padding-left: 0; } }
  .modal--job-complete .modal-list__item {
    display: table-row;
    font-size: 14px;
    line-height: 24px;
    color: #686B6D; }
    .modal--job-complete .modal-list__item + .modal-list__item .modal-list__icon {
      padding-top: 8px; }
  .modal--job-complete .modal-list__icon {
    position: relative;
    display: table-cell;
    font-size: 20px;
    top: 5px;
    padding-right: 13px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .modal--job-complete .modal-list__icon--success:before {
      color: #47A387;
      content: "\e089"; }
    .modal--job-complete .modal-list__icon--error:before {
      color: #E42424;
      content: "\e088"; }

.modal--job-complete .control-label {
  font-size: 15px;
  font-weight: 600;
  color: #606365;
  margin-bottom: 14px; }

.modal--job-complete .glossary-notes {
  margin-bottom: 25px; }

.modal--job-complete .modal-checkbox {
  font-size: 15px;
  font-weight: normal;
  color: #606365;
  line-height: 28px; }
  .modal--job-complete .modal-checkbox__input {
    z-index: auto;
    height: 22px;
    width: 24px;
    cursor: pointer; }
  .modal--job-complete .modal-checkbox input[type=checkbox] + .modal-checkbox__icon {
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #DDE5EB;
    height: 24px;
    width: 24px;
    flex: 0 0 24px;
    line-height: 26px;
    color: #fff; }
  .modal--job-complete .modal-checkbox input[type=checkbox]:checked + .modal-checkbox__icon {
    border: 1px solid #51ad92;
    background: #51ad92;
    color: #fff;
    text-align: center; }

@media (max-width: 480px) {
  .modal--job-complete .modal-footer {
    text-align: center; } }

.modal--increase-limit {
  color: #686B6D; }
  .modal--increase-limit .control-label {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 12px; }
  .modal--increase-limit .input-group {
    margin-bottom: 15px; }
    .modal--increase-limit .input-group .input-group-addon {
      border: 0; }
  .modal--increase-limit .request-error {
    font-size: 12px;
    line-height: 1.3333;
    color: #D0021B;
    margin-bottom: 15px; }
  .modal--increase-limit .request-note {
    font-size: 14px;
    font-style: italic;
    padding-top: 12px;
    margin-bottom: 0; }

.rules-container {
  margin: 0 auto;
  max-width: 956px; }

.info-block--project-rule {
  color: #787B7C;
  margin-top: 30px; }
  .info-block--project-rule .heading-attachments {
    font-weight: 600;
    font-style: italic;
    color: #8CC8EA;
    margin-bottom: 10px; }
  .info-block--project-rule a {
    font-size: 14px; }
  .info-block--project-rule .link-show-more {
    color: #337ab7; }

.title-project-rule {
  font-weight: 600;
  font-size: 20px;
  color: #8acfee;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap; }
  .title-project-rule img {
    position: relative;
    top: -2px; }
  .title-project-rule span {
    display: inline-block;
    margin-left: 15px; }
  .title-project-rule__text {
    font-weight: 300;
    font-size: 14px;
    color: #787B7C; }
    .title-project-rule__text--top {
      font-style: italic;
      margin-top: 30px; }
    .title-project-rule__text--bottom {
      margin-top: 20px; }
  .title-project-rule .control-label {
    margin-left: 10px;
    margin-bottom: 0;
    line-height: 14px;
    cursor: pointer; }
  .title-project-rule .tooltip-inner {
    text-align: left !important; }

.add-tool-form-block {
  padding-top: 20px;
  margin-bottom: 4px; }
  .add-tool-form-block__label {
    display: block;
    font-weight: 300;
    font-size: 14px;
    color: #6C7072;
    margin-bottom: 9px; }
    .add-tool-form-block__label--bold {
      font-weight: 600; }
  .add-tool-form-block__input {
    width: 100%;
    display: block;
    padding: 3px 5px;
    box-shadow: none;
    border: 1px solid #eee; }
    .add-tool-form-block__input:focus {
      outline: none; }
    .add-tool-form-block__input--snippet-name {
      padding: 8px 5px; }

.add-tool-form .add-tool-btn {
  margin-top: 20px;
  margin-bottom: 11px;
  padding-right: 43px; }

.nav-tabs.nav-tabs--project {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .nav-tabs.nav-tabs--project > li > a {
    white-space: nowrap; }

.project-content-top:before, .project-content-top:after {
  content: "";
  display: table; }

.project-content-top:after {
  clear: both; }

.project-content-top__heading-wrapper .label {
  font-size: 11px;
  font-weight: 700;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 0 10px;
  margin-left: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  cursor: pointer; }
  .project-content-top__heading-wrapper .label.label-searching {
    color: #ffb33b;
    border-color: #ffb33b; }
  .project-content-top__heading-wrapper .label.label-working, .project-content-top__heading-wrapper .label.label-placed {
    color: #1c84c6;
    border-color: #1c84c6; }
  .project-content-top__heading-wrapper .label.label-complete {
    color: #50ac92;
    border-color: #50ac92; }

.project-content-top__heading-wrapper .tooltip-inner {
  text-align: left !important; }

.is-complete-popup-open {
  max-width: none;
  margin-left: 120px !important;
  margin-top: 0 !important;
  border-radius: 3px; }

.complete-popover__arrow-placement {
  margin-left: -131px !important; }

#complete-popup-for-project:hover {
  background-color: #51ad92;
  color: white; }
  #complete-popup-for-project:hover .complete-popover__arrow-placement::after {
    border-top-color: #51ad92 !important; }
  #complete-popup-for-project:hover .check-icon-bg-color {
    color: black; }

.is-clicked-after-open {
  background-color: #51ad92;
  color: white; }

.complete-popover__arrow__after-open::after {
  border-top-color: #51ad92 !important; }

.check-icon-bg-color {
  padding: 1px 3px;
  margin-right: 4px; }

.popover-content {
  padding: 5px 10px; }

.time-tracker-wrapper {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 470px; }

.time-tracker {
  border: 1px solid #DDE6EB;
  border-radius: 8px;
  width: 100%;
  max-width: 470px;
  height: 87px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap; }
  .time-tracker__section--toggle {
    flex: 0 0 70px;
    margin-left: 26px;
    height: 57px; }
  .time-tracker__section--body {
    flex: 1 1 100%;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    text-align: center; }
    .time-tracker__section--body input {
      text-align: center;
      border-bottom: 1px solid #979797; }
  .time-tracker__section--action {
    flex: 0 0 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 13px; }
  .time-tracker-body-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 10px; }
    .time-tracker-body-top .time {
      flex: 1 1 100%;
      font-weight: 600;
      font-size: 20px;
      color: #50AC92; }
    .time-tracker-body-top__btn {
      width: 94px;
      height: 27px;
      flex: 0 0 94px;
      border-radius: 3px;
      font-size: 12px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      border-style: solid;
      border-width: 1px;
      text-transform: capitalize;
      font-weight: 600; }
      .time-tracker-body-top__btn i {
        font-size: 13px;
        margin-left: 10px; }
      .time-tracker-body-top__btn--restart {
        color: #979797;
        border-color: #979797; }
        .time-tracker-body-top__btn--restart:hover, .time-tracker-body-top__btn--restart:focus, .time-tracker-body-top__btn--restart:active {
          color: #979797; }
      .time-tracker-body-top__btn--resume {
        color: #51ad92;
        border-color: #51ad92; }
        .time-tracker-body-top__btn--resume:hover, .time-tracker-body-top__btn--resume:focus, .time-tracker-body-top__btn--resume:active {
          color: #51ad92; }
  .time-tracker-state-toggle {
    display: block;
    width: 18px;
    height: 20px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .time-tracker-state-toggle--auto:not(.active) {
      background-image: url(../images/time-tracker-auto.png); }
    .time-tracker-state-toggle--auto.active {
      background-image: url(../images/time-tracker-auto-active.png); }
    .time-tracker-state-toggle--manual {
      margin-top: 15px; }
      .time-tracker-state-toggle--manual:not(.active) {
        background-image: url(../images/time-tracker-manual.png); }
      .time-tracker-state-toggle--manual.active {
        background-image: url(../images/time-tracker-manual-active.png); }
  .time-tracker .project-description {
    width: 100%;
    display: block;
    text-align: center;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #979797;
    min-height: 25px; }
  .time-tracker .project-name {
    padding-bottom: 5px; }
  .time-tracker .input-container {
    width: 100%; }
    .time-tracker .input-container input {
      display: block;
      border-width: 0 0 1px;
      border-style: solid;
      border-color: #979797;
      width: 100%;
      padding-bottom: 4px;
      font-size: 16px;
      font-weight: 600;
      background: transparent; }
      .time-tracker .input-container input::-webkit-input-placeholder {
        font-weight: 300;
        color: #c1c3c5; }
      .time-tracker .input-container input::-moz-placeholder {
        font-weight: 300;
        color: #c1c3c5; }
      .time-tracker .input-container input:focus {
        outline: none; }
  .time-tracker-action {
    text-align: center;
    display: block; }
    .time-tracker-action .image-wrapper {
      display: block;
      width: 38px;
      height: 38px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      background: #51ad92;
      border-radius: 50%; }
      .time-tracker-action .image-wrapper i {
        font-size: 20px;
        color: #fff; }
    .time-tracker-action--play .image-wrapper i {
      padding-left: 4px; }
    .time-tracker-action--pause .image-wrapper {
      background: #D0021B; }
    .time-tracker-action .text {
      font-weight: 600;
      font-size: 12px;
      color: #51ad92;
      display: block;
      margin-top: 5px; }
  .time-tracker__completed, .time-tracker__warning {
    flex: 0 0 100%;
    text-align: center; }
  .time-tracker .time-tracker-heading-completed, .time-tracker .time-tracker-heading-warning {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    color: #51ad92;
    margin-top: 13px;
    margin-bottom: 11px; }
    .time-tracker .time-tracker-heading-completed span, .time-tracker .time-tracker-heading-warning span {
      display: block;
      margin-left: 10px;
      font-weight: 300;
      font-size: 16px;
      margin-top: 2px; }
  .time-tracker .time-tracker-heading-warning {
    color: #FFB33B; }
  .time-tracker-text-completed, .time-tracker-text-warning {
    font-weight: 300;
    font-size: 14px;
    color: #686B6D;
    letter-spacing: -0.0015em; }
  .time-tracker .locked-title {
    padding-right: 10px; }
  .time-tracker__manual_time input {
    outline: none;
    border: none;
    background: transparent; }
  @media (max-width: 768px) {
    .time-tracker {
      max-width: 100%; } }

.complete-status {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto; }
  .complete-status__top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 17px; }
  .complete-status-time {
    flex: 1 1 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-weight: 600;
    font-size: 12px; }
    .complete-status-time--logged {
      color: #51ad92; }
      .complete-status-time--logged i {
        font-size: 18px; }
    .complete-status-time--remaining {
      color: #c6c6ca; }
      .complete-status-time--remaining i {
        font-size: 22px; }
    .complete-status-time i {
      margin-right: 11px; }
    .complete-status-time span {
      display: block; }
  .complete-status-bar {
    height: 24px;
    position: relative;
    border-radius: 12px;
    margin-bottom: 25px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
    .complete-status-bar:before {
      content: '';
      position: absolute;
      margin: auto;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      border-radius: inherit;
      border: 1px solid #DDE5EB; }
    .complete-status-bar__logged {
      position: absolute;
      z-index: 10;
      left: 0;
      top: 0;
      height: 100%;
      border-radius: inherit;
      background: #51ad92;
      color: #fff;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap; }
  .complete-status-part {
    font-size: 12px;
    font-weight: 600;
    text-align: center; }

.ibox--request h5 {
  font-size: 14px; }

.ibox--has-tooltip .tooltip {
  font-size: 11px;
  max-width: 250px; }
  .ibox--has-tooltip .tooltip-inner {
    text-align: left !important; }

.ibox--has-tooltip-sm .tooltip {
  max-width: 220px; }

.ibox-content--request {
  min-height: calc(100vh - 140px); }

.ibox-content--request-not-found {
  background-color: inherit;
  border-color: inherit;
  border-style: inherit;
  text-align: center;
  font-size: 15px; }

.ibox-content ._md-nav-bar-list {
  justify-content: space-between; }

.ibox-content--personal-api {
  max-width: 441px;
  padding: 25px 30px 30px; }

.ibox-content--connect-people {
  max-width: 564px;
  padding: 25px 30px 30px; }

.request-not-found-header {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 70px; }

.request-not-found-text {
  margin-bottom: 20px; }

.request-not-found-link {
  font-weight: 600;
  text-decoration: underline; }

.wrapper-content--requests .panel-body {
  padding: 0 15px 15px; }

.nav-tabs--requests .md-nav-bar {
  height: 40px;
  border-color: #DDE5EB; }
  .nav-tabs--requests .md-nav-bar .md-nav-item:first-of-type {
    margin-left: 0; }
  .nav-tabs--requests .md-nav-bar .md-nav-item .md-button {
    font-weight: 400;
    text-transform: none;
    min-width: 0; }
    .nav-tabs--requests .md-nav-bar .md-nav-item .md-button._md-nav-button {
      line-height: normal;
      padding: 7px 10px; }
    .nav-tabs--requests .md-nav-bar .md-nav-item .md-button:hover {
      color: #50ac92; }
    .nav-tabs--requests .md-nav-bar .md-nav-item .md-button.md-active {
      color: #6C7072;
      font-weight: 600; }
    .nav-tabs--requests .md-nav-bar .md-nav-item .md-button.md-focused {
      background-color: transparent; }
    .nav-tabs--requests .md-nav-bar .md-nav-item .md-button .md-ripple-container {
      display: none; }

md-nav-bar md-nav-ink-bar {
  color: #50ac92;
  background: #50ac92; }

.empty-block--requests {
  border: 1px dashed #cbcbcb;
  padding: 35px 15px;
  margin: 60px 30px 20px; }
  .empty-block--requests .empty-block__title {
    font-size: 15px; }
  .empty-block--requests .empty-block__description {
    font-size: 13px;
    max-width: 555px; }
  .empty-block--requests .empty-block-link {
    color: #5c94c3;
    font-weight: 600;
    text-decoration: underline; }
    .empty-block--requests .empty-block-link:hover, .empty-block--requests .empty-block-link:focus {
      text-decoration: none; }
  .empty-block--requests img {
    opacity: 0.5; }

.form-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 12em;
  height: 2em;
  padding: 0;
  margin: 0;
  line-height: 2em;
  background-color: #fff;
  transition: all .25s linear; }
  .form-search input {
    width: 9.5em;
    height: 2em;
    line-height: 1em;
    padding: 0 0 0 .5em;
    border: 0;
    border-bottom: 1px solid #b9b9b9;
    outline: none;
    background-color: transparent;
    font-size: 1em;
    color: #737779;
    float: left;
    transition: all .25s linear; }
    .form-search input::-webkit-input-placeholder {
      color: #737779; }
    .form-search input::-moz-placeholder {
      color: #737779; }
    .form-search input:-ms-input-placeholder {
      color: #737779; }
    .form-search input:-moz-placeholder {
      color: #737779; }
  .form-search a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    padding: 0;
    color: #737779;
    text-align: center;
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .25s linear; }
    .form-search a:before {
      font-family: 'FontAwesome';
      font-size: 17px;
      content: "\f002"; }
    .form-search a:hover {
      color: #414445; }
  .form-search.collapsed {
    width: 2em;
    margin-left: 10em; }
    .form-search.collapsed input {
      width: 0;
      border: 0; }
    .form-search.collapsed a {
      color: #737779; }
      .form-search.collapsed a:hover {
        color: #414445; }

/* Projects (User View) */
.request-list-wrapper {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px; }

.request-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #e7eaec; }
  .request-item:hover {
    background-color: #f5f5f5; }

.request-link {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #6C7072;
  line-height: 1.3571428;
  padding: 18px 10px 15px; }
  .request-link:hover {
    color: #6C7072; }

.request-status {
  position: relative;
  flex: 0 0 30px;
  max-width: 30px; }
  .request-status--icon {
    margin-right: 5px; }
  .request-status img {
    width: 50%; }

.request-title {
  flex: 1 1 auto;
  font-size: 14px;
  font-weight: 300;
  margin-right: 15px; }
  .request-title .label {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3636363;
    background-color: transparent;
    text-transform: uppercase;
    padding: 0 10px;
    margin-left: 5px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap; }
    .request-title .label.waiting-for-credits {
      color: #f8ac59;
      border-color: #f8ac59; }
    .request-title .label.waiting-for-approval {
      color: #ff001f;
      border-color: #ff001f; }
    .request-title .label.working-now {
      color: #1c84c6;
      border-color: #1c84c6; }

.request-users {
  flex: 0 0 45px;
  max-width: 45px; }
  .request-users label {
    cursor: pointer;
    margin-bottom: 0; }
  .request-users .tooltip {
    font-size: 11px;
    max-width: 174px; }

.request-date {
  flex: 0 0 60px;
  max-width: 60px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3636363;
  white-space: nowrap;
  text-align: right; }

.request-time {
  flex: 0 0 100px;
  max-width: 100px;
  text-align: right; }
  .request-time span {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3636363;
    color: #b9b9b9;
    padding: 2px 8px 0;
    border: 1px solid #b9b9b9;
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    min-width: 72px; }

.request-actions {
  flex: 0 0 190px;
  max-width: 190px;
  text-align: right;
  margin-right: 15px; }
  .request-actions .btn {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3636363;
    padding: 1px 8px 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap; }
    .request-actions .btn.btn-stop {
      color: #ef6b79;
      border-color: #ef6b79; }
    .request-actions .btn.btn-edit {
      color: #b9b9b9;
      border-color: #b9b9b9;
      margin-left: 5px; }

.request-searching .project-icon {
  color: #ffb745; }

.request-placed .project-icon {
  color: #1c84c6; }

.request-completed .project-icon {
  color: #5d9d86; }

.request-completed .request-title {
  color: #51ad92; }

.request-completed .request-time span {
  color: #5ab198;
  border-color: #51ad92; }

.project-icon {
  position: relative;
  font-size: 15px;
  top: 1px; }

.icon-notification {
  color: #fa3a5b; }
  .icon-notification--job {
    position: relative;
    top: 1px;
    margin-right: 7px; }
  .icon-notification--project {
    position: absolute;
    top: 50%;
    left: -17px;
    margin-top: -4px; }
  .icon-notification--md {
    font-size: 12px; }
  .icon-notification--sm {
    font-size: 10px; }

/* Projects (Admin & Assistant Views)  */
.project-list table tr td {
  line-height: 1.3571428;
  padding: 18px 10px 15px; }

.project-list p {
  font-weight: 300;
  color: #989a9b;
  line-height: 1.3846153;
  text-align: center;
  margin-bottom: 0; }
  .project-list p .load-more-link {
    font-weight: 600;
    color: #5c94c3; }

.project-status {
  position: relative;
  width: 30px; }

.project-title a {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3571428;
  color: #6C7072; }

.project-actions {
  min-width: 185px; }
  .project-actions .btn {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3636363;
    padding: 1px 8px 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    display: inline-block;
    white-space: nowrap; }
    .project-actions .btn.btn-stop {
      color: #ef6b79;
      border-color: #ef6b79; }
    .project-actions .btn.btn-edit {
      color: #b9b9b9;
      border-color: #b9b9b9;
      margin-left: 5px; }

/* Integration Page */
@media (max-width: 374px) {
  .wrapper-content {
    padding: 20px 0 40px; }
    .wrapper-content .ibox-title h5 {
      font-size: 13px; }
    .wrapper-content .ibox-title i {
      display: none; } }

.col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }
  .col-integration {
    width: 100%; }
    @media (min-width: 800px) {
      .col-integration {
        width: 75%; } }
    @media (min-width: 992px) {
      .col-integration {
        width: 50%; } }
    @media (min-width: 1200px) {
      .col-integration {
        width: 41.66666667%; } }
    @media (min-width: 1350px) {
      .col-integration {
        width: 33.333333%; } }

.label.label-integration {
  font-size: 8px;
  text-transform: uppercase;
  margin-left: 8px;
  cursor: pointer; }

/* Use as class for <i> tag */
.zapier-logo {
  content: url(../images/zapier-logo.svg);
  height: 16px;
  vertical-align: -0.125em; }

.ibox-integration .tooltip {
  font-size: 11px;
  max-width: 140px; }

/* Request Page Tabs Animation */
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  transition: all linear 0.5s; }

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity: 0;
  max-height: 0; }

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity: 1;
  max-height: 50px; }

.animate-if.ng-enter, .animate-if.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s; }

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity: 0; }

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity: 1; }

.wrapper-content--webhooks .ibox-content {
  font-size: 14px;
  max-width: 800px; }

.wrapper-content--webhooks h3 {
  font-size: 20px;
  font-weight: 700;
  color: #4a90e2;
  margin-top: 15px;
  margin-bottom: 30px; }

.wrapper-content--webhooks .subheader {
  font-weight: 700; }

.wrapper-content--webhooks p {
  margin-bottom: 15px; }

.wrapper-content--webhooks .add-webhook {
  color: #1AB394;
  margin-left: 19px; }
  .wrapper-content--webhooks .add-webhook:hover, .wrapper-content--webhooks .add-webhook:focus {
    color: #18a689; }

.wrapper-content--webhooks .btn {
  font-weight: 700; }

.wrapper-content--webhooks .form-control + .form-control {
  margin-top: 10px; }

/* Account Settings: Users */
.wrapper-content__heading--users {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 28px; }

.ibox-content--users {
  border-color: #fff;
  border-radius: 8px;
  padding: 15px 20px; }
  @media (min-width: 992px) {
    .ibox-content--users {
      padding: 26px 39px; } }

.ibox-content__description {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  width: 100%;
  max-width: 1047px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .ibox-content__description {
      font-size: 15px;
      line-height: 20px; } }

.add-user-form {
  background-color: #f2f2f2;
  width: 100%;
  padding: 12px 15px;
  border-radius: 3px;
  margin-bottom: 25px; }
  .add-user-form--users-page {
    padding: 15px 20px;
    max-width: 515px; }
    @media (min-width: 992px) {
      .add-user-form--users-page {
        padding: 19px 44px 20px 25px; } }
  .add-user-form__heading {
    font-size: 15px;
    margin-bottom: 15px; }
  .add-user-form .form-control {
    font-size: 15px;
    color: #6C7072;
    border: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .add-user-form .form-control:focus {
      border: 0; }
    .add-user-form .form-control::-moz-placeholder {
      color: #BEBEBE;
      opacity: 1; }
    .add-user-form .form-control:-ms-input-placeholder {
      color: #BEBEBE; }
    .add-user-form .form-control::-webkit-input-placeholder {
      color: #BEBEBE; }
  .add-user-form .input-group-btn {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .add-user-form .input-group-btn .btn {
      background-color: #1AAA89;
      font-weight: 700;
      min-width: 70px; }
    .add-user-form .input-group-btn .btn[disabled] {
      opacity: 1 !important; }

.btn-bordered {
  color: #676a6c;
  border: 2px solid #676a6c;
  border-radius: 3px;
  padding: 5px 15px;
  transition: all 0.2ms linear; }
  .btn-bordered:hover {
    color: #808486 !important;
    border-color: #808486; }

.table.table--users td {
  vertical-align: middle; }
  .table.table--users td p {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .table.table--invites {
    font-size: 14px; } }

.table.table--invites .td0 {
  width: 50px; }

@media (min-width: 1400px) {
  .table.table--invites td:last-child {
    min-width: 164px; } }

.table.table--current-team-members {
  margin-bottom: 0; }
  .table.table--current-team-members > tbody > tr > td {
    border-top: 0;
    padding: 5px; }
  .table.table--current-team-members .td0 {
    width: 30px;
    padding: 5px 0; }
  .table.table--current-team-members .btn-bordered {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 1px 13px;
    margin-right: 5px;
    min-width: 80px;
    text-align: center; }

.table.table--client-side > tbody > tr > td {
  padding: 11px 8px 11px 4px; }

.table.table--client-side > tbody > tr:first-child > td {
  border-top: 0; }

.table__map-snippet {
  padding-right: 35px !important; }
  .table__map-snippet:first-child div {
    margin-left: 20px; }

.table--mb5 {
  margin-bottom: 5px; }

@media all and (max-width: 767px) {
  .table-responsive--mob-border-0 {
    border: 0; } }

.resend-invite-link {
  color: #5495C3;
  text-decoration: underline; }
  .resend-invite-link:hover {
    color: #5495C3;
    text-decoration: none; }

/* Short & Long-Term Request Pages */
.form-description {
  margin-top: 10px;
  margin-bottom: 0; }
  .form-description--sm {
    font-size: 11px; }

.form-link {
  font-weight: 500;
  text-decoration: underline; }
  .form-link:hover {
    text-decoration: none; }

/* Single Project Page */
.project-users {
  position: relative;
  top: -1px;
  margin: 0 0 0 5px;
  list-style: none;
  padding: 0;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }
  .project-users__item {
    line-height: 22px; }
    .project-users__item + .project-users__item {
      margin-left: 5px; }
  .project-users__label {
    cursor: pointer;
    margin-bottom: 0 !important; }
  .project-users__add-btn {
    position: relative;
    top: 4px;
    display: inline-block;
    background: transparent;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 2px solid #CDCCCC;
    outline: none; }
    .project-users__add-btn::before, .project-users__add-btn::after {
      content: "";
      position: absolute;
      background-color: #CDCCCC; }
    .project-users__add-btn::before {
      top: 8px;
      left: 5px;
      width: 8px;
      height: 2px; }
    .project-users__add-btn::after {
      top: 5px;
      left: 8px;
      width: 2px;
      height: 8px; }
    .project-users__add-btn:hover {
      border-color: #b4b2b2; }
      .project-users__add-btn:hover::before, .project-users__add-btn:hover::after {
        background-color: #b4b2b2; }
  .project-users__tasks {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap; }
    @media all and (max-width: 1290px) {
      .project-users__tasks {
        justify-content: center; } }
    .project-users__tasks .tasks-in-gray-block {
      margin: 15px 25px 15px 0;
      padding: 15px 25px;
      border-radius: 8px;
      width: 200px;
      background: #DDE5EB;
      text-align: center;
      color: #31404f; }
      @media all and (max-width: 767px) {
        .project-users__tasks .tasks-in-gray-block {
          margin: 10px 15px 10px 0;
          padding: 5px; }
          .project-users__tasks .tasks-in-gray-block h2 {
            margin: 10px 0 0; } }
  .project-users__settings-btn {
    border-radius: 15px;
    padding: 2px 15px;
    border: 1px solid grey; }

/* Short & Long-Term Request Pages */
.form-description {
  margin-top: 10px;
  margin-bottom: 0; }

.form-link {
  font-weight: 500;
  text-decoration: underline; }
  .form-link:hover {
    text-decoration: none; }

.create-request-form .chosen-container {
  width: 100% !important; }
  @media (min-width: 1600px) {
    .create-request-form .chosen-container {
      float: left;
      display: inline-block;
      max-width: 360px !important; } }

@media (min-width: 1600px) {
  .create-request-form .form-description {
    float: left;
    display: inline-block;
    margin-left: 15px; } }

.multiselect-teammates .chosen-container {
  width: 100% !important; }

.multiselect-teammates .chosen-container-multi .chosen-choices {
  border-radius: 0 !important; }

.user-photo-upload {
  position: relative; }

.user-status {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #999;
  border-radius: 50%; }
  .user-status.is-online {
    background-color: #61CE75; }

.user-avatar {
  position: relative;
  background-size: cover;
  background-position: top center;
  border-radius: 50%; }
  .user-avatar--assistant-bar {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px; }
  .user-avatar--admin-settings {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0;
    right: -44px;
    z-index: 2; }
  .user-avatar--messages {
    width: 38px;
    height: 38px; }
    .user-avatar--messages .user-status {
      width: 12px;
      height: 12px; }
  .user-avatar--admin {
    display: inline-block;
    width: 40px;
    height: 40px; }

.assistant-bar {
  float: right; }
  .assistant-bar-dropdown {
    position: relative; }

.assistant-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #6C7072;
  border: 1px solid #DDE6EB;
  border-radius: 8px;
  padding: 4px 12px;
  white-space: nowrap; }
  .assistant-link i {
    margin-left: 5px; }
  .assistant-link:hover {
    color: #6C7072; }

.assistant-bar .dropdown-menu {
  position: absolute;
  margin-top: 15px;
  font-size: 14px;
  color: #6C7072;
  min-width: 258px;
  box-shadow: none;
  border: 1px solid #DDE6EB;
  left: auto !important;
  right: 10px !important; }
  .assistant-bar .dropdown-menu::before {
    position: absolute;
    content: "";
    right: 6px;
    top: -4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #CBC6C6; }
  .assistant-bar .dropdown-menu li {
    display: block;
    width: 100%;
    padding: 6px 14px;
    clear: both;
    white-space: nowrap; }
    .assistant-bar .dropdown-menu li + li {
      border-top: 1px solid #DDE6EB; }
  .assistant-bar .dropdown-menu-status {
    background-color: #CBC6C6;
    text-align: center;
    font-weight: 600; }
  .assistant-bar .dropdown-menu-tooltip {
    font-weight: 600; }
  .assistant-bar .dropdown-menu.is-online .dropdown-menu-status {
    background-color: #61CE75;
    color: #fff; }
  .assistant-bar .dropdown-menu.is-online::before {
    border-bottom: 4px solid #61CE75; }
  .assistant-bar .dropdown-menu-icon {
    display: inline-block;
    width: 16px;
    text-align: center;
    margin-right: 5px; }
  .assistant-bar .dropdown-menu-link {
    display: inline;
    color: #5495C3;
    line-height: inherit;
    margin: 0;
    padding: 0;
    outline: none; }
  .assistant-bar .dropdown-menu label {
    margin-bottom: 0; }

/* Checkout Promo/Coupon Code */
.form-group--discount {
  display: flex;
  align-items: center; }
  @media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
    .form-group--discount {
      flex-direction: column;
      align-items: flex-start; } }
  .form-group--discount .form-controls {
    display: flex; }
  .form-group--discount .form-control {
    width: 160px;
    margin-right: 10px; }
  .form-group--discount .btn.btn-primary[disabled] {
    background-color: #E5E6E7;
    border-color: #E5E6E7;
    color: #676a6c;
    opacity: 1; }
  .form-group--discount .form-message {
    position: relative;
    font-weight: 700;
    top: 1px;
    margin-left: 14px; }
    @media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
      .form-group--discount .form-message {
        margin-left: 0;
        margin-top: 14px; } }

.order-summary {
  width: 100%; }
  .order-summary-title {
    width: 100%;
    font-weight: 700; }
  .order-summary-amount {
    text-align: right; }
    .order-summary-amount.discount-total {
      font-weight: 700; }

.discount-valid {
  color: #4FB192; }

.discount-error {
  color: #EC4931; }

/* Custom Assistant Teams & Smart Parse */
.custom-teams .table > tbody > tr > td {
  padding-top: 16px;
  padding-bottom: 16px; }
  .custom-teams .table > tbody > tr > td:focus {
    outline: none; }
  .custom-teams .table > tbody > tr > td.table-actions {
    width: 91px;
    padding: 10px 8px !important;
    vertical-align: middle; }
    .custom-teams .table > tbody > tr > td.table-actions .btn {
      display: none; }

.custom-teams .table > tbody > tr:hover .table-actions .btn {
  display: inline-block; }

.custom-teams .table > tbody > tr.no-hover:hover {
  background-color: transparent !important; }

.input-group--separated .form-control:first-child {
  border-radius: 4px; }

.input-group--separated .input-group-btn {
  vertical-align: top; }
  .input-group--separated .input-group-btn:last-child > .btn {
    border-radius: 4px;
    margin-left: 6px; }

.input-group--separated .chosen-container {
  width: 100% !important; }

.form-parse-conditions {
  width: 100%;
  max-width: 500px; }
  .form-parse-conditions .chosen-container {
    width: 100% !important; }
  .form-parse-conditions .parse-condition {
    display: flex;
    flex: 1 1 auto; }
    .form-parse-conditions .parse-condition-group {
      margin-bottom: 20px; }
    .form-parse-conditions .parse-condition__actions {
      text-align: right; }
    .form-parse-conditions .parse-condition-list {
      display: flex;
      margin-bottom: 10px; }
    .form-parse-conditions .parse-condition .form-control + .form-control {
      margin-left: 10px; }
    .form-parse-conditions .parse-condition__field {
      flex: 0 0 105px;
      max-width: 105px; }
    .form-parse-conditions .parse-condition__condition {
      flex: 0 0 55px;
      max-width: 55px; }
    .form-parse-conditions .parse-condition__choice {
      flex: 1 1 auto; }
    .form-parse-conditions .parse-condition__btn {
      flex: 0 0 20px;
      margin-left: 10px;
      padding: 0; }
      .form-parse-conditions .parse-condition__btn:focus {
        box-shadow: none !important; }
      .form-parse-conditions .parse-condition__btn i {
        font-size: 24px;
        color: #737779; }
        .form-parse-conditions .parse-condition__btn i:hover {
          color: #676a6c; }

.table-data-preloader {
  color: #51ad92;
  font-size: 22px; }

.icon-plus {
  color: white;
  padding: 4px 4px 1.5px;
  border-radius: 4px;
  background: #50B494;
  font-size: 13px;
  margin: 0 5px; }

.hover-icon-scale:hover {
  transform: scale(1.1); }

.select-control {
  position: relative; }
  .select-control:after {
    content: " ";
    position: absolute;
    display: inline-block;
    border-top: 6px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .select-control__answer-type {
    max-width: 130px; }
    .select-control__answer-type select {
      height: 34px !important;
      max-width: 152px; }
    .select-control__answer-type:after {
      left: 110px;
      top: 15px; }
  .select-control--instruction {
    width: 253px; }
    .select-control--instruction select {
      height: 34px !important; }
    .select-control--instruction:after {
      bottom: 13px;
      right: 15px; }
    @media all and (max-width: 767px) {
      .select-control--instruction {
        width: 125px; } }
    .select-control--instruction .chosen-container-multi {
      width: 254px !important; }
      .select-control--instruction .chosen-container-multi .chosen-choices {
        border: 1px solid #E5E6E7;
        border-radius: 0; }
  .select-control--map-snippet {
    width: 154px;
    margin-bottom: 5px;
    margin-top: 5px; }
    .select-control--map-snippet select {
      height: 34px !important; }
    .select-control--map-snippet:after {
      bottom: 15px;
      right: 10px; }
  .select-control__snippet-type select {
    height: 36px !important; }
  .select-control__snippet-type:after {
    right: 10px;
    top: 15px; }
  .select-control select {
    -webkit-appearance: none;
    padding: 2px 10px;
    height: 25px; }

.control-label {
  cursor: pointer; }

/* Button Radius green color */
.btn-radius {
  border: 0;
  position: relative;
  cursor: pointer !important;
  width: 17px;
  height: 17px;
  background-color: #51ad92;
  border-radius: 25px;
  bottom: 3px; }
  .btn-radius i {
    color: #fff;
    content: '';
    display: block;
    position: absolute;
    z-index: 25;
    font-size: 10px;
    right: 4px;
    bottom: 4px; }
  .btn-radius:hover {
    opacity: 0.9; }

.filter-case {
  display: flex;
  flex-wrap: wrap;
  justify-content: right; }
  @media all and (max-width: 835px) {
    .filter-case {
      width: 100%; } }
  .filter-case-btn {
    border: 1px solid #979797;
    border-radius: 10px;
    padding: 2px 12px;
    font-size: 13px;
    line-height: 1.5; }
    .filter-case-btn:first-child {
      margin-left: 0; }
    @media all and (max-width: 767px) {
      .filter-case-btn {
        margin: 0 10px 10px 0; } }
    .filter-case-btn__image {
      margin-top: -1px; }
    .filter-case-btn--cancel {
      color: #E94733;
      border: 2px solid #E94733;
      border-radius: 8px;
      font-weight: 700;
      margin: 4px; }
      .filter-case-btn--cancel:hover, .filter-case-btn--cancel:focus {
        opacity: 0.9;
        transition: opacity 0.2s;
        background-color: #fff;
        border: 2px solid #E94733;
        color: #E94733; }
  .filter-case .active-bg-green,
  .filter-case .active-bg-green:hover,
  .filter-case .active-bg-green:focus {
    color: #fff;
    background: #51ad92;
    border-color: #51ad92; }

.process-description {
  padding: 13px 40px 6px 40px;
  min-height: 515px; }
  @media all and (max-width: 991px) {
    .process-description {
      border-bottom: 1px solid #808080;
      min-height: 300px;
      padding-left: 20px;
      padding-right: 20px; } }
  .process-description__cant-find {
    border-right: none;
    border-left: 1px solid #808080; }
    @media all and (max-width: 991px) {
      .process-description__cant-find {
        min-height: 250px;
        margin-bottom: 50px;
        border-left: none; } }
  .process-description .btn-block {
    padding: 10px 0; }
    .process-description .btn-block i {
      font-size: 22px; }

.border-structured-category {
  padding: 13px 40px 6px 40px;
  font-size: 20px;
  border: 1px solid #808080;
  border-left: none;
  border-right: none; }
  @media all and (max-width: 991px) {
    .border-structured-category {
      padding-left: 20px;
      padding-right: 20px; } }
  @media all and (max-width: 991px) {
    .border-structured-category--tablet-bb-none {
      border-bottom: none; } }
  .border-structured-category--bl-grey {
    border-left: 1px solid #808080; }
    @media all and (max-width: 991px) {
      .border-structured-category--bl-grey {
        border-left: none; } }
  .border-structured-category .task-id {
    margin-top: 5px;
    text-align: right; }
    @media all and (max-width: 767px) {
      .border-structured-category .task-id {
        margin-right: 0;
        margin-left: 25px; } }

.navbar-mobile-version {
  display: flex;
  justify-content: center; }

.snippet-label {
  border-radius: 10px; }
  .snippet-label--snippet-placeholder {
    background-color: #f2f2f2;
    border: 1px solid #CDCCCC;
    color: #BEBEBE; }
  .snippet-label--active-snippet {
    background-color: #ccf2db;
    border: 1px solid #5bb69d;
    color: #5bb69d; }

.hide-brackets {
  visibility: hidden; }

.modal--add-teammate .modal-content {
  border-radius: 8px;
  box-shadow: none; }

.modal--add-teammate .modal-header {
  border-bottom: 0; }

.modal--add-teammate .modal-title {
  margin-top: 5px;
  margin-left: 10px; }

.modal--add-teammate .modal-body {
  padding: 5px 25px 25px; }

.modal-window {
  margin: 180px auto 0;
  max-width: 1000px; }
  .modal-window .modal-body {
    padding: 35px 40px 45px; }
    .modal-window .modal-body--pb30 {
      padding-bottom: 30px; }
    .modal-window .modal-body--snippet {
      padding: 15px 65px 30px; }
  .modal-window .modal-content-header {
    position: relative;
    z-index: 1; }
    .modal-window .modal-content-header button {
      position: relative;
      z-index: 25;
      top: 20px;
      right: 5px; }
    .modal-window .modal-content-header--heading {
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
      align-items: center;
      padding: 35px 15px 0 40px; }
      .modal-window .modal-content-header--heading button {
        bottom: 20px;
        top: auto; }
    .modal-window .modal-content-header--pl45 {
      padding-left: 45px; }
  .modal-window--edit-structured {
    margin: 45px auto 0; }
    .modal-window--edit-structured .modal-body {
      padding: 15px 20px 10px; }

.modal-dialog--content {
  width: 100%;
  max-width: 840px;
  margin: 140px auto 0; }

.modal-body__buttons {
  display: flex;
  margin-bottom: 25px; }
  @media all and (max-width: 767px) {
    .modal-body__buttons {
      flex-direction: column; }
      .modal-body__buttons .btn {
        margin-bottom: 10px;
        margin-right: 0; } }
  .modal-body__buttons .btn {
    color: #fff;
    font-size: 14px;
    height: 50px;
    width: 221px;
    border-radius: 5px; }
    .modal-body__buttons .btn:hover {
      color: #fff;
      opacity: 0.9; }
    .modal-body__buttons .btn--grey {
      background: #7A7A7A; }
    .modal-body__buttons .btn--blue {
      background: #428BC6; }
    .modal-body__buttons .btn--pink {
      background: #ED4961; }

.modal-body__paragraph {
  margin-bottom: 20px;
  padding: 0 75px; }
  @media all and (max-width: 767px) {
    .modal-body__paragraph {
      padding: 0 25px; } }
  @media all and (max-width: 399px) {
    .modal-body__paragraph {
      padding: 0 5px; } }

.title {
  font-size: 14px;
  font-weight: 300;
  color: #31404f; }
  .title--xs {
    font-size: 10px; }
  .title--sm {
    font-size: 12px; }
  .title--lg {
    font-size: 16px; }
  .title--xl {
    font-size: 20px; }
  .title--xxl {
    font-size: 24px; }

.fw-300 {
  font-weight: 300; }

.fw-600 {
  font-weight: 600; }

.text-uppercase {
  text-transform: uppercase; }

.text-underline {
  text-decoration: underline; }

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

.text-left {
  text-align: left; }

.fw-bold {
  font-weight: bold; }

.steps-title {
  text-align: center;
  padding: 35px 0 5px;
  font-weight: 700;
  color: #31404f; }

.steps-indicator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin: 25px auto 20px;
  padding: 0;
  list-style-type: none; }

.steps-item {
  width: 110px;
  text-align: center;
  z-index: 30; }
  .steps-item__button {
    width: 32px;
    height: 32px;
    font-size: 14px;
    border-radius: 50%;
    background-color: #DDE5EB;
    padding: 6px 0;
    display: block;
    margin: 10px auto;
    color: #000;
    position: relative;
    border: none;
    outline: none; }
    .steps-item__button:after {
      content: '';
      left: 32px;
      width: 80px;
      bottom: 14px;
      position: absolute;
      height: 3px;
      z-index: 10;
      background-color: #DDE5EB; }
    @media all and (max-width: 480px) {
      .steps-item__button:after {
        width: 60px; } }
  .steps-item__title {
    color: #31404f;
    text-align: center; }
    @media all and (max-width: 575px) {
      .steps-item__title {
        font-size: 10px; } }
  .steps-item:last-child .steps-item__button:after {
    display: none; }
  .steps-item.current .steps-item__title {
    font-weight: 700; }
  .steps-item.current .steps-item__button {
    background-color: #51ad92;
    color: #fff;
    transform: scale(1.1); }
    .steps-item.current .steps-item__button:after {
      background-color: #DDE5EB; }
  .steps-item.done .steps-item__title {
    font-weight: 700; }
  .steps-item.done .steps-item__button {
    background-color: #51ad92;
    color: #fff; }
    .steps-item.done .steps-item__button:after {
      background-color: #51ad92; }

.choice-container.choice-container--structured {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: 0; }
  @media all and (min-width: 1440px) {
    .choice-container.choice-container--structured {
      justify-content: left;
      margin-left: 15px; } }
  .choice-container.choice-container--structured .choice-elem--category-project {
    width: 300px;
    max-width: calc(80% - 30px);
    min-height: 205px;
    margin: 0 30px 47px;
    height: auto;
    flex: none; }
    @media all and (max-width: 1199px) {
      .choice-container.choice-container--structured .choice-elem--category-project {
        max-width: calc(60% - 30px); } }
    @media all and (max-width: 575px) {
      .choice-container.choice-container--structured .choice-elem--category-project {
        max-width: calc(100% - 30px); } }
    .choice-container.choice-container--structured .choice-elem--category-project .coming-soon-label {
      position: absolute;
      right: 20px;
      top: 36px;
      border-radius: 10px;
      padding: 7px 10px; }

@media all and (max-width: 767px) {
  .choice-container-submit {
    width: 180px;
    height: 40px;
    margin: 10px auto 0; } }

.choice-container-submit--mt0 {
  margin-top: 0; }

.choice-elem.choice-elem--category {
  padding-top: 34px; }
  .choice-elem.choice-elem--category .choice-container-img-wrapper {
    height: 80px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .choice-elem.choice-elem--category .choice-container-img-structured--project {
    height: 33px; }
  .choice-elem.choice-elem--category .category-name,
  .choice-elem.choice-elem--category .category-text {
    margin: 15px 20px 15px;
    text-align: center;
    font-size: 14px; }
    .choice-elem.choice-elem--category .category-name--m0,
    .choice-elem.choice-elem--category .category-text--m0 {
      margin: 0; }

.choice-elem.choice-elem--pt25 {
  padding-top: 25px; }

.wrapper-upload {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .wrapper-upload__header {
    max-width: 90%;
    margin: 0 auto;
    width: 100%; }
  .wrapper-upload__substrate {
    max-width: 90%;
    width: 100%;
    background: #DDE5EB;
    border-radius: 8px;
    margin: 23px 0 0;
    transition: 1.1s; }
    .wrapper-upload__substrate:hover {
      background: #C6CED5; }
    @media all and (max-width: 575px) {
      .wrapper-upload__substrate {
        text-align: center; } }
    .wrapper-upload__substrate--modal-csv-file {
      max-width: 100%;
      padding: 5px; }
  .wrapper-upload__csv-file {
    margin: 10px 15px;
    background: transparent;
    border: 1.5px dashed #919191;
    border-radius: 5px;
    text-align: center;
    padding: 50px 10px;
    color: #676a6c;
    font-weight: bold;
    letter-spacing: 0; }

.structured-tasks {
  margin: 10px 60px 25px; }
  @media all and (max-width: 480px) {
    .structured-tasks {
      margin: 10px 20px; } }
  .structured-tasks__form {
    position: relative;
    padding-left: 15px;
    padding-bottom: 5px; }
    @media all and (max-width: 767px) {
      .structured-tasks__form {
        padding: 0; } }
  .structured-tasks__leadership {
    margin-top: 20px; }
    .structured-tasks__leadership + .structured-tasks__leadership {
      margin-top: 25px; }
  .structured-tasks__field {
    border: 1px solid black;
    display: block;
    border-radius: 8px;
    padding: 20px 40px;
    margin-top: 15px; }
    .structured-tasks__field + .structured-tasks__field {
      margin: 26px 0; }
    .structured-tasks__field--border-green {
      border: 3px solid #51ad92;
      padding: 18px 38px; }
    .structured-tasks__field h3 ul {
      margin: 10px 0 0 -10px;
      padding: 8px 0; }
    .structured-tasks__field--uploaded-tasks {
      padding: 0;
      overflow-x: auto; }
    .structured-tasks__field--pb35 {
      padding-bottom: 35px; }
  .structured-tasks__subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .structured-tasks__subtitle h3 {
      margin: 0 5px 0 0; }
    .structured-tasks__subtitle label {
      margin: 0; }
      .structured-tasks__subtitle label i {
        font-size: 15px; }
  .structured-tasks--insert-snippet {
    margin-left: 15px;
    padding: 5px 0;
    min-width: 150px; }
    @media all and (max-width: 991px) {
      .structured-tasks--insert-snippet {
        margin-left: 0;
        margin-top: 5px; } }
    .structured-tasks--insert-snippet .caret {
      margin-left: 40px;
      border-top: 6px dashed;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      color: #686B6D; }
  .structured-tasks__choise-options {
    margin: 5px 0;
    max-width: 317px; }
    .structured-tasks__choise-options + .structured-tasks__choise-options {
      margin-top: 15px; }
  .structured-tasks--heading {
    margin: 15px 0 7px; }
  .structured-tasks__text {
    border: 1px solid #D8D8D8;
    width: 253px;
    max-width: 253px;
    padding: 10px; }
    @media all and (max-width: 767px) {
      .structured-tasks__text {
        width: 153px; } }
  .structured-tasks--mt35 {
    margin-top: 35px; }
  .structured-tasks__headline {
    display: flex; }
    @media all and (max-width: 991px) {
      .structured-tasks__headline {
        flex-direction: column; } }
    @media all and (max-width: 767px) {
      .structured-tasks__headline {
        max-width: 75%; } }
  .structured-tasks__data-from {
    display: flex;
    margin-left: 5px; }
    @media all and (max-width: 991px) {
      .structured-tasks__data-from {
        margin-left: 0;
        margin-top: 5px; } }

.form-control__field-input {
  border: none;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #51ad92;
  padding: 0;
  margin: 0;
  height: 25px; }
  .form-control__field-input::placeholder {
    color: #31404f; }

.form-control--text-area {
  min-height: 35px;
  height: auto; }
  @media all and (max-width: 1078px) {
    .form-control--text-area {
      min-height: 70px; } }
  @media all and (max-width: 506px) {
    .form-control--text-area {
      min-height: 115px; } }

.form-control--focus-gray-border:focus {
  border-color: #E5E6E7 !important; }

.form-control--numeric-field {
  min-height: 36px;
  width: 253px;
  max-width: 253px;
  padding: 0 10px;
  border: 1px solid #D8D8D8; }
  @media all and (max-width: 767px) {
    .form-control--numeric-field {
      width: 125px; } }

.block-text-area {
  position: relative; }
  .block-text-area .placeholder {
    display: none;
    position: absolute;
    top: 0;
    left: 3px;
    color: #999;
    padding: 10px; }
  .block-text-area .form-control:empty ~ .placeholder {
    display: block; }

.form-wrapper .chosen-container-multi {
  width: 100% !important; }

.client-side__add {
  margin: 5px 0 7px; }

.client-side__search .form-search {
  top: 5px; }
  @media all and (max-width: 835px) {
    .client-side__search .form-search {
      top: auto;
      bottom: 0;
      left: -5px; } }

.client-side__category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 30px;
  flex-wrap: wrap; }
  @media all and (max-width: 835px) {
    .client-side__category {
      padding-right: 0; } }

@media all and (max-width: 835px) {
  .client-side__exports-result {
    margin-top: 10px;
    margin-left: 10px; } }

.client-side .client-side__checkbox {
  margin: 4px 14px 0 0; }

.client-side__text {
  width: 64px;
  height: 20px;
  display: flex;
  color: #fff;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  background: #F7B23A;
  font-size: 12px;
  border-radius: 5px;
  text-transform: capitalize; }
  .client-side__text--completed {
    background: #5c9c86;
    width: 74px; }
  .client-side__text--canceled {
    background: #E94733;
    width: 74px; }
  .client-side__text--in-progress {
    background: #1C84C6;
    width: 74px; }

.client-side__status {
  min-width: 110px; }
  @media (min-width: 768px) {
    .client-side__status {
      min-width: 140px; } }

.structured-time {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .structured-time button {
    margin: 8px 0 8px 35px;
    background: #d0021b;
    font-weight: 700;
    text-align: center;
    border-color: transparent; }
    @media all and (max-width: 767px) {
      .structured-time button {
        margin-left: 0; } }
  .structured-time .available-tasks {
    margin-left: 100px; }
    @media all and (max-width: 767px) {
      .structured-time .available-tasks {
        margin-left: 0;
        margin-right: 40px; } }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/avenir/AvenirNext-Heavy.ttf");
  src: url("../fonts/avenir/AvenirNext-Heavy.ttf?#iefix") format("embedded-opentype"), url("../fonts/avenir/AvenirNext-Heavy.ttf") format("woff2"), url("../fonts/avenir/AvenirNext-Heavy.ttf") format("woff"), url("../fonts/avenir/AvenirNext-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/avenir/Avenir-Heavy.ttf");
  src: url("../fonts/avenir/Avenir-Heavy.ttf?#iefix") format("embedded-opentype"), url("../fonts/avenir/Avenir-Heavy.ttf") format("woff2"), url("../fonts/avenir/Avenir-Heavy.ttf") format("woff"), url("../fonts/avenir/Avenir-Heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/avenir/AvenirNext-Medium.ttf");
  src: url("../fonts/avenir/AvenirNext-Medium.ttf?#iefix") format("embedded-opentype"), url("../fonts/avenir/AvenirNext-Medium.ttf") format("woff2"), url("../fonts/avenir/AvenirNext-Medium.ttf") format("woff"), url("../fonts/avenir/AvenirNext-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Avenir';
  src: url("../fonts/avenir/AvenirNextLTPro-Regular.otf");
  src: url("../fonts/avenir/AvenirNextLTPro-Regular.otf?#iefix") format("embedded-opentype"), url("../fonts/avenir/AvenirNextLTPro-Regular.otf") format("woff2"), url("../fonts/avenir/AvenirNextLTPro-Regular.otf") format("woff"), url("../fonts/avenir/AvenirNextLTPro-Regular.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility; }

.animate-bubble-wrapper {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 16px; }
  .animate-bubble-wrapper .animate-bubble-block {
    position: relative;
    top: 2px; }
  .animate-bubble-wrapper .bubble {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4A90E2;
    display: inline-block;
    position: relative; }
    .animate-bubble-wrapper .bubble + .bubble {
      margin-left: 2px; }
  .animate-bubble-wrapper .bubble1 {
    animation: chatBubbles 1s ease-in-out infinite; }
  .animate-bubble-wrapper .bubble2 {
    animation: chatBubbles 1s ease-in-out infinite;
    animation-delay: .4s; }
  .animate-bubble-wrapper .bubble3 {
    animation: chatBubbles 1s ease-in-out infinite;
    animation-delay: .8s; }

@keyframes chatBubbles {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-2px);
    opacity: .5; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
  stroke: #1AAA89 !important; }

.ct-label.ct-horizontal.ct-end {
  font-size: 14px !important;
  color: #676a6c !important;
  padding-top: 5px !important; }

.ct-label.ct-vertical.ct-start {
  font-size: 14px !important;
  color: #676a6c !important; }

.ct-grid.ct-horizontal {
  display: none !important; }

.ct-grid.ct-vertical {
  stroke-dasharray: 0px !important; }

.ct-chart {
  position: relative; }

.chartist-tooltip {
  display: none;
  background-color: #1AAA89;
  color: white;
  min-width: 100px;
  max-width: 150px;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
  position: absolute;
  padding: 5px; }
  .chartist-tooltip.tooltip-show {
    display: block; }
  .chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top-color: #1AAA89; }
  .chartist-tooltip .chartist-tooltip-value {
    display: none; }
  .chartist-tooltip > br {
    display: none; }

.color-dark-blue {
  color: #31404f; }

.color-dark-grey {
  color: #6C7072; }

.color-cyan {
  color: #1AAA89; }

.color-red {
  color: #ff2b2b; }

.color-dark-red {
  color: #d0021b; }

.color-green {
  color: #51ad92; }

.color-medium-blue {
  color: #5495C3; }

.pb5 {
  padding-bottom: 5px; }

.pb30 {
  padding-bottom: 30px; }

.pt5 {
  padding-top: 5px; }

.pr5 {
  padding-right: 5px; }

.pr25 {
  padding-right: 25px; }

.pt15 {
  padding-top: 15px; }

.pb50 {
  padding-bottom: 50px; }

.mb8 {
  margin-bottom: 8px; }

.mt0 {
  margin-top: 0; }

.mt5 {
  margin-top: 5px; }

.mr5 {
  margin-right: 5px; }

.mr10 {
  margin-right: 10px; }

.mb5 {
  margin-bottom: 5px; }

.border-0 {
  border: 0; }

.d-flex {
  display: flex; }

.flex-direction-column {
  flex-direction: column; }

.justify-content-sb {
  justify-content: space-between; }

.align-items-center {
  align-items: center; }

.position-relative {
  position: relative; }

.td-underline {
  text-decoration: underline; }

.mb-10 {
  margin-bottom: 10px; }

.mb25 {
  margin-bottom: 25px; }

.mb35 {
  margin-bottom: 35px; }

.ls-04 {
  letter-spacing: 0.4px; }

.mt30 {
  margin-top: 30px; }

.mt15 {
  margin-top: 15px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.ml5 {
  margin-left: 5px; }

.ml20 {
  margin-left: 20px; }

.pl10 {
  padding-left: 10px; }

.w-100 {
  width: 100%; }

.mb15 {
  margin-bottom: 15px; }

.m10 {
  margin: 10px; }

.mb20 {
  margin-bottom: 20px; }

.pr20 {
  padding-right: 20px; }

.mr20 {
  margin-right: 20px; }

body {
  font-family: "Avenir", sans-serif; }
  body button,
  body input,
  body select,
  body textarea {
    font-family: "Avenir", sans-serif; }

textarea {
  resize: vertical; }

.active-category-btn {
  background-color: #1a7bb9 !important;
  color: #fff !important; }

.kk-timepicker__input-label {
  outline: 0; }

td.message-wrapper div {
  max-width: 45vw; }

.white-background {
  background-color: #fff; }

.grey-background {
  background-color: #f2f2f2; }

.white-color {
  color: #fff; }

.custom-container {
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-right: 40px;
  padding-top: 20px; }

.btn--cyan {
  width: 100%;
  background-color: #1AAA89;
  color: #fff;
  border-radius: 3px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  outline: none; }

.custom-blue-btn {
  background-color: #fff;
  color: #1a7bb9;
  border: solid 1.5px #1a7bb9;
  margin: 5px; }

.custom-blue-btn:hover {
  background-color: #fff;
  color: #21a8ff;
  border-color: #165e8c; }

.custom-element-container {
  max-width: 60vw;
  margin-left: 65px;
  margin-bottom: 30px;
  margin-top: 15px; }

.margin-bottom {
  margin-bottom: 25px; }

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

.color-blue {
  color: #92cfe5; }

.color-white {
  color: #fff; }

.blue-wrapper-content {
  margin: 10px 10px 10px; }

.title-container {
  width: 45vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px; }

.white-container {
  background-color: #fff;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-bottom: 1em;
  padding-top: 1em; }

.hash-container {
  width: 50vw;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px; }

.file-container {
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px; }

.file-link {
  text-align: left;
  margin-bottom: 3px; }

.text-rule {
  margin-left: 30px;
  text-align: start; }

.blue-text {
  color: #1a9cef;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px; }

.weight600 {
  font-weight: 600; }

.weight500 {
  font-weight: 500; }

.circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: solid 2px #1ab394;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.yellow-message-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.number-title {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500; }

.circle-number {
  font-size: 25px;
  margin-top: 5px; }

.vertical-line {
  border-left: solid 2px #1ab394;
  height: 140px;
  margin-left: 242px;
  margin-top: 0;
  margin-bottom: 0; }

.grey-block {
  background-color: #e3ebed;
  text-align: start;
  float: none;
  max-width: 350px;
  padding-top: 10px;
  border-radius: 5px;
  margin-bottom: 25px;
  display: inline-block; }

.grey-block-center {
  background-color: #e3ebed;
  text-align: center;
  float: none;
  max-width: 350px;
  padding-top: 10px;
  border-radius: 5px;
  margin-bottom: 25px;
  display: inline-block; }

.text-block {
  font-size: 14px;
  font-weight: 600; }

.color-turquoise {
  color: #1ab394; }

.first-rule-manual {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  background-color: inherit; }
  @media (max-width: 767px) {
    .first-rule-manual {
      flex-wrap: wrap; } }

.first-rule-manual > * {
  flex: 0 1 50%; }
  @media (max-width: 767px) {
    .first-rule-manual > * {
      flex: 0 1 100%; } }

.number-blocks-container {
  background-color: inherit;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center; }

.number-blocks-container-inside {
  margin-top: -20px;
  position: relative;
  display: flex;
  max-width: 350px;
  left: -20px;
  height: 80%;
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #ffffff;
  min-height: 475px; }

.number-blocks-container-inside:before {
  content: '';
  display: block;
  position: absolute;
  left: 25px;
  top: 15px;
  bottom: 15px;
  margin: auto;
  width: 2px;
  z-index: 10;
  background-color: #18a689; }

.number-blocks-container .number-block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: inherit;
  position: relative;
  z-index: 30; }

.number-blocks-container .circle {
  width: 50px;
  background-color: inherit;
  min-width: 50px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 600;
  /*height: 50px;*/ }

.number-blocks-container .number-description {
  text-align: left;
  padding-left: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600; }

.hideZendesk .zEWidget-launcher {
  display: none; }

div.md-datepicker-calendar-pane {
  z-index: 3000 !important; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.text-format {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.irs-bar {
  border-top: 1px solid #1ab394 !important;
  border-bottom: 1px solid #1ab394 !important;
  background: #1ab394 !important; }

.irs-bar-edge {
  border: 1px solid #1ab394 !important;
  background: #1ab394 !important; }

.irs-single {
  background: #1ab394 !important; }

.irs-min, .irs-max {
  display: none; }

.sidebar-tip {
  margin-top: 32px;
  border-left: 2px solid #999c9e;
  padding: 16px; }
  .sidebar-tip.first {
    margin-top: 0; }

.bg-img-full {
  background: url(/static/images/byron_background.png) repeat; }

.first-item {
  border-top: none !important; }

.f12 {
  font-size: 12px; }

.hoverable .show-on-hover {
  display: none; }

.hoverable:hover .show-on-hover {
  display: initial; }

.hoverable td:first-child span {
  margin-left: 20px; }

.modal-backdrop.am-fade {
  opacity: .5;
  transition: opacity .15s linear; }
  .modal-backdrop.am-fade.ng-enter {
    opacity: 0; }
    .modal-backdrop.am-fade.ng-enter.ng-enter-active {
      opacity: .5; }
  .modal-backdrop.am-fade.ng-leave {
    opacity: .5; }
    .modal-backdrop.am-fade.ng-leave.ng-leave-active {
      opacity: 0; }

.logo-element--image {
  width: 120px;
  height: auto; }

.nav .sidebar-icon i {
  margin-right: 0; }

.sidebar-icon {
  width: 17px;
  display: inline-block !important;
  text-align: center; }

.mini-navbar .logo-element--image {
  display: none; }

nav.navbar .user-link {
  font-weight: 100;
  padding: 0;
  line-height: 50px; }

.nav-badge {
  display: inline-block;
  min-width: 14px;
  padding: 4px 6px 3px 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fa3a5b;
  border-radius: 14px;
  margin-left: 8px; }

.page-heading.without-breadcrumbs {
  padding: 0 10px 10px 10px; }

.page-header-image--old {
  background: url(/static/images/top-bg.jpeg) no-repeat center top;
  background-attachment: fixed;
  height: 360px;
  width: 100%;
  z-index: -1;
  padding: 20px 0 0;
  margin: 0;
  margin-bottom: -215px;
  text-transform: capitalize; }

.project-meta dt, .project-meta dd {
  line-height: 28px; }
  .project-meta dt span.label, .project-meta dd span.label {
    line-height: 28px; }

#payment-form .hr-line-dashed {
  margin: 8px 0px; }

.attachments {
  margin-top: 20px;
  padding: 4px;
  border-top: 1px solid #e7eaec; }

.table.table-hover tr.selected {
  background: #E2FFFF; }

.inline-checkboxes {
  margin-top: 6px; }
  .inline-checkboxes label {
    font-weight: normal; }
  .inline-checkboxes input[type=checkbox] {
    display: inline-block;
    width: initial; }

/* TOOGLE SWICH */
.onoffswitch {
  position: relative;
  width: 64px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #1ab394;
  border-radius: 2px; }

.onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #1ab394;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right; }

.onoffswitch-switch {
  width: 20px;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #1ab394;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0; }

.form-group {
  position: relative; }
  .form-group--snippet {
    min-height: 90px; }

.same-is {
  position: absolute;
  top: -19px;
  right: 18px; }
  .same-is label {
    font-weight: normal; }

.mail-title {
  margin-bottom: 50px; }

.mail-pic {
  display: block;
  margin: 0 auto 10px; }

.mail-firstNumber {
  float: left;
  font-size: 20px;
  line-height: 35px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  text-decoration: underline; }

@media screen and (max-width: 991px) {
  .mail-help {
    margin-bottom: 15px; } }

.btn-connectMail {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 600;
  border: 3px solid #437194; }
  @media screen and (max-width: 991px) {
    .btn-connectMail {
      white-space: normal;
      text-align: center; }
      .btn-connectMail:before {
        display: none !important; } }
  .btn-connectMail:hover, .btn-connectMail:active, .btn-connectMail:focus, .btn-connectMail:active:focus {
    border: 3px solid #437194; }
  .btn-connectMail:before {
    display: inline-block;
    content: "";
    width: 40px;
    height: 20px;
    background: url("../images/mail_icon.png") no-repeat;
    background-size: contain;
    position: relative;
    top: 2px; }

.mail-step {
  max-width: 530px;
  margin: 0 auto 20px; }

.loginscreen > .ibox-content {
  border-radius: 3px; }

.ibox-content blockquote {
  font-size: 100% !important;
  padding: 5px 10px !important;
  margin-bottom: 5px !important; }

.toggleShortMessage {
  background: #eee;
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #e7eaec;
  cursor: pointer;
  margin-left: 0px; }

.feedMessage .gmail_extra {
  display: none; }

.ibox-samemargin {
  padding: 5px 20px 1px; }

.creditCardIcon {
  height: 16px;
  left: 5px;
  position: relative;
  top: -1px; }

.signup-billing-logo {
  width: 120px;
  margin-bottom: 10px; }

.welcome-signup-logo {
  width: 310px;
  margin: 0 auto; }

.welcome-byron {
  padding: 20px 40px 30px 20px; }
  @media (max-width: 991px) {
    .welcome-byron {
      padding: 20px; } }

.welcome-byron-form,
.settings-profile-form {
  padding: 30px; }
  @media (max-width: 991px) {
    .welcome-byron-form,
    .settings-profile-form {
      margin-top: 20px; } }
  .welcome-byron-form input[type="date"].form-control,
  .settings-profile-form input[type="date"].form-control {
    line-height: 20px; }
  .welcome-byron-form .md-datepicker-input,
  .settings-profile-form .md-datepicker-input {
    font-size: 13px;
    line-height: 20px; }
  .welcome-byron-form .form-control,
  .settings-profile-form .form-control {
    padding: 6px 4px; }
  .welcome-byron-form select,
  .settings-profile-form select {
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/static/images/arrows-up-down.svg) no-repeat 99% #fff;
    background-size: 13px;
    padding-right: 12px; }
  .welcome-byron-form .form-group-time-zone + .form-control,
  .settings-profile-form .form-group-time-zone + .form-control {
    padding-right: 13px !important; }
  @media screen and (max-width: 1500px) {
    .welcome-byron-form .form-control,
    .settings-profile-form .form-control {
      font-size: 13px; } }
  @media screen and (max-width: 1280px) {
    .welcome-byron-form .decreese-padding,
    .settings-profile-form .decreese-padding {
      padding-left: 10px; } }
  @media (min-width: 1200px) and (max-width: 1230px) {
    .welcome-byron-form .welcome-byron--zip-code,
    .settings-profile-form .welcome-byron--zip-code {
      padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .welcome-byron-form .p-w-xs,
    .settings-profile-form .p-w-xs {
      padding: 0 15px; }
    .welcome-byron-form .p-l-n,
    .settings-profile-form .p-l-n {
      padding-left: 15px; }
    .welcome-byron-form .p-r-xs,
    .settings-profile-form .p-r-xs {
      padding-right: 0; }
    .welcome-byron-form .p-r-n,
    .settings-profile-form .p-r-n {
      padding-right: 15px; }
    .welcome-byron-form .decreese-padding,
    .settings-profile-form .decreese-padding {
      padding-left: 15px; }
    .welcome-byron-form .margin-for-tablet,
    .settings-profile-form .margin-for-tablet {
      margin-top: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .welcome-byron-form .welcome-byron-form-name,
    .settings-profile-form .welcome-byron-form-name {
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .welcome-byron-form .welcome-byron--input-mobile,
    .settings-profile-form .welcome-byron--input-mobile {
      padding: 0 10px; } }

.welcome-byron-h3 {
  font-size: 20px;
  text-align: center;
  padding-left: 10%; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .welcome-byron-h3 {
      font-size: 16px;
      padding-left: 0; } }
  @media (max-width: 767px) {
    .welcome-byron-h3 {
      font-size: 16px;
      padding-left: 0;
      margin-top: 15px !important; } }

.welcome-byron-img {
  margin-top: 55px; }
  @media (max-width: 991px) {
    .welcome-byron-img {
      margin-top: 0; } }

.welcome-byron--button {
  float: right; }
  @media (max-width: 767px) {
    .welcome-byron--button {
      width: 100%; } }

.settings-profile {
  margin-top: 25px;
  color: grey;
  font-weight: 700; }
  @media (max-width: 1199px) {
    .settings-profile {
      margin-bottom: 10px; } }

.settings-profile__active {
  color: #1AAA89; }

@media (max-width: 1199px) {
  .settings-profile-form {
    margin-top: 0;
    padding: 20px; } }

.text-email::before {
  content: '<'; }

.text-email::after {
  content: '>'; }

.list-email-datetime {
  font-size: 10px; }

.toggle-email-subject {
  outline: none; }

.toggle-email-body {
  margin-top: 8px;
  max-width: 95%; }

.email-input-form {
  height: 90%;
  width: 90%; }

.flex-v-center {
  display: flex;
  align-items: center; }
  .flex-v-center.row::before, .flex-v-center.row::after {
    display: none; }
  .flex-v-center [class*="col-"] {
    float: none; }

.read-more-content {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  line-height: 18px; }

.read-less {
  max-height: 18px; }
  .read-less.scope {
    max-height: 36px; }

.form-error {
  color: #ff0000; }

.feedMessage--job-report, .feedMessage--montly-report {
  background-color: transparent;
  border: 2px solid #e7eaec;
  border-radius: 10px;
  padding: 10px 20px 7px 20px; }
  .feedMessage--job-report i, .feedMessage--montly-report i {
    color: #51ad92;
    font-size: 25px;
    float: left;
    position: relative;
    top: 4px; }

.feedMessage--montly-report i {
  color: #3f89de; }

.feedMessage-container--job-report {
  padding-left: 40px;
  padding-right: 30px; }

.feedMessage-time--job-report, .feedMessage-title--monthly-report {
  font-size: 14px;
  font-weight: 600;
  color: #51ad92;
  margin-bottom: 5px; }

.feedMessage-title--monthly-report {
  color: #3f89de; }

.feedMessage-text--job-report {
  font-size: 12px; }

.calendar-fc.fc .fc-toolbar .fc-center {
  float: none; }
  .calendar-fc.fc .fc-toolbar .fc-center > * {
    float: none; }
  .calendar-fc.fc .fc-toolbar .fc-center h5 {
    font-weight: 500; }

.notification-top {
  display: inline-block;
  position: relative;
  top: 6px;
  margin-right: 10px; }
  .notification-top a {
    padding: 0 !important;
    min-height: auto !important; }
  .notification-top .dropdown-menu {
    max-width: 270px;
    width: 270px;
    padding: 0;
    max-height: 368px;
    margin-top: 10px; }
    .notification-top .dropdown-menu .markAllAsRead-link {
      font-size: 12px;
      font-weight: 700;
      display: flex;
      width: 100%;
      padding: 10px 0 4px !important;
      justify-content: center; }
    .notification-top .dropdown-menu::before {
      position: absolute;
      content: "";
      right: 10px;
      top: -6px;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #CBC6C6; }
    .notification-top .dropdown-menu ul {
      padding: 0;
      border-bottom: 1px solid #e5e5e5;
      overflow-y: scroll;
      max-height: 290px; }
      .notification-top .dropdown-menu ul li {
        padding: 10px; }
        .notification-top .dropdown-menu ul li:first-child {
          margin-top: 0; }
        .notification-top .dropdown-menu ul li:last-child {
          margin-bottom: 0; }
        .notification-top .dropdown-menu ul li a {
          white-space: normal;
          font-size: 12px;
          text-decoration: none;
          color: #676a6c;
          position: relative;
          padding-left: 35px !important;
          display: inline-block;
          width: 100%; }
          .notification-top .dropdown-menu ul li a:before {
            display: inline-block;
            content: ' ';
            background-image: url(/static/images/messaging.svg);
            background-size: 16px 16px;
            height: 16px;
            width: 16px;
            margin-right: 10px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
      .notification-top .dropdown-menu ul .newNotification:hover {
        background-color: #f5f5f5; }
        .notification-top .dropdown-menu ul .newNotification:hover:first-child {
          border-radius: 3px 3px 0 0; }
