/* ================================================================================================ */
/* tutorial-overlay */
/* ================================================================================================ */

#gui_tutorial_details .modal-body {
    font-size: 18px;
}


/* overlay*/
/* ----- */
#tutorial_overlay {
    pointer-events: auto;
    position: absolute;
    width: 300px;
    left: 300px;
    top: 0px;
    background: transparent;
}

.tutorial_overlay_title_button {
    width: fit-content;
    background-color: #222;
    box-sizing: content-box;
    padding: 2px 10px 2px 10px;
}

/* header */
/* ----- */
.tutorial_overlay_header {
    color: black;
    font-weight: bold;
    height: 32px;
    padding: 0;
}

.tutorial_overlay_header_text {
    font-weight: 500;
    font-size: 20px;
    padding: 0;
    /*color: black;*/
    float: left;
    /*margin-right: 5px;*/
}

.tutorial_overlay_header span.fa{
    font-size: 2.5em;
    margin-left: 10px;
}

/* entry */
/* ----- */
.tutorial_overlay_entry {
    background: #000000aa;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 30px;
}

.tutorial_entry_cell {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 6px !important;
}

/* overlay-checkbox */
/* ---------------- */
.tutorial_overlay_checkbox {
    height: 100%;
}

.tutorial_overlay_checkbox img {
    height: 100%;
}

/* overlay-title */
/* ---------------- */
.tutorial_overlay_title {
    color: white;
}

/* overlay-button */
/* -------------- */
.tutorial_overlay_button {
    height: 100%;
}

.tutorial_overlay_button button {
    width: 100%;
}