table.people_big {
    font-size: 1.4em;
}

.olControlAttribution {
  bottom: 1px !important;
}

div.modal-header {
    cursor: move;
}

@media (min-width: 767px) {

    .no_footer_border_when_wide {
        border-top: none !important;
    }

}

#updated_section_card .form-control,
#change_card_content .form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#updated_section_card .control-group,
#change_card_content .control-group {
    margin-bottom:  10px;
}

#online_giving_theme_container {
  width: 100%;
  display: grid;
  grid-template-areas: "a a a";
  grid-gap: 20px;
}

.online_giving_page_theme {
    cursor: pointer;
    border: 3px solid #eee;
    border-radius: 6px;
}

.online_giving_page_theme.active {
    border: 3px solid #006fba;
    box-shadow: 0px 0px 2px #aaa;
}

ul li.divider a {
    display: none;
}

#blockout_date_calendar .blockout_date_highlight {
    margin-bottom: 0px;
    font-size: normal;
    background: #b94a48;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

#blockout_date_calendar .blockout_date_highlight a {
    color: #ffffff !important;
}

#blockout_date_calendar .ui-datepicker td .ui-state-active {
    background: transparent;
    color: #505050;
    text-shadow: none;
}

#blockout_date_calendar .ui-state-highlight .ui-datepicker td .ui-state-active {
    background: #b94a48 !important;
    color: #fff;
    text-shadow: none;
}

#blockout_date_calendar .ui-datepicker-inline,
#blockout_date_calendar .ui-datepicker {
    width: 100% !important;
    border: 0px;
}

#blockout_date_calendar .ui-datepicker-header {
    background-color: #fff !important;
    background-image: none !important;
    color: #333;
    text-shadow: none;
    border: 0px;
    box-shadow: none;
    margin-bottom: 7px;
}

#blockout_date_calendar .ui-state-highlight,
#blockout_date_calendar .ui-widget-content .ui-state-highlight,
#blockout_date_calendar .ui-widget-header .ui-state-highlight {
    border: 0px !important
}

#blockout_date_calendar .ui-datepicker td .ui-state-default {
    padding: 12px 6px;
}

#blockout_date_calendar .ui-datepicker-prev .ui-icon,
#blockout_date_calendar .ui-datepicker-next .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-datepicker-next.ui-state-hover,
.ui-datepicker-prev.ui-state-hover {
    opacity: 1 !important;
    border: 1px solid #fff !important;
    cursor: pointer;
    background: transparent !important;
}

.hide_role_list .expanded {
    display: none;
}

.hide_role_list .collapsed {
    display: show;
}

.hide_role_list .volunteer_role_content {
    height: 0px;
    overflow: hidden;
}

.show_role_list .expanded {
    display: show;
}

.show_role_list .collapsed {
    display: none;
}

.rounded_corners {
    border-radius: 5px;
}

.rounded_video_container {
    border-radius: 5px;
}

#onboarding_video.onboarding_video_automatic .rounded_video_container {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: -1px;
}

#onboarding_video.onboarding_video_automatic .modal-footer {
    display: block;
}

.embed-container {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

#onboarding_bar {
    background: #fcf8e3; /* 889baa */
    margin-top: -50px;
    padding: 14px 10px;
    color: #ffffff;
}

#onboarding_bar a.main_link, #onboarding_bar .onboarding_bar_text {
    color: #c09853; /* fff */
    font-size: 15px;
    line-height: 42px;
    margin-left: 20px;
}

#onboarding_bar a.main_link:hover {
    text-decoration: underline;
}

#onboarding_bar .btn {
    color: #c09853;
    text-shadow: none;
    padding: 10px;
    background: #fcf8e3;
    border: 1px solid #e4d7a4;
}

#onboarding_bar .btn:hover {
    color: #fff;
    background: #c09853;
}

#onboarding_bar .right_buttons_container {
    text-align: right;
}

@media (max-width: 767px) {

    #onboarding_bar {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: -20px;
        margin-left: -20px;
    }

    #onboarding_bar a.main_link {
        line-height: 19px;
        margin-top: 10px;
    }

    #onboarding_bar .right_buttons_container {
        text-align: center !important;
        margin-top: 0px;
    }

    #onboarding_bar .main_link_container {
        text-align: center;
    }

}

@media (max-width: 900px) {

    #onboarding_bar a.main_link {
        line-height: 1.3em;
    }

}

@media (max-width: 1200px) {

    #onboarding_bar a.main_link {
        margin-left: 10px;
    }

}

/* Fixes button group w/ dropdown breaking when dropdown clicked in certain scenarios */
.dropdown-backdrop {
    display: none;
}

.imitate_input {
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
font-style: normal;
font-weight: 400;
font-size: 11px;
font-family: system-ui;
font-variant-caps: normal;
color: initial;
letter-spacing: normal;
word-spacing: normal;
line-height: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
display: inline-block;
height: 20px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: #555;
vertical-align: middle;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
border: 1px solid #ccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s;
-moz-transition: border linear .2s, box-shadow linear .2s;
-o-transition: border linear .2s, box-shadow linear .2s;
transition: border linear .2s, box-shadow linear .2s;
width: 206px;
padding: 4px 6px;
}

div.notification_title {
    font-weight: 600;
}

i.sortable_option_handle {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    color: #ADC3DA;
    margin-right: 4px;
}

.inline_block {
    display: inline-block;
}

#filter_label_events .event_recurring_description {
    display: none;
}

body.modal-open {
    overflow: hidden;
}

li.phone_private_type {
    color: #888;
    margin: 5px 10px;
}

textarea.text_compose_area {
    width: 98%;
    min-height: 75px;
}

.bootstrap_3_block_default {
    background: #f9f9f9;
    border: 1px solid #eee;
    font-size: 14px;
    webkit-box-shadow: none;
    box-shadow: none;
    color: #777;
    font-weight: 100;
}

.bootstrap_3_block_default:hover {
    background: #f7f7f7;
}

tr.payment_pending a, tr.payment_pending td {
    color: #aaa !important;
}

td.volunteer_cell img.search_thumbnail {
    width: 1px;
    height: 1px;
    overflow: hidden !important;
    opacity: 0 !important;
}

div.calendly-badge-widget {
    display: none !important;
}

div.calendly-popup iframe {
    border: 5px solid #666A73;
    border-top: 0px;
}

table#volunteer_grid th, table#volunteer_grid td {
    width: 100px !important;
}

td.volunteer_cell ul.volunteer_role_container {
    margin-bottom: 0px;
}

td.volunteer_cell i.remove_volunteer {
    margin-top: 23px;
}

td.volunteer_cell {
    padding: 0px 5px 0px 0px !important;
    border-right: 1px solid #f9f9f9;
}

.tags_ellipses_if_overflow {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.calendar_color_container {
    width: 230px;
}

div.restore_profile_container {
    margin-top: 25px;
}

.alert_link_tan, .alert_link_tan:hover, .alert_link_tan:active, .alert_link_tan:visited, .alert_link_tan:link {
    color: #c09853;
    text-decoration: underline;
}

div.alert_gray {
    color: #777;
    border: 1px solid #eee;
    background: #f7f7f7;
}

div.duplicate_event_location_warning {
    font-size: 13px;
    color: #b94a48;
    margin-top: 8px;
}

div.volunteer_person_container {
    font-size: 14px;
    width: 300px;
    max-height: 50px;
}

ul.no_bullets {
    padding: 0;
    list-style-type: none;
    margin: 0px;
}

.white { color: #fff; }

.no_wrap { white-space: nowrap; }

.draggable_option_placeholder {
    border: 1px dashed #607a92;
    margin: 10px;
    height: 30px;
    margin-left: 15px;
}

li.calendar_item_edit {
    padding: 8px 10px 5px 10px;
    margin-top: 4px;
    border-top: 1px solid #eee;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
}

li.calendar_item_edit:hover {
    background: #eee;
}

li.calendar_item {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 13px;
}

li.calendar_item:hover {
    background: #eee;
}

ul.nav_dropdown_condensed li {
    height: 30px;
    font-size: 14px !important;
}

div.calendar_color {
    margin-right: 2px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    width: 15px;
    height: 15px;
    border: 4px solid #fff;
    display: inline-block;
    padding: 2px;
    cursor: pointer;
}

div.calendar_color.color_selected {
    border: 4px solid #333;
}

div.calendar_color.color_hovered {
    border: 4px solid #aaa;
}

div.calendar_color.color_hovered.list_calendar_color {
    border: 4px solid #fff !important;
    cursor: default !important;
}

div.calendar_color.color_selected.list_calendar_color {
    border: 4px solid #fff !important;
}

ul#calendar_picker_dropdown {
    max-height: 300px;
    overflow: scroll;
}

table#manage_associations {
    font-size: 14px;
}

ul.nav_dropdown_condensed li a {
    font-size: 14.5px !important;
}

.ui-slider .ui-slider-range {
    background-image: none;
    background-color: #006FBA;
}

ul.volunteer_tag_list {
    padding: 0;
    list-style-type: none;
}

ul.volunteer_tag_list li {
    border-bottom: 1px solid #eee;
    padding: 10px 10px;
}

td.attendance_group_by_tag_header {
    border-top: 0px !important;
    border-bottom: 2px solid #777;
    margin-top: 140px;
}

ul.volunteer_tag_list li:hover {
    background: #7da64b;
    color: #fff;
}

ul.volunteer_tag_list li.tag_selected {
    background: #eee;
}

ul.volunteer_tag_list li.tag_selected:hover {
    background: #ddd;
    color: #000;
}

div#volunteer_notification_note_container {
    padding: 20px;
    margin: 10px 0px -40px 0px;
}

ul.typeahead span.search_highlight {
    color: #333;
}

div#volunteer_tag_multiselect_container ul.multiselect-container {
    max-height: 200px !important;
}

div#volunteer_tag_multiselect_container button.multiselect {
    width: 100% !important;
    margin: 20px 30px;
}

div#volunteer_tag_multiselect_container .dropdown-menu li > a {
    padding: 0px 10px;
}

div#volunteer_tag_multiselect_container div.btn-group {
    width: 80% !important;
}

div#volunteer_tag_multiselect_container .multiselect-container>li>label.multiselect-group {
    padding: 3px 20px 3px 10px;
    border-top: 1px solid #eee;
    margin-top: 3px;
}

div.rsvp_comment_box {
    color: #777; background: #F5F1DE; padding: 10px; margin-left: 57px; margin-top: 10px;
}

.hide_datepicker_year .ui-datepicker-year {
    display:none;
}

i.remove_volunteer {
    margin-top: 16px;
}

div.role_name_container {
    margin-bottom: 8px;
}

div.modal_header_secondary_white {
      background: #fff;
      border: 0px;
      height: 40px;
      padding: 0px;
      margin: 0px;
      padding-top: 10px;
      padding-right: 10px;
      border-bottom: 1px solid #eee;
}

div.toggle_table, #all_givers {
    padding: 13px;
    background: #f9f9f9;
    margin-bottom: 20px;
    margin-top: 30px;
    color: #aaa;
}

a.volunteer_setting_placeholder {
    color: #333;
    border-bottom: 1px dashed #607a92;
}

div.left_menu_container {
    margin-right: -1px;
}

div.left_menu_container .nav-tabs.nav-stacked>li>a {
    border-width: 0px;
    border-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    margin-bottom: 2px;
}

img#form_header {
      max-height: 330px;
      max-width: 100%;
}

div.form_entry_person_name {
    font-size: 15px;
    margin-top: 8px;
}

div.header_option_container {
    padding: 3px;
}

label.form_required_container {
    margin-top: 8px;
}

div.form_optional {
    font-weight: 200;
    font-style: italic;
    display: inline-block;
}

h3.form_settings {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding: 10px 20px 0px 20px;
}

div.form_email_confirmation {
    font-weight: 200;
    font-style: italic;
}

div.img_circle_round_container {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 40px !important;
    width: 40px !important;
    margin: 0px 10px;
    overflow: hidden;
    padding: -10px;
}


div.img_circle_round_container img {
    max-width: none;
    max-height: 100%;
    width: auto !important;
    height: 100%;
    margin-left: -8px;
}



div.forms_theme_container {
    max-width: 169px; height: 100px; background: #eee; padding: 2px;
    cursor: pointer;
    border: 3px solid #ffffff;
}

