html,
body {
  height: 100%;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: rgb(246, 246, 246);
}

.image-area {
  position: relative;
}

.remove-image-button {
  position: absolute;
  bottom: 40;
  right: 0;
  border-radius: 0;
}

.image-area img {
  object-fit: cover;
  cursor: pointer;
}

.card {
  box-shadow: 5px 5px rgba(0,0,0,.025);
}

.card-email {
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.btn .fal {
  margin-right: 5px;
}

a .fal {
  margin-right: 10px;
}

.icon {
  text-align: center;
}

.green {
  color: #9EC83D;
}

.orange {
  color: #F9AF15;
}

.red {
  color: #F3721E;
}

.blue {
  color: #199ED7;
}

.text-gray {
  color: rgba(0,0,0,.7);
}

a.light {
  color: rgba(0,0,0,.6);
}

.search-button {
  height: calc(2.25rem + 2px);
}

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

.deadline-owner {
  font-size: 14px;
}

/* Loading */
div.loading {
  opacity: 0.3;
}

.status-dropdown .btn {
  font-size: 1.75rem;
  line-height: 1.2;
  padding: 0;
}

.status-dropdown.small .btn {
  font-size: 1rem;
}

.status-dropdown .btn:hover,
.status-dropdown .btn:active,
.status-dropdown .btn:focus {
  text-decoration: none;
}

.status-dropdown .dropdown-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

.status-column {
  white-space: nowrap;
}

/* Large modal */
@media (min-width: 1100px) {
  .modal-xl {
      max-width: 1000px;
  }
}

@media (min-width: 1300px) {
  .modal-xl {
      max-width: 1200px;
  }
}

/* Timeline */
.card-top-section {
  padding: 15px;
  width: 100%;
  border-bottom: 1px rgb(205, 205, 205) dashed;
  margin-bottom: 10px;
}

ul.timeline {
  list-style-type: none;
  position: relative;
  margin-top: 10px;
}
ul.timeline:before {
  content: ' ';
  background: #4DC57D;
  display: inline-block;
  position: absolute;
  left: 200px;
  width: 1px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li {
  position: relative;
  padding-left: 200px;
}

ul.timeline .timeline-icon {
  display: inline-block;
  background-color: #FFF;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #4DC57D;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  left: 145px;
  z-index: 400;
}

ul.timeline .timeline-icon:before {
  color: #4DC57D;
}

ul.timeline > li:first-child .timeline-icon {
  background-color: #4DC57D;
}

ul.timeline > li:first-child .timeline-icon:before {
  color: #FFF;
}

ul.timeline .timeline-timestamp {
  position: absolute;
  width: 150px;
  left: -10px;
  top: 0;
}

ul.timeline .timeline-title {
  margin-bottom: 10px;
}

ul.timeline .expiration-date {
  color: #CDCDCD;
  margin-left: 20px;
}

ul.timeline .expiration-date.expires {
  color: #f3721e;
}

ul.timeline .expiration-date.expired {
  color: #ff0000;
}

ul.timeline > li:last-child .timeline-title {
  margin-bottom: 0;
}

ul.timeline > li > p {
  padding-top: 5px;
}

ul.timeline .comment-container {
  border: 1px solid #CDCDCD;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

ul.timeline .comment-container .comment-chevron {
  position: absolute;
  background: #FFF;
  color: #CDCDCD;
  top: -9px;
  font-size: 12px;
  left: 20px;
}

ul.timeline .comment-container .comment-tagline,
ul.timeline .comment-container .comment-tagline a {
  color: #CDCDCD;
}

ul.timeline .comment-container p {
  margin-bottom: 0;
}

/* Customer specific timeline styling */
ul.timeline.customer-view:before {
  left: 150px;
}

ul.timeline.customer-view > li {
  padding-left: 150px;
}

ul.timeline.customer-view .timeline-icon {
  left: 95px;
}

ul.timeline.customer-view .timeline-timestamp {
  width: 100px;
}

/* Feedback button */
button.feedback-button {
  background: #662684;
  width: 150px;
  transform: rotate(90deg);
  border: none;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0.3em 1em;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  position: fixed;
  right: -58px;
  top: 25%;
}

/* Header */
.header {
  width: 100%;
  padding: 10px;
}

.header .brand-logo {
  height: 40px;
  display: inline-block;
  margin-left: 10px;
}

.header .brand-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-bottom: 0;

  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: inherit;
}

.header .brand-title:hover {
  text-decoration: none;
}

.header .user-dropdown .user-icon {
  font-size: 30px;
  vertical-align: middle;
  margin-left: 5px;
}

.header .user-dropdown .btn-link {
  color: #000;
}

.header .user-dropdown .btn-link:hover {
  text-decoration: none;
}

.navbar {
  background-color: #FFF;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,0.05);
  padding: 0;
}

.navbar .navbar-toggler {
  border: 0;
  line-height: 50px;
}

.navbar .nav-item a.nav-link {
  padding: 0 25px 0 25px;
  line-height: 50px;
}

.navbar .nav-item a.nav-link.active,
.navbar .nav-item[active=true] a.nav-link {
  background-color: #199ED7;
  color: #FFF;
}

.navbar .dropdown-menu {
  top: 88%;
  left: 3px;
}

#navigation {
  position: relative;
}

#navigation .running-timer {
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 50px;
}

