/* Styles definition here */

.field,
#hdcaptcha_cp_appbooking_post_1 {
    padding: 10px 10px !important;
    font-size: 16px;
}

.uzenet {
	
}

#field_1-0 label {
	font-size: 24px;
	font-weight: bold;
}

.ahbfield_service {
	font-size: 18px;
    font-weight: bold;
	color: #D41509;
}

.ahbfield_service option[value="60"] {
	color: #587006;
}


.ahbfield_service option:first-child {
	color: #D41509;
}

.fieldCalendar {
	margin-top: 80px;
}

.fieldCalendar a.ui-state-active {
	background: #D41509 !important;
}

.fieldCalendar a.ui-state-hover {
	background: #587006 !important;
}

.slotsCalendar .availableslot a {
    border: 1px solid #587006 !important;
}

.ahb_m2 #fbuilder .slotsCalendar .slots div.choosen.htmlUsed.currentSelection a {
    background: #D41509 !important;
}

.ahb_m2 #fbuilder .slotsCalendar .slots div:not(.htmlUsed) a:hover {
    background: #587006 !important;
}

button.pbSubmit {
    background-color: #d41509 !important;
    color: #FFFFFF !important;
	 font-size: 14px;
    font-family: inherit;
    font-weight: 500;
	 width: auto;
    min-width: 100px;
    max-width: unset;
    height: auto;
    min-height: unset;
    max-height: unset;
    cursor: pointer !important;
    display: inline-block !important;
    position: relative;
    margin: 0 10px 0 0 !important;
    padding: 10px 40px !important;
    border: 0;
    border-radius: 2px !important;
    background-image: unset;
    line-height: 1.45em;
    text-align: center;
    -webkit-transition: .2s ease;
    transition: .2s ease;
	float:right;
}

button.pbSubmit:hover {
    background-color: #587006 !important;
}