/* $Id: style.css,v 1.17.2.11 2007/10/14 05:32:31 johnalbin Exp $ */

/*
 * Zen CSS
 *
 * This space intentionally left blank.
 *
 * See zen.css for the main styles for this theme
 *
 * See template.php to see how Zen styles are added to the page.
 */
 /* Added for image captioning in blog posts and such */
 
div.figure {
  float: right;
  width: 30%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

 
 /* Highlight this field to viewer */
div.field-field-userestric {
 	background-color: #DF0024;
/*  border-style: solid;
  border-width: 3px;
  border-color: #FF0000; */

}
/* Highlight this field to viewer */
div.field-field-note {
	background-color: #FF0000;
}

/* background color for block based on DIV id
div.field-field-physloc {
	border-color: #666;
	border-style: solid;
}
*/
/* CSS Document good button content from library.wayne.edu assets min css index.css*/
.button-wsulib1	{
	display: inline-block;
	padding: 5px 5px;
	border: none;
	line-height: 26px;
	text-align: center;	
	text-decoration: none !important;
	background-color: #2e6153;
	color: white !important;
	font-size: 16px;
}
.button-wsulib1:hover	{
	text-decoration:none !important;
	background-color:rgba(9, 133, 100, 0.8);
	cursor:pointer;
}

/* added for new reuther search block -PSN 2020-02-20 */
 .quicksearch-logo {
    height: 28px;
    width: 100%;
    background-image: url(https://library.wayne.edu/reuther-search-img/reuther-quicksearch-dark.svg);
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-position: center 8px;
}


/* search box */


#quickSearchBox .form-wrapper {
    /* width: 100%; */
    /* margin: 0 auto; */
    /* position: relative; */
    border-radius: 0 4px 4px 0;
}

#quickSearchBox .form-wrapper input[class=input-large] {
    width: 487px;
    height: 40px;
    font-size: 16px;
    border: 1px solid #EFEFEF;
    padding: 0 10px;
    margin-top: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px! important;
}

/* button */

#quickSearchBox .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#quickSearchBox .fa-search:before {
    content: "\f002";
}

#quickSearchBox .form-wrapper #submit {
    z-index: 10;
    border: none;
    height: 42px;
    width: 42px;
    padding: 0;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    text-align: center;
    cursor: pointer;
    background: #fc3;
    top: 0;
    float: right;
}

