/* Languages */
ul.languages li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 .3em;
    padding: 0 0 0 .3em;
    font-size: .8em;
    border-left: 1px solid rgba(0, 0, 0, 0.5)
}
ul.languages li.current {
    font-weight: bold;
}
ul.languages li:first-child {
    border-left: 0;
}

/* Buttons */
.btn-primary, .btn-success {
    background-color: #00284c;
    border-color: #00284c;
    border-radius: 0;
}
.btn-default {
    border-color: #00284c;
    color: #00284c;
    border-radius: 0;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #00284c;
    border-color: #00284c;
}
.btn.inactive {
    background-color: grey !important;
    border-color: grey !important;
    opacity: .6;
}
.form-control:focus, .single-line:focus {
    border-color: #00284c;
}

/* Login */
@media screen and (max-width: 30em) {
    .loginColumns {
        padding-top: 20px;
    }
    .navbar-right {
        display: none;
    }
    .page-heading {
        display: none;
    }
}
@media screen and (min-width: 46em) {
    ul.nav .logout {
        display: none;
    }
}

/* Vessel List */
.vessellist .history-1 td {
    background-color: #F2F2F2;
}
.vessellist .history-2 td {
    background-color: lightyellow;
}
.vessellist .history-3 td {
    background-color: #DEFADE;
}
.vessellist .current td {
    font-weight: bold;
}
.vessellist .current {
    display: table-row !important;
}
.history-noncurrent {
    display: none;
}

/* canvas */
.scoringslotpiechart {
    text-align: center;
}
.scoringslotpiechart canvas {
    margin-left: auto;
    margin-right: auto;
}
