/* Hide anonymous user icon */
.tundra .anonymousAffectedUserButton {
display:none;
}

/* Remove Request FAQ from Net search */ 
[data-component-tag="createEventTag"] {
   display: none;
}

/*Hide the support title*/
div[title="Support"] {
     display:none;
}

/*Hide Bundle Header*/
.axios-service-catalogue .axios-form-container 
.bundle-form .axios-bundle-summary-wrapper {
        display: none;
}

/* ------------------ BEGINNING OF BLOCK TO SET SPACE BETWEEN FIELDS IN ASSYSTNET ----------------------------*/
/* reduce padding above checkboxes*/
.tundra .axios-control-container .startAlign .axios-control-label {
    padding-top: 5px;
}

/*reduce space between web panel fields */
.tundra .flexContainer.axios-form-group .flexItem {
    width: 100%;
    padding: 5px 0px 10px;
}
.tundra .flexContainer .flexItem {
    width: calc(100% - 20px);
    padding: 5px 10px 5px 10px;
}

.tundra .axios-logging-form {
 max-width: 80%;
}
/* ------------------ END OF BLOCK TO SET SPACE BETWEEN FIELDS IN ASSYSTNET ----------------------------*/

com.axiossystems.assyst.flex.view.components.event.EventHeaderGrid {
  showResponseDue: false;
  showResolutionDue: false;
}

/*hide the optional tool tip in assystNET - added at Jasons request by M Fraser 08_11_2021 */
.axios-optional-label {
visibility: hidden;
}

.faq-detail-print-content {
max-width: 110em;
}

/* Hide button "This did not resolve my issue" */
.tundra .axios-hide-to-print [data-auto-test-id="notSolveIssue"]{
      display: none;
}

/* Hide button "This did not resolve my issue" */
.tundra .axios-hide-to-print [data-auto-test-id="solveIssue"]{
      display: none;
}

/* Hide FAQ/Help print button */
.tundra .axios-hide-to-print [data-auto-test-id="printButton"]{
      display: none;
}

/* Logo for asystNet */
.tundra .header .headerImageContainer .headerImage {
	background-image: url("/assystimages/LOGO/Wyndham.jpg");
}

/*headerPane*/
.tundra .header {
    background-color: #243e79;
    height:70px;
}

/*Hide user details in bundle form*/
.axios-service-catalogue .axios-form-container .bundle-title-form-group .bundle-form
.axios-control-container:has(.affectedUserFormField) {
display: none !important;
}

/*Hide the telephone in the bundle*/
axios-service-catalogue .axios-form-container .bundle-title-form-group .bundle-form 
.axios-control-container:has(.affectedUserFormField),
.axios-service-catalogue .axios-form-container .bundle-title-form-group .bundle-form 
.axios-control-container:has([data-auto-test-id="affectedUserTelephone"]) {
  display: none !important;
}
