.linkit_view {
    padding: 0px;
}


.node-element .icon-container{
    float: right;
    position: absolute;
    right: 0;
}
.node-element .icon {
    margin-top: 3px;
    margin-left: 4px;
}

.node-element #name {
    width: 140px;
}

.nodes_view_container {
    overflow-y: auto;
}

.node_stats_container {
    overflow-y: auto;
    height: 100%;
    padding-right: 5px;
    padding-top: 5px;
    margin-top: 0px;
    outline: 1px solid var(--main-outline);
}

.node_stats_container .node_stats_spinner {
    position: relative !important;
}

.node_stats_container .no_node_selected {
    position: relative;
    top: 50%;
    text-align: center;
    display: block;
    font-size: 0.9em;
    font-weight: 900;
    opacity: 0.5;
}

.node_stats_container .node_stat_container{
    margin-top: 10px;
}
.node-element #name {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.node-element #version {
    font-size: 12px;
    text-align: center;
}

.node-element.app {
    padding-top: 23px;
}


.node_top_panel {
    width: 100%;
}
.node_top_panel .panel-body .ait_table_container{
    margin-top: 10px;
}

.node_top_panel .ait_table_container table.dataTable{
    margin-top: 0px !important;
}
.node_top_panel #main_nav{
    display: -webkit-inline-box;
    overflow-x: auto;
    overflow-y: hidden;
}
.node_top_panel #main_nav>li{
    z-index: 2;
}
.node_top_panel .nav-pills li a{
}
.node_top_panel #nodes_buttons,
#node_benches_list_filter,
#clusters_list_filter,
#node_apps_list_filter{
    position: absolute;
    right: 15px;
    top: 12px;
    background: var(--main-background);
    z-index: 1000;
    opacity: 1;
    border-radius: var(--main-border-radius);
    margin: 0px;
}
.node_top_panel #nodes_buttons .btn,
#node_benches_list_filter .btn,
#clusters_list_filter .btn,
#node_apps_list_filter .btn{
    color: var(--main-color);
}

.node_top_panel #nodes_buttons .btn.active,
#node_benches_list_filter .btn.active,
#clusters_list_filter .btn.active,
#node_apps_list_filter .btn.active{
    color: var(--activated-color);
}

.node_top_panel #nodes_buttons:has(.child:only-child),
#node_benches_list_filter:has(.child>.btn:only-child),
#clusters_list_filter:has(.child:only-child),
#node_apps_list_filter:has(.child:only-child){
    background: none;
}
.node_top_panel #nodes_buttons:hover{
    z-index: 100;
}

#node_info{
    outline: 1px solid var(--main-outline);
    margin-top: 11px;
    border-radius: 3px;
    height: calc(100% - 11px);
}

#node_info .sp-replacer{
    display: inline-block;
}


#node_benches_list_filter>label,
#clusters_list_filter>label,
#node_apps_list_filter>label{
    display: none;
}
#node_logs_list tr.node_log_info{

}
#node_logs_list tr.node_log_error{
    color: var(--state-error);
    font-weight: 900;
}
#node_logs_list tr.node_log_warning{
    color: var(--state-warning) ;
    font-weight: 500;
}
#node_logs_list_wrapper .top{
    display: none;
}



.node_top_panel .ui-resizable-s {
    margin-bottom: 0px;
    height: 10px;
}

.node_top_panel .ui-resizable-e:hover,
.node_top_panel .ui-resizable-s:hover{
    background: var(--hover-background);
}

.node_clusters_container .system{
    opacity: var(--description-opacity);
}

#nodes_list_wrapper>.top{
    display: none;
}
#nodes_list, #nodes_list_wrapper th,
.node_clusters_container table, .node_clusters_container  th,
.node_benches_container table, .node_benches_container  th,
#node_apps_list, #node_apps_list_wrapper th{
    font-size: 0.9em;
}
#nodes_list_wrapper .dataTables_filter,
.node_clusters_container .dataTables_filter,
.node_benches_container .dataTables_filter,
#node_apps_list_wrapper .dataTables_filter{
    text-align: left !important;
}


