/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    /*  padding-bottom: 40px;*/
    color: #5a5a5a;
}

@font-face {
    font-family: TahomaHY;
    src: url('../fonts/tahoma.ttf');
}

@font-face {
    font-family: Gothic;
    src: url('../fonts/gothic.ttf');
}

@font-face {
    font-family: Spitak;
    src: url('../fonts/arnamus.ttf');
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 15px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    height: 350px;
    /*  margin-bottom: 26px;*/
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 350px;
    /*  background-color: #777;*/
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 350px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
    /*  padding-left: 15px;
      padding-right: 15px;*/
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    text-align: center;
    margin-bottom: 20px;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 20px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

/* CUSTOMIZATION
-------------------------------------------------- */
body {
    font-family: Tahoma, TahomaHY, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
    /*  min-height: 2000px;*/
    padding-top: 64px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Tahoma, TahomaHY, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: #09f;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: none;
}

/*
a:link{color:#008ACE}
a:hover{color:#CC0000;text-decoration: none;}
a:visited{color:#B40EB4}
a:visited:hover{color:#CC0000}
a:focus{outline:none}
*/

.underline {
    text-decoration: none;
    border-bottom: 1px solid;
}

a:link.underline {
    /*	color: #f00;*/
    border-color: #09f;
}

/*a:visited.underline {
	color:#B40EB4;
	border-color: #e0b2e0;
}*/
a:hover.underline {
    color: #CC0000;
    border-color: #f0b2b2 !important;
    text-decoration: none;
}

.navbar {
    min-height: 64px;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.8);
    top: 0;
    border-width: 0;
/*    background-image: url(headerbg2.png), url(headerbg1.png);*/
/*    background-position: right, left;*/
/*    background-repeat: no-repeat, no-repeat;*/
    background-color: #000000;
}

.navbar-brand {
    font-family: "Century Gothic", Gothic, Helvetica, Arial, sans-serif;
    font-size: 33px;
    /*  color: #454545 !important;*/
    padding: 8px 15px;
    /*  margin-right: 12px;*/
    line-height: normal;
    width: 81px;
}

.navbar-default {
    /*  background-color: #e4e6e5;
      border-color: #e7e7e7;*/
}

.navbar-default .navbar-brand {
    color: #000;
    /*  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    /*  color: #5e5e5e;*/
    /*  color: #09f;
      background-color: #ccc;*/
    /*  color: #000;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
}

.navbar-default .navbar-text {
    color: #777777;
}

.navbar-default .navbar-nav > li > a {
    /*  color: #777777;*/
    color: #fff;
    /*  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    /*  color: #333333;*/
    /*  color: #09f;
      background-color: transparent;*/
    /*  color: #000;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
    color: #fff;
    background-color: #222;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #f7f7f7;
    /*  background-color: #e7e7e7;*/
    background-color: #777;
    box-shadow: 0 0 9px #555 inset;

}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #454545;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    /*  color: #555555;*/
    color: #ccc;
    /*  background-color: #e7e7e7;*/
    background-color: #666;
    /*-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.225);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.225);*/
    box-shadow: 0 0 9px #333 inset;
}

.navbar-toggle {
    margin-top: 15px;
    border-radius: 15px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #428bca;
    border-color: #428bca;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.225);
}

.btn-round {
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.navbar-btn.btn-sm {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 7px;
}

/* FEATURES
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.features {
    padding-left: 15px;
    padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.features .col-sm-6,
.features .col-sm-5 {
    padding-top: 30px;
}

.features h1, .books h2, .book-list h1, .sign-up-container h1, .book-reading h1, .search h1 {
    font-family: Spitak, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
}

.books h2, .search h1 {
    margin-top: 0;
    margin-bottom: 20px;
}

.search h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.search h4 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #999;
}

.search p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 25px;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 30px;
    color: #999;
    text-align: center;
    /*  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);*/
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #999;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 3px;
    background-color: #999;
}

