/* 共通style定義 */
#operation\/get h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/post h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/patch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/delete h2 {
    font-weight: bold;
    color: #cc3333;
}
#operation\/get_id h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API STORES */

#tag\/Stores h1 {

    font-weight: bold;
    color: black;

}

#operation\/storeGetList h2 {

    font-weight: bold;
    color: #2f8132;

}

#operation\/storeGetId h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/storePut h2 {
    font-weight: bold;
    color: #95507c;
}

#operation\/storePost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/storePatch h2 {
    font-weight: bold;
    color: #bf581d;
}

/* LIST API EMPLOYEE ATTENDANCES */
#tag\/Employee-attendances h1 {

    font-weight: bold;
    color: black;

}

#operation\/employeeattendancesGetList h2 {

    font-weight: bold;
    color: #2f8132;

}
#operation\/employeeattendancesPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/employeeattendancesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/employeeattendancesDelete h2 {
    font-weight: bold;
    color: #cc3333;
}
/* LIST API ROLES */

#tag\/Roles h1 {
    font-weight: bold;
    color: black;
}

#operation\/rolesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}


#operation\/roleGetId h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/rolePut h2 {
    font-weight: bold;
    color: #95507c;
}

#operation\/rolePost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/rolePatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/roleDelete h2 {
    font-weight: bold;
    color: #cc3333;
}
/* LIST API DEPARTMENT */

#tag\/Departments h1 {
    font-weight: bold;
    color: black;
}

#operation\/departmentGet h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/departmentPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/departmentPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/departmentGetDetail h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Departments_tagsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Departments_tagsPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Departments_tagsDelete h2 {
    font-weight: bold;
    color: #CC3333;
}

/* LIST API COMPANIES */
#tag\/企業情報 h1 {
    font-weight: bold;
    color: black;
}
#operation\/companiesGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API WORK LOCATIONS */

#tag\/Work-locations h1 {
    font-weight: bold;
    color: black;
}

#operation\/work_locationsGet h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/work_locationsPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/work_locationsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
/* LIST API EMPLOYEE GRADES */

#tag\/Employee-grades h1 {
    font-weight: bold;
    color: black;
}

#operation\/employee-gradesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/employee-gradesPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/employee-gradesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

/* LIST API social-and-labor-insurance-offices */
#operation\/social-and-labor-insurance-officesGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API social-insurance-offices */
#operation\/social-insurance-officesGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API social-insurance-offices detail*/
#operation\/social-insurance-offices-detailGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API EMPLOYMENT classifications */

#tag\/Employment-classifications h1 {
    font-weight: bold;
    color: black;
}

#operation\/employmentGet h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/employmentPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/employmentPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
/* LIST API EMPLOYEES */

#tag\/Employees h1 {
    font-weight: bold;
    color: black;
}

#operation\/employeesGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employeesPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/employeesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
/* LIST API EMPLOYEES AFFILIATIONS*/

#tag\/Employees-affiliations h1 {
    font-weight: bold;
    color: black;
}

#operation\/employeesaffiliationsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employeesaffiliationsPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/employeesaffiliationsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/employeesaffiliationsDelete h2 {
    font-weight: bold;
    color: #CC3333;
}
/* LIST API EMPLOYEES SUB AFFILIATIONS*/

#tag\/Employees-sub-affiliations h1 {
    font-weight: bold;
    color: black;
}

#operation\/employees-sub-affiliations-get h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employees-sub-affiliations-post h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/employees-sub-affiliations-patch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/employees-sub-affiliations-delete h2 {
    font-weight: bold;
    color: #CC3333;
}
#operation\/Employees_tagsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_tagsPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_tagsDelete h2 {
    font-weight: bold;
    color: #CC3333;
}

