/* CSS for Index Version 2  */
body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.footer-distributed {
    background-color: #292c2f;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 14px sans-serif;
    padding: 20px 50px;
    margin-top: 0px;
}
.footer-external {
    display: block;
    width: 100%;
    padding: 20px 0;
    background-color: lightgrey;
}

    .footer-external .footer-link {
        display: inline-block;
        width: 24%;
        text-align: center;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: inline-block;
        vertical-align: top;
    }

    /* Footer left */
    .footer-distributed .footer-left {
        width: 40%;
    }

    /* The company logo */
    .footer-distributed h3 {
        color: #ffffff;
        font: normal 18px Arial, Calibri, 'Cookie', cursive;
        margin: 0;
    }

        .footer-distributed h3 span {
            color: #5383d3;
        }

    /* Footer links */
    .footer-distributed .footer-links {
        color: #ffffff;
        margin: 20px 0 12px;
        padding: 0;
    }

        .footer-distributed .footer-links a {
            display: inline-block;
            line-height: 1.8;
            text-decoration: none;
            color: inherit;
        }

    .footer-distributed .footer-company-name {
        color: #8f9296;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
    }

    /* Footer Center */
    .footer-distributed .footer-center {
        width: 31%;
    }

        .footer-distributed .footer-center i {
            background-color: #33383b;
            color: #ffffff;
            font-size: 25px;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            text-align: center;
            line-height: 42px;
            margin: 10px 15px;
            vertical-align: middle;
        }

            .footer-distributed .footer-center i.fa-envelope {
                font-size: 17px;
                line-height: 38px;
            }

        .footer-distributed .footer-center p {
            display: inline-block;
            color: #ffffff;
            vertical-align: middle;
            margin: 0;
        }

            .footer-distributed .footer-center p span {
                display: block;
                font-weight: normal;
                font-size: 14px;
                line-height: 2;
            }

            .footer-distributed .footer-center p a {
                color: #5383d3;
                text-decoration: none;
            }


    /* Footer Right */
    .footer-distributed .footer-right {
        width: 27%;
    }

    .footer-distributed .footer-company-about {
        line-height: 20px;
        color: #92999f;
        font-size: 11px;
        font-weight: normal;
        margin: 0;
    }

        .footer-distributed .footer-company-about span {
            display: block;
            text-align: center;
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 20px;
        }

    .footer-distributed .footer-icons {
        margin-top: 25px;
    }

        .footer-distributed .footer-icons a {
            display: inline-block;
            width: 35px;
            height: 35px;
            cursor: pointer;
            background-color: #33383b;
            border-radius: 2px;
            font-size: 20px;
            color: #ffffff;
            text-align: center;
            line-height: 35px;
            margin-right: 3px;
            margin-bottom: 5px;
        }

/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

        .footer-distributed .footer-left,
        .footer-distributed .footer-center,
        .footer-distributed .footer-right {
            display: block;
            width: 100%;
            margin-bottom: 40px;
            text-align: center;
        }

            .footer-distributed .footer-center i {
                margin-left: 0;
            }
}

.r-border {
    margin: 6px 0px;
    border-style: solid;
    border-bottom: 1px solid #cfdcd3;
}

.border {
    margin: 15px 0px;
    border-style: solid;
    border-bottom: 3px solid #cfdcd3;
}

.green-border {
    margin: 15px 0px 35px 0;
    border-style: solid;
    border-bottom: 3px solid #8db597;
}

.light-grey-border {
    margin: 15px 0px 15px 0;
    border-style: solid;
    border-bottom: 3px solid #cfdcd3;
}

.green-border1 {
    margin: 15px 0px 20px 0;
    border-style: solid;
    border-bottom: 3px solid #8db597;
}

.green-text {
    color: #8db597;
    margin: 0px 3px;
}

#opac-search {
    background: #f2f2f2;
    text-align: center
}

#opac-search .search-wrapper {
    padding: 0 15px
}
#opac-search .search-mn-field, #opac-search .search-mn-text, #opac-search .search-mn-button {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 768px) {
    #opac-search .search-mn-field {
        width: 100%;
        margin-right: 0
    }
    #opac-search .search-mn-field .btn-group {
        width: calc(100% - 30px);
        margin-bottom: 5px
    }
}

@media (max-width: 768px) and (max-width: 480px) {
    #opac-search .search-mn-field .btn-group {
        width: 100%
    }
}

#opac-search .search-mn-field select {
    padding-left: 10px;
    width: 170px
}

@media (max-width: 768px) {
    #opac-search .search-mn-field select {
        width: 100%
    }
}

/* Live Chat */
#livechat-container {
    box-sizing: content-box;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
    border: 1px solid #e3e3e3;
    border-right: 0;
    border-bottom: 0;
    -moz-box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
    box-shadow: -1px -1px 5px rgba(50, 50, 50, 0.17);
    padding: 5px 0px 0px 5px;
    width: 160px;
    font-family: arial;
    font-size: 12px;
    transition: 1s;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #e3e3e3;
    z-index: 2147483647;
    cursor: pointer;
}

    #livechat-container * {
        direction: ltr;
        text-align: left;
        font-family: arial;
        font-size: 12px;
        box-sizing: content-box;
        zoom: 1;
        margin: 0;
        padding: 0;
    }

    #livechat-container .status-icon {
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        display: block;
        padding: 10px 10px 10px 38px;
        background: url(../images/user_chat.png) no-repeat left center;
    }

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

    .btn-default:active:hover,
    .btn-default.active:hover,
    .open > .dropdown-toggle.btn-default:hover,
    .btn-default:active:focus,
    .btn-default.active:focus,
    .open > .dropdown-toggle.btn-default:focus,
    .btn-default:active.focus,
    .btn-default.active.focus,
    .open > .dropdown-toggle.btn-default.focus {
        color: #333;
        background-color: #d4d4d4;
        border-color: #8c8c8c;
    }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.open > a {
    outline: 0;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.catalogue-detail.layoutv2 .row.detail {
    padding: 8px 8px 8px 0;
    margin-bottom: 10px;
}

.catalogue-detail.layoutv2 .row.detail .col-md-3 {
    font-weight:bold;
}

.img-detail {
    width: 300px;
    height: 430px;
    padding-bottom: 15px;
    padding-left: 10px;
}

#result-tab-nav li.active a {
    background-color: lightcyan;
}

#result-tab-nav li:not(.active) a {
    color: #b5b4b4;
}