/* Transitional Bootstrap 4/MDB compatibility for the parking app public circuit. */

.btn-block {
  display: block;
  width: 100%;
}

.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.img-rounded { border-radius: 0.25rem; }
.navbar-toggler-right { margin-left: auto; }
.btn-rounded { border-radius: 50rem !important; }
.waves-effect { transition: filter 0.15s ease-in-out; }
.waves-effect:hover { filter: brightness(0.96); }
.z-depth-1 { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.z-depth-2 { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.z-depth-3 { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.black-text { color: #212529 !important; }
.table-condensed td,
.table-condensed th {
  padding: 0.35rem;
}

.btn-default,
.light-blue.darken-3 {
  color: #fff !important;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.light-blue.darken-2 {
  color: #fff !important;
  background-color: #0b5ed7 !important;
  border-color: #0b5ed7 !important;
}

.warning-color-dark {
  color: #fff !important;
  background-color: #fd7e14 !important;
  border-color: #fd7e14 !important;
}

.amber.lighten-3 {
  background-color: #ffe082 !important;
}

.lime.lighten-3 {
  background-color: #dce775 !important;
}

.green.lighten-4 {
  background-color: #c8e6c9 !important;
}

.green.lighten-5 {
  background-color: #e8f5e9 !important;
}

.teal.accent-5 {
  color: #fff !important;
  background-color: #20c997 !important;
  border-color: #20c997 !important;
}

.close {
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}

.close:hover {
  opacity: 0.75;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  margin: 0;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  position: absolute;
  top: 0.42rem;
  left: -1.4rem;
  width: 0.3rem;
  height: 0.58rem;
  content: "";
  border: solid #fff;
  border-width: 0 0.14rem 0.14rem 0;
  transform: rotate(45deg);
}

.material-icons.left {
  margin-right: 0.5rem;
}

.ml-0 { margin-left: 0 !important; }
.ml-1 { margin-left: 0.25rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-4 { margin-left: 1.5rem !important; }
.ml-5 { margin-left: 3rem !important; }
.ml-auto { margin-left: auto !important; }

.mr-0 { margin-right: 0 !important; }
.mr-1 { margin-right: 0.25rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-4 { margin-right: 1.5rem !important; }
.mr-5 { margin-right: 3rem !important; }
.mr-auto { margin-right: auto !important; }

.pl-0 { padding-left: 0 !important; }
.pl-1 { padding-left: 0.25rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-4 { padding-left: 1.5rem !important; }
.pl-5 { padding-left: 3rem !important; }

.pr-0 { padding-right: 0 !important; }
.pr-1 { padding-right: 0.25rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-4 { padding-right: 1.5rem !important; }
.pr-5 { padding-right: 3rem !important; }
