/* EVERYTHING HERE IS USED IN THE NEW STYLE */

body {
    font-family: 'Inter';
}

a {
    color: #0d1d69;
}

a:hover {
    color: rgba(75, 90, 161, 1) !important;
}

/* CLASSES THAT ARE FORCED TO HAVE WHITE/GREY BACKGROUND */

/* INPUT SEARCH TABLES */

.inner-addon {
    position: relative;
}
.inner-addon .fas {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-40%);
  pointer-events: none;
  color: #d2d5e2;
}
.left-addon .fas {
    left: 12px;
}
.right-addon .fas {
    right: 0px;
}
.left-addon input {
    padding-left: 50px;
}
.right-addon input {
    padding-right: 30px;
}
.fa-search {
    color: #d2d5e2;
}
.form-control::-webkit-input-placeholder {
    color: #d2d5e2;
}

/* BORDER RADIUS UTILITIES */

.no_border_radius_bottom {
    border-radius: 5px 5px 0px 0px;
}
.no_border_radius_top {
    border-radius: 0px 0px 5px 5px;
}
.no_border_radius {
    border-radius: 0px 0px 0px 0px;
}
.no_border_radius_left {
    border-radius: 0px 5px 5px 0px !important;
}
.no_border_radius_right {
    border-radius: 5px 0px 0px 5px !important;
}

/* NESGATE INFO */

.nesmotes_nesgate_info_card {
    height: 400px;
    border-radius: 0px 5px 5px 0px !important;
}

/* NAV */

ol {
    display: flex;
    align-items: center;
}

/* SUBMENU VERTICAL NAV */

#submenu_networks {
    display: none;
}
#submenu_organisation {
    display: none;
}
#submenu_devices {
    display: none;
}
#submenu_automation {
    display: none;
}
#submenu_maintenance {
    display: none;
}
#submenu_control_panel {
    display: none;
}
#submenu_reports {
    display: none;
}

/* OTHERS */

.actuation_title {
    font-size: 24px;
    font-weight: 600;
    color: #0d1d69;
}
.actuation_small_title {
    font-size: 20px;
    font-weight: 600;
    color: #0d1d69;
}
.label_vnav_network {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 12px;
}
.label_actuation {
    color: #0d1d69;
    display: block;
    font-weight: 600;
}
.label_actuation_with_help {
    color: #0d1d69;
    font-weight: 600;
}
.info_help_image {
    color: #58b9e1; 
    margin-left: 10px; 
}
.label_licensing_sensors {
    display: block;
    font-weight: 600;
}
.licensing_big_text {
    font-size: 18px;
    font-weight: 600;
    color: black;
    display: block;
}
.licensing_small_title {
    font-size: 20px;
    font-weight: 600;
    color: #0d1d69;
}
.licensing_smaller_title {
    font-size: 14px;
    font-weight: 600;
    color: #0d1d69;
}
.licensing_info_text_bold {
    font-size: 14px;
    font-weight: 600;
    color: black;
}
.licensing_info_text {
    font-size: 14px;
    font-weight: 400;
    color: black;
}
.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:visited {
    background-color: #00B9E4 !important;
    border-color: #00B9E4 !important;
}
.div-overview-text {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #0d1d69;
    margin-top: 4px;
}
.div-overview-small-text {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    color: #0d1d69;
}
.div-overview-text-donuts {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #0d1d69;
    margin-top: 4px;
}
.canvasDonut {
    margin: 0 auto;
    display: block;
}
.breadcrumb {
    background-color: #F3F3F3;;
}
.breadcrumb-item {
    font-weight: 400;
    color: #45508a;
}
.breadcrumb-item-active {
    font-weight: 600;
    color: #0d1d69;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #00B9E4;
    content: "\\";
}
#breadcrumb_link {
    padding: 0px;
    text-decoration: none;
    color: #45508a;
}
.nespra_link {
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
}
#map_overview {
    width: 100%;
    margin-bottom: 16px;
}
.map_overview {
    height: 700px;
    width: 100%;
}
.map_nesgate_info {
    height: 400px;
    width: 100%;
}
.paddings_ths_modbus {
    padding-left: 0px !important;
    padding-right: 32px !important;
}
.no_left_padding {
    padding-left: 0px !important;
}
.no_right_padding {
    padding-right: 0px !important;
}
.no_top_padding {
    padding-top: 0px !important;
}
.no_bottom_padding {
    padding-bottom: 0px;
}
.no_padding {
    padding: 0px;
}
.div_search_input_nesgate_info {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
#row_donuts {
    /*position: absolute;*/
    z-index: 1000;
    top: 520px;
    left: 15px;
    width: 100%;
    height: 180px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 2%);
}

.table_image {
    opacity: 1;
}

.table_image_not_selected {
    opacity: 0.4;
}


.admin_button {
    font-weight: 600;
    border-width: 2px;
    border-radius: 20px;
    border-color: lightcoral;
    color: lightcoral;
}

.admin_button:hover {
    background-color: lightcoral;
    border-color: lightcoral;
}

.create_org_networks_button {
    font-weight: 600;
    border-width: 2px;
    border-radius: 20px;
    border-color: #00B9E4;
    color: #00B9E4;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form_row_info {
    margin-top: 20px;
}

.form_row_title_device_info {
    padding-left: 12px;
}

.hr_user_info {
    margin-top: 13px;
}

.alert_password_validation {
    padding-bottom: 0px;
    margin-left: 15px;
    max-width: 320px;
}

.login_input {
    max-width: 400px;
}

.row_user_settings {
    padding-left: 15px;
}

.row_nesgate_info {
    padding-left: 15px;
    padding-bottom: 50px;
}
.row_nesmote_info {
    padding-bottom: 50px;
}

.row_card_nesmote_info {
    padding-left: 15px;
}

.text_align_center {
    text-align: center;
}

.form_row_edit_alerts {
    padding-left: 30px;
    padding-top: 24px;
    display : flex;
    align-items : center;
}

