body,
table,
tr,
td,
div,
form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #252525;
}

body {
    background-color: #D7D7D7;
    position: relative;
}

a {
    color: #0000FF;
}

.body_css {
    padding: 40px;
    min-height: 500px;
}

.container_css {
    width: 990px;
    /*this width means that there were be no horizontal scrollbars on a resolution of 1024 x 768 or on an iPad which is also 1024 x 768 (when rotated to landscape mode). In resolutions higher than these the main content will appear in a center column with the left and right columns have a light grey background.*/
    margin: 0 auto;
    background-color: #FFFFFF;
}

.general_index_page_header_top_bar_css {
    background-color: #FF0080;
    height: 15px;
}

.general_header_top_bar_css {
    padding-left: 40px;
    background-color: #f5186a;
}

#return_to_original_window a {
    color: #ffffff;
}

.general_header_lower_bar_css {
    height: 30px;
    background-color: #c10f4f;
    color: #ffffff;
}

.general_header_lower_bar_css a {
    color: #ffffff;
}

.general_footer_bottom_bar_css {
    background-color: #c10f4f;
    height: 30px;
    color: #ffffff;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 12px;
}

.general_footer_bottom_bar_css a {
    color: #ffffff;
    font-size: 12px;
}

.general_table_round_corner_main_page_css {
    background-color: #FF0080;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
}

.general_table_round_corner_css {
    border: 1px solid #949494;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
}

.general_table_round_corner_main_page_css a {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
    text-decoration: none;
}

.general_error_msg {
    color: #FF0000;
}

.general_tip {
    font-size: 12px;
}

.general_asterix {
    color: #FF0000;
}

.general_input_text_css {
    width: 152px;
}

.general_input_text_small_css {
    width: 100px;
    padding-left: 2px;
}

.site_name {
    font-size: 48px;
}

.general_data_table_header_row {
    background-color: #4F81BD;
    color: #ffffff;
    font-weight: bold;
}
.table_striped {
    background-color: #E9EDF4;
}
.table_striped:nth-child(even) {background-color: #D0D8E8;}

.general_confirmation_msg {
    color: #009900;
    font-weight: bold;
}


.candidate_header_top_bar_css {
    padding-left: 40px;
    background-color: #f5186a;
}

.candidate_header_lower_bar_css {
    height: 30px;
    background-color: #c10f4f;
    color: #ffffff;
}

.candidate_header_lower_bar_css a {
    color: #ffffff;
}

#return_to_original_window a {
    color: #ffffff;
}

.candidate_footer_bottom_bar_css {
    background-color: #c10f4f;
    height: 30px;
    color: #ffffff;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 12px;
}

.candidate_footer_bottom_bar_css a {
    color: #ffffff;
    font-size: 12px;
}

.candidate_table_round_corner_css {
    border: 1px solid #949494;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
}

.candidate_table_round_corner_main_page_css a {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
    text-decoration: none;
}

.candidate_error_msg {
    color: #FF0000;
}

.candidate_error_msg_bold {
    color: #FF0000;
    font-weight: bold;
}

.candidate_confirmation_msg {
    color: #009900;
    font-weight: bold;
}

.candidate_gentle_warning_small {
    color: #FF6600;
    font-size: 12px;
}

.candidate_tip {
    font-size: 11px;
}

.candidate_grey_tip {
    font-size: 11px;
    color: #adaaaa;
}

.candidate_asterix {
    color: #FF0000;
}

.candidate_input_text_css {
    width: 152px;
    padding-left: 2px;
}

.candidate_input_text_large_css {
    width: 600px;
    padding-left: 2px;
}

.candidate_input_text_mid_css {
    width: 230px;
    padding-left: 2px;
}

.candidate_input_text_small_css {
    width: 100px;
    padding-left: 2px;
}

.candidate_textarea_css {
    width: 400px;
    height: 80px;
    padding-left: 2px;
    font-family: arial;
}