/* LIST API employees/social-and-labor-insurances*/
#operation\/employeessociallaborinsurancesget h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employeessociallaborinsurancespatch h2 {
    font-weight: bold;
    color: #bf581d;
}
/* LIST API employees/dependents*/
#operation\/Employees_dependentsGetlist h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_dependentsPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_dependentsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/Employee-dependentsDelete h2 {
    font-weight: bold;
    color: #CC3333;
}
/* LIST API employees/salaries*/
#operation\/employee-salariesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employee-salaries-post h2 {
    font-weight: bold;
    color: rgb(24, 111, 175);
}
#operation\/employee-salaries-patch h2 {
    font-weight: bold;
    color: rgb(191, 88, 29);
}
#operation\/employee-salaries-delete h2 {
    font-weight: bold;
    color: #CC3333;
}
/* LIST API employees/bank-accounts*/
#operation\/Employees_bank-accountsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/Employees_bank-accountsPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/Employees_bank-accountsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/Employees_bank-accounts_delete h2 {
    font-weight: bold;
    color: #CC3333;
}
/* LIST API employees/custom-items*/
#tag\/Employees-custom-items h1 {
    font-weight: bold;
    color: black;
}
#operation\/employeescustomitemsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API employees_monthly-work-data*/
#tag\/Employees monthly-work-data h1 {
    font-weight: bold;
    color: black;
}
#operation\/employees-monthly-work-dataGet h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/employees-salary-statements-get h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API employees_year-end-adjustments*/
#tag\/Employees year-end-adjustments h1 {
    font-weight: bold;
    color: black;
}
#operation\/employees-year-end-adjustmentsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API employees_daily-work-data*/
#tag\/Employees daily-work-data h1 {
    font-weight: bold;
    color: black;
}
#operation\/employees-daily-work-dataGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API employees-commuting-information*/
#tag\/Employees commuting-information h1 {
    font-weight: bold;
    color: black;
}
#operation\/employees-commuting-information-get h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employees-commuting-information-post h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/employees-commuting-information-patch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/employees-commuting-information-delete h2 {
    font-weight: bold;
    color: #CC3333;
}

/* LIST MENU*/

#tag\/Overview h1 {
    font-weight: bold;
    color: black;
}
#tag\/クイックスタート h1 {
    font-weight: bold;
    color: black;
}

#operation\/employeessubaffiliationsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employeessubaffiliationsPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/employeessubaffiliationsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/addibleCustomItemsPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/addibleCustomItemsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/addibleCustomItemsDelete h2 {
    font-weight: bold;
    color: #CC3333;
}

#operation\/asyncFilePatch h2 {
    font-weight: bold;
    color: #bf581d;
}

/* LIST API master/employee-posts*/
#tag\/Employee-post h1 {
    font-weight: bold;
    color: black;
}
#operation\/employee-postsGetlist h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/employee-postsPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/employee-postsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
/* LIST API master/optional-classifications*/
#operation\/optional-classificationsGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API master/municipalities*/
#operation\/municipalitiesGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API master/prefectures*/
#operation\/prefecturesGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API master/employee-grades*/
#operation\/Employees_gradesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API master/salary-units*/
#operation\/salary-unitsGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API master/salary-deduction-units*/
#operation\/salary-deduction-unitsGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API master/salary-attendance-units*/
#operation\/salary-attendance-unitsGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API master/roles*/
#operation\/rolesGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API master/absence-classifications*/
#operation\/absence-classificationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API master/master-setting-details */
#tag\/共通マスタ h1 {
    font-weight: bold;
    color: black;
}
#operation\/masterSettingDetailsPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/masterSettingDetailsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

/* LIST API master/birthplaces*/
#tag\/Birthplaces h1 {
    font-weight: bold;
    color: black;
}
#operation\/BirthplacesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API master/transfer-requests*/
#tag\/Transfer-requests h1 {
    font-weight: bold;
    color: black;
}
#operation\/Transfer-requestsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API master/solo-transfer-classifications*/
#tag\/Solo-transfer-classifications h1 {
    font-weight: bold;
    color: black;
}
#operation\/Solo-transfer-classificationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API master/retirement-classifications*/
#tag\/Retirement-classifications h1 {
    font-weight: bold;
    color: black;
}
#operation\/Retirement-classificationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API master/retirement-reasons*/
#tag\/Retirement-reasons h1 {
    font-weight: bold;
    color: black;
}
#operation\/Retirement-reasonsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API master/residential-classifications*/
#tag\/Residential-classifications h1 {
    font-weight: bold;
    color: black;
}
#operation\/Residential-classificationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API master/change-classifications*/
#tag\/Change-classifications h1 {
    font-weight: bold;
    color: black;
}
#operation\/Change-classificationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API master/job-classifications*/
#tag\/Job-classifications h1 {
    font-weight: bold;
    color: black;
}
#operation\/Job-classificationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API master/duty-classifications*/
#tag\/Duty-classifications h1 {
    font-weight: bold;
    color: black;
}
#operation\/Duty-classificationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API bonuses*/
#operation\/Employees_bonusesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_bonusesPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_bonusesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/Employees_bonusesDelete h2 {
    font-weight: bold;
    color: #cc3333;
}
#operation\/Employees_bonusesDelete h2 {
    font-weight: bold;
    color: #CC3333;
}
/* LIST API absences*/
#operation\/Employees_absencesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_absencesPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_absencesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

