/*
 *
 * (C)opyright GNFA 2015
 *
 * This is GNFA proprietary source code
 * Any reproduction modification or use without prior written
 * approval from GNFA is strictly forbidden.
 *
 */

@import url("copy_paste.css");

#mainNavbar .tab {
    width: 120px;
}

#boardNavbar .tab {
    left: 195px;
}

body.body-login .title {
    visibility: hidden;
}

body.body-login .container {
    margin-left: 300px;
    margin-top: -42px;
}

.list .list-footer {
    padding: 0;
}

.list-footer .link-small,
.list-footer .card-add-form {
    padding: 8px 0;
}

.header .logo {
    display: block;
    background: url(../img/prisme.png) no-repeat top center;
    width: 182px;
    height: 249px;
    position: absolute;
    left: 50px;
    top: 65px;
}
