html {
	height:100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Segoe UI, Arial;
	font-size: 10pt;
}

body.dark {
  background-color: #222;
  color: #fff;
}

body.dark code[class*=language-],
body.dark .application_monitor_value table tbody>tr:nth-child(odd),
body.dark .application_monitor_value table tbody>tr:nth-child(odd) {
  background: #282c34;
}

body .application_monitor_value table tbody>tr:nth-child(odd),
body .application_monitor_value table tbody>tr:nth-child(odd) {
    background: #efefef;
}

input, textarea, select, button {
	font-family: Segoe UI, Arial;
}

.master_container {
	position: absolute;
    width: 100%; height: 100%;
    overflow: hidden;
    background-color: #eee;
}

.frame_container {
    position: fixed;
    overflow: auto;
}

.edit_chart_form_label,.form_input_label {
    margin-left: 0;
    width: 20%;
    min-width: 100px;
    display: inline-block;
}

.form_input_label {
    min-width: 150px;
}

.edit_chart_form_input {
    left: 104px;
    margin: 2px;
    width: 350px;
    display: inline-block;
}

.edit_chart_form_input_editor {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 80%;
    min-width: 100px;
    height: 26px;
}

.edit_chart_form_textarea {
    margin: 5px;
    width: 620px;
    height: 210px;
}



body.dark .edit_chart_form_textarea {
    background-color: black;
    color: #eee;
}

.datahub_form_label {
    margin: 2px;
    width: 90px;
    display: inline-block;
}

.datahub_form_input {
    left: 94px;
    margin: 2px;
    width: 260px;
    display: inline-block;
}

.dashboard_config_form_input {
    margin: 2px;
    width: 180px;
    display: inline-block;
}

.dashboard_config_info_div {
    position: absolute;
    margin-top: 35px;
    width: 210px;
    z-index: 11;
    background-color: #777;
}

.dashboard_config_menu_input {
    float: left;
    width: 180px;
    padding: 2px;
    padding-left: 5px;
    margin: 10px;
    margin-bottom: 5px;
    line-height: 26px;
}

.dashboard_config_menu_select {
    float: left;
    width: 191px;
    padding: 2px;
    padding-left: 5px;
    margin: 10px;
    margin-top: 5px;
    line-height: 36px;
}

.dashboard_color_range {
    width: 180px;
}

.dashboard_color_box {
    margin-top: 2px;
    margin-right: 4px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid grey;
}


.datahub_form_button {
    margin-left: 10px;
    width: 100px;
    display: inline-block;
}

.datahub_save_button {
    background-color:#4e4e4e;
    height:26px;
    padding-top:0px;
    padding-bottom:3px;
    padding-left:15px;
    padding-right:15px;
    width:120px;
    display: inline-block;
    border-radius:2px;
    border:1px solid #a9a9a9;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    text-decoration:none;
    text-shadow:0px 1px 0px #00004d;
}


.datahub_save_button:hover {
    background-color:#6e6e6e;
}