/* LIST API employees/addresses*/
#operation\/Employees_addressesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_addressesPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_addressesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/Employees_addressesDelete h2 {
    font-weight: bold;
    color: #cc3333;
}

/* LIST API token */
#operation\/v2TokenGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/tokenGet h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API payroll-transfer-settings */
#tag\/employeespayrolltransfersettings h1 {
    font-weight: bold;
    color: black;
}
#operation\/employeespayrolltransfersettingsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
/* LIST API Employees_evaluations */
#operation\/Employees_evaluationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_evaluationsPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/Employees_evaluationsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/Employees_evaluationsDelete h2 {
    font-weight: bold;
    color: #CC3333;
}
/* LIST API employees_educational-backgrounds */
#tag\/Employees_educational-backgroundsGet h1 {
    font-weight: bold;
    color: black;
}
#operation\/Employees_educational-backgroundsGet h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/Employees_educational-backgroundsPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/Employees_educational-backgroundsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/employees-educational-backgrounds-delete h2 {
    font-weight: bold;
    color: #CC3333;
}
/* LIST API Employees_adoptions */
#operation\/Employees_adoptionsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/Employees_adoptionsPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/Employees_adoptionsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/Employees_adoptionsGetListDetail h2 {
    font-weight: bold;
    color: #2f8132;
}

/* Style Employees_bonus-transfer-settings */
#operation\/Employees_bonus-transfer-settingsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/Employees_bonus-transfer-settingsPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/Employees_bonus-transfer-settingsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/Employees_classify-experiencesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_classify-experiencesPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_classify-experiencesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/Employees_classify-experiencesDelete h2 {
    font-weight: bold;
    color: #CC3333;
}

#operation\/Employees_work-experiencesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_work-experiencesPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_work-experiencesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/Employees_work-experiencesDelete h2 {
    font-weight: bold;
    color: #CC3333;
}
#operation\/Employees_induction-coursesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_induction-coursesPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_induction-coursesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/Employees_induction-coursesDelete h2 {
    font-weight: bold;
    color: #CC3333;
}
#operation\/Employees_monthly-remunerationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_taxationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_taxationsPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_taxationsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/Employees_head-householdsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/employees-qualifications-get h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employees-qualifications-post h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/employees-qualifications-patch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/employees-qualifications-delete h2 {
    font-weight: bold;
    color: #CC3333;
}
#operation\/Labor-insurance-officesGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Labor-insurance-officesGet-by-id h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_rewards-and-punishmentsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_social-and-labor-insurance-officesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_social-and-labor-insurance-officesPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_social-and-labor-insurance-officesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/employeeslaborhoursettingsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employeeslaborhoursettingsPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/employeeslaborhoursettingsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}

#operation\/Employees_external-servicesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_external-servicesPost h2 {
    font-weight: bold;
    color: #186faf;
}

