/*------------------------------------------------------------------------------------------------------------------------------------------
    DELAY
------------------------------------------------------------------------------------------------------------------------------------------*/
.slicesDelayValue {
    /*height: inherit;*/
    position: relative;
}

.slicesDelayTopDiv {
    /*margin: auto;*/
    /*margin: 2px 0 5px 2px;*/
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.slicesDelayValueInput {
    width: 96% ; /* calc(100% - 4px); */
    text-align: center;
    padding: 0;
}


.slicesDelayValueTypeInput {
    /*clear: both;*/
    white-space: normal;
}


.slicesDelayBottomDiv {
    clear: both;
}

.slicesDelayEnabled, .slicesDelayEnabledText {
    height: 25px;
}

.slicesDelayEnabled {
    margin-bottom: 0px;
    border-radius: var(--border-radius);
    border: none;
    float: left;
    color: white;
}