:root {
    --gray1: #ededee;
    --button_with1: 250px;
    --border_gray1: #cbcccd;
    --icon_gray1: #8a8d8f;
    --table_header_gray1: #fbfbfb;
    --diagrams_background: #f2f2fa;
    --header_size: 85px;
    --footer_size: 53px;
    --chat_size: 100vh;
    --address_size: 0px;
}


body {
    font-family: "Exo 2";
}

footer {
    z-index: 1;
}

.main_module {
    max-width: 100%;
    max-height: calc(100vh - var(--header_size) - var(--footer_size));

}

#globalBody {
    height: 100vh;
    overflow: hidden;
}

.header_credits_div {
    position: absolute;
    /*left: 50%;
    transform: translateX(-50%);*/
    top: 125%;
    margin-left: 3px;
}

.header_credits_div_side {
    display: none;
    padding-top: 5px;
}

.loading_page {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    background-color: white;
}

.loading_page_message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.loading_module {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: none;
}


.loading_show {
    display: block;
}

/* ----- INDEX ----- */
.sidebar_avatar {
    width: fit-content;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}


/* ----- LOGIN ----- */

.login_form_div {
    text-align: center;
    width: fit-content;
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);

}

.login_form {
    margin-top: 35px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.login_label {
    text-align: left;
    padding-left: 4px;
    margin-top: 25px;
}

.login_remember {
    margin-top: 20px;
}

.login_signin {
    width: var(--button_with1);
    margin-top: 12px;
}

.login_signin .fa {
    color: var(--icon_gray1);
}


/* ----- RESULTS ----- */

.results_container {
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(100vh - var(--header_size) - var(--footer_size) - 20px);
    height: calc(100vh - var(--header_size) - var(--footer_size) - 20px);
    position: relative;
    margin: auto;
}

.filters_button .fa {
    font-size: 22px;
}

.filters_form {
    display: none;

}

.oj-table-scroll-horizontal:not(.oj-table-sticky) .oj-table-body,
.oj-table-scroll-horizontal .oj-table-scroller {
    overflow-x: hidden;
}

.results_table_div {
    margin-bottom: 20px;
}

.results_table {
    width: 100%;
    font-family: "Rajdhani";
    /*height: 60vh;*/
    height: calc(100vh - var(--header_size) - var(--footer_size) - 36px - 60px - 40px);

}

.form_container {
    overflow: auto;
    max-height: calc(100vh - var(--header_size) - var(--footer_size) - 36px - 60px - 40px);
}

.tableHeader {
    background-color: var(--table_header_gray1);
    font-weight: 600;
    font-size: 16px;
}

.tableCell {
    font-weight: 400;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 1.75em;
}

.range_results {
    font-size: 12px;
}

#results_table td {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.results_table_div .oj-table-header {
    background-color: var(--table_header_gray1);
}


#page1,
#devices_page1 {
    /*padding-right: 10px;*/
}

.results-page,
.devices-page,
.results-page-fix {
    position: absolute;
    /*width: calc(100% - 20px);*/
    width: 100%;
    overflow: auto;
    transition: transform 0.25s;
    height: calc(100% - 20px);

    left: 10;

}

.table_title .oj-button {
    margin-bottom: 0;
}

.results-page-hide {
    transform: translate3d(-200%, 0, 0);
}

.sample-page-hide {
    transform: translate3d(200%, 0, 0);
}

.sample_info_results {
    width: max(30%, 300px);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.result_gauge {
    height: 20px;
}




/* ----- DIALOG ----- */
#firmware_dialog {
    width: 50vw;
    font-family: "Rajdhani";
    font-weight: 400;
    font-size: 22px;
    border-radius: 15px;
}

#firmware_dialog .oj-dialog-header {
    display: inline;
    vertical-align: sub;
    text-align: center;
    font-size: 26px;
    position: relative;
    top: 1px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#firmware_dialog .oj-dialog-body {
    display: table;
    min-height: 25vh;
    width: 100%;
    margin: 0px;
    font-size: 140%;

}



.dialogBodyText {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
}

#firmware_dialog .oj-dialog-footer {
    justify-content: center;
}

#firmware_dialog .oj-button-button {
    height: 40px;
}

#firmware_dialog .dialogButton {
    height: 40px !important;
    width: 150px;
    font-size: 21px;
    margin: 10px;
}

.dialogButton {
    width: 150px;
    font-size: 21px;
    margin: 10px;
}

.oj-dialog-footer>.oj-button {
    margin-left: unset;
}

.dialogIcon {
    width: fit-content;
    float: left;
}

.dialogIcon span {
    font-size: 30px;
}

.led_type_splitter {}


/* ----- Analytics ----- */
.analytics_qa_flex {
    width: 15px;
}

.analytics_gauge {
    float: left;
    width: 17px;
    height: 38px;
}

.clear_filters {
    margin-top: 20px;
    width: 100%;
    max-width: 18em;
    min-width: 8em;
}


.analytics_first_row {
    width: 100%;
}


.analytics_chart {
    width: 100%;
    height: 400px;
}

.analytics_table,
.calculated_table {
    font-family: 'Rajdhani';
}

.analytics_table {
    width: 400px;
}

.calculated_table {}

.analytics_chart_div {
    margin: auto;
    max-width: 900px;
    min-width: 600px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 10px;
}

.analytics_table_div {
    max-height: 75vh;
    max-width: 1200px;
    min-width: 600px;
    margin-right: auto;
    margin-left: auto;
    /*margin-bottom: 30px;*/
    /*padding-left: 0;
    padding-right: 0;*/
    margin-top: 10px;
    overflow: auto;
}


#analytics_table .analytics_action {
    text-align: right;
}

#analytics_table .analytics_action .oj-toolbar {
    display: unset;
    padding-right: 5px;
}

.analytics_info_button {
    position: absolute;
    right: 10px;
    top: 10px;
}

.analytics_sample_table {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    overflow-x: auto;
    padding-left: 0px;
    padding-right: 0px;
}

.analytics_sample_info {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    overflow-x: auto;
}

.results_panel_info {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.associate_body_wrapper,
.observations_body_wrapper {
    text-align: left;
}

.associate_patient_id {
    width: calc(100% - 10px);
}

.results_span_label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.25em;
}

.results_info_first_row {
    text-align: left;
    margin-bottom: 25px;
}

.results_info_buttons {
    margin-top: 30px;
    text-align: left;
}

.email_dialog_center {
    width: fit-content;
    width: 250px;
    margin: auto;
    margin-bottom: 15px;
}

.analytics_parameter {
    width: 55%;
}

.back_to_list {
    margin-right: 10px;
}

.sample_title {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: auto;
    margin-top: auto;
    padding-bottom: 4px;
    padding-left: 10px;
}

.units {
    font-size: 10px;
}

.calculated_parameter {}

.results_info_button {
    width: 120px;
    padding-left: 4px;
    padding-right: 4px;
}

.table_title {
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    font-family: 'Rajdhani';
    margin-bottom: 10px;
}

.table_title_second {
    margin-top: 15px;
}

.sample_data_title .oj-treeview-item-text {
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.8) !important;
    font-family: 'Rajdhani';
}

.sample_data_param {
    color: rgba(0, 0, 0, 0.6);
}

#sample_data_treeview .oj-expanded,
#sample_data_treeview .oj-collapsed {
    float: left;
    width: 33%;
}

#sample_data_treeview {
    overflow: hidden;
}

