

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

dt {
    /*font-weight: unset;*/
    /*padding-bottom: 5px;*/
    height: 30px;
}

dd {
    /*padding-bottom: 5px;*/
}

/*fix dropdown not showing the arrow when used with form-control class
    .form-select is datatables.net select - this will cause double arrow :|
*/
select:not(.form-select) {
    -webkit-appearance: listbox !important
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.pagination-navigator {
    width: 30px;
}


.ui-front {
    z-index: 1500 !important;
}



/*back ground color of the select item in the menue*/
.nav-item.open > a.nav-link.active {
    background-color: #ffffff19 !important;
}


.logo-text {
    font-size: 20px !important;
    color: whitesmoke !important;
    text-decoration: none !important;
    margin: 22px 10px 0px !important;
}


/*horizontal style of scrollbar in table wrapper*/
.table-responsive::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.table-responsive::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.table-responsive::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

    .table-responsive::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.4);
    }

/*horizontal style of scrollbar in datatables if scrollX is set to true*/
.dataTables_scrollBody::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

    .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 0, 0, 0.4);
    }


.table-responsive >
.dataTables_scrollBody {
    overflow: visible !important;
}

/*to set the with for the last column of tables in the index page - action column*/
/*.dataTable thead tr th:last-child {
    width: 1%;
}*/
.action-column {
    width: 1%;
}

.dataTable,
.table {
    width: 100%;
}

.search-buttons {
    border: 1px solid #c2cfd6 !important;
}


.validation-summary-errors {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .validation-summary-errors ul {
        list-style: none;
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
        padding-left: 0 !important;
        padding-inline: 0 !important;
    }



.card > .card-header h4 {
    display: inline;
}

.card > .card-header div.form-group {
    float: right;
    display: inline;
}

.btn-link {
    text-decoration: none;
}

ul.description-list {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}


#alarm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; /* Red with 50% opacity */
    pointer-events: none; /* Allows clicks to pass through the overlay */
    z-index: 9999; /* Ensures the overlay is on top of all elements */
    display: none; /* Hidden by default */
}


/*file upload button*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


.w-100px{
    width:100px;
}
.w-125px {
    width: 125px;
}
.w-150px {
    width: 150px;
}

td.json-column pre {
    max-height: 100px;
    overflow: auto;
    white-space: pre-wrap;
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}
