body {
    background-color: #212529 !important;
    color: #ccc !important;
}

.table .thead-dark th {
    border-color: #ccc !important;
    border-bottom: none;
}

.container.page-container, .container-fluid.page-container {
    min-height:550px;
}

table td {
    color: #ccc !important;
}

.pagination li a {
    background: #212529 !important;
    color: #fff !important;
}

.pagination li.disabled a {
    background: #fff !important;
    color: #212529 !important;
    font-weight: bold;
    cursor: not-allowed;
}

.pagination li.active a {
    color: #fff !important;
    font-weight: bold !important;
    background: #0062cc !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.badge {
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 0;
}

.btn,
.dropdown-item,
table th {
    font-family: "Poppins", sans-serif;
}

.task-btn-group a,
.task-btn-group input,
.task-btn-group button {
    height: 38px;
}

.row.task-row>div {
    margin-bottom: 30px;
}

.card.task-card {
    transition: all 0.2s;
    background: #212529;
    color: #fff;
}

.card {
    background: #212529;
    color: #ccc;
    border-color: #ccc;
}

.card-header {
    border-color: #ccc;
}

.task-header .card-header {
    border-bottom: 1px;
}

.card.task-card:hover {
    box-shadow: 3px 6px 30px 2px rgba(0, 0, 0, 0.1);
}

.card.task-card .task-header h5 {
    font-size: 1.1rem;
    margin-top: 15px;
}

.card.task-card h5 {
    font-size: 1rem;
}

.card.task-card h6 {
    font-size: 0.8rem;
}

/* .task-header {
    margin-bottom: 15px;
} */

.task-header * {
    margin-bottom: 0;
}

.task-header h5 {
    margin-top: 20px;
}

.task-header .badge {
    position: absolute;
    top: 0;
    right: 0;
}

header nav {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

header nav .navbar-brand img {
    max-width: 160px;
}

.nav-link {
    font-family: 'Poppins', sans-serif;
}

.login-container {
    height: calc(100vh - 109px);
    padding-top: 150px;
}

.user-dropdown:after {
    margin-left: 1.1em;
}

.page-container {
    padding-top: 60px;
    padding-bottom: 60px;
}

table td {
    vertical-align: middle !important;
    max-width: 300px;
}

.page-item .page-link {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.logged-in-right .nav-item>a {
    padding: 0;
}

input[name="date"] {
    border-radius: 0.25rem !important;
}

.accordion .card {
    border-left: none;
    border-right: none;
}

@media screen and (min-width: 1024px) {
    .logged-in-right .dropdown-menu {
        right: 0px;
        left: -60px;
    }
}

@media screen and (max-width: 1024px) {

    .page-header,
    .card-header h2 {
        margin-bottom: 0;
        font-size: 1.5em !important;
    }
}

@media screen and (max-width: 768px) {
    table * {
        word-wrap: normal;
        white-space: nowrap;
    }

    table td {
        max-width: 100%;
    }
}

.collapse-head {
    cursor: pointer;
    transition: all 0.4s;
}

.collapse-head:hover {
    background: #333;
}

.collapse-icon {
    font-size: 20px;
    transition: all 0.4s;
    transform: scaleY(-1);
}

.collapsed .collapse-icon {
    transform: scaleY(1);
}

#comment-accordion .card-header button {
    padding: 0px !important;
}

#comment-accordion .card-header .hours {
    font-size: 13px;
    font-weight: bold;
}

#comment-accordion .card-body {
    padding: 1.25rem !important;
    font-size: 14px;
}

#comment-accordion .card-header,
#comment-accordion .card-body {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.comment-container {
    max-height: 450px;
    overflow-y: auto;
}

.form-field-error ul {
    color:red;
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
}

.form-field-errors {
    color:red;
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
}


/** Bootstrap Accordion Reset **/
.accordion#comment-accordion>.card:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #ccc;
}

.accordion#comment-accordion>.card:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



/** Form Filter Updates **/
.admin-filter-form {
    width: 100%;
}

.admin-filter-form > .row {
    margin-bottom: 20px;
}

.headed-row .row:nth-child(odd) {
    margin-bottom: 20px;
}

.headed-row .row:nth-child(even) {
    margin-bottom: 30px;
}

.select2-results__option, .select2-selection__choice, .datepicker-days td, .datepicker-days th {
    color: #333 !important;
}

 .pagination {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.select2-selection.select2-selection--multiple {
    padding: 0.30rem 0.75rem;
    border-radius: 8px;
}

.table.report-table tfoot.tfoot-dark tr td {
    border-color: #ccc !important;
    font-family:"Poppins", sans-serif;
    font-weight:bold;
    font-size:17px;
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.month-title {
    margin-top: 30px;
}

.report-filter-form form, .developer-filter-form form {
    width: 100%;
}

.forgot-password-link {
    font-family: "Poppins", sans-serif;
}

.inputline {
    margin-bottom: 1rem;
    border: none !important;
    border-top: 1px solid #fff !important;
}


/** Form Styling **/
.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container .select2-search--inline .select2-search__field, .select2-selection__choice {
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.select2 .select2-selection--single .select2-selection__rendered,
.select2 .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.new-comment-user-info {
    margin-bottom: 20px;
}

.new-comment-username {
    font-weight: bold;
    margin-left: 10px;
}
.low-time td {
    color: red !important;
}
.f-right {
    text-align: right;
    max-width: 110px;
    display: inline-block;
    float: right;
}