.title_device_info {
    font-size: 25px;
    font-weight: 600;
    color: #0d1d69;
}

.image_information {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.title_network_info,
.title_inactive_since {
    font-size: 15px;
    font-weight: 600;
    color: #0d1d69;
    display: block;
}

.status_nesgate_info {
    font-size: 20px;
    font-weight: 600;
    color: #0d1d69;
    margin-right: 10px;
}

.ip_network_info {
    font-size: 15px;
    font-weight: 600;
    color: black;
    display: block;
}

.text_grey {
    color: #d2d5e2
}

.card-footer {
    background-color: #ffffff;
}

.card_nesgate_info {
    height: 400px;
}

.card_nesmote_info {
    height: 380px;
}

.nesmote_note_information {
    border: 0px;
    color: #dbd7d7;
    width: 100%;
}

.nesmote_note_information:hover {
    transition: 0.15s;
    
}

.nesmote_note_information:focus {
    outline: none !important;
}

.nesmote_name_information {
    border: 0px;
    width: 100%;
}

.sensor_description_input {
    border: 0px;
    width: 80%;
}

.nesmote_name_information:hover,
.sensor_description_input:hover {
    transition: 0.15s;
    box-shadow: none !important;
}

.nesmote_name_information:focus,
.sensor_description_input:focus {
    outline: none !important;
    
}

.card_actuation {
    height: 400px;
}

.card_nesgate_settings {
    height: 285px;
}

.card_modbus {
    width: auto;
}

.small_padding_bottom {
    padding-bottom: 20px;
}

.small_padding_top {
    padding-top: 20px;
}

.smaller_padding_top {
    padding-top: 10px;
}

.large-font-weight {
    font-weight: 600;
}

.large-font-size {
    font-size: 16px;
}

.small-font-size {
    font-size: 14px;
}

.smaller-font-size {
    font-size: 13px;
}
.smaller2-font-size {
    font-size: 12px;
}

.even-smaller-font-size {
    font-size: 10px;
}

.smaller_margin_bottom {
    margin-bottom: 20px;
}

.smaller_margin_right {
    margin-right: 20px;
}

.margin_table_text {
    margin-left: 10px;
}

.smaller_margin_top {
    margin-top: 20px !important;
}

.very_small_margin_top {
    margin-top: 10px !important;
}

.small_margin_top {
    margin-top: 50px;
}

.small_margin_bottom {
    margin-bottom: 50px;
}

.description_sensor {
    font-size: 15px;
    font-weight: 600;
    color: #0d1d69;
}

.graph_title_meas_type {
    font-size: 25px;
    font-weight: 600;
    color: #0d1d69;
    display: inline;
    padding-right: 10px;
}

.graph_title_units {
    font-size: 18px;
    font-weight: 400;
    color: #a4a9c5;
    display: inline;
    padding-right: 20px;
}

.last_value_graph {
    font-size: 42px;
    font-weight: 600;
    color: #00B9E4;
}

.smaller_last_value_graph {
    font-size: 26px;
    font-weight: 600;
    color: #00B9E4;
}

.smallest_last_value_graph {
    font-size: 22px;
    font-weight: 600;
    color: #00B9E4;
}

.total_value_graph {
    font-size: 30px;
    font-weight: 600;
    color: #00B9E4;
    margin-right: 10px;
}

.nesmote_info_alerts_text {
    font-size: 20px;
    font-weight: 600;
    color: #ffca2b;
    display: block;
    text-align: center;
}

.nesmote_info_alarms_text {
    font-size: 20px;
    font-weight: 600;
    color: red;
    display: block;
    text-align: center;
}

.other_values_graph {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: black;
    display: block;
    text-align: center;
}

.smaller_other_values_graph {
    font-size: 16px;
    font-weight: 600;
    color: black;
    display: block;
    text-align: center;
}

.smallest_other_values_graph {
    font-size: 14px;
    font-weight: 600;
    color: black;
    display: block;
    text-align: center;
}

.num_anomalies {
    font-size: 20px;
    font-weight: 600;
    color: red;
}

.forecasting_trust_number {
    font-size: 11px;
    font-weight: 600;
    color: green;
}

.error_forecasting_value {
    font-size: 20px;
    font-weight: 600;
    color: black;    
}

.time_on_off_graph {
    font-size: 20px;
    font-weight: 600;
    color: #0d1d69;
    display: block;
    text-align: right;
}

.sim_status_text {
    border: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #00B9E4;
    display: block;
}

.sim_iccid_settings_input {
    border: 0px;
    font-size: 20px;
    font-weight: 600;
    color: #00B9E4;
    display: block;
}

.sim_iccid_settings {
    font-size: 20px;
    font-weight: 600;
    color: #00B9E4;
    display: block;
}

.sim_iccid_settings_input:hover {
    transition: 0.15s;
    
}

.sim_iccid_settings_input:focus {
    outline: none !important;
    
}

.device_prov_values {
    font-size: 18px;
    font-weight: 600;
    color: #00B9E4;
    display: block;
    text-align: center;
}

.units_graph {
    font-size: 14px;
    font-weight: 600;
    color: #a4a9c5;
}

.small_grey_text_nesmote_info {
    font-size: 20px;
    font-weight: 600;
    color: #a4a9c5;
    display: block;
}

.small_blue_text_nesmote_info {
    font-size: 20px;
    font-weight: 600;
    color: #0d1d69;
    display: block;
}

.smaller_grey_text_nesmote_info {
    font-size: 18px;
    font-weight: 600;
    color: #a4a9c5;
    display: block;
}

.smaller_blue_text_nesmote_info {
    font-size: 18px;
    font-weight: 600;
    color: #0d1d69;
    display: block;
}

.smallest_grey_text_nesmote_info {
    font-size: 11px;
    font-weight: 600;
    color: #a4a9c5;
    display: block;
}

.smallest_blue_text_nesmote_info {
    font-size: 14px;
    color: #0d1d69;
    display: block;
}

.backend_small_text_nesmote_info {
    font-size: 20px;
    font-weight: 600;
    color: lightcoral;
    display: block;
}

.backend_smaller_text_nesmote_info {
    font-size: 16px;
    font-weight: 600;
    color: lightcoral;
    display: block;
}

.backend_smallest_text_nesmote_info {
    font-size: 14px;
    font-weight: 600;
    color: lightcoral;
    display: block;
}

.forecasting_small_text_nesmote_info {
    font-size: 20px;
    font-weight: 600;
    color: #0d1d69;
    display: block;
}

.forecasting_smaller_text_nesmote_info {
    font-size: 14px;
    font-weight: 600;
    color: #0d1d69;
    display: block;
}

.forecasting_smallest_text_nesmote_info {
    font-size: 14px;
    font-weight: 600;
    color: #0d1d69;
    display: block;
}

.small_text_device_prov {
    font-size: 18px;
    font-weight: 600;
    color: black;
    display: block;
}

.very_small_text_nesmote_info {
    font-size: 16px;
    font-weight: 600;
    color: #0d1d69;
    display: block;
}

.smallest_blue_text_nesmote_info {
    font-size: 14px;
    font-weight: 600;
    color: #0d1d69;
    display: block;
}

.alarm_circle_with_number {
    width: 25px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    background-color: red;
    color: white;
}

.alarm_circle_with_number:hover {
    text-decoration: none;
    color: white;
}

.alert_circle_with_number {
    width: 25px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    background-color: #ffca2b;
    color: white;
}

.alert_circle_with_number:hover { 
    text-decoration: none;
    color: white;
}

.expand_border {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    border-left-width: 10px !important;
}

.shrink_border {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    border-left-width: 3px !important;
}

.expert_knowledge_text {
    font-size: 24px;
    font-weight: 600;
}

.text_alarm_alert_graph {
    font-size: 13px;
    font-weight: 600;
    color: #0d1d69;
}

.config_text {
    font-size: 13px;
    font-weight: 600;
    color: #0d1d69;
}

.cursor_pointer:hover {
    cursor: pointer;
}

.cursor_pointer_underline:hover {
    cursor: pointer;
    text-decoration: underline;
}

.without-icon {
    appearance: none;
}

.errors_modbus:hover {
    cursor: pointer;
    text-decoration: underline;
}

.data_range_text {
    font-size: 18px;
    font-weight: 600;
    color: #0d1d69;
}

#ids_ocultos_sensores {
    display: none;
}

