html,
body {
  height: 100%;
  color: #404E67;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
}

.table {
  color: #404E67;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.text-gray {
  color: #aaa;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 2px;
}

a.asc:after {
  content: "\f0de";
}

a.desc:after {
  content: "\f0dd";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

.brand-logo-text {
  margin: 0 0 0 10px;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

/**/
html body .content {
  min-height: 0;
}

/* login-logo */
.login-logo img {
  max-width: 200px;
}

/* landing */
.logo-holder {
  text-align: center;
  padding: 30px 0 0;
  margin: 0 0 20px;
}

.logo-holder .logo {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}

.logo-holder .logo img {
  width: 100%;
}

.logo-holder .title {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.landing-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.landing-list .item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  padding: 0 15px 30px;
  text-align: center;
}

.landing-list .item .card {
  margin-bottom: 0;
  height: 185px;
  padding-top: 20px;
  font-size: 16px;
  line-height: 20px;
}

.landing-list .card-body {
  padding: 1.5rem 0.5rem;
}

.landing-list a {
  color: #939598;
}

.landing-list i {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  color: #00529c;
  font-size: 50px;
}

.landing-list strong {
  display: block;
  transition: all 0.2s ease;
}

/* level-btn-group */
.level-btn-group {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: 100%;
}

.level-btn-group > div {
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}

.level-radio {
  margin-bottom: 0;
  display: block;
  position: relative;
}

.level-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.level-radio span {
  display: block;
  padding: 10px 5px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

.level-btn-group > div:first-child .level-radio span {
  border-radius: 0.25rem 0 0 0.25rem;
}

.level-btn-group > div:last-child .level-radio span {
  border-radius: 0 0.25rem 0.25rem 0;
}

.level-text {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  display: block;
  padding: 3px;
}

.level-btn-group > div:first-child .level-text {
  text-align: left;
}

.level-btn-group > div:last-child .level-text {
  text-align: right;
}

.level-btn-group.mood-switcher {
  display: -ms-flexbox;
  display: flex;
  width: 250px;
}

.mood-block {
  cursor: pointer;
  width: 40px;
  margin: 0 auto 5px;
}

/**/
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/**/
.table-skills {
  table-layout: fixed;
  font-size: 13px;
}

.table-skills th {
  padding: 12px 25px 12px 5px;
  width: auto;
}

.table-skills td {
  padding: 10px 5px;
}

.table-skills .td-skills {
  width: 80px;
}

.table-skills .td-level {
  width: 40px;
}

.table-skills .td-date {
  width: 55px;
}

td.edit {
  cursor: pointer;
}

/**/
.skill-matrix-block .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.skill-matrix-block .table {
  table-layout: fixed;
}

.skill-matrix-block table.dataTable td,
.skill-matrix-block table.dataTable th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.skill-matrix-block table.dataTable td {
  vertical-align: middle;
}

.skill-matrix-block .table .priority {
  width: 12%;
}

.skill-matrix-block .table .edit {
  text-align: center;
  width: 5%;
  padding: 0.75rem 0.5rem;
}

.skill-matrix-block .table .level .progress {
  margin-bottom: 0;
}

.priority-select {
  border: none;
}

.filters-holder {
  margin-bottom: 10px;
}

.moreless-button, .show-hide {
  color: #018786;
  cursor: pointer;
  font-size: 14px;
}

/*#skill-logs_wrapper{*/
/*display: none;*/
/*visibility: hidden;*/
/*}*/
#skill-logs_wrapper.visible {
  display: block;
}

.progress {
  background-color: #fff;
}

.progress-bar {
  justify-content: left;
  background: linear-gradient(to right, #00B5B8, #d8f9f4);
}

.progress-bar .text {
  padding-left: 5px;
}

.kv-plugin-loading.loading-quarterlyconversationmodel-help_general {
  display: none;
}

.supporting-save, .client-save {
  margin-bottom: 10px;
}

.supporting-table.table th,
.supporting-table.table td,
.client-table.table th,
.client-table.table td {
  border-top: none;
}

tr.group td {
  border: none;
}

#skill-matrix .table th,
#skill-matrix.table td {
  border-top: none;
}

.ml5 {
  margin-left: 5px;
}

table.quarter tr td:first-child {
  width: 15%;
}

.scoring-list {
  margin: 0 0 15px;
}

.scoring-list .item {
  margin: 0 0 10px;
}

.scoring-list .item.active {
  color: #00B5B8;
}

.form-group.required > label:after {
  content: ' *';
  color: #f00;
}

/* toggle-sidebar */
.toggle-links {
  position: relative;
}

.toggle-links > div {
  position: absolute;
  top: 20px;
}

.toggle-links .left {
  left: -15px;
}

.toggle-links .right {
  right: 15px;
}

.toggle-links > div span {
  cursor: pointer;
}

.sidebar-toggle {
  position: fixed;
  z-index: 3;
  display: block;
  background: #0952a4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 2px 0 0;
  animation-name: toggle-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

.sidebar-toggle:hover, #app-content:not(.hide-sidebar-left) .sidebar-toggle {
  color: #b0bec5;
}

body .hide-sidebar-right .content-detached.content-left .content-body {
  margin-right: 0;
}

.hide-sidebar-right .sidebar-right {
  margin-right: -330px;
}

body .hide-sidebar-left .content-detached.content-right .content-body {
  margin-left: 0;
}

.hide-sidebar-left .sidebar-left {
  margin-left: -330px;
}

.skillmatrix-content .sidebar-left {
  bottom: 25px;
  max-height: 100%;
}

.skillmatrix-content .sidebar-left .sidebar {
  height: 100%;
}

.skillmatrix-content .content-body {
  margin-left: 0;
}

.list-popup {
  position: absolute;
  width: 500px;
  min-height: 300px;
  z-index: 2;
  right: 35px;
  top: 30px;
}

.list-button,
.print-button {
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 15px;
}

#navigation {
  background: #fff;
}

#navigation .nav-link {
  color: #000;
}

