/*
COLOR INDEX
magenta: #8B1D4B
dark green: #9EC54D
light green: #8CC63F
pale green: #DDF2C0
faint green: #FBFFF5
blue green: #00A99D
light Blue: #8CDDEA
light brown: #534741
dark brown: #42210B
off white: #FAFAF9
call to action: #39D372
*/

p{
    margin: 0 0 .5em 0;
}
a, a:visited{
    color: #9EC54D;
}
a:hover{
    color: #00A99D;
}
a.no-underline, a.no-underline:hover, a.nounderline:visited{
    text-decoration: none;
}
ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.bullet{
    list-style-type: disc;
}
li.h{
    display: inline;
}
ul.linklist {
    margin-top: -20px;
}
ul.linklist li{
    margin: 0 2px;
}
thead th{
    background: #FBFFF5;
}
h3{
    color: #33B4CD;
}
h3.black{
    color: #000;
}
h4{
    color: #222;
}
h5{
    color: #666;
}
.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
}
.center{
    text-align: center;
}
.green{
    color: #8CC63F;
}
.rounded{
    border:thin solid #ddd;
    padding: 10px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #fff;
}
.shadow{
    -moz-box-shadow: 0px 0px 15px #ccc;
    -webkit-box-shadow: 0px 0px 15px #ccc;
}
.modal {
    background: #fff;
}
.modal a, .modal a:visited {
    color: #9EC54D!important;
}
.modal a:hover {
    color: #00A99D;
}
.modal .btn {
    text-decoration: none;
    margin: 5px 0 0 0;
    margin-right: 5px;
    text-align: center;
    color: #fff!important;
}
.loader{
    margin: 20px;
}

/* jqueryui theme override*/
.ui-widget-header {
    background-color: #8CC63F;
    background-image: none;
    border: none;
}
.ui-slider-horizontal {
    background:#DDF2C0;
    height:5px;
    margin: 5px 10px;
}
.ui-slider .ui-slider-handle {
    height: 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    color: #8cccff;
    color: #33B4CD;
}
.ul-state-highlight, .ui-widget-content .ui-state-highlight{
    background: #f7f7f7;
    border: 1px solid #EB8F00;
}
.ui-state-active, .ui-widget-content .ui-state-active{
    background: #FFE45C;
    border: 1px solid #EB8F00;
    color: black;
}
.ui-widget-overlay {
    background: #000;
    opacity: .40;
    filter:Alpha(Opacity=40);
}

/* date and time pickers */
#datepicker {
  font-size: 11px;
  margin-bottom: 0.3em;
}
#datepicker {
    margin-bottom: 20px;
}
#timerangepicker, #timepicker_wrap {
    border: 1px solid #ddd;
    background: #eee;
    -moz-border-radius:4px;
    -webkit-border-radius: 4px;
    width: 211px;
}
#timerangepicker input {
    padding: 1px!important;
    margin: 0 5px!important;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border: 0;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    color: #33B4CD;
    font-weight: bold;
    font-size: 0.9em;
}
#timerangepicker, timepicker {
    position: relative;
    height: 50px;
}
#timerangepicker-start,#timerangepicker-end {
    position: absolute;
    width: 4em;
    text-align: center;
    margin-top: 6px;
}
#timerangepicker-end {
    right: 0;
}
#content .filterLink {
  cursor:pointer;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}

/* messages */
ul.messages li{
    padding: 10px;
    border: 0;/* override blueprnit defaults */
}
ul.messages .info{
    color: #fff;
    font-weight:bold;
    background-color: #33B4CD;
    margin-bottom:5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}
ul.messages .success{
    color: #fff;
    font-weight:bold;
    background-color:#8CC63F;
    margin-bottom:5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}
ul.messages .warning{
    color: #fff;
    font-weight:bold;
    background-color:#f60;
    margin-bottom:5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}
ul.messages .error, .error, .errorlist {
    color: #fff;
    border: 0;
    font-weight:bold;
    background-color:#900;
    margin-bottom:5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}
ul.errorlist li{
    padding: 10px;
}
li.alert{
    background-color:#8CC63F;
    padding-left:15px;
    color: #fff;
    font-weight:bold;
    margin-bottom:5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
}

.titlebox{
    color: #fff!important;
    font-weight: bold;
    background-color: #8CC63F;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
h1.titlebox{
    font-size: 1.5em;
}
.short_titlebox{
    color: #fff!important;
    font-weight: bold;
    background-color: #8CC63F;
    padding: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.titlebox *, .short_titlebox *{
    color: #fff;
}
/* inputs, buttons, forms */
/* mostly overriding blueprint defaults */
.formarea{
    margin-bottom: 20px;
}
form h3.form_title{
    color: #fff!important;
    font-weight: bold;
    background-color: #8CC63F;
    padding: 10px;
    margin-bottom: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
form h4{
    padding: 0;
    border-bottom: 1px solid #ccc;
}
form p{
    margin: 0;
    padding: 0;
}
label{
    font-weight: bold;
    display: block;
    padding: 0;
    margin-bottom: 0;
}
input, select, textarea{
    margin: 1px 0 10px 0!important;
    padding: 5px!important;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    font-size: 1.3em;
}
input[type="text"], input[type="password"], textarea{
    width: 300px;
}
textarea{
    height: 200px;
}
input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus, select:active, select:focus, textarea:active, textarea:focus {
    border: 1px solid #8CC63F!important;
    -moz-box-shadow: 0px 0px 10px #8CC63F;
    -webkit-box-shadow: 0px 0px 10px #8CC63F;
}
.error input[type="text"]:active, .error input[type="text"]:focus, .error input[type="password"]:active, .error input[type="password"]:focus, .error select:active, .error select:focus {
    border: 1px solid #666!important;
    -moz-box-shadow: 0px 0px 10px #fff!important;
    -webkit-box-shadow: 0px 0px 10px #fff!important;
}   
input[type="checkbox"], input[type="radio"], input.checkbox, input.radio{
    margin: 0 5px!important;
    top: 0;
}
input[type="submit"]{
    padding: 5px 25px!important;
    margin: 10px 0!important;
}
input[type="submit"]:active, .btn:active {
    background: #DDF2C0;
}
input[type="submit"]:hover, .btn:hover {
    background-color: #33B4CD!important;
    border-color: #ccc;
}
input.price_input{
    width: 3em;
    font-size: 1em;
}
.btn {
    font-weight: bold;
    padding: 2px 3px;
    background-color: #8CC63F;
    border: 1px solid #688C30;
    color:#FFF !important;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    margin-top:2px;
    cursor:pointer;
}
#secure {
    background:url("../images/secure.png") no-repeat scroll left top transparent;
    color:#8A7E5E;
    font-size:14px;
    margin-left:4px;
    padding-left:20px;
}


/* spa info blurb */
.spa_info{
    margin-bottom: 10px;
}
img.spa_logo {
    float:left;
    margin-right: 10px;
}
.spa_name info h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
.spa_info {
    margin-bottom: 10px;
}
.spa_info p {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}
.spa_info h1{
    font-size: 1.5em;
    color: #33B4CD;
}

h2.spaName {
    font-size:1.6em;
    margin-bottom:0;

}
span.spaRating {

}
/* appointment type info blurb */
.appt_type_info h4, .appt_type_info h5, .appt_type_info h6{
    margin-bottom: 0;
}
.appt_type_info h5{
    font-weight: normal;
}
.appt_type_info p{
    margin: 5px 25px 1em 25px;
}

#spa_directory_list{
    margin-top: 20px;
}

