/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; padding: 5px; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; width: 50px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui_tpicker_timezone select { width: 92%; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

button.ui-datepicker-current { display: none; }

.field-trip-map-view {
	width: 100%;
	height: auto;
	max-width: 600px;
}

.field-trip-verified {
	position: absolute;
	padding: 5px 15px 5px 10px;
	margin: 0;
	background: #000;
	background: rgba( 0, 0, 0, 0.75 );
	color: #bada55;
}

.possible-location:hover {
	cursor: pointer;
	text-decoration: underline;
}

.ftmap-container,
.ftmap-size,
#fieldtrip-custom-size-container,
.ftmap-align,
#ft-insert-map {
	margin-top: 1em;
}