body {
    margin: 0px;
    padding: 0px;
}
.volunteerlocal_container {
    margin: 20px auto;
    width: 98%;
    max-width: 1200px;

}

@supports (-webkit-touch-callout: none) {
    select {
      border: 1px solid #A1A1A1 !important;
      border-radius: 4px !important;
    }
}

/* BREAK */
@media only screen and (min-width: 1px) {

    img[src*="images/logo.gif"] {
	height: 26px;
	width: 212px;
    }

    .large_text_field {
	width: 300px;
	padding: 4px;
	border: 1px solid #A9A9A9;
    }
    #sort_by_container {
        float: right;
    }
    #sort_by_title {
	float: left;
	padding: 8px 12px;
	color: #000000;
	background-color: #ffffff;
    }
    .sort_by_button {
	float: left;
	padding: 8px 12px;
	cursor: pointer;
	color: #ffffff;
	background-color: #4a5069;
	margin: 0px 5px;
	border-radius: 3px;

    }
    .sort_by_button_active {
	background-color: #afb3c1 !important;
    }

    .month_filter_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: #1f0250;
    }
    .job_filter_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: #1f0250;
    }
}
/* BREAK */
@media only screen and (min-width: 600px) {


    img[src*="images/logo.gif"] {
	height: 52px;
	width: 423px;
    }
    .large_text_field {
	width: 500px;
	padding: 4px;
	border: 1px solid #A9A9A9;
    }

    #sort_by_container {
        float: right;
        margin-left: 20px;
    }
    #sort_by_title {
	float: left;
	padding: 8px 12px;
	color: #000000;
	background-color: #ffffff;
    }
    .sort_by_button {
	float: left;
	padding: 8px 12px;
	cursor: pointer;
	color: #ffffff;
	background-color: #4a5069;
	margin: 0px 5px;
	border-radius: 3px;

    }
    .sort_by_button_active {
	background-color: #afb3c1 !important;
    }

}

@media only screen and (max-width: 900px) {
    .event_logo_image {
        max-width: 30% !important;
    }
}


.signup_accordian_caret {
    display: none;
}
.signup_accordian_caret + label i {
    margin: 0px 10px 0px 0px;
    color: #a5a5a5;
    font-size: 18px;
    transform: rotate(0deg);
    transition: transform 0.2s;
}
.signup_accordian_caret:checked + label i {
    transform: rotate(90deg);
}



.checkbox_with_label_icon {
    display: none;
}
.checkbox_with_label_icon + label {
    cursor: pointer;
    display: inline-block;
    padding: 5px 5px 5px 5px;
    margin: 0px;
    border: 2px solid transparent;
    border-radius: 3px;
    width: 90%;
}
.checkbox_with_label_icon:hover + label {
    border: 2px solid #e7e7e7;
    background-color: #f1f1f1;
}

.checkbox_with_label_icon + label i {
    color: #a5a5a5;
    font-size: 18px;
    vertical-align: text-bottom;
}
.checkbox_with_label_icon:checked + label i {
    color: #4f904f;
}
.checkbox_with_label_icon + label .fa-square-check, .checkbox_with_label_icon:checked + label .fa-square {
    display: none;
}
.checkbox_with_label_icon:checked + label .fa-square-check, .checkbox_with_label_icon + label .fa-square {
    display: inline;
}


.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;
}



.volunteerlocal_container {
	font-family: 'Hind Madurai', 'Poppins';
}

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


.landing_page_signup_button {
  background-color: #494949 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px !important;
  display: inline-block !important;
  border-radius: 3px !important;
}


.landing_page_filter_event_container {
    border-bottom: 2px solid #808080;
    margin: 0px 0px 50px 0px;
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
}
.landing_page_filter_event_input {
    padding: 5px !important;
    margin-bottom: 0px !important;
    font-size: 27px;
    width: 275px !important;
    background-color: transparent !important;
    border: 0px solid transparent !important;
    outline: 0px solid transparent !important;
}


#landing_page_content {
    font-size: 17px;
}
#landing_page_content .event_name {
    font-size: 21px;
    font-weight: bold;
}