.spinner_loading_chart {
    margin-left: 15px;
    color: #00B9E4;
}

.zoom_icon {
    color: #00B9E4;
    display: none;
}

.graph_zoom_column {
    text-align: right;
}

.myChart {
    display: none;
}

.no_border {
    border: 0px;
}

.title_text_inventory {
    font-size: 24px;
    font-weight: 600;
    color: #0d1d69;
}

.text_inventory {
    font-size: 18px;
    font-weight: 600;
    color: #0d1d69;
}

.smaller_padding_card_icon {
    padding-right: 10px;
}

.padding_nav_icon {
    padding-right: 10px;
}

.padding_card_icon {
    padding-right: 20px;
}

.padding_card_columns {
    padding-left: 20px !important;
}

.vertical_align_center {
    vertical-align: middle;
}

.align_right_top_navbar_dropdown {
    text-align-last: right;
}

.no_margin_bottom {
    margin-bottom: 0px;
}

.no_padding_left_right {
    padding-left: 0px;
    padding-right: 0px;
}

.no_margin_bottom {
    margin-bottom: 0px;
}

.hr_small_margins {
    margin-bottom: 5px;
    margin-top: 5px;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: rgba(210, 213, 226, 0.5) !important;
    color: black !important;
}

/* TABLE PAGINATION STYLES */
.dt-paging-button.current {
    background-color: transparent !important;
    border-color: rgba(13, 29, 105, 1) !important;
    color: rgba(13, 29, 105, 1) !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
}
.dt-paging-button {
	background-color: transparent !important;
    border-color: transparent !important;
    color: rgba(13, 29, 105, 1) !important;
}
.dt-paging-button:hover {
    background-color: rgba(238, 239, 246, 1) !important;
    font-weight: 600 !important;
}
.dt-paging-button:active {
    background-color: rgba(238, 239, 246, 1) !important;
    background: rgba(238, 239, 246, 1) !important;
}
.dt-paging-button:focus {
    outline: 1px !important;
}
.dt-paging {
    float: right;
    margin-top: 1%;
    margin-bottom: 1rem;
}
.dt-info {
    margin-top: 1rem;
}

.title_alert_alarm_config {
    font-size: 20px;
    font-weight: 600;
    color: #0d1d69;
}

/* BOOTSTRAP TOGGLE CUSTOM STYLE */

.toggle {
    border-color: #d2d5e2;
}

.toggle-on { 
    background-color: #0D1D69;
}

.edit_user_networks_title {
    font-size: 18px;
    color: #0d1d69;
    font-weight: 600;
}

.modal_title {
    font-size: 25px;
    font-weight: 600;
    color: #0d1d69;
}

.modal_smaller_title {
    font-size: 20px;
    font-weight: 600;
    color: #0d1d69;
}

.modal_small_grey_title {
    font-size: 12px;
    font-weight: 400;
    color: rgba(105, 109, 128, 1);
}

.modal_very_small_grey_title {
    font-size: 11px;
    font-weight: 400;
    color: rgba(105, 109, 128, 1);
}

/* ACTUAL VERTICAL NAVBAR AND TOP NAVBAR */

.vertical-nav {
    min-width: 270px;
    width: 270px;
    position: fixed;
    top: 60px;
    left: 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.4s;
    overflow: scroll;
    height: 100%;
}

