
--* {
    outline: 1px solid red;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
.ia-input-helptext{
    margin-bottom:12px;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-group {
    border: 0px solid red;
    padding-bottom: 1px !important;
    padding-top: 1px !important;
}

.bg_keys {
    background: linear-gradient(rgba(0, 125, 0, 0.1), rgba(0, 10, 0, 0.2)), #fff url("/images/loginbg30_2.png") repeat;
    background-size: auto, 307px 307px;
}

.col-form-label {
    margin-top: -3px;
}

.body-no-footer {
    margin: 0px !important;
}

.nav-item .dt-link {
    cursor: pointer;
}

.ia-link {
    cursor: pointer;
    color: #007bff;
}

    .ia-link:hover {
        cursor: pointer;
        color: #0056b3;
        text-decoration: underline;
    }

.ia-hover {
    cursor: pointer;
}

.ia-table-header {
    position: absolute;
    top: 20px;
    left: 32px;
}

.hide {
    display: none;
}



.ia-feather-icon {
    width: 17px;
    padding-right: 3px;
}

.ia-creditor-icon-sm {
    max-width: 16px;
    max-height: 16px;
    border-radius: 4px;
    margin-top: -1px;
    margin-right: 3px;
}

.ia-dropdown-header {
    border-bottom: 1px solid #8888;
    color: #258cfb;
}

.ia-feather-dropdown {
    margin-top: -2px;
}

.select2-container {
    width: 100% !important;
    border-color: #e8ebf1 !important;
}

.select2-selection__rendered {
    border: 0px solid red;
    margin-top: -8px;
    margin-left: -12px;
}

.select2-selection__arrow {
    display: none;
}

.modal-90w {
    max-width: 98% !important;
    width: 98% !important;
}

.modal-70w {
    max-width: 78% !important;
    width: 78% !important;
}


.ia-invoice-nav-container {
}

.ia-invoice-nav-tabcontainer {
    border: 0px solid red;
    width: 500px;
    border-bottom: 1px solid #ebedf2;
    width: 100%;
}

.ia-invoice-display-pdf {
    border: 2px solid #000000;
}

.select2-selection {
    border: 1px solid #e8ebf1 !important;
}

.ia-invoice-lines-container {
    border: 0px solid red;
}

.ia-check-td {
    margin-top: -5px;
}

.ia-table-toolbar {
    margin-bottom:5px;
    margin-top:-15px;
    display: flex;
    border: 0px solid red;
    --z-index: 1000;
}

.ia-toolbar {
    display: flex;
    align-items: center;
    gap: 1px;
}

.ia-toolbar-button {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #eee;
    background: white;
    cursor: pointer;
    border-radius: 4px;
}

    .ia-toolbar-button:hover {
        background: #7987a1 !important;
        color: #fff;
    }

/* This creates flexible space to push items to the right */
.ia-toolbar-spacer {
     width: 12px;
}
.ia-toolbar-right {
    flex: 5;
    width: 12px;
}
.ia-toolbar-button-green:hover {
    background-color: #EDF5EC !important;
    color: #000 !important;
}

.ia-toolbar-button-red:hover {
    background-color: #EFCFD0 !important;
    color: #000 !important;
}

.ia-toolbar-button-blue:hover {
    background-color: #E8EFF5 !important;
    color: #000 !important;
}

.ia-page-count {
    border: 1px solid #eee;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

    .ia-page-count:hover {
        background-color: #E8EFF5 !important;
        color: #000 !important;
    }

.ia-page-count-selected {
    border: 2px solid #000;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
}

    .ia-page-count-selected:hover {
        border: 2px solid #000;
        border-radius: 3px;
        padding-left: 12px;
        padding-right: 12px;
    }
#invoiceslisttable th {
    height: 50px; /* Adjust the height as needed */
    white-space: nowrap;
    overflow: hidden;
 
    min-width:150px;
}
.ia-invoice-table-container {
    max-height: calc(100vh - 350px);
    min-height: calc(100vh - 350px);
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid red;
    border-radius: 4px;
    margin-top: 0px;
    border: 1px solid #ddddde;
}

.ia-invoice-table-container-full {
    max-height: calc(100vh - 270px);
    min-height: calc(100vh - 270px);
    width: 100%;
    overflow-y: auto;
    border: 1px solid red;
    border-radius: 4px;
    margin-top: 0px;
    border: 1px solid #ddddde;
}

.ia-invoice-table {
    width: 100%;
    border: 0px solid red;
    border-collapse: collapse;
    table-layout: fixed;
}

    .ia-invoice-table th {
        top: 0;
        background-color: #fff;
        z-index: 10;
        border-bottom: 1px solid #888;
        cursor: pointer;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
        position: sticky;
        top: 0;
        background-color: #fafafb;
        z-index: 100;
    }

        .ia-invoice-table th:hover {
            background-color: #e4f2fd;
        }

    .ia-invoice-table td {
        border-bottom: 1px solid #ddddde;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left:8px;
    }

.ia-table-tr:hover {
    background-color: #e4f2fd;
}

.ia-table-tr .ia-check-invoiceline {
    margin-left: 8px;
}

.ia-invoice-table-no-sort th {
    cursor: default !important;
}

    .ia-invoice-table-no-sort th:hover {
        background-color: #fafafb !important;
    }

.ia-invoices-docid {
    border: 0px solid red;
    padding: 0px !important;
    padding-top: -10px;
    margin-left: 5px;
    padding-top: 8px !important;
}

.ia-text-clip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ia-table-tr td .badge {
    margin-left: auto;
    opacity: .4;
}

.ia-invoices-card-body {
}

.ia-toolbar-filter {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 2px;
    padding-left: 6px;
}
    .ia-toolbar-filter:focus {
        border-color: #eeeeee !important; /* Bootstrap's default focus border color */
    }
    .ia-h-container {
        display: flex;
        border: 0px solid red;
    }

.ia-bottom-statusbar {
    display: flex;
    gap: 2px;
}

.ia-statuslabel-rows {
    color: #888;
}

.ia-invoices-table-title-td {
    background-color: #e3e4e4;
}

.ia-invoices-table-title {
    padding: 4px;
    margin: 0px;
    padding-left: 8px;
    border: 0px solid red;
    --background-color: #e3e4e4;
    margin-bottom: 4px;
    margin-top: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-weight: bold;
}

.ia-invoice-fields-pdf-container {
    margin-left: 12px;
    border: 0px solid #000;
    border-radius: 6px;
    overflow-x: auto;
    width: 100%;
}

.ia-menu-row-rowcount {
    margin-left: auto;
    margin-top: 6px;
    margin-right: 5px;
}

.ia-badge-rowcount {
    color: #888 !important;
}

.ia-fi-country {
    border-radius: 3px;
    opacity: 0.6;
    margin-right: 3px;
    margin-top: -2px;
}

.ia-menu-item-active {
    background-color: #e9f2fe;
    color: #1868db;
}

.ia-menu-item {
    padding-left: 3px;
    border-radius: 4px;
    margin-bottom: 3px;
    cursor: pointer;
}

    .ia-menu-item:hover {
        background-color: #f0f1f2;
        color: #505271;
    }
.btn-group {
    position: relative;
}

.table td {
    position: relative;
}

.sidebar-body {
    background-x: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url('/images/dobg1.png') !important;
}

.sidebar-header {
    background-x: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)), url('/images/dobg1.png') !important;
}

.form-select,
select.form-control {
    background-color: #fff !important;
    border-color: #ced4da !important;
    color: #495057 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

    .form-select:focus,
    select.form-control:focus {
        border-color: #86b7fe !important; /* Bootstrap's default focus border color */
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important; /* Bootstrap's default focus shadow */
    }

#invoice-line-sum-label{
    position:absolute;
    right:20px;
}

#overlay{
    background:#FFFFFF;
}
.ia-history-celltext {
    word-wrap: break-word;
    white-space: normal;
    vertical-align: top;
    max-height: 200px;
    overflow-y: auto;
    
}
.ia-icon-creditors {
    color: darkblue !important;
}
.ia-icon-settings {
    color: darkblue !important;
}
.ia-icon-companies {
    color: darkblue !important;
}
.ia-icon-company-settings {
    color: darkblue !important;
}