.invisible_not_hidden {
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.almost_transparent {
    opacity: 0.0001;
}

.small_circle_text {
    height: 40px;
    width: 40px;
    border-radius:20px;
    font-size:20px;
    color:#fff;
    line-height:40px;
    text-align:center;
    background:#ddd;
    margin: 0px 20px 0px 10px;
    cursor: pointer;
}

.small_circle_text:hover {
    background:#92b765;
    color: #fff;
}

div.forms_theme_container div.header {
    width: 100px;
    margin-top: 10px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

div.forms_theme_container.active {
    border: 3px solid #92b765;
}

div.forms_theme_container div.body {
    background: #fff;
    width: 100px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

div.forms_theme_container .vanilla_header { background: #555; }
div.forms_theme_container.vanilla { background: #eee; }
div.forms_theme_container .blueberry_header { background: #698497; }
div.forms_theme_container.blueberry { background: #e4eaee; }
div.forms_theme_container .tan_header { background: #6a6949; }
div.forms_theme_container.tan { background: #f1f0d5; }
div.forms_theme_container .lime_header { background: #2fcc71; }
div.forms_theme_container.lime { background: #d0ebdc; }
div.forms_theme_container .orange_header { background: #f49c14; }
div.forms_theme_container.orange { background: #f3eadc; }
div.forms_theme_container .cherry_header { background: #e84c3d; }
div.forms_theme_container.cherry { background: #f1e8e7; }
div.forms_theme_container .grape_header { background: #8f44ad; }
div.forms_theme_container.grape { background: #efe5f3; }

div.load_graph_placeholder {
    padding: 100px;
    color: #aaa;
    font-size: 30px;
    background: #f9f9f9;
    margin-top: 10px;
}

div.load_graph_placeholder:hover {
    background: #ededed;
}

div.toggle_table:hover, #all_givers:hover {
    background: #eee;
}

div#last_attended_slider_description {
    font-size: 25px;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.3em;
}

.table-small_condensed th, .table-small_condensed td {
  padding: 1px 1px !important;
}

div.select_sub_text {
    font-size: 12px;
    margin-top: 3px;
}

div#fundraiser_container table tr:hover td {
    background: #a0c277 !important;
}

div#fundraiser_container table tr:active td {
    background: #94ba65 !important;
}

table.selectable_rows tr {
    font-size: 13.5px;
}

table.selectable_rows tr:hover td {
    background: #a0c277 !important;
    cursor: pointer;
}

table.selectable_rows tr:active td {
    background: #94ba65 !important;
    cursor: pointer;
}

div.note_container {
    margin-top: 5px;
    margin-bottom: 15px;
}

div.section_container_lookalike h4 {
    background-color: #f7f7f7;
    padding: 1em;
    color: #ccc;
    cursor: pointer;
}

.unseen {
    display: block !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.jstree-hovered {
    cursor: pointer;
}

div.section_container_lookalike_open h4 {
    background-color: #eee;
    padding: 1em;
    color: #000;
    cursor: pointer;
}

div.section_container_lookalike h4:hover {
    background-color: #eee;
    color: #000;
}

div#followup_list_container {
    margin-top: 10px;
}

span.followup_assignment i.icon-sign-blank {
    color: #ddd !important;
}

span.followup_assignment:hover i.icon-sign-blank {
    color: #aaa !important;
}

span.followup_assignment_complete i.icon-sign-blank {
    color: #94ba65 !important;
}

a.online_giving_dashboard {
    color: #999;
    text-decoration: none;
}

i.batch_change_caret {
    font-size: 30px; margin-left: 10px; margin-top: -7px;
}

div#embed_calendar_on_website_container {
    margin-top: 8px;
}

.btn_link_no_left_space {
    padding-left: 0px;
    color: #607a92;
}

textarea#embed_calendar_code {
    width: 90%;
    height: 120px;
    padding: 15px;
}

div.mce-floatpanel table.mce-colorbutton-grid td div {
    width: 15px !important;
    height: 15px !important;
}

a#excel_download {
    font-size: 12px;
}

div.option_container  {
    border: 1px solid #fff;
}

div.gray_outline_hover:hover {
    border: 1px solid #eee;
}


.black_hover:hover {
    color: #000;
}

div.empty_event_chart {
    background: #f9f9f9;
    height: 120px;
    text-align: center;
    font-size: 3em;
    color: #bbb;
    padding-top: 2.4em;
    cursor: pointer;
    margin-top: 40px;
}

img.login_logo {
    max-height: 100px;
    max-width: 300px;
}

li.is_multiple a {
    color: #ccc !important;
}

div.option_container ul {
    text-align: left !important;
}

input.field_text {
    font-size: 25px;
    padding: 4px;
}

.full_screen {
    position: fixed !important;
    left: 0px !important;
    top: 0px !important;
    background: white !important;
    border-top: 20px solid #eee !important;
    width: 100% !important;
    margin: 0px !important;
    height: 100% !important;
    padding: 10px !important;
    z-index: 91 !important;
}

div.full_screen_map {
    position:fixed !important;
    top: 3% !important;
    left: 3% !important;
    width: 93% !important;
    height: 93% !important;
    background: #eee !important;
    border: 1px solid #aaa !important;
}

div#customize_tag_toggle_container {
    margin-top: 3px;
    font-size: 13px;
    margin-left: 7px;
}

div#customize_tag_toggle_container a {
    color: #777 !important;
}

.customize_tag_button {
    font-size: 30px !important;
    font-weight: 200 !important;
    color: #777 !important;
    text-decoration: none !important;
    background: #fff !important;
    box-shadow: none !important;
    height: 1.2em !important;
}

div.big_text_customize_tag .customize_tag_button {
    font-size: 50px !important;
}

.customize_tag_button:hover {
    color: #333 !important;
}

div.map_full_screen_link {
    margin-top: 5px;
    font-size: 14px;
}

div.multiple_events_calendar_container {
    font-size:12px; padding: 20px; border-left: 1px solid #eee;
}

div#maturity_spinner_container {
    margin: 100px 0px;
    font-size: 20px;
    color: #aaa;
}

div.multiple_events {
    margin-top: 20px;
    margin-left: 10px;
    font-size: 14px;
}

th.event_people_header_details {
    font-size: 13px;
}

div#map_people_action_container {
    border: 1px solid #ccc;
    width: 100%;
    height: 350px;
}

div.tan_notice {
    background: #fcf8e3;
    padding: 1em;
    margin: 1em 0em;
    color: #8a6d3b;
}

div.tan_notice_highlight:hover {
    background: #f1edd8;
}

div.tan_notice a {
    color: #8a6d3b;
}

div.email_to_loading {
    color: #999;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.blue_text {
    color: #80a7cf !important;
}

div.customize_family_textarea_container {
    margin-bottom: 20px;
}

div.customize_mailing_labels_family_textarea_container {
    margin-bottom: 20px;
}

a.onling_giving_more_info {
    font-size: 14px;
}

div.printable_tag_sidebar_item {
    padding: 10px 10px;
}

.overflow_x_scroll {
    overflow-x: auto;
}

div#online_giving_funds_toggle_container {
    margin-top: 10px;
}

div.printable_tag_sidebar_item:hover {
    background: #7ea74c !important;
    cursor: pointer;
}

div.printable_tag_sidebar_item.tag_selected {
    background: #b2cd92;
}

div.notes_row {
    min-height: 80px;
}

div.note_details_container {
    margin-bottom: 0px !important;
}

div.notes_row_edit a:hover {
    text-decoration: none !important;
}

div.empty_event_chart:hover {
    color: #999;
    background: #eee;
}


span.help_block_small {
    font-size: 12px;
}

div.note_content {
    font-size: 14px;
}


ul#people_actions {

}

ul#people_actions li:first-of-type {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

ul#people_actions li:first-of-type a:first-of-type {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

ul#people_actions li.people_actions_container_li_bottom_radius {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

ul#people_actions li.people_actions_container_li_bottom_radius a {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

ul#people_actions li:last-of-type {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

ul#people_actions li:last-of-type a:last-of-type {
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

ul#people_actions li a {
    background: #f7f7f7;
}

ul#people_actions, ul#people_actions li, ul#people_actions li a {
    color: #aaa !important;
    border: 0px;
}

ul#people_actions li a {
    padding-left: 25px;
 }

ul#people_actions li a:hover {
    background: #eee;
    color: #777 !important;
 }

@media (max-width: 979px) {
    .nav-collapse .nav>li>a, .nav-collapse .dropdown-menu a {
        font-weight: normal;
    }

}

@media (max-width: 979px) {
    #header #main-nav > li > a, #header #main-nav > li > a:hover {
        font-weight: normal;
    }

    .show_tablet {
        display: inline !important;
    }

    .hide_tablet {
        display: none !important;
    }

}

th.sort:hover {
    cursor: pointer;
    color: #555;
}

div#account_types_toggle_container {
    font-size: 13px;
    margin-top: 3px;
}

div#account_types_info {
    font-size: 12px;
    margin-top: 4px;
    color: #777;
}

td.small_column {
    width: 60px;
}

ul.typeahead_notice .active > a, ul.typeahead_notice .active > a:hover {
    background: inherit;
    color: #bbb;
}

ul.typeahead li {
    min-width: 284px;
}

ul.typeahead_notice {
    background: #fff !important;
}

.dropdown-menu li > a {
    padding: 6px 10px;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#navigation li.my_profile_shown .header_navigation_text {
    display: none;
}


div.import_attendance_confirmation_message_container, div.import_giving_confirmation_message_container, div.import_tags_confirmation_message_container {
    font-size: 2em;
    line-height: 1.2em;
}

div.import_attendance_success_message_container, div.import_giving_success_message_container, div.import_tags_success_message_container {
    font-size: 2em;
}

div.import_attendance_importing_message_container, div.import_giving_importing_message_container {
    font-size: 2em;
}

a.edit_field_small {
    font-size: 10pt;
    color: #aaa;
}

div.loading_charts {
    text-align: center;
    font-size: 2em;
    color: #aaa;
    margin: 3em;
}

div.event_data_loading_box {
    text-align: center;
    font-size: 2em;
    width: 100%;
    background: #fff;
    height: 115px;
    color: #999;
    padding-top: 90px;
    margin-top: 40px;
}

div.selectable_event_data_chart {
    background: #f7f7f7;
    float: left;
    padding: 1em;
    margin: 1em;
    width: 7.5em;
    color: #bbb;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

div.selectable_event_data_chart:hover {
    background: #eee;
    color: #aaa;
    cursor: pointer;
}

ul.multiselect-container li label {
    padding: 3px 20px;
    display: block;
    margin: 0.2em 1em 0.2em 1em;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

input.input_padding_bottom {
    margin-bottom: 0.5em !important;
}

select.input_padding_bottom {
    margin-bottom: 0.5em !important;
}

i.big_icon {
    font-size: 8em;
    margin-left: -0.8em;
    margin-bottom: 0.6em;
    margin-top: 0.4em;
}

div#more_actions_container {
    margin-left: 17px;
    font-size: 15px;
    margin-top: 25px;
}

table.table-striped div.progress {
    background-image: linear-gradient(to bottom,rgba(165, 165, 165, 0.22),rgba(128, 128, 128, 0.11));
}

div#more_actions_container a { color: #bbb; }
div#more_actions_container a:hover { color: #aaa; text-decoration: none; }

a#update_people_number {
    font-size: 40px;
}

i.medium_icon {
    font-size: 47px;
}

div.update_people_header_text { font-size: 16px; margin-top: 60px; margin-bottom: 17px; }

.red {
    color: #bd362f !important;
}

a.notice_link {
    color: #96763f !important;
}

.dark_red {
    color: #8c4a48 !important;
}

div.sms_footer {
    font-size: 1.1em !important;
}

div.attendance_summary_date {
    font-size: 1.4em;
    margin-top: -0.6em;
    margin-bottom: 1em;
}

i.attended_ok {
    font-size: 1.4em;
    color: #94ba65;
}

div.tracker_box {
    padding: 2em;
    cursor: pointer;
    margin-bottom: 5em;
}

span.tag_path a {
    color: #aaa;
}

.smaller {
    font-size: 0.8em;
}

.no_wrap {
    white-space:nowrap;
}

div.tracker_title {
    color: #777;
    font-size: 3em;
    margin-top: 0.4em;
    margin-bottom: 1em;
    line-height: 1em;
}

i.set_completed {
    font-size: 4em;
    margin-top: 0.4em;
    margin-left: 1em;
    color: #ccc;
    margin-bottom: 0.5em;
}

i.set_date {
    font-size: 4em;
    margin-top: 0.4em;
    margin-left: 1em;
    color: #ccc;
    margin-bottom: 0.5em;
}

i.success {
    color: #94ba65;
}

tr.hidden_row {
    background: #f9f9f9;
}

h3.api_url {
    margin-top: -0.8em;
    padding-top: 0em;
    line-height: 1.4em;
    margin-bottom: 2em;
}

div.api_code {
    background: #fcf8e3;
    width: 80%;
    overflow: auto;
    max-height: 25em;
    white-space:nowrap;
    padding: 2em;
    font-family: Pragmata, Menlo, 'DejaVu LGC Sans Mono', 'DejaVu Sans Mono', Consolas, 'Everson Mono', 'Lucida Console', 'Andale Mono', 'Nimbus Mono L', 'Liberation Mono', FreeMono, 'Osaka Monospaced', Courier, 'New Courier', monospace;
}

div#api_wrappers_container {
    border-top: 1px solid #ccc;
    padding-top: 2em;
    margin-top: 4em;
}

ul.api_nav {
    margin-bottom: 0em;
}

ul.api_nav li.active a, ul.api_nav li.active a:hover {
    margin-bottom: 0em;
    background: #f4f6e9;
    border: 0em;
}