.sample_data_value {
    color: rgba(0, 0, 0, 0.8);
}

.sample_info_form {
    padding-top: 8px;
}

.sample_info_label {
    padding-top: 5px;
}

.save_sample_info {
    width: 150px;
    margin-top: 15px;
    margin-right: 2px;
}

.paste_sample_info {
    width: 150px;
    margin-top: 15px;
    margin-left: 2px;
}

.paste_dialog {
    width: 70%;
    height: 100vh;
}

.paste_table {
    overflow: auto;
    width: 100%;
}

.tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: #555;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 1px;

    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;

    margin-left: -100px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-left-color: inherit;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */
/*.cell_align_right:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }*/
tr:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}



/* ----- TABLE MANAGER ----- */
.new_modal {
    width: 90%;
    height: 90vh;
}

.tablemanager_page {
    position: absolute;
    overflow: auto;
    /*height: 100%;*/
    height: calc(100% - 240px);
    width: 100%;
    left: 0;
    transition: transform 0.25s;
}

.tablemanager_page1_hide {
    transform: translate3d(-100%, 0, 0);
}

.tablemanager_page2_hide {
    transform: translate3d(100%, 0, 0);
}

.table_manager_tables_flex li {
    padding: 0;
}

.table_manager_tables_flex .oj-listview-no-data-message {
    padding: 0.85714rem;
}

.table_manager_tables_flex {
    font-family: "Rajdhani";
    font-size: 17px;
    max-width: 1850px;
    margin: auto;
    -webkit-box-shadow: 0px 17px 21px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 17px 21px -13px rgba(0, 0, 0, 0.05);
}

.graph_in_button {
    position: fixed;
    right: 30px;
    top: 420px;
    width: 100px;
    z-index: 999;
}

.graph_in_button .oj-button-label {
    background-color: #ededee;
}

.tablemanager_listview_title {
    font-size: 18px;
    font-weight: 500;
    padding: 5px;
}

.tablemanager_listview {
    max-height: 215px;
}

.tablemanager_checkbox {
    margin: 0 !important;
}

.tablemanager_checkbox .oj-choice-item {
    height: 16px;
}

.tablemanager_dialog_footer {
    text-align: center;
    justify-content: center;
    background-color: var(--gray1);
    border-top: 1px solid var(--border_gray1);
}

.tablemanager_dialog_button {
    width: 150px;
}

#tablemanager_diagram {
    border: 1px solid var(--border_gray1);
    /*height: 700px;*/
    height: calc(100% - 65px);
    margin-top: 30px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: var(--diagrams_background);
}


.tablemanager_graph {
    border: 1px solid var(--border_gray1);
    margin: auto;
    margin-top: 30px;
    width: 100%;
    height: calc(100% - 90px);
    background-color: var(--diagrams_background);
}

ul {
    list-style: none;
}

.context-menu {
    position: absolute;
    z-index: 9999;
}

.menu {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(64 64 64 / 5%);
    padding: 10px 0;
}

.menu>li>a {
    font: inherit;
    border: 0;
    padding: 10px 30px 10px 15px;

    display: flex;
    align-items: center;
    position: relative;
    text-decoration: unset;
    color: #000;
    font-weight: 500;
    transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;

}

.menu>li>a:hover {
    background: #f1f3f7;
    color: #4b00ff;
}

.menu>li>a>i {
    padding-right: 10px;
}

.menu>li.trash>a:hover {
    color: red;
}

/* ------ PATIENTS ------- */
.patients_filters {
    margin-top: 10px;
    margin-bottom: 20px;
}

.patients_num {
    position: absolute;
    right: 5px;
    top: 1px;
    font-size: 11px;
}

.patients_card_div {
    width: 160px;
    height: 144px;
    /*background-color: var(--gray1);*/
    padding-top: 15px;
    position: relative;
}

.patients_icon_div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.patients_icon_div .oj-avatar {
    border: unset;
}

.patients_card_name {
    text-align: center;
    margin-top: 5px;
}

.patients_card_date {
    text-align: center;
    font-size: 12px;
}

.patients_listview {
    margin-bottom: 20px;
}

.video_div {
    /*display: none;*/
    width: fit-content;
    margin: auto;
}

.associated_table {
    /*min-width: 350px;
    width: 20%;*/
    height: 300px;
    margin-bottom: 40px;

}

.patient_back_button_div {
    width: 100%;
    text-align: right;
}

.patient_back_button {
    width: 50px;
}

.patient_save_info_div {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

.patient_button {
    width: 150px;
}

.patient_qr {
    width: 50px;
}

#video_camera {
    width: 100%;
}

.patients_chart {
    width: 100%;
}

.patients_assoc_table {
    padding: 10px;
}

.patients_chart_div {
    width: 100%;
    min-width: 300px;
    margin-bottom: 20px;
}


/* --- DEVICE MANAGER --- */
.devices-page1-hide {
    transform: translate3d(-200%, 0, 0);
}

.devices-page2-hide {
    transform: translate3d(200%, 0, 0);
}

.devices_listview {
    width: 80%;
    margin: auto;
    height: 80%;
    margin-top: 25px;
}

.online_circle {
    margin-top: 15px;
    margin-left: 10px;
}

#terminal {
    width: 100%;
    height: 100vh;
}

.device_manager_panel {
    margin: 5px;
    max-width: 470px;
    min-width: 428px;
}

.device_manager_panel_small {
    margin: 5px;
    /* max-width: 200px; */
    min-width: 200px;
}

.usb_table_header {
    font-size: 15px;
    border-bottom: 1px solid var(--border_gray1);
}

.save_device_info {
    height: 35px;
    margin-left: 20px;
}

.usb_table td {
    padding-right: 5px;
}

.ledVis {
    text-align: center;
}

.device_name_input {
    width: 150px;
}

.device_sites {
    width: 200px;
    margin-right: 10px;
}

.device_manager_panel_xs {
    margin: 5px;
    max-width: 200px;
    max-height: 100px;
}

.device_manager_rgb_div {
    margin: 5px;
    max-width: 200px;
    height: fit-content;
}

.cpu_chart {}

.fans_chart {}

.device_manager_title {
    color: var(--icon_gray1);
    margin-bottom: 15px;
    text-align: left;
}

.add_card_manual_button_div {
    text-align: center;
}

.device_manager_buttons {
    width: 150px;

}

.device_manager_buttons span {
    font-size: 14px;
}

.device_manager_takesample_loading {
    margin-top: 7px;
    margin-left: 6px;
}

.device_manager_switch_div {
    text-align: center;
}

.led_button {
    width: 65px;
}

.led_button span {
    color: #8a8d8f;
}

.device_manager_rfid_div {
    text-align: center;
}

.rfid_value,
.sound_playing_div {
    padding-top: 20px;
}

.device_manager_terminal_div {
    text-align: center;
}

.device_manager_logs_div {
    text-align: center;
    margin-bottom: 7px;
}

.device_manager_restart_div {
    text-align: center;
    margin-top: 10px;
}

