/* Add here all your CSS customizations */

html.dark body {
  color: #0C2340 !important;
}

form-floating-label {
	color: #C7C9C7;
}

html.dark content-body {
	color: #C7C9C7;
	background: #C7C9C7;
}


html.dark .text-muted {
  color: #FFFFFF !important;
}

/* Overlay */
.app-overlay {
  background-color: #C7C9C7;
  height: 100%;
  left: 0;
  opacity: 0.25;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20000;
}

.app-overlay i {
  color: white;
  font-size: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: 50%;
}

/* Header and Nav icons */
.header .search {
  min-width: 250px;
  width: auto;
}



.page-header .breadcrumbs svg {
  font-size: 1rem;
  margin-right: 5px;
  vertical-align: middle;
}

ul.nav-main li svg {
  font-size: 1.15rem;
  width: 1.1em;
  margin-right: 0.5em;
  text-align: center;
  vertical-align: middle;
}

.page-header .breadcrumbs a,
.page-header .breadcrumbs span {
  text-decoration: none;
}

.page-header .breadcrumbs a:hover,
.page-header .breadcrumbs a span:hover {
  color: #ec1f28;
}

.userbox .profile-picture {
  display: inline-grid;
}

.userbox .dropdown-menu a:hover {
  background: #0C2340;
  color: #ffffff !important;
}

.notifications a:hover {
  opacity: 0.75;
}

html.dark .notification-menu .dropdown-item:hover {
  background-color: #0C2340 !important;
  color: #ffffff !important;
  opacity: 1;
}

.page-header .breadcrumbs {
  padding-right: 5px;
}

/* Cards */
.card.cur-pointer:hover {
  opacity: 0.75;
}

/* Forms */
.form-select {
  /* color: #c4d0dd;
  background-color: #282d36;
  border: 1px solid #1d2127;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em; */
  height: 38.5px;
}

.custom-text-area {
  height: 150px;
}

.form-label-light.form-label {
	color: #FFFFFF;
	font-weight:bold;
}

.form-label {
  color: #0C2340;
  font-weight: bold;
}

.form-check-label {
  display: block;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7e7e7b !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7e7e7b !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #7e7e7b !important;
}

/* Buttons */
.btn {
  min-width: 80px;
}

.btn.circle {
  border-radius: 50%;
  min-width: revert;
  padding: 0;
  text-align: center;
}

.badge.cur-pointer:hover {
  opacity: 0.75;
}

.dropdown .btn {
  display: block;
  min-width: 50px;
  text-align: left;
  width: 100%;
}

.dropdown .btn::after {
  float: right;
  position: relative;
  top: 50%;
}

/* Detail modals */
dl.horizontal {
  display: grid;
  grid-template-columns: max-content auto;
}
dt.horizontal {
  grid-column-start: 1;
}

dd.horizontal {
  grid-column-start: 2;
  text-align: right;
}

/* Maps */
.pac-container {
  z-index: 10000 !important;
}

.map-container {
  background-color: #FFFFFF;
  height: calc(100vh - 190px);
  text-align: center;
  width: 100%;
}
.customers-map-container,
.services-map-container {
  height: calc(100vh - 236px);
}

.map-container-modal {
  border: 1px solid #1d2127;
  height: 250px;
  line-height: 250px;
}

.info-window-text {
  color: #2e353e;
}

.info-window-text-title {
  color: #2e353e;
  font-weight: 500;
}

.Toastify__toast-body {
  white-space: pre-line;
  width: 75%;
}

.Toastify__toast-container {
  width: 75% !important;
}

.dropdown-menu {
  margin: 0 !important;
}

/* Cards */
/* .card-body {
  overflow: auto;
} */