ul.api_nav a {
    margin-bottom: 0em;
    border: 0em;
}

h4.api {
    margin-bottom: 1em;
}

h3.api {
    margin-top: 1em;
    margin-bottom: 0em;
}

h3.api_arguments_url {
    font-size: 1.2em;
    font-weight: 100;
    margin-top: -1em;
}

div.api_title_row {
    margin-top: 2em;
    padding-top: 5em;
    border-top: 1px solid #ccc;
}

p.bigger {
    font-size: 1.3em;
    line-height: 1.6em;
}

div.api_json {
    background: #fcf8e3;
    width: 100%;
    overflow: auto;
    max-height: 25em;
    padding: 2em;
    white-space:nowrap;
    font-family: Pragmata, Menlo, 'DejaVu LGC Sans Mono', 'DejaVu Sans Mono', Consolas, 'Everson Mono', 'Lucida Console', 'Andale Mono', 'Nimbus Mono L', 'Liberation Mono', FreeMono, 'Osaka Monospaced', Courier, 'New Courier', monospace;
}

div.previous_download {
    font-size: 1.4em;
    border-top: 1px solid #eee;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

div.previous_download div.details {
    font-size: 0.7em;
}

div.previous_download i {
    margin-right: 0.4em;;
}

div#batch_name_container {
    font-size: 0.3em;
    color: #aaa;
    text-align: center;
    padding: 1em 0em;
    line-height: 0.2em;
}

div#batch_name_container:hover {
    cursor: pointer;
    background: #eee;
}

table.medium {
    font-size: 1.2em;
}

div.alert-danger a {
    color: #b94a48;
    text-decoration: underline;
}

div.online_giving_title {
    font-size: 1.7em;
}

textarea#giving_online_share_code {
    width: 95%;
}

div.giving_enabled_note {
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: .3em;
}

a#show_online_giving_details {
    font-size: 1.2em;
    text-decoration: none;
}

div.online_giving_big_number {
    font-size: 8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

div.online_giving_big_number_subtext {
    font-size: 1.6em;
    margin-bottom: 1em;
}

div.online_giving_section h3 {
    font-size: 25px;
    font-weight: 200;
    color: #000;
}

div.online_giving_section {
    font-size: 15px;
    color: #999;
}

div.online_giving_description_container {
    margin-top: 20px;
}

div.online_giving_description_container h3 {
    margin: 0px;
    padding: 0px;
    line-height: 1em;
}

div.online_giving_description_container h4 {
    color: #aaa;
    font-size: 13px;
    font-style: italic;
    font-weight: 100;
    margin: 4px 0px;
}

div.online_giving_section div.button_container {
    margin-top: 20px;
}

div.online_giving_section_description {
    color: #777;
    margin-top: 1em;
    font-size: 1.1em;
    background: #f7f7f7;
    padding: 1em;
    border: 1px solid #eee;
    min-height: 6em;
}

div.online_giving_on_status {
    font-size: 1.4em;
    margin-top: 2.85em;
    margin-bottom: 2em;
}

div.online_giving_section_description a.btn {
    margin-bottom: 0.7em;
}

span.paypal_username_help {
    font-size: 0.8em;
    color: #aaa;
}

div#add_header {
    font-size: 17px;
    color: #bbb;
    padding: 10px;
    margin-top: 20px;
    margin-right: 20px;
    min-height: 20px;
    background: #f1f1f1;
}

div#add_header:hover {
    background: #d9d9d9;
}

a.selected_delete_view {
    color: #000;
}

form#search_people_to_add_to_pco_alert {
    height: 54px;
}

div#change_batch_num {
    cursor: pointer;
}

div#change_batch_num:hover {
    background: #eee;
}

label.checkbox_with_select {
    vertical-align: top;
    margin-top: 0.6em;
}

label.checkbox_with_select select {
    margin-top: -0.3em;
    margin-bottom: 0em;
}

a.payment_search_filter_highlight {
    color: #fff !important;
    background-color: #94ba65 !important;
}

label.payments_search_filter .amount_label {
    width: 3em;
    display: inline-block;
}

label.payments_search_filter .date_label {
    width: 3em;
    display: inline-block;
}

label.payments_search_filter .env_label {
    width: 4em;
    display: inline-block;
}

ul.date_menu {
    width: 15em;
}

div.no_contributions_found {
    text-align: center;
    margin: 150px 0px;
    font-size: 1.5em;
}

div#label_text {
    font-size: 0.8em;
    margin-top: -1.5em;
    color: #777;
}



div#payment_group_details_container, div#payments_container {
    font-size: 13px;
}

table#contributions thead {
    font-weight: 600;
}

ul#contributions_search_container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}

ul#contributions_search_container li a {
    background-color: transparent;
    color: #777;
    font-size: 1.2em;
}

ul#volunteer_filter {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1em;
}

ul#volunteer_filter li a {
    background-color: transparent;
    color: #777;
    font-size: 1.2em;
}

ul.volunteer_role_container li a {
    background: transparent !important;
    padding-bottom: 1em;
    color: #aaa !important;
    padding: 3px 0px;
}

div.volunteers_add_role_in_list_container {
    padding: 10px 15px 5px 15px; border-top: 1px solid #eee;
}

li.volunteer_roles_container a.label {
    font-weight: 100;
    font-size: 14px;
    max-width: 170px;
    line-height: 1.3em;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

ul.volunteer_role_container li a:hover {
    background: transparent !important;
}

ul.volunteer_role_container {
    background-color: transparent;
    color: #777;
    font-size: 1.2em;
    font-size: 14px;
}

li.form_container {
    padding: 1em;
}

.scrollable_dropdown-menu {
    max-height: 18em;
    overflow: hidden;
    overflow-y: auto;
}

div#label_container {
    margin-bottom: 1.3em;
}

div#forms_table_container h2 {
    color: #aaa;
}

div.permissions_lock {
    text-align: center;
    font-size: 1.3em;
    color: #777;
}

div.permissions_lock i {
    font-size: 2.6em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

tr.group_row td a {
    color: #000;
    font-weight: 600;
}

tr.group_row td {
    color: #000;
    font-weight: 600;
}

tr.folder_row td {
    font-weight: 600;
    font-size: 14.5px;

}

tr.folder_row td a {
    color: #000;
}

div.form_name_container span {
    font-weight: 300;
    font-size: 16px;
}

table.dashboard_history {
    color: #555;
    font-size: 1.14em;
    opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
}

.hover_fund_top_level {
    border-bottom: 6px solid #fcf8e3;
}

tr.selected_tag_row td {
    background-color: #fcf8e3 !important;
}

.active_tag_li {
    width: 200px;
}

.hover_tag_li {
    background-color: #fcf8e3 !important;
    width: 200px;
}

.hover_tag_li td {
    background-color: #fcf8e3 !important;
}

table.dashboard_history:hover {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

div#show_more_people_container {
  padding: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  cursor: pointer;
}

div.number_of_people_heading {
    padding-top: 1.6em;
    font-size: 1.3em;
    color: #aaa;
}

.dataTables_filter {
    display: none !important;
}

a.more_filter_options, a.fewer_filter_options {
    color: #aaa;
    font-size: 14px;
}

a.more_filter_options:hover, a.fewer_filter_options:hover {
    text-decoration: none;
}

.checkin_mode_description {
    font-size: 12px;
    color: #777;
    max-width: 400px;
    margin-bottom: -10px;
}

label.event_print_indent {
    margin-left: 1.4em;
}

label.event_tape_print_indent {
    margin-left: 2.8em;
}

div#check_in_print_options {
    margin-left: 1em;
}

div#include_picture_container label.radio {
    margin-left: 1em;
}

form#search_people_to_add_to_pco_alert input {
    margin-top: 0.8em;
}

form#search_people_to_add_to_pco_alert button {
    margin-top: 0.8em;
}

.user_dropdown {
    margin-top: 8px !important;
}

div.modal_create_form_body {
    position: relative;
    max-height: 400px;
    overflow-y: auto;
}

span.nav_quantity {
    color: #fff;
    background-color: #fff;
    font-weight: 100;
    margin-top: 1em;
    text-shadow: none;
}

div.filter_link_container {
    font-size: 0.8em;
    margin-left: 1.6em;
}

div.color_square {
    width: 30px;
    height: 30px;
    min-width: 0px;
    background-color: red;
    border: 1px solid #aaa;
    display: inline-block;
    cursor: pointer;
}

div.colorpicker-saturation {
    margin-left:5px;
}

div.form_background_color {
    background: #fff;
}

div.form_font_color {
    background: #000;
}

a.form_connect_yes {
    color: #468847;
    text-decoration: none !important;
}

a.form_connect_yes:hover {
    color: #468847;
}

a.form_connect_no {
    color: #c64a48;
    text-decoration: none !important;
}

a.form_connect_no:hover {
    color: #c64a48;
}

div.connect_request_container {
    color: #aaa;
}

div.connect_request_container a {
    opacity: 0.6;
}

div.connect_request_container a:hover {
    opacity: 1 !important;
}

div.select_panel {
    border-right: 1px solid #ccc;
    padding-right: .3em;
}

div.filter_link_container a {
    color: #466989 !important;
}

div.filter_link_container a:hover {
    color: #16283a !important;
    text-decoration: underline !important;
}

li:hover span.nav_quantity {
    color: #fff;
    background-color: #ccc;
}

.active span.nav_quantity {
    color: #fff;
    background-color: #7e985e;
}

div#export_options_container {
    margin-top: -1em;
}

div.adjust_category_element_container i {
    color: #aaa;
    cursor: pointer;
}

div#num_people_found {
    font-size: 1.4em;
    padding-top: 1.6em;
}

div.adjust_category_element_container i:hover {
    color: #000;
}

div#column_picker_container {
    margin: 1em 0em 1em 1em;
}

div.form_template_box {
    background: #f9f9f9;
    height: 1.7em;
    font-size: 6em;
    cursor: pointer;
}

div.form_template_option h5 {
    margin-top: 1em;
    font-size: 1.2em;
}

div.form_template_box:hover {
    background: #94ba65;
    color: #fff;
}

div.form_template_box i {
    margin-left: -0.55em;
    margin-top: 0.8em;
}

i.form_icon {
    font-size: 1.4em;
    cursor: pointer;
    margin: -0.4em 0.1em 0em 0.1em;
    display: inline-block;
}

i.form_icon:hover {
    text-decoration: none;
}

.thicker {
    font-weight: 600;
}

div#column_picker_container .dropdown-menu li > a {
    margin: 0 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -border-radius: 0px !important;
}

table#forms thead {
    font-weight: 600;
}

td.remove_container i {
    color: #ccc;
    cursor: pointer;
}

div.number_events_away {
    font-size: 20px;
    margin-top: 26px;
    margin-right: 15px;
    font-weight: 600;
}

div.last_attended_green { color: #92b765; }

div.last_attended_orange { color: #c09853; }

div.last_attended_red { color: #bd362f; }

a i.icon-remove-sign {
    text-decoration: none !important;
}

td.remove_container i:hover {
    color: #1d354d;
}

table#alerts thead {
    font-weight: 600;
}

div.form_elements_container {
    background: #eee;
    border-right: 1px solid #ddd;
    padding: 1em;
    font-size: 1.3em;
}

div.create_form_elements_container .form_element {
    background: #E0E0E0;
    border: 1px solid #d4d4d4;
}

div.form_container .form_canvas {
    background: #fff;
    border: none;
}

i.person_checkbox {
    color: #eee;
    margin-top: 1.2em;
    font-size: 2em;
    margin-right: 1em;
    cursor: pointer;
}

i#people_check_all {
    margin-top: 1.2em !important;
}

i.person_checkbox:hover {
    color: #ddd;
}

i.person_checkbox_selected {
    color: #94ba65;
}

i.person_checkbox_selected:hover {
    color: #AACE7E;
}

div.select_person_name_container {
    display: inline-block;
    margin-top: 1em;
}

p.text {
    font-size: 1.1em;
}

div.create_account_prompt {
    padding-top: 1em;
}

ul.video_list {
    font-size: 0.7em;
}

ul.video_list li a {
    padding: 0em 1em;
}

h3.welcome_videos {
    line-height: 1em;
    margin-bottom: 1em;
    font-weight: 600;
    color: #777;
}

img.card_icon {
    width: 4em;
}

div.card_icon_container {
    float: left;
}

div.card_information_container {
    float: left;
    margin-top: 1em;
    margin-left: 0.4em;
}

div.card_number_container {
    text-align: left;
}

div.card_expiration_container {
    color: #ccc;
    font-size: 0.5em;
    text-align: left;
    margin-top: -1em;
}

div#create_account div.instructions {
    background: #f5f5f5;
    padding: 1em;
    font-size: 1.1em;
    border-bottom: 1px solid #ddd;
}

div.create_account_prompt h3 {
    line-height: 1.2em;
}

div.create_account_prompt a.btn {
    margin-top: 0.5em;
}

div.create_account_prompt a.site {
    color: #a38249;
}

div.create_account_prompt div.subtext {
    font-size: 0.8em;
    font-weight: 200;
}

