body {
	margin: 0px;
	padding: 0px;
	font-family: 'Hind Madurai', 'Poppins';
}

a, a:visited {

}

#self_check_container {
    float: right;
}

#self_check_link {
    padding: 8px 12px 0px 12px;
    min-height: 28px;
    color: #FFFFFF;
    border: 1px solid #808080;
    background-color: #BABABA;
    text-decoration: none;
    text-shadow: 0px 1px 2px #414141;
    display: block;
}
#sort_by_container {
    float: right;
    margin-left: 20px;
}
#sort_by_title {
    padding: 8px 12px 0px 12px;
    min-height: 28px;
    float: left;
    color: #FFFFFF;
    border: 1px solid #808080;
    background-color: #BABABA;
    text-shadow: 0px 1px 2px #414141;
}
.sort_by_button {
    padding: 8px 12px 0px 12px;
    min-height: 28px;
    cursor: pointer;
    float: left;
    color: #FFFFFF;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    background-color: #BABABA;
    text-shadow: 0px 1px 2px #414141;
}
.sort_by_button_active {
    background-color: #F1F1F1;
    color: #000000;
    text-shadow: 0px 0px 0px #F1F1F1;
}

/* LANDING PAGE */
/* LANDING PAGE */
/* LANDING PAGE */

#landing_page_content {
	font-size: 17px;
}
#landing_page_content .event_name {
	font-size: 21px;
	font-weight: bold;
}
.flat_button {
	display: inline-block;
	padding: 9px;
	border-radius: 5px;
	border: 1px solid #808080;
	background-color: #E7E7E7;
	font-size: 13px;
}

/* PAGE */
/* PAGE */
/* PAGE */

.review_mode {
	background-color: #FFFFC0;
	padding: 25px 0px 25px 0px;
	text-align: center;
	font-size: 21px;
	font-family: 'Hind Madurai', 'Poppins';
}

#overlay {
	display: none;
	z-index: 10000;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	-moz-opacity: 0.50; /*Firefox Opacity*/
	filter: alpha(opacity=50); /*IE Opacity*/
	opacity:.50; /*Standard Opacity*/
	background: #000000;
}

#overlay_message {
	display: none;
	overflow: auto; /*Set to none to remove scrollbar*/
	text-align: left;
	z-index: 11000;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 80%;
	padding: 20px;
	background-color: #EAEAEA;
	border: 1px solid #000000;
	color: #000000;
	font-family: 'Hind Madurai', 'Poppins';
	font-size: 15px;
}
#overlay_message a {
	color: #000000;
}
.view_job_file {
	cursor: pointer;
}
.close_overlay {
    font-size: 12px;
    cursor: pointer;
}


#vl_return_to_top {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 50px;
    padding: 10px;
    text-align: center;
    font-size: 35px;
    cursor: pointer;
    z-index: 100;
    color: #bfbfbf;
}
#vl_return_to_bottom {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 10px;
    text-align: center;
    font-size: 35px;
    cursor: pointer;
    z-index: 100;
    color: #494949;
}


#notification {
	font-family: 'Hind Madurai', 'Poppins';
	display: none;
	background-color: #F6EA86;
}
.close_notification {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 26px;
    cursor: pointer;
    color: #494949;
}
#notification_message {
	padding: 25px 0px 0px 0px;
	margin: 0px auto 15px auto;
	max-width: 540px;
	font-size: 17px;
}

#volunteer_form {
	font-family: 'Hind Madurai', 'Poppins';
	font-size: 14px;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px 20px;
}

#volunteer_form h1 {	font-size: 24px; font-family: 'Hind Madurai', 'Poppins'; margin: 0px; padding: 0px; font-weight: bold; display:inline; }
#volunteer_form h2 {	font-size: 22px; font-family: 'Hind Madurai', 'Poppins'; margin: 0px; padding: 0px; font-weight: bold; display:inline; }
#volunteer_form h5 {	font-size: 12px; font-family: 'Hind Madurai', 'Poppins'; margin: 0px; padding: 0px; font-weight: normal; display:inline; }

.float_left { float: left; }
.float_right { float: right; }
.clear_both { clear: both; }
.cursor_pointer { cursor: pointer; }

.open_new_window {
	background: url('/volunteer/images/new_window_icon.gif') no-repeat scroll right center transparent;
	padding: 0px 17px 0px 0px;
}