.footer {
    position:static;
    height: 30px;
    width: 100%;
    background-color: transparent;
    
}
.footer_not_logged {
    position: relative;
    height: 30px;
    width: 100%;
    background-color:transparent;
}
.footer_access_public_page {
    position: relative;
    height: 75px;
    width: 100%;
    background-color: transparent;
}
.footerlogged_access_public_page {
    position: relative;
    height: 100px;
    width: 100%;
    background-color: transparent;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.footer_public_page {
    position: fixed;
    width: 100%;
    background-color: transparent;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    bottom: 0px;
}
.footerlogged_public_page {
    position: fixed;
    width: 100%;
    background-color: transparent;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    bottom: 0px;
}

.footer_text {
    text-align: center;
    font-weight: 400;
    color: #a4a9c5;
    font-size: 14px;
}
.footer_black_text {
    text-align: center;
    font-weight: 400;
    color: black;
    font-size: 14px;
}
.footer_not_logged_text {
    margin-bottom: 0px !important;
    text-align: center;
    font-weight: 400;
    color: rgba(1, 3, 11, 0.6);
    font-size: 14px;
}

.nespra_logo_in_card {
    margin-bottom: 5%;
}

.form-inline-navbar {
    margin-bottom: 0px;
}

/* .navbar {
    justify-content: unset !important;
} */

.cluster_circle {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    color: black;
    font-weight: 600;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.40));
}

.circle_sensors_status {
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    display: flex;
    color: white;
}

.cluster_circle_blue {
    background-color: #82E9FD;
    border: 1px solid #038CB7;
}

.cluster_circle_red {
    background-color: #F9A8A9;
    border: 1px solid #D52D2F;
}

.cluster_circle_orange {
    background-color: #FFAD6A;
    border: 1px solid #996840;
}

.cluster_circle_yellow {
    background-color: #F5D754;
    border: 1px solid #D0800F;
}

.breadcrumb_input {
    border: 0px;
    padding: 0px;
    color: #0d1d69;
}

.notifications_description {
    border-radius: 5px 5px 5px 5px;
    border: 0px;
    padding: 0px;
}

.connection_disconnection_notification_description {
    border: 0px;
    padding: 0px;
}

.notifications_description:hover, .connection_disconnection_notification_description:hover {
    transition: 0.15s;
    border-color: #0D1D69 !important; 
}

.notifications_description:focus, .connection_disconnection_notification_description:focus {
    outline: none !important;
}

.seen_check, .seen_disconnect_connect_check {
    cursor: pointer;
}

#license_dropdown {
    display: none;
}

#container_column_map {
    /* position: absolute;*/
    z-index: 1000;
    right: 15px;
    width: 250px;
    height: 521px;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 2%);
}

.polar_chart_container{
    height: 200px;
    margin-top: 20px;
}

.canvasPolarChart {
    margin: 0 auto;
    display: block;
}

.alerts_alarms_map_text {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.alerts_map_number {
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    color: #ffca2b;
}

.alarms_map_number {
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    color: red;
}

.double_nesting {
    padding-left: 40px;
}

#add_edit_buttons_modbus {
    padding-top: 0px;
}

.page-content {
    width: calc(100% - 280px);
    margin-left: 275px;
    margin-top: 60px;
    transition: all 0.4s;
    margin-right: 0px;
}

.navbar-brand-mobile {
    display: none;
}

.nesmote_config_up_to_date {
    font-size: 14px;
    font-weight: 600;
    float: right;
    color: #00B9E4;
}

.nesmote_config_pending {
    font-size: 14px;
    font-weight: 600;
    float: right;
    color: #a4a9c5;
}

.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

#file-upload {
    display: none;
}

.org_logo{
    max-height: 40px;
    max-width: 130px;
}

.custom-file-upload{
    border: 2px solid;
    border-color: #a4a9c5;
    border-radius: 10px;
    color: #a4a9c5;
    margin-left: 5px;
    margin-right: 15px; 
    cursor: pointer;
}

.custom-file-upload-blue{
    border: 2px solid;
    border-color: #0d1d69;
    border-radius: 10px;
    color: #0d1d69;
    margin-left: 5px;
    margin-right: 15px; 
    cursor: pointer;
}

.label_digital_fixed_value {
    font-size: 13px;
    font-weight: 600;
    color: #0d1d69;
    padding-right: 10px;
}

.modbus_sensor_error_info {
    font-size: 13px;
    font-weight: 600;
    color: #0d1d69;
    padding-left: 10px;
    display: inline;
}

.modal-alert-alarms {
    width: 75% !important;
    max-width: 75% !important;
}

.wrap_text {
    white-space: normal;
    line-height: 20px;
}

.border_right_for_card {
    border-right: solid;
    border-color: #d2d5e2;
    border-width: 1px;
}

.very_small_grey_text {
    font-size: 12px;
    font-weight: 400;
    color: rgba(105, 109, 128, 1)
}

/* LOGIN PAGE */
.vertical_login_banner {
    min-height: 100vh;
    width: 100%;
}
.dark_blue_link {
    color: #0d1d69;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.dark_blue_text {
    color: #0d1d69;
    font-size: 14px;
    font-weight: 600;
}

/* NEW TEXTS */
.big_text {
    font-size: 19px;
}
.small_grey_text {
    font-size: 14px;
    color: rgba(105, 109, 128, 1);
}
.input_label {
    font-size: 12px;
    margin-bottom: 0px;
}
.bigger_input_label {
    font-size: 14px;
    margin-bottom: 0px;
}
.new_modal_title {
    font-size: 14px;
    font-weight: 600;
}

/* NEW OTHERS */
.table_border {
    border: 1px solid rgba(105, 109, 128, 1);
}

