li {
  list-style: none;
}
.menu_item {
    width: 100%;
    padding: 8px;
    padding-left: 20px;
    color: #d4d7dd;
    color: #e6e8ed;
    font-size: 85%
}
.menu_item:hover {
  background-color: #3220d9;
  cursor: pointer;
}
.menu_item_svg {
    width: 21px;
    height: 21px;
    padding-bottom: 3px
}
.menu_item_text {
    padding-left: 15px;
}
.menu_item_green {
    background-color: #2eb85c;
}
.menu_group {
    width: 100%;
    padding: 10px;
    padding-left: 20px;
    padding-top: 15px;
    color: #b1b7c1;
    font-size: 60%
    font-weight: 700;
    text-transform:uppercase;
}
.website_path {
    padding-left: 5px; padding-top: 14px; color: #9ea5b2ff;
}
.top_bar_icon_img {
    width: 30px;
    height: 30px;
}
.top_bar_icon_div {
    padding: 10px;
    width: 51px;
    height: 51px;
    float: right;
    cursor: pointer;
}
.alert_style {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-top: 3px;
  min-height: 50px;
}
.alert_message {
    font-size: 90%
}
.alter_right_side_message {
    font-size: 90%
}
.card_icon {
    padding: 3px;
    margin-left: 5px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.card_floater_base {
    padding: 8px;
    padding-top: 0px;
    float: left;
}
.right_side_box {
    background-color: #FFF;
    height: 100%;
    padding: 13px;
    width: -webkit-calc(600px);
    width:    -moz-calc(600px);
    width:         calc(600px);
}
.right_side_box_text {
    font-size: 90%;
}
.main_content_window_full_width {
    width: 100%;
}
.main_content_window_short_width {
    width: -webkit-calc(100% - 400x);
    width:    -moz-calc(100% - 400px);
    width:         calc(100% - 400px);
}
.area_outside_menu_bar_short_width {
    width: -webkit-calc(100% - 255x);
    width:    -moz-calc(100% - 255px);
    width:         calc(100% - 255px);
}
.area_outside_menu_bar_full_width {
    width: 100%;
}
.card_size {
  font-size: 85%;
  display: none;
  cursor: pointer;
}
.check_off_warning {
  cursor: pointer;
}
.check_off_error {
  cursor: pointer;
}
.log_messages_icon_highlight {
  background-color: #d1ecf1;
}
.top_bar_icon_highlight {
  background-color: #d1ecf1;
}
.dz {
  border: dashed !important;
  border-color: #ccc !important;
  border-radius: 5px !important;
  border-width: 3px !important;
  margin-bottom: 10px !important;
}
.dz:hover {
  background-color: aliceblue !important;
}
.resize_plotly_div {
  height: -webkit-calc(100% - 100px);
  height:    -moz-calc(100% - 100px);
  height:         calc(100% - 100px);
}
