body, html {
    color: #666;
    background: transparent;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #fafafa url('/static/images/excellencis/background.png') repeat;
}

.container {
    max-width: 1100px;
    width: auto;
}

.container .row {
    max-width: 1100px;
    margin: 0 auto;
}

#menu {
    float: left;
    width: 150px;
    padding: 10px;
    margin-top: 0px;
    background: white;
    border: 1px solid #eee;
    border-radius: 10px;
}

#menu .fa {
    font-size: 60px;
    color: #4E4EB4;
    display: block;
}

#menu {
    text-align: center;
    color: #4E4EB4;
}

.menu_entry {
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu_entry a {
    text-decoration: none;
}

#content {
    float: none;
    margin-left: 160px;
    margin-bottom: 0;
    width: auto;
    background: white;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 976px), (max-height: 600px) {
    #content {
        margin-left: 0px;
    }
}

#content-title {
    color: #4E4EB4;
    font-size: 35px;
    margin-left: 160px;
    margin-bottom: 10px;
}

#footer {
    bottom: 0px;
}

/* Full screen */

.container_fullscreen {
    margin-top: 60px;
}

.container_fullscreen .navbar {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.container_fullscreen>.container,
.container_fullscreen #content {
    max-width: none;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border: 0px;
    padding: 0px;
    border-radius: 0px;
}

/* Nav bar */

#logo {

}

#logo img {
    border: 0px;
}

.navbar-brand {
    padding: 0px;
}

.navbar {
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #2a89ad;
    min-height: 60px;
}

.navbar-text {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    line-height: 30px;
    color: #777;
}

.navbar .btn-xs {
    padding: 10px 15px;
    margin-top: 13px;
    line-height: 10px;
}

.navbar .btn-warning {
    color: white;
}

.navbar .btn-warning:hover {
    background: #ec971f;
}

.navbar-nav > li > a {
    line-height: 30px;
    color: #888;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 13px;
}

#main-nav {
    padding-right: 15px;
}

.navbar-nav .active {
    background: #eee;
}

.navbar-toggle .icon-bar {
    background-color: #563d7c;
}

.navbar-toggle {
    margin-right: 0px;
}

#login-button {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
    margin-top: 15px;
    color: white;
    margin-right: 15px;
    margin-left: 10px;
}

.bottom_btn_links {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-info {
    background-color: #3389A4;
    border-color: #2a7187;
}

.btn-info:hover,
.nav > li > a.btn-info:hover,
.nav > li > a.btn-info:focus {
    background-color: #3fabcc;
}

.list_name {
    line-height: 60px;
    height: 60px;
}

#content .page-header h1 {
    color: #3389A4;
}

.container.container-links {
    background: #4b494f;

    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 20px;

    color: #999;
}

.container_fullscreen .container .container.container-links {
    max-width: none;
}

.container.container-links a {
    color: white;
}

.container.container-links .copyright {
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: 12px;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom:10px;
}

#content .container.container-links ul li {
    margin-bottom: 0px;
    font-size: 1.0em;
}


@media (max-width: 976px) {
    .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

a {
    color: #3389A4;
}

#honcode p {
    line-height: normal;
    font-size: 12px;
    color: white;
}

.nav > li > a.btn-danger:hover {
    background-color: #EA6662;
}
