/* CSS Document for SubjectsPlus, public display (i.e., subjects/ folder ) */

/* reset - blueprint mod */
* {padding: 0; margin: 0;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;font-weight: inherit;font-style: inherit;font-size: 16px;font-family: inherit;vertical-align: baseline;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align:top; }
/* Remove annoying border on linked images. */
a img { border: none; }

/* no's*/
.no-border{border: 0 !important;}
.no-margin{margin: 0 !important;}
.no-bg{background: none !important;}
.no-pad-left{padding-left: 0 !important;}
.no-pad-right{padding-right: 0 !important;}

body {
    margin: 0 auto;
    padding: 0;
    font-family: sans-serif;
    font-size: 0.8125em;
    text-align: left;
    line-height: 1.5em;
    color: #000;
    background-color: #e1e1db !important;
    background-image: url("https://library.hksyu.edu/lib/SubjectsPlus/assets/images/hksyu/greydient.png");
    background-repeat: repeat-x;
    border-top: 3px solid #FFFFFF;   
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}


.visible-desktop {display: none;  /* Hide on responsive mode */ }

.noshow {display: none;}

a {
    color: #40659B;
}

a:link {
    color: #40659B;
    text-decoration: none;
}

a:visited {
    color: #551A8B;
}

a:hover,
a:active,
a:focus {
    color: #cc6666;
}

h1 {
    color: #333333;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 21px;
    font-weight: normal;
    padding: 0.2em 0 0.2em 1em;
    text-shadow: 0 2px 3px #CCCCCC;
    background-image: url("https://www.hksyu.edu.hk/SubjectsPlus/assets/images/hksyu/h1_bg_green.png");
    background-repeat: repeat-x;
    background-color: #d3d78e;
    text-shadow: 0 1px 3px #EFEFEF;
    margin-top: 5px;
    margin-left: 0;
    line-height: 40px;
}

h2 {
    font-family:sans-serif;
    letter-spacing: 1px;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.3em;
    margin: 1em 0;
}

h3 {
    font-family:sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
    color: #6F6F6F;
}

em {font-style: italic;}


img {
    height: auto !important;
    max-width: 100%;
}

.clearboth {
    clear: both;
}


/* Front-end pluslet customization colors for titlebar - PV */

.ts-umgreen {
    background-color: #d1d688 !important;
    color: #333 !important;
}

.ts-umcream {
    background-color: #e8d3a2 !important;
    color: #333 !important;
}



#header-content {
    max-width: 1100px; 
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    margin: 1em auto 0 auto;
    padding: 3px;
    text-align: left;
}

.header-content {
    padding: 15px 15px 5px 15px;
}


#header-content img {
    float: left;
}

#header-content .header-text {
    float: left;
    padding: 2px 4px;
    background-color: #fff;
    color: #333;
    line-height: 16px;
    font-size: 12px;
    margin: 3px 0 0 7px;
    text-align: left;
}

#header-content a {
    color: #333;
    text-decoration: none;
}

#header-content a:hover {
    color: #F37421;
}

/* hksyu */
#header-content .pure-g .pure-u-1 h1 img {
left:0;
right:0;
margin:auto;
max-height:32px;
max-width:32px;
vertical-align: text-bottom;
   }

/* hksyu */

/* hksyu */
.no_results {
  color:red;
}


.icon-info:before {
  content: "i";
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "Pictos";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  display: inline-block;
}

.icon-info {
  font-size: 20px;
  line-height: 0.7;
  color: #aaa;
  cursor:pointer;
}

.api-title:hover .icon-info,
.icon-info:hover {
  color: #00f;
}

.api-title-information {
   float: left; 
}

.mark {
    box-shadow: inset 0 -.3em 0 0 #ffe564;
}

.mark {
    background-color: transparent;
    color: inherit;
}

/* hksyu */

/* -- Header Search-- */

#search_container {
    text-align: right;
    position: relative;
}

#searchzone {
    background-color: #d1d688;
    border: 1px solid #a2ad00;
    border-radius: 5px;
    height: 16px;
    padding: 2px 2px 3px;
}

#searchy {
    background-color: #d1d688;
    border: 0 none;
    float: left;
}

#topsearch_button2 {
    background: url("https://library.hksyu.edu/lib/SubjectsPlus/assets/images/hksyu/search_button_bg2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    color: #fe6518;
    cursor: pointer;
    display: block;    
    height: 16px;
    font-size: 0;
    margin: auto 0;
    position: absolute;
    right: 2px;
    top: 3px;
    width: 19px;
}

#search_options {
    background-color: #d1d688;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;   
    border-left: 1px solid #a2ad00;
    border-right: 1px solid #a2ad00;
    border-bottom: 1px solid #a2ad00;    
    display: none;
    font-size: 12px !important;
    margin: 0;
    padding: 2px 0 0;    
    text-align: left;
    position: absolute;
    left: 0.25em;
    top: 24px;
    width: 150px;
    z-index: 2000;
}
#search_options ul {
    margin: 0;
    padding: 0;
}
#search_options li {
    border-bottom: 1px solid #a2ad00;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 0 !important;
    min-width: 135px;
    padding: 0.2em 0 !important;
    text-align: left;
    vertical-align: middle;
}

#search_options li.list-last {
    border: none;
}

#search_options li:hover, #search_options li.active {
    background-color: #a2ad00;
    color: #fff;
}
#search_options li input {
    margin: 0 1em;
}

/* -- Menu Button Responsive-- */

.button-menu {      /* Visible on responsive mode only */
    color: #fff !important;
    background-color: #333;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* menu button; toggles in the spum_nav area */

#menu_button {
    display: block;
    float: right; 
    text-align: right;   
}

#menu_button a {
        color: #fff;
        text-transform: uppercase;
    }


/* -- MAIN NAV-- */
/* black nav bar, spum_nav */

#spum_nav {
    background-color: #333;
    border: none;
    color: #fff;
    margin-top: 1em;
    padding-top: 0.5em;
    display: none;
}
#spum_nav ul {
    margin-left: 0;
    margin-top: 2px;
    text-align: left;
    min-height: 28px;
}

#spum_nav ul li {
 border-bottom: 1px solid #ddd;
 padding: 0.3em 0;
}

#spum_nav a {
    background-color: transparent;
    color: #fff;
    font-family: Arial,Helvetica,Verdana;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 10px;
    text-decoration: none;
}
#spum_nav a:hover {
    color: #f37421;
}

.nav_highlight { /* Fake orange button on nav - hidden on small */
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    padding: 10px 10px 11px 10px !important;
}


/* No mega menus for little screens, ever */
ul#nav_menu.nav li div {
    display: none;
}

ul#nav_menu.nav li div.mega_child {
    display: none;
}


