#dashboard_fullscreen {
    z-index: 1;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    height: 100%;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;

    background-color: #131313;

    flex-grow: 1;
}

#dashboard_left_box {

    z-index: 4;
    position: relative;

    height: 100%;
    width: 400px;

    padding: 10px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    box-sizing: border-box;

    background-color: #1b1b1b;

    flex-grow: 0;
    flex-shrink: 0;

}

.dashboard_control_button {

    z-index: 6;
    position: relative;

    min-height: 0px;
    width: 100%;

    padding: 15px; 
    margin-bottom: 10px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;

    background-color: #292929;
    border-radius: 5px;

    flex-grow: 0;
    flex-shrink: 0;
}

.dashboard_control_button:hover {
    cursor: pointer;
    filter: brightness(1.2);
}

#dashboard_button_manuell_next { background-color: #22539c; }
#dashboard_button_delete_all { background-color: #9c2222; }

.dashboard_control_button--icon {
    z-index: 6;
    position: relative;

    margin-right: 10px;

    height: 24px;
    width: 24px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;

    flex-grow: 0;
    flex-shrink: 0;

}

.dashboard_control_button--text {
    z-index: 4;
    position: relative;

    height: 100%;
    width: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    box-sizing: border-box;


    flex-grow: 0;
    flex-shrink: 0;

    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    text-align: center;
}

#dashboard_right_box {

    z-index: 4;
    position: relative;

    height: 100%;
    width: auto;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 10px;

    margin-left: 10px;

    background-color: #1b1b1b;

    flex-grow: 1;
    flex-shrink: 0;
    
}

#dashboard_progress_box {

    z-index: 4;
    position: relative;
    overflow: hidden;

    padding: 20px;

    left: 0;

    min-height: 0px;
    width: 100%;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    box-sizing: border-box;

    flex-grow: 0;
    flex-shrink: 0;

    background-color: #242424;
    border-radius: 5px;

}

.dashboard_progress_container {

    z-index: 4;
    position: relative;

    padding: 10px;

    min-height: 0px;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;

    flex-grow: 1;
    flex-shrink: 0;
      
}

#dashboard_progress_container_main {
    color: #4d4d4d !important;
    margin-bottom: 10px;

    background-color: transparent;
}

.dashboard_progress_container:nth-child(even) { background-color: #161616; }
.dashboard_progress_container:nth-child(odd) { background-color: rgb(31, 31, 31); }

.dashboard_progress_id {

    z-index: 4;
    position: relative;

    padding: 10px;

    min-height: 100%;
    width: 60px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    box-sizing: border-box;

    flex-grow: 0;
    flex-shrink: 0;

    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
      
}

.dashboard_progress_delay_int {

    z-index: 4;
    position: relative;

    padding: 10px;

    min-height: 100%;
    width: 150px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    box-sizing: border-box;

    flex-grow: 0;
    flex-shrink: 0;

    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    text-align: center;
   
}

.dashboard_progress_command_id {

    z-index: 4;
    position: relative;

    padding: 10px;

    min-height: 100%;
    width: auto;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;

    flex-grow: 1;
    flex-shrink: 1;

    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    text-align: left;
      
}


.dashboard_progress_main_integer {

    z-index: 4;
    position: relative;

    padding: 10px;

    min-height: 100%;
    width: 150px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;

    flex-grow: 0;
    flex-shrink: 0;

    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    text-align: left;
      
}

.dashboard_progress_source_name {

    z-index: 4;
    position: relative;

    padding: 10px;

    min-height: 100%;
    width: 250px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;

    flex-grow: 0;
    flex-shrink: 0;

    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    text-align: left;
    
}

.dashboard_progress_source_target {

    z-index: 4;
    position: relative;

    padding: 10px;

    min-height: 100%;
    width: 250px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;

    flex-grow: 0;
    flex-shrink: 0;

    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Ubuntu", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    text-align: left;
    
}