.device_name_ip {
    margin-bottom: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.device_manager_name {
    font-family: 'Rajdhani';
    font-size: 22px;
    color: #8a8d8f;
}

.device_manager_ip {
    font-family: 'Rajdhani';
    font-size: 15px;
    font-weight: 100;
    color: #8a8d8f;
}

.device_manager_small_colmn {
    /*max-width: fit-content;*/
    max-width: 15%;
    min-width: 245px;
    width: 15%;
}

.device_manager_large_colmn {
    /*max-width: fit-content;*/
    max-width: 30%;
    width: 30%;
    margin: 5px !important;
    padding: 12px !important;
}

.device_manager_larger_colmn {
    /*max-width: fit-content;*/
    max-width: 32.5%;
    min-width: 483px;
    width: 40%;
    margin: 5px !important;
    padding: 12px !important;
}



.liveExposureTime {
    width: 150px;
}

.manager_zoom {
    text-align: right;
}

.device_manager_panel .oj-statusmetergauge {
    width: unset;
    height: 50px;
}

.battery_flex {
    text-align: center;
}

.manager_zoom_chart {
    max-width: 100%;
    width: 100%;
    height: 65vh;
}

.fan_button {
    width: 100px;
}

.fan_button span {
    color: #8a8d8f;
}

.sample_chart {
    width: 100%;
    height: calc(100% - 100px);
}

#manager_chart_panel .exposure_class {
    width: 42%;
}

.battery_prop {
    color: #8a8d8f;
}

.ref_spectrum_div {
    width: 100%;
    text-align: right;
    margin-right: 30px;
    position: absolute;
    z-index: 10;
}

/* ------ SPECTRAL DATA ------- */
.spectral_list_headers {
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    color: rgba(0, 0, 0, .85);
    border-bottom: 1px solid #e5e6e6;
    background-color: #fbfbfb;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
}

#page1_sample_details .spectral_list_headers {
    padding-left: 22px;
}

.spectral_samples {
    /*height: 400px;*/
    height: 60vh;
    width: 100%;
    font-size: 15px;
    font-family: 'Rajdhani';
    font-weight: 400;
}



#spectral_samples .oj-listitemlayout-grid {
    padding: 0px;
}

#spectral_samples .oj-listview-item {
    padding: 0px;
    padding-left: 0px;
    margin-left: 0px;
}

.spectra_listview_item {
    height: 2.75em;
}

.spectral_select {
    max-width: fit-content;
    margin-right: 5px;
}

.spectral_chart_legend_div {
    max-width: fit-content;
}

.spectral_legend_chart {
    max-width: 200px;
    height: 70vh;
}

.spectral_main_chart {
    width: 100%;
    height: 100%;
}

.spectral_second_chart {
    width: 100%;
    height: 100px;
}

.sample_details_flex {
    position: relative;
    max-width: 400px;
    margin-top: 20px;
    margin-left: 20px;
    max-height: 70vh;
}

.results-page_sample_details {
    position: absolute;
    /*width: calc(100% - 20px);*/
    width: calc(100% - 20px);
    overflow: auto;
    transition: transform 0.25s;
    /*height: calc(100% - 20px);*/

}


.client_page_title {
    width: 220px;
}

.teammanager_page_title {
    width: 320px;
}

.report_client_div {
    width: 220px;
    text-align: right;
    padding-top: 11px;
}


.clientsListReportDiv {
    width: 30%;
}

.sample_detail-page-hide {
    transform: translate3d(250%, 0, 0);
}

.spectra_data_page2 {
    overflow-x: hidden;
}

#spectral_sampledetail_list li {
    padding: 0;
}

.spectral_sample_detail_header,
.qr_name_header,
.qr_status_header {
    color: rgba(0, 0, 0, .85);
    border-bottom: 1px solid #e5e6e6;
    background-color: #fbfbfb;
    font-family: 'Rajdhani';
    font-weight: 600;
    font-size: 16px;
}

.spectral_qa {
    text-align: end;
}

.force_import_check {
    margin-top: 20px;
}

.spectral_data_sample_mainflex {
    margin-top: 20px;
}

.spectral_data_buttons {
    width: 150px;
    margin-right: 5px;
}

#sample_detail_results .spectral_samples_cell,
#import_detail_results .spectral_samples_cell {
    text-align: center;
}

#sample_detail_results .spectral_sample_detail_header,
#import_detail_results .spectral_sample_detail_header {
    text-align: center;
    padding-right: 0;
}

.sample_detail_results {
    width: fit-content;
    margin: auto;
    margin-top: 30px;
}

#sd_samples_dialog .oj-dialog-body,
#import_samples_dialog .oj-dialog-body {
    text-align: center;
}

#import_dialog {
    width: 50vw;
    font-family: "Rajdhani";
    font-weight: 400;
    font-size: 22px;
    border-radius: 15px;
}

#import_dialog .oj-dialog-body {
    display: table;
    min-height: 25vh;
    height: 38vh;
    width: 100%;
    margin: 0px;
    font-size: 140%;

}

.import_patients_dialog {
    height: 50vh !important;
}

.spectral_pat_import_body {
    text-align: center;
    margin-top: 35px;
}

.spectral_pat_import_body .oj-label {
    width: 250px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.spectral_modal {
    width: 500px;
    height: 70vh;
}

.sp_calculate {
    margin-right: 20px;
    text-align: center;
}

.spectral_firstpicker {
    margin-right: 10px;
}

.import_filepicker {
    width: 250px !important;
    height: 35px;
    cursor: pointer;
}

.sp_calculate .import_filepicker {
    width: 150px !important;
}

.import_filepicker .oj-filepicker-dropzone {
    padding: 0;
}

.import_filepicker .oj-filepicker-text {
    padding-left: 5px;
    padding-top: 4px;
}

.loading_terminal {
    color: white;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 999;
}

.loading_terminal .fa {
    font-size: 40px;
}

.spectral_switchs {
    width: fit-content;
    margin: auto;
}

.spectral_switch {
    padding: 10px;
}

.zerosDialog {
    width: 80%;
    height: 80vh;
}

.res_label {
    display: inline-block;
}

.spectral_highres_div {
    margin-left: 25px;
}

.zero_chart {
    width: 70%;
    margin: auto;
    height: 60vh;
}

.ref_zero {
    position: absolute;
    top: 20px;
    right: 30px;
}

.device_zeros_div {
    width: 500px;
}

.zeros_samples {
    height: 300px;
}

.devicemanager_zero_qa {
    text-align: right;
    padding-right: 30px;
}

.spectral_list_headers .devicemanager_zero_qa {
    /*padding-right: 20px;*/
}

.hide_menu {
    display: none;
}

.change_delete {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 15px;
    left: 50px;
    border-radius: 35px;
    cursor: pointer;
    background-color: rgb(239, 239, 239);

    box-shadow: 0px 0px 15px #00000030;
    border: solid 1px #ffffff;
}

.change_delete .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

/* ---- DASHBOARD ---- */
.samples_chart_div {}


.dashboard_container {
    overflow: auto;
    max-height: calc(100vh - var(--header_size) - var(--footer_size) - 20px);
    max-width: 1100px;
    margin: auto;
}


.dashboard_flex {
    /*margin-top: calc(50vh - var(--header_size) - var(--footer_size) - 20px - 280px - 100px);*/
    margin-top: 50px;
    overflow: hidden;
}

#day_chart,
#animal_chart,
#week_chart,
#samples_chart {
    height: 280px;
    width: 400px;
}


#animal_chart,
#samples_chart,
#week_chart,
#day_chart {
    margin: auto;
}


.change_password_div {
    max-width: 300px;
    margin: auto;
    text-align: center;
}

.change_password_title {
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
}

.change_password_header {
    margin-bottom: 27px;
}

.password_input {
    margin-bottom: 5px;
}

.change_password_button,
.account_settings_button {
    margin-top: 15px;
    width: 200px;
}

