/* Basics */

*, html {
    padding: 0;
    margin: 0;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#container {
    width: 660px;
    margin: 0 auto;
}
#header {
    margin-bottom: 5px;
    margin-top: 100px;
}

/* Navigation menu */

#nav {
    display: none;
}

/* HTML elements */

table {
    margin: 0;
}
th {
    color: #888888;
}
td, th {
    padding: 4px 10px;
    font-weight: normal;
    text-align: left;
}
.bl{
    text-align: right;
}
label {
    float: left;
    width: 150px;
    padding: 2px 0;
    color: #888888;
}
fieldset {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
}
fieldset.small {
    float: left;
    margin-right: 10px;
    width: 318px;
}
fieldset.big {
    width: 648px;
}
fieldset table {
    width: 100%;
    padding: 5px;
}
legend {
    margin-left: 10px;
    padding: 6px;
    font-style: italic;
}
ul {
    padding: 10px;
}
li {
    list-style-type: none;
    padding: 2px;
}
h2{
    padding-left: 80px;
}

/* Ids and classes */

.objectsTable {
    border-collapse: collapse;
    margin: 10px;
}
.objectsTable td,
.objectsTable th {
    border: 1px solid #cccccc;
}
div.voorwaarden {
    padding: 10px;
}
div.voorwaarden div {
    font-size: 9px;
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
}
.buttons {
    display: none;
}
.button {
    display: none;
}

#logo{
    height: 141px;
    width: 154px;
}

#table_image{
    height: 229px;
    width: 195px;
}
#image_table{
    background-image: url(../images/logo_pekelinge.JPG);
    height: 141px;
    width: 154px;
}
input.inputText {
    border: 1px solid #cccccc;
}
input.inputTextDisabled {
    border: 1px solid #cccccc;
    background-color: #eeeeee;
    color: #aaaaaa;
}
input.viewText {
    border: 0;
}
th.table_header {
    text-align: left;
}
td.empty_row{
    height: 15px;
}
.notify {
    color: #008800;
    padding: 10px;
    border: 1px solid #bbeebb;
    background-color: #ddffdd;
    margin: 10px;
}
.notify a {
    color: #008800;
}
.error {
    color: #cc0000;
    padding: 10px;
    border: 1px solid #ffdddd;
    background-color: #ffeeee;
    margin: 10px;
}
.clear {
    clear: both;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table th{
    font-weight: bold;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 2px 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #888;
}
.no-print, .hide { display: none; }
.hide.print{ display: block}

.routeselector .routeplanner-tab, .routeselector .tab-pane{
    display: none;
}
.settings, .map-block, #map-iframe{
    display: none!important;
}
.routeselector  .tab-pane.active {
    display: block;
}

.routeselector .day-for-route td{
    border-top: 2px solid #000;
}

.table tbody tr.color-visited > td {
    text-decoration: line-through;
}

.table th, .table td {
    border-left: 1px solid #888;
}

.routeselector table tr.week-day td {
    background-color: #d8d8d8;
}