#operation\/Employees_external-servicesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/Employees_labor-contractsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_labor-contractsPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/Employees_labor-contractsPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/Employees_labor-contractsDelete h2 {
    font-weight: bold;
    color: rgb(204, 51, 51)
}
#operation\/Employees_labor-contractsGetListDetail h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/Employees_rewards-and-punishmentsPost h2 {
    font-weight: bold;
    color: rgb(24, 111, 175);
}
#operation\/Employees_rewards-and-punishmentsPatch h2 {
    font-weight: bold;
    color: rgb(191, 88, 29);
}
/* LIST API Employees_addresses */
#operation\/Employees_addresses_delete h2 {
    font-weight: bold;
    color: #CC3333;
}
#operation\/Employees_rewards-and-punishmentsDelete h2 {
    font-weight: bold;
    color: #CC3333;
}
/* LIST API employees_residence-addresses */
#tag\/employee-residence-addresses h1 {
    font-weight: bold;
    color: black;
}
#operation\/Employee_residence-addressesPost h2 {
    font-weight: bold;
    color: rgb(24, 111, 175);
}
#operation\/Employee_residence-addressesPatch h2 {
    font-weight: bold;
    color: rgb(191, 88, 29);
}
#operation\/Employee_residence-addressesDelete h2 {
    font-weight: bold;
    color: #CC3333;
}
#operation\/Employees_qualifications_post h2 {
    font-weight: bold;
    color: rgb(24, 111, 175);
}
#operation\/Employees_qualifications_patch h2 {
    font-weight: bold;
    color: rgb(191, 88, 29);
}
#operation\/Employees_payroll_transfer_settings_patch h2 {
    font-weight: bold;
    color: rgb(191, 88, 29);
}
#operation\/Employees_payroll_transfer_settings_post h2 {
    font-weight: bold;
    color: rgb(24, 111, 175);
}
#operation\/Employees-monthly-remunerations-patch h2 {
    font-weight: bold;
    color: rgb(191, 88, 29);
}
#operation\/Employees-monthly-remunerations-post h2 {
    font-weight: bold;
    color: rgb(24, 111, 175);
}
#operation\/generalCustomItemsPost h2 {
    font-weight: bold;
    color: rgb(24, 111, 175);
}
#operation\/generalCustomItemsPatch h2 {
    font-weight: bold;
    color: rgb(191, 88, 29);
}
/* LIST API employees_emergency-contacts */
#tag\/Employees-emergency-contacts h1 {
    font-weight: bold;
    color: black;
}
#operation\/Employees_emergency-contactsPost h2 {
    font-weight: bold;
    color: rgb(24, 111, 175);
}
#operation\/Employees_emergency-contactsPatch h2 {
    font-weight: bold;
    color: rgb(191, 88, 29);
}
#operation\/Employees_emergency-contactsDelete h2 {
    font-weight: bold;
    color: rgb(204, 51, 51);
}
#operation\/Master_Education-management-classification-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Education-department-classification-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Adoption-classifications-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Adoption-regions-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Adoption-routes-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Reward-classifications-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Training-classifications-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Training-completion-classifications-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Training-names-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Training-organizers-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Training-results-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Master_Application-matters-GET h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/industriesGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/education-classificationsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/education-event-classificationsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/custom-menusGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_residence-addressesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_general-custom-itemsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_addible-custom-itemsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_tagsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Departments_tagsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees-emergency-contacts-GetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_absencesDelete h2 {
    font-weight: bold;
    color: #CC3333;
}


#operation\/punishment-classificationsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/qualification-classificationsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/payment-companiesGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/payment-municipalitiesGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/relationshipsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/residence-statusesGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/salary-systemsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/storesGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/storesPost h2 {
    font-weight: bold;
    color: #186faf;
}
#operation\/storesPatch h2 {
    font-weight: bold;
    color: #bf581d;
}
#operation\/master-accounting-departments-get h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/bonus-deduction-unitsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/work-experiencesGetDetail h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/generalCustomItemsDetailsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/addibleCustomItemsDetailsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_qualificationsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_induction-coursesGetListDetail h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_work-schedulesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employees-requested-day-offs-get h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employees-converted-day-offs-get h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/employees-work-logs-get h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_profile-picturesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_benefit-settingsGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/Employees_attendancesGetList h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/salary-tablesGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API WORKFLOW REQUESTS */
#operation\/workflowRequestsGet h2 {
    font-weight: bold;
    color: #2f8132;
}

/* LIST API MASTER REQUEST-CATEGORIES REQUEST-FORMS */
#operation\/masterRequestCategoriesRequestFormsGet h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/v1EmployeesAttendanceSettingsDetailsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/v1WorkflowRequestsCustomRequestsDetailsGet h2 {
    font-weight: bold;
    color: #2f8132;
}
#operation\/ExpenseExportsDetailGET h2 {
    font-weight: bold;
    color: #2f8132;
}

#operation\/apiLogsGet h2 {
    font-weight: bold;
    color: #2f8132;
}

.chOOHy{

    padding: 10px 0px !important;

    }
h1 {

    font-weight: bold !important;

    }