.landing_page_event_select_container {
}
.landing_page_event_item {
    border-bottom: 1px solid #CFCFCF;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 15px 10px;
    overflow: hidden;
}
.landing_page_job_list_item {
    display: inline-block;
    margin: 0px 5px;
    padding: 3px 0px;
}
.landing_page_job_list_item:hover {
    background-color: #ededed;
}
.landing_page_job_list_item_name {
    display: inline-block;
    margin: 0px 0px 0px 5px;
    background-color: #c0c0c0;
    padding: 4px 10px 1px 10px;
    border-radius: 3px;
    font-size: 15px;
}
.landing_page_job_list_shift_item {
    display: inline-block;
    margin: 0px 5px;
    font-size: 13px;
}


.landing_page_application_item {
    border-bottom: 1px solid #CFCFCF;
    margin: 0px 0px 10px 0px;
    padding: 10px 0px 15px 10px;
    overflow: hidden;
}

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

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


#self_check_link {
    padding: 8px 12px;
    color: #000000;
    background-color: #d1d1d1;
    text-decoration: none;
    display: block;
}
#self_check_container {
    float: right;
}


#landing_page_content label, #edit_volunteer_profile_container label, #volunteer_form label {
	display: inline;
}

.review_mode {
    background-color: #99c4d4;
    color: #000000;
    padding: 25px 0px 25px 0px;
    text-align: center;
    font-size: 21px;
    font-family: 'Hind Madurai', 'Poppins';
    width: 90%;
    margin: 10px auto;
    box-shadow: 0px 0px 7px 2px #494949;
}

#overlay {
	display: none;
	z-index: 10000;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	opacity:.70;
	background: #000000;
}

#overlay_message {

	display: none;
	overflow: auto;
	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_Original {
	/*font-family: 'Hind Madurai', 'Poppins';*/
	color: #000000;
	z-index: 10000000000;
	display: none;
	top: 0px;
	width: 100%;
	position: fixed;
	background-color: #F6EA86;
	-moz-opacity: 0.95; /*Firefox Opacity*/
	filter: alpha(opacity=95); /*IE Opacity*/
	opacity:.95; /*Standard Opacity*/
}
#notification {
    display: none;
    /*font-family: 'Hind Madurai', 'Poppins';*/
    background-color: #ffeb48;
    z-index: 19999999;
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #494949;
}

.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: 1200px;
    width: 98%;
    font-size: 17px;
}

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

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


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

.edit_volunteer_profile_container {
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px 0px #e2e2e2;
    color: #000000;
}

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

#event_no_shifts_message_container {
    text-align: center;
    padding: 25px;
}
#event_no_shifts_message_container span {
    font-weight: 900;
    font-size: 24px;
}


.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;
}
.credit_card_text_icon {
	background: url('/volunteer/images/credit_card_text_icon.gif') no-repeat scroll left center transparent;
	padding: 0px 0px 0px 70px;
}

.use_password_header {
    font-size: 24px;
    font-weight: 700;
}

.volunteer_profile_event_container {
    margin: 20px 0px 20px 0px;
    padding: 5px;
    position: relative;
}
.volunteer_profile_job_name {
    font-size: 18px;
    font-weight: bold;
}
.volunteer_profile_shift_date {
    font-size: 16px;
}
.volunteer_profile_shift_route_button {
    text-decoration: none;
    background-color: #31608d;
    padding: 4px 10px;
    color: #ffffff;
    border-radius: 3px;
}

.profile_application_name, .profile_event_name {
    font-weight: bold;
    font-size: 21px;
}
.profile_application_status_label {
    padding: 3px 10px 0px 10px;
    margin: 0px 0px 0px 20px;
    font-size: 18px;
    display: inline-block;
    border-radius: 2px;
    background-color: #494949;
    color: #ffffff;
    font-weight: 100;
    vertical-align: bottom;
}

#job_password_container {
    margin-bottom: 10px;
}
#job_password_container input {
    display: inline-block !important;
}
#job_password {
	width: 150px;
	padding: 5px;
	font-size: 15px;
}
#job_password_button {
    /*font-family: 'Hind Madurai', 'Poppins';*/
    background-color: #979ea5;
    font-size: 16px;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

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

#hidden_datepicker {
	height: 0px !important;
	width:0px !important;
	border: 0px !important;
	padding: 0px !important;
}
#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;
}

.profile_picture_button, .file_upload_button {
    padding: 5px 10px;
    background-color: #E2E2E2;
    border: 1px solid #CFCFCF;
    cursor: pointer;
    display: inline-block !important;
}

