#toaster {
  position: absolute;
  top: 65px;
  right: 0px;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  color: #333;
}

.tf {
  color: #39C;
  font-size: 130%;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-top: -10px;
  -webkit-animation-name: flash;
  -webkit-animation-duration: 1s;
  animation-name: flash;
  animation-duration: 4s;
  opacity: 0;
}

.hover_light {
  color: #CCC;
  cursor: pointer;
}

.hover_light:hover {
  color: #39C
}

.hover_dark {
  color: #000;
  cursor: pointer;
}

.hover_dark:hover {
  color: #39C
}

.popup_abs {
  z-index: 999999;
  position: absolute;
  background-color: #FFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.popup_div {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 20px;
  background: #FFF;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.popup_container {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

._out {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: default;
}

.header {
  max-width: var(--max-content-width);
  height: 34px;
  margin: 0 auto;
  position: relative;
}

.dot {
  height: 5px;
  width: 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin-top: 17px;
  margin-left: 2px;
}

#logo {
  display: inline-block;
  background-image: url("img/logologin.png");
  width: 130px;
  height: 35px;
  background-size: 130px;
  background-repeat: no-repeat;
  margin: 15px 0px 5px 0px;
}

#search {
  position: absolute;
  top: 20px;
  left: 630px;
}

#controls_avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px #DDD solid;
  background-size: cover;
  margin-left: 15px;
  cursor: pointer;
  border: 3px solid white;
}

#controls_avatar:hover {
  border-color: #BBB;
}

#menu {
  position: relative;
  display: inline-block;
}

#menu a {
  color: inherit;
  text-decoration: inherit;
}

.grid_exp {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding-left: 5px;
}

.grid_exp:hover {
  opacity: 0.7;
}

.grid_exp_show {
  color: #000;
  cursor: pointer;
}

.grid_exp_hide {
  color: #000;
  cursor: pointer;
}

.grid_exp_show:after {
  font: normal normal normal 12px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -11px;
  right: 5px;
  content: "i";
}

.grid_exp_hide:after {
  font: normal normal normal 12px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -11px;
  right: 5px;
  content: "h";
}

.form_container {
  position: relative;
}

.tbl_titles {
  position: relative;
  white-space: nowrap;
  min-height: 15px;
  font-weight: bold;
  border-bottom: 1px solid #DDD;
  padding-bottom: 5px;
}

.tbl_title {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  box-sizing: border-box;
  color: #08E;
  margin-left: 3px;
  padding-right: 3px;
}

.tbl_title_overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tbl_title_overflow_multiline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.tbl_row_cont {
  position: relative;
  /* content-visibility: auto;
  contain-intrinsic-size: 1px 20px; */
}

.tbl_row {
  position: relative;
  white-space: nowrap;
  min-height: 20px;
  padding: 3px 0 3px 0;
  border-bottom: 1px solid #DDD;
}

.tbl_row:hover {
  background-color: #EEE;
}

.tbl_menu_cont {
  display: inline-block;
  margin-left: 3px;
}

.tbl_menu {
  position: absolute;
  top: 3px;
  padding: 0 0 0 10px;
  z-index: 100;
  opacity: 0;
  white-space: nowrap;
}

.tbl_row:hover>.tbl_menu_cont>.tbl_menu {
  opacity: 1;
  background-color: #EEE;
}

.tbl_menu_bars {
  position: relative;
  display: inline-block;
  width: 16px;
  cursor: pointer;
}

.tbl_menu_bars:before {
  font: normal normal normal;
  font-family: air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "p";
}

.tbl_menu:hover>.tbl_menu_bars {
  opacity: 0;
  width: 0px;
}

.tbl_menu_sub {
  position: relative;
  display: none;
  width: 16px;
  cursor: pointer;
}

.tbl_menu_sub:hover {
  color: #09F;
}

.tbl_menu:hover>.tbl_menu_sub {
  display: inline-block;
  -webkit-animation-name: menon;
  -webkit-animation-duration: 0.3s;
  animation-name: menon;
  animation-duration: 0.3s;
}

.reorder_here {
  position: relative;
  height: 0px;
}

.reorder_here_arrow {
  position: absolute;
  top: -8px;
  left: -5px;
  width: 25px;
  height: 20px;
  color: #CCC;
  font-size: 16px;
  z-index: 110;
}

.reorder_here:hover {
  color: #39C;
  cursor: E-resize
}

.reorder_into {
  top: 7px;
  position: absolute;
  left: -2px;
  width: 25px;
  height: 20px;
  color: #CCC;
  font-size: 11px;
  z-index: 110;
  cursor: pointer
}

.tbl_reordered_row {
  opacity: 0.5;
  background-color: #CDF;
}

.tbl_pos_deactivate {
  pointer-events: none;
}

.tbl_hidden_but {
  opacity: 0;
}

.tbl_row:hover>.tbl_hidden_but {
  opacity: 1;
}

._but {
  position: relative;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  min-height: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

._but:hover {
  color: #09F;
}

._but:active {
  color: #036;
}

/*HERE*/
.grid_row:hover>.grid_menu_cont>.grid_menu {
  opacity: 1;
}

.grid_row:hover>.grid_menu_cont>.note_inrow {
  display: none;
}

.grid_menu_bars {
  position: relative;
  display: inline-block;
  width: 16px;
  cursor: pointer;
}

.grid_menu_bars:before {
  font: normal normal normal;
  font-family: air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "B";
}

.grid_menu_move:hover {
  color: #09F;
}

.grid_menu_move:hover:before {
  content: "t";
}

.grid_menu_sub {
  position: relative;
  display: none;
  width: 16px;
  cursor: pointer;
}

.grid_menu_sub:hover {
  color: #09F;
}

.grid_menu:hover>.grid_menu_sub {
  display: inline-block;
  -webkit-animation-name: menon;
  -webkit-animation-duration: 0.3s;
  animation-name: menon;
  animation-duration: 0.3s;
}

.grid_menu:hover>.grid_menu_bars {
  opacity: 0;
}

.grid_check {
  position: relative;
  display: none;
  width: 16px;
  cursor: pointer;
  white-space: nowrap;
}

.grid_check:hover {
  color: #09F;
}

.grid_check_off:before {
  display: inline-block;
  font: normal normal normal 13px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "c";
  color: #999;
}

.grid_check_on:before {
  display: inline-block;
  font: normal normal normal 13px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "d";
  color: #000;
}

.grid_title_sub {
  opacity: 0.3;
  display: none;
  margin-left: 5px;
  cursor: pointer;
  font-size: 130%;
}

.grid_title_sub:hover {
  color: #09F;
}

.grid_title:hover>.grid_title_sub {
  display: inline-block;
}

.grid_title_sub_active {
  opacity: 1;
  display: inline-block;
}

.grid_title_handle {
  display: none;
  position: absolute;
  background-color: #FFF;
  padding: 2px;
  right: 15px;
  top: -2px
}

.grid_title_handle:hover {
  color: #09F;
}

.grid_title:hover>.grid_title_handle {
  display: inline-block;
}

.grid_title_trash {
  display: none;
  position: absolute;
  background-color: #FFF;
  padding: 2px;
  right: 0px;
  top: -2px
}

.grid_title_trash:hover {
  color: #09F;
}

.grid_title:hover>.grid_title_trash {
  display: inline-block;
}

.grid_title_edit {
  display: none;
  position: absolute;
  background-color: #FFF;
  padding: 2px;
  left: -13px;
  top: -2px
}

.grid_title_edit:hover {
  color: #09F;
}

.grid_title_edit:hover:before {
  color: #000;
}

.grid_title:hover>.grid_title_edit {
  display: inline-block;
}

.flow_container {
  position: relative;
  vertical-align: top;
}

.flow_box {
  position: relative;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 2px;
  min-height: 15px;
  vertical-align: top;
}

.snf_view_name_input {
  width: 100px;
  outline: none;
  min-height: 10px;
  overflow: hidden;
  padding-left: 3px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #AAA;
}

._text {
  position: relative;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  margin-left: 3px;
  padding-right: 3px;
  stroke-width: 0;
  min-height: 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

._text_editable {
  outline: none;
  position: relative;
  min-height: 13px;
}

._text_editable:hover {
  background-color: #FFF;
}

._text_editable:active {
  text-decoration: none;
}

._text a {
  text-decoration: underline;
}

._cb {
  cursor: pointer;
}

._clicker_box {
  vertical-align: top;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  max-height: 15px;
}

._clicker_box:hover {
  opacity: 0.5;
}

._multiswitch_box {
  position: relative;
  display: inline-block;
}

._multiswitch {
  display: inline-block;
  margin-right: 15px;
  opacity: 0.25;
  cursor: pointer;
  filter: grayscale(100%);
}

._multiswitch:hover {
  opacity: 0.7;
  filter: grayscale(0%);
}

._multiswitch_on {
  opacity: 1;
  filter: grayscale(0%);
}


._slider_box {
  position: relative;
  display: inline-block;
}

._slider {
  position: absolute;
  height: 4px;
  top: -6px;
  border-radius: 2px;
  opacity: 0.2;
  cursor: pointer;
  filter: grayscale(50%);
}

._slider:hover {
  opacity: 1;
  filter: grayscale(0%);
}

._slider_on {
  opacity: 0.9;
  filter: grayscale(0%);
}

._switch_box {
  position: relative;
  display: inline-block;
}

._switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 12px;
  top: 0px;
  border-radius: 8px;
  border: 1px solid;
  cursor: pointer
}

._switch_on {
  border-color: #666;
  background-color: #444;
  color: #999;
}

._switch_off {
  border-color: #AAA;
  background-color: #FFF;
  color: #EEE;
}

._switch_on:before {
  display: inline-block;
  font: normal normal normal 12px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 18px;
  content: "f";
  color: #AAA;
  margin-top: 0px;
}

._switch_off:before {
  display: inline-block;
  font: normal normal normal 12px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 2px;
  content: "f";
  color: #AAA;
  margin-top: 0px;
}

._button {
  position: relative;
  display: inline-block;
  height: 12px;
  top: 0px;
  border-radius: 8px;
  border: 1.5px solid;
  border-color: #444;
  color: #444;
  cursor: pointer;
  text-align: center;
  padding: 1px 10px 0px 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 5px;
}

._button:hover {
  opacity: 0.7;
}

._button_green {
  border-color: #7A3;
  color: #591;
}

._button_gray {
  border-color: #777;
  color: #777;
}

._button_red {
  border-color: #BE0017;
  color: #BE0017;
}

._inactive_button {
  border: none;
  color: #666;
  pointer-events: none;
  padding: 1px 0px 0px 2px;
  margin-right: 25px;
}

._color {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 14px;
  cursor: pointer;
}

._color:before {
  font: normal normal normal 13px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "e";
  position: absolute;
  top: 0px;
  left: -2px;
}

._palette_container {
  position: absolute;
  top: 100%;
  left: -25px;
  width: 170px;
  z-index: 999;
  padding: 10px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #DDD;
  background-color: #FFF;
}

._palette_color {
  display: inline-block;
  margin: 5px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.0);
  cursor: pointer;
  color: #FFF;
  position: relative;
}