/*header + nav*/
.header-navbar.navbar-brand-center .navbar-header {
  left: 80px;
  transform: none;
  z-index: 2;
}

.header-navbar .navbar-header .navbar-brand {
  /*max-width: 200px;*/
  /*padding: 9px 0;*/
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.main-menu.menu-fixed {
  height: auto;
  left: -230px;
}

#main-menu-navigation .nav-item .nav-link {
  padding: 0.7rem 1rem;
  color: #000;
}

#main-menu-navigation .nav-item .nav-link:hover {
  color: #00529c;
  background: #f5f7fa;
}

.nav .nav-item i {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

/**/
.main-header-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #000;
}

.qc-form .control-label {
  font-weight: 700;
}

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

/**/
.resources-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.resources-list .item {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 15px 30px;
  text-align: center;
  /*overflow: hidden;*/
}

.resources-list .item .card {
  margin: 0;
  height: 185px;
  padding-top: 30px;
  font-size: 16px;
  line-height: 20px;
}

.resources-list .item .card-header:empty {
  display: none;
}

.resources-list .item .card-body {
  padding: 1.5rem 0.5rem;
}

.resources-list .item .icon {
  color: #0054bb;
  font-size: 40px;
  margin: 0 0 20px;
}

.resources-list .title {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #0054bb;
}

.resources-list .title a {
  color: #0054bb;
}

.resources-list .title a:hover {
  color: #404e67;
}

.resources-list.black .item .icon,
.resources-list.black .title,
.resources-list.black .title a {
  color: #000;
}

.resources-list.black .title a:hover {
  color: #404e67;
}

.resources-list .item .actions {
  position: absolute;
  top: 10px;
  right: 10px;
}

.resources-list .item .actions a {
  color: #d9d9d9;
  font-size: 20px;
  transition: all 0.2s ease;
}

.resources-list .item .actions a:hover {
  color: #333;
}

.resources-list .item-btn .modal {
  text-align: left;
}

.resources-list .add-item {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  border-radius: 0;
  padding-top: 45px;
  width: 100%;
  height: 185px;
  color: #014079 !important;
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.resources-list .add-item,
.resources-list .add-item:visited {
  background-color: #fff !important;
  border-color: #fff !important;
}

.resources-list .add-item:hover {
  background-color: #e4f0fb !important;
  border-color: #e4f0fb !important;
}

.resources-list .add-item i {
  display: block;
  font-size: 40px;
  margin: 0 0 20px;
}

/*suggestion*/
.suggestion-form .card-title {
  font-weight: bold;
}

.suggestion-form .second-title {
  font-weight: 300;
  font-size: 0.95rem;
  margin: 0;
}

/**/
.suggestion-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -15px;
}

.suggestion-list .item {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 15px 30px;
  text-align: center;
}

.suggestion-list .item .card {
  justify-content: center;
  margin-bottom: 0;
  height: 185px;
  font-size: 16px;
  line-height: 20px;
}

.suggestion-list .item .card-header:empty {
  display: none;
}

.suggestion-list .card-body {
  padding: 1.5rem 0.5rem;
}

.suggestion-list a {
  color: #c025ff;
  transition: all 0.3s ease;
}

.suggestion-list a:hover {
  color: #404e67;
}

.suggestion-list img {
  width: 40px;
  margin: 0 0 10px;
}

.suggestion-list h2 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}

.suggestion-list i {
  cursor: auto;
  display: inline-block;
  vertical-align: middle;
}

.suggestion-list strong {
  display: block;
  transition: all 0.2s ease;
}

/**/
.tags-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.tags-list > div {
  /*-ms-flex: 0 0 20%;*/
  /*flex: 0 0 20%;*/
  padding: 0 10px 20px;
}

.tags-list label {
  margin: 0;
  position: relative;
  display: block;
}

.tags-list span {
  position: relative;
  cursor: pointer;
  display: block;
  border-radius: 15px;
  border: 1px solid #0852a4;
  padding: 5px 10px;
  user-select: none;
  transition: all 0.3s ease;
}

.tags-list input[type="radio"]:checked + span {
  background: #0852a4;
  color: #fff;
}

.tags-list input[type="radio"] {
  position: absolute;
  opacity: 0;
}