.profile_open_the_event {
    float: right;
    padding: 4px 10px 3px 10px;
    margin: 10px;
    background-color: #E2E2E2;
    color: #494949;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}
.profile_page_signup_button {
  float: right;
  padding: 2px 15px;
  background-color: #494949 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-block !important;
  border-radius: 3px !important;
}



/* RETURNING VOLUNTEER */
/* RETURNING VOLUNTEER */
/* RETURNING VOLUNTEER */

#returning_volunteer_container {
    font-size: 16px;
    margin: 20px 0px;
    padding: 20px 0px;
    position: sticky;
    top: 0px;
    z-index: 1000;
}
#returning_volunteer_form {
    padding: 20px 0px 30px 30px !important;
    background-color: #f5f5f5;
    color: #000000;
}
#returning_volunteer_header {
    margin: 0px 0px 10px 0px;
}
.returning_volunteer_input_container {
    float: left;
    margin: 10px 10px 0px 0px;
    vertical-align: bottom;
}
#returning_volunteer_first_name, #returning_volunteer_email {
    padding: 10px !important;
    border: 0px solid transparent !important;
    outline: 0px solid transparent !important;
    max-width: 90% !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 16px !important;
    height: auto;
}

#returning_volunteer_email {
    width: 300px !important;
}
#returning_volunteer_first_name {
    width: 150px !important;
}

#returning_volunteer_submit {
    float: left;
    /*font-family: 'Hind Madurai', 'Poppins';*/
    background-color: #4d6073;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    margin: 5px 0px 0px 0px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}


/* RETURNING VOLUNTEER */
/* RETURNING VOLUNTEER */
/* RETURNING VOLUNTEER */



#preview_shifts_container {
    /*font-family: 'Hind Madurai', 'Poppins';*/
    margin: 40px 0px;
}
.preview_shifts_results {
    margin: 40px 0px;
}
#preview_shifts_container .job_name_highlight, #preview_shifts_container .shift_name_highlight {
  background-color: transparent !important;
  padding: 0px !important;
  border-radius: 0px !important;
  box-shadow: 0px 0px 0px 0px transparent !important;
}



.radio_with_label_icon {
    display: none;
}
.radio_with_label_icon + label {
    cursor: pointer;
    display: inline;
    padding: 5px;
    margin: 5px 10px 0px 0px;
    border: 2px solid #f1f1f1;
    border-radius: 3px;
    display: inline-block;
}
.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: #4f904f;
}
.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;
}


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



#shifts_header {

}

#shifts_status {
    display: none;
    padding: 20px;
    color: #000000;
    box-shadow: 0px 0px 3px 1px #000000;
    background-color: #ededed;
    border-radius: 2px;
    text-align: center;
    font-size: 18px;
}

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

#shifts_scroll_instructions {
    display: none;
    position: fixed;
    bottom: 300px;
    right: 50px;
    background-color: #e3f8ed;
    width: 261px;
    padding: 20px;
    margin: 0px 70px 0px 0px;
    box-shadow: 3px 3px 10px 0px #494949;
    border-radius: 3px;
}
#shifts_scroll_instructions_button {
    display: block;
    cursor: pointer;
    text-align: center;
    background-color: #ffffff;
    padding: 5px 15px;
}

.shift_checkbox, .field_element label input[type="checkbox"], #disclaimer_accept {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  visibility: visible !important;
}


#shifts[data-view_type="preview"] .shift_checkbox, #jobList[data-view_type="preview"] .shift_checkbox {
    display: none !important;
}


.shift_detail_width {
    float: left;
}

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

.job_description_link {
    background-color: #494949;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 2px;
    margin: 0px 0px 5px 0px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
}

.job_description_content {
	display: none;
}
.job_description_container {
	display: none;
	margin: 0px 10px 10px 40px;
	background-color: #FFFFFF;
	padding: 10px;
}
.job_description_container_job_notes_header {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
}
.job_description_container_shift_notes_header {
    font-size: 22px;
    margin: 0px;
    padding: 0px;
}
.job_name_highlight, .shift_name_highlight {
    background-color: #f9f133;
    padding: 4px 15px !important;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 1px #000000;
}