/*.glyphicon-chevron-right:before {
 background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAtCAYAAABbAsDYAAAAGXRF…WAgNqSAReKKCEwIEl4gLkyMkLiOmyu5Uz5elx6/ETYAA4lIa1pqh/6AAAAABJRU5ErkJggg==') no-repeat center;
}*/

.book-reading p {
    font-size: 16px;
    line-height: 1.5;
}

.books h3, .books p, .book-list h3, .book-list p, .toc p {
    font-size: 13px;
    line-height: 1.428571429;
}

.books img, .book-list img, .book-reading img {
    /*-webkit-box-shadow: 0 -1px 6px 2px #999;
    box-shadow: 0 -1px 6px 2px #999;*/
}

.bs-example {
    position: relative;
    padding: 0 15px;
    margin: 0 -15px 0;
    /*  background-color: #fafafa;*/
    /*  box-shadow: inset 0 3px 6px rgba(0,0,0,.05);*/
    /*  border-color: #e5e5e5 #eee #eee;
      border-style: solid;
      border-width: 1px 0;*/
}

/* Tweak content of examples for optimum awesome */
.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
    margin-bottom: 0;
}

.nav-pills > li > a {
    border-radius: 20px;
    position: relative;
    display: block;
    padding: 7px 12px;
    /*padding: 0;
    margin: 7px 12px;*/
    color: #000;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    border-radius: 0;
    text-decoration: none;
    background-color: white;
    border-radius: 20px;
}

/*.nav-pills > li.active > a,*/
/*.nav-pills > li.active > a:hover,*/
/*.nav-pills > li.active > a:focus {*/
/*background-color: #428bca;*/
/*}*/

.nav-pills > li > a > span {
    border-bottom: 1px dotted;
}

.nav-pills > li.active > a > span {
    border-bottom: none;
}

.foot-fixed-bottom {
    bottom: 0;
    display: block;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}

.foot-fixed-bottom .container {
    background-color: rgba(0, 0, 0, 0.8);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2px;
}

.foot-fixed-bottom hr {
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 0 0 5px;
    width: 100%;
}

.foot-fixed-bottom p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin: 0 12px 15px;
}

footer {
    background-image: url(/template/comssets/img/footerup2.PNG), url(/template/comssets/img/footerup1.PNG);
    background-position: right, left;
    background-repeat: repeat-y, repeat-y;
    background-color: #b3b5b8;
}

.footer {
    padding: 30px 0 30px 0;
    color: #fff;
}

.footer-bottom {
    padding: 17px 0 6px;
    background-color: #363636;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer p, footer div {
    color: #fff;
}
footer h5 {
    margin-top: 15px;
    font-weight: 600;
}
footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: none;
}

/* footer .underline {
    text-decoration: none;
}
 */
footer a:link.underline {
    border-color: #e1e1e1;
}

footer a:hover.underline {
    color: #fff;
    border-color: #fff !important;
    text-decoration: none;
}

footer .navbar-brand {
    padding: 0;
}

footer li {
    margin-bottom: 5px;
}

.book-list, .book-reading, .search {
    margin-top: 30px;
    margin-bottom: 26px;
}

.tm5 {
    margin-top: 5px
}

.tm10 {
    margin-top: 10px
}

.tm15 {
    margin-top: 15px
}

.tm20 {
    margin-top: 20px
}

.tm25 {
    margin-top: 25px
}

.tm30 {
    margin-top: 30px
}

.tm40 {
    margin-top: 40px
}

.bm20 {
    margin-bottom: 20px
}

.bm30 {
    margin-bottom: 30px
}

.bm40 {
    margin-bottom: 40px
}

.rm5 {
    margin-right: 5px
}

.rm7 {
    margin-right: 7px
}

.rm10 {
    margin-right: 10px
}

.rm15 {
    margin-right: 15px
}

