﻿body {
    color: #333;
}

.container-fluid {
    overflow: auto;
}

.panel-body {
    display: flex;
    justify-content: center;
}

.panel-header-body {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 4px;
}

.panel-center {
    display: flex;
    justify-content: center;
}

p {
    color: #333;
}

/*for find by text in gridstack format*/
.find-by-grid {
    color: #000 !important;
}

/*Complex view models styling*/
.content-layout {
    display: flex;
    width: 95%;
}

.content-layout-head {
    width: 50%;
    padding-left: 2em;
}

.content-layout-location {
    width: 50%;
    padding-left: 2em;
}
/*Complex view models styling*/
.header-actions {
    background-color: #fff;
    border-bottom: 1px solid #000;
}

.my-divider {
    max-width: 100%;
}

.table, th, td {
    border: solid 1px #bbbbbb;
    border-collapse: collapse;
    padding: 2px;
    color: #000 !important;
}

    .table > tbody > tr > th {
        border-top: 1px solid #bbbbbb !important;
    }

.dashboard_table > tbody > tr > th > a {
    color: #000 !important;
    text-decoration: none;
}

    .dashboard_table > tbody > tr > th > a:hover {
        text-decoration: none;
        color: #82868a !important;
    }

.dashboard_table > tbody > tr > td > a {
    color: #000 !important;
    text-decoration: none;
}

    .dashboard_table > tbody > tr > td > a:hover {
        text-decoration: none;
        color: #82868a !important;
    }

#table-scroll {
    width: 100%;
    height: 700px;
    overflow: scroll;
}

.table-correction {
    margin-top: 137px;
}

.table-data-center {
    display: flex;
    justify-content: center;
}

.form-color {
    color: #fff;
}

.dashboard-form {
    color: #000;
    text-align: left;
}

.dash-form {
    display: flex;
    justify-content: center;
}

.label-color {
    color: #000 !important;
}

.text-adjust {
    text-align: left;
    margin-left: 14px;
}

.chat-box {
    left: 30%;
    top: 0%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: auto;
    min-width: 20em;
    padding: .1em;
    background: #FFF;
    transition: all 1s;
    border-radius: 2px;
    box-shadow: 0px 10px 10px 1px;
    background-color: #e4f1ed;
}

.chat-text {
    list-style: none;
    text-align: left;
}

.my-actions {
    color: #000;
    display: flex;
    justify-content: center;
}

p > a {
    color: #3c8dbc;
}

    p > a:hover {
        color: #82868a;
        text-decoration: none;
    }

.grid-stack {
    background: #282529;
}

.grid-stack-item-content {
    color: #282529;
    text-align: center;
    background-color: #e4f1ed;
}

.well {
    border: none;
}

.panel-heading {
    background-color: #6699cc;
}

.panel {
    border: none;
}

.widget-main {
    width: 100%;
}

.widget-header {
    cursor: auto;
    justify-self: center;
    align-items: center;
}

.form-actions {
    display: flex;
    align-items: baseline;
    float: left;
    margin: 10px;
}

.search-form {
    display: flex;
    flex-flow: column;
    align-items: baseline;
    float: left;
    margin-top: 10px;
}

.form-adjust {
    margin-left: 17px;
}

.form-correction {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.input-spacing {
    margin-left: 6px;
}

.search-btn {
    padding: 9px 11px 11px 11px;
    background-color: #f39c12;
    list-style: none;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 3px;
}

    .search-btn:hover {
        background-color: #e08e0b;
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
        color: #333;
        text-decoration: none;
    }

.search-btn-close {
    margin-right: 6px;
    margin-top: 1px;
    padding: 11px 11px 12px 11px;
    background-color: #fefefe;
    color: red;
    border-top: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.panel-sizing {
    height: 55px;
    cursor: move;
    display: grid;
}

.panel-btn {
    justify-self: start;
    align-self: start;
}

.info-box-number {
    color: #282529;
}

.info-box-text {
    color: #282529;
}

/*Table Responsiveness*/
.my-table {
    max-height: 450px;
    border: 10px solid #fff;
    margin: 2px;
}

@media (min-height: 750px) {
    .my-table {
        max-height: 750px;
    }
}

@media (min-height: 1000px) {
    .my-table {
        max-height: 900px;
    }
}

@media screen and (min-height: 1200px) and (min-width: 1600px) {
    .my-table {
        max-height: 1200px;
    }
}

@media (min-width: 5000px) {
    .my-table {
        max-height: 100%;
    }
}

.html-tableview {
    overflow: hidden;
}

#ValueOptionSelectList {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.calibration-table {
    /* Critical: Forces the browser to strictly honor the defined widths, 
       ignoring content length */
    table-layout: fixed;
    width: 100%; /* Ensures the table spans the available container space */
}

    .calibration-table thead tr th label {
        color: var(--header-text-color) !important;
        font-weight: bold;
    }

    /* Target the first column (1/3 of the width) */
    .calibration-table th:nth-child(1),
    .calibration-table td:nth-child(1) {
        width: 33.33%;
    }

    /* Target the second column (2/3 of the width) */
    .calibration-table th:nth-child(2), 
    .calibration-table td:nth-child(2) {
        width: 66.67%;
    }

.striped-rows .row:nth-of-type(odd) {
    background-color: #f8f9fa; /* Light gray for odd rows */
}

.striped-rows .row:nth-of-type(even) {
    background-color: #e9ecef; /* Slightly darker gray for even rows */
}

.tight-spacing {
    display: flex;
    --bs-gutter-x: 0; /* g-0 rule */
    --bs-gutter-y: 0; /* g-0 rule */
    margin: 0 !important; /* m-0 rule */
    padding: !important; /* p-0 rule */
    align-items: center;
}

.tight-col-spacing {
    --bs-gutter-x: 0; /* g-0 rule */
    --bs-gutter-y: 0; /* g-0 rule */
    margin: 0 !important; /* m-0 rule */
    margin-left: 0.25rem !important;
    padding: !important; /* p-0 rule */
    padding-left: 0.25rem !important;
}

.tight-item-spacing {
    display: flex;
    --bs-gutter-x: 0; /* g-0 rule */
    --bs-gutter-y: 0; /* g-0 rule */
    margin: 0 !important; /* m-0 rule */
    padding: 0.125rem !important; /* p-0 rule */
    align-items: center;
}

.input-flex-end {
    display: flex;
    justify-content: end;
}