.account_settings_button_save {
    margin-top: 3px;
}

.editUserDialog {
    width: 90%;
    height: 90vh;
}

.history_panel {
    width: 100%;
    /*max-width: 500px;*/
}

.history_tabel_panel {
    overflow-x: auto;
    text-align: center;
}

.client_info_edit {
    margin-left: auto;
    margin-right: auto;
}

.historyTable {
    height: 500px;
}

.history_main_flex {
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.approvalsListView_label {
    text-align: left;
}

#approvalsListView .oj-listitemlayout-grid {
    padding-right: 0;
}

.approvalsListView {
    height: 100%;
}

.approvalsListView li {
    padding-top: 0;
    padding-bottom: 0;

}

#approvalsListView .oj-listview-no-data-message {
    background-color: transparent;
    padding-top: 6px;

}

.creditManagementSubmitDiv {
    text-align: center;
    margin-top: 17px;
}

.creditManagementFlex span {
    font-size: 15px;

}

.creditManagementFlex {
    margin-top: 10px;
}

.creditManagementFlexPanel {
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.creditManagementFlexInput {
    margin-top: 10px;
}

.creditsActionsSelect {
    width: 100%;
    max-width: 100%;
}

.editUser_input_label {
    margin-left: -10px;
}

.saveUserDataButton {
    width: 50px;
    height: 35px;
    padding-top: 20px;
}

.editUser_input {
    margin-bottom: 10px;
}

.cardsTable {
    height: 200px;
    overflow: auto;
}

.ipsTable {
    height: 100%;
}

.readCardsDialog {
    height: 50vh;
}

.listViewDevices {
    overflow: auto;
    height: 40vh;
}

.listViewDevices li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.edit_user_div {
    width: 100%;
    /*max-width: 320px;*/
    margin: auto;
    margin-top: 0;
    padding: 20px;
    text-align: center;
}

.edit_user_div_manager {
    width: 100%;
    max-width: 320px;
    margin: auto;
    margin-top: 0;
    padding: 20px;
    text-align: center;
}

.edit_user_div_approv {
    width: 100%;
    /*max-width: 320px;*/
    max-width: 400px;
    margin: auto;
    margin-top: 0;
    padding: 20px;
    text-align: center;
    padding-top: 0;
    max-height: 370px;
}

.editUserDialog .oj-switch.oj-selected .oj-switch-track {
    background-color: #8a8d8f;
    border-color: rgb(109, 109, 109);
}

.usersListView li {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.reportClientsButton2 {
    margin-top: 20px;
}

.clientslistViewListReport {
    height: 60vh;
}

.clientslistViewListReport li {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
}

#listviewMonths {
    border-bottom: unset;
}

.reportDialog {
    width: 900px;
}

.clientslistViewList {
    min-width: 380px;
}

.clientslistViewList li {
    padding-left: 0px;
}

.clients_list_main_div {
    overflow-x: auto;
}

.credit_divider {
    border-bottom: 1px solid;
    color: #d7d7d7;
    padding-top: 10px;
}

.remainingCreditsDiv {
    font-weight: bolder;
}

.edit_user_flex {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.edit_user_flex_label {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.usersListView {
    height: calc(100% - 125px);
}

.clientsListView {
    height: calc(100% - 125px);
}

.user_status {
    position: absolute;
    top: 30px;
    left: 80px;
}

.user_status .fa {
    font-size: 25px;
}

/*.usersListView .oj-avatar{
    background-color: #a2a2a2;
    border-color: #8a8d8f;
}*/

.ips_panel {
    height: 287px;
}

.requests_panel {
    height: 370px;
}


.manager_request_div {
    margin-bottom: 25px;
}

.approvalsListView_manager {
    margin-top: 13px;
    height: 166px;
}


.user_field_name {
    font-size: 12px;
    color: #8a8d8f;
}

.user_field_email {
    font-size: 10px;
    color: #8a8d8f;
}

.add_user_div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}


.add_user_div .fa {
    font-size: 35px;
    color: #8c8c8c;
}

.add_user {
    height: 40px;
    width: 40px;
}

.reset_password {
    width: 200px;
    margin-top: 25px;
}

.delete_user {
    width: 200px;
}

.add_user_flex {
    /*width: 100%;
    max-width: 320px;*/
    padding-bottom: 20px;
    margin: auto;
}

.add_user_flex_manager {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.add_user_div_window_manager {
    margin: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.user_info_label_flex {
    width: 100%;
    max-width: 280px;
    text-align: center;
    height: 30px;
    margin: auto;
}

.edit_clients_label_flex {
    width: 100%;
    max-width: 320px;
    text-align: center;
    margin: auto;
}

.edit_clients_label_flex_1 {
    width: 100%;
    /*max-width: 320px;*/
    max-width: 100%;
    text-align: center;
    margin: auto;
}


.edit_clients_label_flex_2 {
    width: 100%;
    /*max-width: 320px;*/
    max-width: 400px;
    text-align: center;
    margin: auto;
}

.edit_clients_label_single_flex {
    width: 100%;
    text-align: center;
    margin: auto;
    /*max-width: 500px;*/
}

.credits_management2 {
    min-width: 300px;
}

.edit_client_second_items {
    margin-top: 30px;
}

.user_info_label {
    text-align: left;
    font-size: 24px;
    color: #8c8c8c;
    margin-bottom: 20px;
    font-family: 'Rajdhani';
    border-bottom: 1px solid #8a8d8fa2;
    width: 100%;
}

.add_user_div_window {
    margin: auto;
    margin-top: 0;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    max-width: 300px;
    min-width: 280px;

    text-align: center;
}

.reset_password_div {
    text-align: center;
}

.users_list_second {
    text-align: right;
}

.country_picklist {
    width: 100%;
    max-width: unset;
}

#country_picklist .oj-text-field-container {
    height: 2.75rem;
}

.users_list_fix {
    width: 210px;
    float: right;
    text-align: left;
}

.clients_list_fix {
    text-align: left;
}

.user_list_company {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;

}

.list_users_avatar_layout .oj-listitemlayout-grid {
    padding-bottom: 2px;
}

.users_list_first {
    padding-left: 8px;
}

.list_users_avatar_div {
    height: 70px;
    border: 1px solid;
}

.users_list_fix2 {
    max-width: 100px;
}

.team_edit_div .oj-listitemlayout-start-padding {}

.usersListView .oj-listview-item {}

.usersListView {
    max-width: 1650px;
    margin: auto;
}


.oj-navigationlist-loading-icon,
.oj-tabbar-loading-icon,
.oj-progress-circle-overlay,
.oj-pulltorefresh-icon,
.oj-table-loading-icon,
.oj-datagrid-loading-icon,
.oj-listview-loading-icon {
    visibility: hidden;
}


.loader {
    position: absolute;
    left: 0px;
}

.loader .dot {
    -webkit-animation-name: movement;
    animation-name: movement;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    height: 10px;
    position: absolute;
    top: -10px;
    transform: translate3d(0, -25px, 0) scale(1);
    width: 10px;
}

.loader .dot:nth-of-type(1) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    left: 150px;
}

.loader .dot:nth-of-type(1)::before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.loader .dot:nth-of-type(2) {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    left: 150px;
}

.loader .dot:nth-of-type(2)::before {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.loader .dot:nth-of-type(3) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    left: 125px;
}

.loader .dot:nth-of-type(3)::before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.loader .dot:nth-of-type(4) {
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
    left: 125px;
}

.loader .dot:nth-of-type(4)::before {
    -webkit-animation-delay: -1.4s;
    animation-delay: -1.4s;
}

.loader .dot:nth-of-type(5) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    left: 100px;
}

.loader .dot:nth-of-type(5)::before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.loader .dot:nth-of-type(6) {
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
    left: 100px;
}

.loader .dot:nth-of-type(6)::before {
    -webkit-animation-delay: -1.6s;
    animation-delay: -1.6s;
}

.loader .dot:nth-of-type(7) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    left: 75px;
}

