﻿@charset "UTF-8";
.dropdown-menu .dropdown-toggle:after {
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropdown-menu .dropdown-menu {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-menu li {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  left: 100% !important;
  top: -7px !important;
}

.submenu-left {
  right: 100% !important;
  left: auto !important;
}

.dropdown-menu > li:hover {
  background-color: #f1f1f1;
}

.dropdown-menu > li:hover > .submenu {
  display: block;
}

.dropdown-divider {
  color: #97a0b3;
  border-top: 1px solid;
}

footer {
  text-align: center;
}

.fc-day-sun, .fc-day-sat {
  background-color: #F5F5F5;
}

.map-tile {
  border: solid 3px #54BBBF;
  width: 100%;
  height: calc(100vh - 150px);
}

.navbar-right {
  padding-right: 10px !important;
}

.loading_spinner {
  padding: 50px;
  color: #54BBBF;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

.shadow {
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px 8px #888888;
}

.clickable,
.dropdown-menu,
.expandablePanel {
  cursor: pointer;
}

.popover-title {
  color: black;
}

.expandablePanel .panel-heading span {
  margin-top: -20px;
  font-size: 15px;
}

.dashboard-container {
  padding: 5px;
}

.dashboard-inner {
  background-color: oldlace;
  border-radius: 10px;
  margin: 5px;
  padding: 10px;
}

.highlightedopp {
  background: orange !important;
}

.highlighted {
  color: red !important;
}

tr.archived {
  text-decoration: line-through;
}

tr.failed, tr.overtime {
  color: red !important;
}

.notes {
  width: 100%;
  max-width: 100%;
}

.table-layout {
  display: table;
  width: 100% !important;
  height: auto;
  overflow: auto;
  clear: both;
}

.table-layout .table-row {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.table-layout .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.table-small {
  margin-bottom: 2px;
}

.table-small > tbody > tr > td,
.table-small > tbody > tr > th,
.table-small > tfoot > tr > td,
.table-small > tfoot > tr > th,
.table-small > thead > tr > td,
.table-small > thead > tr > th {
  padding: 4px;
}

.table-header-highlight {
  background-color: #54BBBF;
}

.table-row-highlight {
  background-color: #E6F7F7;
}

.table-row-highlight2 {
  background-color: #B2D33D;
}

.weekend {
  background-color: #ffceda;
}

.text_editor {
  border: none;
  background: #ddd;
  color: #000;
  font-size: 14px;
  font-family: arial;
  width: 200px;
  cursor: text;
}

#schedulerContainer {
  margin: auto !important;
  width: 80% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
}

#schedulerplaceholder {
  width: 100% !important;
  height: 20% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

#schedulerplaceholder .header {
  height: 30px !important;
  width: 100% !important;
  background: transparent !important;
  margin-bottom: 5px !important;
  display: flex !important;
  flex-direction: row !important;
}

#schedulerplaceholder .header h3 {
  margin: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
  position: relative !important;
  top: 50% !important;
  font-size: 1.2em !important;
  font-weight: 200 !important;
  transform: translateY(-50%) !important;
  user-select: none !important;
}

#schedulerplaceholder .align-block {
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
}

#schedulerplaceholder .header-item {
  width: 100% !important;
  height: 100% !important;
  margin: 2px !important;
}

#schedulerplaceholder .days-wrapper {
  width: 100% !important;
  height: 500px !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  position: relative !important;
}

#schedulerplaceholder .hour-header {
  display: flex !important;
  flex-direction: column !important;
  margin: 2px !important;
  background: transparent !important;
  width: 100% !important;
}

#schedulerplaceholder .hour-header-item {
  width: 100% !important;
  height: 100% !important;
  border: 1px white !important;
  border-style: solid !important;
}

#schedulerplaceholder .hour-header-item h5 {
  color: black !important;
  margin: 0 !important;
  text-align: right !important;
  vertical-align: middle !important;
  position: relative !important;
  top: 50% !important;
  font-size: 1em !important;
  font-weight: 100 !important;
  transform: translateY(-50%) !important;
  padding-right: 10% !important;
  user-select: none !important;
}

