/* No CSS */

/*# sourceMappingURL=style.css.map */

#listControl th, #listControl td {min-width: 60px;max-width: 100px;font-size:12px;}

#filters {
    margin-right: 0;
    margin-left: 0;
}

#filters label {
    padding-right: 0 !important;
}

.account-pages {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.account-box {
    min-width: 300px;
}

.footer-login {
    border-top: 1px solid rgba(152,166,173,0.2);
    bottom: 0;
    padding: 19px 30px 20px;
    position: absolute;
    right: 0;
    color: #98a6ad;
    width: 100%;
}

.accident-update-btn {
    position: absolute;
    right: 14px;
    border-radius: 5px;
    padding: 0px 14px;
    font-size:12.5px;
}

.container-login {
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.container-login>div {
    width: 100vw;
    height: 100vh;
    position: relative;
    /*background-color: rgba(0,0,0,0.7);*/
}

.datepickerDiv {
    margin-right:0;margin-left:0;
}

#filters-shell {
    min-height: 22px;
}

#filters .filter-pc {
    display: flex;
}

#filters .filter-mobile {
    display: none;
}

#filters .filter-show-hide-btn {
    display: none;
}

#filters.filter_hide {
    display : none;
}

@media (max-width: 768px) {
    body.enlarged {
        min-height: 100%;
    }
    .row {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .col-12, .col-sm-12 {
        padding: 0;
    }
    .col-form-label {
        margin-bottom: 5px;
    }
    .modal-dialog {
        margin: 30px;
    }
    .dataTables_info {
        padding-bottom: 0.85em;
    }
    #filters label {
        padding-right: 10px;
    }
    .datepickerDiv .col-10 {
        padding: 0;
    }
    #filters .col-sm-12 {
        margin-bottom: 5px;
    }
    #filters .col-sm-12:last-child {
        margin-bottom: 0;
    }
    #listControl_wrapper.container-fluid {
        padding: 0;
    }
    #filters .filter-pc {
        display: none;
    }
    #filters .filter-mobile {
        display: flex;
    }
    h3.m-0.text-center.text-white {
        font-size: 22px;
    }
    #listControl th, #listControl td {min-width: 20px;max-width: 100px;font-size:12px;}
}

/* 201226 start */
tr.inspect-complete td {
    background-color: #aaa;
}
.inline-pc {
    display: inline;
}
.inline-mo {
    display: none;
}
.table-pc {
    display: table-cell;
}
.table-mo {
    display: none;
}
.paging-shell {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.paging-shell button {
    color: #6c757d;
    /*cursor: auto;*/
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin: 0;
    padding: 5px;
    min-width: 30px;
    cursor: pointer;
}
.paging-shell button.is-on {
    background-color: #3bc0c3;
    border-color: #3bc0c3;
    color: white;
}

@media (max-width: 768px) {
    .table-pc {
        display: none;
    }
    .table-mo {
        display: table-cell;
    }
    .inline-pc {
        display: none;
    }
    .inline-mo {
        display: inline;
    }
    .paging-shell {
        justify-content: center;
        flex-direction: column;
    }
    .page-anchor {
        margin-top: 1rem;
    }
}
/* 201226 end */