.table_border_left {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.table_border_right {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

/* DEVICE NAVIGATION TABS */
.device_navigation_tabs {
    color: rgba(105, 109, 128, 1);
    font-weight: 400;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    border: 0px !important;
}
.active_device_tab {
    border: 1px solid rgba(13, 29, 105, 1) !important;
    border-bottom: 1px solid rgba(243, 243, 243, 1) !important;
    font-weight: 600 !important;
    color: rgba(13, 29, 105, 1) !important;
    background-color: rgba(243, 243, 243, 1) !important;
}
.ul_device_tabs {
    margin-bottom: 2%;
    border-color: rgba(13, 29, 105, 1);
}
.li_device_tab {
    margin-left: 0.3%; 
    margin-right: 0.3%;
}

/* MEDIA QUERY FOR COMMON LAPTOPS */
@media (max-width: 1600px){
    .div-overview-text-donuts {
        font-size: 16px !important;
        margin-left: 45px; 
    }
    .other_values_graph {
        font-size: 12px;
    }
    .padding_card_icon {
        padding-right: 10px;
    }
    .sensor_description_input {
        width: 60%;
    }
    .status_nesgate_info {
        font-size: 13px;
    }
    .smallest_blue_text_nesmote_info {
        font-size: 10px;
    }
    .small_blue_text_nesmote_info {
        font-size: 16px;
    }
    .last_value_graph {
        font-size: 20px;
    }
    .smaller_last_value_graph {
        font-size: 16px;
    }
    .smallest_last_value_graph {
        font-size: 12px;
    }
    .smaller_other_values_graph {
        font-size: 8px;
    }
    .smallest_other_values_graph {
        font-size: 7px;
    }
    .total_value_graph {
        font-size: 20px;
    }
    .units_graph {
        font-size: 10px;
    }
    .deveui_text {
        font-size: 14px;
    }
    .title_inactive_since {
        font-size: 12px;
    }
    #button_row_sim_nesgate {
        margin-top: 180px !important;
    }
    #max_alert, #min_alert, #max_alarm, #min_alarm, #alarm_input_email, #alert_input_email,
    #alarm_input_phone, #alert_input_phone, #alert_add_email_button, #alert_add_phone_button,
    #alarm_add_email_button, #alarm_add_phone_button {
        font-size: 12px;
    }
}

/* MEDIA QUERY FOR TABLETS */
@media (max-width: 769px) {
    /* SHOW THE HIDE/SHOW VNAV ICON, HIDE THE VNAV AND EXPAND CONTENT*/
    #expand_vnav_icon{
        display: block !important;
    }
    #sidebar {
        margin-left: -270px;
        padding-bottom: 80px;
    }
    #content {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-top: 120px !important;
    }
    .canvasDonut{
        width: 132px !important;
        height: 72px !important;
    }
    .navbar-brand {
        display: none;
    }
    .navbar-brand-mobile {
        display: block;
    }
    .div-overview-text-donuts {
        font-size: 10px;
        margin-left: 35px !important;
    }
    #row_donuts {
        top: 560px;
    }
    #container_column_map {
        width: 150px;
        height: 560px;
    }
    .top-nav {
        height: 120px;
    }
    .vertical-nav {
        top: 120px !important;
    }
    .footer_text{
        font-size: 12px;
    }  
    .font_size_widget_value {
        font-size: 14vw !important;
    }
    .font_size_widget_units {
        font-size: 8vw !important;
    }
}

/* MEDIA QUERY FOR MOBILES */
@media (max-width: 500px) {
    .mobile_image_logo_nespra_office {
        max-width: 325px;
        display: block !important;
    }
    .big_image_logo_nespra_office {
        display: none;
    }
    .mobile_image_logo_orbita_office{
        display: block;
    }
    .big_image_logo_orbita_office {
        display: none;
    }
    .card_demo_office {
        width: 100%;
    }
    .font_size_widget_value {
        font-size: 14vw !important;
    }
    .font_size_widget_units {
        font-size: 8vw !important;
    }
}

/* MEDIA QUERY FOR MOBILES */
@media (max-width: 450px) {
    .canvasDonut{
        width: 99px !important;
        height: 54px !important;
    }
    .div-overview-text-donuts {
        font-size: 10px !important;
        margin-left: 28px !important;
    }
    #container_column_map {
        width: 100px !important;
    }
    .form-inline-org {
        margin-left: auto;
    }
    .form-inline-user {
        margin-left: auto;
    }
    #mobile_test_element {
        display: none; 
    }
    #go_fullscreen {
        display: none; 
    }
    #fullscreen_div {
        margin-bottom: 25%;
    }
    .last_date_title_control_panel {
        font-size: 14px !important;
    }
    .kpi_time_info {
        font-size: 7px !important;
    }
}

body {
    background: #ffffff;
    min-height: 100vh;
    overflow-x: hidden;
}

.separator {
    margin: 48px 0;
    border-bottom: 1px dashed #fff;
}

.text-uppercase {
    letter-spacing: 0.1em;
}

.text-gray {
    color: #aaa;
}

.change_network_vnav {    
    font-size: 10px;
    height: 14px;
    font-weight: 600;
    color: #a4a9c5;
    margin-top: 10px;
    margin-left: 15px;
    text-transform: uppercase;
}

.welcome_close_button{
    height: 50px;
}

.close_text_welcome_message{
    font-size: 14px;
    vertical-align: middle;
}

.nespra_img_small{
    height: 16px;
}

.nespra_img_big{
    height: 25px;
}

.submenu_network{
    cursor: pointer;
}

.cursor-pointer{
    cursor: pointer;
}

.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
    background: red;
    top: -8px;
    left: 20px;
    display: none;
}

.leaflet-popup-content {
    width: auto !important;
    max-width: 600px;
}

.device_status_red{
    color: lightcoral !important;
}

.device_status_orange{
    color: #ff8a2b !important;
}

.card_shadow{
    box-shadow: 3px 3px 10px rgba(0,0,0, 0.2);
}

.title_demo_office {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0d1d69;
}

.description_demo_office {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #a4a9c5;
}