/* -- MAIN CONTENT AREA-- */
/* page wrapper */

.wrapper-full { 
    max-width: 1110px;
    margin: 0 auto;      
    padding: 0;    
    
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -300px;
}

#push, .footer-container {
        height: 300px;
    }


#body_inner_wrap {    
    font-size: 1.1em;
    line-height: 1.8em;  
}

.panel-container {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 3px -3px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    min-height: 650px;
}

.panel-adj {padding: 30px 0;}


#guide_nav_tools {
    display: none;
}



/* Print Dialog */

div.printer_tabs { /* Print button on guide with tabs */
    margin: 0;  
    background-color: transparent;
    position: absolute;
    top:-10px !important;
    right: 4px;
}

div.printer_no_tabs { /* Print button on guide with NO tabs */
    margin: 0;  
    background-color: #FFF; 
    padding-right: 8px;
    text-align: right;

}

.print-img-tabs, .print-img-tabs:hover { 
    background-image: url("../../images/printer-um.png");
    background-repeat: no-repeat;
    background-position: 50% 65%;
    cursor: pointer;    
    padding: 2px 6px;
    background-color: #FFF !important; 
    border-radius: 50%;
    border: 2px solid #a2ad00;
}

.print-img-no-tabs, .print-img-no-tabs:hover { 
    background-image: url("../../images/printer-um.png");
    background-repeat: no-repeat;
    background-position: 50% 65%;
    cursor: pointer;    
    padding: 2px 6px;
    background-color: transparent !important; 
    border-radius: 50%;
    border: 2px solid #a2ad00;
}

.printDialog {
    margin: 10px;
    padding: 10px;
    font-size: 14px;
}

.printDialog ul {margin: 0; padding: 0; list-style-type: none;}

.printDialog ul li {margin-bottom: 15px; font-size: 14px; }

.printDialog ul li a.pure-button-topsearch,
.printDialog ul li a.pure-button-topsearch:link,
.printDialog ul li a.pure-button-topsearch:hover {
    color: #fff;
    width: 150px; 
    padding-top: 10px;
}






/* Guide tabs */

#tabs {    
    background-color: transparent;
}

#main-content {
    position: relative;
    width: 100%;
    min-height: 650px;
    text-align: left; 
}

#tab-container {
    background-color: transparent;    
    padding:0;
    margin:0;    
}

#tab-body {
    padding: 20px 3px 1em 3px;
    background-color: #fff;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    min-height: 650px;
    margin-top: -3px;
}

/* if no tabs are being rendered, let's adjust our margins (example: one page guide - no tabs!!) */
#tab-body.no-tabs { 
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    box-shadow: none;
    min-height: 650px;
    margin-top: 0;
}





#tabs ul {
     margin: 14px 30px 0 10px;
    
}

#tabs ul li {
    display: inline-block; margin: 0 0 4px 0;
}
#tabs li a {
    background-color: #e8d3a2;
    border-color: #ffffff;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 2px 2px medium;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    color: #333;
    font-size: 17px;
    margin: 0em 0.5em 0 0;
    padding: 0.3em  0.6em;
    text-decoration: none;
}
#tabs li a:hover {
    background-color: #f37421;
    color: #fff;
}
#tabs li.ui-state-active > a {
    background-color: #fff;
    color: #333;
}
#tabs .pluslet li, #tabs .pluslet_simple li {
    display: list-item;
    line-height: 1.4em;
    margin-bottom: 10px;
}

#tabs .pluslet li a, #tabs .pluslet_simple li a {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    color: #40659b;
    font-size: 1em;
    margin: 0;
    padding: 0;
}

#tabs .pluslet li a:hover, #tabs .pluslet_simple li a:hover {
    color: #cc6666;
    text-decoration: underline;
}
#tabs .pluslet ul, #tabs .pluslet_simple ul {
    margin-bottom: 0.5em;
}


/* these .ui class overrides tweak border and spacing of tab containers */
.ui-widget-content {
    border: none !important;
}

.ui-tabs .ui-tabs-panel {
    padding: 1em 0em !important;
}

.ui-state-active {
    //background-color: #79A4D4 !important;
}
.hometab {
    padding: 0.3em 0.6em !important;
}

/* Styling the markup generated by the autocomplete jQuery UI widget */


ul.ui-autocomplete{
  width:220px;
  background-color:#fff;
  border:1px solid #fff;
  outline:1px solid #ccc;
  font-size: 0.9em;

}

ul.ui-autocomplete li{
  list-style:none;
  border-bottom:1px solid #e0e0e0;
  border-top:1px solid #fff;
  text-align: left !important;
}

ul.ui-autocomplete li:first-child{
  border-top:none;
}


ul.ui-autocomplete li:last-child{
  border-bottom:none;
}

ul.ui-autocomplete li a{
  color:#333;
  border:none !important;
  text-decoration:none !important;
  padding:5px 10px;
  display:block;
  cursor: pointer;
}

#ui-active-menuitem{
  background-color:#F37421;
  color:#fff;
  cursor:pointer;
}

.ui-helper-hidden-accessible {
    display: none;

}

/* Autocomplete Styles */

/* From the themeroller */
.ui-autocomplete { position: absolute; cursor: default; }

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
  list-style:none;
  padding: 5px;
  margin: 0;
  display:block;
  float: left;

  border: 1px solid #ccc;

}


/* PLUSLETS */

.pluslet {
    border: 1px solid #ccc;
    box-shadow: 5px 5px 7px #e0e0e0;
    background: #fff;
    cursor: auto;
    z-index: 50;
    padding: 0px;
    font-size: 10pt;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0 .7em 1em .7em;
}

.pluslet_simple {    
    cursor: auto;
    z-index: 1;
    overflow: visible;   
    padding: .5em 1em;
    margin: 0 20px 1em 20px;
} 
/* hksyu 
.pluslet_simple {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 5px 5px 7px #e0e0e0;
    cursor: auto;
    font-size: 10pt;
    margin: 0 0.7em 1em;
    padding: 0;
    z-index: 50;
}
/* hksyu */

.pluslet_simple ul, ol {
    margin: 1em;
}


.titlebar {
    color: #333;
    position: relative;
    min-height: 2em;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #B3B9BF;
    background-color: #e8d3a2;
}

.titlebar_text {
    font: 1em Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0px;
    padding: 12px 10px 8px 10px;
    border:  none;
    color: #fff;
    /*color: #000;*/
    background-color: #E8D3A2;
        color: #000000;
    
    font-size: 17px;
    font-weight: normal;
    line-height: 16px;
    padding-bottom: 12px;
    text-shadow: 0 1px 2px rgba(100, 100, 100, 0.35);
    word-wrap: break-word;
}

