/* Styles definition here */
#fbuilder .ui-datepicker-header { background:#7bc151 ; color:#444; text-shadow:none; }
#fbuilder .ui-datepicker-inline{width:100%;max-width: 600px;}
.blog-section-right .blog-post-title-wrapper a, .blog-detail-section .blog-post-title-wrapper a, .comment-detail a, .textwidget a {
    text-decoration: none;
}
.ui-datepicker-calendar .ui-state-active {
    background: #7bc151;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #666666;
    text-shadow: 0px 0px 0px ;
    border: 0px ;
    position: relative;
}
.ui-datepicker {
    height: auto;
    margin: 20px 0 20px 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
td {
    background: #d4d4d4;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 15px;

    border-right: 1px solid #ff0000;
}
tr:nth-child(2n+1) td {
    background: #d4d4d4;
}
#fbuilder .pbreak .pbPrevious, #fbuilder .pbreak .pbNext, #fbuilder .pbSubmit {
    background: #7bc151;
    color: #000;
    display: inline-block;
    cursor: pointer;
    margin: 20px 20px 0px 0px;
    padding: 4px 20px;
}
#fbuilder .slots div {
    display: inline-block;
	border: 0px;
    margin: 3px;
    padding: 1px 3px;
}
#fbuilder .slots div a {
    background: #c4c4c4;
    box-shadow: none;
	border-radius: 6px;
    display: inline-block;
    padding: 6px 16px;
    color: #555;
	font-weight: bold;
}

#fbuilder .slots div.htmlUsed a {
	background: #575961;
    color: #3b3b3b;
	border: 0px;
}

#fbuilder .slots div.htmlUsed {
    border: 0px ;
	padding: 1px 3px;
}

#fbuilder .slots .htmlUsed.currentSelection {
    border: 0px;
    padding: 1px 3px;
}

#fbuilder .slots {
  border: 0px solid #888;
  width: auto;
  padding: 10px 10px 10px 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ahbfield_service { display: none }

#fbuilder input[type=text], #fbuilder textarea, #fbuilder select { color: #2a2c33; }