pre {
  display: block;
  font-family: 'Helvetica Neue', Helvetica, 'Source Sans Pro', Arial, sans-serif;
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word;
  margin: 0;
  font-size: 14px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}

.content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.content-wrapper {
  flex: 1;
  /* min-height: calc(100vh - 50px) !important; */
  overflow-y: auto;
  /* padding-bottom: 51px; Height of the footer */
  display: flex;
  flex-direction: column;
}

.content-header {
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main-header {
  position: relative;
  z-index: 1030;
  max-height: none !important;
}

.main-footer {
  margin-left: 0px !important;
}

a.nav-link {
  padding: 3px 15px !important;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.page-header {
  margin: 20px 0 20px;
}

.flex-1 {
  flex: 1;
}

.message-theirs {
  color: black;
  background-color: gainsboro;
  padding: 5px;
  margin: 4px;
  border-radius: 10px;
  white-space: pre-wrap;
}

.message-mine {
  color: white;
  background-color: #2196f3;
  padding: 5px;
  margin: 4px;
  border-radius: 10px;
  white-space: pre-wrap;
}

.panel-heading a {
  color: white;
}

#map-canvas {
  margin-top: 0px;
  margin-bottom: 20px;
  height: 100%;
}

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

.form-group {
  padding-left: 0px;
}

.navbar-default sidebar {
  /* background-color: #15B161; */
  border-color: #333;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-static-top {
  background-color: #15b161;
  border: none;
}

.navbar-default .navbar-toggle {
  border-color: #fff;
}

.sidebar ul li {
  border-color: #666;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-custom-menu {
  display: inline;
}

#side-menu a {
  background: #555555;
  color: #dddddd;
}

.alert {
  padding: 0.75rem 1.25rem;
}

.alert-blue {
  background-color: #00a6dc !important;
}

.panel-green {
  border-color: #15b161;
}

.panel-blue {
  border-color: #0095c8;
}

.panel-darkblue {
  border-color: #34495e;
}

.panel-ima {
  border-color: #014777;
}

.panel-green > a {
  color: #15b161;
}

.panel-blue > a {
  color: #0095c8;
}

.panel-darkblue > a {
  color: #34495e;
}

.panel-ima > a {
  color: #014777;
}

.panel-green > .panel-heading,
.panel-green > a > .panel-heading {
  border-color: #15b161;
  color: white;
  background-color: #15b161;
}

.panel-blue > .panel-heading,
.panel-blue > a > .panel-heading {
  border-color: #0095c8;
  color: white;
  background-color: #0095c8;
}

.panel-darkblue > .panel-heading,
.panel-darkblue > a > .panel-heading {
  border-color: #34495e;
  color: white;
  background-color: #34495e;
}

.panel-red > .panel-heading,
.panel-red > a > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

.panel-ima > .panel-heading,
.panel-ima > a > .panel-heading {
  border-color: #014777;
  color: white;
  background-color: #014777;
}

.btn-blue {
  color: #fff !important;
  background-color: #0095c8 !important;
  border-color: #0095c8 !important;
  box-shadow: 0 2px 2px 0 rgb(153 153 153 / 14%), 0 3px 1px -2px rgb(153 153 153 / 20%),
    0 1px 5px 0 rgb(153 153 153 / 12%) !important;
}

.btn-blue:hover {
  color: #fff !important;
  background-color: #0086b4 !important;
  border-color: #0086b4 !important;
  box-shadow: 0 14px 26px -12px rgb(153 153 153 / 42%), 0 4px 23px 0px rgb(0 0 0 / 12%),
    0 8px 10px -5px rgb(153 153 153 / 20%) !important;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}

.square-icon,
.circle-icon {
  background: #15b161;
  width: 30px;
  height: 30px;

  margin: 0 auto;
  margin-bottom: 10px;
}