.radio_with_label_icon {
    display: none;
}
.radio_with_label_icon + label {
    cursor: pointer;
    display: inline-block !important;
    padding: 5px;
    margin: 5px 8% 5px 2%;
    border: 2px solid #f1f1f1;
    border-radius: 3px;
    width: 90%;
}
.radio_with_label_icon:hover + label {
    border: 2px solid #e7e7e7;
    background-color: #f1f1f1;
}
.radio_with_label_icon:checked + label {
    border: 2px solid #4d6073;
    background-color: #f1f1f1;
}
.radio_with_label_icon + label i {
    color: #a5a5a5;
}
.radio_with_label_icon:checked + label i {
    color: #4d6073;
}
.radio_with_label_icon + label .fa-circle-check, .radio_with_label_icon:checked + label .fa-circle-dashed {
    display: none;
}
.radio_with_label_icon:checked + label .fa-circle-check, .radio_with_label_icon + label .fa-circle-dashed {
    display: inline;
}



.event_logo_image {
    float: left;
    margin: 0px 20px 20px 0px;
    max-width: 300px !important;
}

.credit_card_text_icon {
	background: url('/volunteer/images/credit_card_text_icon.gif') no-repeat scroll left center transparent;
	padding: 0px 0px 0px 70px;
}

#job_password_container {
	margin: 10px 0px 10px 0px;
}
#job_password {
    width: 150px;
    padding: 5px;
}
#job_password_button {

}

.job_filter_container {
    padding: 10px 0px 10px 0px;
}

#sort_by_title {
	padding: 8px 12px 0px 12px;
	height: 28px;
	float: left;
	color: #FFFFFF;
	border: 1px solid #808080;
	border-radius: 5px 0px 0px 5px;
	background-color: #BABABA;
	text-shadow: 0px 1px 2px #414141;
}
.sort_by_button {
	padding: 8px 12px 0px 12px;
	height: 28px;
	cursor: pointer;
	float: left;
	color: #FFFFFF;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #BABABA;
	text-shadow: 0px 1px 2px #414141;
}
.sort_by_button_active {
	background-color: #F1F1F1;
	color: #000000;
	text-shadow: 0px 0px 0px #F1F1F1;
}
#hidden_datepicker {
	height: 0px;
	width:0px;
	border: 0px;
	padding: 1px;
}
#display_datepicker {
	display: none;
	font-size: 14px;
}
.datepicker_date_available {
	background: none !important;
	background-color: #FFFF40 !important;
}
.unselectable_text {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}
div.ui-datepicker {
	margin: -16px 0px 0px -63px;
}
.first_run_datepicker {
	font-size: 24px !important;
	margin: 0px 0px 0px -345px !important;
}

/* SHIFTS */
/* SHIFTS */
/* SHIFTS */

#shifts_header {

}
#shifts {
	margin: 0px;
	padding: 0px;
}

.shift_detail_width {
	float: left;
}

.job_description {
	margin-left: 50px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
}
.job_description_link {
	margin-left: 50px;
	font-size: 12px;
	cursor: pointer;
}

.job_description_content {
	display: none;
}
.job_description_container {
	display: none;
	margin: 0px 10px 10px 40px;
	background-color: #FFFFFF;
	padding: 10px;
}
.job_name_highlight, .shift_name_highlight {
	background-color: #F7FA00;
}
/* SHIFTS - SORT BY JOB */
/* SHIFTS - SORT BY JOB */
/* SHIFTS - SORT BY JOB */

.location_sort_location {
	margin-left: 5px;
	font-size: 19px;
	font-weight: bold;
	cursor: pointer;
}
.location_sort_job_title {
	font-size: 17px;
	font-weight: bold;
}