.filter-panel {
    /* background-color: #f8f8f8; */
    border-bottom: 1px solid #ddd;
}

.filter-panel-body {
    padding: 15px 0px;
}

.sign-up {
    width: 580px;
    margin: 50px auto 0 auto;
}

.sign-up-box {
    /*background: #f7f7f7;*/
    /*margin: 0 0 20px 0;*/

    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 92%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, #fbfbfb), color-stop(100%, #efefef));
    background: linear-gradient(top, #fbfbfb 92%, #efefef 100%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    /*padding: 40px 45px;*/
    border-radius: 4px;

}

.shadow {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.sign-up-left {
    float: left;
    width: 270px;
    margin-left: 20px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}

.sign-up-right {
    float: left;
    width: 270px;
    margin-left: 20px;
    padding: 20px 0;
    overflow: hidden;
}

.sign-up-or {
    width: 36px;
    height: 24px;
    text-align: center;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    margin-top: -30px;
    float: left;
    margin-left: -18px;
    background: transparent;
    font-weight: normal;
    color: #999;
}

.sign-up-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.sign-up-container:before,
.sign-up-container:after {
    display: table;
    content: " ";
}

.sign-up-container:after {
    clear: both;
}

.sign-up-container:before,
.sign-up-container:after {
    display: table;
    content: " ";
}

.sign-up-container:after {
    clear: both;
}

.digilib--home-search-panel {
    width: 850px;
    float:right;
    margin-top: 155px;
}
.digilib--hero-search {
    margin-top: 155px;
}
@media (max-width: 768px) { 
    .digilib--hero-search {
        margin-top: 40px;
    }
    .digilib--hero-search h3 {
        font-size: 20px;
    }
    .nav > li {
        /*text-align: center;*/
    }
    .navbar-nav .open .dropdown-menu {
        /*text-align: center;*/
    }
    .digilib--header-search-bar,
    .digilib--langiage-bar-item,
    .diglib--header-right {
        text-align: center;
    }

    .nav.navbar-nav.navbar-right.diglib--header-right .digilib--search-lupa {
        padding-left: 4px;
    }
}

.digilib--home-search-block {
/*    width:478px*/
}

.digilib--home-description-block {
    color: #fff;
    width: 100%;
    margin-top:20px;
/*    padding-top: 90px;*/
}

.digilib--home-description-block-text {
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.digilib--home-description-block-text-inner {
/*    width:600px;*/
    padding: 1px 20px 20px 20px;
}

@media (min-width: 768px) {
    .sign-up-container {
        /*    width: 750px;*/
        width: 750px;
    }

    /* Remove the edge padding needed for mobile */
    .marketing {
        /*    padding-left: 0;
            padding-right: 0;*/
    }

    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

    .navbar-wrapper .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-wrapper .navbar {
        padding-left: 0;
        padding-right: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }

    .navbar-nav {
        float: right;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }

    .carousel-indicators {
        bottom: 0;
    }
}

@media (min-width: 992px) {
    .sign-up-container {
        /*    width: 970px;*/
        width: 750px;
    }

    .featurette-heading {
        margin-top: 120px;
    }
}

@media (min-width: 1200px) {
    .sign-up-container {
        /*    width: 1170px;*/
        width: 750px;
    }
}

.sign-up-container {
    margin-top: 45px;
    padding-bottom: 20px;
}

.sign-up-container h1 {
    margin-top: 0;
    margin-bottom: 30px;
}

.lang {
    margin-top: 25px;
    width: 150px;
    font-size: 12px;
}

.aua {
    margin: 20px -15px 0 0;
}

.searchform {
    margin: 5px 0 0 0;
    padding: 0;
/*    float: right;*/
}

.searchform .s {
/*    width: 475px;*/
    width: 100%;
    background: url(../img/searchico.png) no-repeat 14px 14px;
    padding: 16px 4px 16px 65px;
    border: solid 1px #e1e1e1;
    background-color: white;
    font-size: 25px;
    color: #909090;
}

.searchform .s:focus {
    outline-width: 0;
}

.lang-pills > li {
    float: left;
}

.lang-pills > li > a {
    border-radius: 15px;
    position: relative;
    display: block;
    padding: 7px 5px;
    margin-right: 2px;
    color: #fff;
}

.lang-pills > li > a:hover {
    color: #000;
}

.lang-pills > li > a:focus {
    color: #000;
}

.lang-pills > li + li {
    margin-left: 0;
}

.lang-pills > li.active > a,
.lang-pills > li.active > a:hover,
.lang-pills > li.active > a:focus {
    color: #ffffff;
    /* background-color: #337ab7; */
    background-color: #428bca;
    border-radius: 15px;
}

.lang-pills > li > a > span {
    border-bottom: 1px dotted;
}

.lang-pills > li.active > a > span {
    border-bottom: none;
}


@media (max-width: 768px) { 
    .lang-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
    }
    .lang-pills {
        text-align:center;
    }
}

/*.carousel-inner {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.carousel .item {

}*/

.news {
    margin-top: 50px;
    margin-bottom: 26px;
}

.news h1 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 25px;
}

.news p {
    font-size: 16px;
    line-height: 1.5;
}

.news-top {
    margin-bottom: 30px;
}

.date, .time, .location {
    margin-bottom: 10px;
}

.date span, .time span, .location span, .share span {
    margin-right: 10px;
}

.share {

}

.news-picture {
    margin-bottom: 40px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news-sidebar {
}

.news-sidebar h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
}

.news-sidebar h3 {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 5px;
}

.news-sidebar p:first-child {
    font-size: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}

.news-sidebar p {
    font-size: 13px;
}

.news-sidebar .row {
    margin-bottom: 30px;
}

.comments {
    margin-top: 50px;
}

.comments h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 30px;
}