._palette_color:hover {
  border: 2px solid #09F;
}

._palette_color_selected {
  color: 2px solid #000;
}

._palette_color_small {
  display: inline-block;
  margin: 3px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.0);
  cursor: pointer;
  color: #FFF;
  position: relative;
}

._palette_color_small:hover {
  border: 2px solid #09F;
}

._palette_back_btn {
  float: right;
  color: black;
  font-weight: bold;
  margin-right: 13px;
  margin-top: 2px;
}

._palette_back_btn:hover {
  color: #08E;
}

._add_plus {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  cursor: pointer;
}

._add_plus:before {
  font: normal normal normal 12px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "D";
  color: #CCC;
}

._add_plus:hover::before {
  font: normal normal normal 12px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "C";
  color: #09F;
}

.placeholder {
  color: #CCC;
}

.calculated {
  color: #AAA;
}

._select_container {
  position: absolute;
  top: 100%;
  left: -5px;
  color: #000;
  font-size: 12px;
  background-color: #FFF;
  z-index: 999;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #DDD;
  max-height: 300px;
  overflow-y: auto;
}

._select_option {
  display: flex;
  padding: 5px 15px 5px 8px;
  cursor: pointer;
  border-bottom: 1px solid #EEE;
}

._select_option:focus {
  color: #09F;
  background-color: #EEE;
  outline: 0;
}

._select_option_selected {
  color: #09F;
}

._select_option_readonly {
  padding: 5px 15px 5px 8px;
  background-color: #EEE;
  color: #666;
}

.line_dpckr {
  border-left: 1px solid #DDD;
  margin-left: 20px;
  padding-left: 20px;
}

._select_container_datepicker {
  position: absolute;
  top: 100%;
  left: -5px;
  background-color: #FFF;
  z-index: 999;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #DDD;
  max-height: 320px;
  color: #333;
  padding: 15px;
  font-size: 11px;
  font-weight: normal;
}

