body {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
    overflow: hidden;
}


/* width */
::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #bedce400;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #aaaaaa;
	border: 1px solid #f4f5f9;
	background-image: url('images/wpfundo.jpg');
	background-repeat: repeat;
	cursor: pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

main {
    background: #f1f1f1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

}

span.app-title {
    font-size: large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2;
}

div#app {

    width: inherit;
    height: inherit;

}

.loader_overlay {
    border-radius: 50%;
    border: 1px solid #cddc39;
    text-align: center;
}

.loader_overlay .spinner {
    background-color: #19478a;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
    line-height: 1;
}

.loader_overlay .webix_progress_icon .webix_progress_state {
    color: white !important;
}

div.popup_modules {
    background-color: #8bc34a;
    border-radius: 5px;
    border: none;
}

div.popup_modules .webix_win_body .webix_view .webix_template {
    background-color: #19478a
}

div#modules_host {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
    padding: 10px 0;
}

.modules_item {
    border: 1px solid #2196f3;
    width: 90px;
    height: 90px;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    background-color: #cddc39;
    border-radius: 4px;
    margin-bottom: 1px;
}

div.app-status {
    height: 30px;
    width: 30px;
    border: 1px solid #607d8b;
    box-sizing: border-box;
}

div.app-status.online {
    background-color: #8bc34a;
    border: 1px solid #4caf50;
}

div.app-status.offline {
    background-color: #f44336;
    border: 1px solid #d32f2f;
}

.app_toolbar,
.apptoolbar_brand {
    background: #f3f3f3;
}

.webix_view.webix_toolbar.wp_monitor_toolbar {
    background-color: #e8eff0;
    border: 0;
}

.data_grid_monitor{
    background-image: url(../images/background.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: 50%;
    opacity: .9;
}

.data_grid_monitor_item {
    background-color: #1ea0c100;
    border: 1px solid #19478a !important;
    border-radius: 3px;
    display: flex;
    align-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-weight: 500;
}

.data_grid_monitor_item div.itemicon {
    background-image: url(../images/report_03.png) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 90% !important;
    background-position: center;
    width: 100%;
    height: 100%;
}

.data_grid_monitor_item:hover {
    background-color: #19478a;
    border: 1px solid #19478a !important;
    color: white !important;
}

.data_grid_monitor_item:hover div.itemlabel {

color: white;

}

.webix_icon_button .webix_icon{
    color: #19478a;
}

.data_grid_monitor_item div.itemlabel {
    background-color: #ffffff00;
    color: #375666;
    font-size: 11px;
    line-height: 2;
    position: relative;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.label_path div.webix_el_box {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif !important;
    color: #2196f3 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.webix_dataview_item.data_grid_monitor_item.noselect.tiles.webix_selected {
    color: #657584;
    border: 3px solid #19478a !important;
}

.report_details_actions, .popup_report_actions {
    background-color: #19478a;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border: none;
}

.popup_report_history {
    background-color: #03a9f487;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border: none;
}
.title_report_history_title span.text{
    font-family: 'Roboto';
    font-size: 14px;
    color: #009688;
}
.title_report_history_version span.text{
    font-family: monospace;
    font-size: 13px;
    color: #494949;
    background-color: #19478a40;
    padding: 7px;
    border-radius: 5px;
}

.zZz_reports_actions.tiles {
    background-color: #19478a;
    color: white;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
    border-radius: 5%;
    text-align: center;
}

.zZz_reports_actions.tiles:hover{background-color: #003a43c4;color: #26a1c1;border-radius: 10px;padding: 12px;border: 1px solid #bfbfbfb3;}

.zZz_reports_actions.tiles.webix_selected{
    background-color: #022b3b;
    color: #26a1c1;
    border-radius: 10px;
    border: 2px solid #607d8b57;
}

.zZz_reports_actions.tiles span.text {font-size: 9px;line-height: 1;white-space: pre-line;color: white;font-weight: 500;}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currentlysupported by Chrome, Edge, Opera and Firefox */
}



span.sidebar_badge {
    position: absolute;
    padding: 0 4px !important;
    margin: 1px auto !important;
    text-align: center;
    background-color: #00bcd405;
    border-radius: 11px;
    box-sizing: border-box;
    color: #00bcd4;
    font-size: 9pt;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    min-width: 22px;
    right: 6px;
}

.report_info_version .webix_template {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

span.report_info_version_i {
    font-family: monospace;
    font-weight: 600;
    font-size: 11pt;
    padding: 3px 5px;
    border-radius: 7px;
}

span.report_info_version_i.inactive {
    background-color: #f28700f7;
    color: #26271d;
}
span.report_info_version_i.active {
    background-color: #8bc34a;
    color: #151700;
}

.webix_tooltip_v1 {
    background-color: #e8eff0;
    border: 1px solid #e8eff0;
    border-radius: 3px;
    padding: 5px;
    font-size: 11pt;
    font-weight: 500;
    color: #26271d;
    text-align: center;
    white-space: nowrap;
}

.webix_window.webix_dark .webix_view.webix_layout_line {background: #19478a;color: white;}

.webix_window.webix_dark .webix_view.webix_header.webix_win_title {
    background-color: #19478a;
    color: #00cbff;
}

.webix_window.webix_dark .webix_win_body {
    background-color: #19478a;
}

.webix_window.webix_dark .webix_view.webix_layout_space {
    background-color: #19478a;
}

.webix_window.webix_dark .webix_view.webix_list {
    background-color: #bac0c100;
    color: #00cbff;
}

.webix_window.webix_dark .webix_template {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto';
}

.webix_window.webix_dark 
.webix_list_item {
    background-color: #bac0c100;
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    font-family: 'Roboto';
    border-bottom: 1px solid #03a9f45e;
}

.webix_view.webix_window.webix_dark {
    border: 0;
}

.webix_view.webix_window.webix_dark .webix_win_head {border-bottom: 1px solid #014564e6;}

.list_report_versions_i {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 8px;
    border-radius: 7px;
    height: 100%;
}

.list_report_versions_i.active {
    background-color: #8bc34a7a;
    color: #151700;
    font-weight: 600;
}

.list_report_versions_i.inactive {
    background-color: #ff572217;
    color: #26271d;
}

span.list_report_versions_i_version {
    background-color: #607d8b45;
    padding: 1px 4px;
    border-radius: 7px;
    font-family: monospace;
}

span.list_report_versions_i_state {
    background-color: #607d8b1c;
    color: #00415b;
    padding: 3px 9px;
    border-radius: 3px;
    font-size: 15px;
}

.webix_icon.active {
    color: #19478a;
}
.webix_icon.inactive {
    color: #ff57224a;
}

.gc-viewer .arjs-tableItem {
    border-collapse: collapse !important;
}