#wrap {
    padding-right: 0px;
    padding-left: 0px;
}

#logo {
    background: transparent url(../images/koha-logo-navbar.png) no-repeat scroll 0;
    float: left!important;
    padding: 0;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:visited {
    background-color: #006dcc;
    background-image: linear-gradient(180deg,#0088cc,#0044cc);
    background-position: 0;
}

#loginModal input[type=submit]:hover {
    background: #006dcc none;
}

input[type=password]:focus, input[type=text]:focus {
    border-color: #006dcc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px hsla(82,63%,71%,.6);
}

h2, h3 {
    color: #000000;
    line-height: 150%;
}

legend {
    color: #000000;
}

fieldset.rows legend {
    font-weight: 500;
}

form#searchform > span#translControl {
    margin-left: 7px;
}

@media (max-width:1390px){
    form#searchform > div.input-append, form#searchform > button#librarieslist {
        margin-top: 7px;
    }
}

.shelvingloc {
    display : block;
}

span.facet-tip {
    font-weight: normal;
    font-style: italic;
}

.highlight-row-results {
    font-size: 120%;
}
.highlight-row-detail {
    font-weight: bold;
}

@font-face {
    font-family: 'XuntaSans';
    src: url('../fonts/XuntaSans/XuntaSans-Web/woff/XuntaSans-Bold.woff') format('woff'),url('../fonts/XuntaSans/XuntaSans-Web/woff2/XuntaSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}