/* Vue */
.fade-enter-active, .fade-leave-active {
    transition: opacity .15s linear;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}

[v-cloak] {
    display: none;
}

/* Tabs */
.tabs .nav-item {
  text-transform: uppercase;
}

.tabs .nav-item a {
  border-color: #e9ecef #e9ecef #dee2e6;
  margin-right: 10px;
  background-color: #fff;
  color: #000;
}


.tabs .nav-item a .badge {
  margin-left: 5px;
  background-color: #199ED7;
}

.tabs .nav-item a.active {
  background-color: #199ED7;
  border-color: transparent;
  color: #FFF;
}

.tabs .nav-item a.active .badge {
  background-color: #FFF;
  color: #199ED7;
}

/* Table */
.table-container {
  border-radius: 5px;
}

table.b-table[aria-busy='false'] {
  opacity: 1;
}
table.b-table[aria-busy='true'] {
  opacity: 0.6;
}

table th {
  outline: 0;
}

.table td, .table th {
  padding: 0.6rem;
}

.b-table.table > thead > tr > th[aria-sort],
.b-table.table > thead > tr > th.sorting,
.b-table.table > tfoot > tr > th[aria-sort] {
  position: relative;
  padding-right: 1.125em;
  cursor: pointer;
}

.b-table.table > thead > tr > th[aria-sort]::after,
.b-table.table > thead > tr > th.sorting::after,
.b-table.table > tfoot > tr > th[aria-sort]::after {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0.35em;
  padding-bottom: inherit;
  font-size: inherit;
  line-height: inherit;
  opacity: 0.2;
  content: "\2195";
  speak: none;
}

.b-table.table > thead > tr > th.sorting::after {
  opacity: 0.2;
  content: "\2195";
}

.b-table.table > thead > tr > th[aria-sort][aria-sort="ascending"]::after,
.b-table.table > tfoot > tr > th[aria-sort][aria-sort="ascending"]::after {
  opacity: 1;
  content: "\2193";
}

.b-table.table > thead > tr > th[aria-sort][aria-sort="descending"]::after,
.b-table.table > tfoot > tr > th[aria-sort][aria-sort="descending"]::after {
  opacity: 1;
  content: "\2191";
}

.b-table thead {
  background-color: rgb(242, 242, 242);
}

.b-table thead th {
  border-bottom: 0;
  font-weight: normal;
}

.b-table tbody {
  background-color: #FFF;
}

