body {
    font-family: sans-serif;
    /*background: #efefef;*/
}

a {
    color: #21acde;
}

img.bike-sdcard {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    text-align: t
}

.cam-label {
    margin-top:-6px;
    margin-left:4px;
    font-size: 9px;
    position: absolute;
    color:#ddd;
}

.pseudo {
    cursor: pointer;
    text-decoration: underline dotted;
    padding: 2px 4px;
}

.pseudo.selected {
    cursor: auto;
    text-decoration: none;
    border-radius: 3px;
    background: #b1bbc6;
    color: #3d4443;
}

a:hover {
    color: #2225ab;
}

table {
    text-align: left;
}

table#bike-table {
    background: #efefef;
    padding: 16px;
}

table#bike-table th {
    font-size: 14px;
}

table#bike-table th.sortable {
    text-decoration: underline dotted;
    cursor: pointer;
    user-select: none;
}

table#bike-table th.sortable:hover {
    color: #4b69e1;
}

table#bike-table td {
    padding: 0px 12px 0px 0px;
    line-height: 15px;
}

table#bike-table input {
    padding: 2px 5px 2px 5px;
}
/*
table#builds-table {
    font-family: monospace;
    font-size: 14px;
}

table#builds-table td {
    padding: 0px 20px 0px 0px;
}*/

td {
    vertical-align: top;
}
input, select, button {
    padding: 2px 2px;
    font-size: 16px;
}

td input {
    margin-top: -20px;
}

td.params {
    font-size: 10px;
    color: #333;
}

div#top-menu {
    background: #333;
}

div#top-menu a:hover {
    color: #a7c6d9;
}

.menu-item {
    font-size: 16px;
    padding: 2px 2px;
    font-weight: bold;
}

.filter-item {
    padding: 2px 3px;
    font-size: 16px;
}

.filter-item.selected {
    border-radius: 5px;
    /*background: #a8cae8;*/
    background: #e2e7ec;
    /*background: #a8cae8;*/
}

span.filter-item.selected {
    color: #3d3030;

    /*background: #a8cae8;*/
    /*background: #e2e7ec;*/
    /*color: #261c1c;*/
}

.menu-item.selected {
    /*background: #a8cae8;*/
    /*color: #1a242d;*/
    color: #eee;
    font-weight: bold;
    border-radius: 4px;
}

.chart-name {
    color:#333;
    height: 20px; top:-100;
    position: relative;
    display: inline-block; font-size:12px; width: 40px;
    vertical-align:top; padding-right:6px; padding-top: 3px;
}

canvas {
    border-bottom:1px solid #ccc;  top:10px; 
    /*border: 0;*/
}
/*style=""*/

span.bike-status-online {
    padding: 0 4px;
}

.bike-status-label {
    padding: 3px 6px;
    border-radius: 3px;
}

.bike-version {
    display: inline-block; 
    /*background: #ccc; */
    width: 3em; 
    text-align: right;
}

.bike-status-label.green {
    background: #a8f0b4;
    color: #093711;
}

.bike-status-label.light-yellow {
    background: #f2dcb5;
}

.bike-status-label.yellow {
    background: #a8f0b4;
}

.bike-status-label.yellow {
    background: #edc98c; 
    color:#3d3527;
}

.bike-status-label.red {
    background: #db6999; 
    color: #60213d;
}

div.perf-minichart {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
}

div#summary-days div.day {
    line-height: 1.6em; 
    /*margin-right: 3pt;*/
    padding: 4px;
    border-radius: 3px;
    width: 60pt;
}

div#summary-days div.day.selected {
    background: #f0efe9;
}

.perf-minichart .bar {
    width: 8px; height: 30px; 
    display: block;
}

a.ride-highlight {
    display: block;
    position: absolute;
    /*pointer-events: none;*/
    /*background: rgba(200,200,100,0.5);*/
}

a.ride-highlight:hover {
    background: rgba(255,200,100,0.5); 
    cursor: pointer;
}

a.crash {
    pointer-events: all;
    display: block;
    position: absolute;
    width: 3px;
    height: 6px;
    background: rgba(0, 0, 0,1);
}

a.crash:hover {
    cursor: pointer;
    background: rgba(255, 200, 255,0.7);
    border: 1px solid rgba(255, 200, 255,0.7);
}

table#builds-table.excel td {
    border-spacing:0;
    border-bottom: 1px solid #33333312;
    border-right: 1px solid #33333312;
    font-size:10pt;
    padding: 6px 8px;
}

table#builds-table thead th {
    padding: 6px 8px;
}

table#builds-table.excel tr:hover {
    background: #ecf6ff;
}

table#builds-table.excel th {
    font-size:10pt;
    padding: 4px 6px;
}

table#builds-table button {
    font-size:10pt;
    padding: 2px 6px;
    /*margin-top: -5px;*/
}

table#builds-table input {
    font-size:10pt;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 4px 5px;
}

table#builds-table input:hover {
    border: 1px solid #444;
}

table#builds-table textarea {
    font-size:10pt;
    margin-top: -5px;
    padding: 2px 6px;
}   

.pending {
    background: #e7eaed;
    color: #6d727d;
}

.running {
    background: #60d3f999;
    color: #3664d3;
}

.success {
    background: #a4ef88;
    color: #1e5f21;
}

.fail {
    background: #ef88c9;
    color: #5f1e1e;
}

#build-console {
    height: 100px;
    background: #2f2f2f;
    color: #d9d9d9;
    overflow-y: hidden;
    padding: 20px;
    font-family: monospace;
    font-size: 8pt;
}

.faux-input {
    white-space: pre-wrap;
}

.faux-input:focus {
    outline: 2px solid #555;
}

.faux-input.modified:focus {
    outline: 2px solid #aaa;
}

div.dash-chart-label {
    /*font-weight: bold;*/
    font-size : 11px;
    margin-bottom:5px;
    padding-top:10px;
}

div.chart-wrapper {
    position: relative; display: flex; flex-direction: row;
}

.dash-chart {
/*    margin-bottom:10px;*/
    /*background: #ffffff;*/
}

a.day-overlay {
    width:144px; 
    height:30px;
    display: block;
    position: absolute;
    top: 0px;
    margin-left: 1px;
    margin-top: 1px;
}

a.day-overlay:hover {
    background: #bbf4ff;
    opacity: 0.3;
    cursor: pointer;
}

span.label.red {
    color: #ff1b00;
}

span.label.orange {
    color: #e78922;
}

span.label.green {
    color: #25bf41;
}

span.lte-bars {
    display: inline-block;
    font-weight: bold;
}

div.cal {
    display: flex;
    flex-direction: row;
}

div.cal-month {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
}

.cal-week {
    display: flex;
    flex-direction: row;
}

.cal-week.selectable:hover {
    background: #eee;
    cursor: pointer;
    border-radius: 3px;
}

.cal-day {
    width: 15px;
    height: 15px;
    padding: 5px 3px 0px 1px;
    font-size: 10px;
    text-align: right;
}

a.cal-day {
    color: #333;
    text-decoration: none;
}

a.cal-week {
    color: #333;
    text-decoration: none;
}

a.cal-day:hover {
    background: #eee;
    cursor: pointer;
    display: block;
    border-radius: 5px;
}

div.cal-month-header {
    font-size: 12px;
    margin-bottom:8px;
    padding-left: 3px;
}

.cal-day.weekend {
    color: #df1e1e;
}

.cal-day.gray {
    color: #ddd;
}

.cal-day.selected {
    background: #cee8ef;
    border-radius: 5px;
}
.cal-week.selected {
    background: #cee8ef;
    border-radius: 5px;
}