/* Styles definition here */
.ui-datepicker td span {
    height: 30px;
    line-height: 0px;
    padding: 20px 0;
}
.ui-datepicker th {
    height: 36px;
}
.ui-datepicker td a {
    height: 0px;
    line-height: 0px;
    padding: 20px 0;
}
#fbuilder label {
    font-size: 18px;
}
select {
    border-radius: 5px;
    word-wrap: normal;
    height: 46px;
    padding: 0 36px;
    margin: 20px 0px;
    background-color: #3074bb;
    color: #fff;
}
#fbuilder .ui-datepicker-header a {
    margin-top: 5px;
}
.title h1 {
	color: #3074bb !important;
	font-weight: 600 !important;	
}
#fbuilder .slots div a {
    background: #3074bb;
    padding: 10px;
    text-decoration: none;
	color: #fff;
}
#fbuilder .slots div a:hover {
    background: #000;
    padding: 10px;
    text-decoration: none;
	color: #fff;
}
#fbuilder .slots div {
    border: 1px solid #3074bb;
}
#fbuilder .slots {
    padding: 30px 10px;
	margin: 30px 0;
	background-color: #F0F4F5;
    border-radius: 5px;
	border: 1px solid #ccc;
}
#fbuilder .medium {
    height: 50px;
    border: #ccc 1px solid;
    border-radius: 5px;
    background-color: #F0F4F5;
}
#fbuilder .pbSubmit {
    background: #3074bb;
    border-radius: 0.25rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: 0.625rem 1rem;
    color: white;
    border: none;
    transition: 2 sec ease-in;
}
#fbuilder .ui-datepicker-inline {
    max-width: 100%;
}
.ui-datepicker-title {
    font-size: 20px;
    padding: 5px 0;
}