/* SHIFTS - SORT BY JOB */
/* SHIFTS - SORT BY JOB */
/* SHIFTS - SORT BY JOB */


.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_shift_detail_selected {
    background-color: #ffffff !important;
}
.job_sort_shift_detail_highlight {
    background-color: #ffff70 !important;
}
.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_time_timezone_label {
    padding: 0px 5px 0px 5px;
    border-radius: 4px;
    background-color: #eaeaea;
    font-size: 12px;
    display: inline-block;
    line-height: 18px;
    margin: 0px 0px 0px 5px;
}
.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;
}

.shift_spots_label {

}




/* 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_date_title i, .job_sort_job_title i {
    margin: 0px 3px 0px 0px;
    font-size: 14px;
}
.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;
}


/* 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;
}

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

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

#email_div {
	padding: 15px;
	background-color: #E7E7E7;
	border: 1px solid #808080;
	margin-bottom: 20px;
}
#system_unique_email {
    padding: 6px;
    width: 400px;
    max-width: 80%;
}

.applicant_signing_up_as_greeting {
    font-size: 24px;
    font-weight: bold;
}
.applicant_signing_up_as_content {
    font-size: 18px;
}
.applicant_signing_up_as_reset_link {
    display: inline-block;
    padding: 1px 5px;
    margin: 0px 0px 0px 5px;
    border-radius: 5px;
    background-color: #eaeaea;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    vertical-align: top;
}
.applicant_signing_up_as_reset_link:hover {
    background-color: #ebe677;
}


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

#plus_one_volunteers_heading {
	font-size: 18px;
	font-weight: bold;
}
.plus_one_volunteer_link {
    cursor: pointer;
    font-size: 19px;
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 20px;
}
.plus_one_volunteer_link i {
    font-size: 15px;
}
.plus_one_volunteer_link:hover {
    color: #878787;
}
#plus_one_volunteers_notification_div {
	margin: 10px 10px 10px 20px;
	padding: 10px;
	background-color: #DCEB8E;
	border: 1px solid #000000;
	display: none;
}
.plus_one_volunteers_title {
	font-size: 15px;
	font-weight: bold;
}

.plus_one_email_input {
    width: 300px;
}
.plus_one_copy_email_instructions {
    display: none;
}

#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;
}

.total_volunteers_input {
	width: 50px;
	padding: 4px;
}
.total_volunteers_select {
	width: 150px;
	padding: 4px;
}

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

.field_elements_required_notice {
    font-style: italic;
}

.field_element {
	padding: 5px 0px 10px 10px;
}
.field_element_boxed {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
    padding: 0px 0px 0px 5px;
    border-bottom: 3px solid #4d6073;
    margin: 10px 0px 0px 0px;
}

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

.required {
}

.date_field_instructions, .upload_file_field_instructions, .mobile_phone_field_instructions {
    font-style: italic;
}

.text_field {
    max-width: 98%;
    padding: 4px;
    border: 1px solid #A9A9A9;
    color: #000000;
    background-color: #ffffff;
}
.field_element textarea {
    max-width: 98%;
    padding: 4px;
    border: 1px solid #A9A9A9;
    color: #000000;
    background-color: #ffffff;
}.small_text_field {
	width: 40px;
	padding: 4px;
	border: 1px solid #A9A9A9;
    color: #000000;
    background-color: #ffffff;
}
.medium_text_field {
	width: 200px;
	padding: 4px;
	border: 1px solid #A9A9A9;
    color: #000000;
    background-color: #ffffff;
}
.field_element select {
    padding: 4px;
    max-width: 98%;
    color: #000000;
    background-color: #ffffff;
}
.date_field {
	margin: 0px;
	padding: 4px;
	width: 145px;
	background-image: url(/manage/images/calendar_icon2.gif);
	background-repeat: no-repeat;
	background-position: top 2px right 2px;
	border: 1px solid #A9A9A9;
	cursor: pointer;
    color: #000000;
    background-color: #ffffff;
}

.file_upload_filename {
    border-bottom: 1px solid #494949;
    background-color: #e7e7e7;
    padding: 2px 6px;
    margin: 0px 0px 0px 5px;
    display: inline-block;
}
.file_upload_selected {
    padding: 2px 6px;
    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 15px 5px 15px;
    margin: 5px 5px 5px 5px;
    background-color: #E7E7E7;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #000000;
}
.file_upload_select, .file_upload_auto {
    padding: 5px 15px 5px 15px;
    margin: 5px 5px 5px 5px;
    background-color: #E7E7E7;
    cursor: pointer;
    display: inline-block;
}
.file_upload_auto_preview {
    background-color: #ffffff;
    margin: 0px 5px 0px 25px;
    padding: 0px 15px 0px 15px;
    width: 100px;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
}
.file_upload_delete {
    padding: 5px 15px 5px 15px;
    margin: 5px 5px 5px 5px;
    background-color: #E7E7E7;
    cursor: pointer;
    display: inline-block;
}
.file_upload_select i, .file_upload_auto i, .file_upload_delete i {
    margin: 0px 3px 0px 0px;
}



.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: 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-x: scroll;
	background-color: #DDDDDD;
	max-height: 200px;
}
#disclaimer_accept_container {
	padding: 5px 0px 10px 10px;
}
#disclaimer_initials {
    width: 350px;
    max-width: 80%;
    padding: 5px;
    font-size: 20px;
}

#disclaimer_adult_toggle + label, #disclaimer_minor_toggle + label {
    width: 350px;
    max-width: 80%;
}

#disclaimer_under_18_parent_email_container {
    padding: 20px 0px 0px 20px;
}
#disclaimer_under_18_parent_first_name {
    width: 250px;
    max-width: 80%;
    padding: 5px;
    margin: 5px 0px 0px 0px;
    font-size: 18px;
}
#disclaimer_under_18_parent_email {
    width: 350px;
    max-width: 80%;
    padding: 5px;
    margin: 5px 0px 0px 0px;
    font-size: 18px;
}

.request_parent_signature_button {
    font-size: 12px;
    background-color: #4d6073;
    padding: 2px 10px 2px 10px;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    margin: 0px 0px 0px 20px;
}


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

#signup_button_div {
    margin: 35px auto 25px auto;
    text-align: center;
}
#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: 15px 0px 20px 0px;
    border-bottom: 1px solid #a7a7a7;
    padding: 15px 10px 55px 10px;
    box-shadow: 0px 0px 5px 0px #e2e2e2;
    position: relative;
}
.auto_confirm_row[data-application_flag="1"] {
    margin: 0px !important;
    border-bottom: 0px solid transparent !important;
    padding: 0px !important;
    box-shadow: none !important;
}
.auto_confirm_confirmed_DELETE {
    padding: 2px 10px 2px 25px;
    margin: 0px 0px 0px 31px;
    background: url(/volunteer/images/green_check_icon1.gif) no-repeat 8px 4px;
    border: 1px solid #808080;
    background-color: #e7e7e7;
}
.auto_confirm_unconfirmed {
    padding: 2px 10px 2px 25px;
    margin: 0px 0px 0px 31px;
    background: url(/volunteer/images/green_check_icon1.gif) no-repeat 8px 4px;
    border: 1px solid #808080;
    background-color: #e7e7e7;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.auto_confirm_unconfirmed_DELETE {
    padding: 2px 10px 2px 10px;
    margin: 0px 0px 0px 31px;
    border: 1px solid #808080;
    background-color: #a5ecec;
    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;
}
#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_value {
    width: 90%;
    max-width: 400px;
    padding: 5px;
}
.new_email_button {
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer;
}
.new_email_container {
	display: none;
	padding: 5px 0px 10px 10px;
	background-color: #E7E7E7;
}
.volunteer_profile_save_button {
    background-color: #4d6073;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    margin: 5px 0px 0px 0px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.volunteer_profile_cancel_button {
	cursor: pointer;
}
.edit_profile_link {
    padding: 4px 10px 3px 10px;
    margin: 10px;
    background-color: #e7e7e7;
    color: #494949;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
}

.payment_history {
	padding: 20px;
}

.volunteer_profile_picture_container {
	height: 152px;
	width: 152px;
/*	border: 1px solid #808080;*/
/*	background-color: #E7E7E7;*/
	float: left;
	margin: 0px 15px 5px 0px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.volunteer_profile_picture_container label img {
	cursor: pointer;
	max-width: 150px;
}

