@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700);
@import url("//www.ubi.pt/Sites/assets/css/reen-ubi.css");
/*
	@import url("//www.ubi.pt/Sites/assets/css/font-awesome.css");
*/
/* 
    BIBLIOTECA 
    AZUL #011f57  
    AZUL CLARO 
    LOGO BIBLIOTECA #28b4e5  
*/


/* GLOBAL STYLES */

*,
body,
select,
input,
textarea,
p {
    font-family: "Roboto Slab", Helvetica, sans-serif;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.55em;
}
body {
    background-color: #fff;
}
.body-content {
    clear: both;
    min-height: 400px;
}
.form-mensagens.inner-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}
.bold {
    font-weight: 700;
}
.main {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: none;
}
@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 
    NAVBAR-UBI
*/

.navbar-ubi {
    background-color: #0c2340;
    color: white;
    border-color: #0c2340;
    background-image: none;
    padding: 0;
    margin: 0;
    height: 45px;
}
.navbar-ubi .designacao,
.navbar-ubi .acronimo {
    display: none;
}
.navbar-ubi ul {
    margin: 0;
    padding: 0;
}
.navbar-ubi .info { width: 30%;float: left;  }

.navbar-ubi .sociais {
    padding: 0;
    position: relative;
    top: 8px;
	width: 65%; float:right; text-align:right;
}
.navbar-ubi .sociais li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navbar-ubi .sociais li a {
    color: #eff0f1;
    padding: 10px 10px;
    margin: 0;
}

/*
    NAVBAR
*/

#header-region .navbar-inverse .navbar-inner {
    background-image: none;
    border: none;
    background: none;
    box-shadow: none;
    color: #0c2340;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a,
.navbar-inverse .divider-vertical {
    border-left: none;
    border-right: none;
}
#listsmenu,
#cartDetails,
#header-region ul.nav {
    display: none;
}
#header-region #members ul.nav {
    display: block;
    padding: 25px 0;
}
#logo {
    background: transparent url("//www.ubi.pt/Sites/Modelos/Biblioteca/images/Biblioteca-Logo-CatalogoBibliografico.png") no-repeat scroll 0;
    width: 340px;
    height: 90px;
}
#logo a {
    width: 340px;
    height: 90px;
    min-height: 90px;
    max-height: 90px;
    padding: 0;
    color: white;
    text-shadow: none;
    text-align: right;
}
#home span {
    margin-right: 5px;
}
.navbar-collapse.collapse {
    padding-bottom: 0px;
}
@media (max-width: 979px) {
    .navbar .container {
        width: 724px !important;
    }
}
@media (min-width: 1200px) {
    .navbar .container {
        width: 1170px;
    }
}

/*
    SUB-MENU
*/

#moresearches {
    background-color: #0c2340;
    border: 1px solid #0c2340;
    border-radius: 5px;
    padding: 5px 10px;
}
#moresearches,
#moresearches a {
    color: white;
}

/*
    ELEMENTOS
*/

#members a {
    color: #0c2340 !important;
}
#members p {
    color: #0c2340;
}

/*
    BOOTSTRAP OVERRIDE
*/

.container-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.row-fluid .span10 {
    width: 81%;
}
.row-fluid .span4 {
    width: 32%;
}
.row-fluid .span3 {
    width: 22%;
}
@media only screen and (min-width: 768px) {
    .main {
        margin-left: auto;
        margin-right: auto;
    }
}

/*
    SEARCH
*/

.mastheadsearch {
    background: #EEEEEE;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
    .librarypulldown .transl1 {
        width: 25%;
    }
}

/*
    BREADCRUMBS 
*/

.breadcrumb {
    background-color: white;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.breadcrumb a {
    color: #999;
}

/*
    FOOTER
*/

.navbar-inner {
    background: none;
    border: none;
    box-shadow: none;
}
#changelanguage {
    background-color: #0c2340;
    padding: 10px 0 15px 0;
    color: white;
    display: block;
    margin-bottom: 30px;
    font-size: small;
}
#changelanguage a {
    color: white;
}
.rodape-ubi {
    color: white;
    padding: 10px;
}
#i18nMenu,
#i18nMenu li a,
#i18nMenu .navbar-text * {
    color: white;
}

/*
    COOKIES
*/

.cc-cookies {
    position: fixed;
    background-color: #CCC;
    padding: 3px;
    text-align: center;
    width: 100%;
    font-size: small;
}

/*
    Primeira Página
*/

#opacmainuserblock .feed_item {
    float: left;
    width: 140px;
    height: 230px;
    border: 1px solid #ddd;
    background-color: #eee;
    text-align: center;
    margin: 0 10px 20px 0;
    padding: 10px;
    overflow: hidden;
    font-size: 12px;
}
