body {
    margin-top: 130px;
    padding: 0;
    line-height: 1;
    font-family: "Courier New", Courier, "Credit Valley", WST_Czec, WST_Engl, WST_Fren, monospace;
}

.lim-title {
    font-weight: bolder;
    font-size: 25px;
}

.text-primary {
    text-decoration: underline;
    text-decoration-color: darkgray;
}

.rotate45 {
    transform: rotateZ(45deg);
}

.navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    padding-bottom: 5px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 4;
}

.navbar-toggler {
    position: fixed;
    left: 0px;
    top: 0; /* Position the navbar at the top of the page */
}

.sub-menue {
    overflow: hidden;
    position: fixed;
    width: 100%;
    background-color: white;
    padding: 10px;
    z-index: 5;
    top: 57px;
    border-bottom: 1px solid lightgrey;
}

form {
    width: auto;
}

.submit-div {
    margin-left: -5px;
}

.nowrap {
    white-space: nowrap;
}
.page-center {
    left: 10%;
    top: 20%;
    position: absolute;
}

.page-content {
    margin-left: 20px;
    margin-top: 10px;
}

.page-actions {
    vertical-align: middle;
    font-style: normal;
    color: #000000;
    padding: 2px;
    margin: 2px;
}

.form-content {
    margin-left: 5px;
}


a:link {
    color: #b22222;
    text-decoration: none;
    border: none;
}

a:active {
    color: #b22222;
    text-decoration: none;
    border: none;
}

a:visited {
    color: #b22222;
    text-decoration: none;
    border: none;
}

a:hover {
    color: red;
    text-decoration: none;
}

a > img {
    border: none;
}

img {
    border: 0 none;
}

label {
    margin: 0 2px 0 4px;
}

span {
    vertical-align: bottom;
}

.btn-default {
    padding: 3px;
    white-space: nowrap;
    width: fit-content;
}

.btn-go {
    width: 35px;
}

.btn-submit {
    margin-bottom: 5px;
    margin-top: 5px;
}

.InputAddOn {
    display: flex;
    margin-bottom: 1.5em;
}

.InputAddOn-field {
    flex: 1;
}

    .InputAddOn-field:not(:first-child) {
        border-left: 0;
    }

    .InputAddOn-field:not(:last-child) {
        border-right: 0;
    }

.InputAddOn-item {
    font: inherit;
}

.InputAddOn-field,
.InputAddOn-item {
}

    .InputAddOn-field:first-child,
    .InputAddOn-item:first-child {
        border-radius: 2px 0 0 2px;
    }

    .InputAddOn-field:last-child,
    .InputAddOn-item:last-child {
        border-radius: 0 2px 2px 0;
    }

.wbutton {
    cursor: pointer;
    vertical-align: middle;
    font-weight: bold;
    font-size: small;
    color: Black;
    border: 1px solid Red;
    background-color: #efefef;
}

    .wbutton:hover {
        background-color: #ddd;
        border: 1px dotted #00CCCC;
    }

.wtext {
    vertical-align: middle;
    text-align: left;
    direction: ltr;
}

.wcheckbox {
    vertical-align: middle;
}

.wdropdown {
    vertical-align: middle;
}

table {
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    text-overflow: clip;
    margin-left: 10px;
}

    table td {
        padding: 1px;
    }

.phone {
    vertical-align: middle;
    width: 140px;
    padding-left: 2px;
    padding-right: 2px;
}

.padded {
    padding: 10px;
}

.padded-1 {
    padding: 1px;
}

.breakline {
    background-color: #496473;
}

.red-border, .red-border:focus, .red-border:active {
    outline: none !important;
    border-color: red;
}

.date-grey {
    background-color: #efefef;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
}

.no-display {
    display: none;
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
}


@media print {
    .printarea {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 0;
        margin: -1px;
        font-size: smaller;
    }

    .noprintarea {
        display: none;
        top: 0;
        padding: 0;
        margin: -8px;
    }
}


.lim-chartjs {
    min-height: 470px;
    height: 470px;
    max-height: 700px;
    max-width: 100%;
    display: block;
}

.loadsheet_body {
    margin: 0;
}


.bold-text {
    font-size: 16px;
    font-weight: bolder;
    display: inline-grid;
    vertical-align: middle;
    padding-top: 2px;
}

.main-select {
    width: 60px;
    height: 40px;
    padding: 0;
    margin: 0;
}

table.dataTable tbody tr {
    background-color: transparent;
}

.readonly {
    border: 0;
    border-color: transparent;
    text-align: right;
}

input {
    display: block;
}

    input::-webkit-input-placeholder {
        font-size: 13px;
        color: darkgray;
    }

.btn-submit-location {
    position: relative;
    top: 30px;
}

.navbar-title {
    margin-left: 75px;
    padding: 5px 15px;
    width: auto;
}

.col-fit {
    width: fit-content;
    margin-left: 5px;
}

.odd-even {
    padding: 5px;
}

    .odd-even tr:nth-child(odd), input:nth-child(odd) {
        background-color: whitesmoke;
    }

    .odd-even input:nth-child(odd) {
        background-color: transparent;
    }

    .odd-even div.row:nth-child(odd) {
        background-color: whitesmoke;
    }

.btn {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}

.btn-bottom .col {
    padding-bottom: 1px;
}

.btn-bottom .row {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.vcenter {
    height: 100%;
    vertical-align: middle;
    line-height: 100%;
}

.vtop {
    display: flex;
    align-items: start;
    bottom: 5px;
}

.vbottom {
    display: flex;
    align-items: baseline;
    bottom: 5px;
}

.col-bottom {
    margin-top: 20px;
}


@media (min-width: 450px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 550px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 650px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 750px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 800px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}


.icon-by {
    color: #00000080;
    margin-top: 10px;
    margin-right: 5px;
}



@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    /*
	Label the data
	*/
}

