#wrapper {
    min-height: 450px;
}

.page-header {
    margin: 15px 0 20px 0;
}

.spacer {
    margin: 0;
    padding: 0;
    height: 20px;
}

h1 {
    color: #0000ff;
}

h2 {
    color: #ff0000;
}

footer {
    margin-top:60px;
}


/* match */
ul li.event {
    padding:2px 5px;
}

ul.list-group.list-group-striped li:nth-of-type(odd) {
    background: #efefef;
}

ul.list-group.list-group-striped li:nth-of-type(even) {
    background: #eeeeee;
}

ul.list-group.list-group-hover li:hover {
    background: #eeffff;
}

.player1-add, .player2-add {
    border: 1px solid #ddd;
    width: 49%;
}

.player1-add {
    margin-right: 5px;
}

.player2-add {
    margin-left: 5px;
}

.player1-add canvas, .player2-add canvas {
    width: 100%;
}

.player1-add strong, .player2-add strong {
    min-height: 30px;
    display: block;
    background-color: #eee;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 10px;
    vertical-align: middle;
    line-height: 30px;
}

.adds .row {
    margin: 0;
}


/* menu */

/* device list */
.form-inline .editable-input {
    margin-bottom: 10px;
}

.form-inline .input-group span.input-group-addon,
.form-inline .input-group span.input-group-addon {
    width: 85px;
}

.editable-popup {
    width: 400px;
}

.red {
    color: #ff0000;
}

#gauge-signal, #gauge-battery, #gauge-temp {
    vertical-align: bottom;
    margin-top: 70px;
}

/* device attach */
.device-attach {
    margin-top: 25px;
    margin-right: 16px;
}

/* debug logs */
#logs .fetch-logs, #logs .fetch-prev, #logs .fetch-next {
    margin-top: 5px;
}

#logs .fetch-logs, #logs .fetch-prev{
    margin-right: 10px;
}

.table-log {
    margin-top: 20px
}

table.table-log th.time {
    width: 200px;
}

table.table-log th.time-diff {
    width: 100px;
}

.time-human-readable {
    cursor: pointer;
}

.command-param {
    padding-right:0;
    margin-right:23px;
    width:110px;
}
.command-param input {
    margin-top: 8px;
    float: left;
    width: 20px;
}
span.param-label {
    vert-align:middle;
    float: left;
    width: 25px;
    display: block;
    margin-top: 8px;
}

/* settings */
.device-container .device-images {
    margin-bottom: 5px;
    border-top: 1px solid #eeeeee;
}

.auction-container .header {
    font-weight: bold;
}

.auction-container .auction {
    margin-bottom: 10px;
}

.device-container .device-images .image,
.auction-container .auction .image
{
    height: 30px;
}

.qr-code {
    width: 60px;
}

.btn-schedule button {
    width: 100%;
}

.connect-rotate-time {
    margin-top: 25px;
}