/* Styles definition here */
#fbuilder .ui-datepicker-inline { max-width:none !important; }
#fbuilder .medium
{
	color: #5aa1e3;
    border-color: #5aa1e3;
    background-color: transparent;
    border-radius: 5px;
    border-width: 2px;
	padding-left: 10px;
	font-weight: bold;
}
input#hdcaptcha_cp_appbooking_post_2
{
	color: #5aa1e3;
    border-color: #5aa1e3;
    background-color: transparent;
    border-radius: 5px;
    border-width: 2px;
}
div.pbSubmit
{
	color: #5aa1e3;
    border-color: #5aa1e3;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid;
}
.pbSubmit:hover { background-color: #5aa1e3; color: #fff;-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out; }
#fbuilder .slots div.htmlUsed a {
    color: #fff;
}
#fbuilder .slots .htmlUsed.currentSelection {
    border: 2px solid #00acee;
    padding: 0px;
    border-radius: 5px;
}
#fbuilder .slots div a {
    background: #fff; 
    box-shadow: none;
    display: inline-block;
	padding: 4px;
}
div.availableslot
{
	border-radius:5px;
    border: 2px solid #00acee !important;
}
#fbuilder .slots div.htmlUsed a {
    color: #fff;
    background: #00acee;
	-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;
}
div.ahb_list
{
	border-radius: 5px;
    border: 2px solid #00acee;
    padding: 10px 0px;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #00acee;
}
a.cancel:hover
{
	color:#fff;
}