#nodes_list_wrapper .dataTables_filter [type="search"],
.node_clusters_container .dataTables_filter [type="search"],
.node_benches_container .dataTables_filter [type="search"],
#node_apps_list_wrapper .dataTables_filter [type="search"]{
    margin: 0px 10px 0px 15px;
    width: calc(100%);
    height: 22px;
}

#node_apps_list_wrapper button{
    float: right;
    margin-left: 2px;
    margin-right: 2px;
}
#clusters_list_filter button{
    float: right;
}

#clusters_list_filter button:focus,
#node_apps_list_wrapper button:focus{
    outline: none;
    box-shadow: none;
}





#nodes_list tr,
#node_apps_list tr{
    cursor: pointer;
}
.nodes_list tr[id="-1"],
.nodes_list tr[id="-2"]{
    font-weight: 900;
}
.nodes_list tr[id="-1"] td,
.nodes_list tr[id="-2"] td{
    border: none;
    height: 37px;
    xxxposition: sticky;
    xxxposition: -webkit-sticky;
    xxxz-index: 100;
}
.nodes_list tr[id="-1"] td{
    xxxtop: -1px;
}
.nodes_list tr[id="-2"] td{
    xxxtop: 25px;
}

.nodes_list tr[id="-1"] td.cell-component,
.nodes_list tr[id="-2"] td.cell-component{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: var(--hover-background);
}
#nodes_list tr.selected,
#node_apps_list tr.selected{
    xbackground-color: rgba(0, 136, 204, 0.66);
}

tr.node_app_not_found .node_state,
tr.node_app_not_found .path,
tr.selected.node_app_not_found .node_state,
tr.selected.node_app_not_found .path,
tr.node_app_not_responding .node_state,
tr.node_app_not_responding .path,
tr.selected.node_app_not_responding .node_state,
tr.selected.node_app_not_responding .path{
    color: var(--state-error)!important;
    font-weight: 600;
}

tr.node_app_inactive{
    opacity: var(--description-opacity);
}
tr.node_app_inactive.node_app_not_found,
tr.node_app_inactive.node_app_not_responding{
    opacity: 1;
}
#nodes_list .icon_state {
}

table .node_color ,
table .node_color,
table .node_app_color{
    height: 5px;
    width: 5px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


tr.inactive_node {
    opacity: var(--description-opacity);
}

.node_clusters_container tr{
    cursor:pointer;
    user-select: none;
}
.node_clusters_container tr>td{
    padding-bottom: 0;
    padding-top: 0;
}

.node_clusters_container .cluster_buttons {
    opacity: var(--description-opacity);
}

.node_clusters_container .cluster_button ,
#node_apps_list .node_apps_button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    cursor: pointer;
    opacity: var(--description-opacity);
}
.node_clusters_container .cluster_button:hover ,
#node_apps_list .node_apps_button:hover {
    opacity: 1;
}

.node_clusters_container .cluster_active {
    font-size: 11px;

}

.node_clusters_container .cluster_buttons:hover {
    opacity: 1;
}

.node_clusters_container .cluster_name {
    font-weight: 600;
}

.node_clusters_container .cluster_nodes, .node_clusters_container .cluster_node_filters {
    font-size: 13px;
}

.node_clusters_container .cluster_node_filters {
}


.node_clusters_container .cluster_node , .node_clusters_container .cluster_node_filter {
    margin-left: 10px;
    cursor: pointer;
    padding: 0px;
    width: 100%;
}

.clusters_list .cluster_node .glyphicon, .clusters_list .cluster_node_filter .glyphicon{
    margin-right: 10px;
    font-size: 11px;
}

.clusters_list .cluster_node .remove_node{
    opacity: 0;
}

.clusters_list .cluster_node:hover .remove_node{
    opacity: var(--description-opacity);
}

.clusters_list .cluster_node .remove_node:hover{
    opacity: 1;
}

.clusters_list .empty_cluster, .clusters_list .empty_filter {
    font-size: 0.9em;
    opacity: var(--description-opacity);
}



#clusters_list_filter .btn {
    margin-left: 1px;
    margin-right: 1px;
}


.clusters_list tr.inactive_cluster {
    opacity: var(--description-opacity);
}