.candidate_textarea_large_css {
    width: 600px;
    height: 80px;
    padding-left: 2px;
    font-family: arial;
}

.site_name {
    font-size: 48px;
}

.candidate_data_table_header_row,
.candidate_data_table_header_row a {
    background-color: #4F81BD;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

a.small {
    font-size: 12px;
}

a.small_grey {
    font-size: 12px;
    color: #8B8B8B;
}

ul {
    padding: 0;
    list-style-type: none;
}

.member_big_bold {
    font-size: 16px;
    font-weight: bold;
}

.member_data_table_header_row {
    background-color: #4F81BD;
    color: #ffffff;
    font-weight: bold;
}


.site_name {
    font-size: 48px;
}

/* HEADER - Below is the css to do with header */
.member_header_logo_css {
    background-image: url("../img/header-bg.png");
}

.header_welcome_css {
    background-image: url("../img/header-bg.png");
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    vertical-align: text-top;
}

.welcome_txt {
    color: #ffffff;
    vertical-align: baseline;
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
}


.header_welcome_css a {
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
}

.member_header_nav_bar_css {
    background-color: #880033;
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
}

.member_header_nav_bar_css a {
    color: #ffffff;
}

/* FOOTER - Below is the css to do with footer */
.member_footer_nav_bar_css {
    background-color: #c10f4f;
    color: #ffffff;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 38px;
    text-align: center;
}

.member_footer_nav_bar_css a {
    color: #ffffff;
}

.member_footer_copyright_bar_css {
    background-color: #880033;
    color: #ffffff;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
}

.member_footer_copyright_bar_css a {
    color: #ffffff;
}

/* ROUNDED CORNER TABLE- Below is the css to do with rounded corner tables */
.member_table_round_corner_css {
    border: 1px solid #949494;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
}

.member_table_round_corner_main_page_css a {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
    text-decoration: none;
}

/* ERROR MSGS, CONFIRMATION MSGS AND TOOL TIPS */
.member_error_msg {
    color: #FF0000;
}

.member_error_small_msg {
    color: #FF0000;
    font-size: 12px;
}

.member_gentle_warning {
    color: #FF6600;
}

.member_gentle_warning_small {
    color: #FF6600;
    font-size: 12px;
}

.member_confirmation_msg {
    color: #009900;
    font-weight: bold;
}

.member_tip {
    font-size: 11px;
}

.asterix {
    color: #FF0000;
}

/* FORM FIELDS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.member_input_text_css {
    width: 152px;
    padding-left: 2px;
}

.member_input_text_long_css {
    width: 200px;
    padding-left: 2px;
}

.member_input_text_small_css {
    width: 100px;
    padding-left: 2px;
}

.member_textarea_css {
    width: 400px;
    height: 80px;
    padding-left: 2px;
    font-family: arial;
}


.site_name {
    font-size: 48px;
}

.admin_input_text_large_css {
    width: 600px;
    padding-left: 2px;
}

/* HEADER - Below is the css to do with header */
.admin_header_logo_css {
    background-image: url("../img/header-bg.png");
}

.admin_header_welcome_css {
    background-image: url("../img/header-bg.png");
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    line-height: 38px;
    padding-right: 10px;
    text-align: right;
}

.admin_header_welcome_css a {
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
}

.header_welcome_css a::after {
    content: "|";
    padding-left: 4px;
}

.header_welcome_css a:nth-child(3):after {
    content: none;
}

.admin_header_nav_bar_css {
    background-color: #880033;
    color: #ffffff;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 28px;
}

.admin_header_nav_bar_css a {
    color: #ffffff;
}

.admin_header_nav_bar_css a::after {
    content: "|";
    padding-left: 4px;
}

.admin_header_nav_bar_css a:last-child::after {
    content: none;
}

/* FOOTER - Below is the css to do with footer */
.admin_footer_nav_bar_css {
    background-color: #c10f4f;
    color: #ffffff;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 38px;
    text-align: center;
}

.admin_footer_nav_bar_css a {
    color: #ffffff;
}

.admin_footer_copyright_bar_css {
    background-color: #880033;
    color: #ffffff;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
}

.admin_footer_copyright_bar_css a {
    color: #ffffff;
}

/* ROUNDED CORNER TABLE- Below is the css to do with rounded corner tables */
.admin_table_round_corner_css {
    border: 1px solid #949494;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    padding: 20px;
}

.admin_table_round_corner_main_page_css a {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
    text-decoration: none;
}

/* ERROR MSGS, CONFIRMATION MSGS AND TOOL TIPS */
.admin_error_msg {
    color: #FF0000;
}

.admin_confirmation_msg {
    color: #009900;
    font-weight: bold;
}

.admin_tip {
    font-size: 11px;
}

.asterix {
    color: #FF0000;
}

/* FORM FIELDS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.admin_input_text_css {
    width: 152px;
    padding-left: 2px;
}

.admin_input_text_small_css {
    width: 100px;
    padding-left: 2px;
}

.admin_input_text_long_css {
    width: 200px;
    padding-left: 2px;
}

.admin_textarea_css {
    width: 400px;
    height: 80px;
    padding-left: 2px;
    font-family: arial;
}

/* RIGHT BAR XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.right_bar_actions {
    border: 1px solid #8B8B8B;
    background-color: #AED7FF;
    height: 100%;
    padding: 10px;
}

/* DATA TABLES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.admin_data_table_header_row,
.admin_data_table_header_row a {
    background-color: #4F81BD !important; /* This has made as a universal background colour has been defined for striped table */
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.admin_data_table_inside_row,
.admin_data_table_inside_row a {
    background-color: #D0D8E8;
    color: #000000;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

/* TNC REPORTS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.tnc_reports_total_candidates,
.tnc_reports_total_candidates td {
    width: 200px;
    background-color: #9F9F9F;
    color: #FFFFFF;
    line-height: 20px;
    font-weight: bold;
}

.tnc_reports_total_candidates a {
    color: #FFFFFF;
    font-weight: bold;
}

.tnc_reports_total_male_candidates,
.tnc_reports_total_male_candidates td {
    width: 110px;
    background-color: #0080FF;
    color: #FFFFFF;
    line-height: 20px;
    height: 80px;
    font-weight: bold;
}

.tnc_reports_total_male_candidates a {
    color: #FFFFFF;
    font-weight: bold;
}

.tnc_reports_total_female_candidates,
.tnc_reports_total_female_candidates td {
    width: 110px;
    background-color: #FF80FF;
    color: #FFFFFF;
    line-height: 20px;
    height: 80px;
    font-weight: bold;
}

.tnc_reports_total_female_candidates a {
    color: #FFFFFF;
    font-weight: bold;
}

.tnc_reports_total_available_male_candidates,
.tnc_reports_total_available_male_candidates td {
    width: 110px;
    background-color: #339900;
    color: #FFFFFF;
    line-height: 20px;
    height: 80px;
    font-weight: bold;
}

.tnc_reports_total_available_male_candidates a {
    color: #FFFFFF;
    font-weight: bold;
}

.tnc_reports_total_engaged_male_candidates,
.tnc_reports_total_engaged_male_candidates td {
    width: 110px;
    background-color: #FF0000;
    color: #FFFFFF;
    line-height: 20px;
    height: 80px;
    font-weight: bold;
}

.tnc_reports_total_engaged_male_candidates a {
    color: #FFFFFF;
    font-weight: bold;
}

.tnc_reports_total_available_female_candidates,
.tnc_reports_total_available_female_candidates td {
    width: 110px;
    background-color: #339900;
    color: #FFFFFF;
    line-height: 20px;
    height: 80px;
    font-weight: bold;
}

.tnc_reports_total_available_female_candidates a {
    color: #FFFFFF;
    font-weight: bold;
}

.tnc_reports_total_engaged_female_candidates,
.tnc_reports_total_engaged_female_candidates td {
    width: 110px;
    background-color: #FF0000;
    color: #FFFFFF;
    line-height: 20px;
    height: 80px;
    font-weight: bold;
}

.tnc_reports_total_engaged_female_candidates a {
    color: #FFFFFF;
    font-weight: bold;
}

/* ELEVATOR (pl_014_member_my_candidate_page.php) XXXXXXX*/
.elevator_nikah_done {
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    background-color: #E0E0E0;
    padding: 5px;
}

.elevator_engaged {
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    background-color: red;
    color: white;
    padding: 5px;
}

.elevator_both_serious {
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    background-color: #FFFF00;
    padding: 5px;
}

.elevator_she_serious {
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    background-color: #FFFF00;
    padding: 5px;
}

.elevator_he_serious {
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    background-color: #FFFF00;
    padding: 5px;
}

.elevator_currently_meeting {
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    background-color: #339933;
    color: white;
    padding: 5px;
}

.elevator_sent_meeting_request {
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    background-color: #339933;
    color: white;
    padding: 5px;
}

.elevator_available {
    height: 30px;
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #FFFFFF;
    color: white;
    padding: 5px;
}

/* PAGINATION XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
div.pagination {
    font-size: 16px;
    padding: 3px;
    margin: 3px;
}

div.pagination a {
    color: black;
    padding: 4px 8px;
    text-decoration: none;
    border: 1px solid rgb(136, 136, 136);
    margin-left: 5px;
}

div.pagination a:hover,
div.pagination a:active {
    background-color: #dddd;
}

div.pagination span.current {
    padding: 1px 2px 1px 2px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #000099;
    color: #FFF;
}

div.pagination span.disabled {
    padding: 4px 8px;
    margin-left: 5px;
    border: 1px solid #EEE;
    color: #DDD;
}

.pagination_dropdown {
    margin-left: 5px;
    padding: 4px;
    border:1px solid rgb(136, 136, 136);
    font-size:16px;
}

/* SEARCH RESULTS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
#search_container {
    /*border: 1px solid #000;*/
    border: 0px;
    height: 36px;
    overflow: hidden;
}

#mainContent {
    overflow: hidden;
}

