@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

body{
	/*font-family:Arial, Helvetica, sans-serif;	*/
	font-family: 'Open Sans', sans-serif;
	margin:0;
}
h2{
	margin-bottom:5px;	
}
.tab1{
	width:100%;
}
	.tab1 > tbody > tr > td{
	}
	.tab1 > tbody > tr > td:first-child{
		text-align:right;
		vertical-align:top;
		padding-top:8px;
		font-weight:bolder;
		max-width:220px;
		width:220px;
	}
	
	.tab1 input.textbox{
		font-size:14px;	
		padding:5px;
		background:rgba(255,255,255,0.9);
	}
	
.button1 {
	/*
	padding:8px 0;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
	background: rgba(205, 205, 205, 0.8);
	color: #1e1e1e;
	font-weight: bold;
	letter-spacing: 1px;
	*/
	
	padding: 10px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    background: rgba(205, 205, 205, 0.8);
    color: #1e1e1e;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    border: 0;
    font-size: 16px;
	font-family:'Open Sans Extra Bold', sans-serif;
	/*font-family:'Open Sans Extra Bold', sans-serif;*/
}
	.button1:hover{
		background:#111;
		color:#FFF;	
	}

input.textbox1:focus,
textarea.textbox1:focus {
    outline: none;
    border-color: #009bf9;
    box-shadow: inset 0 0 0 2px #009bf9;
    background: #FFF;
}
input.textbox1,
textarea.textbox1,
select.textbox1{
	/*display:none;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    padding: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.01);
    background: #FFF;
    border-radius: 2px;
	margin:0;
    margin-bottom: 5px;
    /*box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);*/
    cursor: auto;
	
	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.textbox1{
    -webkit-appearance: revert;
    -moz-appearance: revert;
	appearance: revert;
}



textarea.textbox1 {
    height: 100px;
}
div.success,
div.error{
	background-color:rgba(0,0,0,0.4);
	text-align:center;
	padding: 5px;
	border-radius:5px;
	color:#FFF;
}
div.success h2,
div.error h2{
	font-size:16px;	
}
div.error{
	background-color:#d40101;
	color:#FFF;
	
	position:absolute;
	z-index:1000;
	padding:10px;
	width:auto;
	display:block;
	box-shadow:0 0 10px rgba(0,0,0,1);
	top:100px;
}
	div.error .close{
		position:absolute;
		top:0;
		right:0;
		border-radius:10px;	
		font-weight:bolder;
		font-size:20px;
		margin-right:5px;
		cursor:pointer;
	}
	div.error h2,
	div.error p{
		margin:0;
	}

	
.col{
	list-style:none;
	margin:0;
	padding:0;
}
	.col li{
		display:inline-table;
		margin:0;
		padding:0;
	}
		.col li .textbox1:not(select){
			width:300px !important;
		}
	
	.col.col2 > li{
		width:49%;	
	}
	.col.col2.alt > li{
		width:auto;	
	}
	.col.col2.alt li:first-child{
		float:left;
	}
	.col.col2.alt li:last-child{
		float:right;
	}
	
*[align='right']{
	text-align:right;	
}

.textbox1{	
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

#limo-reservation2 input[name='address'],
#limo-reservation2 input[name='city'],
#limo-reservation2 input[name='state'],
#limo-reservation2 input[name='zip'],

#limo-reservation2 input[name='address2'],
#limo-reservation2 input[name='city2'],
#limo-reservation2 input[name='state2'],
#limo-reservation2 input[name='zip2'],

#limo-reservation2 input[name='address3'],
#limo-reservation2 input[name='city3'],
#limo-reservation2 input[name='state3'],
#limo-reservation2 input[name='zip3']
{
	width:24.5%;
    display: inline;
}

#limo-reservation2 input[name='phone'],
#limo-reservation2 input[name='phone2'],

#limo-reservation2 input[name='datetime2'],
#limo-reservation2 input[name='departure_flight_number'],
#limo-reservation2 input[name='datetime1'],
#limo-reservation2 input[name='arrival_flight_number']
{
	width:49.5%;
    display: inline;
}

/*************************************/

.g-recaptcha {
	transform-origin: left top;
	-webkit-transform-origin: left top;
}

	
/********************************************************************************************************************/
@media only screen and (max-width: 550px){
	.tab1 > tbody > tr > td{
		display:block;
	}	
	.tab1 > tbody > tr > td:first-child{
		text-align:left;
		vertical-align:top;
		padding-top:10px;
		max-width:none;
		width:auto;
	}
	/*
	.recaptchatable .recaptcha_image_cell center img{
		width:200px;	
	}
	.recaptcha_r4_c4{
		display:none;
	}
	*/
}
@media only screen and (max-width: 380px){
	
	.captcharow{
		display:none;	
	}
	
}

#sandiegosolarsolutions-quick-quote,
#contact-horizontal1{
	margin:10px;
	text-align:center;
}	
#sandiegosolarsolutions-quick-quote input,
#sandiegosolarsolutions-quick-quote .button1,
#contact-horizontal1 input,
#contact-horizontal1 .button1{
	display:inline;
	width:15% !important;
}
#contact-horizontal1 input[type='submit']{
	position:absolute;
	z-index:-1;
}
#sandiegosolarsolutions-quick-quote .button1,
#contact-horizontal1 .button1{
	background:#333;
	color:#FFF;
	text-transform:uppercase;
	padding:10px 15px;
	border-radius:5px !important;
}