.circle-icon {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.triangle-icon {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 30px solid #15b161;
  margin: 0 auto;
  margin-bottom: 10px;
}

.nav-pills li.active a .triangle-icon {
  border-bottom-color: #fff;
}

.nav-pills li.active a .square-icon,
.nav-pills li.active a .circle-icon {
  background: #fff;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: #15b161;
}

.center-pills > li {
  float: none;
  display: inline-block;
  zoom: 1;
}

.center-pills {
  margin: 10px;
  text-align: center;
}

.shapepicker {
  width: 100%;
}

.marginbottom10 {
  margin-bottom: 10px;
}

.btn-success {
  background-color: #15b161;
  border-color: #15b161;
}
.btn-success:hover,
.btn-success.active,
.btn-success:focus {
  color: #fff;
  background-color: #119250;
  border-color: #119250;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > ..btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #119250;
  border-color: #119250;
}

.green {
  color: #15b161;
}

.green-background {
  background: #15b161;
}

.red-background {
  background: #e53935;
}

.blue {
  color: #0095c8;
}

.blue-background {
  background: #0095c8;
}

.grey-background {
  background: #c6c6c6;
}

.pac-container {
  background-color: #fff;
  z-index: 99999999;
  position: fixed;
  display: inline-block;
}

.modal {
  z-index: 10000;
}

.modal-backdrop {
  z-index: 20;
}

#modal-confirm-subheader {
  clear: both;
  margin-bottom: 0px;
  margin-top: 30px;
}

#chkStagesError,
#chkMeetingError {
  line-height: 1.5;
  color: #ef5350;
}

#follow-up-div {
  line-height: 1.3 !important;
}

#wrapper > nav > ul > li > a {
  color: white;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
#wrapper > nav > ul > li > a:hover {
  background-color: #119250;
}

.ui-slider-range {
  background: #15b161;
}

.questionmark {
  background: #999;
  color: white;

  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 5px;

  -moz-border-radius: 9px; /* or 50% */
  border-radius: 9px; /* or 50% */

  text-align: center;
  font-size: 11px;
}

.editable-indicator {
  border-bottom: 1px dashed #bbb;
}

#dateTable {
  float: right;
}

#dateToday {
  padding-left: 5px;
  padding-right: 5px;
}

#quickActionDropdown > .btn {
  display: inline;
  right: 0;
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}

.dayBtn {
  background-color: transparent;
  border: none;
}

#todayPanel {
  height: 330px;
  overflow-y: scroll;
}

#notificationiPhonePreview {
  background-image: url('/img/preview-iphone.svg');
  background-size: cover;
  width: 422px;
  height: 500px;
  margin: 0 auto;
}

#notificationiPhonePreview .device-notification {
  position: relative;
  top: 250px;
  left: 32px;
}

#notificationiPhonePreview .device-notification .ios-notification-preview {
  font-family: Apple, 'Proxima-Nova', 'Proxima Nova', 'Open Sans', Arial, Helvetica, sans-serif;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 #d4d4d5;
  max-width: 358px;
  background-color: white;
  max-height: 115px;
  overflow-y: hidden;
}

.ios-notification-preview .header {
  padding: 10px 10px 8px 10px;
  border-radius: 10px 10px 0 0;
  color: #888;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 300;
  letter-spacing: 0.4px;
  height: 40px;
  margin-bottom: 0px;
}

.ios-notification-preview .header .app-name {
  background-image: url(/img/playstore-icon.png);
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 25px;
  text-transform: uppercase;
  padding-top: 1px;
}

.ios-notification-preview .content {
  padding: 0 10px 10px;
  border-radius: 0 0 10px 10px;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 19px;
}

#notificationAndroidPreview {
  background-image: url('/img/preview-android.svg');
  width: 450px;
  height: 500px;
  margin: 0 auto;
}

#notificationAndroidPreview .android-device-notification {
  position: relative;
  top: 280px;
  margin: auto;
  width: 90%;
}

.android-notification-preview {
  height: 95px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Roboto', 'Proxima-Nova', 'Proxima Nova', 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 16px;
  border-radius: 2px;
  background-color: #fefefe;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  max-width: 500px;
  overflow-y: hidden;
  transition: height 0.3s ease-out;
}
.android-notification-preview .body {
  box-sizing: border-box;
}

