/* PTP_VISA_PILOT_SAFE_V1
   Remove this stylesheet link later to restore all hidden modules.
*/

/* Hide sidebar navigation */
.nav-item[data-page="packages"],
.nav-item[data-page="package"],
.nav-item[data-page="hotels"],
.nav-item[data-page="hotel"],
.nav-item[data-page="flights"],
.nav-item[data-page="flight"],
.nav-item[data-page="other"],
.nav-item[data-page="otherservices"],
.nav-item[data-page="other-services"],
.nav-item[data-page="other_services"],

button[data-page="packages"],
button[data-page="package"],
button[data-page="hotels"],
button[data-page="hotel"],
button[data-page="flights"],
button[data-page="flight"],
button[data-page="other"],
button[data-page="otherservices"],
button[data-page="other-services"],
button[data-page="other_services"]{
  display:none !important;
}

/* Hide complete module pages */
section.page#page-packages,
section.page#page-package,
section.page#page-hotels,
section.page#page-hotel,
section.page#page-flights,
section.page#page-flight,
section.page#page-other,
section.page#page-otherservices,
section.page#page-other-services,
section.page#page-other_services,

section.page[id*="package"],
section.page[id*="flight"],
section.page[id*="hotel"],
section.page[id*="other-service"],
section.page[id*="otherservice"]{
  display:none !important;
}

/* Hide related service modals */
#ptpPackageModal,
#ptpFlightModal,
#ptpHotelModal,
#ptpHotelsModal,
#ptpOtherModal,
#ptpOtherServiceModal,
#ptpOtherServicesModal{
  display:none !important;
}