﻿/* Loading animation */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: opacity 0.5s ease-out 0s; }
  .overlay.cloak {
    opacity: 0;
    z-index: -1; }
  .overlay .loader {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 64px; }
    .overlay .loader div {
      position: absolute;
      border: 4px solid #ccc;
      opacity: 1;
      border-radius: 50%;
      animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
    .overlay .loader div:nth-child(2) {
      animation-delay: -0.5s; }

.blurred {
  filter: blur(2px); }

@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }

.day {
  width: 30px;
  display: inline-block; }

.baj-popup {
  font-size: 12px;
  color: #000; }

.baj-popup .title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
  color: #008FED; }

.baj-popup .body {
  padding-left: 0; }

.baj-popup .body .line:not(:last-child) {
  margin-bottom: 5px; }

.baj-popup .body .line .fa, .baj-popup .schedule .line .fa {
  width: 22px; }

.baj-popup .schedule {
  margin-top: 10px; }

.baj-popup .schedule .line {
  font-size: 0.8em; }

.baj-popup .schedule .line .fa {
  font-size: 1.2em !important; }

.ModBAJLocationC .locations {
  height: 100% !important; }

.baj-search {
  background: #eee;
  margin-bottom: 5px;
  padding: 30px 15px; }

.baj-search label {
  color: #008FED;
  font-size: 14px;
  font-weight: 800;
  display: block; }

/*
.baj-search input[type=text]{background:#fff !important; padding:5px 5px 5px 5px !important; line-height:inherit !important; 
	border-bottom-left-radius:5px !important; border-top-left-radius:5px !important; width:300px; display:inline-block;}
*/
.baj-search input[type=text] {
  background: #fff !important;
  display: inline-block;
  width: inherit;
  height: 36px;
  float: left;
  width: 200px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

.baj-search select {
  height: 36px;
  background: #fff !important;
  border-radius: 5px !important; }

.baj-search .locator {
  background-image: url(content/img/locator-w.png);
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  background-color: #008FED;
  width: 30px;
  height: 36px;
  display: inline-block; }

.baj-search a {
  cursor: pointer; }

.baj-search .clear {
  clear: left; }

.ModBAJLocationC .locations .baj-item {
  background-image: none !important; }

.baj-search .search {
  float: left;
  background-color: #008FED;
  width: 30px;
  height: 36px;
  margin-right: 1px;
  text-align: center;
  padding-top: 6px; }
