#map {
	width: 300px;
	height: 300px;
}

table#destinations {
	empty-cells: hide;
	border-collapse: collapse;
}

#destinations select {
	width: 80px;
	background-color: white;
	border: 1px solid #bbbbbb;
}

#destinations th {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
}

#destinations td {
	padding: 5px;
}

#destinations .column-1 .flag {
	position: relative;
	left: 267px;
	top: -17px;
}

#destinations .column-1 .input {
	width: 285px;
	height: 22px;
	overflow: hidden;
}

#destinations .column-1 .input .insert_destination {
	margin-right: 4px;
	vertical-align: text-top;
}

#destinations .column-1 .input .autoComplete_wrap {
	border: 1px solid #BBBBBB;
	background-color: white;
	display: inline;
	height: 19px;
	width: 264px;
	padding-right: 42px;
	padding-top: 1px;
	padding-bottom: 2px;
}

#destinations .column-1 .input .autoComplete {
	background-color: transparent;
	width: 217px;
	border: medium none !important;
}
#destinations .column-1 .input .st_wrap {
	left: 19px;
	position: absolute;
}
#destinations .column-1 .input .st_wrap .row_type {
	left: 245px;
	position: relative;
	top: -17px;
}

#destinations .column-1 .input .location_icon_wrap {
	left: 19px;
	position: absolute;
}
#destinations .column-1 .input .location_icon_wrap .location_input_icon {
	left: 264px;
	position: relative;
	top: -18px;
}

#destinations .child .column-1 .input .autoComplete {
	margin-left: 17px;
}

#destinations .datetime {
	width: 105px;
	height: 22px;
	overflow: hidden;
	padding-right: 3px;
	padding-bottom: 1px;
}

#destinations .first .column-2,#destinations .first .column-3 {
	width: 105px;
}

#destinations .form-error {
	/*border-color: red;*/
}

#trip_title {
	float: left;
	width: 280px;
}

#trip_title input {
	font-family: Arial;
	font-size: 15px;
}

#privacy_level {
	float: left;
	margin-left: 20px;
	width: 260px;
}

#access_level {
	clear: both;
}

.picker {
	height: 25px;
}

.picker .inner {
	background-color: #4686e5;
	color: white;
	font-family: Arial;
	font-size: 11px;
	line-height: 25px;
	margin: 0;
	padding: 0 3px;
	height: 25px;
}

.picker .inner input {
	margin-left: 5px !important;
	margin-top: 5px !important;
	display: inline !important;
}

.picker .inner label {
	display: inline !important;
	position: relative;
	left: 3px;
	top: -2px;
}


#description {
	clear: both;
}

.add_destination_row {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #848484;
}

#do_invites {
	margin: 10px 0;
}
#do_invites input {
	float: left;
	margin-top: 2px;
}
#do_invites label {
	float: left;
	margin-left: 5px;
}

#insert_dest_info {
	position: absolute;
	width: 200px;
	text-align: justify;
	display: none;
	background-color: #eeeeee;
	color: black;
	border: 2px solid #c2c2c2;
	padding: 3px;
}

#subtrip_info {
	position: absolute;
	width: 200px;
	text-align: justify;
	display: none;
	background-color: #eeeeee;
	color: black;
	border: 2px solid #c2c2c2;
	padding: 3px;
}

#finish_plan_row {
	clear: both;
	overflow: hidden;
	margin-top: 10px;
}

#finish_plan_row .inner {
	background-color: #f2f2f2;
	height: 31px;
	width: 612px;
}

#finish_plan_row #dates_message {
	margin-left: 5px;
	float: left;
	font-family: Tahoma;
	color: #4686e5;
	line-height: 31px;
}


#finish_plan_row #submit_plan_btn {
	float: right;
	margin: 3px 2px;
}

#finish_plan_row #cancel_plan_btn {
	float: right;
	margin: 3px 2px;
	cursor: pointer;
}

.ui-autocomplete-results {
	width: 266px !important;
}