@media (max-width: 1199px) {
  .landing-list,
  .resources-list {
    margin: 0 -10px;
  }
  .landing-list .item,
  .resources-list .item {
    padding: 0 10px 20px;
  }
  .landing-list .item .card,
  .resources-list .item .card,
  .resources-list .add-item {
    height: 165px;
    font-size: 14px;
  }
  .landing-list .item .card {
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .landing-list .item .card {
    height: 145px;
    padding-top: 0;
  }
  .resources-list .item .card {
    height: 145px;
    padding-top: 25px;
  }
  .resources-list .add-item {
    height: 145px;
  }
}

@media (max-width: 575px) {
  /* landing */
  .landing-list {
    padding: 0;
    margin: 0 -10px;
  }
  .landing-list .item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 10px 20px;
  }
  .landing-list .icon {
    width: 50px;
    height: 50px;
  }
  /* level-btn-group */
  .level-btn-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }
  .level-radio {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
  }
  .level-btn-group > div:first-child .level-radio span {
    border-radius: 0.25rem 0.25rem 0 0;
  }
  .level-btn-group > div:last-child .level-radio span {
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .level-text {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 479px) {
  .login-logo img {
    max-width: 160px;
  }
}

.form-group.form-checkboxes.error > .form-control {
  color: #dc3545;
  border-color: #dc3545;
}

.help-block {
  display: block;
  margin: 2px 0 5px;
  color: #737373;
  font-size: 13px;
  line-height: 15px;
}

.has-error .form-control {
  color: #dc3545;
  border-color: #dc3545;
}

.has-error .help-block,
.has-error label {
  color: #dc3545;
}

.date-holder {
  width: 135px;
}

.half-form {
  max-width: 600px;
}

.half-form .input-group-append .btn {
  border-radius: 0 0.375rem 0.375rem 0 !important;
}

.other-control {
  display: none;
  margin-bottom: 1.8rem;
  margin-top: -0.75rem;
}

.form-control.is-invalid ~ .select2-container--krajee-bs4 .select2-selection {
  border-color: #dc3545;
}

body .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
  top: 0;
}

body .select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice__remove {
  padding-top: 2px;
}

.bd-tracker-filter > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}

.bd-tracker-filter .fee-holder {
  width: 350px;
}

.tab-content {
  padding-top: 1rem;
}

#scores-table th {
  white-space: normal;
}

.values li {
  cursor: pointer;
}

.red-text {
  color: red;
}

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

#quarters-table th, #quarter-progress-table th {
  white-space: normal;
  line-height: 1.2;
}

.values-board {
  list-style-type: none;
}

.values-board span {
  margin-right: 10px;
}

.values-board li {
  margin: 10px 0;
}

#career-table td {
  white-space: nowrap;
}

.leadership-user {
  position: fixed;
  top: 7px;
  left: 320px;
  z-index: 1050;
  white-space: nowrap;
}