.android-notification-preview .header {
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.android-notification-preview .content {
  margin-top: 8px;
}

.android-notification-preview .title {
  font-size: 14px;
  margin-bottom: 0px;
  color: #535353;
  display: inline-block;
  overflow: hidden;
  width: 315px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.android-notification-preview .contents {
  color: #757575;
  line-height: 16px;
  margin-bottom: 0px;
  color: #535353;
  display: inline-block;
  overflow: hidden;
  width: 315px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.color-red {
  color: #d9534f;
}

.color-darkgray {
  color: #333;
}

.pen-group-item {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  cursor: pointer;
}

.pen-group-text {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.color-left-view {
  height: 50px;
  width: 10px;
  float: left;
}

.color-in-use-indicator {
  float: right;
  height: 50px;
  padding-top: 15px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #0288d1;
  border-color: #337ab7;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #0288d1;
  border-color: #337ab7;
}

.panel-default > .panel-heading.panel-white {
  background: white;
}

.panel-default > .panel-heading.panel-blue {
  background: #03a9f4;
  color: white;
}

.pen-group-item.selected {
  background: #e0e0e0;
}

.projectSideBar {
  background-color: #555;
}

.sidebar .border-under:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: hsla(0, 0%, 71%, 0.3);
}
#footer {
  /* position: absolute;
    bottom: 0; */
  width: 100%;
  height: 20px; /* Set the fixed height of the footer here */
  line-height: 20px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

.insuranceLink {
  cursor: pointer;
}

.form-check .form-check-input {
  opacity: 1;
  /* position: absolute; */
  /* margin: 0; */
  z-index: inherit;
  width: inherit;
  height: inherit;
  overflow: inherit;
  /* left: 0; */
  pointer-events: inherit;
}

.main-panel > .content {
  min-height: calc(100vh - 128px);
}

.footer {
  padding: 0px;
}

.bootstrap-datetimepicker-widget {
  transform: scale(1) !important;
  opacity: 1 !important;
}

/*
i wish this required CSS was better documented :(
https://github.com/FezVrasta/popper.js/issues/674
derived from this CSS on this page: https://popper.js.org/tooltip-examples.html
*/

/*
 * Tooptip
 * --------------------------------------------------
 *
 */
.style5 .tooltip {
  background: #1e252b;
  color: #ffffff;
  max-width: 200px;
  width: auto;
  font-size: 0.8rem;
  padding: 0.5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-color: white;
  margin: 5px;
}

/*.tooltip .tooltip-arrow,
.popper .popper__arrow {
    border-color: grey;
    border-style: solid;
}
*/

.style5 .tooltip .tooltip-arrow {
  /*border-color: #1E252B;*/
}

.popper[x-placement^='top'],
.tooltip[x-placement^='top'] {
  margin-bottom: 5px;
}

.popper[x-placement^='top'] .popper__arrow,
.tooltip[x-placement^='top'] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.popper[x-placement^='bottom'],
.tooltip[x-placement^='bottom'] {
  margin-top: 5px;
}

.tooltip[x-placement^='bottom'] .tooltip-arrow,
.popper[x-placement^='bottom'] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.tooltip[x-placement^='right'],
.popper[x-placement^='right'] {
  margin-left: 5px;
}

.popper[x-placement^='right'] .popper__arrow,
.tooltip[x-placement^='right'] .tooltip-arrow {
  border-width: 17px 17px 17px 0px;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -17px;
  top: calc(50% - 17px);
  margin-left: 0;
  margin-right: 0;
  border-right-color: silver;
}

.popper[x-placement^='left'],
.tooltip[x-placement^='left'] {
  margin-right: 5px;
}

.popper[x-placement^='left'] .popper__arrow,
.tooltip[x-placement^='left'] .tooltip-arrow {
  border-width: 17px 0 17px 17px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -17px;
  top: calc(50% - 17px);
  margin-left: 0;
  margin-right: 0;
  border-left-color: silver;
}

/*.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow:before, .popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow:after{

    right: 25px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    top: calc(50% - 15px);
    margin-left: 0;
    margin-right: 0;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow:after{

    border-color: rgba(255, 255, 255, 0);
    border-right-color: orange;
    border-width: 6px;
    margin-top: -6px;

}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow:before{
    border-color: rgba(245, 23, 7, 0);
    border-right-color: #d3d3d3;
    border-width: 9px;
    margin-top: -9px;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
    margin-left: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
}*/

.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
}

.tooltip.calendar-tooltip {
  position: absolute;
  z-index: 9999;
  background: white;
  color: black;
  width: 400px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  filter: none;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: translate3d(0);
  font-size: 1rem;
  border-style: solid;
  border-color: #d3d3d3;
  border-width: 1px;
}

.calendar-open {
  -webkit-box-shadow: inset 6px 0px 0px 0px #ffa500;
  -moz-box-shadow: inset 6px 0px 0px 0px #ffa500;
  box-shadow: inset 6px 0px 0px 0px #ffa500;
}

.calendar-complete {
  -webkit-box-shadow: inset 6px 0px 0px 0px #008000;
  -moz-box-shadow: inset 6px 0px 0px 0px #008000;
  box-shadow: inset 6px 0px 0px 0px #008000;
}

.calendar-canceled {
  -webkit-box-shadow: inset 6px 0px 0px 0px #ff0000;
  -moz-box-shadow: inset 6px 0px 0px 0px #ff0000;
  box-shadow: inset 6px 0px 0px 0px #ff0000;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgba(97, 97, 97, 0.9);
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgba(97, 97, 97, 0.9);
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: rgba(97, 97, 97, 0.9);
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgba(97, 97, 97, 0.9);
}

/*here*/
.tooltip-inner.tooltip-inner-calendar-view {
  max-width: 800px;
  color: #ffffff;
  text-align: center;
  background-color: white;
  border-radius: 0.25rem;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: black;
  text-align: center;
  background-color: white;
  border-radius: 0.25rem;
}

/*
 * DROPDOWNS
 * --------------------------------------------------
 *
 */

a.special-link {
  position: relative;
  width: auto;
  /* display: inline-block !important; */
  flex-flow: nowrap;
  align-items: center;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  font-size: 0.8125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: 100%;
  display: block;
}

a.special-link:hover,
a.special-link:focus,
a.special-link:active {
  background-color: #cdcdcd;
  color: black;
}

a.job-assignment-link {
  position: relative;
  width: auto;
  display: table;
  flex-flow: nowrap;
  align-items: center;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.1rem;
  border-radius: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  width: 100%;
}

/* li:hover,
li:focus,
li:active {
    background-color: rgba(0, 0, 0, 0.075);
    color: black;

} */

a.job-assignment-link:hover,
a.job-assignment-link:focus,
a.job-assignment-link:active {
  background-color: rgba(0, 0, 0, 0.075);
  color: black;
}

hr {
  display: block;
  width: 100%;
  height: 0px;
  margin: 0px;
}

/*
 * VERTICALLY ALIGN THE MODAL (CALENDAR VIEW)
 * --------------------------------------------------
 *
 */

.dropdown-toggle.job-assignment-toggle {
  background: #fff !important;
  color: #000 !important;
  width: 160px !important;
}

#job-assignment-dropdown-button {
  min-width: 200px !important;
  white-space: nowrap;
}

/*
 *   CALENDAR VIEW
 * --------------------------------------------------
 *
 */
.fc-toolbar {
  background-color: purple;
  color: white;
}

@media only screen and (device-width: 768px) {
  .fc-title {
    font-size: 8px;
  }
}

@media only screen and (device-width: 1024px) {
  .fc-title {
    font-size: 9px;
  }
}

@media only screen and (device-width: 1366px) {
  .fc-title {
    font-size: 10px;
  }
}

@media only screen and (device-width: 480px) {
  .fc-title {
    font-size: 10px;
  }
  .fc-toolbar {
    background-color: purple;
    color: white;
    font-size: 12px;
  }
}

/*
 *  Job Assignment
 * --------------------------------------------------
 *
 */

.map-view-tooltip-header {
  font-size: 23px;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.map-view-tooltip-key {
  font-size: 17px;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.map-view-tooltip-val {
  font-size: 15px;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

.LB-tile > div,
.LB-tile-hover-green > div {
  position: relative;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.LB-tile:hover > div,
.LB-tile.hovered > div {
  border-color: #a9a9a9;
}

.unassignedJobContainer {
  margin-top: 0px;
  margin-bottom: 8px;
}

.assignedJobContainer {
  margin-top: 0px;
  margin-bottom: 8px;
}

/*
 *  Crew
 * --------------------------------------------------
 *
 */

.dropdown-toggle.crew-options-toggle {
  background: #fff !important;
  color: #000 !important;
  width: 130px !important;
}

.crew-badge {
  margin-bottom: 8px;
}

.crew-container {
  margin-bottom: 8px;
}

/*
 *  Customer Detail (customer/detail)
 * --------------------------------------------------
 *
 */

[placeholder]:empty::before {
  content: attr(placeholder);
  color: #555;
}

[placeholder]:empty:focus::before {
  content: '';
}

/*
 *  Search bar from page header
 * --------------------------------------------------
 *
 */
.search-container {
  position: relative;
  float: right;
  display: block;
  margin: 0 auto;
  /* left: 47px; */
}

.navbar-custom-menu .search-container {
  margin-top: 7px;
}

input#page-header-search-bar {
  line-height: normal !important;
  margin: 0 auto;
  width: 325px;
  /* max-width: 100%; */
  height: 35px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #d0cfce;
  outline: none;
  color: black;
}

.search-icon.page-header-search-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}

/*
 *  Search bar from customer card header
 * --------------------------------------------------
 *
 */
.search-container.customers-card-header-search-container {
  position: relative;
  float: right;
  display: block;
  left: 10px;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

input#customers-card-header-search-bar {
  margin: 0 auto;
  width: 230px;
  max-width: 100%;
  height: 35px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #d0cfce;
  outline: none;
  color: black;
}

input#customers-card-header-search-bar:focus {
  border: 1px solid #00a6db;
  transition: 0.35s ease;
}

input#customers-card-header-search-bar:focus::placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  position: relative;
  float: right;
  /* width: 35px;
    height: 35px; */
  top: -7px;
  right: 40px;
  font-size: 18px;
  color: black;
  cursor: pointer;
}

/*
 *  Responsive Media Queries
 * --------------------------------------------------
 *
 */

/* Tablet Only */
@media (max-width: 1024px) and (min-width: 768px) {
  /* input#page-header-search-bar {
        width: 200px;
    } */

  ::placeholder {
    font-size: 0.55em;
  }

  #notificationiPhonePreview {
    background-size: cover;
    max-width: 300px;
  }

  #notificationAndroidPreview {
    background-size: cover;
    max-width: 300px;
  }

  #notificationiPhonePreview .device-notification .ios-notification-preview {
    max-width: 237px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  /* input#page-header-search-bar {
        width: 200px;
    } */
  ::placeholder {
    font-size: 0.55em;
  }

  #notificationiPhonePreview {
    background-size: cover;
    max-width: 300px;
  }

  #notificationAndroidPreview {
    background-size: cover;
    max-width: 300px;
  }

  #notificationiPhonePreview .device-notification .ios-notification-preview {
    max-width: 237px;
  }
}

