body { font-family: Arial, sans-serif; }
#cameraFeed {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 90%;
    z-index: 1050;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    overflow: hidden;
}
.form-group { margin-bottom: 1rem; }

.form-control, .btn { margin: 5px 0; width: 100%;}

.modal-backdrop {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    display: none;
}
.bg-light {
    background-color: #044682 !important;
}
.navbar-brand {
    font-size: 1.7rem !important;
    color: #ffffff !important;
    font-variant: all-small-caps !important;
}

.navbar {
    position: fixed !important;
    width: 100% !important;
    top: 0px !important;
    z-index: 999;
}

.navbar-brand-image {
    height: 40px;
    margin-right: 10px;
    padding-right: 20px;
    vertical-align: middle;
    border-right: 2px solid #ffffff;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/hamb.svg) !important;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

table.dataTable {
    font-size: .8rem;
    }

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

    .dataTables_wrapper {
        position: relative !important;
        overflow-x: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: space-between !important;
        align-content: stretch !important;
        flex-wrap: nowrap !important;
    } 

    .dataTables_wrapper .dataTables_filter,  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        display: flex !important;
        flex-direction: row !important;
        align-content: space-around !important;
        align-items: stretch !important;
        justify-content: space-between !important;
        position: sticky !important;
        left: 0px !important;
    }

    .dataTables_wrapper .dataTables_filter label,  .dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_info label, .dataTables_wrapper .dataTables_paginate label {
        display: flex !important;
        margin-bottom: .5rem !important;
        width: 100% !important;
        flex-direction: row !important;
        align-items: center !important;
        align-content: space-between !important;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: 100% !important;
    }

    .dataTables_wrapper .dataTables_length select {
        margin-right: 3px !important;
    }

}



.mt-5, .my-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}    

footer {
    position: fixed !important;
    bottom: 0px !important;
    z-index: 999;
}

span.help-block {
    color: indianred;
}