.profile_picture_loading {
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    text-align: center;
    width: 140px;
    background-color: #ffffff;
    padding: 12px 0px 8px 0px;
    margin: 0px 5px;
    border-radius: 4px;
    opacity: 0.7;
}
.profile_picture_options_icon {
	cursor: pointer;
	position: absolute;
	background: #A2A2A2;
	color: #ffffff;
	top: -1px;
	left: -1px;
	text-align: center;
	font-size: 24px;
	padding: 1px 5px 3px 3px;
}
.profile_hours_container {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 5px 20px 5px 10px;
    margin: 10px 0px 10px 0px;
    border-radius: 3px;
}
.profile_hours_container[data-type="1"] {
    background-color: #eaeaea;
}
.volunteer_profile_volunteer_name {
    margin: 10px 0px 10px 0px;
    font-size: 23px;
}



.additional_volunteers_container {
    margin: 10px 0px 10px 20px;
}
.additional_volunteers_item {
    padding: 5px 0px 5px;
}

.add_volunteer_container {
    margin: 10px 0px 10px 20px;
}
.add_volunteer_form_checkbox + label {
    margin: 0px 0px 5px 0px;
    padding: 4px 16px;
    background-color: #f9f5cb;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
}

.add_volunteer_form {
    display: none;
    margin: 5px 0px;
}
.add_volunteer_form_checkbox {
    display: none;
}
.add_volunteer_form_checkbox:checked + label + div {
    display: block;
}