/* Mobile */
@media (max-width: 812px) {
  /* input#page-header-search-bar {
        width: 105px;
    } */
  ::placeholder {
    font-size: 0.55em;
  }
  .hidden-xs {
    display: none;
  }

  #notificationiPhonePreview {
    background-size: cover;
    max-width: 300px;
  }

  #notificationAndroidPreview {
    background-size: cover;
    max-width: 300px;
  }

  #notificationiPhonePreview .device-notification .ios-notification-preview {
    max-width: 237px;
  }

  .gm-style-iw {
    width: 325px;
  }
}

.card-header-black {
  background: linear-gradient(60deg, #000, #000) !important;
}

.bid-purple {
  background: linear-gradient(60deg, #ab47bc, #8e24aa);
}

/*
 *  Lawn Buddy color
 * --------------------------------------------------
 *
 */

.LB-green-background-color {
  background-color: #17b161;
}

.LB-green-color {
  color: #17b161;
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /* input#page-header-search-bar {
         width: 200px;
    } */

  ::placeholder {
    font-size: 0.55em;
  }
}

/* ----------- Google Pixel ----------- */

/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  /* input#page-header-search-bar {
        width: 150px;
    } */

  ::placeholder {
    font-size: 0.55em;
  }
}

.text-black {
  color: black;
}

.text-red {
  color: red;
}

.text-green {
  color: #52ad69;
}

/*
 *  Progress Circle Chart
 *  Customer Setup Flow
 * --------------------------------------------------
 *
 */
canvas#circle-canvas {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3px;
}

span .graduation-cap {
  display: block;
  line-height: 20px;
  text-align: center;
  width: 23px;
  font-size: 23px;
  font-weight: 15;
}

.check-list-icon-menu-grey {
  color: #ccc;
}

/* Play-Icon */
.play-button-div {
  position: relative;
  display: inline-block;
}

.play-button-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.play-button-icon > a {
  color: white;
}

.control-sidebar-icon-size {
  font-size: 1.2rem;
}

.control-sidebar-button {
  background-color: #17b161 !important;
}

.hide-important {
  display: none !important;
}

.loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
}

tr.job-escalated {
  background-color: #ff4444 !important;
  color: white !important;
  font-weight: bold !important;
}

.table.table-hover tbody tr.job-escalated:hover {
  background-color: #ff4444 !important;
}

tr.job-escalated span.badge.red-background {
  background-color: #555555 !important;
}

tr.job-escalated i.fas {
  color: #555555 !important;
}

.card-stats .card-header + .card-footer {
  margin-top: 10px;
}

.card-stats {
  margin-bottom: 15px;
}

#promo-code-apply-button {
  background-color: #4193CB;
}