/* Next lines override the regular pluslet to create a heading */
.plusheading, .type-heading { padding: 0; text-transform:none; border: none;font-weight: bold;}
div.plusheading .pluslet_body, div.type-heading .pluslet_body {position: relative;padding:0; border: none;}
div.type-heading .titlebar { background-color: transparent;border: none;}

.pluslet_body {
    background-color: #fff;
    padding: .5em;
    margin: .5em;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden !important;
    line-height:1.4em;
}

.pluslet_simple .pluslet_body {font-size: 10pt; margin: 0 0 0 -15px; padding: 0;}

.pluslet_body p {line-height:1.4em; margin-bottom: 15px;}

.pluslet_body a,
.pluslet_body a:link {text-decoration: underline; color: #40659b;}

.pluslet_body a:visited {text-decoration: underline; color: #551A8B;}

.pluslet_body a:hover,
.pluslet_body a:active,
.pluslet_body a:focus {text-decoration: underline; color: #cc6666;}

.pluslet_body .description {
   padding: 10px 0;
}


div.pluslet form {
    padding-top: -10px;
    margin: 0;
}

.staff_photo2 {
    background: none repeat scroll 0 0 #efefef;
    border: 1px solid #333;
    float: left;
    margin: 0 1em 1em 0;
    padding: 3px;
    position: relative;
}

/* TalkBack */

.talkback_form {
    padding: 10px 10px;    
}

.form-item {width: auto;}

.talkback_form_music {
    background-color: #c9d6e0;
    border: 1px solid #7c98ae;
}
.tellus_item {
    background-color: #fff;
    border-bottom: 1px dashed #c8c7bc;
    clear: both;
    display: block;
    float: left;
    margin: 1em 0;
    min-width: 95%;
    padding: 0.5em;
}
.comment_num {
    background-image: url("https://library.hksyu.edu/lib/SubjectsPlus/assets/images/hksyu/comment_box.png");
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14pt;
    height: 34px;
    margin-right: 1em;
    position: relative;
    text-align: center;
    width: 39px;
}
.tellus_comment {
    background-color: #fff;
    margin: 0;
    padding: 0.5em;
}

.talkback-message {
    border: 1px solid #999;    
    padding: 0px 10px 20px 10px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 10px 30px 10px;    
}
.talkback-message-body {font-size: 14px;}

.talkback-success {background-color: #efefef; color:#47651b;}
.talkback-error { background-color: rgba(255,0,0, 0.2); color:#ff0000; }

.talkback-success h2 {letter-spacing: 0; border-bottom: 1px solid #999; color:#47651b;}

.talkback-error h2 {letter-spacing: 0; border-bottom: 1px solid #999; color:#ff0000;}

.response-link {display:inline-block; margin: 15px 0px; font-size: 1.1em;} 


/* FOOTER */


.footer-container {
    margin-top: 2em;
    background-color: #FFF;
    border-top: 1px solid #CCCCCC;
}

#wide_footer {
    max-width: 1100px; 
    margin: 0 auto; 
    background: url("https://library.hksyu.edu/lib/SubjectsPlus/assets/images/hksyu/footer_bg.jpg") no-repeat scroll top left #FFFFFF;
    color: #333;
    font-size: 1em;
    line-height: 1.5em; 
    padding-top: 26px;
/* hksyu */
    min-height: 74px;
}

.footer-adj {
    padding: 0 0 10px 10px;
}


#footer {
    position: relative;
    clear: both;
    margin: 0;
    padding: 10px 0 0px 0;
    width: 70%;
    font-size: .8em;
    color: #333;
    border-top: 1px dotted #efefef;
}

#footer p {
    margin: 0;
    line-height: 1.4em;
}

#footer a {
    color: #888;
}

#footer a:hover {
    color: #ccc;
}

#social_icons_small {text-align: left;}

#social_icons_small img {
    margin-right: 0.5em;
    margin-left: 0;
}



/* jquery ui wipeouts 
Preferred is to turn off jquery ui in array at top of subjects/guide.php
note that you need to tweak #tab-container to top: -3.3em if you keep jquery ui turned on
*/

.ui-widget {

       font-family: sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: transparent !important;
    border: 0 !important;
    color: #333;
    font-weight: normal;
}

.ui-widget-header {
    background: transparent !important;
    border: none !important;
    color: #222222;
    font-weight: bold;
}

/* some small tweaks to line up with UM site */

#letterhead a, #letterhead li, #selected_letter {
font-size: 1em;
line-height: 24px;
    }


#letterhead .inactive {
    display: none;
}

#letterhead {
    font-size: 14px;
    font-weight: normal;
    list-style-type: none;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
#selected_letter {
    background-color: #f37421;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0;
    padding: 0 0.6em;
}
#letterhead ul {margin:0; text-align: center;}

#letterhead a, #letterhead li {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    margin: 0.5em 0.5em 0.5em 0;
    padding: 0 0.6em;
    text-decoration: none;
}
#letterhead a:hover {
    background-color: #f37421;
    color: #fff;
}
#letterhead input {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    font-size: 1em;
    margin: 0.5em 0.5em 0 0;
    padding: 0.2em 0.6em;
}
#letterhead select {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333 !important;
    font-size: 1em;
    margin: 0.5em 0.5em 0 0;
    padding: 0.1em 0;
}
#letterhead option {
}
#letterhead_small {
    font-size: 12px;
    font-weight: normal;
    margin-top:0.5em;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
}
#letterhead_small a {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    display: inline-block;
    list-style-type: none;
    margin: 0.2em 0.5em 0.2em 0;
    min-width: 1em;
    padding: 0 0.6em;
    text-decoration: none;
}
#letterhead_small a:hover, #letterhead_small a.ctag-on {
    background-color: #f37421;
    color: #fff;
}
#letterhead_small input {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1.2em;
    margin: 0.4em 0.5em 0 0;
    padding: 0.2em 0.6em;
}
#letterhead_small select {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1em;
    margin: 0.5em 0.5em 0 0;
    padding: 0.1em 0;
}

.tip {
    background-color: transparent;
    background-image: url("https://library.hksyu.edu/lib/SubjectsPlus/assets/images/hksyu/onepixel_green.png");
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;    
    margin: 0 10px 15px 10px;
    padding: 1em;
    position: relative;    
}

.tip ul {
    margin-left: 12px;
}

div.tip h2 {
    border-bottom: 1px dashed #a2ad00;
    font-size: 1em;
    font-weight: bold;
    margin: -12px -12px 12px;
    padding: 0.2em 1em;
}
div.tip a {
    color: #333;
    text-decoration: underline;
}
div.tip a:hover {
    text-decoration: none;
}
.tipend {
    background-image: none;
    display: none;
}