.node_benches_container tr.error{
    color: var(--state-error);
    font-weight: bold;
}
.node_benches_container tr>td>.deploy{
    cursor: pointer;
}
.node_benches_container tr:hover>td>.deploy{
    opacity: 1;
}



.dragged_node {
    margin: 5px;
    display: block;
}

.droppable-cluster, .droppable-nodes-list .datatable{
    background: rgba(255, 165, 0, 0.43);
}

#node_stats_tab .node_chart, #node_stats_tab .node_chart > svg {
    width: 100%;
}

[href="#node_stats_tab"] .btn_fullscreen{
    font-size: 13px;
    margin-left: 5px;
    opacity: var(--description-opacity);
}
[href="#node_stats_tab"] .btn_fullscreen:hover{
    opacity: 1;
}
.full_screen{
    width: 100%;
    height: 100% !important;
    position: absolute !important;
}
.full_screen svg{
     height: 100% !important;
}
.full_screen .node_chart{
     padding: 20px;
}
.node_color_picker .sp-replacer {
    padding-top: 9px;
    background: none;
}

.node_color_picker .sp-dd {
    display: none;
}

#ait_cluster_dialog [data-schemapath="root.node_tags"] table thead{
    display: none;
}


.form_node .form-group{
    width: 100%;
}

.form_node #node_name{
    opacity: 0.7;
}

.form_node #running_schedule_holder .custom-form-radio-button.active{
    background: var(--activated-color);
}
.form_node #running_schedule_holder table{
    margin-top: 10px;
}

#node_dialog #notification_container{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

#node_dialog .running_schedule_editor [data-schematype="datetime"] input{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#node_dialog p.info {
    font-size: 0.8em;
    opacity: 0.7;
}

.node_list_tags .tag_name, .node_list_tags .tag_value{
    width: 50%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    vertical-align: top;
}

.node_list_tags .tag_value{
    opacity: 0.5;
    font-weight: bold;
}

#detail_nav{
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    display: -webkit-inline-box;
}

.form_nodes_settings .form-control.input-sm{
    padding: 2px;
    height: unset;
    margin-top: 4px;
}
.form_nodes_settings .form-group .form-control.input-sm{
    padding: 2px;
    height: unset;
    margin-top: 0px;
    text-align: right;
}
.form_nodes_settings .form-group select.form-control.input-sm{
    text-align: center;

}

.form_nodes_settings .form-group label{
    padding-top: 2px;
}
.form_nodes_settings hr{
    margin: 10px;
}

.form_nodes_settings .well-sm{
    margin-bottom: 0px;
    padding-top: 20px;
    width: 100%;
}

.form_nodes_settings .panel-default{
    margin-bottom: 0px;
}

.form_nodes_settings #nodes_settings_doc_tab ul{
    margin-left: 20px;
}
.form_nodes_settings #nodes_settings_doc_tab h4{
}

.form_nodes_settings hr{
    margin: 0;
}

.form_nodes_settings p{
    opacity: var(--description-opacity);
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
.form_nodes_settings .allowed_block{

}
.form_nodes_settings #nodes_settings_doc_tab p{
    color: unset;
    font-weight: unset;
    float: unset;
    width: unset;
    margin-bottom: 10px;
}

.nodes_scale_settings_tooltip{
    min-width: 300px;
    max-width: 700px;
    padding-left: 20px;
}

.nodes_scale_settings_tooltip .block{
    background-color: #ffffff12;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    width: 100%;

}
.nodes_scale_settings_tooltip h4{
    text-align: center;
    font-size: 16px;

}
.nodes_scale_settings_tooltip .block h5{
    margin-top: 0px;
    margin-bottom: 0px;
}
.nodes_scale_settings_tooltip .block h6{
    font-weight: 900;
    margin-bottom: 10px;
}

.nodes_scale_settings_tooltip .block .scale_key{
    font-weight: 900;
    opacity: 0.6;
}
.nodes_scale_settings_tooltip .block .scale_value{
    font-weight: 900;
}

.nodes_page .panel-heading{
    overflow: hidden;
    padding: 4px;
}
.nodes_page .panel_event_history{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
.nodes_page .panel_event_history .panel-heading{
    padding-left: 15px;
}

.nodes_page .dataTables_paginate .pagination{
    display: flex;
    float: right;
}