.leadership-user label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.leadership-user .form-control {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-checkboxes .modal-radio {
  margin-bottom: 10px;
}

.form-checkboxes .modal-radio:last-child {
  margin-bottom: 0;
}

.form-checkboxes .modal-radio label {
  margin-bottom: 0;
}

.form-checkboxes .modal-radio input[type="radio"] {
  margin-right: 5px;
}

.form-checkboxes .modal-radio span {
  cursor: pointer;
}

.print-content {
  display: none !important;
}

.view-form .qc-form button {
  display: none;
}

@media print {
  form label,
  form .form-control {
    color: #000;
  }
  #navbar-mobile,
  .menu-toggle,
  .vertical-overlay-menu.menu-open .main-menu {
    display: none !important;
  }
  body {
    color: #000;
    padding-top: 0 !important;
    background-color: #fff;
  }
  .navbar-container {
    padding: 0;
  }
  .header-navbar {
    position: static;
  }
  .header-navbar.navbar-border {
    border-bottom: none;
    margin: 0 0 20px;
  }
  .header-navbar.navbar-brand-center .navbar-header {
    position: static;
  }
  .leadership-user {
    position: static;
  }
  .leadership-user label {
    font-size: 1rem;
    line-height: 20px;
  }
  .leadership-user label:after {
    content: ':';
  }
  .leadership-user .form-control {
    line-height: 20px;
    height: auto !important;
    border: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  html body .content .content-wrapper {
    padding: 0;
  }
  .card {
    box-shadow: none;
  }
  .card-header {
    padding: 0;
    margin: 0 0 20px;
  }
  .card-body {
    padding: 0;
    page-break-before: avoid;
    break-before: avoid;
  }
  .card-header,
  .card-title {
    page-break-inside: avoid;
    break-inside: avoid;
    page-break-after: avoid;
    break-after: avoid;
  }
  .card-header + .card-content {
    page-break-before: avoid;
    break-before: avoid;
  }
  .print-row {
    margin: 0;
    display: block;
  }
  .print-row .col-6 {
    max-width: none;
    padding: 0;
  }
  .field-period {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 15px;
    font-size: 1rem;
    line-height: 1.25;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .field-period label {
    margin: 0 10px 0 0;
  }
  .field-period label:after {
    content: ':';
  }
  .field-period .form-control {
    display: inline-block;
    vertical-align: top;
    height: auto !important;
    width: auto;
    border: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .print-hide {
    display: none;
  }
  .print-table {
    font-size: 12px;
    color: #000;
  }
  table.dataTable.print-table {
    border-collapse: collapse !important;
  }
  .print-table thead th {
    white-space: normal;
    vertical-align: top;
  }
  .print-table th,
  .print-table td {
    padding: 5px;
    width: auto !important;
  }
  .print-table td a {
    color: #000;
  }
  .print-table th .icon-info,
  .card-title .icon-info {
    display: none;
  }
  .print-table tbody:empty:after {
    content: 'No data';
    display: block;
    padding: 5px 15px;
  }
  .print-table th.td-month {
    font-size: 0;
  }
  .print-table .td-date {
    white-space: nowrap;
  }
  #career-table {
    font-size: 11px;
  }
  canvas {
    max-width: 100% !important;
  }
  .print-content {
    display: block !important;
    border: 1px solid #ccd6e6;
    border-radius: 0.25rem;
    padding: 5px 10px;
    min-height: 40.5px;
  }
  textarea {
    display: none !important;
  }
  .form-group,
  .form-control,
  label {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .qc-form .client-table,
  label {
    page-break-after: avoid;
    break-after: avoid;
  }
  .qc-form .client-form {
    page-break-before: avoid;
    break-before: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .qc-form button {
    display: none;
  }
}

@keyframes toggle-animation {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

.goal-trophy {
  width: 69px;
  height: 43px;
  position: absolute;
  vertical-align: middle;
  margin-top: 43px;
  margin-left: -99px;
  border: 0;
  background: none;
  font: normal 26px Arial;
  text-align: center;
  color: #babfc7;
  padding: 0;
  -webkit-appearance: none;
  font-size: 43px;
}

.goal-icon-trophy {
  width: 69px;
  height: 43px;
  position: absolute;
  vertical-align: middle;
  margin-top: 43px;
  margin-left: -99px;
  border: 0;
  background: none;
  font: bold 26px Arial;
  text-align: center;
  color: #babfc7;
  padding: 0;
  -webkit-appearance: none;
  display: none;
}

table.goal-table {
  table-layout: fixed;
}

.goal-table th,
.goal-table td {
  padding: 0.75rem 1rem;
  width: 90px;
}

.goal-table .td-details {
  width: auto;
}

.goal-table .td-details > span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.goal-table .td-measure {
  width: 70px;
}

.goal-table .td-days {
  width: 60px;
}

.goal-table .td-supp {
  width: 80px;
}

.goal-table .td-status {
  width: 300px;
}

.goal-table.wide .td-status {
  width: 110px;
}

.goal-table .td-edit {
  width: 1px;
}

.goal-table .td-edit i {
  cursor: pointer;
}

.goal-table .progress {
  height: 0.45rem;
  background-color: #ced6e77a !important;
}

.goal-table .progress-bar {
  background: none;
}

.progress-bar.status-0, .progress-bar.status-20 {
  background-color: #ff7588;
}

.progress-bar.status-40, .progress-bar.status-60 {
  background-color: #ffa87d;
}

.progress-bar.status-80 {
  background-color: #7fe5c5;
}

.progress-bar.status-100 {
  background-color: #20d1ac;
}

.knob-canvas {
  position: relative;
  text-align: center;
}

.knob-canvas > div {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -65px;
}

.knob-list {
  padding: 0;
  margin: 0 -15px;
  text-align: center;
}

.knob-list li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
}

/**/
.suggestion-form .row {
  margin: 0 -10px;
}

.suggestion-form .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.suggestion-form .inline-col {
  display: inline-block;
  vertical-align: top;
  width: 210px;
}

.suggestion-form .inline-col label {
  white-space: nowrap;
}

.suggestion-form .sort-col {
  width: 120px;
}

.suggestion-form .search-col {
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.suggestion-form .search-col .form-control {
  padding: 0.55em 1rem;
}

.suggestion-form .search-col .btn {
  margin-left: 2rem;
  margin-bottom: 1.5rem;
  padding: 0.55rem 1rem;
}

.suggestion-form .select2-container--krajee .select2-selection--single .select2-selection__clear {
  top: 4px;
  right: 25px;
}

.suggestion-view .card-header h4 + br {
  display: none;
}

.vote-list {
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.vote-list > div + div {
  border-top: 1px solid #f2f2f4;
}

.vote-list > div.summary {
  padding: 20px;
  text-align: right;
}

.vote-list > div.empty {
  padding: 20px;
}

.vote-list .item {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 13px;
  line-height: 15px;
}

.vote-list .number-holder {
  text-align: center;
  width: 100px;
}

.vote-list .number-holder strong {
  display: block;
  color: #4f8196;
  font-size: 31px;
  line-height: 1;
}

.vote-list .info-holder {
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  border-left: 1px solid #e0e0e2;
  overflow: hidden;
}

.vote-list h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vote-list h3 a {
  color: #000;
}

.vote-list h3 a:hover {
  color: #4f8196;
}

.vote-list .info-holder p {
  margin: 0 0 5px;
}

.vote-item h3 {
  color: #000;
  margin: 0 0 15px;
}

.vote-item .item {
  display: -ms-flex;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 50px;
  margin: 0 0 15px;
  border-bottom: 1px solid #f2f2f4;
}

.vote-item .number-holder {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  position: relative;
  text-align: center;
}

.vote-item .number-holder strong {
  display: block;
  color: #4f8196;
  font-size: 31px;
  line-height: 1;
}

.vote-item .number-holder .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.vote-item .info-holder {
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  border-left: 1px solid #e0e0e2;
  overflow: hidden;
  position: relative;
}

.vote-item .info-holder p {
  margin: 0 0 5px;
}

.vote-item .info-holder .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.comment-list > div + div {
  border-top: 1px solid #e0e0e2;
  padding: 15px 0 0;
  margin: 15px 0 0;
}

.comment-list .heading {
  position: relative;
  margin: 0 0 5px;
  padding: 0 50px 0 0;
}

.comment-list .date {
  display: block;
  font-style: italic;
}

.comment-list .title {
  display: block;
}

.comment-list .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.compliment-page,
.invent-page,
.vent-page {
  background-image: url("../images/bg-compliment.png");
  background-repeat: repeat;
  background-position: 0 0;
}

.invent-page {
  background-image: url("../images/bg-invent.png");
}

.vent-page {
  background-image: url("../images/bg-vent.png");
}

.compliment-page .content-header-right:first-child,
.invent-page .content-header-right:first-child,
.vent-page .content-header-right:first-child {
  flex: 1;
  max-width: none;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 15px 30px !important;
  box-shadow: 0 10px 15px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.compliment-page .content-header-right:first-child .breadcrumb,
.invent-page .content-header-right:first-child .breadcrumb,
.vent-page .content-header-right:first-child .breadcrumb {
  float: none;
  font-size: 20px;
  text-transform: none;
}

.compliment-page .content-header-right:first-child .active,
.invent-page .content-header-right:first-child .active,
.vent-page .content-header-right:first-child .active {
  font-weight: bold;
}

.compliment-page .content-header-right:first-child .active:before,
.invent-page .content-header-right:first-child .active:before,
.vent-page .content-header-right:first-child .active:before {
  font-weight: normal;
}

.lets-action-status {
  background-color: #4f8196;
}

body .bg-color-nav {
/*  background-color: #0066ff;*/
  background-color: #E04264;
}

/**/
.home-tabs {
  margin: 0 -15px 15px;
  border-bottom: none;
}

.home-tabs li {
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px 15px;
}

.home-chart canvas {
  width: 100% !important;
}

.nav.nav-tabs.home-tabs .nav-link {
  padding: 0;
  display: flex;
  border: 0;
}

.nav.nav-tabs.home-tabs .tab {
  height: 100%;
  width: 100%;
  color: #000;
  padding: 15px;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 15px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
  transition: all 0.2s ease;
}

.nav.nav-tabs.home-tabs a:hover .tab,
.nav.nav-tabs.home-tabs a.active .tab {
  box-shadow: 0 10px 15px 0 rgba(62, 57, 107, 0.25), 0 2px 9px 0 rgba(62, 57, 107, 0.25);
}

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.info-icon {
  display: inline-block;
  vertical-align: top;
  color: #bbb;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #bbb;
  text-align: center;
  font-size: 12px;
  transition: all 0.2s ease;
  margin: 0 0 0 5px;
}

.info-icon:hover {
  color: #fff;
  border-color: #fff;
}

.info-circle-icon {
  color: #bbb;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}

.home-page {
  padding: 0 !important;
}

.home-page .header-navbar.bg-color-nav {
  background: none;
  border: 0;
}

.home-page h1,
.home-page h2 {
  font-size: 40px;
  max-width: 670px;
  text-align: center;
  font-weight: 300;
  margin: 0 auto 40px;
  text-shadow: 0 0 5px #000;
}

.home-page .container {
  color: #fff;
}

.home-page .headline {
  text-transform: uppercase;
  text-align: center;
  padding: 5px;
  min-height: 29px;
  font-size: 14px;
  line-height: 18px;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home-container {
  min-height: 100%;
}

.home-slider {
  margin: 0 0 20px;
  padding: 0 20px;
}

.home-slider .home-slide {
  width: 33.33%;
  float: left;
  outline: none;
}

.home-slider-item {
  margin: 0 20px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.home-slider-item .info-text {
  font-size: 12px;
  color: #aaa;
}

.home-slider-item .info-text .positive-text,
.home-slider-item .info-text .negative-text {
  font-size: 14px;
  display: inline-block;
  min-width: 52px;
}

.home-slider-item .info-text-holder {
  text-align: left;
  min-height: 36px;
  line-height: 18px;
  margin: 0 0 5px;
}

.home-slider-item .positive-text {
  color: #1d8c84;
}

.home-slider-item .negative-text {
  color: #e06666;
}

.home-slider-item .frame {
  padding: 0 10px 15px;
  min-height: 200px;
}

.home-slider-item .frame .form-control {
  margin: 0 0 10px;
  color: #fff;
  background: none;
  padding: 0;
  border: 0;
  height: auto;
  width: auto;
}

.home-slider-item .frame .form-control option {
  color: #000;
}

.home-slider-item .heading {
  border-bottom: 1px solid #fff;
  padding: 10px;
  margin: 0 0 10px;
  min-height: 61px;
}

.home-slider-item .heading h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

.home-slider-item .heading .info-icon {
  float: right;
}

.home-slider-item .circular-chart-holder {
  margin: 0 auto;
}

.home-slider-item .circle {
  stroke-width: 1.5;
}

.home-slider-item .circle-bg {
  stroke: #ccc;
  stroke-width: 1.5;
}

.home-slider-item .number {
  display: block;
  font-size: 44px;
  line-height: 1;
  font-weight: 300;
  margin: auto 0 20px;
}

.home-slider-item .table-dashboard {
  font-size: 12px;
  line-height: 15px;
  table-layout: fixed;
  width: 100%;
}

.home-slider-item .table-dashboard .info-icon {
  width: 16px;
  height: 16px;
  font-size: 10px;
  padding: 1px;
  float: right;
  margin: 0 0 -1px 1px;
}

.home-slider-item .table-dashboard .info-icon .fa {
  vertical-align: top;
}

.home-slider-item .table-dashboard-holder {
  background: rgba(255, 255, 255, 0.2);
  background: #40322c;
  height: 139px;
  overflow: auto;
}

.home-slider-item .table-dashboard-holder::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.home-slider-item .table-dashboard-holder::-webkit-scrollbar-track {
  background: #eee;
}

.home-slider-item .table-dashboard-holder::-webkit-scrollbar-thumb {
  background: #9d8985;
  transition: all 0.3s ease;
}

.home-slider-item .table-dashboard-holder::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
  background: #8e7570;
}

.home-slider-item .table-dashboard th {
  position: sticky;
  top: 0;
  box-shadow: 0 1px 0 0 #999, 0 -1px 0 0 #999;
}

.home-slider-item .table-dashboard th,
.home-slider-item .table-dashboard td {
  border: 1px solid #999;
  background: #40322c;
  padding: 5px 3px;
  font-weight: 400;
  text-align: center;
}

.home-slider-item .table-dashboard th:first-child,
.home-slider-item .table-dashboard td:first-child {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 132px;
  max-width: 132px;
  position: sticky;
  left: 0;
  box-shadow: -1px 0 0 #999, 1px 0 0 #999;
  z-index: 2;
}

.home-slider-item .table-dashboard th:first-child {
  box-shadow: -1px 0 0 #999, 1px 0 0 #999, 0 1px 0 0 #999;
  z-index: 3;
}

.home-slider-item .table-dashboard .cell-quarter {
  width: 46px;
  min-width: 46px;
}

.home-slider-item .graph-example {
  height: 60px;
  position: relative;
  overflow: hidden;
}

.home-slider-item .graph-example:after {
  content: '';
  position: absolute;
  left: -10%;
  width: 120%;
  border: 2px solid #1d8c84;
  bottom: 15px;
  height: 100%;
  border-radius: 50% 140px 1000% 360%;
}

.chart-text-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  padding: 60px 50px;
  color: #fff;
}

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

.chart-number {
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
}

.chart-text {
  color: #ccc;
  font-size: 12px;
}

.chart-holder {
  overflow-x: auto;
}

.chart-track {
  width: 3000px;
  height: 400px;
}

.circular-chart-holder {
  position: relative;
  margin: 0 auto 50px;
  max-width: 280px;
}

.circular-chart {
  display: block;
  max-height: 280px;
}

.circle {
  fill: none;
  stroke-width: 2.1;
  animation: progress 1s ease-out forwards;
  stroke: #bf8561;
}

.circle-bg {
  fill: none;
  stroke: #4E342B;
  stroke-width: 3;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.loading {
  position: relative;
}

.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.6) url("../images/loader-icon.gif") no-repeat 50% 50%/50px 50px;
}

.dashboard-slider-next {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 60px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
}

.dashboard-slider-next:before {
  content: '\f107';
  font-family: FontAwesome;
  vertical-align: top;
}

.dashboard-slider-next:hover {
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
}

.dashboard-slider .dashboard-section {
  background: url("../images/home-bg.jpg") no-repeat 50% 50%/cover;
}

.dashboard-slider .pp-tableCell {
  position: relative;
  padding: 60px 0;
}

.dashboard-slider .pillar-section .pp-tableCell {
  vertical-align: top;
  position: relative;
}

.dashboard-slider .pillar-section .container {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.dashboard-slider .pillar-section h2 {
  margin-bottom: 20px;
  min-height: 40px;
}

.dashboard-slider .pillar-section .dashboard-slider-next {
  bottom: -60px;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  left: -10px;
  padding: 5px;
  transform: translateY(-50%);
  border: 0;
  background: none;
  color: #fff;
  opacity: 0.6;
  font-size: 0;
  line-height: 1;
  z-index: 10;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  outline: none;
  transition: all 0.2s ease;
}

.slick-slider .slick-arrow:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 50px;
}

.slick-slider .slick-arrow:hover {
  opacity: 1;
}

.slick-slider .slick-arrow.slick-disabled {
  visibility: hidden;
}

.slick-slider .slick-next {
  left: auto;
  right: -10px;
}

.slick-slider .slick-next:before {
  content: '\f105';
}

.pillar-select {
  text-align: right;
  position: fixed;
  right: 27px;
  top: 67px;
}

.pillar-select .form-control {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  color: #fff;
  border: 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
}

.pillar-select .form-control:focus {
  outline: none;
  box-shadow: none;
}

.pillar-slider .slick-next {
  right: -30px;
}

.pillar-slider .slick-prev {
  left: -30px;
}

.pillar-slider .pillar-slide {
  outline: none;
  width: 33.33%;
  float: left;
  padding: 0 15px;
  height: 100%;
}

.pillar-slider-item {
  background: rgba(0, 0, 0, 0.5);
  max-height: calc(100vh - 134px);
  display: flex;
  flex-direction: column;
  padding: 0 0 10px;
  height: 100%;
}

.pillar-body {
  overflow-y: auto;
  margin: 0 5px 0 0;
  padding: 0 5px 0 10px;
}

.pillar-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.pillar-body::-webkit-scrollbar-track {
  background: #eee;
}

.pillar-body::-webkit-scrollbar-thumb {
  background: #9d8985;
  transition: all 0.3s ease;
}

.pillar-body::-webkit-scrollbar-thumb:hover {
  background: #8e7570;
}

.pillar-heading {
  padding: 10px;
}

.pillar-heading h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

.pillar-block {
  background: #fff;
  padding: 8px;
  color: #333;
  line-height: 18px;
  border-left: 4px solid #ffe3da;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin: 10px 0 0;
  transition: all 0.2s ease;
}

.pillar-block:hover {
  background: #eee;
  cursor: pointer;
}

.pillar-block:first-child {
  margin: 0;
}

.pillar-block.status-blue {
  border-color: #61abed;
}

.pillar-block.status-green {
  border-color: #16d39a;
}

.pillar-block.status-red {
  border-color: #ff6275;
}

.pillar-status {
  margin: 5px 0 0;
  font-size: 13px;
}

.pillar-status strong {
  color: #666;
}

.pillar-footer {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}

.pillar-date {
  font-size: 12px;
}

.pillar-info {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.pillar-info li {
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: top;
}

.pillar-team {
  list-style: none;
  padding: 0;
  margin: 0 0 0 auto;
}

.pillar-team li {
  width: 32px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  vertical-align: top;
}

.pillar-team li + li {
  margin: 0 4px 0 0;
}

.pillar-footer .pillar-team li + li {
  margin: 0 0 0 -10px;
}

.pillar-comments {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}

.pillar-comments li {
  padding: 10px 0 0;
  line-height: 18px;
}

.pillar-comments .date {
  font-size: 12px;
  color: #999;
}

.strategic-slider {
  margin: 0 10px;
}

.strategic-slider .slick-arrow:before {
  font-size: 40px;
}

.strategic-slider .slick-prev {
  left: -25px;
}

.strategic-slider .slick-next {
  right: -25px;
}

.strategic-slide {
  width: 33.33%;
  padding: 0 15px;
  outline: none;
}

.strategic-slide .holder {
  background: rgba(0, 0, 0, 0.6);
}

.strategic-slide .frame {
  display: flex;
}

.strategic-slide .text-holder {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  margin: auto;
}

.strategic-slide .strategic-aside {
  display: flex;
  flex-direction: column;
}

.strategic-slide .strategic-aside .text {
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding: 5px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.strategic-slide .strategic-aside .counter {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  padding: 5px 0 10px;
}

.goal-item {
  margin: 0 0 20px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  min-height: 62px;
}

.goal-item .name {
  width: 240px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 15px;
  font-size: 18px;
  line-height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.goal-item .text-holder {
  align-self: center;
  padding: 10px 15px;
}

.read-more-holder {
  text-align: right;
  margin: -30px 0 10px;
}

.read-more-holder a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.read-more-holder a:hover {
  color: #fff;
  opacity: 0.7;
}

.home-tabs h2 {
  margin: 0 0 15px;
}

.home-tabs .icon-holder {
  margin: 0 0 15px;
  height: 29px;
}

.home-tabs .icon-holder .icon {
  color: #06f;
  font-size: 24px;
  line-height: 1;
}

/*.home-tabs .icon-vent{*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    background: url('../images/icon-vent.png') no-repeat 0 0;*/
/*    -webkit-background-size: 100% 100%;*/
/*    background-size: 100% 100%;*/
/*}*/
.home-container .tab-content {
  padding: 30px 15px 15px;
  box-shadow: 0 10px 15px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
  background: #fff;
}

.card-body {
  padding: 17px;
}

.tab-btn-holder {
  padding: 10px 0 5px;
  text-align: right;
}

.skills-table {
  table-layout: fixed;
}

.skills-table .td-details span {
  max-width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dataTables_wrapper.container-fluid {
  padding: 0;
}

.account-container .card {
  margin: 0;
  height: 100%;
}

.account-container .row {
  margin-bottom: 25px;
}

.account-general-info .card {
  min-height: 350px;
}

.account-general-info #my-world-map-markers {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.account-general-info .profile-card-with-cover .account-image {
  cursor: pointer;
}

.account-general-info .profile-card-with-cover .card-profile-image {
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}

.skills-box .card {
  height: 100%;
}

.skills-box .table th,
.skills-box .table td {
  vertical-align: middle;
  padding: 10px;
}

.skills-box .table .progress {
  margin: 0;
}

.account-info-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

#app-content .upload-kit li .glyphicon {
  font-family: FontAwesome;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  margin: -25px 0 0;
  transition: all 0.2s ease;
}

#app-content .upload-kit li .glyphicon:hover {
  opacity: 0.7;
}

#app-content .upload-kit li .glyphicon.glyphicon-remove-circle {
  margin-left: -25px;
  font-size: 34px;
  line-height: 40px;
}

#app-content .upload-kit li .glyphicon.glyphicon-remove-circle:before {
  content: '\f00d';
}

#app-content .upload-kit li .glyphicon.glyphicon-plus-sign:before {
  content: '\f055';
}

#app-content .upload-kit li .glyphicon.glyphicon-circle-arrow-down:before {
  content: '\f0ab';
}

.table-scroll {
  overflow-x: auto;
  margin: 0 0 6px;
}

.cell-actions {
  white-space: nowrap;
}

.cell-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}

.table-tracker {
  font-size: 13px;
  line-height: 16px;
}

.table-tracker th,
.table-tracker td {
  vertical-align: middle;
  padding: 4px 5px;
  background: #fff;
}

.table-tracker td {
  white-space: nowrap;
}

.table-tracker tr:nth-of-type(odd) td {
  background: #f2f2f2;
}

.table-tracker .cell-id,
.table-tracker .cell-company,
.table-tracker .cell-contact,
.table-tracker .cell-status,
.table-tracker .cell-actions {
  position: -webkit-sticky;
  position: sticky;
  white-space: normal;
}

.table-tracker .cell-id:after,
.table-tracker .cell-company:after,
.table-tracker .cell-contact:after,
.table-tracker .cell-status:after,
.table-tracker .cell-actions:after {
  content: '';
  position: absolute;
  right: -1px;
  width: 1px;
  height: 100%;
  top: 0;
  background: #e3ebf3;
}

.table-tracker .cell-actions:before,
.table-tracker .cell-id:before {
  content: '';
  position: absolute;
  left: -1px;
  width: 1px;
  height: 100%;
  top: 0;
  background: #e3ebf3;
}

.table-tracker .cell-id {
  min-width: 40px;
  left: 0;
}

.table-tracker .cell-company {
  min-width: 110px;
  left: 40px;
}

.table-tracker .cell-contact {
  min-width: 110px;
  left: 150px;
}

.table-tracker .cell-status {
  min-width: 90px;
  left: 260px;
  box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.2) inset;
}

.table-tracker .cell-actions {
  font-size: 14px;
  width: 1px;
  right: 1px;
  white-space: nowrap;
}

.table-tracker .cell-actions a + a {
  margin: 0 0 0 5px;
}

.table-tracker .cell-actions .btn {
  line-height: 14px;
  padding: 2px;
}

.diagonal-th .th {
  position: relative;
}

th:not(.cell-user-name) .rotate-th {
  width: 50px;
  line-height: 18px;
  height: 36px;
  padding: 8px 0 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 26px -25px;
  -ms-transform-origin: 26px -25px;
  transform-origin: 26px -25px;
  position: relative;
  z-index: 5;
}

th:not(.cell-user-name) .rotate-th-text {
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  position: absolute;
}

th:not(.cell-user-name) .rotate-th-border {
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
  width: 500px;
  background: #ccc;
}

#app-content .table-search .dataTable {
  border-collapse: collapse !important;
  line-height: 18px;
  width: auto;
}

#app-content .table-search th {
  padding: 0;
  border: 0;
}

#app-content .table-search th.cell-user-name {
  padding: 8px 5px;
}