.zebra {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 20px;
    margin: 0 20px 0 20px;
}
.evenrow, .even {
    background-color: #d8e1d2;
/* paul    background-color: #efefef; */
}
.oddrow, .odd {
    background-color: #fff;
}

/* hksyu  */
.item_listing tbody tr:nth-child(odd) {
  background-color: #d8e1d2;
}

.item_listing tbody tr:nth-child(even) {
  background-color: #fff;
}
/* hksyu */

/* hksyu
.highlight {
    font-weight: bold;
}
*/
.highlight {
    background-color: yellow;
    color: black;
}
/* hksyu */

.list_bonus {
    display: none;
    z-index: 200000;
    float: left;
    padding: 10px 20px 10px 0;
    clear: both;
}
table {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1em;
    padding: 0em;
/*hksyu */
 box-shadow: 5px 5px 7px #e0e0e0;
}
table.item_listing td, div.item_listing p {
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding:5px;
}

.staff-heading {background-color: #CCC;}  


table.istem_listing h2 {
    background-color: #fff;
    border: medium none;
}

table.item_listing {width: 100%;}

/* hksyu
table.item_listing a {
    text-decoration: none;
        color: #000;
        border-bottom: 1px solid #B08F37;
}

table.item_listing a:hover {
    text-decoration: none;
        color: #800000;
        border-bottom: 1px solid #B08F37;
}

 hksyu */

.faq_filter {
    font-size: 0.8em;
    text-align: center;
}

.breather {
        padding: 0 20px;
    }

.breather-single {
        padding: 0 20px;
    }

.staff_photo {
    background:#efefef;
    border: 1px solid #333;   
    padding: 3px;
    margin-right: 15px;
    width: 70px !important;
}
.staff_photo_large {
    background:#efefef;
    border: 1px solid #333;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 3px;
    width: 225px;
    height: 225px;
    position: relative;
}

.footable td, .footable th {padding-left: 10px;}

.footable th {padding-top:5px; padding-bottom:5px;}

.footable .zebra td{padding-top:10px; padding-bottom: 10px;}

.footable .footable-row-detail-cell {padding-left:15px !important; padding-bottom: 5px;}

.clear-filter {    
    cursor: pointer;
    color: #666; 
    margin-left: 15px;
}

.clear-filter-icon {
    display: inline-block;
    background: none repeat scroll 0 0 #CCC;
    border: none;
    border-radius: 50%;  
    padding:4px 8px;
    color: #333;
}

#filter {        
    width:45%;
}

.footable .dept_label {text-align:center; padding-left:0;}
.foo2 .dept_label span.footable-toggle {display: none !important;}

.dept_header {letter-spacing: 0;font-family: Helvetica,Arial,sans-serif; font-size:1.2em;}

.foo2 td, .foo3 td {padding-top:10px; padding-bottom: 10px;}
.foo2 th {padding:0; margin:0;}

.foo3 .footable-row-detail td {padding-bottom: 10px;}

.foo3 .staff_photo {display:inline-block;}

.staff-tel-row {min-width: 120px;}

.staff-name-row {font-weight: bold;  min-width: 150px;}

.staffpic {min-width:115px;}

/* hksyu add size*/
*[id^='bib-'] img, .db_icons img {cursor: pointer;
/*height: 20px;
width: 20px;*/
}

.pure-button-topsearch {
    background-color: #666;
    color: #fff;
}

.subject {
    font-size: 12px;
    text-align: right;
   padding-right: 20px !important;
   color: #999;
}

.pure-form input:not([type]), .pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form label {
    display: inline-block;
}

#quick_search {
    width: 160px;
}

/* Videos page */


div.vid_container {
  background-color: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  color: #fff;
  float: left;
  margin: 0 0 25px 0;
  padding-bottom: 10px;
}


div.vid_container img {
  float: left;  
  background-color: #4F4E4E;
  width: 150px;
  cursor: pointer;
  list-style: none outside none;
  padding: 7px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 10px 20px 10px 10px;
  min-height: 90px;
}



div.vid_container h3 {
  font-size: 1.3em;
  color: #F37421;
  margin-top: 10px;
  cursor: pointer;
}

div.vid_container p {
  font-size: 1em;
  color: #fff;
  margin-top: 0;
}

div.vid_container a {
  color: #F37421;
  cursor: pointer;
}

div.vid_container p.runtime {margin-top: -5px; font-size: smaller; margin-bottom: 15px;}