.loader .dot:nth-of-type(7)::before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.loader .dot:nth-of-type(8) {
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
    left: 75px;
}

.loader .dot:nth-of-type(8)::before {
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
}

.loader .dot:nth-of-type(9) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    left: 50px;
}

.loader .dot:nth-of-type(9)::before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.loader .dot:nth-of-type(10) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    left: 50px;
}

.loader .dot:nth-of-type(10)::before {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.loader .dot:nth-of-type(11) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    left: 25px;
}

.loader .dot:nth-of-type(11)::before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.loader .dot:nth-of-type(12) {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
    left: 25px;
}

.loader .dot:nth-of-type(12)::before {
    -webkit-animation-delay: -2.2s;
    animation-delay: -2.2s;
}

.loader .dot:nth-of-type(13) {
    -webkit-animation-delay: -1.3s;
    animation-delay: -1.3s;
    left: 0px;
}

.loader .dot:nth-of-type(13)::before {
    -webkit-animation-delay: -1.3s;
    animation-delay: -1.3s;
}

.loader .dot:nth-of-type(14) {
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
    left: 0px;
}

.loader .dot:nth-of-type(14)::before {
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s;
}

.loader .dot:nth-of-type(15) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
    left: -25px;
}

.loader .dot:nth-of-type(15)::before {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.loader .dot:nth-of-type(16) {
    -webkit-animation-delay: -2.6s;
    animation-delay: -2.6s;
    left: -25px;
}

.loader .dot:nth-of-type(16)::before {
    -webkit-animation-delay: -2.6s;
    animation-delay: -2.6s;
}

.loader .dot:nth-of-type(17) {
    -webkit-animation-delay: -1.7s;
    animation-delay: -1.7s;
    left: -50px;
}

.loader .dot:nth-of-type(17)::before {
    -webkit-animation-delay: -1.7s;
    animation-delay: -1.7s;
}

.loader .dot:nth-of-type(18) {
    -webkit-animation-delay: -2.8s;
    animation-delay: -2.8s;
    left: -50px;
}

.loader .dot:nth-of-type(18)::before {
    -webkit-animation-delay: -2.8s;
    animation-delay: -2.8s;
}

.loader .dot:nth-of-type(19) {
    -webkit-animation-delay: -1.9s;
    animation-delay: -1.9s;
    left: -75px;
}

.loader .dot:nth-of-type(19)::before {
    -webkit-animation-delay: -1.9s;
    animation-delay: -1.9s;
}

.loader .dot:nth-of-type(20) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    left: -75px;
}

.loader .dot:nth-of-type(20)::before {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
}

.loader .dot:nth-of-type(21) {
    -webkit-animation-delay: -2.1s;
    animation-delay: -2.1s;
    left: -100px;
}

.loader .dot:nth-of-type(21)::before {
    -webkit-animation-delay: -2.1s;
    animation-delay: -2.1s;
}

.loader .dot:nth-of-type(22) {
    -webkit-animation-delay: -3.2s;
    animation-delay: -3.2s;
    left: -100px;
}

.loader .dot:nth-of-type(22)::before {
    -webkit-animation-delay: -3.2s;
    animation-delay: -3.2s;
}

.loader .dot:nth-of-type(23) {
    -webkit-animation-delay: -2.3s;
    animation-delay: -2.3s;
    left: -125px;
}

.loader .dot:nth-of-type(23)::before {
    -webkit-animation-delay: -2.3s;
    animation-delay: -2.3s;
}

.loader .dot:nth-of-type(24) {
    -webkit-animation-delay: -3.4s;
    animation-delay: -3.4s;
    left: -125px;
}

.loader .dot:nth-of-type(24)::before {
    -webkit-animation-delay: -3.4s;
    animation-delay: -3.4s;
}

.loader .dot:nth-of-type(25) {
    -webkit-animation-delay: -2.5s;
    animation-delay: -2.5s;
    left: -150px;
}

.loader .dot:nth-of-type(25)::before {
    -webkit-animation-delay: -2.5s;
    animation-delay: -2.5s;
}

.loader .dot:nth-of-type(26) {
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
    left: -150px;
}

.loader .dot:nth-of-type(26)::before {
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s;
}

.loader .dot::before {
    -webkit-animation-name: size-opacity;
    animation-name: size-opacity;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: rgba(0, 0, 0, 0.631);
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}

.loader .dot:nth-of-type(even)::before {
    background-color: #75757540;
    box-shadow: inset 0 0 4px #cdcdcd40;
}

@-webkit-keyframes movement {
    0% {
        transform: translate3d(0, -25px, 0);
        z-index: 0;
    }

    50% {
        transform: translate3d(0, 25px, 0);
        z-index: 10;
    }

    100% {
        transform: translate3d(0, -25px, 0);
        z-index: -5;
    }
}

@keyframes movement {
    0% {
        transform: translate3d(0, -25px, 0);
        z-index: 0;
    }

    50% {
        transform: translate3d(0, 25px, 0);
        z-index: 10;
    }

    100% {
        transform: translate3d(0, -25px, 0);
        z-index: -5;
    }
}