#schedulerplaceholder .day {
  display: flex !important;
  flex-direction: column !important;
  margin: 1px !important;
  background: transparent !important;
  width: 100% !important;
}

#schedulerplaceholder .hour {
  background: #dddddd !important;
  margin-bottom: 2px !important;
  width: 100% !important;
  height: 100% !important;
  user-select: none !important;
}

#schedulerplaceholder .hover {
  background: #727bad !important;
}

#schedulerplaceholder .disabled {
  pointer-events: none !important;
  opacity: 0.3 !important;
  box-shadow: none !important;
}

#schedulerplaceholder .selected {
  background: #9aa7ee !important;
}

.container {
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1600px !important;
}

[data-toggle=popoverfull], [data-toggle=popover] {
  cursor: pointer !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1600px !important;
    width: auto !important;
  }
}
.dayTitle {
  cursor: pointer;
}

.clear {
  clear: both;
}

div .usernote, div .note {
  background-color: #FEF9E7;
  padding: 5px;
}

.bubbleWrapper {
  padding: 10px 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-self: flex-end;
}

.ownBubble {
  min-width: 60px;
  max-width: 700px;
  padding: 14px 18px;
  margin: 6px 8px;
  background-color: #FCECF2;
  border-radius: 16px 16px 0 16px;
  border: 2px solid #FFC0CB;
}

.otherBubble {
  min-width: 60px;
  max-width: 700px;
  padding: 14px 18px;
  margin: 6px 8px;
  background-color: #E5FCFA;
  border-radius: 16px 16px 16px 0;
  border: 2px solid #54BBBF;
}

.own {
  align-self: flex-end;
}

.other {
  align-self: flex-start;
}

span.own,
span.other {
  font-size: 14px;
  color: grey;
}

.main-header .sidebar-toggle.fa6:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.litepicker[data-plugins*=multiselect] .container__days .day-item:not(.is-locked):before,
.litepicker[data-plugins*=multiselect] .container__days .day-item:not(.is-locked):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 27px;
  left: 50%;
  border-radius: 0;
}

.litepicker[data-plugins*=multiselect] .container__days .day-item.is-selected:before,
.litepicker[data-plugins*=multiselect] .container__days .day-item.is-selected:after {
  color: red;
  background-color: red;
  top: 0;
}

.litepicker[data-plugins*=multiselect] .container__days .day-item:not(.is-locked):before {
  transform: rotate(45deg);
}

.litepicker[data-plugins*=multiselect] .container__days .day-item:not(.is-locked):after {
  transform: rotate(-45deg);
}

.litepicker[data-plugins*=multiselect] .container__days .day-item.is-selected,
.litepicker[data-plugins*=multiselect] .container__days .day-item.is-selected:hover {
  color: inherit;
}

.fa-stack.small-stack {
  height: 1.9em;
  line-height: 1.9em;
  font-size: 10px;
}

/* Dropzone */
/* WARNING: Do not modify this file within your project as it will be overwritten
The master copy is held in TrustonTap.Common.Core.Web */
div.table.dropzone-table {
  display: table;
}
div.table.dropzone-table .file-row {
  display: table-row;
}
div.table.dropzone-table .file-row > div {
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 8px;
}
div.table.dropzone-table .file-row:nth-child(odd) {
  background: #f9f9f9;
}

/* The total progress gets shown by event listeners */
#total-progress {
  opacity: 0;
  transition: opacity 0.3s linear;
}

/* Hide the progress bar when finished */
#previews .file-row.dz-success .progress {
  opacity: 0;
  transition: opacity 0.3s linear;
}

/* Hide the delete button initially */
#previews .file-row .delete {
  display: none;
}

/* Hide the start and cancel buttons and show the delete button */
#previews .file-row.dz-success .start,
#previews .file-row.dz-success .cancel {
  display: none;
}

#previews .file-row.dz-success .delete {
  display: block;
}

