/* Dashboard Manager */
.gaugeListGauge {
    height: 80px;
    width: 160px;
    border-radius: 3.333px;
    border: 0.667px solid var(--light-theme-border-muted, #e1e4ea);
    border-style: solid;
    margin: 3px;
}
.dashboard-container {
    background: #eef0f2;
}
.dashboard-container .row {
    margin-bottom: 20px;
    margin-left: 24px;
    margin-right: 24px;
}
.dashboard-container option {
    padding: 10px;
}
.dashboard-mananger-units {
    color: rgba(102, 106, 117, 1) !important;
    font-size: 12px !important;
}
.admin-container,
.dashboard-manager-container {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: inherit;
}
.admin-container:hover,
.dashboard-manager-container:hover {
    background-color: #3879fa1a !important;
}
.dashboard-manager-container:hover #dashboard-manager-icon,
.admin-container:hover #admin-icon > path {
    fill: #3879fa;
}
.dashboard-manager-container.clicked,
.admin-container.clicked {
    background: rgba(56, 121, 250, 1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    border-left: 3px solid rgba(56, 121, 250, 1);
}
.copy-gauge-body {
    background-color: none;
    border: none;
}
.dashboard-manager-header {
    color: var(--black, #3f4754);
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06px;
    text-transform: capitalize;
    margin-left: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.copy-gauge-header,
.delete-gauge-header,
.delete-widget-header,
.congifure-widget-header {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--light-theme-border-default, #ced0d4);
    height: 64px;
}
.copy-gauge-footer,
.delete-gauge-footer {
    display: flex;
    padding: 12px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-top: 1px solid var(--light-theme-border-default, #ced0d4);
    height: 56px;
}
.delete-modal-body {
    display: flex;
    padding: 18px;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    height: 72px;
}
.dashboard_copy_gauge_list_element > input,
.ut_tree input {
    margin-right: 6px;
    width: 18px;
    height: 18px;
}
/* #dashboard_copy_user_tree .ut_tree .ut_item {

} */
div#gaugelist li {
    font-family: "Roboto", sans-serif;
    color: var(--light-theme-font-default, #202225);
    /* Text/Paragraph 14 */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06px;
    gap: 8px;
    flex-direction: row-reverse;
    /* justify-content: space-around; */
    justify-content: flex-end;
    display: flex;
    padding: 10px;
    width: auto;
    border-bottom: 0.5px solid var(--light-theme-border-muted, #e1e4ea);
}
#gaugelist .dxg-elements > text {
    font-size: 6px !important;
}
.dxg-elements > text {
    color: var(--light-theme-font-heading, #4a4d55) !important;
    font-family: "Roboto", sans-serif !important;
    font-size: 13.341px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    letter-spacing: 0.08px;
    text-transform: capitalize;
}
.dxg-title > text {
    color: var(--light-theme-font-default, #202225) !important;
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px; /* 120% */
    letter-spacing: 0.082px;
    text-transform: capitalize;
}
.gauge-detail {
    min-height: 70.1vh;
}
#gauge svg {
    transform: scale(0.9);
    width: 310px;
}
#gaugelist svg {
    transform: scale(1.1);
}
.copy-gauge-body {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    height: 447px;
    width: 664px;
}
.copy-gauge-title {
    color: var(--black, #3f4754);
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06px;
}
.select-gauge {
    width: 48%;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 3px;
    background: var(--light-theme-background-groupbar, #f6f7f9);
}
.select-user {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 3px;
    background: var(--light-theme-background-groupbar, #f6f7f9);
    width: 48%;
}
.gauge-apply-btn {
    border-radius: 3px;
    background: #3879fa;
    /* margin: 20px; */
    height: 32px !important;
    padding: 4px 12px;
    align-items: center;
    color: white;
    border: none;
    margin-right: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
    height: 40px;
    width: 55px;
}
.apply-btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--light-theme-border-default, #ced0d4);
    height: 64px;
}
.new-gauge-btn {
    border-radius: 3px;
    background: #3879fa;
    /* margin: 20px; */
    padding: 8px 12px;
    align-items: center;
    color: white;
    border: none;
    height: 40px;
    width: 140px;
    margin-right: 24px;
    margin-top: 24px;
    margin-bottom: 12px;
}
.gauge-list-header {
    display: flex;
    align-items: center;
    height: 64px;
    color: var(--light-theme-font-heading, #4a4d55);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.04px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--light-theme-border-default, #ced0d4);
}
.gauge-header-container {
    height: 64px;
    display: flex;
    padding: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* padding-bottom: 9px; */
    border-bottom: 1px solid var(--light-theme-border-default, #ced0d4);
}
.dashboard-body {
    background: white;
    height: inherit;
}
div#gaugelist li:hover {
    border: 1px solid rgba(204, 204, 204, 0.5) !important;
    background: var(--table-hover, rgba(206, 208, 212, 0.3)) !important;
}
/* .dashboard-body input:hover {
    border: unset !important;
} */
.dashboard-body input,
.dashboard-body select {
    border-radius: 3px;
    border: 0.5px solid var(--light-theme-border-muted, #e1e4ea);
    background: var(--light-theme-background-groupbar, #f6f7f9);
    display: flex;
    width: 224px;
    height: 40px;
    padding: 4px 4px 4px 12px;
    justify-content: space-between;
    align-items: center;
}
.dashboard-body input:hover,
.dashboard-body select:hover {
    border: 0.5px solid rgba(206, 208, 212, 1) !important;
    background: rgba(206, 208, 212, 0.3) !important;
}
.dashboard-body input:active,
.dashboard-body select:active {
    border: 0.5px solid rgba(56, 121, 250, 1) !important;
    background: rgba(246, 247, 249, 1) !important;
}
.dashboard-body input:focus,
.dashboard-body select:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: unset;
}
.dashboard-body legend {
    color: #9aa0ad;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.04px;
    text-transform: uppercase;
    border-bottom: none !important;
    padding-left: 15px;
}
.dashboard-body .dx-texteditor {
    border: unset !important;
}
.dashboard-body label {
    white-space: nowrap;
    width: 60px;
    color: var(--light-theme-font-heading, #4a4d55);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.04px;
    text-transform: capitalize;
}
.gaugesetting-class {
    padding: 0px !important;
    background-color: white;
    border-radius: unset !important;
    border-left: 1px solid var(--light-theme-border-default, #ced0d4);
    border-top: none;
    border-right: none;
    border-bottom: none;
    margin-bottom: 0px;
}
.gauge-header {
    padding-left: 16px;
    color: var(--black, #3f4754);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: 0.06px;
    text-transform: capitalize;
}
.dashboard-input-align {
    display: flex !important;
    flex-direction: column !important;
}
.gauge-list {
    color: var(--light-theme-font-heading, #4a4d55);
}
.gauge-input {
    display: flex;
    width: 224px;
    padding: 4px 4px 4px 12px;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
}
#deleteGaugebutton,
.delete-saved-ocr-btn {
    color: var(--status-colors-danger, #ff3a3f);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.06px;
    border: unset !important;
}
#copygaugeviewbutton {
    color: #3879fa;
    text-align: center;
    /* font-family: Roboto; */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.04px;
    border: none !important;
    margin-right: 3px;
}
#deleteGaugebutton:hover {
    background-color: none I !important;
}
#copy_dashboard_button {
    width: 56px;
    height: 32px;
    display: flex;
    padding: 4px 12px;
    align-items: center;
    border-radius: 3px;
    background: #3879fa;
    color: var(--light-theme-white);
    margin-left: 10px;
}
#cancel_dashboard_button {
    border: none;
    width: 67px;
    height: 32px;
    display: flex;
    padding: 4px 12px;
    align-items: center;
    border-radius: 3px;
}
.copygaugeviewbutton .clearfix:before {
    content: none;
}
.delete-modal-body {
    color: var(--light-theme-font-default, #202225);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.06px;
}
#delete_dashboard_button {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    border-radius: 3px;
    background: var(--status-colors-danger, #ff3a3f);
    color: var(--common-white, #fff);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.06px;
    border: none;
}
.gaugeDisplayName {
    flex: 1;
    color: var(--Light-Theme-Font-default, #202225);
    /* Text/Paragraph 14 */
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06px;
}
.gaugeBoxContainer {
    cursor: pointer;
    display: flex;
    position: relative;
}
.gaugeEditIcon {
    display: none;
    order: -1;
    /* display: flex;
    align-items: center; */
}
.gaugeBoxContainer:hover .gaugeEditIcon {
    display: block;
}
#copy_selected_gauge,
#delete_selected_gauge {
    border: unset;
    display: flex;
    width: 128px;
    padding: 6px 12px 6px 16px;
    background: white;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
}
#copy_selected_gauge:hover,
#delete_selected_gauge:hover {
    background: #f3f5f6;
}
.gaugeEditOptions {
    display: flex;
    padding: 8px;
    flex-direction: column;
    background: white;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow:
        0px 15px 15px 0px rgba(0, 0, 0, 0.04),
        0px 5.7px 12px 0px rgba(0, 0, 0, 0.05),
        0px 2.6px 8px 0px rgba(0, 0, 0, 0.06),
        0px 0.9px 4px 0px rgba(0, 0, 0, 0.08);
}
.gaugeEditIcon:hover {
    background: #e1e4ea;
}
#gpshistorytable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: rgb(51, 122, 183);
    color: white;
}
#gpshistorytable td,
#gpshistorytable th {
    background-color: white;
    color: black;
    padding: 8px 0;
    height: 48px;
    /* border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221); */
    border-image: initial;
    /* padding: 8px; */
}
#gpshistorytable th,
#telemhistorytable th {
    position: sticky;
    top: 0;
    padding-left: 8px;
    border-bottom: 1px solid var(--Light-Theme-Border-muted, #e1e4ea);
}
#gpshistorytable td,
#telemhistorytable td {
    padding-left: 8px;
    border-bottom: 1px solid var(--Light-Theme-Border-aside, rgba(225, 228, 234, 0.4));
}
#techdataviewTabs > li.active > a {
    background-color: unset;
    color: var(--Light-Theme-Font-active, #3879fa);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.06px;
    border: unset;
    border-bottom: 2px solid var(--Light-Theme-Font-active, #3879fa);
    background: rgba(235, 242, 254, 0);
}
#techdataviewTabs > li > a {
    color: #666a75;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}
#techdataviewTabs > li.hover > a {
    border: unset;
}
#gpshistorytable tr,
#telemhistorytable tr {
    height: 48px;
}
#tech-data-body {
    display: none;
    background: white;
}
#telemhistorytable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    /* background-color: rgb(51, 122, 183); */
    color: white;
}
#telemhistorytable tr td,
#gpshistorytable tr td {
    background-color: white;
    color: black;
    vertical-align: middle;
    color: var(--Light-Theme-Font-default, var(--Font-Colors-Default, #202225));
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.06px;
    text-transform: capitalize;
}
#telemhistorytable td,
#telemhistorytable th {
    background-color: white;
    color: black;
    padding: 8px 0;
    border-image: initial;
    padding: 8px;
}
#admin-main-content #telemhistorytable {
    width: 100%;
}
#maintFenceList li {
    height: 36px;
    border-bottom: 1px solid var(--Light-Theme-Border-aside, rgba(225, 228, 234, 0.4));
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 32px;
    border-left: unset;
}
/* #maintFenceList li:hover {
    background: #3879fa;
} */
#maintFenceList ul {
    list-style-type: none;
    padding-left: unset;
}
#maintFenceList {
    padding-top: 10px;
    height: calc(83.2vh - 46px);
    overflow: auto;
}
.tech-data-container {
    padding: 10px 12px;
    border-radius: 3px;
    background: rgba(56, 121, 250, 0.15);
    color: var(--Light-Theme-Font-active, #3879fa);
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06px;
    text-transform: capitalize;
}