#app-content .table-search th.color-cell:before, #app-content .table-search th.color-cell:after {
  position: absolute;
  left: 18px;
  bottom: 2px;
  font-size: 18px;
}

#app-content .table-search th.color-cell:after {
  margin: 0 0 0 5px;
}

#app-content .table-search td {
  padding: 8px 5px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

#app-content .table-search .color-cell {
  padding: 0;
  height: 35px;
}

#app-content .table-search .color-cell > span {
  display: flex;
  padding: 8px 5px;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#app-content .table-search .color-cell .last-update-badge {
  padding: 3px;
  line-height: 1;
  flex-wrap: wrap;
}

#app-content .table-search .color-cell .last-update-badge .text {
  font-size: 10px;
  margin: -2px 0 0;
  width: 100%;
}

#app-content .table-search .cell-user-name {
  white-space: nowrap;
  text-align: left;
}

.skill-color-1 {
  background: #edf8f3;
}

.skill-color-2 {
  background: #dbf0e6;
}

.skill-color-3 {
  background: #c9e9da;
}

.skill-color-4 {
  background: #b7e1cd;
}

.skill-color-5 {
  background: #9fe1bd;
}

.skill-color-total {
  background: #64C093;
}

@media (max-width: 1499px) {
  .goal-table.wide .td-details {
    width: 150px;
  }
}

@media (max-width: 1199px) {
  .suggestion-form .inline-col {
    width: 210px;
  }
  .suggestion-form .sort-col {
    width: 110px;
  }
}

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