.value_demo_office {
    font-size: 40px;
    font-weight: 600;
    color: #00B9E4;
}

.units_demo_office {
    font-size: 32px;
    font-weight: 600;
    color: #a4a9c5;
}

.nespra_widget_footer {
    color: #a4a9c5;
    border-top: 1px solid rgba(0,0,0,.125);
    font-size: 12px;
    padding: 0.25rem;
    text-align: center;
}

.nespra_widget_link {
    color: #6c757d;
    padding-left: 2px;
}

.top_slogan_demo_office {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #0d1d69;
    margin-top: 10px;
}

.bottom_slogan_demo_office {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: #0d1d69;
    margin-bottom: 40px;
}

.mobile_image_logo_nespra_office {
    display: none;
}

.mobile_image_logo_orbita_office {
    display: none;
}

.card_demo_office {
    width: 400px;
}

.data_analytics_modal_title {
    font-size: 20px;
    font-weight: 600;
    color: #0d1d69;
}

.data_analytics_modal_subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #0d1d69;
}

.data_analytics_modal_label {
    font-size: 14px;
    font-weight: 600;
    color: #0d1d69;
}

.big_image_logo_nespra_office {
    max-width: 250px;
}

.font_size_widget_value {
    color: #00B9E4;
}

.font_size_widget_units {
    color: #a4a9c5;
}

.device_status_red{
    color: lightcoral !important;
}

/* END OF ACTUAL VERTICAL NAVBAR AND TOP NAVBAR */

/* BUTTONS */

.modal_confirm_button {
    font-weight: 600;
    border-width: 2px;
    border-radius: 20px;
    border-color: rgba(13, 29, 105, 1) !important;
    color: white !important;
    background-color: rgba(13, 29, 105, 1) !important;
    padding-left: 10px;
}
.modal_confirm_button:hover {
    background-color: rgba(75, 90, 161, 1) !important;
    border-color: rgba(75, 90, 161, 1) !important;
}
.modal_confirm_button:disabled {
    background-color: #9EA4C2 !important;
    border-color: #9EA4C2 !important;
    color: white !important;
}

.modal_secondary_button {
    font-weight: 600;
    border-width: 1px;
    border-radius: 20px;
    border-color: rgba(13, 29, 105, 1) !important;
    color: rgba(13, 29, 105, 1) !important;
    background-color: transparent !important;
}
.modal_secondary_button:hover {
    background-color: rgba(238, 239, 246, 1) !important;
    border-color: rgba(75, 90, 161, 1) !important;
}

.modal_cancel_button {
    font-weight: 600;
    border-width: 1px;
    border-radius: 20px;
    border-color: white !important;
    color: rgba(13, 29, 105, 1) !important;
    background-color: white !important;
}
.modal_cancel_button:hover {
    background-color: rgba(238, 239, 246, 1) !important;
    border-color: rgba(75, 90, 161, 1) !important;
}
.grey_modal_button {
    font-weight: 600;
    font-size: 14px;
    border: 0px solid white;
    color: #0D1D69;
}
.grey_modal_button:hover {
    background-color: rgba(243, 243, 243, 1);
    color: #0D1D69;
    border: 0px solid rgba(243, 243, 243, 1);
}

.icon_button {
    font-weight: 600;
    border-width: 1px;
    border-radius: 20px;
    border-color: white !important;
    color: rgba(13, 29, 105, 1) !important;
    background-color: white !important;
}
.icon_button:hover {
    background-color: rgba(238, 239, 246, 1) !important;
}

.user_change_password_button {
    font-weight: 600;
    border-width: 1px;
    border-radius: 8px;
    border-color: rgba(13, 29, 105, 1);
    background-color: white;
    color: rgba(13, 29, 105, 1);
}
.user_change_password_button:hover {
    background-color: rgba(238, 239, 246, 1) !important;
    color: rgba(13, 29, 105, 1);
    border-color: rgba(13, 29, 105, 1);
}

.user_change_password_button_selected {
    font-weight: 600;
    border-width: 1px;
    border-radius: 8px;
    background-color: rgba(210, 213, 226, 0.5);
    border-color: rgba(13, 29, 105, 1);
    color: rgba(13, 29, 105, 1);
}
.user_change_password_button_selected:hover {
    background-color: rgba(238, 239, 246, 1) !important;
    color: rgba(13, 29, 105, 1);
    border-color: rgba(13, 29, 105, 1);
}

.inline_confirm_button {
    font-weight: 600;
    border-width: 1px;
    border-radius: 20px;
    border-color: rgba(13, 29, 105, 1);
    color: rgba(13, 29, 105, 1);
}
.inline_confirm_button:hover {
    background-color: rgba(243, 243, 243, 1);
    color: rgba(13, 29, 105, 1);
    border-color: rgba(13, 29, 105, 1);
}
.inline_confirm_button:disabled {
    background-color: rgba(243, 243, 243, 1);
    color: rgba(13, 29, 105, 1);
    border-color: rgba(13, 29, 105, 1);
}

.darker_modal_confirm_button {
    font-weight: 600;
    border-width: 2px;
    border-radius: 20px;
    border-color: #0D1D69;
    color: #0D1D69;
}
.darker_modal_confirm_button:hover {
    background-color: white;
    color: #0D1D69;
    border-color: #0D1D69;
}
.go_back_to_info_button {
    width: 50%;
    font-weight: 600;
    font-size: 14px;
    border: 0px solid white;
    color: #0D1D69;
}
.go_back_to_info_button:hover {
    background-color: rgba(243, 243, 243, 1);
    color: #0D1D69;
    border: 0px solid rgba(243, 243, 243, 1);
}

/* */