.add_volunteer_form span {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
}
.add_volunteer_form input {
    padding: 8px;
    margin: 0px 0px 5px 0px;
    border: 0px solid transparent;
    border-bottom: 2px solid #494949;
    background-color: #f2f2f2 !important;
}
#add_volunteer_form_first_name {
    width: 70px;
}
#add_volunteer_form_last_name {
    width: 120px;
}
#add_volunteer_form_email {
    width: 213px;
}

.add_volunteer_button {
    padding: 8px 16px;
    background-color: #dadada;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    border: 0px solid transparent;
}




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



#self_check_email_form {
    padding: 30px 0px 20px 40px;
    border: 1px solid #808080;
    background-color: #f5f5f5;
}
#self_check_email_form_header {
    font-size: 30px;
}
#self_check_email_form_instructions {

}
#self_check_email_form_email_label {

}

#self_check_email {
    padding: 10px !important;
    border: 2px solid #808080 !important;
    width: 300px !important;
    background-color: #ffffff !important;
    font-size: 16px !important;
    max-width: 80%;
}
#self_check_first_name {
    padding: 10px !important;
    border: 2px solid #808080 !important;
    width: 200px !important;
    background-color: #ffffff !important;
    font-size: 16px !important;
}

#self_check_submit {
    /*font-family: 'Hind Madurai', 'Poppins';*/
    background-color: #4d6073;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

#self_check_response {
    display: none;
    padding: 30px 0px 20px 40px;
    border: 1px solid #808080;
    background-color: #f5f5f5;
}


.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;
}



/* THANK YOU */
/* THANK YOU */
/* THANK YOU */

.thank_you_social_text {
	size: 17px;
}

.thank_you_page_signup_button {
  width: 250px;
  margin: 0px auto;
  padding: 10px 25px;
  background-color: #494949 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  display: block !important;
  border-radius: 3px !important;
  text-align: center;
}




/* CALENDAR GRID */
/* CALENDAR GRID */
/* CALENDAR GRID */


#shiftCart .date_sort_shift_detail {
    background-color: #d9e5ef !important;
    box-shadow: 0px 0px 5px 2px #c3c3c3;
    width: 90%;
    margin: 5px 10px;
}

.containerCalendarGrid {
	padding-top: 20px;
	max-width: 940px;
	margin: 0 auto;
/*	overflow: hidden;*/
	position: relative;
}

#shoppingCart {
	margin-top: 2em;
}

#jobList {
	display: none;
	min-width: 360px;
	width: 30%;
	float: right;
	height: 100%;
	background-color: rgba(255,255,255,.9);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
	border: 1px solid #ccc;
	box-sizing: border-box;
	overflow: scroll;
    background-color: #ffffff;
}

#jobList h3 {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 0px;
	padding: 20px 0;
	background-color: #F8F8F8;
	margin-bottom: 20px;
}

.closeCalendarShift {
	position: absolute;
	display: inline-block;
/*
	width: 20px;
	height: 20px;
*/
	overflow: hidden;
	top: 20px;
	right: 15px;
	cursor: pointer;
    background-color: #494949;
    border-radius: 12px;
    padding: 11px;
}

