/*  ALL CORNERS ONLY  */
.slot,
.reset_search,
.feedback_for,
#feedbacker_close,
#slots,
.error,
.positive,
#servs,
.slot_group,
.match_slot,
.island,
#slot_loader,
#login_box,
#details_box,
#slot_options,
.staff_list,
.data_box,
.white_col,
.category,
.item,
.item .pad5,
.Xblip,
.service_duration,
.light_box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*  ALL CORNERS ONLY 15*/
#order_form {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  max-width: 600px;
  background: #fff;
  overflow: hidden;
}

/*  BOTTOM ONLY*/
#footer,
#wrapper {
  -moz-border-radius: 0 0 15px 15px;
  -webkit-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
/*  BOTTOM ONLY 5px*/
.slot_bottom {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/*  TOP ONLY 5px*/
.service_util,
#feedbacker_tab,
#feedbacker_body,
#feedbacker_thankyou,
.slot_top {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/*
 gradients
*/
.feedback_for {
  background: -moz-linear-gradient(-90deg, #efefef, #bbbbbb) !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#efefef),
    to(#bbbbbb)
  ) !important;
}

/*
 *  SHADOWS
 */
#header {
  text-shadow: 1px 1px 1px #555;
}

.box_shadow,
#slots,
#slot_options,
.booker,
.data_box,
#login_box,
#details_box,
.simplemodal-data,
.confirm,
.service2,
.blip,
.slot_group,
.positive {
  box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
}
#wrapper {
  box-shadow: 1px 1px 5px #333;
  -webkit-box-shadow: 1px 1px 5px #333;
  -moz-box-shadow: 1px 1px 5px #333;
}

/* AWESOME BUTTONS */
.awesome,
.awesome:visited {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);

  background: #222222 url(../../images/bookings/alert-overlay.png) repeat-x
    scroll 0 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px 6px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 1px 0 #000000;
}

.awesome:hover {
  background-color: #111111;
  color: #ffffff;
  text-decoration: none;
}

/*
.awesome:active {
    top: 1px;
}
*/

.small.awesome,
.small.awesome:visited {
  font-size: 11px;
}

.awesome,
.awesome:visited,
.medium.awesome,
.medium.awesome:visited {
  font-size: 15px;
  line-height: 1;
  text-shadow: 0 1px 0 #000000;
}

.large.awesome,
.large.awesome:visited {
  font-size: 14px;
  padding: 8px 14px 9px;
}

.big_save.awesome,
.big_save.awesome:visited {
  padding: 8px 14px 9px;
  width: 60%;
  line-height: 40px;
  font-size: 30px;
}

.green.awesome,
.green.awesome:visited {
  background-color: #e01a24;
  /*background-color: green;*/
}

.green.awesome:hover {
  background-color: #a72529;
  /*background-color: #006400;*/
}
.white.awesome,
.white.awesome:visited {
  background-color: #fff;
  color: #333;
}

.white.awesome:hover {
  background-color: #efefef;
  color: #000;
}
.blue.awesome,
.blue.awesome:visited {
  background-color: #2daebf;
}

.blue.awesome:hover {
  background-color: #007d9a;
}

.red.awesome,
.red.awesome:visited {
  background-color: #e33100;
}

.red.awesome:hover {
  background-color: #872300;
}

.magenta.awesome,
.magenta.awesome:visited {
  background-color: #a9014b;
}

.magenta.awesome:hover {
  background-color: #630030;
}

.orange.awesome,
.orange.awesome:visited {
  background-color: #ff5c00;
}

.orange.awesome:hover {
  background-color: #d45500;
}

.yellow.awesome,
.yellow.awesome:visited {
  background-color: #ffb515;
}

.yellow.awesome:hover {
  background-color: #fc9200;
}
