@charset "UTF-8";
/* CSS Document */
/* Copied from 5ddlcustom.css on 4/16/2019. Displays renew privilege button. */

@import  'https://dela.ent.sirsi.net/client/css/vse/open.css'; /* SITEADDRESS is the actual URL to Enterprise. This copies in the default styles. */

/* Insert the image for the background in the parentheses */
body{
 background: #ffffff url(backgroundslice.jpg) repeat-x top left;
}

.header_container {
background: #321856 url(headerbanner.jpg) no-repeat top left;
height: 148px;

}

#dlclogo {
padding: 10px 0 10px 0;
}

.dcl_menu {
    font-size: 14px;
    margin-left: 320px;
    margin-top: -10px;
}


/* menu links color property: color */

.menuLink a, .menuLink a:visited, .menuLink a:active, #libInfoContainer .loginLink a, div.menuActive a {
color:#ffffff;     
}
 
.loginLink a {
color:#442b76; 
}

.welcome {
 color: #ffffff;	
}
/* language option color property: color */

.lpdropdown a:visited, .lpdropdown a:hover, .lpdropdown a:active {
color: #ffffff;
}
/* language dropdown list items */

.lpdropdown .dropdownListItem a {
color: #361d58;
}

#lpMainLink{
color: #ffffff;
}

.fb_iframe_widget {
padding-right: 10px;
}

.menuActive a {
color: #ffffff;
}

/* Change colors of the home icon */
.fa-home::before {
color: #e28634; 
}



/* makes dropdown not blue */ 

/*#searchBox .dropDown {
 background-color: #ececec;
 border: 1px solid #003366;
 color: #333333;
} */

#searchBoxAdvancedLink a {
color: #ffffff;
}

/* search box border property: border-color */

#q, #q:focus{
border-color: #321856;
}

/* pull-down border property: border-color */

#searchLimitDropDown .dropDown {

}
/* repositions the search box and contents boxes if you increased the height of the header.  Add amount of pixels added to default listed here. */
#searchBoxWrapper{
top: 150px;
}

#content {
margin-top: 55px;
}

/* Adjust Titles in search result to not be cut off*/
#searchViewDISCOVERY_ALL .no_image_text {
       max-height: 49px;
    top: 36px; /* may need to adjust if title is too low top: 20px*/
   
}

/* buttons */

#searchButton {
 background-color: #e28634;
 color: ; 
}

#searchButton:hover {
 background-color: #e28634;
 color: ;
}

.button {
 background-color: #7e5dab;
 color:#ffffff;
}

.button:hover {
 background-color: #512d82;
 color:#ffffff;
}

.loginButton {
background-color: #623d93;
}

.loginButton:hover {
background-color: #623d93;
}


/* footer background property: background-color */

#footer {
background-color: #462a6c;
color: ;

}
#copyright {
float: none;
clear: both;
}

#dlc_footer_content{
color: #ffffff;
width: 1000px;
margin-right: auto;
margin-left: auto;

}


#dlc_footer_left {
float: left;
width: 300px;
padding-left: 40px;
margin-right: 33px;
}
#dlc_footer_center {
float: left;
width: 250px;
padding-left: 50px;
margin-right: 23px;

}
#dlc_footer_right {
float: left;
width: 245px;
padding-left: 55px;
}

.dlc_image_links li{
display: inline;
padding-right: 5px;
}
.dlc_list_links li {
list-style-type: none;
}

.displayElementText.GEOGRAPHIC_TERM {
display: block;
}
.displayElementText.ADDED_AUTHOR {
display: block;
}
.displayElementText.ADDED_CORPORATE_AUTHOR {
display: block;
}
.displayElementText.GENRE_TERM {
display: block;
}
.displayElementText.PERSONAL_SUBJECT {
display: block;
}

/* Fix issues with display for thumbnail view */
.thumb .results_bio{
margin-top: 57px;
}
.thumb .no_image_text{
margin-top:55px;
}

.thumb .results_chkbox{
margin-top: 57px
}

/* To fix display issue with place hold window at version 4.3 */
.holdsTable {
  float: left;
}

/*to fix ADA menu*/
.ada_div_top {
top: 3px;
background-color: #ffffff;
padding-top: 15px;
height: 15px;
}
.ada_div_top a, .ada_text_light {
color: #000000;
}

/*to fix Place Holds menu Pickup Library size*/ 
.pickupSelect { 
max-width: 280px; 
}

/*Custom Hold Summary Widget Styling*/
/*optional: if you want little sort arrows displaying in the column headers*/
table[id^="itemTable"] th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):after { 
    content: " \25B4\25BE" ;}

/*make sure the tables don't display in thumbnail mode, as it won't fit there very well*/
.thumb table[id^="itemTable"]{
display:none;
}

/******************* Show MARC ***************/

.marc_tag_header, .marc_tag_data{
color:#0A1084;
min-width:35px;
}
.marc_ind_header, .marc_ind_data{
color:#6D2315;
min-width:35px;
}

.marc_subfield_code{
color:#47156D;
padding:3px 3px 3px 0px;
}
td,.marc_table td{
background-color:#fff!important;
text-align:left!important;
}

.marc_subfield_data{
  overflow-wrap: break-word;
  word-break: break-word;
}

.columns_container #taxonomyContainer {display:none !important;}

/*** Custom Online User Registration Form ***/

@media all and (max-width: 480px) {

	#delaCustomOnlineUserRegistration {
		height: 1800px !important;
	}

}
