/*
  StudentRegistrationSSB CSS Customizations
*/

/* Branding Logo */
.institutionalBranding {
  background-image: url("https://mybanner-oci.muw.edu/SSBIcons/assets/logos/TheW_BannerSelfService_Small.svg");
  background-size: contain;
}

/* Header Color */
#header-main-section {
  background-color: #174074;
  border-bottom: 4px solid #75B2DD;
}

/* Disable Banner Menu */
#bannerMenuDiv, #bannerMenu{
  display: none;
} 

/* Disable Header Logo URL */
div#brandingDiv {`
  pointer-events: none;
}

/*this makes the data wrap*/ 
#searchResultsTable .grid tr td { 
  white-space: pre-wrap !important; 
}

/*this makes the column headers wrap*/ 
table.grid > thead > tr > th .title {
  white-space: pre-wrap !important; 
}

/* auto open multiple meeting time blocks */ 
#classDetailsContentDetailsDiv .meetingTimesContainer .meeting { 
  padding: 10px; overflow: hidden; display: block; 
}

/* Registration Agreement Fix */
label[for="input_alt_pin"] {
    width: 100%;
}