/* Cropit */
/* WARNING: Do not modify this file within your project as it will be overwritten
The master copy is held in TrustonTap.Common.Core.Web */
.image-editor {
  margin: 10px;
}

.image-editor-controls {
  max-width: 280px;
}

.cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 5px solid #ccc;
  border-radius: 3px;
  margin-top: 7px;
  width: 250px;
  height: 250px;
}

.image-editor button {
  min-width: unset !important;
}

.cropit-preview-image {
  max-width: none;
}

.cropit-preview-image-container {
  cursor: move;
}

.cropit-preview-background {
  opacity: 0.2;
  cursor: auto;
}

.image-size-label {
  margin-top: 10px;
}

.image-editor input, .export {
  /* Use relative position to prevent from being covered by image background */
  position: relative;
  z-index: 10;
  display: block;
}

/* Forms */
.payer {
  width: 100% !important;
}

.select2 {
  width: 100% !important;
}

.currency, .percent {
  max-width: 100px;
}

.hourpicker, .timepicker {
  max-width: 80px !important;
}

.weekendingpicker, .datepicker, .datetimepicker {
  min-width: 150px !important;
  max-width: 220px !important;
  z-index: 2031 !important;
}

.daterange {
  min-width: 260px !important;
  max-width: 290px !important;
}

input[type=number] {
  padding: 2px !important;
}

.combobox {
  width: 300px;
}

.disabled-select {
  background-color: #d5d5d5;
  opacity: 0.5;
  border-radius: 3px;
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #54BBBF !important;
}

.locked-tag .select2-selection__choice__remove {
  display: none !important;
}

/* I suggest to hide  all selected tags from drop down list */
.select2-results__option[aria-selected=true] {
  display: none;
}

input.postcode {
  text-transform: uppercase;
}

.ui-autocomplete {
  z-index: 2147483647;
}

/* Modal Dialogs */
body.modal-open {
  overflow: hidden;
  position: fixed;
}

.modal-backdrop {
  position: fixed;
}

.draggable-modal .modal-header {
  cursor: move;
}

/* MVC Grid */
/* WARNING: Do not modify this file within your project as it will be overwritten
The master copy is held in TrustonTap.Common.Core.Web */
.mvc-grid-headers th {
  background: #F0F4FA !important;
}

.clone-head-table-wrap button, .clone-head-table-wrap input {
  visibility: hidden;
}
.clone-head-table-wrap .filterable, .clone-head-table-wrap .sortable {
  cursor: text;
}

.mvc-grid-table {
  overflow-y: visible !important;
}

.mvc-grid-pager {
  margin-bottom: 70px;
}

/* Bootstrap Rating */
/* WARNING: Do not modify this file within your project as it will be overwritten
The master copy is held in TrustonTap.Common.Core.Web */
.ratingfilled {
  color: #ffd800;
}

.ratingempty {
  color: #E8E8E8;
}

.ratingfilled, .ratingfilledselected, .ratingempty {
  font-size: 1.5em;
}

/* Opportunity Hours */
.opportunityHours {
  padding: 10px;
}

.opportunityHours .hourBox {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #000000;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.opportunityHours .col-xs-2, .opportunityHours .col-xs-1 {
  height: 35px;
  line-height: 30px;
  border-right: 1px solid #000000;
  height: 100%;
  padding: 0;
}

.opportunityHours .col-xs-1 .hourBox:nth-of-type(1), .opportunityHours .col-xs-2 .hourBox:nth-of-type(1) {
  border-top: 1px solid #000000;
}

.opportunityHours .col-xs-2 {
  border-left: 1px solid #000000;
}

.opportunityHours .fa-thumbs-up, .opportunityHours .fa-check {
  color: green;
}

.opportunityHours .hourLabel {
  height: 30px;
  line-height: 30px;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #000000;
  background: #DCDCDC;
}