._select_option_datepicker {
  padding: 4px 0px 4px 0px;
  cursor: pointer;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

._select_option_datepicker:hover {
  color: #09F;
  background-color: #EEE;
}

._select_option_selected_datepicker {
  color: #09F;
  border-top: 1px solid #09F;
  border-bottom: 1px solid #09F;
}

._select_datebox_datepicker {
  vertical-align: top;
  position: relative;
  text-align: center;
}

._select_scrollbox_datepicker {
  display: inline-block;
  height: 300px;
  overflow-y: auto;
  vertical-align: top;
  text-align: center;
}

._select_scrollbox_split {
  display: inline-block;
  width: 1px;
  background-color: #999;
  margin: 10px;
  height: 250px;
}

._select_scrollbox {
  display: inline-block;
  height: 300px;
  width: 50px;
  overflow-y: auto;
  vertical-align: top;
  text-align: center;
}

._ac_container {
  position: relative;
  display: inline-block;
  width: 0px;
  height: 0px;
}

._gant_locator {
  position: relative;
  display: inline-block;
}

._gant {
  position: absolute;
  top: 0px;
  overflow-x: hidden;
  overflow-y: visible;
  height: 100%;
  cursor: pointer;
  user-select: none;
}

._gant_title_variable {
  overflow: hidden;
  position: absolute;
  height: 1000px;
  left: 0px;
  right: 0px;
  top: 0px;
  pointer-events: none;
}

._gant_lines_variable {
  pointer-events: none;
}

._gant_line_container {
  position: absolute;
  margin-left: 4px;
  top: 0px;
}

._gant_line_month {
  position: absolute;
  width: 1px;
  top: 20px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

._gant_line_year {
  position: absolute;
  width: 1px;
  top: 16px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

._gant_line_qt {
  position: absolute;
  width: 1px;
  top: 18px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

._gant_line_now {
  position: absolute;
  width: 1px;
  top: 20px;
  height: 100%;
  background-color: #F00;
}

._gant_slider {
  position: absolute;
  width: 100%;
  height: 30px;
  cursor: col-resize;
}

._gant_title_div {
  position: relative;
  display: inline-block;
  height: 15px;
}

._gant_zoom {
  position: absolute;
  right: 5px;
  visibility: hidden;
  background-color: #FFF;
  padding: 0px 3px 0px 3px;
  border-radius: 20px;
}

._gant_zoom_but {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

._gant_zoom_but:hover {
  color: #09F;
}

._gant_title_div:hover>._gant_zoom {
  visibility: visible;
}

._gant_title_container {
  position: absolute;
}

._gant_title_month {
  position: absolute;
  color: #000;
  font-weight: normal;
}

._gant_title_year {
  position: absolute;
  color: #000;
}

._gant_title_qt {
  position: absolute;
  font-weight: normal;
  color: #000;
}

._gant_range {
  position: absolute;
  top: 3px;
  height: 12px;
  background-color: #777;
  border-radius: 2px;
  opacity: 0.8;
  z-index: 1;
  cursor: default;
}

._gant_range:hover {
  opacity: 1;
}

._gant_range_date_left {
  position: absolute;
  top: 1px;
  font-size: 90%;
  text-align: right;
  left: -70px;
  width: 65px;
  display: none;
}

._gant_range_date_right {
  z-index: 10;
  position: absolute;
  top: 1px;
  font-size: 90%;
  right: -75px;
  width: 70px;
  display: none;
}

._gant_range_border {
  position: absolute;
  top: 0px;
  height: 12px;
  width: 5px;
  z-index: 2;
  cursor: ew-resize;
  border-radius: 3px;
}

._gant_range_border:hover {
  background-color: #FFF;
}

._gant_range:hover>._gant_range_date_left {
  display: block;
}

._gant_range:hover>._gant_range_date_right {
  display: block;
}

._gant_range_hover>._gant_range_date_left {
  display: block;
}

._gant_range_hover>._gant_range_date_right {
  display: block;
}

._gant_menu {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.0);
  height: 12px;
  z-index: 700;
}

._gant_but {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #000;
  margin-left: 2px;
  margin-right: 2px;
}

._gant_but:hover {
  color: #333;
}

._gant_del:before {
  font: normal normal normal;
  font-family: air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "q";
}

._gant_move:before {
  font: normal normal normal;
  font-family: air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "1";
}

._gant_edit:before {
  font: normal normal normal;
  font-family: air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "o";
}

._gant_day {
  display: inline-block;
  width: 15px;
  border-left: 1px solid #DDD;
  text-align: center;
  cursor: pointer;
}

._gant_day:hover {
  background-color: #EEE;
}

._gant_weekday {
  color: #999;
  font-size: 80%;
}

._gant_year_month {
  display: inline-block;
  font-weight: bold;
  width: 50px;
}

._gant_day_hl {
  z-index: 1;
  position: absolute;
  top: 23px;
  height: 13px;
  background-color: rgba(0, 130, 255, 0.3);
  border-radius: 2px;
  pointer-events: none;
}

.action_container {
  position: relative;
  width: 100%;
  white-space: nowrap;
  min-height: 15px;
  border-bottom: 1px solid #CCCCCC;
  margin: 0px 5px 5px 0px;
  padding: 0 0 7px 0;
}

.action_items {
  margin-left: 10px;
}

.action_container .scroll_controller {
  position: absolute;
  top: -8px;
  cursor: pointer;
  margin-top: 0;
}

.action_menu_item {
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
}

.action_menu_item:hover {
  color: #09F;
}

.action_menu_separator {
  width: 1px;
  border-right: 1px solid #CCCCCC;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.action_menu_item_selected {
  color: #09F;
  cursor: pointer;
}

.confirm_but {
  display: inline-block;
  color: #BE0017;
  font-weight: bold;
  border-radius: 10px;
  -webkit-animation: fadein 0.3s;
  animation: fadein 0.3s;
  margin: 0 10px 0 10px;
  cursor: pointer;
}

.grid_menu_cont {
  float: left;
}

.note_subtext {
  margin-bottom: 20px;
  max-height: 50px;
  overflow: hidden;
}

.note_inrow {
  position: absolute;
  left: 3px;
  color: #000;
}

.note_inrow:before {
  font: normal normal normal 12px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "x";
}

.note_bubble {
  position: absolute;
  top: -6px;
  left: -6px;
  background-color: #F36;
  color: #FFF;
  font-size: 70%;
  font-weight: bold;
  border-radius: 15px;
  padding: 2px;
  min-width: 10px;
  pointer-events: none;
  text-align: center;
  opacity: 0.8
}

.note_popup {
  z-index: 2000;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin-top: -250px;
  margin-left: -350px;
  width: 600px;
  height: 400px
}

.note_container {
  overflow-y: auto;
  height: 300px;
}

.note_row_container {
  padding: 10px 0px 10px 0px;
  border-top: 1px solid #CCC;
  position: relative;
}

.note_row_delete {
  float: right;
  visibility: hidden;
  color: #999;
  cursor: pointer;
}

.note_row_edit {
  float: right;
  visibility: hidden;
  color: #999;
  cursor: pointer;
  margin-right: 5px;
}

.note_row_container:hover>.note_row_edit {
  visibility: visible;
}

.note_row_edit:hover {
  color: black;
}

.note_row_container:hover>.note_row_delete {
  visibility: visible;
}

.note_row_delete:hover {
  color: black;
}

.note_avatar {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px #DDD solid;
  background-size: cover;
}

.note_row_split {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  width: 500px;
}

.note_username {
  font-weight: bold;
}

.note_dt {
  color: #999;
}

.note_message {
  margin-top: 5px;
  outline: 0px;
}

.note_postarea:empty:not(:focus):before {
  content: attr(data-placeholder);
  color: #999;
  cursor: text;
}

.note_files {
  padding-top: 5px;
}

.note_menu {
  padding-top: 5px;
}

.note_menuitem {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  color: #999;
}

.note_menuitem:hover {
  color: #06A;
}

.upload_pre_el {
  position: relative;
}

.upload_cont {
  width: 250px;
  border: 1px solid #CCCCCC;
  padding: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1600;
  background-color: white;
  color: #000;
}

.upload_title {
  font-size: 12px;
  padding-bottom: 5px;
}

.upload_box {
  padding: 10px;
  background-color: #F6F6F6;
  text-align: center;
  border: dashed 1px #CBCCCF;
  font-size: 100%;
  cursor: pointer;
}

.upload_box:hover {
  color: #2AF;
  border-style: solid;
}

#upload_browse {
  visibility: hidden;
  position: absolute;
}

.upload_item_cont {
  margin-top: 10px;
  font-size: 12px;
  position: relative;
}

.upload_item_desc {
  color: #777;
}

.upload_item_pbar {
  height: 2px;
  background-color: #2AF;
  margin-top: 5px;
}

.upload_item_mark {
  position: absolute;
  bottom: 5px;
  right: 0px;
  color: #2AF;
}

.upload_box_dragover {
  background-color: #2AF;
  color: white;
}

.upload_item_process {
  background-color: #2AF;
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-size: 10px;
  cursor: pointer;
}

._upload_icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.thumb_pg_num {
  font-size: 16px;
  font-weight: bold;
  color: darkgray;
  position: absolute;
  bottom: 2px;
  left: 4px;
}

._custom_ttp {
  position: absolute;
  display: inline-block;
  border: 1px solid #CCC;
  background-color: white;
  padding: 10px;
  opacity: 0.95;
  z-index: 201;
}

._tooltip_pos {
  position: relative;
  display: inline-block;
  visibility: hidden;
  width: 0px;
  height: 0px;
  vertical-align: top;
  z-index: 500;
}

._tooltip_div {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 10px;
  opacity: 0.95;
}

._has_tooltip:hover+._tooltip_pos {
  visibility: visible;
  -webkit-animation: tooltipin 1s;
  animation: tooltipin 1s;
}

#undo {
  color: #666;
  cursor: pointer;
}

#undo:hover {
  color: #09F;
}

#redo {
  color: #666;
  cursor: pointer;
}

#redo:hover {
  color: #09F;
}

.total_row {
  position: relative;
  height: 20px;
  margin-top: 0px;
  margin-left: 3px;
}

.total_left {
  position: absolute;
  top: 1px;
}

.total_right {
  position: absolute;
  right: -1px;
  white-space: nowrap;
  font-weight: bold;
}

.dummy_grid_row:hover+.total_row {
  margin-top: 15px;
  -webkit-animation: rolldown 0.3s;
  animation: rolldown 0.3s;
}

.dummy_grid_row{
  position:relative;
  white-space: nowrap;
  min-height:15px;
  padding: 3px 0 3px 3px;
  border-bottom: 1px solid #DDD;
  opacity: 0;
}
.dummy_grid_row:hover {
  opacity: 1;
}
.dummy_grid_row_cover{
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.dummy_grid_row ._text{
  color:#CCC;
}

.legend_planned {
  color: #333
}

.legend_active {
  color: #06A
}

.legend_closed {
  color: #AAA
}

.legend_unactivated {
  color: #D82
}

.legend_overdue {
  color: #BE0017;
}

.moving_tooltip {
  position: absolute;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  top: 0px;
  -webkit-animation: tooltipin 0.5s;
  animation: tooltipin 0.5s;
  z-index: 2000;
  color: #000;
  max-width: 500px;
  white-space: normal;
}

.static_tooltip {
  position: absolute;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  top: 10px;
  left: 10px;
  -webkit-animation: tooltipin 0.5s;
  animation: tooltipin 0.5s;
  z-index: 1560;
  color: #000;
}

.styleable_menu {
  position: absolute;
  z-index: 1000;
  left: 20px;
  top: 3px;
  background-color: #FFF;
}

.styleable_menu_item {
  display: inline-block;
  padding: 7px;
}

.styleable_menu_loading {
  display: inline-block;
  padding: 7px;
  color: #2af;
  text-transform: uppercase;
}

.styleable_menu_loading:hover {
  cursor: pointer;
}

.styleable_menu_separator {
  display: inline-block;
  border-right: solid 1px #CCC;
  width: 1px;
  height: 11px;
}

.styleable_menu_lnktxt {
  width: 65%;
  margin: 5px;
}

.styleable_menu_item:hover {
  color: #2af;
  cursor: pointer;
}

#styleable_menu_input {
  margin-left: 5px;
  width: 100px;
}