table.b-table.b-table-selectable > tbody > tr {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.time-input {
  width: 50px;
  border: 1px #ddd solid;
  border-radius: 3px;
  padding-left: 5px;
}

/* Consultant search */
.consultant-search-container .consultant-result {
  display: inline-block;
  text-align: center;
  width: 150px;
  cursor: pointer;
  position: relative;
}

.consultant-search-container .consultant-result img {
  margin-bottom: 10px;
}

.consultant-search-container .consultant-result .consultant-title {
  color: #199ED7;
}

.consultant-search-container .consultant-result .consultant-available-hours {
  border-radius: 50%;
  color: #FFF;
  line-height: 50px;
  width: 50px;
  font-size: 11px;
  position: absolute;
  bottom: 25px;
  right: 15px;
}

.consultant-search-container .consultant-result .consultant-available-hours.minimal {
    background-color: #f3721e;
}

.consultant-search-container .consultant-result .consultant-available-hours.maximal {
    background-color: #9ec83d;
}

img.rounded-circle.selected {
    border: 4px #0062cc solid;
}

/* Floating labels */
.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: 0 auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: .75rem .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(.75rem + .75rem * (2 / 3));
  padding-bottom: calc(.75rem / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(.75rem / 3);
  padding-bottom: calc(.75rem / 3);
  font-size: 12px;
  color: #777;
}

/* Password validation */
.password-validation-container {
  font-size: 12px;
}

.password-validation-container p {
  margin-bottom: 0.5rem;
}

.password-validation-container .satisfied {
  color: #9ec83d;
}

.password-validation-container .not-satisfied {
  color: #000;
}

/* Datepicker */
.vdp-datepicker .input-group:before {
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 1000;
  font-family: "Font Awesome 5 Pro";
  content: "\f133";
  font-weight: 300;
  padding: 6px;
}

.vdp-datepicker .input-group .input-group-text {
  width: 55px;
}

.vdp-datepicker input.form-control[readonly] {
  background-color: #FFF;
}

.vdp-datepicker input.form-control[disabled] {
  background-color: #eee;
}

.vdp-datepicker .today {
  background-color: rgb(221, 221, 221);
  border-radius: 5px;
}

/* Pagination */
.pagination-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Footer */
.color-block-wrapper {
    display: table;
    width: 100%
}

.color-block-wrapper .color-block {
    width: 25%;
    height: 10px;
    display: table-cell;
}

.color-block-wrapper .dark-orange-block {
    background-color: #f3721e;
}

.color-block-wrapper .light-orange-block {
    background-color: #f9af16;
}

.color-block-wrapper .green-block {
    background-color: #9ec83d;
}

.color-block-wrapper .purple-block {
    background-color: #662684;
}

/* Capacity overview */
.capacity-table {
  width: 100%;
}

.capacity-table th {
  height: 70px;
  background-color: #F2F2F2;
  text-align: center;
  width: 12.5%;
}

.capacity-table tr {
  border-bottom: 1px #eee solid;
}

.capacity-table td {
  background-color: #FFF;
  height: 90px;
  padding: 0;
}

.capacity-table .loading td {
  opacity: 0.5;
}

.capacity-table td.week-number {
  width: 200px;
  padding-left: 20px;
}

.capacity-table td.day {
  width: auto;
  text-align: center;
  border-left: 1px solid #979797;
}

.capacity-input {
  width: 50px;
  border: 0;
  border-radius: 10px;
  margin-top: 10px;
  outline: 0;
  text-align: center;
}

.capacity-input.green {
  background-color: #9ec83d;
  color: #FFF;
}

.capacity-input.orange {
  background-color: #f3721e;
  color: #FFF;
}

.capacity-input.placeholder {
  background-color: rgb(246, 246, 246);
}

.capacity-input[disabled] {
  opacity: 0.5;
}

.capacity-block-container {
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  height: 90px;
}

.capacity-block {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgb(246, 246, 246);
}

.capacity-block .fill {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.capacity-block .fill.green {
  background-color: #9ec83d;
}

.capacity-block .fill.orange {
  background-color: #f9af16;
}

.capacity-block .fill.red {
  background-color: #f3721e;
}

/*.capacity-block .fill.red {
  background-color: #ff0000;
}*/

.capacity-block .text {
  z-index: 10000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 80px;
  text-align: center;
}

/* Vue search select */
.ui.fluid.search,
.ui.fluid.search .search {
  padding: .65em 2.1em .65em 1em !important;
  min-height: 0 !important;
}

.form-group .vue-tags-input {
  margin: 0;
  max-width: 100% !important;
  width: 100%;
}

.form-group .ti-input {
  width: 100%;
  display: block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dropzone {
  border: 1px #199ED7 dashed;
  background: none;
}

.dropzone .dz-message {
  margin: 3em;
}

.btn-top-right {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* Supplier Portal TF progress section 8 */

.progress-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-line:not(:first-child) {
    border-top: 1px solid #cccccc;
}

.progress-line__label {
    font-size: 20px;
    padding: 1rem;
}

.progress-line__counts {
    display: flex;
}

.progress-line__count {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   width: 132px;
   height: 78px;
   border-left: 1px solid #cccccc;
}

.progress-line__number {
    font-size: 20px;
    margin-bottom: 2px;
}

.progress-line__status {
    font-size: 1rem;
    color: #999999;
}