@-webkit-keyframes size-opacity {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    25% {
        transform: scale(1.2);
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.35;
        transform: scale(0.2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes size-opacity {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    25% {
        transform: scale(1.5);
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.35;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.insideload {
    position: absolute;
    /* align-content: center; */
    /* font-weight: bold; */
    font-size: 16px;
    background: white;
    text-align: center;
    transform: translate(-50%, -50%);
}

.loading_icon {
    position: absolute;
    top: 50vh;
    left: 50vw;
    /* transform: translate(-15%, -50%) scale(0.7); */
    min-width: 200px;
    min-height: 200px;
    transform: scale(0.75) translate(-25%, -25%);
}

.back_to_list,
.back_to_devices {
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
}

.back_to_list .oj-button-button,
.back_to_devices .oj-button-button {
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.oj-button-button,
.oj-inputtext-input,
.oj-text-field .oj-text-field-container,
.oj-filepicker-container,
.oj-filepicker-dropzone {
    border-radius: 8px;
}

#page1.results-page-fix {
    /*padding-right: 10px;*/
    overflow: hidden;
}

.analytics_gauge {
    float: left;
    width: 14px;
    height: 32px;
    padding-left: 16px;
    margin-right: 0px;
    padding-right: 0px;
}


.vnc {
    width: calc(100% - 2px);
    height: auto;
    border: 1px solid #00000066;
    min-height: 260px;
}

.vnc_title {
    font-size: 18px;
    text-align: center;
    border-bottom: solid 1px gray;
    padding-bottom: 12px
}



.oj-colorspectrum-spectrum {
    width: 125px;
    height: 125px;
}

.oj-slider-color-picker .oj-slider-bar:after {
    top: -13px;
    bottom: -13px;
    left: -32px;
    right: -13px;
}

.oj-slider-bar:after {
    content: '';
    position: absolute;
    top: -16px;
    bottom: -16px;
    left: -16px;
    right: -16px;
}

.oj-slider-color-picker .oj-slider-bar:after {
    top: -13px;
    bottom: -13px;
    left: -32px;
    right: -13px;
}

.oj-slider-bar:after {
    content: '';
    position: absolute;
    top: -16px;
    bottom: -16px;
    left: -16px;
    right: -16px;
}

.oj-colorspectrum-container>.oj-slider-vertical>.oj-slider-container {
    height: 125px;
}

.oj-colorspectrum-container>.oj-slider-horizontal>.oj-slider-container {
    width: 125px;
}

html .oj-colorspectrum-container .oj-form-control {
    margin-bottom: 0;
    position: relative;
    left: -12px;
}

.oj-colorspectrum-container>.oj-slider-horizontal>.oj-slider-container {
    width: 125px;
    position: relative;
    left: 12px;
}

.oj-slider-color-picker .oj-slider-bar:after {
    top: -13px;
    bottom: -13px;
    left: -12px;
    right: -13px;
}

.oj-slider .oj-component .oj-form-control .oj-slider-horizontal .oj-slider-color-picker {
    display: none;
}

.oj-colorspectrum-container>.oj-slider-horizontal>.oj-slider-container {
    width: 125px;
    position: relative;
    left: 12px;
    display: none;
}


#cpu_chart,
#battery_chart,
#fans_chart {
    width: 100%;
    height: calc(100% - 40px);
}

.tooltiptext_qr {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 1px;
    width: 300px;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;


    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltiptext_qr::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-left-color: inherit;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */
/*.cell_align_right:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }*/
td:hover .tooltiptext_qr {
    visibility: visible;
    position: relative;
    opacity: 1;
}


.import_samples_dialog_qr {
    width: 70%;
    height: 70vh;
}

.import_samples_dialog_qr .oj-dialog-body {
    text-align: center;
}

.import_detail_results {
    width: 50%;
}

.qr_status_header,
.qr_name_header {
    width: 300px;
}

.qr_status_header,
.qr_status_cell {
    text-align: center !important;
    padding-right: 0px;
}

.qr_image {
    margin-left: auto;
    margin-right: auto;
}

.import_qr_status {
    width: 40px;
}

.import_qr_status .fa {
    font-size: 20px;
}

.import_qr_name {
    text-align: left;
    width: fit-content;
    font-size: 20px;
}

.import_qr_error {
    width: fit-content;
    font-size: 15px;
    text-align: right;
    padding-right: 20px;
}

.qr_info_flex .oj-complete {
    width: 100%;
}

#import_samples_dialog_qr .oj-avatar-background-image {
    background-size: contain;
    background-repeat: no-repeat;
}

/* ---- QR ---- */

.photo_preview {
    position: relative;
    /*height: 300px;*/
    display: none;
    margin-top: 40px;
}

#qr_photo {
    /*height: 400px;*/
    width: 70%;
    padding: 5px;
    /*position: absolute;
    transform: translateX(-50%);
    left: 50%;*/
}

#qr_form input[type="file"] {
    display: none;
}

#qr_form {
    text-align: center;
    margin-top: 20px;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    width: 150px;
    border-radius: 9px;
    color: rgba(0, 0, 0, 0.38);
    font-family: "Exo 2";
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.custom-file-upload i {
    padding-right: 5px;
    padding-top: 1px;
}

.submit_qr_div {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: none;
}

.submit_qr {
    height: 57px;
    width: 140px;
}

.submit_qr .fa-upload:before {
    padding-bottom: 5px;
}

.error_qr {
    text-align: center;
    color: red;
    font-size: 17px;
    padding-bottom: 10px;
}

.qr_header_dialog {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.spectral_id_head {
    margin-left: 35px;
}

.oj-filepicker-dropzone {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 0;
}

/* ---- CHAT ---- */
@-webkit-keyframes openbox {
    0% {
        height: 0px;
        width: 0px;
    }

    100% {
        height: 350px;
        width: 290px;
    }
}

@keyframes openbox {
    0% {
        height: 0px;
        width: 0px;
    }

    100% {
        height: 350px;
        width: 290px;
    }
}

@-webkit-keyframes closebox {
    0% {
        height: 350px;
        width: 290px;
    }

    100% {
        height: 0px;
        width: 0px;
    }
}

@keyframes closebox {
    0% {
        height: 350px;
        width: 290px;
    }

    100% {
        height: 0px;
        width: 0px;
    }
}


@-webkit-keyframes clickboxopen {
    0% {
        border-radius: 20px;
    }

    100% {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        /*border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;*/
    }
}

@keyframes clickboxopen {
    0% {
        border-radius: 20px;
    }

    100% {
        /*border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;*/
    }

}

@-webkit-keyframes clickboxclose {
    0% {
        /*border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;*/
    }

    100% {
        border-radius: 20px;
    }
}

@keyframes clickboxclose {
    0% {
        /*border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;*/
    }

    100% {
        border-radius: 20px;
    }
}


.chat_div .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}


.chatOpened {
    -webkit-animation: clickboxopen 0.25s ease-in;
    /* Chrome, Safari, Opera */

    animation: clickbox 0.25s ease-in;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;

    border-right: 1px solid white;
    box-shadow: 0px 0px 15px #00000010;
    color: transparent;
    text-shadow: 0 0 0 #000000;

    &:focus {
        outline: none;
    }
}

.chatClosed {
    -webkit-animation: clickboxclose 0.25s ease-in;
    /* Chrome, Safari, Opera */

    animation: clickboxclose 0.25s ease-in;
    border-radius: 35px;
    box-shadow: 0px 0px 15px #00000030;
    border: solid 1px #ffffff;

    color: transparent;
    text-shadow: 0 0 0 #000000;

    &:focus {
        outline: none;
    }

}

.chat_wrapper {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: calc(var(--footer_size) + 35px);
    right: 50px;
    border-radius: 20px;
    z-index: 90;
    border: 1px solid;
}

.chat_div {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: calc(var(--footer_size) + 35px);
    right: 50px;
    background-color: rgb(239, 239, 239);
    cursor: pointer;
    border-radius: 35px;
    z-index: 99;
}



div.chatBox {
    background: rgb(239, 239, 239);
    z-index: 220;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -o-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;


    box-shadow: 0px 0px 15px #00000030;
    border: solid 1px #ffffff;

    height: var(--chat_size);
    position: absolute;


}


#control-height {
    height: 100vh;
    width: 0;
    position: absolute;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    /*margin-top: calc(var(--header_size) * -1);*/
    background-color: #666;

    z-index: 99999;


}



.hide_chat {
    display: none;
}

/*executes the hide animation */

.hideBox {
    -webkit-animation: closebox 0.25s ease-out;
    /* Chrome, Safari, Opera */

    animation: closebox 0.25s ease-out;
    height: 0;
    width: 0;
}

/*executes the expand animation*/

.showBox {
    -webkit-animation: openbox 0.25s ease-in;
    /* Chrome, Safari, Opera */

    animation: openbox 0.25s ease-in;

    height: 100vh;
    width: 100%;
}



.listview_messages {
    border: unset;
    padding-top: 5px;
    padding-bottom: 5px;
    height: calc(var(--chat_size) - 100px);
    overflow: auto;
    display: flex;
    flex-direction: column-reverse;
}

.listview_messages .oj-listview-item {
    background-image: none;
}

.listview_messages li {
    padding-top: 0;
    padding-bottom: 0;
}

.listview_messages .oj-listview-no-data-message {
    display: none;
}

.listview_messages .oj-listitemlayout-grid {
    padding: 5px 5px;
}


.messages_div {
    height: calc(var(--chat_size) - 91px);
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    border-radius: 7px;
    background-color: white;
}


.message_flex {
    width: 75%;
}

.input_messag_div {
    position: absolute;
    bottom: 3px;
    width: 100%;
}

.input_message {
    width: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 7px;
}

.message_header {
    height: 45px;
    width: 100%;
}


.message_header_flex {
    height: 45px;
}

.messsage_header_start {
    padding-left: 15px;
}

.messsage_header_end {
    padding-top: 3px;
}

.message_close_btn {
    width: 35px;
    padding-right: 4px;
}

.inputs_btn {
    width: 30px;
}

.message_minimize_btn {
    width: 35px;
}

.message_minimize_icon {
    border-bottom: 2px solid;
}

.text_common {
    width: fit-content;
    max-width: 170px;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}

.right_text {
    background-color: #009dff24;
    float: right;
    clear: both;
}

.left_text {
    background-color: rgb(239, 239, 239);
}

.left_text p {
    margin-bottom: 0px;
}

.right_date {
    float: right;
    margin-right: 3px;
}

.disabled-row {
  opacity: 0.4;
  pointer-events: none; /* prevents click */
  background-color: #f2f2f3;
}

.left_date {
    margin-left: 3px;
}

.msg_info {
    font-size: 10px;
    margin-bottom: 5px;
}

.chat_file {
    float: right;
    clear: both;
    height: 30px;
    /*cursor: pointer;*/
    border: 1px solid #e5e6e6;
    border-radius: 7px;
}

.chat_file_img img {
    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto;
    clear: both;
}

.right_img {
    float: right;
}

.chat_image_btn {
    max-width: 230px;
    min-height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_chat {
    clear: both;
}

.img_chat .oj-button.oj-hover.oj-button-half-chrome .oj-button-button {
    background-color: transparent;
}

.maximizeImg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 300;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(77, 77, 77, 0.61);
    backdrop-filter: blur(5px);
    display: none;
}

.close_maximize_img {
    position: absolute;
    top: calc(var(--address_size) + 10px);
    right: 0px;
    width: 50px;
    height: 50px;
}

.close_maximize_img .fa {
    font-size: 28px;
    text-shadow: 0px 0px 15px white, 0 0 10px white, 0 0 15px white;
}

.file_span {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.notification {
    width: 14px;
    height: 10px;
    float: right;
    border-radius: 3px;
    background-color: #74a3e7;
    color: white;
    display: none;
}

.notification .fa {
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
    font-size: unset;
    margin-top: -2px;
}

.connecting_chat {
    position: absolute;
    width: calc(100% - 32px);
    height: calc(var(--chat_size) - 100px);
    border-radius: 7px;
    background-color: white;
    z-index: 99;
    font-family: 'Rajdhani';
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
}




.first_dash,
.sencond_dash {
    width: 50vw;
}

.samples_chart_div {
    max-height: 50%;
}

#day_chart,
#animal_chart,
#week_chart,
#samples_chart {
    height: 280px;
}




/* ---- RELEASE MANAGER ---- */
.version_info_flex {
    margin-right: 7px;
    text-align: end;
    font-size: 11px;
    color: #8a8a8a;
}

.version_info_flex div {
    padding-top: 3px;
}

.device_status {
    width: fit-content;
    position: absolute;
    left: 30%;
    margin-top: -20px;
}

.device_status_label {
    font-size: 11px;
    color: #8a8a8a;
}

.version_manager_btn {
    margin: auto;
    padding-top: 4px;
    padding-left: 10px;
}

.release_listview_container {
    width: 80%;
    margin: auto;
}

.releases_listview {
    height: 60vh;
    margin-top: 20px;
}

.releases_headers {
    padding-top: 10px;
    width: 80%;
    margin: auto;
}

.update_version_btn {
    margin-left: 20px;
}

.version_modal {
    width: 70%;
    height: 80vh;
}

.version_text_modal {
    width: 40%;
    height: 40vh;
}

.version_textbox_div {
    text-align: left;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ------ SETTINGS ------ */

#tabbarcontainer {
    width: 270px;
}

.settings-content-tab,
.cronInnerContainer {
    /*width: fit-content;*/
    max-width: 525px;
    min-width: 525px;
    margin: auto;
    height: 500px;
    margin-top: 20px;
}

.cronInnerContainer {
    margin-top: 58px;
    overflow: auto;
}

.schedule_transl {
    font-style: oblique;
}

.construe_div {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.fileInnerContainer {
    height: 460px;
    margin: auto;
    max-width: 150px;
    margin-top: 58px;
}

.tabs_outter_container {
    width: fit-content;
    margin: auto;
}

.settings_main_flex {
    max-width: 1700px;
    margin: auto;
}

.ftp_form {
    width: 500px;
    margin: auto;
}

.ftp_form .oj-flex {
    margin-bottom: 20px;
}

.ftp_form .oj-flex-item {
    text-align: center;
}

.ftp_form .oj-flex-item .oj-label {
    width: 200px;
    text-align: left;
    margin-left: 24px;
}


.settings_normal_input {
    width: 200px;

}

.settings_small_input {
    float: left;
    margin-left: 22px;
}

.settings_small_input .oj-text-field-container {
    width: 70px;
}

.settings_large_input {
    width: 200px;
}

.ftp_buttons {
    margin-top: 25px;
    text-align: center;
}

.settings_normal_button {
    width: 150px;
    margin-right: 5px;
}

.testing_div {
    margin-left: 23px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.ftp_test_button {
    text-align: center;
}

.download_pass {
    margin-top: 21px;
    width: 200px;
}

/* crontab */
#cronjob_expression_picker {
    border: unset;

    padding: 0;
}

.cronjob_div {
    text-align: center;
}

.cronjob_div select {
    font-family: 'Exo 2';
    font-size: 16px;
    color: #494949;
    border: 1px solid #e0e1e1;
    border-top: unset;
}

.cronjob_div select option {
    border-top: 1px solid #e0e1e1;
    padding: 0.85714rem;
}

.cron_opt0 {
    border-top: unset !important;
}

.cronjob_div select option:checked,
.cronjob_div select option:hover {
    background-color: #ceebff;
}

.cron_title {
    color: rgba(0, 0, 0, 0.6);
    padding-left: 2px;
    padding-bottom: 4px;
    height: 26px;
}

.cron_title .oj-switch .oj-switch-track {
    width: 40px;
    height: 18px;
}

.days_switch {
    height: 18px;
    padding-left: 12px;
}

.cron_title .oj-switch .oj-switch-thumb,
.cron_title .oj-switch.oj-selected.oj-hover .oj-switch-thumb,
.cron_title .oj-switch.oj-selected.oj-active .oj-switch-thumb {
    height: 15px;
    width: 16px;
    top: 81%;
}

.cron_title .oj-switch .oj-switch-container {
    width: 42px;
}

.cron_notes {
    margin: auto;
}

#cronjob_expression_picker select[name="weekdays[]"],
#cronjob_expression_picker select[name="hours[]"],
#cronjob_expression_picker select[name="mins[]"],
#cronjob_expression_picker select[name="days[]"] {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    outline: none;
    border: 1px solid #e0e1e1;

}

.cron_flex,
.cron_weekdays,
.cron_hours {
    height: 356px;
}

.select_hours,
.select_mins,
.select_days {
    height: 310px;
    width: 90px;
}

.settings_pannel_title {
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.6);
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.jobs_pannel_title {
    color: rgba(0, 0, 0, 0.6);
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.6);
    min-width: 550px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.disable_tab {
    pointer-events: none;
}

.disable_tab a {
    color: #b4b4b4 !important;
}

.disable_tab span {
    color: #b4b4b4 !important;
}

.edit_warning_div {
    margin: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -5px;
    color: #817f01;
}


/* ---- file table ---- */
.file_settings_main_div {
    margin-left: 25px;
    margin-right: 25px;
}

.file_seetings_option_div {
    margin-bottom: 25px;
}

.buttonset_option {
    font-family: 'Exo 2';
    font-size: 16px;
    color: #494949;
}

#time_select .oj-button,
#format_select .oj-button,
#type_select .oj-button {
    height: 45px;
}

