/* why is this here?
div#TB_window #TB_closeWindowButton {
	width: 100px !important;
	display: none;
}
 */

#whatwhenwhere label {
	font-weight: bold;
}

#district_div {
	text-align: center;
	font-weight: bold;
}
#district_div label {
	margin: 0.5em;
}
#district_div input {
	height: 1em;
}
#clinic_name{
	width: 25em;
}
#clinic_whenwhere,
#clinic_what {
	margin:0 auto;
/* 	width: 25em; */
	text-align: center;
}
/* 
#clinic_whenwhere #missing_clinic {
	float: right;
	width: 10em;
	border: 0.5px solid black;
	
}
#clinic_whenwhere #missing_clinic p,
#clinic_whenwhere #missing_clinic h4{
	font-size: 0.8em;
	margin: 0;
	padding: 3px;
	line-height: normal;
}
 */
#clinic_date {
	margin: 0 auto;
}
#clinic_location_div {
	margin: 0 auto;
	width:20em;
}
#clinic_location {
	width: 75%;
}
#clinic_whenwhere #time_start, #clinic_whenwhere #time_end {
	width: 10em;
}

#clinic_whenwhere #location {
	width: 25em;
}

#clinic_whenwhere #clinic_contact {
	width: 30em;
}

#whatwhenwhere #sched_comment {
	width: 35em;
}

#clinics_contact .separator {
	border-top: 2pt solid #999;
	font-weight: bold;
	font-style: italic;
	color: black;
}

#clinics_contact optgroup > option {
	padding-inline-start: 0;
	padding-left: 0;
	background-color: red;
}

#clinic_co-ordinator_name_div {
	display:inline-block;
	width: 55%;
}
#clinic_co-ordinator_email_div {
	display:inline-block;
	width: 43%;
}
#clinic_co-ordinator_name {
	width: 85%;
}
#clinic_co-ordinator_email {
	width: 88%;
}
#general ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#general ol {
	padding: 0;
	margin: 0;
}
#general li {
	margin-bottom: 2em;
/* 
	display: inline-block;
 */
}
/* 
#general li:before {
	content: " \2022 " " ";
}
 */
#general label {
	display: inline-block;
	margin-right: 2em;
	margin-left: 0.5em;
}
/* 
#general #promotional_label {
	width:100%;
}
 */
#general input[type="text"] {
 	width: 4em;
	display: inline-block;
}

#general #wifi_address {
	width:100%;
}

#general #gap_properties {
	width:100%;
}

#general #otherpromo {
	width:100%;
}

#general #future_clinics #venue_no_future{
	width: 100%;
}

#presentation_gap {
	text-align: center;
}

#presentation_gap .label_input {
	margin: 1em 0.5em 0 0.5em;
}

#presentation_label, #gap_label {
	margin-left: 2em;
}

/* 
#general #future_clinics {
	width: 100%;
}
 */

.info {
	font-style:italic;
}
fieldset#info {
	padding-top: 0;
}

fieldset#questions label.question{
	font-weight: bold;
}

fieldset#questions textarea {
	overflow-x: hidden;
	height: auto;
}

fieldset#questions label.question ~ textarea {
	width:50%;
}

#volunteer_info {
	border-collapse:collapse;
	margin: 0 auto;
	table-layout: auto;
}
/* Zebra striping */
#volunteer_info tr:nth-of-type(odd) { 
	background: #eee; 
}
#volunteer_info th, td {
	border: solid 1pt;
}
#volunteer_info th#position_head {
	border: none;
}
#volunteer_info th {
	text-align:center;
	padding: 4pt;
	background: white; 
	font-weight: normal;
}
#volunteer_info td {
	text-align:center;
	padding: 6pt;
}
#volunteer_info .table_position {
/* 	width: 12em; */
}
#volunteer_info .table_name {
/* 	width: 15em; */
}
#volunteer_info .table_times {
/* 	width: 20%; */
}
#volunteer_info .table_hours {
/* 	width:4em; */
}
#volunteer_info .table_sub {
/* 	width: 7%; */
}
#volunteer_info input {
	margin:0;
	border: none;
	background-color: transparent;
}

#volunteer_info input.mg_hours {
	width:2.5em;
}

#volunteer_info td.row_functions span {
	cursor: pointer;
}

#volunteer_info #volunteer_info_template_row, 
#questions #question_template_row {
	display: none;
}

#clinic_edit_link {
	width: 80%;
	margin: 0 auto;
}

#clinic_edit_link span {
	font-size: 0.8em;
	font-style: italic;
}

#clinic_edit_link span#clinic_edit_title {
	color: #070;
	font-weight: bold;
}

#clinic_edit_link #clinic_canEdit_note {
	display: none;
}

#pests textarea {
	height: 10em;
}

.form_instructions {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

textarea.printTextTest {
	border: none;
	background-image: -moz--repeatinglinear-gradient(top , transparent, transparent 19px, black 19px, black 20px) !important; 
	background-image: -webkit-repeating-linear-gradient(top , transparent, transparent 19px, black 19px, black 20px) !important;
}

#revised {
	margin-top: 10em;
	font-size: .8em;
}

/* Only display when printing (enabled in print.css) */
div#do_not_submit {
	display: none;
}

/* --------- smartphone ----------- */ 
@media screen and (max-width: 767px) { 
	#clinic_whenwhere{
		display:block;
		width: 100%
	}
	#clinic_location_div {
		display: block;
		width: 100%
	}
	#clinic_date {
		width: 50%;
	}
	#clinic_location {
		width: 65%;
	}
	#clinic_co-ordinator_name_div {
		display:block;
		width: 100%;
	}
	#clinic_co-ordinator_email_div {
		display:block;
		width: 100%;
	}
	#clinic_co-ordinator_name {
		width: 85%;
	}
	#clinic_co-ordinator_email {
		width: 88%;
	}
	#volunteer_info, #volunteer_info thead, #volunteer_info tbody, #volunteer_info th, #volunteer_info td, #volunteer_info tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#volunteer_info thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#volunteer_info tr { border: 1px solid black; }
	#volunteer_info td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid black; 
		position: relative;
		padding-left: 7em;
		text-align: left;
	}
	#volunteer_info td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 3px;
		left: 6px;
		width: 6em; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align: left;
	}
	#volunteer_info td:nth-of-type(1) { padding-left:0; }
	#volunteer_info td:nth-of-type(2):before { content: "Name"; }
	#volunteer_info td:nth-of-type(3):before { content: "Time Start"; }
	#volunteer_info td:nth-of-type(4):before { content: "Time End"; }
	#volunteer_info td:nth-of-type(5):before { content: "Total Hours"; }
	#volunteer_info input {
		margin:0;
		border: solid 1px gray;
		background-color: transparent;
	}
	#general #venue_no_future{
		width: 20em;
	}
} 