* {
  font-family: 'Roboto', sans-serif;
}
img.user-icon {
    width: 36px;
}

table.openebs-stops tbody tr td{
    font-size: 85%;
    padding: 0;
    vertical-align: middle;
}
table.openebs-stops td.img{
    border: 0px;
}
table.openebs-stops tr:hover td.img{
    border: 0px;
}
span.stop-selection,span.trip-selection{
    margin: 0.1em;
}
.ui-selectable .ui-selecting { background: #fcf8e3; }
.ui-selectable .ui-selecting.success { background: #f2dede; }
.ui-selectee:hover{
    background-color: #f5f5f5
}
.stop-check{
    color: green;
}

#map {
    width: 100%;
}
.leaflet-container a.btn-success {
    color: #fff;
}

.container {
    max-width: none;
    min-width: none;
}
.badge-success { background-color: #5cb85c; }
.badge-warning { background-color: #f0ad4e; }
.badge-danger { background-color: #d9534f }
.btn-tall {
    height: 150px;
}

/* Calendar */
#calendar table {
    width: 80%;
    border: 1px solid #ddd;
}

#calendar table tr th {
    text-align: center;
    font-size: 16px;
}

#calendar table tr td {
    width: 10%;
    vertical-align: top;
    border: 1px solid #ddd;
    height: 45px;
    padding: 2px;
}
#calendar table tr td span.day {
    font-size: 75%;
    color: #777;
    padding-left: 2px;
}
#calendar table tr td ul {
    padding: 0;
    margin: 0;
}
#calendar table tr td li {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#calendar td.noday {
    background-color: #f2dede;
}

#calendar td.filled {
    background-color: #fff;
}

#calendar td.today {
    background-color: #dff0d8;
}

#calendar a {
    font-size: 10px;
}

.icon_small {
    height: 16px;
}

.title_link_small {
    padding-top: 10px;
    padding-left: 8px;
    font-size: 40%;
}

.short { width: 300px; display: inline; }

/* Typeahead */
#autocomplete_holder {
    position: absolute;
    right: 20px;
    top: 60px;
    width: 250px;
    background-color: #ffffff;
    padding: 5px;
}
.twitter-typeahead {
    width: 100%;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-hint {
    display: none;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-menu {
    min-width: 220px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;

}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.tt-suggestion:hover {
    color: #fff;
    background-color: #428bca;
}
.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}
.btn-ferry {
    margin-bottom: 8px;
    width: 90%;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}
.trip_header {
    font-size: 105%;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #666;
}
.trip {
    height: 28px;
    padding: 4px;
    margin: 4px 0;
    width: 50%;
}
.trip-plain {
    background-color: #f9f9f9;
}
.trip-arrived {
    color: #ccc;
}
.trip-departed {
    /*background-color: #dff0d8 !important;*/
    color: #5cb85c;
}
.trip-selected {
    background-color: #b2dba1;
}
.trip-selected.trip-departed {
    color: #fff;
}
.trip-ready {
    color: #00b3ee;
}

.label-padded {
    margin-left: 4px;
}

#trips {
    width: 100%;
    table-layout: fixed;
}

#import-table {
    width: 25%;
}

.line_warning {
    background-color: #def2f9;
}

.all_selected {
    background: #dff0d8;
}

#id_operatingday {
    margin-bottom: 15px;
}

.empty_dates {
    display: none;
}

#lijngebonden {
    margin-left: 4px;
    margin-top: 3px;
}

#line-list-html {
    margin-left:2px;
    margin-top: 2px;
    min-width:1em;
    border-style: solid;
    border-width: 1px;
    border-color: #00008b;
}

#div_id_autorecover input {
    opacity: 0.6;
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-top: 0em;
}

#div_id_showcancelledtrip input {
    opacity: 0.6;
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-top: 0em;
}

#highlight th {
    background-color: #D3D1D0;
}

#highlight td {
    background-color: #D3D1D0;
}

#halte-count .popover {
    width: 400px;
    max-width:none;
}

#shorten_buttons {
    display: none;
    width:100%;
}

.shortened {
    background: eb34ba;
}