.file_settings_main_div .oj-button-toggle.oj-default.oj-button-full-chrome {
    background-color: white;
}

.file_settings_main_div .oj-button-toggle.oj-selected.oj-button-full-chrome {
    background-color: #ceebff;
    border: 1px solid #e0e1e1;

}

/* ---- jobs table ---- */
.jobs_history_div {
    max-width: 2000px;
    margin: auto;
}

.jobs_div {
    margin-left: 15px;
    margin-right: 15px;
}

.history_div {
    margin-left: 15px;
    margin-right: 15px;
}

.jobsInnerContainer {
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 58px;
    padding-left: 25px;
    padding-right: 25px;
    min-width: 850px;
    max-width: 1500px;

}


.jobs_table {
    width: 100%;
    max-width: 1000px;
    height: calc(100% - 50px);
}

.jobs_table_div {
    width: 100%;
    margin: auto;
    text-align: center;
    height: 100%;
}

.jobs_table .oj-table-header {
    background-color: var(--table_header_gray1);
}

.jobs_table td {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.jobs_table_header {
    background-color: var(--table_header_gray1);
    font-weight: 600;
    font-size: 16px;
    padding-left: 13px;
    font-family: "Rajdhani";
}

.job_status_header {
    text-align: center !important;
}

.job_status_cell {
    text-align: center !important;
}

.job_status_cell .oj-button-button {
    cursor: pointer;
}


.log_status_icon {
    float: left;
}

.log_status_text {
    text-align: center;
}

.log_status_div {
    border: 1px solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 7px;
    width: 80px;
    border-color: #dcdcdc !important;
    text-align: center;
}

.job_name_header {
    width: 25%;
}

.job_action_cell {
    text-align: right !important;
    padding-right: 20px;
}



.job_schedule_cell {
    position: relative;
    width: 100%;
    overflow: visible !important;
    /* Ensure overflow is visible */
}

.job_name_cell {
    position: relative;
    width: 100%;
    overflow: visible !important;
}

.logs_status_cell {
    position: relative;
    width: 100%;
    overflow: visible !important;
}

.schedule_text {
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
}

.tooltip_crontext span {
    white-space: normal;
}

.tooltip_crontext {
    display: none;
    text-align: center;
    position: absolute;
    z-index: 100;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    transition: opacity 0.3s;
}

.tooltip_error_crontext {
    display: none;
    text-align: center;
    position: absolute;
    z-index: 100;
    right: 15%;
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    transition: opacity 0.3s;
}

.tooltip_name_crontext {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #000;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    bottom: 50%;
    transition: opacity 0.3s;
    white-space: nowrap;
    /* Prevent text from wrapping */
    overflow: visible !important;
    /* Allow overflow outside column boundaries */
    max-width: none !important;
    /* Remove any max-width restriction */
    cursor: default;
}


.job_schedule_cell:hover .tooltip_crontext,
.job_name_cell:hover .tooltip_name_crontext,
.job_log_status_cell:hover .tooltip_error_crontext {
    display: block;
}

.client_secondary {
    padding-top: 4px;
}

.pending_requests {
    font-size: 11px;
    margin-left: 10px;
    color: #e60c0c;
}

#login_password .oj-text-field-end {
    padding-right: 10px;
}


