/* filters */
.filter-table {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0px 5px 5px 5px;
    margin-bottom: 10px;
    background-color:#f9f9f9;
}

.filter {
    padding: 5px;
}

.inline-b {
    display: inline-block;
}

.filter-table label {
    font-size: 14px;
}

.filter-label {
    margin: 5px 0px;
}

.quarter-w {
    width: 25%
}

.half-w {
    width: 50%;
}

.fifth-w {
    width: 20%;
}

.sixth-w {
    width: 15%;
}

.input-st {
    height: 32px;
    font-size: 1.5em;
    border-style: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 5px;
}

.filter-buttons {
    text-align: right;
}

.filter-buttons > .btn {
    margin: 0px 5px;
}

.select-st {
    padding: 6px;
}

.add-to-cart {
    color: #FFFFFF;
    background-color: #740115;
}

.add-to-cart:hover {
    color: #FFFFFF;
}

/* modules table */
.module-table-wrapper {
    position: relative;
}

.loading-backdrop {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.loading-spinner {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    left: 50%;
    font-size: 2em;
}

.dataTables_length {
    margin-bottom: 5px;
}

.modules-table {
    font-size: 14px;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: rgb(240, 240, 240) !important;
}

.modules-table th {
    border-top: 1px solid #cc292b !important; 
    border-bottom: 1px solid #cc292b !important;
    text-align: center;
}

.modules-table td {
    padding: 2px 8px !important;
    text-align: center;
}

.no-sort::after { 
    display: none!important; 
}

.no-sort { 
    pointer-events: none!important; 
    cursor: default!important; 
}