/**********
Custom Summon CSS
12.12.2025
**********/

/*******
Ask a Librarian Widget
********/

#lcs_slide_out_button-12997 {
   border-color: #fff !important;
   border-style: none !important;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}

#lcs_slide_out_button-12997:active, #lcs_slide_out_button-12997:focus, #lcs_slide_out_button-12997:hover {
   text-decoration: none;
}

#lcs_slide_out_button-12997:hover {
   background-color: #f05181 !important;
   color: #ffffff !important;
}

/* Creates gutter for chat slideout tab on medium to large screen sizes */
/* Adjusts chat slideout tab to avoid covering topic content */
#rightPane {
   padding-right: 25px;
}

/* Adjusts chat slideout tab to avoid covering chapter close */
.relatedItems > .navContainer {
   padding-right: 25px;
}



@media only screen and (min-width: 701px) and (max-width: 1024px) {
   #results > .inner {
       padding-right: 35px !important;
   }
   .lcs_slide_out-r {
	   top: 210px;
   }
}

@media only screen and (max-width: 700px) {
   .lcs_slide_out-r {
       top: 20px;
   }
}


/*******
Home page
********/

/* Reduce margins around logo */
.home .logo  {
   margin: 4em auto;
}

/* Hides save elements */
.home .header-searchbox-container .summonBtn  {
   display: none;
}


/*******
Search buttons
********/

/* Set background colors for search button */
.searchBtn.customHeaderButtonBackground {
   background-color: #FAA31B !important;
}

.searchBtn.customHeaderButtonBackground:hover {
   background-color: #F05181 !important;
}

/* Styles advanced search button */
#advSearchSubmit, #additionalAdvSearchSubmit {
   border-radius: 10px;
   border-style: none;
}


/*******
Saved Items
********/
/* Hides RefWorks login from Saved Items screen */
.savedItemContainer form.flowLogin {
   display: none;
}


/*******
No Results
********/

/* Emphasizes link to try results beyond CityU */
.noResults .noRefinements .customPrimaryLink {
   font-weight: 900;
   font-style: italic;
   text-decoration: underline;
}