:root {
    --layout-zoom: 1;
    --layout_content_padding_bottom: 0px;
}

.Choose_wrapper {
    padding: 0 10px 10px 10px ;
    width: 100%;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

.Choose_tile {
    margin: auto;
    margin-top: 10px 
}

.Choose_wrapper:first-child {
    margin-top: 0
}

.Choose_optional {
    display: none;
}

*::-webkit-scrollbar {
    display: none;
}
  
* {
    -ms-overflow-style: none;
}

.Input {
    padding: 5px
}

.Input table {
    width: 100%;
    text-align: left
}

.Input_text, .Input_file {
    margin: 0;
    width: 100%;
    padding: 3px;
    min-height: 35px;
}

.Input_checkbox {
    width: 20px;
    margin: 0 auto;
}

.Input_date, .Input_time{
    resize: none;
    margin: 0;
    width: 100%;
}

.Input tr>td:nth-child(2){
    width: 75%;
    padding-left: 10px;
    text-align: center;
    word-break: break-word;
}




.ext_table > tbody > tr > td{
    border: 1px solid var(--c2);
    padding: 5px;
    white-space: break-spaces;
}

.ext_table > tbody > tr > td:nth-child(2){
    word-break: break-word;
}

.ext_table {
    width: 100%
}

.ext_table .ext_table_heading {
    font-size: 16px;
    border: none;
    text-align: center;
}

.ext_table button {
    margin: 2px auto;
    height: unset;
}

.ext_table .secondary {
    display: none
}

.ext_table table {
    width: 100%
}

.Input_hidden {
    display: none
}

.input_save, .input_cancel, .input_showHidden{
    
    display:inline-block;
    margin: 5px;

}

.Input {
    text-align:center
}

input[type=date], input[type=time]{
    resize: none
}

.grid_config_panel {
    width: 100%;
    text-align: center;
    margin: 0 5px
}

.grid_config_panel button {
    display: inline;
    margin: 10px
}

.grid_config_panel input {
    width: 100%;
    margin: 5px 0;
}

.grid_config_panel table {
    width: 100%;
    font-size: 15px
}

.grid_config_panel tr > td:nth-child(2) {
    width: 20%
}

.grid_config_panel input[type=checkbox] {
    height: 20px;
}

.grid_config_panel td {
    font-size: 15px;
    text-align: left;
}

.Emoji_button {
    padding: 0;
    font-size: 25px;

    width: 80px;
}

.lm_close_tab {
    width: 15px !important;
    height: 15px !important;
    zoom: 1.2 !important;
    margin-top: -4px !important
}

.clickable {
    cursor: pointer;
    font-weight: bold;
}

.unclickable {
    cursor: not-allowed;
    font-weight: bold;
}

.histTable > tbody > tr > td:nth-child(1) {
    width: 75px;
}

.histTable > tbody > tr > td:nth-child(2) {
    width: 35px;
}

.histTable > tbody > tr {
    margin-bottom: 3px
}

.lm_header {
    zoom: var(--layout-zoom)
}

.lm_content {
    padding-bottom: var(--layout_content_padding_bottom)
}

.lm_tab  {

    padding-left: 18px !important;
    padding-right: 4px !important;

}

.lm_close_tab {
    left: 0px;
}


.lm_tab {
    color: var(--c2) !important
}

.lm_tab.lm_active {
    color: white !important;
    display: block !important;
    overflow: auto !important;
}

@media only screen and (max-width: 620px) {
    .lm_title {
        font-size: 7px
    }
}

.snake {
    background-color: black;
    margin: auto;
    display: block;
}

.Choose_wrapper input {
    width: 100%;
}

@-webkit-keyframes flash_green {
    0% {
        background-color: green;
        opacity:1;
    }
    100% {
        background-color: unset;
    }
}
    
.flash_green {
    -webkit-animation-name: flash_green;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}  