a.previous_years {
    font-size: 0.25em;
}

a.welcome_video {
    margin-right: 1em;
}

div.previous_years_checkbox_container {
    margin-top: 0.7em;
    margin-left: 0.3em;
}

div.export_bulk {
    font-size: 1.6em;
    color: #777;
    margin-top: 1em;
    margin-bottom: 4em;
}

a.btn_bulk_export {
    width: 8em;
}

label.anonymous_container {
    width: 90%;
    padding-top: 0px !important;
}

label.contribution_anonymous_container {
    color: #777;
    padding-top: 0px !important;
    margin-left: 5px !important;
}

label#add_contribution_by a#label_text {
    background: none !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    padding-top: 0px !important;
    padding-right: 0px;
}

i.apply_person_update_to_group_icon_margin {
    margin-right: 4px;
    color: #bbb;
}

.btn_no_format {
    background: none !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.dark_gray { color: #999; }

div.envelope_notice {
    font-weight: 300;
    margin-top: 1em;
}

div.report_small_label {
    font-size: 0.27em;
    color: #999;
    margin-top: 0.7em;
}

.label-important a {
    color: #fff !important;
    text-decoration: underline;
}

div#add_envelope div#person_container {
    margin-top: -8px;
}

div#add_envelope .remove_name {
    margin-top: 11px;
}

div.person_statement_button_container {
    margin: 1em auto;
}

div.person_statement_button_container a {
    width: 10em;
}

div.payment_reports_container h2 {
    font-size: 6em;
    border-bottom: 1px solid #777;
    padding-bottom: 0.8em;
    padding-top: 0.6em;
}

div.payment_reports_container div.number_big_container {
    font-size: 4em;
    text-align: center;
    padding: 2.5em 0em;
}

div.payment_reports_container div.number_small_container {
    font-size: 4em;
    text-align: center;
}

div#new_person_as_family_container .remove_family_button {
    font-size: 2em;
    margin-right: 0.8em;
}

div.app_password_help {
    color: #fff;
    margin-top: 0.3em;
}

div.family_write_name {
    font-size: 0.6em;
}

div.family_write_name select {
    margin-top: 0.2em;
}

div.number_small_divider {
    width: 60%;
    border-bottom: 1px solid #eee;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.3em;
}

td.contributor_text_row {
    padding-top: 1.9em !important;
}

div.person_result_text_container {
    padding-top: 1.7em;
}

.writable .table th, .writable .table td {
    border-top: 0px !important;
}

.tag_edit_container {
    width: 20em;
}

div.payment_reports_container div.number_small_container div.number_small_label {
    font-size: 0.4em;
    margin-top: 0.8em;
    color: #777;
}

div.payment_reports_container div.table_row {
    padding-top: 2em;
}

div.payment_reports_container div.table_row h3 {
    background: #eee;
    padding: 1em;
    font-size: 2em;
}

div.select_payment_report {
    font-size: 3em;
    margin: 2em 0em;
    text-align: center;
    line-height: 1em;
}

div.payment_summary_table h3 {
    font-size: 2em;
    margin-bottom: 0.4em;
}

div.payment_summary_table table {
    font-size: 1.3em;
    margin-bottom: 3em;
}

div.payment_reports_container div.number_big_label {
    font-size: 0.4em;
    margin-top: 1.3em;
    color: #777;
}

div.payment_reports_container div.contributors_row {
    padding-top: 6em;
}

div.payment_reports_container div.reports_row {
    border-bottom: 1px solid #eee;
    padding: 2em 0em;
}

div.event_report_number_big {
    font-size: 16em;
    font-weight: 700;
    margin: 0.5em 0em 0.1em 0.2em;
}

div.event_report_number_subtext {
    font-size: 0.1em;
    font-weight: 100;
    color: #aaa;
    margin-top: 4.5em;
}

div.chart_person_name_container {
    padding-top: 1em;
}

div.consistency_container {
    margin-top: 3em;
}

a#category_definitions {
    margin-right: 3.2em;
}

div.consistency_container h4 {
    font-size: 3em;
    margin-bottom: 0em;
}

div.event_chart_container {
    padding: 1em;
    margin: 1em;
}

div.alert_chart_container {
    float: left;
    background-color: #fff;
    width: 100%;
    margin: 1em;
    margin: 1em;
}

div.notes_edit {
    font-size: 1.4em;
}

a.contribution_switch {
    font-size: .7em;
    font-weight: 200;
}

div.awaiting_scan {
    font-size: 3em;
    color: #777;
    text-align: center;
    margin-top: 2em;
}

div.awaiting_scan div.awaiting_scan_subtext {
    font-size: 0.5em;
    color: #999;
    margin: 1em 0em;
}

.help-block {
    color: #777;
}

.alert {
    font-size: 1.2em;
}

textarea.bug_textarea {
    width: 97%;
    height: 6em;
}

div.email_connection_alert {
    font-size: 1.3em;
    padding-bottom: 1em;
    margin: 2em 3em;
}

div.loading_spinner {
    color: #fff;
    display: inline-block;
    margin-left: 0.4em;
}

div.login-actions a.btn {
    margin-right: 0.3em;
    background-image:none;
    background-color:#EEE !important;
}

div.login-actions a.btn:hover,
                  a.btn:active {
    background-color:#BBB !important;
}

div.login-actions .btn-primary {
    background-image: none;
}

div.login-actions .btn,
                  .btn-primary {
    background-color: #006fba;
}

div.login-actions .btn-primary:hover,
                  .btn-primary:active,
                  .btn-primary.disabled {
    background-color: #2C61A7;
}

h4.sidebar_header {
    background: #eee;
    font-size: 1.6em;
    padding: 1.5em 1em;
}

div.alerts_table_header {
    font-size: 2em;
    margin: 1em 0em 1em 0em;
}

div.add_payment_batches_sidebar div.batch_num {
    font-size: 4em;
    text-align: center;
    min-height: 1em;
    padding: 0.1em;
    line-height: 1em;
    margin: 0em;
}


div.add_payment_batches_sidebar div.batch_num_details div {
    font-size: 1.3em;
    text-align: center;
    margin-top: 1em;
}

div.add_payment_batches_sidebar div.batch_title {
    font-size: 2em;
    text-align: center;
    margin-bottom: 0.5em;
}

.invisible {
    visibility: hidden;
}

div#change_batch_num_dropdown div#restore_batch_view {
    font-size: 0.27em;
    display: inline-block;
    margin-top: -0.8em;
    vertical-align: middle;
}

div#batch_name_container div#actions_container {
    font-size: 0.8em;
    display: inline-block;
    margin-top: 0em;
    vertical-align: middle;
}

div.add_payment_batches_sidebar div.batch_button_container {
    text-align: center;
    margin-top: 2em;
}

div.email_settings_header_text {
    font-size: 2.6em;
    margin: 0em 0em 1.7em 0em;
    color: #777;
}

div.new_responses_container h3 {
    line-height: 1.3em;
}

div.add_payment_batches_sidebar {
    border-left: 1px solid #ddd;
    padding-left: 1em;
    color: #aaa;
    margin-top: 0em;
    padding: 1em 0em;
}

div#tag_folders {
    font-size: 1.05em;
}

div.modal-body {
    font-size: 1.2em;
}

div.bulk_button_description {
    padding: 0.4em 3em;
    font-size: 1.5em;
    color: #999;
    line-height: 1.3em;
}

.tax_letters_description {
    padding: 0.4em 3em;
    font-size: 1.5em;
    color: #999;
    line-height: 1.3em;
    margin-top: 1em;
}

div.import_people_uploading_message_container,
div.import_people_validating_message_container,
div.import_people_error_messages_container,
div.import_people_confirmation_message_container,
div.import_people_importing_message_container,
div.import_people_success_message_container {
    font-size: 25px;
    color: #999;
    line-height: 1.2em;
}

span.delete_people_time {
    color: #aaa;
}

tr.delete_person_row {
    cursor: pointer;
}

div.delete_people_selected_note {
    font-size: 2em;
    margin-bottom: 0.7em;
}

div#profile_form_action a {
    width: 90%;
    margin-bottom: 0.4em;
}

li.form_item {
    background: #fff;
    cursor: move;
}

.sidebar-nav-fixed {
    position:fixed;
    top: 340px;
    right: 0em;
    text-align: center;
}

@media (max-width: 767px) {
    .sidebar-nav-fixed {
        position:static;
        width:auto;
    }

    div.restore_profile_container {
        margin-top: 0px;
    }

    div.left_menu_container {
        border-right: 0px solid #fff;
    }

    .modal-body {
        max-height: 250px;
    }

    div.select_panel {
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        padding-right: .3em;
    }

}

div.import_people_error_messages_container {
    margin-top: 0.5em;
}

div.validation_success_details {
    font-size: 14px;
}

div.import_alert {
    margin-top: 0.5em;
}

div.import_people_error_messages_container div.error_messages {
    text-align: left;
    font-size: 15px;
    line-height: 1.3em;
}

div.import_warnings_container {
    text-align: left;
    font-size: 13px;
    margin-top: 4em;
    line-height: 1.5em;
}

div.import_people_process_container {
    width: 100%;
    margin-top: 3em;
    margin-bottom: 3em;
    text-align: center;
}

div.not_found_title {
    margin: 0.5em auto 0.3em auto;
    font-size: 4em;
    text-align: center;
    line-height: 1.2em;
    width: 80%;
}

div.not_found_description {
    margin: 0.5em auto 1.3em auto;
    font-size: 2em;
    text-align: center;
    line-height: 1.3em;
    width: 80%;
    color: #777;
}

div.bulk_header_select_action {
    margin: 0.5em auto 1.3em auto;
    font-size: 4em;
    text-align: center;
    line-height: 1.2em;
    width: 80%;
}

span.thick {
    font-weight: 600;
}

div.bulk_button_container {
    width: 25em;
    text-align: center;
    margin: 1em auto 1em auto;
}

div.event_chart_container h4, div.map_container h4 {
    font-size: 3.5em;
    line-height: 1.3em;
    margin: 0.8em 0em;
    overflow:hidden;
    white-space:nowrap;
    max-width: 7em;
}

div.event_chart {
    width: 100%;
    height: 20em;
}

span.chart_tooltip_number {
    font-size: 4em;
}

.chart_title {
    border-bottom: 1px solid #eee;
}

a.profile_delete_option:hover {
    text-decoration: none;
}

.popover-title span {
    display:block;
    float: left;
    width: 236px;
}

div#map_people .popover_fixed {
    position: fixed !important;
}

div#header div.popover {
    background: #8eb460;
    font-size: 1.2em;
}

div#header .popover.right .arrow:after {
    border-right-color: #8eb460;
}

div#header h3.popover-title {
    display: none;
}

div#header div.popover-content p {
    margin: 1em !important;
    color: #fff;
}

div#search_filter div.popover {
    background: #8eb460;
    font-size: 1.2em;
}

div#search_filter .popover.right .arrow:after {
    border-right-color: #8eb460;
}

div#search_filter h3.popover-title {
    display: none;
}

div#search_filter div.popover-content p {
    margin: 1em !important;
    color: #fff;
}

div.person_address_container div.map {
    margin-top: 2em !important;
}

div#south_africa_popover.popover {
    position: absolute;
    visibility: hidden;
    display: none;
    margin: 1em;
    left: 325px;
    top: 260px;
    padding: 10px;
    max-width: 170px;
}

.popover-visible {
    z-index: 50;
    opacity: 1;
    visibility: visible !important;
    display: block !important;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

div#south_africa_text a.popover-title {
    color: #006FBA;
}

.read_lock_container {
    color: #ccc;
}

div.profile_action_container h3 {
    font-size: 2em;
    line-height: 1.2em;
}

div#profile_form_action {
    font-size: 1.3em;
    line-height: 1.5em;
}

span.chart_tooltip_label {
    font-size: 1.4em;
    font-weight: 700;
}

.olAlphaImg {
    cursor: pointer;
}

div.map_container {
    float: left;
    width: 100%;
}

img.login {
    margin-top: 5em;
}

div.event_report_buttons_container {
    margin-top: 1em;
    margin-right: 3em;
}

div.event_report_button_container {
    margin-top: 1.6em;
}
div.event_report_button_container a {
    width: 7em;
}

img.logo_bar {
    margin-top: -2px;
}

.login_container {
    margin-top: 9px;
}

.payments_total_row {
    font-size: 2em;
    font-weight: 600;
}

div.payment_details_container {
    font-size: 1.2em;
}

div.payment_details_container div {
    margin-bottom: 0.6em;
}

div.payment_details_title {
    font-weight: 600;
}

div.payment_details_response {
    color: #777;
}

.account-container {
    margin-top: 1em;
}

div.payments_search_subcontainer {
    margin: 1em 0em;
    padding-bottom: 1em;
    border-bottom: 1px solid #efe2c8;
}

span.no_match {
    font-size: 1.2em;
}

div.payments_search_default_text_container {
    font-size: 1.5em;
    color: #aaa;
    width: 80%;
    margin: 3em auto;
    text-align: center;
}