.closeCalendarShift:hover::before, .closeCalendarShift:hover::after {
	background: #333;
}

.closeCalendarShift::before, .closeCalendarShift::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -1px;
	background: #999;
}

.closeCalendarShift::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.closeCalendarShift::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fc-day-grid-event {
	cursor: pointer !important;
}
.fc-day-grid-event:hover {
    background-color: #494949;
}


#credit_card_information {

}
#credit_card_terms {
	float: left;
	width: 60%;
	min-width: 330px;
}

.credit_card_auth_amount {
    font-weight: bold;
    text-decoration: underline;
}
.event_payment_comp_code_button {
    /*font-family: 'Hind Madurai', 'Poppins';*/
    background-color: #979ea5;
    margin-left: 10px;
    padding: 2px 10px;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
}

.fine_print {
	font-size: 12px;
}
.credit_card_row {
	overflow: hidden;
	margin-bottom: 10px;
}
.credit_card_label {
	float: left;
	width: 130px;
	margin-top: 6px;
}
.credit_card_field {
	float: left;
	padding: 6px;
	min-width: 200px;
}
.payment_input_field {
    color: #000000 !important;
    background-color: #ffffff !important;
    padding: 8px !important;
    border-radius: 4px !important;
    border: 1px solid #A0A0A0 !important;
    outline: 0px solid #A0A0A0 !important;
    font-size: 15px !important;
}




#vl_payment_name, .vl_payment_name {
	width: 150px;
}
#vl_payment_number, .vl_payment_number {
	width: 180px;
}
#vl_payment_exp_month, .vl_payment_exp_month {
	width: 45px;
}
#vl_payment_exp_year, .vl_payment_exp_year {
	width: 70px;
}
#vl_payment_cvc, .vl_payment_cvc {
	width: 75px;
}

#payment_button, .payment_button {
	padding: 5px 15px 5px 15px;
	font-size: 16px;
}
.payment-errors {
    display: none;
    padding: 4px 10px;
    background-color: #e4e4e4;
    border-radius: 4px;
    color: #000000;
}








.add_to_calendar_container {
    display: inline-block;
    margin: 0px 0px 0px 10px;
    padding: 2px 10px 2px 10px;
    font-size: 13px;
    background-color: #d6d6d6;
    border-radius: 2px;
    position: relative;
}
.add_to_calendar_link {
    cursor: pointer;
}
.add_to_calendar_items_container {
    display: none;
    position: absolute;
    top: 26px;
    left: 0px;
    background-color: #FFFFFF;
    border-radius: 2px;
    box-shadow: 0px 0px 4px 1px #d4d4d4;
    z-index: 1500;
}
.add_to_calendar_item {
    padding: 10px 15px 10px 15px;
    width: 200px;
    display: inline-block;
    color: #000000;
    text-decoration: none;
}
.add_to_calendar_item i {
    margin-right: 5px;
    font-size: 14px;
}
.add_to_calendar_item:visited, .add_to_calendar_item:active {
    color: #000000;
}
.add_to_calendar_item:hover {
    background-color: #fadded;
}