.about {
    margin-top: 30px;
    margin-bottom: 40px;
}

.about-block {
    margin-top: 30px;
}

.about-block .row {
    margin-bottom: 10px;
}

.about h1 {
    font-family: Spitak, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 30px;
}

.about h2 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 40px;
}

.about h3 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
}

.about h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 25px;
}

.about h5 {
    font-size: 16px;
    font-weight: normal;
}

.about p, .about li {
    font-size: 16px;
    line-height: 1.5;
}

.about-sidebar h2 {
    font-size: 21px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 7px;
    font-weight: normal;
}

.about-sidebar p {
    font-size: 13px;
}

.fb-like-box {
    margin-bottom: 30px;
}

.glonapp {
    margin-top: 14px;
}

.bookheight {
    min-height: 300px;
}

label {
    font-weight: 400;
}

.digilib--language-bar {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 7px;
}

/*.digilib--header-search-bar {*/
    /*margin: 17px 7px 10px;*/
/*}*/

.digilib--langiage-bar-item {
    padding: 5px 5px;
}

.digilib--index-page-container {
    min-height: 800px;
    /*background-image: url(/template/comssets/img/contentbg.png);*/
    background-size: cover;
}

.digilib--navbar-header-description {
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
/*    width: 190px;*/
}

.container.search .search-item em {
    background: #bbbbbb;
}

highlight {
    background: #bbbbbb;
}

.object-selector-drag-start {
    background: #2a6496;
}

@media (max-width: 768px) { 
    .digilib--language-bar {
        margin-left: 0;
    }
}
.nowrap {
    white-space: nowrap;
    display: inline-block;
    margin: 0 0 10px 0;
}
.filter-center {
    text-align: center
}
.filter-right {
    text-align: right
}
@media (max-width: 994px) {
    .filter-center {
        text-align: left
    }
    .filter-right {
        text-align: left
    }
}

#bookReaderSvgDiv.notes-hidden .note-container-dv {
    display:none;
}

.lookup-content {
    background: #eee;
}