.payments_search_indent ul {
    margin-bottom: 12px;
}

.payments_search_indent ul.nav-stacked li a,
.payments_search_indent .help-block label {
    margin: 6px 0px !important;
    padding: 0px 10px 0px 1.5em;
    border: solid 1px transparent !important;
}

ul#contributions_search_container .payments_search_indent ul li a:hover,
ul#contributions_search_container ul li a:hover label {
    color: #fff;
}



.nav_tabs_border {
    border-bottom: 1px solid #ddd !important;
}

a.header_logo:hover {
    text-decoration: none;
}

a.remove_post {
    color: #ccc;
}

a.remove_post:hover {
    text-decoration: none;
    color: #b94a48;
}

a.remove_envelope {
    color: #ccc;
}

.star_selected {
    color: #e6cf8b !important;
}

a.remove_envelope:hover {
    text-decoration: none;
    color: #b94a48;
}

div.get_started {
    font-size: 3em;
    line-height: 1em;
    color: #999;
}

a.remove_saved_search {
    color: #ccc;
    font-size: 1.2em;
    text-decoration: none;
}

div.dashboard_icon {
    font-size: 14em;
    margin-left: 0em;
}

.search_filter_link i.icon-caret-right {
    margin-right: 0.5em;
}

.search_filter_link i.icon-caret-down {
    margin-right: 0.5em;
}

a.dashboard:hover {
    text-decoration: none;
}

div.dashboard_description {
    color: #999;
    font-size: 1.5em;
    line-height: 1.5em;
}

div.dashboard_section_header {
    margin-top: 7em;
    margin-bottom: 3em;
}

div.dashboard_title {
    font-size: 4em;
    margin-top: 2em;
}

a.remove_saved_search:hover {
    color: #b94a48;
}

div.manage_saved_searches_link_container {
    display: inline;
    font-size: 1.4em;

}

a.manage_saved_searches {
    color: #ccc;
    cursor: pointer;
    text-decoration: none;
}

a.manage_saved_searches:hover {
    color: #333;
}

.success_color {
    color: #468847;
}

.text_cursor {
    cursor: text;
}

.fail_color {
    color: #b94a48;
}

.stat-table .value {
    font-size: 21px;
    font-weight: 600;
}

.no_left_padding {
    padding-left: 0em;
}

.stat-table .full {
    color: #666;
    font-size: 13px;
}

div#person_contribution_container {
    min-width: 220px;
    width: 40%;
}

.remove_person_from_tag {
    color: #ccc;
    margin-top: 1.85em;
    margin-right: .4em;
}

.remove_person_from_tag:hover {
    color: #b94a48;
}

input.new_post_title {
    width: 100%;
    font-size: 1.6em;
}

div.new_post_container {
    border-bottom: 1px solid #eee;
    padding-bottom: 2em;
}

div#person_contribution_container .remove_name {
    margin-top: 1.5em;
    color: #777;
}

div#person_contribution_container .remove_name:hover {
    color: #b94a48;
}

span.profile_picture_upload_button_container {
    display: none;
}

span.select_funds_container div.controls {
    margin-bottom: 1em;
}

i.cancel_allocated_fund {
    color: #777;
    cursor: pointer;
}

select#label_id {
    margin: 0.5em 0em 1em 0em;
}

div.phone_people_advanced_filter_container {
    padding-top: 0.8em;
}

a.phone_people_advanced_filter {
    color: #ccc;
    font-size: 1.5em;
    padding-top: 1em;
}

@media (max-width: 979px) {
    input#search_all {
       margin-top: -1.2em !important;
    }

    div.payment_reports_container div.number_big_container {
        font-size: 4em;
        text-align: center;
        padding: 0em 0em;
        margin-top: 30px;
        margin-bottom: -100px;
    }

    div.top_charts_contribution_reports .table tbody tr td {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    div.top_charts_contribution_reports .table tbody tr td.profile_image {
        display: none !important;
    }

    div#global_search_container {
        width: 100%;
        height: 1px;
    }

    #header .container input#search_all {
        width: 98%;
    }

}

@media (max-width: 768px) {
    .settings_cog {
            margin-top: 0.2em;
    }
}

@media (max-width: 768px) {
    #header .container input#search_all {
        width: 90%;
    }
}

.phone_only {
    display: none;
}

div.dashboard_section_header_phone {
    font-size: 25px;
    text-align: left;
}

input#people_name_filter {
   padding: 10px;
}

@media (max-width: 1200px) {
    input#people_name_filter {
       width: 80%;
    }

    .phone_only {
        display: none !important;
    }


}

@media (max-width: 911px) {

    div#onboarding_bar_description {
        width: 400px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

}

@media (max-width: 767px) {

    span.fc-header-title h2 {
        font-size: 14px;
        margin-top: -7px;
        width: 50px;
    }

    div.notes_row_edit {
        margin-bottom: 5px;
    }

    div#global_search_container {
        width: 100%;
    }

    #header .container input#search_all {
        width: 98%;
    }

    div.search_filter_container {
        border-right: 0px !important;
    }

    div.awaiting_selection {
        line-height: 1em !important;
        width: 100% !important;
        margin-top: 0.2em !important;
    }

    div.search_filter_container {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5em;
    }

    div.awaiting_selection_subtitle {
        width: 100% !important;
    }

    .hide_phone {
        display: none !important;
    }

    .show_phone {
        display: inline !important;
    }

    .show_phone_block {
        display: block !important;
    }

    .show_phone_inline_block {
        display: inline-block !important;
    }

    div#footer .row {
        line-height: 38px;
    }

    table.dashboard_history {
        margin-top: 10px;
    }

    .phone_only {
        display: inline !important;
    }

    img.person_thumbnail {
        display: none !important;
    }

    div.search_results_person_name_container {
        margin-top: 0em !important;
    }

    i.person_checkbox {
        margin-top: 0.2em !important;
    }

    i.remove_person_from_tag {
        margin-top: 0.2em !important;
    }

    div#people_search_name_sidebar {
        border: none !important;
        margin-bottom: 0em !important;
    }

    a.more_filter_options {
        display: none !important;
    }

    a.add_person_selector {
        display: none !important;
    }

    form#search_name_filter {
        margin-bottom: 0em !important;
    }

    div.people_name_filter_num {
        margin-bottom: 1em;
        margin-top: 0em;
    }

    input#people_name_filter {
       width: 98%;
    }

}

div#people_search_name_sidebar {
    border-right: 1px solid #ccc;
    min-height: 20em;
}

span.method_meta {
    display: none;
}

span.fund_selector_container {
    display: none;
}

i.cancel_allocated_fund:hover {
    color: #b94a48;
}

.login_container a {
    color: #fff;
    text-decoration: none;
}

div#search_sql {
    margin-top: 1em;
    padding: 0.8em;
    display: none;
}

div#search_description {
    cursor: pointer;
}

div.uploading_spinner {
    margin: 1em auto;
    font-size: 1.6em;
    color: #777;
    width: 12em;
    text-align: center;
}

.admin_nav_container {
    margin: 0px;
    padding: 5px 0px;
    width: 20%;
}

.admin_content {
    float: right;
    width: 75%;
}

.checkbox_column {
    width: 10px;
}

.table_options {
    width: 40px;
    text-align: right !important;
}

.add_user_container .btn {
    font-weight: 300;
}

a.no_underline {
    text-decoration: none !important;
}

a.underline_on_hover {
    text-decoration: none !important;
}

a.underline_on_hover:hover {
    text-decoration: underline !important;
}

div.global_people_filter_container {
    font-size: 12px;
}

div#user_person_link_container a {
    font-size: 1.3em;
}

div#link_user_to_person_container table {
    font-size: 0.8em;
}

div#link_user_to_person_container input {
    margin-bottom: 1em;
}

.input_note {
    color: #999;
}

h1:first-child {
    margin-bottom: 1em;
}

.bulk_actions_container select {
    margin-bottom: 0 !important;
}

img.profile {
    max-width: 300px;
    max-height: 200px;
    width: 100%;
}

ul.unstyled_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.family_list li {
    margin: 0.5em 0em 0.5em 1em;
}

img.family {
    max-width: 210px;
    max-height: 140px;
    width: 100%;
}

#header .brand {
position: relative;
top: 24px;
display: block;
overflow: hidden;
width: 32px;
height: 32px;
margin-right: .75em;
color: #FFF;
font-size: 18px;
font-weight: 600;
line-height: 600;
background: none;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

input#search_all {
    background-color: #28496b;
    border-color: #0f243a;
    color: #fff;
    font-size: 1.3em;
    height: 1.3em;
    margin-top: -0.5em;
}

#content .row {
    margin-top: 0em;
}

input#search_all::-webkit-input-placeholder { /* WebKit browsers */
    color: #46698e;
}
input#search_all:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #46698e;
}
input#search_all::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #46698e;
}
input#search_all:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #46698e;
}

a.show_profile_gallery {
    font-size: 0.78em;
    color: #777;
}

div.show_profile_gallery_container {
    margin-top: 0.4em;
}

img.profile_preview {
    width: 80px;
    height: 52px;
    margin: .4em;
}

.family_picture_delete_icon,
.profile_picture_delete_icon{
  position: absolute;
  top: 1px;
  left: 45px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}

img.profile_picture_upload_preview {
    min-width: 1px;
    max-width: 10000px;
    min-height: 1px;
    max-height: 10000px;
}

.gallery_family_picture_container,
.gallery_profile_picture_container {
  display: inline;
  position: relative;
  overflow: hidden;
}

.gallery_family_picture_container a,
.gallery_profile_picture_container a{
  display: inline;
  width: 80px;
  height: 52px;
}

.family_picture_container img,
.profile_picture_container img{
  width: 80px;
  height: 52px;
}

.profile_single img.croppable {
  width: auto;
  height: auto;
}

.gallery_family_picture_container .icon-remove-sign,
.gallery_profile_picture_container .icon-remove-sign,
.gallery_family_picture_container .icon-lock,
.gallery_profile_picture_container .icon-lock {
    color: #ccc;
}

.gallery_family_picture_container:hover .icon-lock,
.gallery_profile_picture_container:hover .icon-lock {
    color: #000;
    cursor: not-allowed;
}

.gallery_family_picture_container:hover .icon-remove-sign,
.gallery_profile_picture_container:hover .icon-remove-sign {
    color: #bd362f;
}

.default_profile_picture, .default_family_picture {
    cursor: not-allowed;
}

.search_button_padding {
    margin-right: 10px;
}

.advanced_search_label {
    margin-top: 8px;
    margin-right: 6px;
}

img.family_search_thumbnail {
    margin-bottom: .6em;
}

span.family_member_search_details {
    color: #aaa;
    font-size: 0.9em;
}

.dropdown-menu .active > a span.family_member_search_details,
.dropdown-menu .active > a:hover span.family_member_search_details {
    color: rgb(255, 255, 255);
}

@media all and (min-width: 700px) and (max-width: 1200px){
    .page_content {
        margin-top: 15em;
    }
}

.tag_list {
   list-style:none;
   margin-left: 0.6em;
}

.remove_tag {
    cursor: pointer;
}

.add_event_tag_list {
    width: 350px;
    margin: 0.33em 0em 1em 0em;
}

button.add_event {
    font-size: 1.13em;
}

.gray {
    color: #999;
}

.light_gray {
    color: #bbb;
}

.light_gray_force {
    color: #bbb !important;
}

.green {
    color: #94ba65;
}

.no_padding {
    padding: 0px !important;
}

.no_margin {
    marign: 0px !important;
}

.modal-body_no_padding {
    position: relative;
    max-height: 400px;
    padding: 0px !important;
    overflow-y: auto;
}

.italic {
    font-style: italic;
}

div.add_person_family_displayed_fields {
    border-right: 1px solid #eee;
}

a.event_detail {
    font-size: .8em;
}

.pointer {
    cursor: pointer;
}

.login_container {
    width: 600px;
    margin: 100px auto;
}

div.no_tags_in_event_subtitle {
    color: #777;
    margin-top: 1em;
    font-size: 0.7em;
}

div.event_tags_manage_container {
    margin-top: 2em;
    width: 100%;
    font-size: 1.5em;
    line-height: 1.5em;
    color: #777;
}

div.search_type_description {
    font-size: 0.9em;
    color: #999;
    padding-right: 0.7em;
}

div.events_tags_manage_button_container {
    padding-top: 1em;
    width: 100%;
    text-align: center;
}

table {
    font-size: 1em;
}

#tag_folder_contents a.tag_label {
    color: #888 !important;
}

td.tag_edit_column {
    width: 2em;
}

hgroup.event_modal h5 {
    margin: 0em;
    color: #999;
}

img.event_modal {
    width: 8em;
    height: 8em;
    margin-bottom: 0.3em;
}

div.event_modal_img_button_container {
    color: #333;
    font-weight: 700;
}

.jstree-default.jstree-focused {
    background: #fff !important;
}

.tag_header_options a {
    margin-left: 0.6em;
    margin-bottom: 0.9em;
}

.section_loading {
   color: #aaa;
}