.auto_confirm_cancel {
    cursor: pointer;
    background-color: #f9e4e4;
    color: #000000;
    border-radius: 3px;
    padding: 2px 5px 0px 5px;
    font-size: 13px;
}
.auto_confirm_cancel[data-type="0"] {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.auto_confirm_cancel[data-type="1"] {
    position: absolute;
    right: 5px;
    top: 5px;
}
.auto_confirm_cancel:hover {
	text-decoration: underline;
}
.auto_confirm_cancel_child {
    margin: 0px 125px 0px 10px;
    padding: 4px 16px;
    background-color: #f9e4e4;
    cursor: pointer;
    border-radius: 4px;
}

.volunteer_profile_payment_history_header {
}
.volunteer_profile_payment_history_detail {
}
.volunteer_profile_payment_complete_container {
}


.shift_check_in_container {
    display: inline-block;
    background-color: #b4ecb3;
    border-radius: 2px;
    margin: 0px 0px 0px 10px;
    padding: 2px 5px 0px 5px;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
    box-shadow: 2px 2px 2px 0px #e2e2e2;
}
.shift_check_in_link {
    cursor: pointer;
}
.shift_check_out_link {
    cursor: pointer;
    background-color: #2e6f33;
    padding: 0px 10px 0px 10px;
    margin: 0px -2px 2px 4px;
    display: inline-block;
    border-radius: 2px;
    color: #ffffff;
}



.volunteer_profile_self_report_link {
    padding: 4px 10px 3px 10px;
    margin: 10px;
    background-color: #e7e7e7;
    color: #494949;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.volunteer_profile_self_report_container {
    display: none;
    overflow: auto;
    text-align: left;
    z-index: 11000;
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translate(-50%, 0%);
    width: 95%;
    max-width: 550px;
    padding: 20px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 17px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 2px #000000;
}
.volunteer_profile_self_report_container .fa-window-close {
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 25px;
    color: #888888;
    cursor: pointer;
}
.volunteer_profile_self_report_container input, .volunteer_profile_self_report_container select {
    padding: 4px;
    font-size: 17px;
    border: 1px solid #000000;
}
.volunteer_profile_self_report_job {
    max-width: 90%;
    width: 400px;
}

.volunteer_profile_self_report_job_location {
    display: none;
    margin: 30px 0px 0px 0px;
    max-width: 90%;
    width: 400px;
}

.volunteer_profile_self_report_date {
    width: 120px;
    background: url(/manage/images/calendar_icon2.gif) no-repeat top 5px right 2px;
    cursor: pointer;
}

.volunteer_profile_self_report_hours {
    width: 50px;
}

.volunteer_profile_self_report_button {
    font-family: 'Hind Madurai';
    background-color: #4d6073;
    font-size: 16px;
    margin: 0px 5px 0px 5px;
    padding: 6px 16px 6px 16px;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: normal;
}




.shift_swap_toggle_container {
    float: right;
    cursor: pointer;
    display: inline-block;
    background-color: #cecece;
    color: #494949;
    border-radius: 3px;
    margin: 0px 10px 0px 10px;
    padding: 2px 5px 0px 5px;
    font-size: 13px;
}
.shift_swap_toggle_container:hover {
    text-decoration: underline;
}

.shift_swap_container {
    display: none;
}
.shift_swap_available_to_swap_container {
    margin: 0px;
    padding: 0px;
    direction: rtl;
    overflow-x: auto;
    max-height: 300px;
}

.shift_swap_swap_action_container {
    float: left;
    width: 45%;
    margin: 10px 5px 10px 0px;
    padding: 5px;

}
.shift_swap_swap_list_container {
    float: left;
    width: 45%;
    margin: 10px 0px 10px 5px;
    padding: 5px;
    background-color: #f3f1e1;
}
.shift_swap_swap_action_refresh {
    cursor: pointer;
    border-radius: 3px;
    margin: 0px 5px 0px 0px;
    padding: 2px 10px 0px 10px;
    display: inline-block;
    background-color: #4d6073;
    color: #ffffff;
}

.shift_swap_swap_action {
    direction: ltr;
    cursor: pointer;
    border-radius: 2px;
    margin: 0px 10px 10px 10px;
    padding: 5px 15px 5px 15px;
    text-align: center;
    background-color: #9ac4e0;
}
.shift_swap_swap_action:hover + span{
    text-decoration: underline;
}
.shift_swap_not_available_to_swap_container {
    direction: rtl;
    overflow-x: auto;
    max-height: 300px;
    display: inline-block;
}
.shift_swap_list_action {
    cursor: pointer;
    border-radius: 2px;
    margin: 0px 0px 5px 10px;
    padding: 5px 5px 5px 15px;
    font-size: 13px;
}
.shift_swap_list_action i {
    margin: 0px 10px 0px 0px;
}
.shift_swap_list_action[data-swap_listed="0"] {

}
.shift_swap_list_action[data-swap_listed="0"] i.fa-check-square {
    display: none;
}
.shift_swap_list_action[data-swap_listed="0"] i.fa-square {
    display: inline;
}
.shift_swap_list_action[data-swap_listed="1"] {
    background-color: #e7e62c;
}
.shift_swap_list_action[data-swap_listed="1"] i.fa-check-square {
    display: inline;
}
.shift_swap_list_action[data-swap_listed="1"] i.fa-square {
    display: none;
}