/* ----- MENU QUERYS ------ */
@media print and (orientation: portrait),
screen and (min-width: 768px) and (max-width: 1210px) {
    .hide_menu_md {
        display: none;
    }

    .header_credits_div {
        display: none;
    }
}

@media (max-width: 1210px) {
    .header_credits_div {
        display: none;
    }

    .header_credits_div_side {
        display: block;
    }
}

@media print and (orientation: landscape),
screen and (min-width: 1210px) {
    .hide_side_button {
        display: none;
    }
}

@media (max-height: 960px) {
    .spectral_samples {
        height: 50vh;
    }
}


@media (max-width: 470px) {
    .chat_div {
        /*right: 20px;*/
    }

    div.chatBox {
        /*right: calc(20px + 50px);*/
    }

    .showBox {
        /*height: 450px;*/
        /*height: calc(50vh - var(--footer_size) - var(--header_size));*/
    }

    .listview_messages {
        /*height: 355px;*/
        /*height: calc(50vh - var(--footer_size) - var(--header_size) - 95px);*/
    }

    .messages_div {
        /*height: 355px;*/
        /*height: calc(50vh - var(--footer_size) - var(--header_size) - 95px);*/
    }
}


@media (max-width: 819px) {
    .dashboard_flex {
        margin-top: unset;
    }

    #firmware_dialog {
        width: 90vw;
    }
}

@media (min-width: 700px) {
    div.chatBox {
        width: 80%;
        height: 80vh;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .chat_blur {
        position: absolute;
        width: 100vw;
        height: 100vh;

        background-color: rgba(77, 77, 77, 0.61);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        z-index: 100;
    }

    .listview_messages {
        height: calc(80vh - 100px) !important;
    }

    .messages_div {
        height: calc(80vh - 91px) !important;
    }

    .hideBox {
        height: 0 !important;
        width: 0 !important;
    }

    .connecting_chat {
        height: calc(80vh - 100px) !important;
    }
}

@media (min-width: 650px) {
    .message_flex {
        width: 80%;

    }

    .add_user_div_window {
        max-width: 280px;
    }
}

@media (min-width: 1000px) {
    .message_flex {
        width: 85%;
    }
}

@media (max-width: 1600px) {
    .settings_main_flex {
        max-width: 1200px;
    }
}

@media (min-width: 1350px) {
    .message_flex {
        width: 90%;
    }
}

@media (max-width: 1175px) {
    .edit_user_div_approv {
        max-height: 575px;
    }
}

@media (max-width: 806px) {
    .edit_user_div_approv {
        max-height: 370px;
    }
}

@media (max-width: 600px) {

    #day_chart,
    #animal_chart,
    #week_chart,
    #samples_chart {
        height: 280px;
        width: 350px;
    }
}

@media (max-width: 739px) {
    .user_info_label_flex {
        flex: 0 1 100%
    }

    .filler_flex {
        flex: 0 0 0%;
    }
}

@media (max-width: 560px) {
    .team_manager_grp {
        display: none;
    }

    .users_list_first {
        flex: 0 1 65%;
        width: 65%;
        max-width: 65%;
    }
}

@media (max-width: 530px) {
    .analytics_sample_table {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 495px) {
    .users_list_first {
        flex: 0 1 55%;
        width: 55%;
        max-width: 55%;
    }

}

@media (max-width: 475px) {
    .results_info_button {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}