/* Widget sensors in map */
.map_filter_button {
    font-weight: 500;
    border-width: 1px;
    border-radius: 8px;
    border-color: rgba(13, 29, 105, 1);
    background-color: white;
    color: rgba(13, 29, 105, 1);
}
.map_filter_button_active {
    font-weight: 600;
    border-width: 1px;
    border-radius: 8px;
    background-color: #E8E9F0;
    border-color: rgba(13, 29, 105, 1);
    color: rgba(13, 29, 105, 1);
}
.map_filter_button:hover {
    background-color: rgba(238, 239, 246, 1) !important;
    color: rgba(13, 29, 105, 1);
    border-color: rgba(13, 29, 105, 1);
}
.map_filter_button_active:hover {
    font-weight: 600 !important;
    border-width: 1px !important;
    background-color: #E8E9F0 !important;
    border-color: rgba(13, 29, 105, 1) !important;
    color: rgba(13, 29, 105, 1) !important;
}

/* */

/* NEW TEXT STYLES */

.small_grey_text {
    font-size: 14px;
    font-weight: 400;
    color: rgba(105, 109, 128, 1);
}
.small_text {
    font-size: 14px;
    font-weight: 400;
}

/* */

.top_nav_dropdown {
    font-weight: 400;
    font-size: 14px;
    border: 0px solid white;
    color: rgba(3, 6, 21, 1);
}
.top_nav_dropdown:hover {
    background-color: rgba(243, 243, 243, 1);
    color: rgba(3, 6, 21, 1);
}
.top_nav_dropdown:focus {
    background-color: rgba(210, 213, 226, 0.5);
}

.solid_confirm_button {
    font-weight: 600;
    border-width: 2px;
    border-radius: 20px;
    background-color: #00B9E4;
    color: white;
}
.solid_confirm_button:hover {
    color: white;
}

.cancel_button {
    font-weight: 600;
    border-width: 2px;
    border-radius: 20px;
    color: #00B9E4
}
.cancel_button:hover {
    color: #00B9E4;
}

.new_modal_confirm_button {
    font-weight: 600;
    border-width: 2px;
    border-radius: 10px;
    border-color: #0D1D69;
    color: white;
    background-color: #0D1D69;
}

.new_modal_confirm_button:hover {
    color: white;
}

.white_confirm_button {
    font-weight: 600;
    border-width: 2px;
    border-radius: 20px;
    border-color: white;
    color: black;
    background-color: white;
}

.white_confirm_button:hover {
    color: black;
}

.white_confirm_button_with_border {
    font-weight: 600;
    border-width: 2px;
    border-radius: 20px;
    border-color: #0D1D69;
    color: #0D1D69;
    background-color: white;
}

.white_confirm_button:hover {
    color: #0D1D69;
}

.modal_delete_button {
    font-weight: 600;
    border-width: 2px;
    border-radius: 20px;
    border-color: lightcoral;
    color: lightcoral;
}

.modal_delete_button:hover {
    background-color: lightcoral;
    border-color: lightcoral;
}

.plus_button {
    font-weight: 600;
    font-size: 24px;
    border-width: 0px;
    border-radius: 20px;
    color: #0d1d69;
}

.plus_button:hover {
    background-color: white;
    color: #0d1d69;
    border-color: white;
}