.video_thumb {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  background-color: #333;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}

div.video_thumb img {
  float: left;
}

.video_list {
  clear: both; float: left; width: 500px;
}

.search404 {
    background-color: #f2f2f2;
    border: 1px solid #999;
    border-radius: 4px;
    box-shadow: none;
    cursor: default;
    font-size: 12px;
    height: 22px;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
}


/* TOC Pluslet - Front-end */
h4.table-of-contents-header {margin: 10px 0 8px 0; font-weight: bold; font-size: 1.05em; line-height: 1.2em;} 

h4.table-of-contents-header a:link {text-decoration: none;}
h4.table-of-contents-header a:hover {text-decoration: underline;}

.table-of-contents { font-size: 1em; display: list-item; list-style-position: inside; padding: 0 0 5px 8px; text-decoration: none !important;}
.table-of-contents:hover { text-decoration:underline !important;}



/* Catalog Pluslet Display - Front-end */

.catalog-search {width:100%; margin: 0;}

.catalog-search .adv-prompt a{font-size: 0.8em;}


/* Social Media Pluslet - Front-end*/
#social_media_accounts ul {list-style-type: none; margin: 0; padding: 0;}

#social_media_accounts ul li { display: inline !important; }

#social_media_accounts ul li a { text-decoration: none; padding: .2em 0.3em .2em 0 !important; font-size: 26px !important;}



/* Hide Expand/Collapse Pluslets - Front-end*/
#expand_tab {display: none !important;}



/* Subject Specialist Pluslet - NEW - Front-end*/
.subjectSpecialistPlusletOld {margin: 0 0 12px 0; display: block; padding-bottom: 10px;}
.subjectSpecialistPluslet {margin: 0 0 12px 0; display: inline-block; border-bottom: 1px dashed #CCC; padding-bottom: 10px;}


.staff-image {width: 90px; float:left; display: inline-block; margin-right: 20px; }

.staff-photo {width: 70px; height: 70px; border: 1px solid #d5d5d5; padding: 3px; background-color: #f2f2f2;}

.staff-content {
  float:left; 
  display: inline-block;
  width: calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
}

.staff-details {list-style-type: none; margin: 0 !important; padding: 0; }
.staff-details li {margin: 0 !important; display: block !important; white-space: pre-wrap;   white-space: -moz-pre-wrap;   
   white-space: -o-pre-wrap;  word-wrap: break-word; }

.staff-social {padding: .2em 0.2em .2em 0; font-size: 20px; display: inline-block;}

.subject-specialists {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #CCC;
}

.subject-specialist-content div:last-of-type {border: none;}

.subject-specialist-description {border-top: 1px dashed #CCC; padding-top: 10px;}

.specialist-photo {
    display: inline-block;
    padding: 0 15px 0 0;
}

.specialist-info {
    display: inline-block;   
    vertical-align: top;
    
}

.specialist-info h4 {margin: 0; font-weight: bold;}

.subject-specialist-content .specialist-info .staff-details li {white-space: inherit !important; word-wrap: break-word;}

.show-photo-full {
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}


/* WorldCat Pluslet - Front-end*/
#div-search { width: 100%;}

#wcfw p {margin:0 0 0.5em 0;}

#wcfw #box {margin: 0 10px 0 0;}

#wcfw input {margin-bottom: 4px;}

/* tab style */
.pluslet_body ul.shadetabs {padding: 3px 0; font-size: 1em !important; font-weight: normal !important; list-style-type: none; text-align: left; margin: 10px 0 0 0 !important;}
.pluslet_body ul.shadetabs li {display: inline-block !important; margin: 0 0 12px 0 !important; font-size: 0.9em;}
.pluslet_body ul.shadetabs li a{text-decoration: none !important; position: relative !important; z-index: 1; padding: 3px 7px !important; margin-right: 3px !important; border: 1px solid #CCC !important; color: #333 !important; cursor:pointer !important; border-radius: 2px !important;}
.pluslet_body ul.shadetabs li a:visited{color: #333 !important;}
.pluslet_body ul.shadetabs li a:hover{text-decoration: underline !important; color: #000 !important;}
.pluslet_body ul.shadetabs li a.selected{position: relative !important; top: 1px !important; color: #333 !important; background: #d5d5d5 !important; cursor:text !important;}
.pluslet_body ul.shadetabs li a.selected:hover{text-decoration: none !important;}


#journalsearch {margin-top: 0;}

.wcat-label {font-weight: normal; font-size: 0.9em; margin: 0 !important;}

#bottomdiv {
  padding: 0.2em 0 0.2em 10px; 
  background: url(https://www.worldcat.org/searchbox/images/wclocal_srchwc.gif?ai=SubjectsPlus) 98% bottom no-repeat;}

#bottomdiv a {font-size: 0.8em;}

/* Pure Form overrides - PV */
.pluslet_body .pure-form input,
.pluslet_body .pure-form select,
.pluslet_body .pure-form textarea {
  border-radius: 2px !important;
  border: 1px solid #bcbbbb !important;
  box-shadow: none !important;
  padding: 4px !important;
  margin-bottom: 6px;
  width: 50%;
  white-space: nowrap;
}

.pluslet_body .pure-form select {  
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: 0.3em 1.75em 0.3em 0.5em !important;
  -webkit-border-radius: 2px; 
}

.pluslet_body .pure-form select option {white-space: nowrap; width: auto;}

.pluslet_body .pure-button-pluslet, 
.pluslet_body a.pure-button-pluslet {
  background-color: rgba(209,214,136, 0.8);
  box-shadow: none;
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) !important;   
}

.pluslet_body .pure-form input.pure-button-pluslet {padding: 4px 10px !important; width: auto;}

.pluslet_body .pure-button-pluslet:hover, 
.pluslet_body a.pure-button-pluslet:hover {
  background-color: rgba(209,214,136, 1);
}

.pluslet_body .pure-form legend {
    border-bottom: none;
    color: #333;
    font-style: italic;
    width: 94%;
    margin:0;
    padding: 0;
}


/* Google Search Pluslet - Front-end */

.google-attribution {
  padding: 0.5em 0 0.2em 10px; 
  background: url("../../images/icons/powered_by_google_on_white.png") 98% bottom no-repeat;
  display: block;
  height: 15px;  
  max-width: 110px;
  background-size:contain;
}


/* Guide Select Pluslet  - Front-end */
h4.guide-select-heading {margin: 6px 0; font-weight: bold;}
.pluslet_container .pure-form select {width:200px !important;}



/* HTML5 Video Pluslet - Front-end */
.video-container {margin-bottom: 10px;}




/* For Imported Guides */

.book {
    display: inline-block;
    line-height:1.3em;
    font-size:1em;
    margin-bottom: 1em;
}

.book-cover-art {
    float:left;
    width: 30%;
    margin-right: 3%;
    clear:both;
}

.book-title {

}
.book-author {
    font-style:italic;
    

}
.book-call-number {

    
}
.book-description {

}

.link-description {
    
    line-height:1.5em;
    margin-top:1em;
}

.links {
    margin-bottom:20px;
}


img.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto }




/* Revised Index - Front-end */
#filter-guides {width: 100%;}

.guide-types {text-align: left !important; margin: 15px 0 0 0 !important;}

.guide-types li {font-size: 0.9em !important;}

.checked-type {background-color: #f37421 !important; color: #FFF !important;}
.unchecked-type {background-color: #EEE !important; color: #333 !important;}




.index-search-area {margin-right: 0;}
.index-search-area .autoC {margin-bottom:25px;}
.index-search-area .ui-autocomplete-input {
    /*background: #f2f2f2 none repeat scroll 0 0;
    border-color: #DADFE1 #F2F1EF #F2F1EF #DADFE1 !important;
    box-shadow:none !important;*/
    border-radius:4px 4px 4px 4px !important;
    border-style: solid;
    border-width: 1px;
    margin: 0 10px 0 0;
    height: 35px;
    padding: 0.5em !important;
    font-size: 1.1em;
    color: #666;
    width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);    
    text-transform: none;    
}

.index-search-area .ui-autocomplete-input:focus {border-color: #999 !important;}

.index-search-area .pure-button-topsearch {
    background-color: #666;
    color: #fff;
    margin: 2px 0 0 0;
    height: 35px;
    border-radius:4px 4px 4px 4px !important;
    text-transform: none;
    font-size: 1.2em;
    border-top: none;
    letter-spacing: 1px;
}

.ui-autocomplete.index-search-dd {}
.ui-autocomplete.index-search-dd .ui-autocomplete-category {display:none;}
.ui-autocomplete.index-search-dd li {border-bottom: 1px dashed #e0e0e0; border-top: none; font-size:1.3em; }
.ui-autocomplete.index-search-dd li a {color: #666; padding: 10px;}
.ui-autocomplete.index-search-dd li a:hover {color: #f37421;}


.pills-label {display:inline-block; color: #666; font-size:1.05em; margin-right:5px; font-weight: bold;}
.pills-container {display:inline-block; margin-bottom: 25px;}
.pills-container ul {list-style-type: none;}
.pills-container ul li {display:inline-block; font-size:1.1em; margin-right:8px;}
.pills-container ul li a {display:inline-block; font-size:0.95em; color: #666; padding: 0;}
.pills-container ul li a:hover {color: #f37421;}



/* hksyu add shadow*/
.guide_list {background-color: #F2f2f2; padding:20px 10px;margin-bottom: 25px; border-radius: 2px; box-shadow: 5px 5px 7px #e0e0e0; }

.guide_list_header {margin-bottom:0;}
.guide_list_header h3 {letter-spacing: 0; color:#666; font-size: 1.3em; border-bottom: 1px dotted #BDC3C7; padding-bottom:2px; }

.index-search-area ul.guide-listing {list-style: inside none none !important; margin: 15px 0 0 10px !important; padding: 0;}

/* hksyu */
.guide_list_header a {text-decoration: none;}
/* hksyu */

.index-search-area ul.guide-listing li {font-size:1.08em; padding-bottom:5px;}
.index-search-area ul.guide-listing li .fa {color: #ABB7B7; font-size:1.1em; cursor: pointer; margin-right:4px;}

.guide_list_bonus {padding:5px 10px; font-size:0.9em; line-height: 1.2em; display:none; color: #333;}

.collection-description {margin: 5px 0 10px; font-size: 1.05em; display: none;}
.collection_list {list-style-type: square;}
.index-search-area ul.guide-listing li .collection_list li {font-size: 1.05em;}
.guide-list-expand {color: #f37421; text-align: right; text-decoration: underline; }

/*Expert area, card style */
.find-expert-area {padding:0 10px 20px 10px; margin-top: 2em;}

.find-expert-area h3 {
    color: #f37421; 
    font-size: 1.3em;
    letter-spacing: 0;
    padding-bottom: 5px;
}

.expert-list {list-style-type: none; margin:0 0 15px 0; padding:0; text-align: center;}
.expert-list li {
    display:inline-block; 
    margin: 0 0 10px 0;
    padding:0; 
    position: relative; 
    background-color: #fff; 
    transition: box-shadow .25s;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 175px;
}

.expert-img {display: block;}
.expert-img img.staff_photo_full {padding:0; background-color: transparent; width: 175px; height: 175px; border: none;}
.expert-list .expert-label {color: #FFF; display: block; text-align: center; position: absolute; top:144px; left:0; background-color: rgba(0,0,0,0.6); padding:3px 0; width:100%; font-size:1.1em;}
.expert-title {display: block; font-size:0.9em; color:#FFF !important; line-height: 1.2em; padding:5px;}
.expert-subjects {display: block; text-align: left; padding:5px; font-size: 0.85em; color: #dae35c !important;}

.expert-btn-area {text-align: center; margin-top:15px; margin-bottom: 10px;}
.expert-button {text-align: center; padding:10px 16px; background-color: #f37421; font-size:1.1em; color:#FFF !important; 
    border-radius: 2px; }
.expert-button:hover {background-image: linear-gradient(transparent, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.1));}



/*Expert area, circles style */
.find-expert-area-circ {padding:0 5px 20px 5px; margin-top: 2em;}

.find-expert-area-circ h3 {
    color: #f37421; 
    font-size: 1.3em;
    letter-spacing: 0;
    line-height: 0.9em;
}

.expert-list-circ {list-style-type: none; margin:15px 0 15px 0; padding:0; text-align: center;}
.expert-list-circ li {
    display:inline-block; 
    margin: 0 0 15px 0;
    padding:0; 
    width:120px;
    position:relative;
}

.expert-list-circ .expert-img {display: block; text-align: center;}
.expert-list-circ .expert-img img.staff_photo_full {padding:0; background-color: transparent; width: 80px; height: 80px; border: none; border-radius: 50%;}
.expert-list-circ .expert-label {color: #f37421; display: block; text-align: center; padding:3px 0; width:100%; font-size:0.9em; line-height: 1.1em;}
.expert-list-circ .expert-title {display: block; font-size:0.95em; line-height: 1.2em; padding:5px; color:#000;}
.expert-list-circ .expert-subjects {display: block; text-align: left; padding:5px; font-size: 0.9em; line-height: 1.2em; color: #333;}

.expert-btn-area {text-align: center; margin-top:15px;}
.find-expert-area-circ .expert-button {text-align: center; padding:8px 12px; background-color: #f37421; font-size:1em; color:#FFF !important; border-radius: 2px; }
.find-expert-area-circ .expert-button:hover {background-image: linear-gradient(transparent, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.1));}


.expert-subject-min {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 120px; color: #333;}

/*Expert tooltips */

.expert-list-circ li:hover .expert-tooltip {display:block;}

.expert-tooltip {
    position:absolute;
    top:-20px;
    right:92%;
    display:none;
    margin:5px;
    width:175px;
    min-height:120px;    
    border-radius: 2px;
    background-color: rgba(102, 102, 102, 0.85);
    z-index:99999;
    padding: 5px;  
    color: #FFF;  
}

.expert-tooltip:before {
    content:"\A";
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent  transparent transparent rgba(102, 102, 102, 0.85);
    position: absolute;
    right: -15px;
    top:35%;
}




/*Experts Pluslet - Front-end */
.type-experts .pluslet_body {overflow: initial !important;}
.type-experts .find-expert-area-circ {padding:0; margin: 0;}
.type-experts .expert-list-circ {margin: 15px 0 !important; text-align: center;}
.type-experts .expert-list-circ li {display: inline-block !important; margin: 0 0 18px !important;}
.type-experts .expert-button {text-decoration:none !important; background-color: rgba(209, 214, 136, 1); color:#333 !important;border: 1px solid #bcbbbb; }



/*Guide List Pluslet - Front-end */
.type-guidelist .guide_list {background-color: #F2F2F2; margin-bottom: 15px; }

.type-guidelist .guide_list_header h3 {color:#333; font-size: 1em; font-weight: bold;}

.type-guidelist ul.guide-listing {list-style: inside none none !important; margin: 15px 0 0 5px !important; padding: 0;}
.type-guidelist ul.guide-listing li {font-size:1em; padding-bottom:5px; margin-bottom: 0 !important;}
.type-guidelist ul.guide-listing li .fa {color: #ABB7B7; font-size:0.9em; cursor: pointer; margin-right:4px;}

.type-guidelist .pills-label {font-weight: normal;}
.type-guidelist .pills-container {margin-bottom: 5px;}
.type-guidelist .pills-container ul {margin: 0 !important;}
.type-guidelist .pills-container ul li {display:inline-block !important; font-size:1em; margin-right:8px !important;}
.type-guidelist .pills-container ul li a {display:inline-block; font-size:1em; color: #333; padding: 0 !important;}




/* Card Pluslet - Front-End */
/*** styles for Card Pluslet - taken from http://materializecss.com/cards.html ***/
/** added cbrownroberts nov 19, 2015 ***/
.type-card {
    border:none;
    border-radius: 0;
    box-shadow: none;
}

.type-card .titlebar {display:none;}

.type-card .pluslet_body {margin:0; padding: 0;}

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 2px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card-panel {
    transition: box-shadow .25s;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff; }

.card .card-title {
    font-size: 20px;
    font-weight: 300;
    background-color: rgba(0,0,0,0.5);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);  
}
.card .card-title.activator {
    cursor: pointer; }
.card.small, .card.medium, .card.large {
    position: relative; }
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
    max-height: 60%;
    overflow: hidden; }
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
    max-height: 40%;
    overflow: hidden; }
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: inherit; }
.card.small {
    height: 300px; }
.card.medium {
    height: 400px; }
.card.large {
    height: 500px; }
.card .card-image {
    position: relative; }
.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%; }
.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px; }
.card .card-content {
    padding: 20px;
    border-radius: 0 0 2px 2px;
}
.card .card-content p {
    margin: 0;
    color: inherit; }
.card .card-content .card-title {
    line-height: 48px; }
.card .card-action {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 20px; }
.card .card-action a {    
    margin-right: 20px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    text-transform: none; 
    text-decoration: none;}
.card .card-action a:hover {text-decoration: underline;}
.card .card-reveal {
    padding: 20px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 1;
    display: none; }
.card .card-reveal .card-title {
    cursor: pointer;
    display: block; }


/** end Card Styles **/


/*Book List ISBN Pluslet - Frontend */

.booklist_item {display: inline-block; vertical-align: top;}

.booklist_isbn_cover {margin:0 9px 0 0; max-width:250px;}
.booklist_isbn_cover img {width:150px; max-height:180px; padding: 4px; background-color: #eee; border-radius: 3px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);}

.booklist_isbn_data {max-width: 250px; margin: 4px 9px 15px 0; text-align: center;}
.booklist_isbn_data h4 {line-height: 1.1em; margin: 0 0 8px 0; font-size:1em; width:150px; font-weight: bold; }
.booklist_isbn_data p {line-height: 0.8em; margin: 0 0 5px; width:150px;}
.booklist-author:before {content: "by"; padding: 0 4px 0 0;}
.booklist-date {padding: 0 0 10px; }




.megasearchzone form .primoQueryInput[type] {
  width:75%;
  height:38px; 
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;  
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 0 0 0 5px;   
  box-shadow: 0 0 0 4px #f2f2f2;
  font-size: 1em;
  background-color: #FFF;
  text-align:left;
}












/* //////////////////
//  Media Queries 
////////////////// */


/* ≥ 568px  .pure-u-sm-* */
@media screen and (min-width: 35.5em) {
#filter {        
    width:auto;
}

#filter-guides {width: 80%;}
    
    

}


/* ≥ 768px  .pure-u-md-* */
@media screen and (min-width: 48em) {
    #menu_button {display:none;}

    .visible-desktop {display: inline-block;}

    #spum_nav {display: inline-block;}

    /* override for shrunken menu */
    #spum_nav ul li {
     border-bottom: none;
     padding: 0;
     list-style-type: none;
    }

    #spum_nav a {    
    padding: 10px 5px;    
    }

    /* Mega Menus! */

    ul#nav_menu {padding-left: 0;}

    ul#nav_menu div {
        display: none;
        text-align: left;
        z-index: 2000;
    }
    #nav_menu.skip {
        font-size: 0;
        text-decoration: none;
    }

    #nav_menu li {}

    #nav_menu li.mega {
        position: relative;
        display: inline;
        float: left;
    }
    
    #nav_menu li a.selected_href {
        color: #f37421;
    }

    #nav_menu li.last-child a.selected_href,
    #nav_menu li.last-child a:link,
    #nav_menu li.last-child a:visited {
        color: #fff;
    }


    #nav_menu li.last-child a:hover {
        color: #333;
    }


    #nav_menu li.research {
        margin-left: 0;
    }
    ul#nav_menu li.hovering div {
        display: block;
    }
    div.mega_child {
        border-right: 4px solid #fff;
        border-left: 4px solid #fff;
        border-bottom: 1px solid #fff;
        background-color: #e1e1db;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
        color: #333 !important;
        font-family: Arial,Helvetica,sans-serif !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 31px;
        text-align: left;
        z-index: 10001 !important;
    }

    div.mega_child.mega-right {
         right: -200px;         
    }

     div.mega_child.mega-right-special,
     div.mega_child.mega-right-special2 {
         right: 0px;         
    }

    div.mega_child.mega-left {
         left: 0;
    }

    div.mega_child.mega-left-special {
        left: -50px;
    }
    
    div.mega_child.mega-sm {width: 350px;}
    div.mega_child.mega-md {width: 380px;}
    div.mega_child.mega-lg {width: 545px;}


    div.mega_child ul {
        float: left;
        margin-top: 0.5em !important;
        text-align: left !important;
    }
    #spum_nav div.mega_child ul li {
        border-bottom: 1px solid #fff;
        display: block !important;
        font-family: Arial,Helvetica,sans-serif !important;
        font-weight: 400 !important;
        list-style: none outside none;
        margin: 10px 10px 0 10px;
        padding: 0 !important;
        text-transform: none !important;
    }
    div.mega_child ul li.mega_header {
        border-bottom: 2px solid #fff;
        color: #333;
        font-size: 1.3em !important;
        font-weight: bold;
        padding: 0.5em 0 !important;
    }
    #spum_nav div.mega_child ul li.last {
        border: none;
    }
    div.mega_child ul li a:hover {
        background-color: #f37421 !important;
        color: #fff !important;
    }
    div.mega_child ul li a {
        background-color: transparent !important;
        border: 0 none !important;
        color: #333 !important;
        display: block;
        font-size: 1.1em !important;
        margin: 0 !important;
        max-width: 175px;
        min-width: 150px !important;
        padding: 0.3em 0.1em !important;
        position: relative;
        text-transform: none !important;
    }
    .wider {
        width: 300px;
    }
    div.mega_child p {
        font-size: 1.2em !important;
    }
    div.mega_child.clear {
        clear: left;
    }
    div.mega_feature {
        background-color: transparent;
        border: none;
        display: block;
        float: left;
        line-height: 1.2em;
        margin: 1em 1em 0 2em;
        min-height: 100px;
        padding: 1em;
        text-align: left;
        width: 100px !important;
    }
    div.mega_feature img {
        background-color: #efefef;
        border: 4px solid #ffffff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        padding: 0.3em;
        margin-bottom: 10px;
        display: block;
    }
    div.megasearchzone {
        background-color: transparent;
        border: medium none;
        display: block;
        float: left;
        line-height: 1.2em;
        margin: 1em;
        min-height: 20px;
        padding: 0 1em;
    }
    div.megasearchzone > form {
        font-size: 1.2em;
        padding: 5px 0;
    }
    div.megasearchzone > p {
        padding: 0.8em 0;
    }
    ul.mega_spotlight {
        background-color: transparent;
        border: 4px solid #ffffff;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
        line-height: 1.4em;
        padding-top: 1em !important;
        text-align: center;
        width: 150px;
    }
    div ul.mega_spotlight li {
        border: medium none !important;
    }
    div ul.mega_spotlight li img {
        background-color: #efefef;
        border: 1px solid #666;
        padding: 0.3em;
    }
    div.mega_intro {
        background-color: #f37421;
        background-repeat: repeat-x;
        border-bottom: 1px dotted #666;
        clear: both;
        color: #fff;
        font-size: 1.2em !important;
        font-weight: bold;
        padding: 5px 1em !important;
    }
    div.mega_more {
        background-color: #fff;
        border-top: 1px dotted #666;
        clear: both;
        margin: 0 !important;
        padding: 0.3em 1em 0.3em 3em !important;
        text-transform: none !important;
    }
    div.mega_more a, div.mega_feature a {
        color: #f37421 !important;
        font-size: 1em !important;
        margin: 0 !important;
        padding: 0 !important;
        text-decoration: underline !important;
    }

    /* end mega */

    .megasearchzone form select {font-size: 12px; height: 24px;} 
    .megasearchzone form input[type] {
        font-size: 12px; 
        text-align: center;
        cursor: default;
        border-radius: 4px;
        padding: 0 5px;
        border: 1px solid #999;
        box-shadow: none;
        background-color: #f2f2f2;
        height: 22px;
        vertical-align: middle;
    }


    .megasearchzone form .primoQueryInput[type] {
      width:auto;
      height:24px; 
      font-size: 0.9em;
      -webkit-border-bottom-left-radius: 0;
      -moz-border-radius-bottomleft: 0;
      border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topleft: 0;
      border-top-left-radius: 0;  
      border-top: 1px solid #CCC;
      border-left: 1px solid #CCC;
      border-bottom: 1px solid #CCC;
      border-right: 1px solid #CCC;
      padding: 0 0 0 5px;   
      box-shadow: none; 
      background-color: #FFF;
    }





    #nav_menu li.last-child {
        float: right;        
    }

     .nav_highlight { /* Fake orange button on nav - display */
        background-color: #F37421 !important;
        text-transform: none;        
    }

    .footer-adj {
        padding: 0;
    }

    #umiami_logo {padding-left: 10px;}

    #wrap {
        margin: 0 auto -160px;
    }

    #push,
    .footer-container {
        height: 160px;
    }

   .sidebar-bkg {
        background: none; 
   }

   #social_icons_small {text-align: right;}

   #social_icons_small img {
    margin-left: 0.3em;
    margin-right: 0;
}

table.item_listing th {
        
       color: #333;
        font-weight: bold;    
        text-align: left;
        visibility:visible;
        line-height:26px;
       
    }

   table.item_listing td {
        border-bottom: 1px solid #cccccc;
        margin: 0;
        padding:5px;
    }

    table.item_listing td.staff-email-row {overflow:hidden; word-wrap: break-word;}

    .staff_photo {  }  

   .response-link {display:none;}

   .pluslet_body .pure-form input,
    .pluslet_body .pure-form select,
    .pluslet_body .pure-form textarea {
      width: 65%;
    }

    #filter-guides {width: 50%;}
    
}

/* ≥ 1024px     .pure-u-lg-* */
@media screen and (min-width: 64em) {
   
    ul#nav_menu {padding-left: 20px;}

   div.mega_child.mega-right,
   div.mega_child.mega-right-special {
         left: -100px;
    }

    div.mega_child.mega-left-special {
        left: 0;
    }

    #spum_nav a {    
    padding: 10px;    
    }

    #nav_menu li.research {
        margin-left: 5em;
    }

    .nav_highlight { /* Fake orange button on nav - display */
        border-left: 4px solid #FFF;
    }

    #nav {
      position: relative;
      float: left;
      background-color: #333;
      color: #fff;
      margin: 0px;
      padding: 4px 4px;
      border: 4px solid #fff;
      width: 944px;
    }


    ul.nav > a {
      text-decoration: none; /* make 'er wide for better clickability */
      color: #fff;
      padding: 5px;
      margin: 2px 20px 2px 0;
      font-size: 14px;
      font-family: Arial, Helvetica, Verdana;
      font-weight: normal;
    }

    ul.nav > a:hover {
      color: #f37421;
    }

    
    ul.nav > li {
      position: relative;
      display: inline-block;
      text-transform: none;
      /* IE hack */
      zoom: 1;
      *display:inline;
    }

    ul {
      margin-left: 1em;
    }

    .tip {
        background-color: transparent;
        background-image: url("https://library.hksyu.edu/lib/SubjectsPlus/assets/images/hksyu/onepixel_green.png");
        border: 1px solid #fff;
        border-radius: 5px 5px 0;
        float: right;
        margin: 2em -25px 1em 1em;
        padding: 1em;
        position: relative;
        width: 230px; /* we set this here so it doesn't overlay the other content on smaller screens */
    }

    .tipend {
    background-image: url("https://library.hksyu.edu/lib/SubjectsPlus/assets/images/hksyu/bottom_right_green.png");
    clear: right;
    float: right;
    height: 14px;
    margin-right: -25px;
    margin-top: -16px;
    width: 24px;
    display: block;
}

    .sidebar-bkg {
   background: url('https://library.hksyu.edu/lib/SubjectsPlus/assets/images/hksyu/sidebar_bg_richter_outside2.jpg') top left; 
   min-height: 500px; 
   background-repeat: no-repeat;
   }

   .breather {
        padding: 0 40px 0 20px;
    }

    .zebra {    
        margin: 0 40px 0 20px;
    }

    .form-item {width: 200px;}

    .pluslet_body .pure-form input,
    .pluslet_body .pure-form select,
    .pluslet_body .pure-form textarea {
      width: 55%;
    }

    .index-search-area {margin-right: 50px;}
    
    
}




/* ≥ 1280px     .pure-u-xl-* */
@media screen and (min-width: 80em) {
 .tip {
        width: 275px; /* we set this here so it doesn't overlay the other content on smaller screens */
    }

    .form-item {width: 260px;}

    
}




/** styles for custom CKEditor dropdown **/

img.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.pluslet_card_image {
    display:block;
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    width:100%;
    height:auto;
}


/** end ckeditor custom styles ***/