.styleable_menu_detectedimg {
  margin: 10px;
}

.styleable_menu_import {
  color: #2AF;
  cursor: pointer;
  font-size: 14px;
}

.styleable_image {
  min-width: 50px;
  min-height: 50px;
  max-width: 97%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

.styleable_image_menu {
  vertical-align: bottom;
  position: relative;
  display: inline-block;
  clear: both;
  text-shadow: 0px 1px 3px #000;
  z-index: 1000;
}

.styleable_image_menu_cont {
  position: absolute;
  bottom: 20px;
  right: 20px;
  white-space: nowrap;
}

.styleable_image_control {
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  color: #EFEFEF;
  margin-right: 10px;
}

.styleable_image_control:hover {
  color: #2AF;
}

.styleable_image_cont {
  border: solid 1px #EFEFEF;
  padding: 5px;
  position: relative;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
}

.row_highlight {
  color: #09F;
  border-top: 1px solid #09F;
  border-bottom: 1px solid #09F;
}

.missing_highlight {
  -webkit-animation: missing 3s;
  animation: missing 3s;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: rgba(255, 0, 0, 0.1);
}

.styleable_image_float {
  float: left;
}

.styleable_image_float_r {
  float: right;
  margin-left: 15px;
}

.forces_icon_level2 {
  text-align: center;
  padding-top: 30px;
  width: 3%;
}

.forces_icon_level1 {
  text-align: center;
  width: 100%;
}

#hot3 {
  padding-top: 45px;
  margin: 0px 20px 0px 20px;
}

.rotate_90 {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate_180 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate_270 {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.circle_letter {
  color: white;
  padding: 1px 4px 1px 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 90%;
  font-weight: bold;
}

.sort_option {
  margin-left: 10px;
  cursor: pointer;
}

.sort_option:hover {
  opacity: 0.5;
}

.sort_option_active {
  color: #09F;
}

.title_sorted1 {
  color: #09F;
}

.title_sorted1::before {
  font-family: air;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  bottom: -2px;
  content: "m";
}

.title_sorted2 {
  color: #09F;
}

.title_sorted2::before {
  font-family: air;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  bottom: -2px;
  content: "g";
}

.title_filtered {
  color: #BE0017;
}

#svg_dump {
  opacity: 1;
  position: absolute;
  top: 0;
  background-color: white;
  z-index: 9999;
}

._svgtitle {
  font-size: 12px;
}

._multiswitch_on>.pct_opt {
  color: #09F;
  font-weight: bold
}

._multiswitch:last-child>.pct_opt::after {
  content: "";
}

.butlink {
  color: #09F;
  cursor: pointer;
}

.butlink:hover {
  text-decoration: underline;
}

.butlinkb {
  color: #08E;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

.butlinkb:hover {
  text-decoration: underline;
}

.user_header_cont {
  top: 0px;
  left: 0px;
  width: 700px;
  height: 130px;
  position: absolute;
  background: #F2F2F2;
}

#user_formby_avatar {
  position: absolute;
  top: 20px;
  left: 150px;
}

#user_tab_cond {
  position: absolute;
  bottom: -5px;
  right: 50px;
}

.user_tab {
  display: inline-block;
  margin-left: 5px;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
}

.inactive_user_tab:hover {
  color: #2af;
}

.active_user_tab {
  background-color: white;
}

#userset_fields {
  top: 276px;
  padding: 10px 30px 30px 30px;
  position: absolute;
}

#user_content {
  top: 136px;
  width: 618px;
  z-index: 10;
  padding: 20px 30px 0px 30px;
  position: absolute;
  overflow-y: auto;
}

.user_avatar_img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 3px white solid;
  background-size: cover;
  margin: 0 auto;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 50px;
}

.photoalbum {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  border: 1px #DDD solid;
  background-size: cover;
  margin: 0 auto;
  cursor: pointer;
  vertical-align: bottom;
}

.user_delete {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #999;
  cursor: pointer;
}

.user_delete:hover {
  color: red;
  text-decoration: underline;
}

.link_cont {
  display: inline-block;
  position: relative;
}

.hoverlink:hover {
  cursor: pointer;
  color: #08E;
  text-decoration: underline;
}

.add_slab {
  font-family: 'Seriff', serif;
  font-size: 120%;
  font-weight: bold;
  cursor: pointer;
}

.add_slab:hover {
  color: #08E;
}

#user_settings_pass_title,
#user_settings_twofac_title {
  color: #999;
  margin: 20px 0px 5px 3px;
  text-transform: uppercase;
}

.c52w {
  fill: #DDD;
}

.chart_line {
  position: absolute;
  width: 1px;
  background-color: #777;
  pointer-events: none;
}

.chart_lid {
  position: absolute;
}

.chart_line_tt {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 120px;
  padding: 5px;
  top: 0px;
  left: 1px;
}

.gray_line {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  pointer-events: none;
}

.sim_title {
  font-size: 90%;
  position: absolute;
  white-space: nowrap;
  line-height: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 5px;
}

#tdesc {
  display: inline-block;
  margin-left: 20px;
  font-size: 70%;
  color: red;
}

.verify_btn {
  cursor: pointer;
  padding-left: 5px;
  color: #2af;
}

.inactive_option {
  pointer-events: none;
  color: #CCC;
}

.hidden_option {
  display: none;
}

.lin1 {
  width: 18px;
  height: 40px;
  border-right: 1px solid #666
}

.lin2 {
  width: 18px;
  height: 20px;
  border-right: 1px solid #666
}

.spend_overview_gsl {
  display: inline-block;
  width: 25px;
  text-align: right;
  padding-right: 5px;
}

.simple_line {
  width: 100%;
  border-top: solid 1px #999;
  margin: 80px 0px 80px 0px;
}

.blink_this {
  animation: blink_this 0.5s linear 5;
}

.blink_me {
  animation: blinker 1s linear 5;
}

.eltype {
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: rgb(0, 0, 0);
  padding: 1px 5px 1px 5px;
  border-radius: 2px;
  margin-right: 5px;
  margin-left: 0px;
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 11px;
}