#contact-horizontal1 .button1{
	background:#cf000f;
}
	
#sandiegosolarsolutions-quick-quote div.success,
#contact-horizontal1 div.success{
	background:none;
	padding:0;	
}

#contact-horizontal1 br{
	display:none;	
}

#3-dollar-airport-parking-reservation .button1{
	background:#de0c0c;
}

.block1{
	background:#FFF;
	padding:20px;
	border-radius:5px;
	margin-bottom:10px;
    border-top: 8px solid #127742;
    border-bottom: 2px solid #127742;
	font-size:14px;
}
	.block1 strong{
		color:#127742;
		display:block;
		margin-bottom:2px;
	}


#elkgrove{
	/*color:#FFF;*/
}

.button1.g-recaptcha{
	transform: scale(1) !important;
}

#maidclean_cleaning-options_single,
#maidclean_cleaning-options_4weeks{
	display:none;
}

/********************************************/

.ui-widget-header{
	border-color: #444 !important;
	background-color:#444444 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	color:#111 !important;
}
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus{
	
	border:0 !important;
	background-color: rgba(255,255,255,0.25) !important;
	color:#000 !important;
	
}

@media only screen and (max-width: 1020px){
	/*
	#sandiegosolarsolutions-quick-quote input,
	#sandiegosolarsolutions-quick-quote .button1{
		display:block;
		width:auto;
	}
	*/
}

.xdsoft_datetimepicker{
	padding:10px !important;
	font-family: 'Open Sans', sans-serif !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker{
	float:none !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker{
	width: 100% !important;
	margin: 0 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{
	height: auto !important;
    width: 100%;
	overflow:visible !important;
	border:0 !important;
    padding: 10px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div{
	width: auto;
    display: inline-block;
    padding: 6px 10px;
    line-height: normal !important;
    height: auto !important;
    margin: 5px;
    border: 0 !important;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 20%);
	font-size: 14px !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{
	display: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td{
	height:auto !important;
	padding: 10px !important;
}
	.xdsoft_datetimepicker .xdsoft_calendar td > div{
		text-align: center !important;
		padding:0 !important;
	}

@media only screen and (max-width: 768px){
	.xdsoft_datetimepicker .xdsoft_calendar tr td:hover,
	.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_time:hover{
		background-color:#33aaff !important;
	}
}
.xdsoft_time_variant{
	margin: 0 !important;
}

.xdsoft_disabled{
	opacity: 0.25 !important;
	pointer-events: none;
}
.xdsoft_date{
	position: relative;
}

.xdsoft_current{
	font-weight: normal !important;
}


.has_booking{
	position: absolute;
	background: red;
	padding:3px !important;
	top:5px;
	right: 5px;
	border-radius: 20px;
}

.sassy_radio_cont{
	display: table;
    border-spacing: 10px;
}

.sassy_radio{
	display: table-cell;
	background:rgba(0,0,0,0.05);
	
	
    width: auto;
    padding: 6px 10px;
    line-height: normal !important;
    margin: 5px;
    border: 0 !important;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 20%);
    font-size: 16px !important;
	
	cursor: pointer;
	text-align: center;
	
	
    vertical-align: middle;
    /*height: 80px !important;*/
    border-collapse: separate;

}
	.sassy_radio input{
		display: none;
	}
	.sassy_radio.active,
	.sassy_radio:hover{
		color:#FFF;
		background:#33aaff;
	}

body#jet-ski-appointment .sassy_radio small{
	font-weight: bolder;
	font-size: 16px;
}
body#jet-ski-appointment .sassy_radio small span{
	text-decoration: line-through;
	font-weight: 100;
}

@media only screen and (max-width: 425px){
	.sassy_radio_cont{
		text-align: center;
		margin:auto;
		width: 100%;
	}
	.sassy_radio{
		display: inline-block;
	}
	
	#field_jetski_duration .sassy_radio:nth-child(1),
	#field_jetski_duration .sassy_radio:nth-child(2){
	    padding: 15px 10px;
	}
	
	#field_jetski_jetski .sassy_radio{
		padding:15px 10px;
		width: 40%;
	}

	
	input.textbox1, textarea.textbox1, select.textbox1{
		font-size: 16px;
	}
	
}
#lia-booking-status{
    border: 1px solid rgba(0,0,0,0.25);
    padding: 20px;
    background: #ffebb3;
    margin: 20px;
	margin-top: 0;
}
	#lia-booking-status h2{
		margin:0;
		font-weight: bolder;
	}
#lia_summary_price{
	font-weight: bolder;
}
#lia_summary_price span{
	text-decoration: line-through;
	font-weight: 100;
}
	#lia_summary_price br{
		display: none;
	}
	#lia_summary_price sup{
		margin-left:2px;
	}