.text_small {
    font-size: 0.8em;
    margin-top: 0.2em !important;
}

a.add_new_user {
    margin-bottom: 1em;
}

div.permission_denied_title {
    font-size: 4em;
    width: 60%;
    margin: 1em auto;
    text-align: center;
}

div.permission_denied_description {
    font-size: 1.5em;
    color: #777;
    line-height: 1.6em;
    width: 60%;
    margin: 1em auto;
    text-align: center;
}

.jstree li {
    line-height: 1.9em !important;
}

div.no_information_in_section {
    font-size: 0.9em;
    margin: 1.6em 0em;
}

.edit_on_hover h4 {
    padding: 0.3em 0.3em;
    background-color: #eee;
}

span.edit_section_text {
    font-size: 0.7em;
    margin-right: 0.5em;
}

.align_left {
    text-align: left !important;
}

.save_without_tags {
    margin-top: 1em;
}

.edit_on_hover h4.section_hover {
    background-color: #ddd;
    cursor: pointer;
}

div.family_member_name_container {
    font-size: 1em;
}

.edit_on_hover h4.section_hover_selected {
    background-color: #ddd;
}

.jstree a {
    font-size: 1.1em;
}

.big_gray_text {
    font-size: 1.3em;
    color: #999;
}

.gray_text {
    color: #aaa;
}

div.add_person_family_description {
    font-size: 1.2em;
    margin: 0.2em 1em 1.5em 1em;
    color: #777;
}

/* Have limit be at 768px (iPad) so that modals on iPads display more like a web browser and less like a phone */
@media (min-width: 768px) {

    .modal_wide {
        width: 750px;
        margin: 0em 0em 0em -375px;
    }

    .modal_extra_wide {
        width: 750px;
        margin: 0em 0em 0em -375px;
    }

    .modal_full_wide {
        width: 96%;
        margin: 0em 0em 0em -48%;
    }

}

@media (min-width: 960px) {

    .modal_wide {
        width: 750px;
        margin: 0em 0em 0em -375px;
    }

    .modal_extra_wide {
        width: 950px;
        margin: 0em 0em 0em -475px;
    }

    .modal_full_wide {
        width: 96%;
        margin: 0em 0em 0em -48%;
    }

}

.tag_folder_name h3 {
    margin: 0em;
}

a.edit_instance_details  {
    color: #777;
}

a.edit_instance_details:hover {
    color: #333;
    text-decoration: none;
}

.jstree-checkbox {
    margin-right: 0.4em !important;
}



.event_tag_list {
    overflow: hidden;
}

.event_tags_container h5 {
    margin: 0em;
    font-size: 1.3em;
}

ul.event_modal_tag_list {
    list-style-type: none;
    margin-left: 0.5em;
}

ul.event_modal_tag_list li {
    margin-top: 0.2em;
}

.full_sidebar_tags {
}

.dropdown-menu {
    z-index: 2050;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-inner {
    background: #46576B;
}

.nav-tabs {
    border-bottom: 0px;
}

div.title_container {
    background: whiteSmoke;
    height: 6em;
    border-bottom: 1px solid #e0e3e6;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), 0 1px 10px rgba(0,0,0,.1);
}

.title_container h1 {
    margin: 0em;
    padding: .3em 0em 0em 0em;
}

.breadcrumb {
    background: none;
    font-size: 1.3em;
    padding: .1em 0em;
    border: none;
}

.nav-tabs > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.nav-tabs {
    margin-top: 0em !important;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: whiteSmoke;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: #576e84;
    color: #fff;
    text-decoration: none;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.navbar .nav > li > a {
    color: whiteSmoke;
}

a {
    color: #607a92;
}

a:hover {
    color: #3c5267;
}

img.header_logo {
    margin-top: 0.3em;
    margin-right: 2em;
    width: 109px;
    height: 33px;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    -webkit-box-shadow: inset 0 10px 20px -20px #000000;
    -moz-box-shadow: inset 0 10px 20px -20px #000000;
    box-shadow: inset 0 10px 20px -20px #000000;
}

.navbar .nav > li > a {
    text-shadow: none;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
    background-color: #42576c;
}

#form_elements { list-style-type: none; margin: 0; padding: 0; margin-bottom: 10px; }
#form_elements li { font-size: 14px; margin: 5px; padding: 5px; width: 150px; }



.form_canvas li {
    margin: 1em 0em;
    padding: 1em;
    border: 1px dashed #ccc;
    background: #fff;
}

.selected {
    background-color: #bdd2e8 !important;
    border: 1px dashed #777 !important;
}

.form_element {
    background: #feffeb;
    border: 1px solid #e5e6ce;
    cursor: move;
}

.move {
    cursor: move;
}

.form_element_placeholder {
    background: #f1f1f1 !important;
    height: 2em;
    border: #ddd dashed 1px !important;
}

.form_section_element_placeholder {
    background: #fcfcfc !important;
    height: 4em;
    border: #ddd dashed 1px !important;
    margin-bottom: 1em;
}

.no_fields {
    background: transparent !important;
    border: 0px !important;
    font-size: 1.4em;
    margin: 0px !important;
    padding: 1em 0em !important;
    height: 1em;
    color: #999;
}

.form_canvas {
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 0em 1em;
    list-style-type: none;
    margin: 0;
    margin-bottom: 10px;
    min-height: 4em;
}

.sortable_sections {
    list-style:none;
}

.row-fluid [class*="span"] {
    min-height: 10px !important;
}

.profile_value {
    color: #979797;
}

textarea.profile_edit_label {
    width: 19em;
}

li.profile_section_title {
    background: none !important;
    border: 0px !important;
    font-size: 17px;
    font-weight: 100;
    padding: 0px !important;
    margin: 1em 0em 0em 0em !important;
}

a.profile_section_title {
    color: #333;
    text-decoration: none;
    padding: 0.1em;
}

a.profile_section_title:hover {
    background: #d7d7d7;
    text-decoration: none;
}

input.profile_section_title {
    font-size: 1em;
    font-weight: bold;
}

span.profile_section_no_title {
    color: #b5b5b5;
}

.profile_forms_selected_section {
    /* no style */
}

.profile_forms_selected_field {
    /* no style */
}

.hide2 {
    display: none;
}

.force_hide {
    display: none !important;
}

input.email_subject {
    width: 515px;
    margin-bottom: 1em !important;
}

div.mf_container {
    max-height: 100px;
    overflow: scroll;
}

a.attachment {
    font-size: 13px;
    color: #aaa;
}

i.remove_attachment {
    cursor: pointer;
    color: #ead0d0;
}

i.remove_attachment:hover {
    color: #bd362f;
}

div.attachment_item {
    margin-bottom: 0.3em;
}

a.attachment:hover {
    color: #3c5267;
    text-decoration: none;
}

div.modal_footer_left_content {
    font-size: 13px;
    color: #777;
    margin-top: 0.4em;
}

div.email_to {
    color: #999;
    max-height: 100px;
    /* overflow-y: auto; */
    /* overflow-x: hidden; */
    overflow: visible;
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

div.transfer_history_show_more_style {
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
    cursor: pointer;
}

div.transfer_history_show_more_style:hover {
    background: #f1f1f1;
}

div.person_edit_address_line_1 {
    margin-top: 0.2em;
}

div.person_edit_address_line_2 {
    margin-top: 0.4em;
}

div.person_address_container {
    margin-bottom: 1em;
}

div.person_address_container:last-child {
    margin-bottom: 0em;
}

div.person_email_container {
    margin-bottom: 1em;
}

div.person_email_container:last-child {
    margin-bottom: 0em;
}

div.add_additional_container {
    margin-top: .7em;
}

label.control_label_small {
    width: 50px !important;
}

.form-horizontal .controls_small {
    margin-left: 70px;
}

.small_text {
    font-size: 0.8em;
}

ul.search_filter {
    margin: 0px !important;
    font-size: 14px;
}

.writable table td, .writable table th {
    border-bottom: 1px dashed #eee !important;
}

ul.search_filter li {
    color: #777;
    list-style-type: none;
    padding: 0.4em 0em 0.4em 0.5em !important;
    border-radius: 5px;
}

ul.search_filter li a {
    text-decoration: none !important;
    color: #aaa;
}

ul.search_filter li.search_filter_link:hover {
    background: #eee;
}

#search_filter h3 {
    font-size: 1.4em;
    margin: 5px 0px !important;
    padding: 0px !important;
    line-height: 1.2em;
}

.advanced_search_option_container {
    margin-left: 1.2em;
    color: #000;
}

li.active_filter_link {
    background: #94ba65;
}

li.active_filter_link:hover {
    background: #84a758 !important;
}

li.active_filter_link a {
    color: #fff !important;
}

.active_filter_link a {
    color: #000 !important;
}

#search_filter h3 {
    color: #999;
}

#search_filter {
    margin-top: 0em;
}

img.olTileImage {
    max-width: none !important;
}

div.wide_map {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    min-width: 150px;
}

div.person_map {
    width: 25em;
    height: 25em;
    border: 1px solid #ccc;
}

.olPopup {
        border: 1px solid #ccc;
        border-radius:8px;
}

.markerContent {
        padding: 0.2em 0.4em;
}

image {
        cursor: pointer;
}

.olPopupCloseBox {
        background-image:url('../../../../../../../img/maps/closex.png') !important;
}

div#profile_top {
    padding-bottom: 3em;
    margin-bottom: 4em;
    border-bottom: 1px solid #eee;
}

div.no_information_stored {
    color: #aaa;
}

div.person_details_none {
    font-size: 1.3em;
    color: #aaa;
    text-align: center;
    margin-top: 2em;
}

i.adjust_icon {
    margin-top: -0.2em;
    margin-right: 0.2em;
}

div.awaiting_selection {
    color: #bbb;
    font-size: 4em;
    font-weight: 500;
    text-align: center;
    width: 16em;
    margin: 4em auto 0em auto;
}

div.awaiting_selection_subtitle {
    color: #bbb;
    font-size: 2em;
    line-height: 1.5em;
    font-weight: 500;
    text-align: center;
    width: 30em;
    margin: 1em auto 0em auto;
}

.align_right {
    text-align: right !important;
}

div.search_filter_description {
    padding: 0em 17px 10px 10px;
    color: #999;
    margin-bottom: 24px;
}

.dropdown-menu a {
    padding-left: .4em;
}

div.graph_container {
    width: 100%;
    height: 350px;
}

div.event_attendance_graph {
    width: 100%;
    height: 350px;
    font-size: 14px;
    line-height: 14px;
}

div.event_attendance_pie_container {
    width: 300px;
    height: 300px;
}

div.event_attendance_pie {
    width: 300px;
    height: 300px;
}

div.event_attendance_pie_container div.center_container {
    position: absolute;
    width: 130px;
    height: 100px;
    z-index: 1000;
    text-align: center;
    margin-top: 100px;
    margin-left: 85px;
}

div#pie_header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #999;
}

div#pie_body {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 20px;
}

div#pie_footer {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #999;
}

.no_border {
    border: none !important;
}

.align_center {
    text-align: center !important;
}

div#pie-legend {
    margin-top: 2em;
}

div.form-actions {
    font-size: 1.2em;
}

.event_button {
    margin: 1em 1em 0.3em 1em;
}

div.pie_category_container {
    margin: 0em 0em 1em 3em;
}

.border_right_gray {
    border-right: 1px solid #ddd;
}

div.event_button_description {
    color: #999;
    width: 80%;
    margin: 0em auto 1em auto;
    text-align: left;
    font-size: 1.3em;
}

div.event_buttons_left_panel {
    border-right: 1px solid #ddd;
}

div.event_buttons_right_panel {
    border-left: 1px solid #ddd;
}

.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px;
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    }

.gray_border_left {
    border-left: 1px solid #ddd;
    padding-left: 1em;
}

.gray_border_right {
    border-right: 1px solid #ddd;
    padding-right: 1em;
}

div.event_details_pie_container {
    border-bottom: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 2em;
}

div.event_date_header_container {
    padding-bottom: 0.7em;
}

div.dashboard_sidebar h4 {
    margin-top: 1em;
}

div#import_instructions {
    font-size: 14px;
    color: #999;
}

body.login {
    background: #eee;
}

body.login_background {
    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center, circle farthest-corner, #ACC2D9 0%, #42576C 100%);

    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center, circle farthest-corner, #ACC2D9 0%, #42576C 100%);

    /* Opera */
    background-image: -o-radial-gradient(center, circle farthest-corner, #ACC2D9 0%, #42576C 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center center, 0, center center, 506, color-stop(0, #ACC2D9), color-stop(1, #42576C));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center, circle farthest-corner, #ACC2D9 0%, #42576C 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(circle farthest-corner at center, #ACC2D9 0%, #42576C 100%);
}

div.dashboard_date {
    color: #aaa;
    font-size: 0.8em;
    font-weight: 300;
}

div.post_container {
    border-bottom: 1px solid #eee;
    padding: 2em 0em;
}

div.new_post_date {
    color: #aaa;
    font-size: 1.2em;
    font-weight: 300;
}

div.post_container div.posted_by {
    margin-top: -1.3em;
    color: #aaa;
}

div.post_container div.post_body {
    margin-top: 1em;
}

div.dashboard_sidebar {
    border-left: 1px solid #ccc;
    padding-left: 1em;
}

h4.edit_section {
    font-size: 1.4em;
    padding: 0.8em 1em;
    border-radius: 5px;
}

div.dashboard_sidebar_container {
    margin-left: 1em;
}

a.edit_section {
    color: #aaa;
}

a.edit_section:hover {
    color: #000;
    text-decoration: none;
}

a#edit_event_details {
    color: #42576C;
}

