input.ng-dirty.ng-invalid {
  color: #F44336;
}
.m-0 {
  margin: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.m-10 {
  margin: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.m-20 {
  margin: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.m-30 {
  margin: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.m-40 {
  margin: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.m-50 {
  margin: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.p-0 {
  padding: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.p-10 {
  padding: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.p-20 {
  padding: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.p-30 {
  padding: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.p-40 {
  padding: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.p-50 {
  padding: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pl-50 {
  padding-left: 50px;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
.well {
  background-color: #ffffff;
  border-color: #cdcdcd;
  box-shadow: none;
}
/* Hide for mobile, show later */
.sidenav-content {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #007fe4;
  -webkit-transform: translateX(-102%);
  -moz-transform: translateX(-102%);
  -ms-transform: translateX(-102%);
  -o-transform: translateX(-102%);
  transform: translateX(-102%);
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 1100;
  width: 250px;
  will-change: transform;
}
.sidenav-content.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
  border: none;
}
.sidenav-active {
  background-color: #1D262B;
}
.border {
  border: 2px solid #b5bdc5;
}
.menu-title {
  display: none;
  text-align: center;
  color: #ffffff;
  font-size: 130%;
  padding: 2.5px;
}
.menu-show {
  font-size: 140%;
  text-decoration: none;
  padding: 0.5em 1em;
  display: inline-block;
  color: #475e6c;
}
.menu-show:hover {
  text-decoration: none;
  color: #33434d;
}
.menu-hide {
  font-size: 140%;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff;
}
.menu-hide:hover,
.menu-hide:visited,
.menu-hide:link,
.menu-hide:active {
  text-decoration: none;
  color: #ffffff;
}
.main {
  width: 100%;
  margin-top: 50px;
  padding: 10px;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.modal {
  width: 100%;
  margin-top: 20px;
  padding: 5px;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.modal-body .btn-group > .btn {
  padding: 6px 6px;
}
.navbar {
  margin-bottom: 0px;
}
.nav-sidebar .fa {
  font-size: 12px;
  width: 24px;
}
.nav-sidebar .badge {
  margin-right: 8px;
  width: 16px;
  background-color: #F44336;
  padding: 2px 0;
  font-size: 11px;
}
.sidenav h4 {
  font-size: 12px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 3px;
  padding-left: 15px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.sidenav-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: #111111;
  z-index: 1099;
}
.sidenav-overlay.open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  display: block;
}
@media (min-width: 768px) {
  .sidenav-content {
    width: 230px;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    z-index: 1100;
    will-change: transform;
  }
  .sidenav-overlay {
    display: none;
  }
  .menu-title {
    display: block;
  }
  .menu-show {
    display: none;
  }
  .menu-hide {
    display: none;
  }
  .main,
  .modal {
    padding-left: 245px;
  }
  .main.open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
  .modal-body .btn-group > .btn {
    padding: 6px 12px;
  }
}
/* Sidebar navigation */
.nav-sidebar > li > a {
  padding-right: 0px;
  padding-left: 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li > a:focus {
  background-color: #0063b1;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  color: #1f282e;
  background-color: #edf1f5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  text-transform: uppercase;
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  text-transform: uppercase;
  font-size: 1.25rem;
}
a {
  color: #007fe4;
}
.bg-pattern {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.card h2 {
  margin-top: 0;
  color: #33434d;
}
.card {
  background-color: #ffffff;
  padding: 1em;
  margin-bottom: 1em;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(17, 17, 17, 0.18);
  -moz-box-shadow: 0 2px 2px rgba(17, 17, 17, 0.18);
  box-shadow: 0 2px 2px rgba(17, 17, 17, 0.18);
  overflow-x: auto;
}
@media (min-width: 1200px) {
  .card {
    padding: 2em;
    margin-bottom: 2em;
  }
}
.eparking-navbar {
  background-color: #ffffff;
  border-color: #dde4ec;
}
.eparking-navbar-brand {
  line-height: 50px;
}
.navbar-header {
  display: inline-block;
}
.navbar .badge {
  background-color: #007fe4;
  color: #ffffff;
  font-weight: 700;
  font-size: 11px;
  padding: 2px 7px;
  margin-left: 2px;
  float: right;
}
#navbar {
  display: inline-block;
  float: right;
}
.dropdown-toggle {
  text-align: right;
}
/* Custom header navbar styles *END* */
/* Map view styles *START* */
.map-view {
  margin-bottom: 20px;
  background-color: #007fe4;
}
.breadcrumb {
  color: #ffffff;
}
.breadcrumb > li > a {
  color: #ffffff;
}
#map-canvas {
  border: 3px solid #e6e6e6;
  background-color: #e6e6e6;
}
.fader.ng-hide-add {
  -webkit-animation: fadeOutUp 0.3s;
  -moz-animation: fadeOutUp 0.3s;
  -ms-animation: fadeOutUp 0.3s;
  animation: fadeOutUp 0.3s;
}
.fader.ng-hide-remove {
  -webkit-animation: fadeInDown 0.3s;
  -moz-animation: fadeInDown 0.3s;
  -ms-animation: fadeInDown 0.3s;
  animation: fadeInDown 0.3s;
}
/* Map view styles *END* */
/* Custom buttons styles *START* */
@media (max-width: 768px) {
  .modal-footer .btn,
  .modal-footer .btn + .btn {
    width: 100%;
    display: block;
    margin: 5px 0px;
  }
}
.btn {
  border-width: 1px;
  border-radius: 0.45rem;
  min-width: 24px;
}
.btn-default {
  border-width: 1px;
}
.btn-group > .btn-default.active,
.btn-default:active {
  color: #ffffff;
  background-color: #28a745;
  border-color: #1e7e34;
}
.uib-day > .btn-info.active,
.uib-day > .btn-info.active:hover,
.uib-day > .btn-info.active:focus,
.uib-month > .btn-info.active,
.uib-month > .btn-info.active:hover,
.uib-month > .btn-info.active:focus {
  background-color: #007fe4;
  border-color: #0063b1;
  color: #ffffff;
}
.uib-day > .btn-info > .text-info,
.uib-month > .btn-info > .text-info {
  color: #ffffff;
}
.btn-group > .btn {
  border-width: 1px;
}
.btn-primary {
  background-color: #007fe4;
  border-color: #0063b1;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  border-color: #00467e;
  background-color: #0063b1;
  color: #ffffff;
}
.btn-warning {
  background-color: #FFB74D;
  border-color: #ffa21a;
  color: #1f282e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  border-color: #e68900;
  background-color: #ffa21a;
  color: #1f282e;
}
.btn-success {
  background-color: #28a745;
  border-color: #1e7e34;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  border-color: #145523;
  background-color: #1e7e34;
  color: #ffffff;
}
.btn-danger {
  background-color: #F44336;
  border-color: #ea1c0d;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  border-color: #ba160a;
  background-color: #ea1c0d;
  color: #ffffff;
}
.label {
  padding: 0.4em 0.6em 0.3em;
  border-radius: 0;
  min-width: 24px;
}
.label-default {
  background-color: #737373;
}
.label-success {
  background-color: #28a745;
}
.label-danger {
  background-color: #F44336;
}
.label-warning {
  background-color: #ffa21a;
  color: #1f282e;
}
.label-info {
  background-color: #0063b1;
  color: #ffffff;
}
/* Custom buttons styles *END* */
/* Footer styles styles *START* */
.footer-copy {
  margin: 10px;
  font-size: 75%;
  color: #ffffff;
}
.footer-copy a {
  color: #ffffff;
}
/* Footer styles styles *END* */
@media (min-width: 768px) {
  .companies {
    margin-left: 230px;
  }
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner-mini {
  margin: 0;
  height: 20px;
}
.spinner > div {
  background-color: #007fe4;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*--------------------
Service cards compact
--------------------*/
/*--------------------
Service card compact
--------------------*/
.mini-service {
  background-color: #33434d;
  height: 36px;
  margin: 1px;
  border-radius: 3px;
  padding: 2px 4px;
  display: inline-block;
  border: 0.5px solid #111111;
  position: relative;
  min-width: 130px;
}
.mini-service-card-corner {
  position: absolute;
  width: 50px;
  height: 50px;
  border-top-right-radius: 3px;
  top: 1px;
  right: 1px;
  background: linear-gradient(-135deg, #111111 24px, rgba(17, 17, 17, 0) 0%);
}
.mini-service-card-price-container {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  transform: rotate(45deg);
  color: #7592a4;
}
.service-name {
  color: #ffffff;
  font-size: 11px;
  line-height: 11px;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.service-price {
  font-size: 9px;
}
.service-price-absolute {
  position: absolute;
  font-size: 10px;
}
.service-price-absolute span {
  display: inline-block;
  /* background-color: #2f384c; */
  color: #9cb1aa;
  /* padding: 2px; */
  margin-right: 2px;
  margin-top: 4px;
  border-radius: 2px;
}
/*--------------------
Service card compact
--------------------*/
.extra-service-container {
  width: 100%;
  height: 80px;
  margin-top: 10px;
  margin-right: 10px;
  user-select: none;
  border-radius: 7px;
}
.extra-service {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  border-radius: 7px;
  border: 0.5px solid #e6e6e6;
  overflow: hidden;
}
.extra-service-well {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: linear-gradient(-135deg, #28a745 57px, rgba(0, 0, 0, 0) 0%);
  position: relative;
  text-align: left;
}
.extra-service-title {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.extra-service-price-container {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  text-align: center;
  transform: rotate(45deg);
}
.extra-service-price {
  margin-top: 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.extra-service-description {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*--------------------
Service card full
--------------------*/
.extra-service-card {
  position: relative;
  display: inline-block;
  margin: 5px;
  width: 260px;
  height: 310px;
  border-radius: 7px;
  background-repeat: no-repeat;
  background-size: 260px 80.6px;
  background-color: #ffffff;
}
.extra-service-card.selected {
  background-color: #ffffff;
}
.extra-service-card .table {
  font-size: 11px;
}
.extra-service-card-label {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  border-radius: 6px;
  font-weight: normal;
  -webkit-box-shadow: 0 2px 5px rgba(17, 17, 17, 0.4);
  -moz-box-shadow: 0 2px 5px rgba(17, 17, 17, 0.4);
  box-shadow: 0 2px 5px rgba(17, 17, 17, 0.4);
}
.extra-service-card.selected .extra-service-card-label {
  -webkit-box-shadow: 0 2px 5px rgba(40, 167, 69, 0.8);
  -moz-box-shadow: 0 2px 5px rgba(40, 167, 69, 0.8);
  box-shadow: 0 2px 5px rgba(40, 167, 69, 0.8);
  border-color: #28a745;
}
.extra-service-card.disabled .extra-service-card-label {
  filter: blur(2px);
  cursor: auto;
}
.extra-service-card-corner {
  position: absolute;
  width: 100%;
  height: 80.6px;
  border-top-right-radius: 6px;
  top: 0;
  right: 0;
  background: linear-gradient(-135deg, #33434d 57px, rgba(0, 0, 0, 0) 0%);
}
.extra-service-card.selected .extra-service-card-corner {
  background: linear-gradient(-135deg, #28a745 57px, rgba(0, 0, 0, 0) 0%);
}
.extra-service-card-price-container {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0;
  text-align: center;
  transform: rotate(45deg);
}
.extra-service-card-price-container .kwh-included {
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
  margin-top: 14px;
}
.kwh-included > span {
  font-size: 10px;
  font-weight: normal;
}
.kwh-not-included > span {
  font-size: 10px;
  font-weight: normal;
}
.extra-service-card-price-container .kwh-not-included {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
}
.extra-service-card-info {
  margin-top: 70px;
  padding: 14px;
  height: 250px;
  overflow: hidden;
}
.extra-service-special-attribute {
  background-color: #98d1ff;
  font-weight: bold;
}
.extra-service-eco-info {
  text-align: center;
  font-size: 12px;
}
.extra-service-disabled-text {
  z-index: 9999;
  position: absolute;
  text-align: center;
  padding: 10px;
  padding-top: 100px;
  font-weight: 900;
  color: #007fe4;
  bottom: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
}
.nav-btn {
  color: #007fe4 !important;
}
.nav-btn:hover {
  color: #00467e !important;
  background-color: #f7f7f7 !important;
}
.company-selection {
  display: inline;
  width: auto;
  max-width: 200px;
}
.company-selection.mini {
  max-width: 100px;
}
.container-tree-search {
  max-height: 700px;
  overflow-y: auto;
  /* background-color: #e2e2e2; */
  padding-bottom: 20px;
  padding-top: 10px;
}
.pac-container {
  z-index: 1051 !important;
}
.file-download {
  display: inline-block;
  margin: 5px;
}
.parking-event {
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  margin: 4px 2px;
  display: inline-block;
}
.parking-event > .key {
  background-color: #f2f2f2;
  padding: 6px;
  font-size: 11px;
  display: inline-block;
}
.parking-event > .value {
  display: inline-block;
  padding: 0 6px;
  font-weight: bold;
}
.xodems {
  margin-right: 5px;
  background-color: #FFB74D;
  padding: 3px 10px;
  color: #111111;
}
.xodemOnline {
  margin-right: 5px;
  background-color: #28a745;
  padding: 3px 10px;
  color: #ffffff;
}
.xodemOffline {
  margin-right: 5px;
  background-color: #F44336;
  padding: 3px 10px;
  color: #ffffff;
}
.xodems-badge {
  display: inline-block;
  background-color: #e68900;
  padding: 2px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  color: #111111;
}
.xodems .xodems-badge,
.xodemOffline .xodems-badge,
.xodemOnline .xodems-badge {
  display: inline-block;
  background-color: #e68900;
  padding: 2px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  color: #111111;
  margin-bottom: 3px;
}
.xodem-mini-label {
  background-color: #e68900;
  padding: 1px 6px;
  border-radius: 7px;
  color: #111111;
  font-weight: 900;
}
.xodem-cell,
.pole-cell,
.epoint-cell,
.timer-cell {
  background-color: #eee;
}
.example-text {
  color: #41078d;
  font-size: 12px;
}
.required {
  background-color: #ffe0b3;
}
.status-paid {
  color: #28a745;
}
.status-waiting {
  color: #F44336;
}
.status-overdue {
  color: #F44336;
}
.inline {
  display: inline-block;
}
.form-mini .form-control {
  font-size: 13px;
  padding: 3px 6px;
  height: 30px;
}
.form-mini .form-group {
  margin-bottom: 10px;
}
.form-mini label {
  margin-bottom: 3px;
  font-size: 13px;
}
.info-box {
  font-size: 11px;
  background-color: #FFB74D;
  color: #1f282e;
  padding: 3px 7px;
  display: inline-block;
}
.notactive {
  background-color: #ffebcd !important;
}
.range-dash {
  padding: 0 10px;
  margin-bottom: 10px;
  display: block;
}
.reception-icon {
  width: 40px;
  height: 40px;
}
.white-space-pre-line {
  white-space: pre-line;
}
@media print {
  .qr-print-area {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .no-print {
    display: none;
  }
}
pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
  scroll: auto;
  height: 200px;
}
.settings-group {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #9c75a2;
  background-color: #E1BEE7;
}
.has-parking {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #009688;
  background-color: #B2DFDB;
}
.has-parking .table > tbody > tr > td,
.has-parking .table > tbody > tr > th {
  border-top: 1px solid #58b5ad;
}
.first-periods {
  background-color: #72d2ca;
}
.first-periods .table {
  background-color: #72d2ca;
  margin-top: 5px;
  margin-bottom: 5px;
}
.has-charging {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #9c75a2;
  background-color: #E1BEE7;
}
.has-long-term {
  padding: 5px;
  /* border-radius: 5px; */
  border: 1px solid #badeff;
  background-color: #fff;
  border-collapse: initial;
}
.table.has-long-term tr > td,
.table.has-long-term tr > th {
  border-top: 0px dashed #7CB342;
}
.td-separator {
  border-top: 1px dashed #badeff !important;
}
.pricing-divider {
  color: #288aee;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1.5px;
  border-bottom: 1px dashed #288aee;
  /* margin: 1em 0; */
}
.long-term-form {
  background-color: #e7f3ff;
  padding: 10px;
}
.empty-check {
  min-width: 24px;
  display: inline-block;
}
.extra-service-card {
  height: 220px;
  width: 180px;
  text-align: left;
}
.extra-service-card-info {
  height: 140px;
}
.extra-service-plus {
  margin: 10px;
  text-align: center;
}
.extra-service-plus a {
  width: 100%;
}
.service-group-linked {
  border: 1px dashed #E65100;
  border-radius: 5px;
  /* padding: 5px; */
  text-align: center;
  margin: 10px;
  background-color: #ffefe7;
}
.service-group-others {
  border: 1px dashed #616161;
  border-radius: 5px;
  /* padding: 5px; */
  text-align: center;
  margin: 10px;
  background-color: #EEEEEE;
}
.service-group-idx {
  font-size: 10px;
  padding: 5px;
  font-weight: bold;
}
.service-group-linked .service-group-idx {
  color: #E65100;
}
.service-group-others .service-group-idx {
  color: #616161;
}
.arrow {
  font-size: 16px;
}
.panel-title .fa {
  color: #aaa;
}
.panel-title .fa-active {
  color: #4CAF50;
}
.point {
  display: inline-block;
  margin-right: 2px;
}
.phase-group {
  color: #009688;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
  margin-left: 2em;
}
.phase-group .consumption {
  color: #000;
  margin-left: 0.5em;
}
.phase-type {
  margin-left: 1em;
}
.phase-type-name {
  border-bottom: 1px dashed;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.phase-connector-point {
  margin-right: 0.5em;
  margin-bottom: 2px;
  display: inline-block;
}
.phase-connector-point a:hover {
  color: #006bd8;
}
.phase-group-main {
  margin-left: 1em;
}
.phase-group-name {
  padding: 1px 15px;
  color: #009688;
  background-color: #cededd;
  display: inline-block;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 24px;
}
.phase-group-name a {
  color: #009688;
}
.phase-group-name a:hover {
  color: #065a53;
}
.phase-group-type {
  padding: 1px 10px;
  color: #009688;
  background-color: #e8e8e8;
  display: inline-block;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 900;
  height: 24px;
}
.phase-group-amp {
  margin-left: 1em;
}
.phase-address {
  font-size: 10px;
  /* color: #009688; */
  font-weight: 900;
}
.offset-path {
  margin: 2px 10px;
}
.offset-0 {
  margin-left: 0;
}
.offset-1 {
  margin-left: 1em;
}
.offset-2 {
  margin-left: 2em;
}
.offset-3 {
  margin-left: 3em;
}
.offset-4 {
  margin-left: 4em;
}
@keyframes mercuryTypingAnimation {
  0% {
    transform: translateY(0px);
    background-color: #6CAD96;
  }
  28% {
    transform: translateY(-7px);
    background-color: #9ECAB9;
  }
  44% {
    transform: translateY(0px);
    background-color: #B5D9CB;
  }
}
.row-selected {
  /* cursor: pointer; */
  background-color: #dcdcdc;
}
.row-clickable {
  cursor: pointer;
}
@media (min-width: 992px) {
  .modal-xl {
    width: 1100px;
  }
}

