body {
    font-family: ubuntu,arial,sans-serif;
    padding-top: 60px; 
}

a.navbar-brand h1 { 
    font-size: 30px;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

div.navbar.breadcrumbs {
    margin-top: 20px;
}

#footer {
    margin-bottom: 20px;
}
#footer ul {
    width: 75%;
    margin: auto;
    text-align: center;
}
#footer ul li {
    display: inline;
    padding: 0 1em;
    border-left: 1px gray solid;
}
#footer ul > li:first-child {
    border: none;
}

#footer a.ucbn {
    background-image: url('//gest.unicaen.fr/images/logo-ucbn-noir-petit.png');
    background-repeat: no-repeat;
    background-position: right top;
    display: inline-block;
    height: 35px;
    width: 90px;
    text-indent: -9999px;
}

thead {
    font-weight: bold;
}

body.wait * { cursor: wait; }

fieldset > fieldset {
    margin-left: 1.5em;
}

fieldset > fieldset legend {
    margin-left: -1.5em;
    line-height: inherit;
    /*border: none;*/
    padding-left: 0;
    font-size: 110%;
    margin-bottom: 0;
}

pre.prettyprint {
    white-space: pre;
}

aside ul li.active > a {
    font-weight: bold;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
}

ul.action.list-inline li {
    padding: 0;
}

div.messenger span.glyphicon { 
    float: left;
    margin-right: 0.5em;
}

.user-profile-select-form {
    padding-left: 25px;
}