.job_sort_job_title {
	margin-left: 5px;
	font-size: 19px;
	font-weight: bold;
	cursor: pointer;
}
.job_sort_date_title {
	font-size: 14px;
	cursor: pointer;
}
.job_sort_top {
	background-color: #E9E9E9;
	padding: 5px;
	margin-top: 2px;
}
.job_sort_name_monthdays {
	border-top: 1px solid #000000;
	margin-left: 10px;
}
.job_sort_monthday {
	margin: 5px 0px 0px 8px;
	padding: 0px;
	font-size: 14px;
}
.job_sort_monthday_shifts {
}
.job_sort_shift_detail {
	margin-top: 1px;
	background-color: #C0C0C0;
	display: inline-block;
	width: 100%;
}
.job_sort_checkbox {
	width: 40px;
	padding-top: 6px;
	float: left;
	text-align: center;
	font-size: 14px;
}
.job_sort_time {
	padding: 5px 10px 0px 0px;
	font-size: 15px;
}
.job_sort_location {
	padding-right: 5px;
	font-size: 14px;
}
.job_sort_spots {
	background-color: #CFCFCF;
	padding: 5px 0px 3px 0px;
	margin-right: 2px;
	width: 65px;
	float: right;
	font-size: 13px;
	line-height: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.job_sort_spots_number {
	font-size: 22px;
	line-height: 15px;
}

/* SHIFTS - SORT BY DATE */
/* SHIFTS - SORT BY DATE */
/* SHIFTS - SORT BY DATE */



.date_sort_date_title {
	margin-left: 5px;
	font-size: 19px;
	font-weight: bold;
	cursor: pointer;
}
.date_sort_time_title {
	font-size: 14px;
	cursor: pointer;
}
.date_sort_top {
	background-color: #E9E9E9;
	padding: 5px;
	margin-top: 2px;
}
.date_sort_date_times {
	border-top: 1px solid #000000;
	margin-left: 10px;
}
.date_sort_start_time {
	margin: 5px 0px 0px 8px;
	padding: 0px;
	font-size: 14px;
}
.date_sort_time_shifts {
}

.date_sort_shift_detail {
	margin-top: 1px;
	background-color: #C0C0C0;
	display: inline-block;
	width: 100%;
}
.date_sort_checkbox {
	width: 40px;
	padding-top: 6px;
	float: left;
	text-align: center;
	font-size: 14px;
}
.date_sort_time {
	padding: 5px 10px 0px 0px;
	font-size: 15px;
}
.date_sort_location {
	padding-right: 5px;
	font-size: 14px;
}
.date_sort_spots {
	background-color: #CFCFCF;
	padding: 5px 0px 3px 0px;
	margin-right: 2px;
	width: 65px;
	float: right;
	font-size: 13px;
	line-height: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.date_sort_spots_number {
	font-size: 22px;
	line-height: 15px;
}


/* PERSONAL INFORMATION */
/* PERSONAL INFORMATION */
/* PERSONAL INFORMATION */

#email_information {
	margin: 10px 0px 0px 0px;
}

#email_div {
    padding: 15px;
    margin-bottom: 20px;
}
#system_unique_email {
}

/* ADDITIONAL VOLUNTEERS */
/* ADDITIONAL VOLUNTEERS */
/* ADDITIONAL VOLUNTEERS */

#additional_volunteers_heading {
	font-size: 18px;
	font-weight: bold;
}

#additional_volunteers {
	margin: 10px 0px 20px 0px;
}
#additional_volunteers_data, #additional_volunteers_names {
	display: none;
}

#total_volunteers {
	width: 150px;
}

/* DEMOGRAPHICS */
/* DEMOGRAPHICS */
/* DEMOGRAPHICS */

.field_element {
	padding: 5px 0px 10px 10px;
}
.required_field_missing {
	border-left: 3px solid #BF0000;
	background-color: #ECD6D6;
	margin-bottom: 5px;
}
#demographic_information {
	margin: 10px 0px 20px 0px;
}

.required {
}


.small_text_field {
	width: 40px;
	padding: 4px;
	border: 1px solid #A9A9A9;
}
.medium_text_field {
	width: 200px;
	padding: 4px;
	border: 1px solid #A9A9A9;
}
.field_element select {
	padding: 4px;
}
.date_field {
	margin: 0px;
	padding: 4px;
	width: 120px;
	background-image: url(/manage/images/calendar_icon2.gif);
	background-repeat: no-repeat;
	background-position: 88px 6px;
	border: 1px solid #A9A9A9;
	cursor: pointer;
}

