/* keep_alive modul bejegyzései */
#keep_alive_full_screen_overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 10;
    # cursor: pointer;
    # próbához:
    display: block;
}

#keep_alive_full_screen_overlay_content{
    position: absolute;
    top: 50%;
    left: 50%;
    # width: 80%;
    # font-size: 4vw;
    font-size: 9vmin;

    # font-size: 4em;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    # border: 3px solid red;
}


#keep_alive_full_screen_overlay_detail{
    # font-size: 2rem;
    # font-size: 2vw;
    font-size: 3vmin;
    # font-size: calc(30% + 0.1vw)
    # font-size: calc(30%)
}

.keep_alive_full_screen_overlay_detail_debug_text{
    # font-size: 0.7rem;
    font-size: 2.2vmin;
    # https://www.w3schools.com/cssref/css_websafe_fonts.asp
    # font-type: monospace;
    font-family: "Arial";
    # font-family: "Verdana";
    # font-family: "Lucida Console";
    # font-family: "Courier New";
    # font-family: "Tahoma";

    #font-size: 14px;
    #background-color: BurlyWood;
    # background-color: Sienna;
    background-color: SeaGreen;
    # color: DarkGoldenRod;
    #color: SpringGreen;
    #color: SlateGray;
    #color: WhiteSmoke;
    #color: Silver;
    #color: LightGoldenRodYellow;
    color: Khaki;
    #color: Lavender;
    text-align: left;
    # padding: 5px;
    padding: 1em;
}


#keep_alive_progress_bar_socket {
  width: 100%;
  background-color: #ddd;
}

#keep_alive_progress_bar {
  width: 1%;
  height: 5px;
  # background-color: #4CAF50;
  background-color: blue;
}