.grade_circle {
  width: 13px;
  height: 13px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.grid_setup_option {
  white-space: nowrap;
  line-height: 20px;
  cursor: pointer;
}

.grid_setup_option:hover {
  color: #2AF;
}

.grid_setup_label {
  display: inline-block;
  width: 90px;
  color: #000;
  font-weight: bold;
  text-align: left
}

.grid_setup_div {
  padding: 5px 0px 15px 90px;
}

.grid_setup_div div {
  padding-bottom: 2px;
}

.grid_setup_row .hover_light {
  display: none;
}

.grid_setup_row:hover .hover_light {
  display: inline-block;
}

.clear_date_btn {
  text-align: right;
  padding-bottom: 5px;
}

.date_const_l {
  display: inline-block;
  width: 55px;
  text-align: right
}

.date_const_r {
  display: inline-block;
  width: 55px;
  text-align: left
}

.svg_hover:hover {
  opacity: 0.8;
}

._grid_pages_wrapper {
  width: 540px;
  height: 80px;
  overflow: auto;
  white-space: nowrap;
  margin: 10px 0px 0px 10px;
}

._grid_page {
  position: relative;
  width: 100px;
  height: 60px;
  border: 1px solid rgb(172, 172, 172);
  display: inline-block;
  margin-left: 5px;
  background-color: white;
  overflow: hidden;
  cursor: pointer;
}

._grid_page_active {
  border-color: #2af;
}

._grid_page_inner {
  transform: scale(0.1);
  transform-origin: 0% center 0px;
  pointer-events: none;
}

._grid_page_number {
  border-radius: 50%;
  font-family: Helvetica, Arial, sans-serif;
  position: absolute;
  right: 2px;
  bottom: 2px;
  font-size: 9px;
  background-color: rgb(156, 156, 156);
  color: white;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
}

._grid_page_del {
  position: absolute;
  top: 2px;
  right: 2px;
  color: red;
  font-size: 12px;
}

._grid_page_del:hover {
  color: black;
}

._grid_page_add {
  position: absolute;
  top: 42px;
  left: 565px;
  font-size: 30px;
  cursor: pointer;
  color: darkgray;
}

._grid_page_add:hover {
  color: #2af;
}

._cntnt_version {
  color: darkgray;
  cursor: pointer;
  font-size: 12px;
  overflow: hidden;
}

._cntnt_version:hover {
  color: #08E;
}

._cntnt_update {
  margin: 1px 5px 0px 0px;
  font-size: 12px;
  color: darkgray;
  cursor: pointer;
  overflow: hidden;
}

._cntnt_update:hover {
  color: #08E;
}

._cntnt_source {
  display: none;
  border: 0px;
  outline-width: 0px;
  border-bottom: 1px solid black;
  margin-right: 10px;
  font-size: 12px;
  width: 264px;
}

._cntnt_source_text {
  margin: 7px 0px 0px 5px;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  max-width: 215px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -3px;
}

._cntnt_source_text:hover {
  color: #08E;
}

._change_source_toggle {
  color: darkgray;
  cursor: pointer;
  font-size: 12px;
  overflow: hidden;
}

._change_source_toggle:hover {
  color: #08E;
}

._src_pop_btn {
  margin: 4px 0px 4px 0px;
}

._src_pop_btn>span {
  margin-left: 4px;
}

._cntnt_period_btn {
  margin-left: 5px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  margin-bottom: -3px;
  max-width: 215px;
}

.am_cont {
  position: absolute;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px 1px #F0F0F0;
  -moz-box-shadow: 0 0 2px 1px #F0F0F0;
  box-shadow: 0 0 2px 1px #F0F0F0;
  background-color: white;
  font-size: 12px;
  z-index: 200;
}

.am_box {
  padding: 5px 6px 4px 6px;
  border-right: 1px solid #F0F0F0;
  color: #000;
  cursor: pointer;
  float: left;
}

.am_box:hover {
  background-color: #2af;
  color: white;
}

.am_box:last-of-type {
  border-right: 0px;
}

.am_box_divider {
  border-right: 1px solid rgba(128, 128, 128, 0.5) !important;
}

.am_box_divider:hover {
  border-right: 1px solid #F0F0F0 !important;
}

.am_box_divider_bottom {
  border-bottom: 1px solid #F0F0F0;
}

.am_title {
  padding: 5px 6px 4px 6px;
  border-right: 1px solid #F0F0F0;
  color: #000;
  cursor: pointer;
  float: left;
  pointer-events: none;
}

.am_title:hover {
  cursor: default;
}

.hide_scroll::-webkit-scrollbar {
  display: none;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.font_family_ul {
  box-shadow: none;
  border: 1px solid lightgray;
  padding: 0px;
  top: 20px;
  left: 100px;
  width: 130px;
  height: 100px;
  overflow: hidden;
  overflow-y: scroll;
}

.font_size_ul {
  box-shadow: none;
  border: 1px solid lightgray;
  padding: 0px;
  list-style-type: none;
  top: 20px;
  width: 66px;
  height: 100px;
  overflow: hidden;
  overflow-y: scroll;
}

.font_selected_li {
  background-color: lightgray !important;
}

.select_cell:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 14, 120, 0.5);
  z-index: 1;
}

.cntnt_sel_cell:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(193, 192, 196, 0.5);
  visibility: visible !important;
}

