/*Start Bus Fares Css  */
.table th, .table td {
	vertical-align: middle;
}
.card-header h5 {
	margin-bottom: 0;
}
#calculatedFare {
	margin-top: 8px;
	font-weight: bold;
	color: #28a745;
}
/* End Bus Fares CSS */


/*##########################################################################################*/
/* Start timetables css */
    h2 {
      margin-bottom: 20px;
    }
    table {
      width: 100% !important;
    }
    .filter-card {
      background-color: #ffffff;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
    }
    .filter-card .form-control,
    .filter-card .form-label,
    .filter-card .btn,
    .filter-card .form-select { /* Added form-select */
      font-size: 0.9rem;
    }
    
    /* Style for the responsive control button */
    table.dataTable td.control {
        text-align: center;
        cursor: pointer;
    }
    table.dataTable tr.dt-hasChild td.control {
        /* When row is open */
        background-color: #0d6efd;
        color: white;
    }
    table.dataTable td.control::before {
        height: 1em;
        width: 1em;
        margin-top: -9px;
        display: inline-block;
        color: white;
        border: 0.15em solid white;
        border-radius: 1em;
        box-shadow: 0 0 0.2em #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: "Courier New",Courier,monospace;
        line-height: 1em;
        content: "+";
        background-color: #31a331;
    }
    table.dataTable tr.dt-hasChild td.control::before {
        content: "-";
        background-color: #d33333;
    }

/* End timetables css */