.file_upload_selected {
    padding: 4px 10px 3px 10px;
    margin: 0px 10px 10px 10px;
    background-color: #e7e7e7;
    color: #494949;
    border: 2px solid #494949;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}


.file_upload_view {
    padding: 5px;
    margin: 5px 5px 5px 5px;
    background-color: #E7E7E7;
    border: 1px solid #808080;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #000000;
}
.file_upload_select {
    padding: 5px;
    margin: 5px 5px 5px 5px;
    background-color: #E7E7E7;
    border: 1px solid #808080;
    cursor: pointer;
    display: inline-block;
}
.file_upload_delete {
    padding: 5px;
    margin: 5px 5px 5px 5px;
    background-color: #E7E7E7;
    border: 1px solid #808080;
    cursor: pointer;
    display: inline-block;
}



.event_demographics_content {
    margin: 10px 10px 10px 10px;
    padding: 10px;
    border-top: 1px solid #B4B4B4;
    border-right: 1px solid #B4B4B4;
    border-bottom: 15px solid #808080;
    border-left: 1px solid #B4B4B4;
    overflow: auto;
    background-color: #DDDDDD;
    color: #000000;
    min-height: 150px;
}

/* DISCLAIMER */
/* DISCLAIMER */
/* DISCLAIMER */


#disclaimer_content {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border-top: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	border-bottom: 15px solid #808080;
	border-left: 1px solid #B4B4B4;
	overflow: auto;
	background-color: #DDDDDD;
	max-height: 200px;
}
#disclaimer_initials {
	width: 350px;
	font-weight: bold;
	font-size: 20px;
	background-color: #FFFFFF;
}


/* SIGNUP BUTTON */
/* SIGNUP BUTTON */
/* SIGNUP BUTTON */

#signup_button_div {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 25px;
	padding: 0px;
	width: 154px;
}
#signup_button {
    font-family: 'Hind Madurai', 'Poppins';
    background-color: #979ea5;
    font-size: 20px;
    margin-left: 20px;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}


/* AUTO CONFIRM */
/* AUTO CONFIRM */
/* AUTO CONFIRM */

.auto_confirm_event {
	margin: 15px 0px 10px 0px;
	font-weight: bold;
}
.auto_confirm_event_external_link {
	padding: 0px 0px 0px 15px;
	font-weight: normal;
}
.auto_confirm_row {
	margin: 0px 0px 20px 15px;
	border-bottom: 1px solid #E7E7E7;
}
.auto_confirm_confirmed {
	float: left;
	width: 140px;
	padding: 2px 10px 2px 20px;
	margin: 2px 10px 0px 0px;
	background: url(/volunteer/images/green_check_icon1.gif) no-repeat 5px 4px;
}
.auto_confirm_unconfirmed {
	float: left;
	width: 140px;
	padding: 2px 10px 2px 20px;
	margin: 2px 10px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
.auto_confirm_job {
	float: left;
	margin-left: 5px;
	padding: 7px 5px 5px 5px;
}
.auto_confirm_shift {
	float: left;
	margin-left: 5px;
	padding: 7px 5px 5px 5px;
}
.auto_confirm_cancel {
	float: right;
	margin: 0px 25px 0px 10px;
	padding: 5px 0px 0px 0px;
	color: #6F0000;
	cursor: pointer;
}
.auto_confirm_cancel:hover {
	text-decoration: underline;
}
#new_email_button {
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
}
#new_email_container {
	display: none;
	padding: 10px;
	background-color: #E7E7E7;
}

.edit_volunteer_profile_container {
	display: none;
}
.new_email_button {
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
}
.new_email_container {
	display: none;
	padding: 10px;
	background-color: #E7E7E7;
}
.volunteer_profile_save_button {
	padding: 5px;
}
.volunteer_profile_cancel_button {
	cursor: pointer;
}
.edit_profile_link {
	text-decoration: underline;
	cursor: pointer;
}

/* SELF CHECK */
/* SELF CHECK */
/* SELF CHECK */


#self_check_email_div {
	font-size: 18px;
}
.self_check_email {
	width: 300px;
	font-size: 18px;
	padding: 15px;
}
#submit_self_check_email {
    font-family: 'Hind Madurai', 'Poppins';
    background-color: #979ea5;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

#self_check_code_div {
	display: none;
	font-size: 18px;
}
.self_check_code {
	width: 300px;
	font-size: 18px;
	padding: 15px;
}
#submit_self_check_code {
	font-size: 18px;
	padding: 15px;
}


.additional_volunteer_remove {
	cursor: pointer;
	font-size: 12px;
}
.additional_volunteer_remove:hover {
	text-decoration: underline;
}

#stripe_form {
	display: none;
	padding: 5px 5px 5px 30px;
	margin: 5px 0px 10px 0px;
	font-size: 12px;
	background: #E7E7E7 url(/volunteer/images/security_icon1.gif) no-repeat 5px 4px;
	border: 1px solid #CFCFCF;
	border-radius: 3px;
}
.display_payment_form {
	cursor: pointer;
	text-decoration: underline;
}
#cancel_stripe_form {
	cursor: pointer;
	text-decoration: underline;
	font-size: 12px;
}
.payment-amount {
	font-weight: bold;
	font-size: 14px;
}