/* Carer Hours */
.carerHours .hourBox {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #000000;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

.carerHours .col-xs-2, .carerHours .col-xs-1 {
  height: 35px;
  line-height: 30px;
  height: 100%;
  padding: 0;
}

.carerHours .fa-thumbs-up {
  color: green;
}

.carerHours .hourLabel {
  height: 30px;
  line-height: 30px;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #000000;
}

.carerHours .isBooked {
  background-color: #2299FF;
}

/* Webdiff */
#diffBar {
  width: 3%;
  height: 100%;
  float: left;
  position: relative;
  background: #DDDDDD;
}

.diffBarLineLeft, .diffBarLineRight {
  width: 50%;
  float: left;
  height: 0px;
  cursor: pointer;
}

.inView {
  background-image: url("../../../assets/Content/InView.png");
  background-repeat: repeat;
}

#activeBar {
  position: absolute;
  top: 0px;
  background-color: #6699FF;
  opacity: 0.5;
  filter: alpha(opacity="50");
}

#diffBox {
  margin-left: auto;
  margin-right: auto;
  border: solid 2px #000000;
  height: 100%;
}

#leftPane, #rightPane {
  float: left;
  width: 50%;
}

.diffHeader {
  font-weight: bold;
  padding: 2px 0px 2px 10px;
  background-color: #FFFFFF;
  text-align: center;
}

.diffPane {
  margin-right: 0px;
  padding: 0px;
  overflow: auto;
  font-family: Courier New;
  font-size: 1em;
}

.diffTable {
  width: 100%;
  height: 100%;
}

.line {
  padding-left: 0.2em;
  white-space: nowrap;
  width: 100%;
}

.piece {
  font-size: 12px;
}

.lineNumber {
  padding: 0 0.3em;
  background-color: #FFFFFF;
  text-align: right;
}

.InsertedLine {
  background-color: #FFFF00;
}

.ModifiedLine {
  background-color: #DCDCFF;
  font-size: 0;
}

.DeletedLine {
  background-color: #FFC864;
}

.UnchangedLine {
  background-color: #FFFFFF;
}

.ImaginaryLine {
  background-color: #C8C8C8;
}

.InsertedCharacter {
  background-color: #FFFF96;
}

.DeletedCharacter {
  background-color: #C86464;
}

/* Validation */
label.error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}

.form-control.error {
  border: 1px dotted #cc5965;
}

/* Breadcrumb */
.breadcrumb-container {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 10px;
  margin: 0px;
}

.breadcrumb-container div {
  padding: 0px !important;
  margin: 0px;
}

ol.breadcrumb {
  padding: 0px !important;
  margin: 0px !important;
}

/* Timesheet */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.expense, .mileage, .mileageCalc, .dayLabel {
  width: 150px;
}

.dayTotal {
  padding: 3px !important;
  width: 50px !important;
}

.weekTotal {
  padding: 3px !important;
  width: 60px !important;
}

.totalCell {
  text-align: center;
}

/* Badges */
.badge-danger {
  background-color: #d9534f;
  color: #fff;
  text-align: center;
}

.badge-success {
  color: #fff;
  background-color: #5cb85c;
  text-align: center;
}

/* Bootstrap Checkbox */
/* WARNING: Do not modify this file within your project as it will be overwritten
The master copy is held in TrustonTap.Common.Core.Web */
.bootstrap-checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*!
 * pace.js v1.2.4 | Default theme
 * https://github.com/CodeByZach/pace/
 * Licensed MIT © HubSpot, Inc.
 */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: white;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* Toast Component */
.cs-toast {
  position: absolute;
  width: 25rem;
  top: 2rem;
  border-radius: 1rem;
  right: 2rem;
}
.cs-toast.show {
  z-index: 2147483647 !important;
}
.cs-toast .cs-toast-body p {
  margin-bottom: 0;
}
.cs-toast.bg-danger {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}
.cs-toast.bg-success {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}
.cs-toast.bg-info {
  color: #3A87AD;
  background-color: #D9EDF7;
  border-color: #BCE8F1;
}
.cs-toast.bg-warning {
  color: #C09853;
  background-color: #FCF8E3;
  border-color: #FBEED5;
}

/* Opportunity */
.shortlist-customer-approved {
  background-color: #E6F7F7;
}
