/* Style */
body {
    padding-top: 64px;
}

.table-label tr td:first-child {
    font-weight: bold;

}

.table-hover-click tr {
    cursor: pointer;
}

.navbar-inverse {
    background-color: #0057a3;
    border: none;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #FFFFFF;
}
.navbar {
    border-radius: 0;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #000;
    background-color: #ffffff;
}

.btn.btn-primary {

    background-color: #0057a3;
    /*
        padding: 0px;
        font-weight: 700;
        font-size: 14px;
        height: 36px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: none;
        -o-transition: all 0.218s;
        -moz-transition: all 0.218s;
        -webkit-transition: all 0.218s;
        transition: all 0.218s;
        */
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #004c8e;
}

h1 {
    font-size: 26px;
}

.panel-heading h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    padding: 8px 0;
}

.table th a {
    color: #000000;
}

.licenseplate {
    border: 1px solid #000000;
    background-color: #f4be04;
    border-radius: 2px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    min-width: 100px;
    /* 2662A2 blue */
}

td.button {
    padding: 1px!important;
    text-align: center;
}

#accept_change_reason {
    display: none;
}

.left {
    float:left;
}

.right {
    float:right;
}