.shapediv {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.shapediv:hover {
  opacity: 0.8;
}

.curr_txt_col {
  border-radius: 50%;
  border: 1px solid black;
  width: 8px;
  height: 8px;
  display: block;
  float: right;
  margin-left: 4px;
}

.resize_handle {
  position: absolute;
  width: 0px;
  height: 0px;
}

.resize_handle_dot {
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: -5px;
  top: -5px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 6;
}

.resize_handle_dot:hover {
  background-color: #09F;
}

.slide_ui_arrow:hover {
  opacity: .5;
}

.slide_ui {
  width: 270px;
  position: absolute;
  top: 10px;
  right: 50px;
  border-radius: 0px 0px 6px 6px;
  font-size: 24px;
  color: black;
  padding: 4px;
  z-index: 1000000;
  transform: scale(0.7);
  color: #777;
}

.slide_ui>span {
  cursor: pointer;
}

.slide_ui_arrow:hover {
  opacity: .5;
}

.snf_drawer {
  width: 100%;
  position: relative;
  background-color: #EDEDED;
  margin-top: -10px;
  margin-bottom: 5px;
  display: none;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.snf_column {
  min-width: 21%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow-y: auto;
}

.snf_divider {
  width: 0px;
  display: inline-block;
  position: relative;
}

.snf_divider_bg {
  width: 1px;
  background-color: #B4D6ED;
  position: absolute;
  top: 10px;
  height: 100px;
}

.snf_box {
  padding: 10px 10px 10px 30px;
  max-height: 120px;
  min-height: 120px;
  white-space: normal;
}

.snf_column_row {
  line-height: 18px;
  width: 100%;
}

.snf_column_row:hover {
  background-color: #E2E2E2;
}

.snf_title {
  line-height: 18px;
  width: 100%;
  margin-left: -10px;
  font-weight: bold;
}

.snf_column_entry {
  display: inline-block;
  max-width: 300px;
  white-space: pre-line;
  vertical-align: top;
}

.snf_column_hover {
  display: inline-block;
  margin-left: 20px;
  opacity: 0;
  color: #666;
}

.snf_column_row:hover>.snf_column_hover {
  opacity: 1;
}

.drawerhook {
  margin-top: 285px;
  background-color: #ABA8A8;
  display: inline-block;
  height: 40px;
  width: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
  opacity: 0.7;
  color: #514F4F;
  z-index: 10;
}

.drawerhook:hover {
  opacity: 1;
  color: white;
}

.drawerhookicon::before {
  padding-top: 10px;
  display: inline-block;
  font: normal normal normal 13px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 2px;
  position: relative;
  content: "v";
  font-size: 16px;
  z-index: 10;
}

.xxc::before {
  content: "CAT";
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background-color: #999;
  padding: 1px 5px 1px 5px;
  margin-right: 10px;
  border-radius: 5px;
  width: 25px;
  text-align: center;
}

.xxs::before {
  content: "SUP";
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background-color: #555;
  padding: 1px 5px 1px 5px;
  margin-right: 10px;
  border-radius: 5px;
  width: 25px;
  text-align: center;
}

.xxl::before {
  content: "LOC";
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background-color: #333;
  padding: 1px 5px 1px 5px;
  margin-right: 10px;
  border-radius: 5px;
  width: 25px;
  text-align: center;
}

.xxi::before {
  content: "ITM";
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background-color: #CCC;
  padding: 1px 5px 1px 5px;
  margin-right: 10px;
  border-radius: 5px;
  width: 25px;
  text-align: center;
}

.ssp {
  font-size: 90%;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background-color: #999;
  padding: 1px 5px 1px 5px;
  margin-right: 10px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  width: 20px;
}

.sspx {
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  color: #333;
  background-color: #EEE;
  padding: 1px 5px 1px 5px;
  border-radius: 2px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  width: 20px;
}

.sspch {
  height: 10px;
  position: relative;
}

.sspcf {
  height: 12px;
  top: 1px;
  left: -90px;
  position: absolute;
  pointer-events: none;
  opacity: 0.2;
  border-radius: 2px;
}

.expline {
  width: 1px;
  pointer-events: none;
  position: absolute;
  right: 11px;
  background-color: #666;
  height: 20px;
}

.tools_div_container {
  padding: 5px 5px 5px 5px;
  margin: 10px 0px 0px 0px;
  border-top: 1px solid #DDD;
  background-color: #FFF;
}

#tools_div {
  display: inline-block;
  width: 948px;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 1000000;
  height: 0px;
  width: 0px;
  overflow: show;
  margin: auto;
  top: -100px;
  left: 100px;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:after {
  display: block;
  font: normal normal normal 13px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e01a";
  font-size: 100px;
  margin: 0 0 0 -112px;
  color: #FFF;
  -webkit-animation: spinner 2000ms infinite linear;
  -moz-animation: spinner 2000ms infinite linear;
  -ms-animation: spinner 2000ms infinite linear;
  -o-animation: spinner 2000ms infinite linear;
  animation: spinner 2000ms infinite linear;
}

.loadingdiv {
  padding: 0 0 0 50px;
}

.loadingdiv:before {
  display: block;
  position: absolute;
  font: normal normal normal 13px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e01a";
  font-size: 300%;
  margin: 0 0 0 -50px;
  color: #000;
  -webkit-animation: spinner 2000ms infinite linear;
  -moz-animation: spinner 2000ms infinite linear;
  -ms-animation: spinner 2000ms infinite linear;
  -o-animation: spinner 2000ms infinite linear;
  animation: spinner 2000ms infinite linear;
}

.popup_loading:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup_loading:after {
  position: fixed;
  z-index: 3;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: block;
  color: #FFF;
  content: "\e01a";
  font: normal normal normal 60px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spinner 2000ms infinite linear;
  -moz-animation: spinner 2000ms infinite linear;
  -ms-animation: spinner 2000ms infinite linear;
  -o-animation: spinner 2000ms infinite linear;
  animation: spinner 2000ms infinite linear;
}

.element_loading:before {
  content: attr(data-loadingtext);
  color: white;
  padding: 5px;
  font-size: 1.4em;
  z-index: 2;
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.element_loading:after {
  position: fixed;
  z-index: 3;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  display: block;
  color: #FFF;
  content: "\e01a";
  font: normal normal normal 60px/1 air;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spinner 2000ms infinite linear;
  -moz-animation: spinner 2000ms infinite linear;
  -ms-animation: spinner 2000ms infinite linear;
  -o-animation: spinner 2000ms infinite linear;
  animation: spinner 2000ms infinite linear;
}

.loading_text {
  position: absolute;
  top: 114px;
  left: -304px;
  width: 500px;
  font-size: 150%;
  color: #FFF;
  text-align: center;
}

#pg_nm_container {
  font-size: 75%;
  float: right;
  position: relative;
  ;
  margin-top: 5px;
}

.pg_nm_box {
  position: absolute;
  ;
  width: 85px;
  text-align: center;
  right: 23px;
}

.pg_nm_box_arrows {
  cursor: pointer;
  position: absolute;
  top: 2px;
}

.pg_nm_box_arrows:hover {
  color: #2af;

}

.notification_bubble {
  position: absolute;
  top: 0px;
  right: -5px;
  background-color: #F36;
  color: #FFF;
  font-weight: bold;
  border-radius: 15px;
  padding: 2px;
  min-width: 14px;
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
}

.notification_bubble:hover {
  opacity: 1;
}

.wf_container {
  position: relative;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}

.wf_container:focus {
  outline: 0px solid transparent;
  caret-color: black;
}

.wf_notification {
  margin-top: 1px;
  padding: 5px;
  border-top: 1px #f2f2f2 solid;
  position: relative;
}

.wf_notification_eltype {
  margin-top: 5px;
}

.wf_notification_text {
  margin-top: 5px;
  width: 390px;
}

.wf_notification_content {
  width: 380px;
}

.wf_notification_created {
  color: gray;
  display: inline-block;
  margin-left: 10px;
}

.wf_notification_fromuser {
  font-weight: bold;
  display: inline-block;
}

.wf_avatar_box {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.wf_avatar {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px #f2f2f2 solid;
  background-size: cover;
}

.wf_notification_content {
  display: inline-block;
  vertical-align: top;
}

.wf_icon_separator {
  padding-left: 5px;
  padding-right: 5px;
  color: #ccc;
  display: inline-block;
}

.wf_title {
  margin-bottom: 10px;
}

.wf_container_loading {
  position: absolute;
}

.wf_info {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #c0c0c0;
  cursor: pointer;
}

.wf_hide_message {
  color: #F00;
  cursor: pointer;
}

.wf_info_drawer {
  padding-left: 44px;
  padding-top: 10px;
  color: #555;
}

#wf_searchbox {
  width: 440px;
  background-color: #F2F2F2;
  border: solid 0px #999;
  border-radius: 3px;
  font-size: 12px;
  padding-left: 10px;
  margin: 5px 0px 5px 0px;
  outline: 0px solid transparent;
}

.wf_heading_fiter {
  color: #999;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.wf_del_hidden {
  color: #999;
  font-size: 9px;
  display: inline-block;
  margin-left: 7px;
  cursor: pointer;
}

.wf_del_hidden:hover {
  color: red;
}

.wf_replace {
  font-style: italic;
  color: #777;
  font-weight: normal;
  padding: 0px 5px 0px 5px;
}

.transparent {
  background-image: repeating-linear-gradient(145deg, #ccc, #ccc 2.5px, white 2.5px, white 5px);
  border-color: white;
}

.upload_content td {
  border-left: 1px solid #DDD;
  border-bottom: 1px solid #EEE;
}

.upload_content td:first-child {
  border-left: none;
}

.upload_content tr:first-child td {
  border-bottom: 1px solid #AAA;
  padding-top: 5px;
}

.upload_content tr:hover {
  background-color: #EEE;
  cursor: pointer;
}

.heading_tab {
  margin-right: 30px;
  cursor: pointer;
  color: #09F;
  font-size: 85%;
}

.heading_tab_active {
  cursor: default;
  color: #000;
  font-size: 100%;
}

.rulediv {
  position: relative;
}

.rulediv>.icon-trash {
  visibility: hidden;
}

.rulediv:hover>.icon-trash {
  visibility: visible;
}

.mrkin {
  color: #333
}

.mrope {
  color: #777
}

.mrval {
  color: #000;
  font-weight: bold;
}

.upload_content_head {
  margin-right: 10px;
  font-size: 110%;
}

.upload_content_head_div {
  padding: 10px 0 10px 5px;
  background-color: #DDEEF5;
}

.upload_loading {
  padding: 10px 0 20px 500px;
  background-color: #DDEEF5;
}

.total_info_div {
  padding: 1px 0px 1px 20px;
}

.total_info_div:last-of-type {
  padding-bottom: 10px;
}

.total_info_div div {
  display: inline-block;
  text-align: right;
  padding: 2px;
}

.interactive_info {
  position: absolute;
  color: #ABA8A8;
  top: 3px;
}

.hoverch:hover {
  opacity: 0.3;
  cursor: pointer;
}

.popupwarning {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #D11;
  color: #FFF;
  padding: 7px 10px 5px 10px;
}

.mandatory {
  border-bottom: 2px solid #F66
}

.addinit0 {
  font-family: 'Seriff', serif;
  font-size: 15px;
  font-weight: bold;
  padding-left: 5px;
}

.addinit1 {
  font-weight: bold;
  padding: 10px 0 5px 10px;
}

.addinit2 {
  padding: 2px 0 2px 5px;
}

.addinit3 {
  display: none;
  padding: 2px 0 2px 15px;
}

.modletter {
  color: #FFF;
  border-radius: 10px;
  width: 12px;
  font-size: 80%;
  text-align: center;
  font-weight: bold;
  padding: 1px 1px 0px 2px;
  display: inline-block
}

.tab_labels_wrapper {
  display: inline-block;
  background-color: #F2F2F2;
  width: 100%;
}

.tab_label {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  font-size: 12px;
  margin-left: 10px;
  border-radius: 3px 3px 0px 0px;
}

.tab_label_active {
  color: #08E;
  cursor: default;
  background-color: white;
}

.tab_content {
  margin-top: 14px;
  padding: 0px 20px 0px 20px;
}

.notes_gray_title {
  background-color: #F2F2F2;
  padding: 20px;
  font-size: 12px;
}

.supp_pdf_logo {
  position: absolute;
  top: 400px;
  left: 400px;
  background-image: url("img/logologin.png");
  width: 260px;
  height: 70px;
  background-size: 260px;
  background-repeat: no-repeat;
}

.dd_search {
  position: sticky;
  top: -20px;
  background-color: #FFF;
  padding: 10px 0px;
  border-bottom: 1px solid #e4e4e4;
  min-width: 160px;
}

.dd_selector.dd_data {
  vertical-align: top;
  font-weight: bold;
}

._short_image {
  overflow: hidden;
  height: 80px;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px dashed #c3c3c3;
  border-left: 1px solid #c3c3c3;
}

.m_p_circle {
  display: inline-block;
  position: relative;
  bottom: -3px;
}

.m_p_circle_s {
  display: inline-block;
  position: relative;
  bottom: 1px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #a0a0a0;
}

.m_p_circle_ph {
  display: inline-block;
  min-width: 7px;
}

.sticky_col_cont {
  position: absolute;
  background-color: white;
}

.modbut {
  text-decoration: none !important;
  color: #666;
  font-weight: bold;
  cursor: pointer;
}

.modbut:hover {
  color: #39C;
  text-decoration: none !important;
}

.sample_text {
  margin-left: 5px;
  color: #be0017;
}

.butactive {
  color: #39C;
}

.wkhtml_hide_tmp {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.hoverpoint {
  fill: rgba(0, 128, 255, 0.2);
  stroke: rgba(0, 0, 128, 0.1);
  stroke-width: 1;
}

.hoverpoint:hover {
  fill: rgba(0, 128, 255, 0.5);
  stroke: rgba(0, 0, 128, 0.5);
  stroke-width: 1;
}

.dd_elm {
  position: relative;
  margin-right: 4px;
}

.dd_rem {
  position: relative;
  display: none;
  width: 1px;
  color: #999
}

.dd_rem:before {
  position: absolute;
  top: -9px;
  right: 0px;
  font-family: "air";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  content: "\59";
}

.dd_rem:hover {
  color: #A00
}

.dd_elm:hover .dd_rem {
  display: inline-block;
}

.iconcntnt {
  margin-right: 5px;
  color: #666;
  display: block;
}

.iconcntnt p {
  margin: 0;
  padding: 0;
}

.iconcntntdark {
  color: #000
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  background: #F9D9E3;
  border-radius: 11px 2px 2px 11px;
  color: #000;
  height: 15px;
  line-height: 16px;
  padding: 0 8px 0 17px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: calc(100% - 30px);
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 5px;
  left: 8px;
  position: absolute;
  width: 4px;
  top: 5px;
}

.tag::after {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  content: '';
  border: solid #FFF;
  border-width: 0 10px 10px 0;
  position: absolute;
  height: 11px;
  width: 11px;
  left: -10px;
  top: -3px;
}

.tag_container {
  position: relative;
  margin-bottom: -3px;
  white-space: normal;
}

.tag_del {
  position: absolute;
  right: 2px;
  top: 0px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #FFF;
  line-height: 1px;
  padding: 2px;
  color: #999;
  opacity: 0;
}

.tag:hover>.tag_del {
  opacity: 0.9;
}

.tag_del:hover {
  opacity: 1;
  color: #000;
}

.tag_add {
  display: inline-block;
  margin-top: 2px;
  margin-left: 3px;
  vertical-align: top;
  cursor: pointer;
  opacity: 0;
}

.tag_add:hover {
  color: #39C;
}

.tag_container:hover>.tag_add {
  opacity: 1;
}

.dd_tag {
  line-height: 14px;
  background-image: linear-gradient(var(--color) 0%, var(--color) 100%);
  background-repeat: repeat-x;
  background-position: 0 10px;
  background-size: 2px 2px;
}

.hierarchy_body {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: fit-content;
  top: 90px;
  bottom: 0px;
}

.hierarchy_outer {
  display: flex;
  align-items: top;
  justify-content: center;
}

.hierarchy_box_cont {
  z-index: 950;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.hierarchy_box {
  background-color: #FFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
  margin: 10px 10px 0 10px;
  padding: 10px;
}

.hierarchy_title {
  font-weight: bold;
  padding-bottom: 10px;
}

.hierarchy_line_bl {
  border-left: solid 2px #FFF;
  border-top: solid 2px #FFF;
  border-radius: 10px 0 0 0;
  position: absolute;
  top: 0px;
  height: 10px;
}

.hierarchy_line_br {
  border-right: solid 2px #FFF;
  border-top: solid 2px #FFF;
  border-radius: 0 10px 0 0;
  position: absolute;
  top: 0px;
  height: 10px;
}

.hierarchy_line_b {
  border-top: solid 2px #FFF;
  position: absolute;
  top: 0px;
  height: 10px;
}

.hierarchy_line_bu {
  border-left: solid 2px #FFF;
  position: absolute;
  top: 0px;
  height: 10px;
}

.hierarchy_line_bi {
  border-left: solid 2px #FFF;
  position: relative;
  width: 10px;
  left: 50%;
  height: 10px;
  z-index: 1000;
}

.hierarchy_line_tlr {
  border-left: solid 2px #FFF;
  border-right: solid 2px #FFF;
  border-bottom: solid 2px #FFF;
  border-radius: 0 0 10px 10px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 10px;
}

.hierarchy_title_current {
  color: #39C;
}

.hierarc1 {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 11px;
  margin-right: 4px;
  overflow: hidden;
}

.hierarc2 {
  width: 15px;
  height: 12px;
  position: absolute;
  top: -5px;
  left: 0px;
  border-radius: 15px;
  border: 1px solid #999;
}

.cnc_activity_sticky_col {
  position: sticky;
  left: 0px;
  z-index: 886;
  background-color: #FFF;
  margin-top: -3px;
  padding-top: 3px;
  margin-bottom: -5px;
  padding-bottom: 5px;
  border-right: 1px solid #c3c3c3;
}

.hscroll_loading {
  background-color: transparent;
}

.alignment_slider_wrapper {
  height: 9px;
  width: 90%;
  position: relative;
  border-bottom: 1px dashed #999;
}

.alignment_slider_thumb {
  top: 2px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  cursor: pointer;
  line-height: 16px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  background-color: white;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgIDIwIDIwIj48Y2lyY2xlIGN4PSIxMCIgY3k9IjEwIiByPSIxMCIgc3R5bGU9InN0cm9rZTojMzMzO2ZpbGw6bm9uZTtzdHJva2Utd2lkdGg6MXB4OyIvPjwvc3ZnPg==")
}

.alignment_slider_thumb:hover {
  transform: scale(1.3);
  transform-origin: center;
}

.triangle {
  background-repeat: no-repeat;
  background-position: center;
  padding: 4px;
  width: 10px;
  opacity: 0.5;
  background-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgIDEwIDIwIj48bGluZSB4MT0iMCIgeTE9IjAiIHgyPSIxMCIgeTI9IjEwIiBzdHlsZT0ic3Ryb2tlOiM5OTk7ZmlsbDpub25lO3N0cm9rZS13aWR0aDoycHg7Ii8+PGxpbmUgeDE9IjAiIHkxPSIxOCIgeDI9IjEwIiB5Mj0iOCIgc3R5bGU9InN0cm9rZTojOTk5O2ZpbGw6bm9uZTtzdHJva2Utd2lkdGg6MnB4OyIvPjwvc3ZnPg==");
}

.menu_hide_item_admin {
  color: #c9c9c9;
}

.menu_hide_item {
  display: none;
}

#file_repo_count {
  font-size: 9px;
}

.curconvico:hover {
  opacity: 1;
}

.tabs {
  padding: 10px 0 10px 20px;
  background-color: #39C;
}

.tab {
  display: inline-block;
  color: #9CF;
  font-weight: bold;
  font-size: 13px;
  margin-right: 15px;
  cursor: pointer;
}

#content {
  padding: 10px;
}

.active_tab {
  color: #FFF;
}

.preview_name {
  font-size: 25px;
  padding: 20px;
  font-weight: bold;
}

.section_heading {
  font-size: 18px;
  padding: 10px 0px 10px 20px;
  color: #FFF;
  background-color: #09F;
  margin-bottom: 5px;
  font-weight: bold;
  clear: both;
}

.section_content {
  clear: both;
}

.field_content {
  float: left;
  font-size: 14px;
}

.field_picture_big {
  width: 100%;
  float: left;
}

.field_picture_small {
  max-width: 100px;
  padding: 20px;
  float: right;
}

.subsection_box {
  width: 50%;
  float: left;
  font-size: 14px;
}

.subsection_heading {
  font-size: 16px;
  padding: 10px 0px 10px 20px;
  color: #333;
  background-color: #DDD;
  margin-bottom: 5px;
  font-weight: bold;
  clear: both;
}

.subsection_content {
  padding: 10px 0 30px 20px;
}

.field_div {
  padding: 7px 0 3px 0px;
  border-bottom: 1px solid #DDD;
}

.field_label {
  width: 50%;
  display: inline-block;
  color: #666;
}

.field_input {
  width: 50%;
  display: inline-block;
  color: #000;
}

.field_dropdown {
  width: 50%;
  display: inline-block;
  position: relative;
  color: #000;
}

.field_dropdown_popup {
  width: 200px;
  padding: 10px;
  z-index: 999;
  background-color: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  position: absolute;
  color: #000;
}

.field_dropdown_popup_row {
  padding: 10px;
  cursor: pointer;
}

.field_dropdown_popup_row:hover {
  background-color: #ADF;
}

.hidden_row {
  display: none;
}

.field_input_placeholder {
  color: #999;
}

.table_heading {
  display: inline-block;
  font-weight: bold;
  color: #000;
  padding: 5px;
  border-bottom: 1px solid #CCC;
}

.table_cell {
  display: inline-block;
  color: #000;
  padding: 5px;
  border-bottom: 1px solid #EEE;
}

path.line {
  stroke: #333;
  stroke-width: 2px;
  fill: none;
}

.chart {
  width: 100%;
  overflow: hidden;
}

svg {
  float: left;
}

.table_row_sel {
  background-color: #DDEEF5;
}

.traceimg {
  position: absolute;
  left: 0px;
  top: 40px;
  bottom: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.tracepoint {
  position: absolute;
  cursor: move;
  width: 2px;
  height: 2px;
  border: 6px solid rgba(255, 0, 0, 0.3);
  border-radius: 20px;
}

.tracepoint_sel {
  pointer-events: none;
  border-color: #D00;
}

#pointtbl {
  background-color: #FFF;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
  padding: 10px;
  position: absolute;
}

.eq_row {
  background-color: #FFF;
}

.eq_elm {
  display: inline-block;
  padding: 4px 10px 4px 10px;
  background-color: #ACE;
}

.eq_and {
  display: inline-block;
  padding: 4px 10px 4px 10px;
  color: #666;
}

.eq_or {
  padding: 4px 10px 4px 10px;
  color: #666;
}

.eq_add_and {
  display: inline-block;
  padding: 4px 10px 4px 10px;
  color: #09F;
  cursor: pointer;
}

.eq_add_or {
  padding: 4px 10px 4px 10px;
  color: #09F;
  cursor: pointer;
}

.subtbl {
  padding: 5px 0 20px 20px;
}

.subtbl .tbl_title {
  font-size: 11px;
}

.flt {
  margin-left: 10px;
  color: #06C;
}

.tbl_title .flt {
  display: none;
}

.tbl_title:hover .flt {
  display: inline-block;
}

.sim {
  overflow: hidden;
  outline: none;
  border: none;
}

.sim canvas {
  overflow: hidden;
  outline: none;
}

.mod {
  overflow: hidden;
  outline: none;
  border: none;
}

.mod canvas {
  overflow: hidden;
  outline: none;
}

.itemGroup {
  position: relative;
  margin-left: 15px;
}

.itemGroup:hover {
  opacity: 0.8;
}

.itemGroup:before {
  font-family: "air";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "h";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: -10px;
}

.itemGroupOpen {
  color: #000;
}

.itemGroupOpen:before {
  font-family: "air";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "i";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.itemGroupContainer {
  padding: 5px 0 5px 15px;
  margin: 5px;
  border: 1px solid #CCC;
}

.itemGroupEl {
  font-weight: bold;
  margin-left: 30px;
  padding: 3px;
}

.itemLink {
  margin: 3px;
  margin-left: 35px;
  position: relative;
}

.itemLink:before {
  font-family: "air";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\7E";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -15px;
  pointer-events: none;
}

.frm_label {
  display: inline-block;
  align-self: start;
}

.frm_label_tooltip {
  display: inline-block;
  position: relative;
  width: 10px;
}

.frm_label_tooltip i {
  position: absolute;
  top:-10px;
  left:4px;
}

.frm_spacer {
  height: 10px;
  border-top: 1px solid #DDD;
  margin-top: 2px;
}

.frm_field {
  align-self: start;
}

.tbl_titles_outer {
  position: sticky;
  top: 0;
  background-color: #FFF;
  z-index: 1000;
  margin-left: -10px;
  padding-left: 10px;
}

.input_invalid {
  color: red;
}

.text_input_wrapper {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.text_input_clear_btn {
  opacity: 0.5;
  top: 35%;
  right: 4px;
  position: absolute;
  cursor: pointer;
  transform-origin: center;
  transform: rotate(45deg);
  color: #ccc;
  z-index: 1000;
  display: none;
  font-size: 14px;
}

.text_input_clear_btn:hover {
  opacity: 1;
}

.selector_close {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 0;
  right: -20px;
  background-color: #000;
  cursor: pointer;
  color: #FFF;
  text-align: center;
}

._radio_box {
  display: inline-flex;
  text-wrap: nowrap;
  gap: 8px;
}

._radio_button {
  cursor: pointer;
  color: #666;
}
._radio_button i {
  vertical-align: middle;
  margin-right: 2px;
  font-size: calc(1em + 1px);
}

._radio_on {
  font-weight: bold;
  text-decoration: underline;
  color: #000 !important;
}

.filter_tbl_last_row {
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid #08E;
}

/* SECTION: MEDIA QUERIES */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #header_menu {
    white-space: normal;
  }
}

/* SECTION: KEYFRAMES */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes menon {
  from {
    width: 0px;
  }

  to {
    width: 16px;
  }
}


@keyframes menon {
  from {
    width: 0px;
  }

  to {
    width: 16px;
  }
}

@-webkit-keyframes flash {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes flash {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    margin-left: -40px
  }

  100% {
    opacity: 1;
    margin-left: 10px
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    margin-left: -40px
  }

  100% {
    opacity: 1;
    margin-left: 10px
  }
}

@-webkit-keyframes tooltipin {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0.95;
  }
}

@keyframes tooltipin {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0.95;
  }
}

@-webkit-keyframes rolldown {
  from {
    margin-top: 0px
  }

  to {
    margin-top: 15px
  }
}

@keyframes rolldown {
  from {
    margin-top: 0px
  }

  to {
    margin-top: 15px
  }
}

@-webkit-keyframes missing {
  from {
    border-color: rgba(255, 0, 0, 1)
  }

  to {
    border-color: rgba(255, 0, 0, 0.1)
  }
}

@keyframes missing {
  from {
    border-color: rgba(255, 0, 0, 1)
  }

  to {
    border-color: rgba(255, 0, 0, 0.1)
  }
}

@keyframes blink_this {
  50% {
    opacity: 0.4;
  }
}

@keyframes blinker {
  50% {
    opacity: 0.4;
    background-color: #BDF
  }
}

@keyframes fullScale {
  from {
    transform: scale(1.2);
    transform-origin: center center;
  }

  to {
    transform: scale(1);
    transform-origin: center center;
  }
}
#toaster-container {
  position: fixed;
  top: 20px;
  right: 20px; /* Aligns to the right */
  z-index: 1000;
  max-width: 300px; /* Limits the width of the toaster container */
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px; /* Adds space between multiple toasters */
}

.toaster {
  background-color: #f44336;
  color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
  opacity: 1;
  position: relative;
  max-width: 100%;
  word-wrap: break-word; 
}

.toaster h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.toaster .details {
  margin-top: 5px;
  cursor: pointer;
  color: #ffcccb;
  text-decoration: underline;
}

.toaster .error-details {
  display: none;
  margin-top: 10px;
  font-size: 12px;
  background: #ff7961;
  padding: 5px;
  border-radius: 3px;
}

.toaster .close-btn {
  background: #ffffff;
  color: #f44336;
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none; 
}

.toaster .close-btn:hover {
  background: #ffe5e5;
}

.toaster.hide {
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.lang_picker {
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

.lang_picker_wrapper {
  display: flex;
  column-gap: 2px;
  align-items: center;
  justify-content: center;
}

.lang_picker_container {
  height: 28px;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  margin-left: 20px;
  align-items: center;
  text-transform: uppercase;
}
