﻿/* || FORM VARIABLES */
/*Colors*/
/*Radio button*/
/*Fonts*/
/*Sizes*/
/*---------------------------------------------------------------------------------*/
/*--POSITIONING--*/
/* || FORM VARIABLES */
/*Colors*/
/*Radio button*/
/*Fonts*/
/*Sizes*/
/*---------------------------------------------------------------------------------*/
/*--POSITIONING--*/
@media only screen {
  /* || FORM VARIABLES */
  /*Colors*/
  /*Radio button*/
  /*Fonts*/
  /*Sizes*/
  /*---------------------------------------------------------------------------------*/
  /*--POSITIONING--*/
  header, .context_menu_simple .group_text_center {
    background-color: #eaeaea;
    text-align: right;
    padding-right: 3px;
    font-size: 13px;
    color: #656565;
    height: 20px;
    line-height: 20px;
  }
  .context_menu_simple {
    overflow: hidden;
    display: flex;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .context_menu_simple .group_container {
    flex: 1;
    overflow: hidden;
  }
  .context_menu_simple .groups {
    overflow: hidden;
    flex: 1;
  }
  .context_menu_simple .content {
    overflow: auto;
  }
  .context_menu_simple .item_container {
    display: flex;
    justify-content: start;
    padding: unset;
    align-items: center;
    margin-left: 5px;
  }
  .context_menu_simple .item_container:hover {
    background-color: #e2ebf3;
  }
  .context_menu_simple .group_text_center {
    overflow: hidden;
  }
  .context_menu_simple flex, .context_menu_simple .group_container, .context_menu_simple .groups, .context_menu_simple .content {
    display: flex;
    flex-direction: column;
  }
}