a#edit_event_details:hover {
    color: #000;
    text-decoration: none;
}

.dashboard_sidebar_container a:hover {
    text-decoration: none;
}

.page_options_container {
    margin-top: 19px;
}

.label-light {
    background: #aaa;
}

.label-light:hover {
    background: #777;
}

.add_person_action {
    margin-top: 1em;
}

div#page_container {
    font-size: 14px;
}

.add_person_go_to_page_container {
    margin-top: .5em;
    color: #777;
}

div.add_person_left_sidebar {
    color: #777;
    border-right: 1px solid #ddd;
    padding-right: 1em;
}

div.suggested_tags {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #FFFFF0;
    padding: 0em 1em;
    margin-bottom: 0.4em;
}

ul.suggested_tags {
    list-style-type: none;
    padding: 0px !important;
    margin-left: 0.1em;
}

ul.suggested_tags li {
    border: 1px solid #eee;
    padding: 0.3em;
    margin: 0.2em 0em;
    background: #fff;
    cursor: pointer;
}

ul.suggested_tags li:hover {
    background: #eee;
}

ul.suggested_tags li a:hover {
    text-decoration: none;
}

div.suggested_tags h6 {
    font-size: 1em;
    margin: 0.6em 0em;
    font-weight: 200;
}

div.person_main_details_container {
    margin-left: .3em;
    font-size: 1.3em;
}

div.person_main_right_top {
    padding-left: 1em;
}

div.person_secondary_details_container {
    color: #999;
    font-size: 1.2em;
}

div.person_details_icon_container {
    width: 27px;
    float: left;
    text-align: center;
}

div.person_details_main_multiline {
    margin-left: 27px;
}

div.person_details_main_container {
    margin: .3em 0em;
}

span.birthdate {
    color: #aaa;
}

hr.profile_divider {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #bbb;
    margin: 2em 0;
    padding: 0;
}

span.user_meta_property {
    color: #aaa;
    cursor: default;
}

span.user_meta_property:hover {
    color: #333;
}

.no_border th, .no_border td {
     border-top: none !important;
 }

 .person_details {
     font-size: 0.9em;
 }

 .bold {
     font-weight: 700;
 }

 .person_main_details_item {
     margin: .7em 0em;
 }

 .person_main_details_item i {
     margin-right: .7em;
 }

 div.person_main_details_item_icon {
     width: 1.5em;
     float: left;
     text-align: center;
     color: #aaa;
     margin-right: 0.2em;
 }

 div.person_main_details_item_text {
     float: left;
 }

 h3.person_name {
     margin: 0em 0em 0.4em 0em;
     padding: 0em;
     line-height: 1em;
     font-size: 4em;
 }

 table#people_list {
     margin-top: 4em;
 }


table#people th, table#people td, table#people_list th, table#people_list td {
    border-top: 1px solid #f5f5f5;
}

 .people_list_container th {
     color: #aaa;
     font-weight: 100;
     padding-top: 0.7em;
 }

[class^="icon-"], [class*=" icon-"] {
    vertical-align: middle !important;
}

 .table_head {
     color: #aaa;
     font-weight: 100 !important;
     font-size: 1.4em;
     padding-top: 0.7em;
 }

div.no_user_information {
     color: #999;
     margin-top: 0.5em;
     margin-left: -2px;
     font-weight: 300;
     font-size: 1.2em;
 }

 div.add_person_meta_title {
     font-size: 1.3em;
     margin: 0em 0em 0.3em 1em;
 }

 div.new_person_family_container {
     margin-bottom: 1em;
 }


 div#add_family_to_new_person_link_container {
     margin-bottom: 1em;
 }
 div.section_container h4 {
     background-color: #eee;
     padding: 1em;
 }

 div.add_person_data_container {
     margin-bottom: 2em;
     padding-bottom: 2em;
     border-bottom: 1px dashed #eee;
 }

 div.add_person_label_container {
     float: left;
     width: 30%;
 }

 div.add_person_response_container {
     float: left;
     width: 70%;
 }

 .prepend-text span.add-on {
     width: 47px;
     text-align: left;
 }

 .prepend-text input {
     width: 173px;
 }

 a.add_name_option {
     font-size: 0.8em;
     color: #aaa;
 }

 div.person_filter_name_title {
     margin-top: 0.2em;
 }

 td.tag_category {
     color: #888;
 }

 div.tag_labels_read {
     /* width: 30em; */
 }

 i.edit_tag {
     cursor: pointer;
 }

 div#map_people_action_status {
    color: #ccc;
    text-align: center;
    margin: 10px 0px 23px 0px;
    font-size: 18px;
 }

 div.search_result_details {
     color: #999;
 }

 img.person_thumbnail {
     width: 100px;
 }

 img.person_thumbnail_small {
     width: 65px;
 }

 div.person_result_thumbnail_container {
     margin-right: 1em;
 }

 div.customize_tag_container {
     font-size: 30px;
     width: 600px;
     height: 320px;
     border-radius: 25px;
     background: #fff;
     margin: 5px 25px;
     padding: 30px;
     border: 1px solid #ccc;
 }

 div.customize_tag_modal_body {
     background: #f7f7f7;
 }

 div.customize_tag_img_container {
     margin-top: -30px;
 }

 img.customize_tag_image {
     border: 1px solid #ccc;
 }

 div.customize_tag_center_row {
     margin: 75px 0px 65px 0px;
 }

 div#customize_tag_image_arrow_containers {
     font-size: 20px;
     margin-top: 4px;
     color: #ddd;
 }

 div#customize_tag_image_arrow_containers a {
     color: #ddd;
 }

 div#customize_tag_media_wrapper {
    height: 130px;
    width: 180px;
 }

 div#customize_tag_image_arrow_containers a:hover {
     color: #aaa;
 }

 div.customize_tag_name {
     font-size: 80px;
 }

 div.customize_tag_sub_name {
     color: #777; margin-left: -7px; font-size: 30px; margin-top:30px;
 }

 .transparent {
     opacity: 0 !important;
 }

 .semitransparent {
     opacity: 0.3 !important;
 }

 .semitransparent table {
     opacity: 0.3 !important;
 }

 .semitransparent canvas {
     opacity: 0.3 !important;
 }

 .semitransparent .btn {
     opacity: 0.3 !important;
 }

 div.adjust_category_element_container {
     margin-top: 2em;
 }

 div.last_people_attended_title {
     font-size: 2em;
     font-weight: 100;
 }

 div.customize_tag_logo_container {
     text-align: center;
     padding-top: 40px;
 }

 div.search_results_person_name_container {
     margin-top: 27px;
     font-size: 1em;
 }

 div.new_event_checkin_description {
     font-size: 1em;
     margin-bottom: 0.3em;
     margin-top: 0.4em;
     line-height: 1.2em;
 }

 div#contributions_view {
     font-size: 9pt;
 }

 a.results_person_name {
     font-weight: 500;
     font-size: 12pt;
 }

 i.icon-remove-sign {
     font-size: 12pt !important;
 }

 div.vertical_center_person_name {
     padding-top: 1.8em;
 }

 div.vertical_center_history_time_for_person {
     padding-top: 1.8em;
     padding-right: 1.3em;
 }

 h3.actions_header {
     color: #777;
 }

 ul.nav-stacked a {
     line-height: 2.6em !important;
     font-size: 1.3em !important;
     font-weight: 300 !important;
 }

 ul.actions_list a {
     color: #777 !important;
     border-left: 0px !important;
     border-right: 0px !important;
     border-radius: 0px !important;
     line-height: 4em !important;
     font-size: 16px !important;
     font-weight: 300 !important;
 }

 span.new_person_family_name {
     font-weight: 500;
     font-size: 1.2em;
 }

 div.search_result_details a {
     color: #999;
 }

 select.tag_categories {
     width: 100%;
 }

 div.people_table_loading {
     font-size: 3.5em;
     color: #999;
     text-align: center;
     width: 100px;
     margin: 1em auto;
 }

 div.date_range_container {
     margin-top: 1em;
     margin-right: 2em;
     color: #999;
 }

 div.date_range_container input {
     color: #999;
 }

 div.event_graph_show_hide_dropdown {
     padding-left: .6em;
     padding-right: .6em;
     color: #000;
 }

 div.event_date_container {
     padding: .3em;
 }

 div.event_date_container:hover {
     background-color: #eee;
     cursor: pointer;
     border-radius: 5px;
 }

 input.input_to_pixel {
     width: 0px !important;
     height: 0px !important;
     border: 0px !important;
     box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset !important;
 }

 input.input_to_pixel:focus {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset !important;
 }

 .event_date_direction_links {
     margin-top: 0.7em;
     margin-right: .4em;
 }


i.remove_event_chart {
    margin-top: 2.4em;
    font-size: 2em;
    color: #c7c7c7;
    cursor: pointer;
}

i.remove_event_chart:hover {
    color: #b94a48;
}

 div#event_filter_notice {
     background: #f9f9f9;
     padding: 10px;
     margin-bottom: 1em;
     color: #777;
     font-size: 12px;
     border: 1px solid #eee;
 }

 div#event_filter_notice.event_filter_on {
    border: 1px solid #fbeed5;
 }

 div#event_filter_notice a:hover {
     text-decoration: none;
 }

 div.event_filter_on {
     background-color: #fcf8e3 !important;
     color: #c09853;
 }

 .ui-datepicker {
     z-index: 4000 !important;
 }

 hr#saved_search_divider {
     margin: 0.6em 1em 0.8em 0em;
 }

 div.event_report_loading_container {
     margin: 3em auto;
     font-size: 2em;
     color: #aaa;
     text-align: center;
 }

 div.event_report_empty_container {
     margin: 3em auto;
     font-size: 2em;
     color: #555;
     text-align: center;
 }

 div.event_alerts_empty_container {
     margin: 3em auto 1.4em auto;
     font-size: 2em;
     color: #555;
     text-align: center;
 }

 .tab_bottom_border {
    border-bottom: 1px solid rgb(221, 221, 221);
 }

 .remove_family_button {
     font-size: 1.3em;
     color: #ead0d0;
     cursor: pointer;
     margin-top: .8em;
 }

 .remove_family_button:hover {
     color: #b94a48;
 }

 .delete_alert {
     font-size: 1.3em;
     color: #ead0d0;
     cursor: pointer;
     margin-top: .8em;
 }

div.alert_description {
     margin-left: 1.5em;
 }

div.alert_description .thick {
     font-size: 1.1em;
 }

 .delete_alert:hover {
     color: #b94a48;
 }

 div.remove_family_button_container {
     font-size: 0.7em;
     margin-top: 0.4em;
 }

 img.search_thumbnail {
     width: 55px;
     margin: .4em;
     border: 1px solid #ccc;
 }

 span.search_name {
     font-size: 1.15em;
     font-weight: 500;
 }

 span.search_event_date {
    font-size: 0.8em;
}

div.search_name_date {
     font-size: 1.15em;
     font-weight: 500;
     line-height: 1.2em;
     padding-top: 0.4em;
     padding-left: 0.3em;
}

.show {
    display: block !important;
}

div.search_filter_container {
    border-right: 1px solid #ccc;
}

div.account_overview_container h1 {
    margin: 0.2em 0em 0em 0em;
}

div.account_overview_container h2 {
    font-weight: 200 !important;
}

div.invoice_container {
    width: 800px;
    border: 1px solid #ccc;
    background: #f1f1f1;
    margin: 2em auto;
    padding: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.invoice_table_container {
    width: 800px;
    margin: 1em auto;
}

.alerts_container {
    font-size: 1.2em;
}

td.bell {
    font-size: 2em;
    text-align: center;
}

td.bell i {
    margin-top: 0.5em;
}

table.alerts tbody tr td {
    padding-top: 40px;
    padding-bottom: 40px;
}

div.invoice_container {
    font-size: 1.5em;
    box-shadow: 0px 0px 5px 4px #E8E8E8;
}

div.invoice_container div.amount_container {
    font-size: 10em;
    margin: 0.7em;
    text-align: center;
}

div.invoice_container div.date_range {
    font-size: 2em;
    margin: 0.7em;
    text-align: center;
    font-weight: 200;
    margin-bottom: 3em;
}

div.invoice_container h1 {
    margin: 0.3em 0.3em;
}

div.invoice_table_container table td {
    padding: 1.5em 1em;
    font-size: 1.3em;
}

tr.invoice_total td {
    font-weight: 700;
}

div.invoice_container div.invoice_payment_status_container {
    padding: 1em;
    margin-bottom: 1em;
}

div.status_container_modal {
    font-size: 12px;
}

div.custom_directory_template {
        display: inline-block;
        vertical-align:top;
        padding-right:10px;
        padding-bottom:50px;
        overflow-x: auto;
        white-space: nowrap;
}

div.custom_directory_template p {
    margin-bottom: 0.1em;;
}


/* SMALL PHONE */

@media (max-width: 700px) {

    .show_phone_small {
        display: block !important;
    }

    .hide_phone_small {
        display: none !important;
    }

    div#topbar_flat div#navigation .btn.active {
        background-color: transparent !important;
    }

}

