/*
LibGuides v.2 global styles
Paul Clifford <clifford@queensu.ca>
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300, 400,400italic,700,700italic");

/* hiding things */

#s-lg-guide-description {
    display: none;
}

html {
    font-size: 16px;
}

body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
}


/* globals */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #002f5e;
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important;
}

.s-lib-box-content h3,
.s-lib-box-content h4 {
    color: #002f5e;
    font-weight: 300;
}

a {
    color: #1d70ad;
}

a:hover {
    color: #b61137;
    text-decoration: underline;
}

.s-lib-box-content a {
    font-weight: bold;
}

ul {
    list-style-image: url("https://libapps-ca.s3.amazonaws.com/customers/1515/images/qul-list-bullet.png");
}

.s-lg-link-list-5 {
    list-style-image: none;
}


/* overides */

.ui-widget {
    font-family: "Open Sans", sans-serif;
    color: #333 !important;
}

.s-lib-box-content .ui-tabs-nav .ui-state-focus {
    border: 0 !important;
    box-sizing: content-box !important;
}

.fa {
    color: #00305e;
}


/* header */

#qul-branding-header {
    padding: 15px 0 5px 0;
    background-color: #fff;
}

#s-lib-banner-img {
    max-width: 348px;
    min-width: 250px;
    padding: 10px 0 5px 0;
}


/* breadcrumbs */

#s-lib-bc .breadcrumb {
    padding: 5px 0 5px 20px;
    font-weight: normal;
    font-size: 14px;
    background-color: #406486;
    color: white;
    border-radius: 0;
}

#s-lib-bc .breadcrumb a,
#s-lib-bc .breadcrumb>.active {
    color: white;
}


/*
guide title
*/

#s-lg-guide-header-info h1,
.s-lib-header h1 {
    border-bottom: 1px solid #eee;
    color: #00305e;
    font-size: 34px;
    font-weight: 300;
    margin: 20px 0 15px 0;
    padding: 0 0 15px 0;
}


/*
search box
*/

#s-lg-guide-search-box {
    margin-top: 15px;
}


/* tabs */

#s-lg-tabs-container .nav-tabs>li>a,
#s-lg-tabs-container .nav-pills>li>a {
    font-weight: normal !important;
}

#s-lg-tabs-container .nav-tabs>li>a:hover,
#s-lg-tabs-container .nav-pills>li>a:hover {
    background-color: #fdd073;
}

#s-lg-tabs-container .nav-tabs>.active>a,
#s-lg-tabs-container .nav-pills>.active>a {
    font-weight: bold !important;
}


/* boxes */

.s-lib-box .s-lib-box-title {
    font-weight: 300;
    font-size: 30px;
    line-height: 32px;
    color: #002f5e;
    background-color: white;
    padding: 0;
    margin: 0 0 10px 0;
}

.s-lib-box-content {
    padding: 0;
}

.s-lib-box-content img {
    padding: 5px;
}

.s-lib-box-content img.s-lg-icon {
    padding: 0 !important;
}


/* sidebar (left column) boxes */

#s-lg-col-0 .s-lib-box,
.s-lib-profile-container {
    background-color: #e5eaef;
    color: #3c3c3b;
    padding: 5px 10px;
}

#s-lg-col-0 .s-lib-box .s-lib-box-title {
    background-color: #002f5e;
    color: #fff;
    font-size: 24px;
    padding: 5px 10px;
    margin: -5px -10px 20px -10px;
}


/* profile box */

.s-lib-profile-name {
    font-weight: bold;
    font-size: 1rem;
}

.s-lib-profile-image img {
    box-shadow: none;
    width: 70%;
    max-width: 150px;
}

.s-lib-profile-email .label {
    font-size: 14px !important;
    font-weight: normal;
    border-radius: 0px;
}

.s-lib-profile-email a {
    background-color: #002f5e;
    border-bottom: 3px solid black;
    margin: 0;
    padding: 5px 20px;
}

.s-lib-profile-email a:hover {
    background-color: #a7a7a7 !important;
}


/* profile page */

.s-lib-profile-container {
    padding-top: 15px;
}

.qul-specialties .txt a {
    font-size: 1rem !important;
    margin-bottom: 5px;
}


/* tabbed boxes */

.s-lib-box-content .ui-tabs {
    border: none;
    font-size: 14px !important;
}

.s-lib-box-content .ui-tabs-nav {
    background: none;
    border: none;
}

.s-lib-box-content .ui-tabs-nav li {
    border: none;
    border-radius: 0 !important;
}

.s-lib-box-content .ui-tabs-nav li>a {
    color: #333;
    font-weight: normal !important;
}

.s-lib-box-content .ui-state-default {
    background: #eee !important;
}

.s-lib-box-content .ui-state-hover {
    background: #666 !important;
}

.s-lib-box-content .ui-state-hover a {
    color: #fff !important;
}

.s-lib-box-content .ui-state-active {
    background-color: #406486 !important;
}

.s-lib-box-content li.ui-state-active>a {
    color: #fff !important;
    font-weight: normal;
}

.s-lib-box-content .ui-widget {
    font-family: "Open Sans", sans-serif !important;
    color: #333 !important;
}

.s-lib-box-content .ui-widget p {
    font-size: 14px;
}

.s-lib-box-content .ui-tabs-panel {
    /*border-top: 1px solid #406486;*/
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}


/* footer */

.s-lib-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    padding: 10px;
    text-align: right;
}


/* LLibGuides homepage */

.nav-pills>li.active>a {
    background-color: #0062a0;
}

.btn-info {
    background-color: #0062a0;
    border: none;
    margin-top: 10px;
}


/* index pages */

.s-lib-box {
    border: none !important;
    padding: 5px 0px 5px 0px;
}


/* hiding stuff */

#s-lg-facet-div-group_id {
    display: none !important;
}


/* Databases (https://guides.library.queensu.ca/az.php) */

#az-search-col-1 .navbar {
    border-radius: 0;
}

#az-search-col-1 .navbar-default {
    border: none;
    background-color: #fcc34c;
}