
.site-users {
    border-radius: 5px;
    padding: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    background-color: #9fcdff;
}

.docket-link {
    font-size: 70px;
    margin: 10px 0 0 10px;
}
.docket-detail-block {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 25px;
    margin: 5px;
}
.no-jobs{
    color: black;
}

tbody.booking-table-body, tbody.booking-table-body a, tbody.booking-table-body span {
    color: #ffffff;
    font-weight: bold;
}

tbody.booking-table-body tr.child, tbody.booking-table-body tr.child a, tbody.booking-table-body tr.child span {
    color: #000;
}

tbody a:hover, tbody a:hover span  {
    color: #000000;
}

strike {
    color:black;
    text-decoration:line-through;
}
.booking-list-tr-blue {
    background-color: #0077f7;
}

.booking-list-tr-red {
    background-color: #dc3545;
}

.booking-list-tr-yellow {
    background-color: #ffc107;
}

.booking-list-tr-green {
    background-color: #28a745;
}

.first-column {
    width: 54px;
}

.custom-table, .custom-table a {
    color: #000000;
}

.custom-table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

#BookingTable_wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

#BookingTable_wrapper th {
    border-top: none;
}

#BookingTable_wrapper td {
    border: none;
}

.has-btn {
    display: inline-block;
    padding-top: 5px;
}
.light-green-hyper-link {
    color: #33cccc;
}
.light-green, .page-item.active .page-link {
    background-color: #33cccc;
    color: #ffffff;
    border-color: #33cccc;
}

.light-green:hover, .page-item.active .page-link:hover {
    background: #343a40;
    border-color: #343a40;
    color: #fff;
}

@media (max-width: 1024px) {
    .top-btns {
        padding-top: 0;
        padding-bottom: 0;
    }
    .top-btns .btn {
        padding: .15rem .5rem .35rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
        margin-top: 5px;
    }
}
@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: flex-start;
        margin-top: 15px;
    }
}
@media (max-width: 414px){
    .custom-inputrange .form-control {
        width: 100%;
        border-radius: 5px !important;
    }
    .custom-inputrange .input-group-addon {
        margin: 0 !important;
        border: 1px solid #ddd;
        width: 100%;
        border-radius: 5px !important;
    }
    .respo-btn-last {
        /*margin-top: 5px;*/
    }
    .btn-booking-block {
        text-align: left !important;
        padding: 0 5px;
        margin-left: 10px;
    }
    .dataTables_length, .dataTables_info {
        text-align: left !important;
    }
    .dataTables_length {
        /*margin-left: -13px !important;*/
    }
    .dataTables_filter {
        text-align: left !important;
        /*margin-left: -13px;*/
    }
    .dataTables_paginate {
        text-align: left !important;
    }
    table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
        top: 15px;
    }
    table.dataTable > tbody > tr.child ul.dtr-details {
        display: block;
    }
}