@media (max-width: 500px) {

    .show_phone_extra_small {
        display: block !important;
    }

    .hide_phone_extra_small {
        display: none !important;
    }

}


/* cues */

.popover.popover_cue.left .arrow:after, .popover.popover_cue.right .arrow:after {
    border-left-color: #EC9B00;
    border-right-color: #EC9B00;
}

.popover.popover_cue.top .arrow:after, .popover.popover_cue.bottom .arrow:after {
    border-top-color: #EC9B00;
    border-bottom-color: #EC9B00;
}

.popover.popover_cue {
    border: none;
    box-shadow: none;
    font-size: 14px;
    background-color: #EC9B00;
    color: #fff;
    padding: 15px;
}

.popover_cue .cue_content_container {
    max-width: 300px;
    padding: 10px 0px 15px 0px;
    font-weight: 200;
}

.popover_cue .cue_content_container a {
    color: #fff;
    background: transparent;
    font-size: 14px !important;
    text-decoration: underline;
    line-height: 1em !important;
}

.popover_cue .cue_content_container a:hover {
    text-decoration: none;
    background: transparent;
    color: #fff;
}

.popover_cue .cue_dismiss_container {
    padding: 0px 8px;
    font-size: 20px;
}

.popover_cue h4 {
    margin: 0px 0px 0px 0px;
}

.popover_cue i.dismiss_tooltip_cue {

}

.popover_cue .popover_cue_button {
    background: #d48d04 !important;
    padding: 8px !important;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 14px !important;
}

.popover_cue .popover_cue_button:hover {
    text-decoration: none;
    filter: brightness(90%);
}

div#cues_modal div#modal_cue_text {
    padding: 10px;
}

div#cues_modal h4#modal_cue_title {
    padding: 10px;
    font-size: 20px;
}

div#cues_modal {
    background: #EC9B00;
    color: #fff
}

div#cues_modal div#modal_cue_text a {
    color: #fff;
    text-decoration: underline;
}

div#cues_modal div#modal_cue_text a:hover {
    text-decoration: none;
}

a.modal_cue_button {
    padding-bottom: 10px;
    padding-right: 10px;
    background: #d48d04; color: #fff; text-shadow: none;
}

a.modal_cue_button:hover {
    color: #fff;
}

a.banner_cue_button {
    padding-bottom: 10px;
    padding-right: 10px;
    background: #d48d04;
    color: #fff;
    text-shadow: none;
}

a.banner_cue_button:hover {
    color: #fff;
}

div#banner_cue {
    padding: 20px;
    border-radius: 5px;
    background: #EC9B00;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: -28px;
}


div#banner_cue div#banner_cue_text a {
    color: #fff;
    background: transparent;
    font-size: 14px !important;
    text-decoration: underline;
}

div#banner_cue div#banner_cue_text a:hover {
    text-decoration: none;
    background: transparent;
    color: #fff;
}


div#banner_cue div#banner_cue_content_container {
    line-height: 1.2em;
    margin-bottom: 10px;
    margin-top: 10px;
}

div#banner_cue h4 {
    font-size: 20px;
}

div#banner_cue div#banner_cue_dismiss {
    margin-top: 15px;
    text-align: left;
}

tr.folder_row td.tag_edit_column a, td.tag_edit_column a {
    color: #aaa !important;
}

tr.folder_row td.tag_edit_column a:hover, td.tag_edit_column a:hover {
    color: #777 !important;
}

.new_scheduled_task_row:hover {
    cursor: pointer;
    background-color: #f9f9f9;
}

.jstree_custom_empty_folder {
    opacity: 0.4;
    pointer-events: none;
    color: #aaa;
}

.jstree_custom_empty_folder ins.jstree-checkbox {
    background: transparent url('../../../../../../../img/checkbox-unchecked.png') no-repeat left 2px !important;
}

li#tags_access_to ins.jstree-icon,  li#tags_access_to ins.jstree-icon {
    position: relative;
    top: -2px;
}

.jstree_custom_locked a {
    opacity: 0.5;
    pointer-events: none;
}

.jstree_custom_locked ins.jstree-checkbox {
    visibility: hidden !important;
}

.assigned_scheduled_task .restrict_disable {
    opacity: 0.4;
}

.event_tiny_btn {
    width:15px;
    padding-left:5px;
    padding-right:5px;
    border-radius:3px;
    cursor:pointer;
    margin:2px;
    text-align:center;
    float:left;;
}

 .event_med_btn {
    width:38px;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    padding-bottom:2px;
    border-radius:3px;
    cursor:pointer;
    margin:2px;
    text-align:center;
    float:left;;
}

 .btn_not_selected {
    border:solid 1px #ecebec;
    background:#e8e8e8;
}

 .btn_selected {
    border:solid 1px #006FBA;
    background:#006FBA;
    color: #ffffff;
}

 .remove_button {
    font-size: 1.3em;
    color: #ead0d0;
}

 .remove_button:hover {
    color: #b94a48;
    cursor: pointer;
}

#apps_container {
    position: relative;
    padding-top: 20px;
}

.create_app_wrap {
    margin-right: 6%;
}

#apps_container .app_box {
    width: 29%;
    max-width: 300px;
    min-width: 150px;
    display: inline-block;
    margin: 0 3% 30px 0;
    vertical-align: top;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
}

#apps_container .app_box:hover {
    border-color: #999;
}

#apps_container .app_box .app_box_description {
    font-size: 14px;
    font-weight: 100;
    color: #777;
    margin-bottom: 6px;
    height: 50px;
    overflow-y: auto;
}

.add_app_form .item_label {
    color: #999;
}

.add_app_form #create_app_description {
    width: 90%;
    height: 100px;
}

.add_app_form .app_logo_placeholder {
    width: 120px;
    height: 80px;
    background-color: #ccc;
    display: inline-block;
    margin-right: 10px;
}

.add_app_form .app_logo_placeholder:hover {
    background-color: #bbb;
}

.add_app_form .section .header_icon_wrap {
    display: inline-block;
    width: 6.7%;
}

.add_app_form .section .header_name_wrap {
    display: inline-block;
    width: 29.6%;
}

.add_app_form .section .header_placement_wrap {
    display: inline-block;
    width: 27%;
}

.add_app_form .section .header_type_wrap {
    display: inline-block;
    width: 26%;
}

.add_app_form .section .subnav_item_remove_wrap {
    display: inline-block;
    width: 5%;
    padding-left: 5px;
}

.add_app_form .section .subnav_item_add_wrap {
    margin-top: 20px;
    text-align: center;
}

.add_app_form .section .header_name_wrap input {
    width: 92%;
}

.add_app_form .section .header_placement_wrap select {
    width: 96.5%;
}

.add_app_form .section .header_type_wrap select {
    width: 98%;
}

.add_app_form .section .header_icon_wrap .btn {
    padding: 5px !important;
    line-height: 16px !important;
    margin: 0 0 10px !important;
}

.add_app_form .section .header_icon_wrap .btn .caret {
    margin-top: 6px;
}

.add_app_form .section .header_link_single {
    width: 88%;
}

.add_app_form .section .subnav_item_drag {
    width: 3%;
    display: inline-block;
    color: #999;
    cursor: pointer;
}

.add_app_form .section .subnav_item_drag:hover {
    color: #666666;
}

.add_app_form .section .subnav_icon_wrap {
    width: 6.7%;
    display: inline-block;
}

.add_app_form .section .subnav_icon_wrap .btn {
    padding: 5px !important;
    line-height: 16px !important;
    margin: 6px 0 10px !important;
}

.add_app_form .section .subnav_icon_wrap .btn .caret {
    margin-top: 6px;
}

.add_app_form .section .subnav_item_name_wrap {
    width: 36.2%;
    display: inline-block;
}

.add_app_form .section .row_remove_wrap {
    display: inline-block;
    margin-left: 5px;
}

.add_app_form .section .subnav_item_link_wrap {
    width: 42.7%;
    display: inline-block;
}

.add_app_form .section .sidebar_inject_icon_wrap {
    display: inline-block;
    width: 6.7%;
}

.add_app_form .section .sidebar_inject_icon_wrap .btn {
    padding: 5px !important;
    line-height: 16px !important;
    margin: 0 0 10px !important;
}

.add_app_form .section .sidebar_inject_icon_wrap .btn .caret {
    margin-top: 6px;
}

.add_app_form .section .sidebar_inject_name_wrap {
    width: 35%;
    display: inline-block;
}

.add_app_form .section .sidebar_inject_which_wrap {
    width: 50.7%;
    display: inline-block;
}

.add_app_form .section .sidebar_inject_where_wrap {
    width: 49.3%;
    margin-left: 42.7%;
    display: inline-block;
}

.add_app_form .section .sidebar_inject_link_wrap {
    width: 50.5%;
    margin-left: 42.7%;
}

.add_app_form .section .sidebar_inject_where_loading {
    display: inline-block;
    vertical-align: super;
    padding-top: 4px;
}

.add_app_form .section .sidebar_inject_name_wrap input {
    width: 93%;
}

.add_app_form .section .sidebar_inject_which_wrap select {
    width: 95%
}

.add_app_form .section .sidebar_inject_where_wrap select {
    width: 98%
}

.add_app_form .section .sidebar_inject_link_wrap input {
    width: 92%
}

.add_app_form .section .subnav_item_name_wrap input {
    width: 94.5%;
    margin-top: 6px;
}

.add_app_form .section .subnav_item_link_wrap input {
    width: 95%;
    margin-top: 6px;
}

.add_app_form .content_add_wrap {
    margin-top: 20px;
    text-align: center;
}

.add_app_form a.subnav_item_remove {
    cursor: pointer;
    color: #666666;
}

.add_app_form a.row_remove {
    cursor: pointer;
    color: #666666;
}

.add_app_form a.content_add {
    cursor: pointer;
    color: #666666;
}

.add_app_form .section_label_with_add h3 {
    display: inline;
    margin-right: 3px;
}

.add_app_form .content_type_select {
    width: 90%;
    margin-top: 6px;
}

.add_app_form .content_item_input,
.add_app_form .header_type_option {
    display: none;
}

.add_app_form .section_spacer {
    width: 300px;
    margin: 20px auto 40px;
    height: 2px;
    background: #ccc;
}

.add_app_form .invalid_input {
    border: solid 1px red !important;
}

.apps_frame {
    width: 100%;
    height: 500px;
}

.apps_frame_with_sidebar {

}

.apps_frame_no_sidebar {

}

.left {
    float: left;
}

.right {
    float: right;
}

li.report_category_item a {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    font-size: 14px;
    margin-right: 0px;
    margin-left: 0px;
}

.report_category_item {
    /* border-bottom: 3px solid #fff; */
    background: #f7f8f9;
}

.report_category_item:hover {
    /* border-bottom: 3px solid #eee; */
}

.online_giving_sortable_table th {
    cursor: pointer;
}

#online_giving_report_categories {
    width: 100%;
}

.report_category_item {
    width: 25%;
    text-align: center;
}

#online_giving_report_categories.nav-tabs>.active>a,
#online_giving_report_categories.nav-tabs>.active>a:hover,
#online_giving_report_categories.nav-tabs>.active>a:focus {
    border-color: #E2EAF0;
}


.report_category_item a {
    border-bottom: 1px solid #E2EAF0 !important;
}

.transfer_filter_category_item {
    font-size: 14px;
}

.nav-tabs > li > a.report_category {
    padding: 20px 5px !important;
}

.report_category_item a:hover {
    background: #eaeeef !important;
}

.report_category_item.active a {
    /* border-bottom: 3px solid #006FBA; */
    font-weight: 600;
    background: #fff !important;
    border-bottom-color: #fff !important;
}

.react_opt_in_bar {
    background: #00acac;
    color: white;
    border-radius: 5px;
    max-width: 1400px;
    margin: 0 auto 1em;
    padding: 5px 10px;
    font-size: 1.2em;
}

.react_opt_in_bar a {
    color: white;
    text-decoration: underline;
}

.help-widget {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: none;
    z-index: 10;
    transform: scale(1);
    transition: transform 0.1s ease-in-out;
    box-shadow: 0px 2px 12px -5px rgba(0, 52, 98, 0.5)
}

@media (max-width: 767px) {
    .help-widget {
        display: none !important;
    }
}

.help-widget:hover {
    transform: scale(1.2);
    transition: transform 0.1s ease-in-out;
}

@media print {
    #webWidget, #launcher {
        display: none !important;
    }
}