/* CONTROL PANEL */
.tag {
    padding: 4px 8px 4px 8px;
    background-color: lightgrey;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.add_new_widget {
    font-size: 19px;
    font-weight: 600;
}
.datasource_modal_body {
    background-color: #F3F3F3;
}
.last_value_control_panel {
    font-weight: 600;
}

.last_value_title_control_panel {
    font-weight: 600;
    color: #0d1d69;
}

.gauge_title_control_panel {
    font-weight: 600;
    color: #0d1d69;
    margin-bottom: 0px;
}

.blue_spinner {
    color: #00B9E4;
}

.col-left-right-paddings {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.widget_description_text {
    font-size: 12px;
}
.widget_description_wrapper {
    line-height: 0.7;
    margin-top: 5px;
    margin-bottom: 10px;
}
.widget_type_image_selected {
    background-color: white;
}

.important_hide {
    display: none !important;
}

.title_widget {
    border: 0px;
    width: 100%;
    margin-left: 5px;
    font-weight: 600;
}

.title_widget:focus {
    outline: none !important;
    box-shadow: 0 0 10px #00B9E4;
}
.grid-stack {   
    border: 2px solid #E0ECFF;
    border-radius: 5px; 
}
.grid-stack-item-content {
    float: left;
    background-position: center center;
    background-size: cover;
    box-shadow: 3px 3px 10px rgba(0,0,0, 0.2);
    background-color: white;
}
.ui-resizable-handle{
    opacity: 0.4;
}
.date-size-title-0 {
    font-size: 10px;
}
.date-size-title-1 {
    font-size: 14px;
}
.date-size-title-2 {
    font-size: 16px;
}
.date-size-title-3 {
    font-size: 24px;
}
.kpi-size-title-0 {
    font-size: 10px;
}
.kpi-size-title-1 {
    font-size: 11px;
}
.kpi-size-title-2 {
    font-size: 13px;
}
.kpi-size-title-3 {
    font-size: 20px;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.li_emails { 
	margin: 3px 5px 3px 5px; 
	padding: 3px 5px 3px 5px; 
	border:1px #BBD8FB solid;	
	border-radius: 3px; 
	background: #F3F7FD;
    font-size: 13px; 
}

#alert_list_of_emails, #alarm_list_of_emails, #alert_list_of_phones, #alarm_list_of_phones,
#edit_alert_list_of_emails, #edit_alarm_list_of_emails, #edit_alert_list_of_phones, #edit_alarm_list_of_phones,
#nesgate_disconnection_list_of_emails, #nesgate_disconnection_list_of_phones, #nesmote_disconnection_list_of_emails,
#nesmote_disconnection_list_of_phones, #battery_list_of_emails, #battery_list_of_phones, #list_of_emails, #list_of_sensors,
#list_of_licenses_to_renew, #list_of_emails_privileges, #shared_to_list_of_emails, #create_list_of_emails_privileges, #maintenance_list_of_emails,
#maintenance_list_of_phones {
    list-style-type: none;
    padding-left: 0px !important;
}

.alert_remove_email, .alarm_remove_email, .alert_remove_phone, .alarm_remove_phone,
.nesgate_remove_email, .nesgate_remove_phone, .nesmote_remove_email, .nesmote_remove_phone,
.battery_remove_email, .battery_remove_phone, .alert_remove_sensor, .remove_license_to_renew {
    font-weight: 600;
    float: right;
    cursor: pointer;
}

.label_notifications_modal {
    font-size: 13px;
    color: #0d1d69;
    display: block;
    font-weight: 600;
}

.composite_data_keyboard_grey {
    margin-top: 3px;
    width: 80px;
    height: 40px;
    background: #F3F3F3;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    text-align: center;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.composite_data_keyboard_white {
    margin-top: 3px;
    width: 80px;
    height: 40px;
    background: white;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
    text-align: center;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.composite_data_keyboard_empty {
    margin-top: 3px;
    width: 80px;
    height: 40px;
    background: white;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    color: white;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-l {
    width: 90%;
    max-width: 750px;
}

.modal-xl {
    width: 90%;
    max-width: 1100px;
}

.modal-xxl {
    width: 90%;
    max-width: 1335px;
}

.modal-xxxl {
    width: 90%;
    max-width: 1700px;
}

.circle_selected {
    outline: none;
    box-shadow: 0px 0px 20px #00b9e4;
}

.leaflet-container .select_sensor_status_map a {
    color: black !important;
}

.select_sensor_status_map .dropdown-item.active, .dropdown-item:active {
    background-color: white !important;
    color: black !important;
}

.select_sensor_status_map .bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    background-color: white !important;
    color: black !important;
}

.select_sensor_status_map .btn-light {
    background-color: white !important;
}

.truncate-text-two-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5; /* Adjust based on your line height */
    max-height: 3em; /* Should be line-height * number of lines (2 in this case) */
}

.new_nespra_spinner {
    width: 15%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: 
        radial-gradient(farthest-side,rgba(13, 29, 105, 1) 100%,#0000) top/8px 8px no-repeat,
        conic-gradient(#0000 0%,rgba(13, 29, 105, 1));
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: s3 1s infinite linear;
}

.progress-container {
    width: 100%;
    background-color: #e0e0e0;
    overflow: hidden;
    height: 15px;
    margin: 1% 5% 1% 5%;
}

.progress-bar {
    height: 100%;
    text-align: center;
    line-height: 30px;
    color: white;
    font-weight: bold;
}

@keyframes s3{ 
    100%{transform: rotate(1turn)}
}

.theader_table_widget {
    color: 'black';
    white-space: 'normal';
    overflow-wrap: 'break-word';
    max-width: '150px';
    text-align: 'center';
    line-height: '20px';
    background-color: '#F3F3F3';
}

/* Public pages */
.text_like_link {
    color: #00B9E4; 
}

.text_like_link:hover {
    text-decoration: underline;
    cursor: pointer;
}

#qrcode {
    width: 160px;
    height: 160px;
    margin-top: 15px;
}

#copy_to_clipboard_image {
    cursor: pointer;
}

/* Modbus templates */
.modbus_template_label {
    font-size: 9px;
    font-weight: 600;
    color: #0d1d69;
}

#scaling_conversion_calibration_modal, #exp_know_time_groups_modal {
    z-index: 1060;
}

/* Highcharts */
.highcharts-title {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px !important;
    color: #a4a9c5 !important;
}

/* Ping settings box styles */
.ping_results_box {
    overflow:auto;
    height: 160px;
    border:1px solid lightgray;
    padding:2%;
    border-radius: 5px;
}

.ping_result, .opcua_result {
    margin: 0px;
}

.ping_input:invalid {
    border-color: lightcoral;
    border-width: 2px ;
}

.ping-invalid-feedback {
    padding-top: 3px;
    color: lightcoral;
    font-size: 10pt;
    font-weight: bold;
}
.tooltip-inner{
    justify-content: left !important;
    max-width: 350px !important;
    width: 350px !important;
    color: black !important;
    background-color: white !important;
    border:1px solid gray;
}
.arrow {
    display: none !important;
}

/* RADIO AND BUTTONS */
.edit_button {
  padding-left: 3px;
  padding-right: 3px; 
  margin-left: auto;
}

.delete_button,
.datasource_button,
.delete_stop {
  padding-left: 3px;
  padding-right: 3px; 
}

@media (max-width: 600px) {
	.highcharts-figure, .highcharts-data-table table {
		width: 100%;
	}
	.highcharts-figure .chart-container {
		width: 300px;
		float: none;
		margin: 0 auto;
	}
}

/* HIDE RADIO */
[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    accent-color: #0D1D69;
}

/* IMAGE STYLES */
[type=radio] + img {
  cursor: pointer;
}

/* HIDE SCROLLBAR CLASS */
.hide_scrollbar::-webkit-scrollbar {
    display: none;
}
.hide_scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* dynamic bootstrap cols */
.dynamic-col {
    padding: 0;
}

/* Ocultar Flechas Widget */ 
.grid-stack-item .ui-resizable-handle {
  display: none !important;
}

.grid-stack-item:hover .ui-resizable-handle {
  display: block !important;
}

.highcharts-tooltip {
    white-space: normal !important;
}
  
.highcharts-tooltip strong {
    white-space: nowrap !important;
}
#submenu_networks,
#submenu_devices,
#submenu_maintenance,
#submenu_organisation,
#submenu_control_panel,
#submenu_reports { display: none; }

/* Solo flechas del acordeón*/
#accordionDonuts .card-header .icon-chevron {
  display: inline-block;
  transition: transform .25s ease;
  transform: rotate(0deg);
}

#accordionDonuts .card-header .icon-chevron.rotated {
  transform: rotate(180deg); 
}