.panel {
    /*width: auto*/
    position: absolute;
    margin: 0px;
    padding: 0px;
    border-color: black;
    border-width: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: white;
    box-shadow: 1px 1px 1px 1px #ccc;

    /* no text select */
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.flexpanel {

    height: 100%;

	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1 0 20px;

    margin: 0px;
    padding: 0px;
    border-color: black;
    border-width: 0px;
    border-radius: 10px;
    padding: 0px;
    overflow: hidden;
    background-color: white;
    box-shadow: 1px 1px 1px 1px #cccccc;

    /* no text select */
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.selectablePanel {
    opacity: 0.6;
}

.selectablePanel:hover {
    opacity: 1;
    border: 1px solid #333;
}

body.dark .panel {
    box-shadow: 1px 1px 3px 1px black;
    background: #333;
}

body.dark .flexpanel {
    box-shadow: 1px 1px 3px 1px black;
    background: #333;
}

.panelheader {
	position: relative;
    margin: 0px;
	height: 40px;
	min-height: 40px;
	overflow: hidden;
	text-align: left;
	background-color: #fff;
	font-family: Segoe UI;
	font-size: 9pt;
	font-weight: 600;
    border-radius: 0px;
	padding-top: 4px;
	padding-left: 5px;
	border-bottom: solid 0px #aaa;
	color: #777;


	display: flex;
	flex-orientation: row;
}

body.dark .panelheader {
    background: #333;
    border-bottom: solid 1px black;
    color: #ddd;
}

body.dark .flexpanelheader {
    background: #333;
    border-bottom: solid 1px black;
    color: #ddd;
}

.panelheadertitle {
    margin: 0;
    margin-top: 1px;
    margin-left: 3px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: text-top;
    white-space: nowrap;
    float: left;
    flex: 5 1 auto;
}

.panelheadertitle .subtitle {
    color: #aaaaaa;
    font-size: 7pt;
    margin-top: 2px;
}

.panelheadericons {
    height: auto;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    flex: 0 0 80px;
}

.draggable_image {
    position: fixed;
    z-index: 12;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.draggable_image:hover {
    cursor: pointer;
}

.resizable_multi_frame {
/*    border: 0px dashed grey;*/
    position: absolute;
    display: flex;
}

.resizable_multi_frame_fullscreen {
    position: absolute;
    padding-top: 5px;
    padding-left: 5px;
}

.multi_frame {
    border: 0px dashed grey;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 1 0 20px;
	background-color: #eee;
    padding-top: 5px;
    padding-left: 5px;
}

.multi_frame_fullscreen {
	display: flex;
	flex-direction: column;
	flex: 1 0 20px;
	background-color: #eee;
	height: 100%;
    overflow: auto;
	/*margin: 5px;*/
}

body.dark .multi_frame {
  background-color: #222;
}

body.dark .multi_frame_fullscreen {
  background-color: #222;
}

.dashboard_cell_empty {
    background: url('/img/cross.png') no-repeat center center;
    background-color: white;
    box-shadow: 2px 2px 1px #ddd;
    position: absolute;
}

.flex_dashboard_cell_empty {
    background: url('/img/cross.png') no-repeat center center;
    background-color: white;
    box-shadow: 2px 2px 1px #ddd;
  	min-height: 100px;

    margin: 5px;
/*  	flex-grow: 1;*/
}

body.dark .dashboard_cell_empty {
    background-color: #333;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);

}

body.dark .flex_dashboard_cell_empty {
    background-color: #333;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);

}

.dashboard_cell_hidden {
    position: absolute;
}

.flex_dashboard_cell_hidden {
  	min-height: 100px;
}

.dashboard_cell {
    /*background-color: white;
    box-shadow: 2px 2px 1px #ddd;*/
    position: absolute;
}

.flex_dashboard_cell {
  	flex: 1 0 50px;
  	min-width: 100px;
  	display: flex;
  	flex-direction: column;
  	margin: 5px;
}

.dashboard_row:hover {
    /*background-color: silver;*/
}

.dashboard_cell:hover {
    /*background-color: silver;*/
}

.grid_config {
    background-color: #444;
    height: 100%;
    padding-left: 0px;
    overflow: hidden;
    border-right: solid #222 1px;
    display: flex;
    flex-direction: column;
}

.grid_config_filler {
    flex: 1 0 auto;
    background-color: #444;
}

.widget_glyph {
    width: 44px;
    height: 36px;
    background-color: white;
    position: fixed;
    z-index: 12;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.panelcontents {
    font-family: Segoe UI;
/*    width: 100%;*/
    height: auto;
    padding: 0px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.flexpanelcontents {
    font-family: Segoe UI;
    display: flex;
    flex: 1 1 auto;
    overflow: auto;
 /*   border: 5px solid white;*/
    /*flex-grow : 20;*/
/*    margin: 5px;*/
/*    position: absolute;*/
/*    top: 5px;
    left: 5px;*/
}

/*canvas {
width: 100% !important;
}*/

.LogEntry {
}

.panelcontents_navigation {
    font-family: Segoe UI;
    width: 100%;
    height: auto;
    padding: 0px;
    position: absolute;
    top: 5px;
}

.panelcontents_window {
    font-family: Segoe UI;
    width: 100%;
    height: inherit;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.panelcontentframe {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    margin: 0px;
/*    border-top: 1px solid #ddd;*/
    background-color: white;
}

.flexpanelcontentframe {
    white-space: nowrap;
    overflow: hidden;
/*    position: absolute;*/
    flex: 1 0 20px;
    margin: 0px;
    height: 100%;
/*    border-top: 1px solid #ddd; */
    background-color: white;
    display: flex;
    padding: 5px;
}

body.dark .panelcontentframe {
    color: white;
    background-color: rgb(30,34,39);
    border-top: 1px solid rgb(30,34,39);
}

body.dark .flexpanelcontentframe {
    color: white;
    background-color: rgb(30,34,39);
    border-top: 1px solid rgb(30,34,39);
}

.panelcontentframe:hover {
    overflow: auto;
}

.flexpanelcontentframe:hover {
    overflow: auto;
}

.widget_glyph:hover {
    cursor: pointer;
}


.close_widget_icon {
	background: url('../img/close_2.png');
	background-size: cover;
	margin-right: 2px;
	float: right;
    cursor: pointer;
	height: 12px;
	width: 12px;
}

.edit_widget_icon {
	background: url('../img/menu_2.png');
	background-size: cover;
	margin-right: 2px;
	float: right;
    cursor: pointer;
	height: 12px;
	width: 12px;
}

.move_widget_icon {
	background: url('../img/move_2.png');
	background-size: cover;
	margin-right: 2px;
	float: right;
    cursor: pointer;
	height: 12px;
	width: 12px;
}

.move_to_top_icon {
	background: url('../img/move_to_top.png');
	background-size: cover;
	margin-right: 2px;
	float: right;
    cursor: pointer;
	height: 12px;
	width: 12px;
}

.copy_widget_icon {
	background: url('../img/copy_icon.png');
	background-size: cover;
	margin-right: 2px;
	float: right;
    cursor: pointer;
	height: 12px;
	width: 12px;
}

.widget_options_icon {
	background: url('../img/settings_2.png');
	background-size: cover;
	margin-right: 2px;
	float: right;
    cursor: pointer;
	height: 12px;
	width: 12px;
}

.dashboard_row {
    border: 0px solid black;
    position: absolute;
}


.dashboard_row_flex {
    border: 0px solid black;
	flex: 1 0 150px;
	min-width: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	overflow: visible;
/*	height : inherit;*/
}

.dashboard_column_flex {
    border: 0px solid black;
	flex: 1 0 50px;
	min-width: 100px;
	display: flex;
	flex-direction: column;
	align-items: stretch;

/*	height : inherit;*/
}


.dashboard_row_2 {
    position: absolute;
}

.dashboard_row_inner {
    background-color: yellow;
    border: 0px solid blue;
    position: absolute;
}

.dashboard_column_inner {
    background-color: yellow;
    border: 3px solid blue;
    position: absolute;
}

.frame_container {
    border-width: 0px;
    position: fixed;
    z-index: 13;
}

.top_menu {
	height: 31px;
	float: left;

}
.top_menu_item{
    color: white;
}

.submenu {
	position: absolute;
	top: 27px;
	left: 0px;
	z-index: 20;
	text-align: left;
	border: 1px solid #999;
	border-top:none;
	background-color: #eef;
	font-size: 10pt;
	padding: 10px;
	min-width: 100px;
}

.submenu_item {
	display: block;
	height: auto;
	width: auto;
	font-size: 10pt;
	color: #222;
	text-align: left;
}

.top_menu_item a {cursor: pointer}
.submenu_item a {cursor: pointer}


.top_menu_item, .top_menu_label {
	position: relative;
	display: inline-block;
	height: 28px;
	top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
/*	vertical-align: middle;*/
	font-size: 10pt;
}

.top_menu_label {
    font-style: italic;
}

.submenu_item:hover {
    background-color: #ddf
}

.login {
    margin-right: 10px;
    height: auto;
    float: right;
    width: auto;
    top: 5px;
    position: relative;
}

.login:hover {
    text-decoration: underline;
    cursor: pointer;
}

.logo {
	margin-left: 11px;
	margin-right: 11px;
	padding: 0px;
	margin-top: 4px;
	height: 25px;
	background-size: 86px 17px;
	float: left;
}

.login_container_flex, .user_edit_container, .cycle_dashboards_container {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.flex_form_row {
    flex: 1;
    display: flex;
}

.flex_form_input_label {
    flex: 1;
    padding: 17px 15px;
    font-weight: 600;
    color: #444;
}

body.dark .flex_form_input_label {
    color: #eee;
}

body.dark .flex_form_input {
    background-color: #333;
    color: #eee;
}

.flex_form_input {
    flex: 2;
    margin: 8px;
    border: none;
    background-color: #eaeaea;
    padding: 0px 15px 2px 15px;
    color: #666;
    font-weight: 500;
    border-radius: 8px;
}

.flex_form_input_number {
    width: 30px;
    margin: 8px;
    border: none;
    background-color: #eaeaea;
    padding: 0px 15px 2px 15px;
    color: #666;
    font-weight: 500;
    border-radius: 8px;
}

.flex_form_input_checkbox {
    width: 20px;
    margin: 8px;
    margin-left: 15px;
    border: none;
    background-color: #eaeaea;
    color: #666;
    font-weight: 500;
    border-radius: 8px;
}

.flex_form_button {
    background-color: #dcdcdc;
    color: #444;
    font-weight: 500;
    padding: 5px 20px;
    width: auto;
    border-radius: 8px;
    cursor: pointer;
    margin: 10px;
    border: none;
    text-decoration: none;
}

.flex_form_button img {
    height: 1em;
    width: auto;
}

.flex_form_button:hover {
    background-color: #cdcdcd;
}

.flex_form_button:active {
    background-color: #cdcdcd;
    color: #c82b0b;
}

.number_chart_value {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.number_chart_value:hover {
    color: #222;
}

.number_chart_value span {
    height: auto;
}

.number_chart_value_number {
    margin: 0;
    font-size: 50pt;
    text-align: center;
}

.number_chart_value_number p {
    position: relative;
    bottom: 0;
    margin: 0;
}

.number_chart_value_label {
    font-size: 11pt;
    margin: 0;
    color: #222222;
    text-align: center;
}

body.dark .number_chart_value_label {
    color: #efefef;
}

.application_monitor_value {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14pt;
    flex: 1 0 auto;
}

.application_monitor_clickable:hover {
    text-decoration: underline;
}

.application_monitor_value span {
    height: auto;
    width: auto;
    text-align: left;
    vertical-align: center;
}

.application_monitor_value table {
    font-size: 9pt;
    text-align: left;
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.application_monitor_value table td {
    margin: 0;
    padding: 2px;
    padding-left: 5px;
}

.application_monitor_value img {
    height: 8px;
    width: 8px;
    margin-top: 2px;
    display: inline-block;
    vertical-align: top;
}

.grid_config_button_img {
    width: 24px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 5px;
}

.grid_config_button {
      background-color: #444;
      color: #777;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      transition: 0.4s;
      width: 100%;
      font-size: 7pt;
      border-bottom: #222 1px solid;
      padding: 0;
      height: 44px;
}

.grid_config_button_label {
    width: 55px;
    float: left;
    margin-bottom: 2px;
    visibility: visible;
    height: auto;
}


.grid_config_button:hover {
    background-color: #222;
    height: auto;
    color: white;
}

body.dark .grid_config_button:hover {
    background-color: #777;
}

.header_frame {
	color: #ddd;
/*    background-color: #333; */
    font-weight: bolder;
/*    border-bottom: 1px solid #000; */
    z-index: 10;
    position: fixed;
    display: flex;
    flex-direction: row;
}

.menu_frame_engineering {
	color: #ddd;
/*    background-color: #333; */
    font-weight: bolder;
/*    border-bottom: 1px solid #000; */
    z-index: 10000;
    position: fixed;
    display: flex;
    flex-direction: row;
}

.headerpanelcontents {
    flex: 1;
}

.header_menu_button {
    width: 28px;
}

.user_button {
    z-index: 5;
    font-size: 20px;
    float: right;
    margin: 5px;
    margin-right: 10px;
    position: absolute;
    right: 43px;
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.logo_boncat_solution_dashboard {
    margin-left: 7px;
    margin-top: 5px;
    height: 26px;
}

.logo_boncat {
    background: black;
    border-bottom-right-radius: 10px;
    padding: 5px;
    padding-bottom: 4px;
    padding-right: 10px;
    height: 26px;
    padding-right: 10px;
    float: left;
}


.dashboard_header_title {
    color: #333;
    size: 16pt;
    width: auto;
    margin-top: 6px;
    padding-left: 10px;
    float: left;
    font-weight: 500;
}

.application_other_metrics {
    color: white;
    font-size: 12pt;
    height: inherit;
    width: inherit;
}

.application_other_metrics span {
    height: inherit;
    width: inherit;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.application_single_value {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.application_single_value span {
    font-size: 30pt;
}

.application_single_value img {
    width: 16px;
    height: 16px;
    position: relative;
    bottom: 16px;
    left: 5px;
}

.application_value_percentage {
    width: inherit;
    height: inherit;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.application_value_percentage .percentage_bar {
    width: inherit;
    height: 30px;
    vertical-align: middle;
}

.application_value_percentage .actual_percentage {
    height: inherit;
    float: left;
    text-align: right;
}

.application_value_percentage .actual_percentage span {
    width: auto;
    height: auto;
    text-align: center;
    color: #eee;
    font-family: Segoe UI;
    font-size: 16pt;
    margin-right: 4px;
}

th {
    text-align: left;
}



.menu_frame {
    margin: 0px;
    position: fixed;
    background-color: #333;
    color: white;
    border-bottom: 1px solid #777;
    z-index: 10;
}

.title_bar_active, .title_bar_inactive {
	background: #4e4e4e; color: #eee;
	padding: 2px; padding-left: 5px;
	height: 30px;
	display: block;
}

.title_bar_inactive{
    background: #909090
}

.title {
	margin: 0px; padding: 0px; top: 0px; left: 0px; height: 20px;
	display: inline;
}

.paneltitleframe {
	position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    vertical-align: center;
    padding : 2px;
    margin: 0px;
	overflow: hidden;
	white-space: nowrap;
}

.close_icon {
	background: url('../img/close_window_2.png') no-repeat center center;
    background-size:cover;
	display: inline; float: right;
	margin: 2px;
    cursor: pointer;
	height: 14px;
	width: 14px;
}

.window_title {
    width: auto;
    float: left;
    padding: 2px; padding-left: 5px;
}

.window_contents {
	position: relative;
	overflow: hidden;
}

.window {
	position : absolute;
	margin : 0px;
	padding : 0px;
	background : #eee;
	border : 1px solid #999;
    border-radius: 2px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	vertical-align : top;
}

.window_options_row {
    width: 100%;
    vertical-align: center;
    height: 30px;
    float: left;
}

.window_options_row_editor {
    width: 100%;
    vertical-align: center;
    height: 30px;
    background-color: #3883fa;
    font-family: arial,sans-serif;
    font-size: 10pt;
}

.edit_chart_form_label_editor {
    margin-left: 0;
    padding-left: 5px;
    width: 20%;
    min-width: 100px;
    line-height: 30px;
    display: inline-block;
    color: white;
}

body.dark .window{
    box-shadow: 1px 1px 3px 1px black;
	background : rgb(30,34,39);
	border: 1px solid black;
}

.menu_divider {
    height: 72px;
    border-bottom: 1px solid darkgrey;

}

.hamburger_menu {
    position: absolute;
    right: -200px;
    top: 45px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 200px;
    background-color: rgba(0,0,0,0.90);
	-webkit-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
}

.hamburger_menu.hamburger_fancy_open {
    right: 0;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.hamburger_menu .top_menu_item {
    color: white;
    height: 40px;
    font-weight: 500;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
}

.hamburger_menu .top_menu_user {
    color: white;
    height: auto;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hamburger_menu .top_menu_label {
    color: white;
    font-weight: 400;
    text-align: center;
}

.hamburger_menu .submenu {
    position: absolute;
	left: unset;
    right: 200px;
    top: -14px;
    border: none;
    width: auto;
    min-width: 150px;
	padding: 10px;
	background-color: rgba(0,0,0,0.9);
	word-break: break-all;
}

.hamburger_menu .submenu_item {
    color: white;
    font-weight: 400;
    padding: 5px;
    word-break: break-all;
    overflow: hidden;
}

.hamburger_menu .submenu_item a {
    word-break: break-all;
}

.hamburger_menu .submenu_item:hover {
    color: #c82b0b;
    background-color: rgba(0,0,0,0);
}

.hamburger_menu .top_menu_item:hover {
    color: #c82b0b;
}


#code_hamburger_menu{
	width: 28px;
}

#code_hamburger_menu span{
	background-color:black
}
#code_hamburger_menu span:before{
	background-color:black
}
#code_hamburger_menu span:after{
	background-color:black
}

body.dark #code_hamburger_menu span{
	background-color:#eee;
}
body.dark #code_hamburger_menu span:after{
	background-color:#eee;
}
body.dark #code_hamburger_menu span:before{
	background-color:#eee;
}

/*body.dark #hamburger_menu .top_menu_item:hover {
    color: black;
}*/

.hamburger_fancy {
    z-index: 5;
    font-size: 20px;
    float: right;
    margin: 4px 10px;
    margin-top: 3px;
    padding: 7px;
    position: absolute;
    right: 0;
    display: inline-block;
    background-color: #eeeeee00;
    transition: 0.3s;
    border-radius: 20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.hamburger_fancy:hover {
    background-color: #ccc;
}

.hamburger_fancy:active {
    background-color: #aaa;
}

.hamburger_fancy span {
    position: absolute;
    top: 15px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #777;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}


.hamburger_fancy span:after,
.hamburger_fancy span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #767676;
    content: '';
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}

.hamburger_fancy span:before {
	-webkit-transform:translate(6px);
	transform:translateY(6px);
}

.hamburger_fancy span:after {
	-webkit-transform: translate(-6px);
	transform: translateY(-6px);
}

.hamburger_fancy.hamburger_fancy_open span:after {
	-webkit-transform:translate(0px);
	transform:translate(0px);
	-webkit-transform: scale(0.5);
    transform:scale(0.5);
	transform:rotate(90deg);
}

.hamburger_fancy.hamburger_fancy_open span:before {
	-webkit-transform:translate(0px);
	transform:translate(0px);
	-webkit-transform: scale(0);
	transform:scale(0);

}

.hamburger_fancy.hamburger_fancy_open span{
	-webkit-transform: scale(0.6);
	transform:scale(0.6);
	transform:rotate(-135deg);
}

.hamburger_menu_metrics {
    z-index: 5;
    font-size: 20px;
    float: right;
    padding-right: 6px;
    display: inline-block;
    transition: 0.3s;
    flex: 0 0 15px;
    cursor: pointer;
}

.hamburger_menu_metrics img {
    position: absolute;
    top: 5px;
    display: block;
    width: 13px;
    padding: 3px;
    border-radius: 10px;
    background-color: #eeeeee00;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.hamburger_menu_metrics img:hover {
    background-color: #eaeaea;
}

.hamburger_menu_metrics_contents {
    z-index: 4;
    width: auto;
    position: absolute;
    right: 0;
    padding: 5px;
    padding-top: 35px;
    top: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 1px #ccc;
    background-color: #eeeeee;
}

body.dark .hamburger_menu_metrics_contents {
    background-color: #333;
    box-shadow: 1px 1px 2px 1px #000;
}

.metrics_top_menu_item:hover {
    color: #c82b0b;
    cursor: pointer;
}

.metrics_submenu_item a {
    color: #777;
}

body.dark .metrics_submenu_item a {
    color: #ddd;
}

.metrics_submenu_item a:hover {
    color: #c82b0b;
    cursor: pointer;
}

.metrics_submenu_item a:active {
    color: #c82b0b;
    text-decoration: underline;
}


.metrics_submenu {
    position: absolute;
    right: 30px;
    width: auto;
    min-width: 100px;
    padding: 5px;
    border-radius: 10px;
    background-color: #eeeeee;
    box-shadow: 1px 1px 2px 1px #ccc;
}

body.dark .metrics_submenu {
    background-color: #333;
    color: #ddd;
    box-shadow: 1px 1px 2px 1px #000;
}


.panel ::-webkit-scrollbar-track, .window ::-webkit-scrollbar-track, .analyzer_container ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 10px;
}

.panel ::-webkit-scrollbar, .window ::-webkit-scrollbar, .analyzer_container ::-webkit-scrollbar {
    width: 6px;
    background-color:rgba(0,0,0,0.05);
}

.panel ::-webkit-scrollbar-thumb, .window ::-webkit-scrollbar-thumb, .analyzer_container ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(170, 170, 170);
}

.panel ::-webkit-scrollbar:horizontal, .window ::-webkit-scrollbar:horizontal, .analyzer_container ::-webkit-scrollbar:horizontal  {
    height:6px;
}

.panel ::-webkit-scrollbar-corner, .window ::-webkit-scrollbar-corner, .analyzer_container ::-webkit-scrollbar-corner {
    background-color:rgba(0,0,0,0);
}
/* */
.flexpanel ::-webkit-scrollbar-track, .window ::-webkit-scrollbar-track, .analyzer_container ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border-radius: 10px;
}

.flexpanel ::-webkit-scrollbar, .window ::-webkit-scrollbar, .analyzer_container ::-webkit-scrollbar {
    width: 6px;
    background-color:rgba(0,0,0,0.05);
}

.flexpanel ::-webkit-scrollbar-thumb, .window ::-webkit-scrollbar-thumb, .analyzer_container ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgb(170, 170, 170);
}

.flexpanel ::-webkit-scrollbar:horizontal, .window ::-webkit-scrollbar:horizontal, .analyzer_container ::-webkit-scrollbar:horizontal  {
    height:6px;
}

.flexpanel ::-webkit-scrollbar-corner, .window ::-webkit-scrollbar-corner, .analyzer_container ::-webkit-scrollbar-corner {
    background-color:rgba(0,0,0,0);
}


/* */





body.dark .panel :-webkit-scrollbar-thumb, body.dark .window :-webkit-scrollbar-thumb, .analyzer_container :-webkit-scrollbar-thumb {
    background-color: rgb(103, 103, 103);
}

body.dark .flexpanel :-webkit-scrollbar-thumb, body.dark .window :-webkit-scrollbar-thumb, .analyzer_container :-webkit-scrollbar-thumb {
    background-color: rgb(103, 103, 103);
}

.jsoneditor_container {
    height: auto;
    background-color: white;
}

.jsoneditor-results {
    color: #333;
}

.editor_save_button {
    background: url("/resources/dashboard/www/img/save.png") no-repeat;
    background-size: contain;
    border: none;
    width: 16px;
    height: 16px;
    float: right;
    margin-right: 5px;
    margin-top: 8px;
}

.editor_save_button:hover {
    background: url("/resources/dashboard/www/img/save_black.png") no-repeat;
    background-size: contain;
    border: none;
}

.window_options_row_editor {
    width: 100%;
    vertical-align: center;
    height: 30px;
    background-color: #3883fa;
    font-family: arial,sans-serif;
    font-size: 10pt;
}

.grayed_out {
    filter: grayscale(100%);
    opacity: 0.5;
}

.cycle_dashboards_container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    overflow: hidden;
    word-wrap: break-all;
}

.cycle_dashboards_form {
    width: 250px;
    height: 330px;
}

.cycle_dashboards_input {
    width: 20px;
    height: 20px;
    background-color: #333;
    user-select: none;
}


.dashboard_notifications {
    float: right;
    padding: 5px 6px;
    margin: 3px 3.5px;
    margin-bottom: 0;
    margin-right: 15px;
    position: absolute;
    right: 37px;
    border-radius: 20px;
    transition: 0.3s;
    background-color: #eeeeee00;
}

.dashboard_notifications:hover {
    background-color: #ccc;
}

.dashboard_notifications:active {
    background-color: #aaa;
}


.dashboard_notifications_bell {
    width: 20px;
}