/* global */
input[type="checkbox"] {margin-left: 0px; padding-left: 0px}

/* START OF ADMINISTRATION PAGES */

/* users_edit.php */
input.users_edit_first_name {width: 140px;}
input.users_edit_last_name {width: 140px;}
input.users_edit_email_address {width: 180px;}
input.users_edit_department {width: 160px;}
input.users_edit_company_position {width: 160px;}
input[type="checkbox"].reset_fails {margin: 0px 6px 0px 6px; padding-left: 0px}

/* users_create.php */
input.users_create_username {width: 140px;}
input.users_create_first_name {width: 140px;}
input.users_create_last_name {width: 140px;}
input.users_create_email_address {width: 180px;}
input.users_create_department {width: 160px;}
input.users_create_company_position {width: 160px;}

/* groups_create.php */
input.groups_create_title {width: 160px;}

/* groups_edit.php */
input.groups_edit_title {width: 160px;}

/* roles_create.php */
input.roles_create_title {width: 160px;}

/* roles_edit.php */
input.roles_edit_title {width: 160px;}


/* START OF RTT PAGES */

/* candidates_create.php */
input.candidates_create_reference {width: 100px;}
input.candidates_create_first_name {width: 180px;}
input.candidates_create_last_name {width: 180px;}
input.candidates_create_ja_first_name {width: 180px;}
input.candidates_create_ja_last_name {width: 180px;}

/* candidates_edit.php */
input.candidates_edit_reference {width: 100px;}
input.candidates_edit_first_name {width: 180px;}
input.candidates_edit_last_name {width: 180px;}
input.candidates_edit_ja_first_name {width: 180px;}
input.candidates_edit_ja_last_name {width: 180px;}

/* contacts_create.php */
input.contacts_create_first_name {width: 180px;}
input.contacts_create_last_name {width: 180px;}
input.contacts_create_ja_first_name {width: 180px;}
input.contacts_create_ja_last_name {width: 180px;}

/* contacts_edit.php */
input.contacts_edit_first_name {width: 180px;}
input.contacts_edit_last_name {width: 180px;}
input.contacts_edit_ja_first_name {width: 180px;}
input.contacts_edit_ja_last_name {width: 180px;}

/* vacancies_create.php */
input.vacancies_create_company {width: 150px;}
input.vacancies_create_reference {width: 100px;}
input.vacancies_create_position {width: 180px;}
textarea#vacancies_create_description {width: 350px; height: 80px;}
textarea#vacancies_create_details {width: 350px; height: 80px;}
input.vacancies_create_url {width: 180px;}
textarea#vacancies_create_p_notes {width: 350px; height: 80px;}
input.vacancies_create_p_max {width: 100px;}
input.vacancies_create_p_min {width: 100px;}
textarea#vacancies_create_vacancy_reason {width: 350px; height: 60px;}
input.vacancies_create_work_location {width: 180px;}

/* vacancies_edit.php */
input.vacancies_edit_company {width: 150px;}
input.vacancies_edit_reference {width: 100px;}
input.vacancies_edit_position {width: 180px;}
textarea#vacancies_edit_description {width: 350px; height: 80px;}
textarea#vacancies_edit_details {width: 350px; height: 80px;}
input.vacancies_edit_url {width: 180px;}
textarea#vacancies_edit_p_notes {width: 350px; height: 80px;}
input.vacancies_edit_p_max {width: 100px;}
input.vacancies_edit_p_min {width: 100px;}
textarea#vacancies_edit_vacancy_reason {width: 350px; height: 60px;}
input.vacancies_edit_work_location {width: 180px;}

/* companies_create.php */
input.companies_create_reference {width: 100px;}
input.companies_create_c_name {width: 180px;}
input.companies_create_alt_name {width: 180px;}
input.companies_create_s_desc {width: 240px;}

/* companies_edit.php */
input.companies_edit_reference {width: 100px;}
input.companies_edit_c_name {width: 180px;}
input.companies_edit_alt_name {width: 180px;}
input.companies_edit_s_desc {width: 240px;}