@charset "utf-8";
@import url(../base/base.css);

body {
  font: 75%/110% "Trebuchet MS", sans-serif;
  background: #efefef url("images/bg-overlay.png");
  color: #171717;
  margin: 0px;
}

.ui-widget-content {
  background: rgba(255, 255, 255, 0.8);
}

.loading {
  background-image: url("images/ajax-loader.gif");
}

.avialable-works .category-label {
  background-image: url("images/plus-icon.png");
}

.avialable-works .category-label.open {
  background-image: url("images/minus-icon.png");
}

.booking-response.success {
  color: #2e6e9e;
}