#search_results {
    width: 400px;
    padding: 10px;
    margin-right: 10px;
    float: left;
    min-height: 10px;
}

#my_candidates {
    width: 400px;
    padding: 10px;
    float: right;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

#portamento_container {
    float: left;
    position: relative;
}

/* take the positioning of the sidebar, and become the start point for the sidebar positioning */
#portamento_container #my_candidates {
    float: none;
    position: absolute;
}

/* no need to float anymore, become absolutely positoned */
#portamento_container #my_candidates.fixed {
    position: fixed;
}

/* if the panel is sliding, it needs position:fixed */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.admin_top_bar_css_xxxxxxxxxxxxxx {
    padding-left: 40px;
    background-color: #f5186a;
}

.admin_header_lower_bar_css_xxxxxxxxxxx {
    height: 30px;
    background-color: #c10f4f;
    color: #ffffff;
}

.admin_header_lower_bar_css_xxxxxxxxxxx a {
    color: #ffffff;
}

.admin_body_xxxxxxxxx {
    height: auto !important;
    height: 60%;
    min-height: 60%;
}

.admin_header_bottom_bar_1_css_xxxxxxxxxx {
    background-color: #ffffff;
    height: 2px;
}

.admin_header_bottom_bar_2_css_xxxxxxxxxx {
    background-color: #00A600;
    height: 5px;
}

.candidate_footer_bottom_bar_css_xxxxxxxxxxxxxxxx {
    background-color: #c10f4f;
    height: 30px;
    color: #ffffff;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 12px;
}

.admin_footer_bottom_bar_css_xxxxxxxxxxxxxxxxxx a {
    color: #ffffff;
    font-size: 12px;
}  

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}