@charset "UTF-8";

@media all and (max-width:768px) {
    .resp-column {
        padding-left: 10px!important;
    }
}
.LSlide-display-backoff .manage-column {
    width: 25%;
}
.LSlide-display-backoff .check-column span {
    height: 25px;
    width: 25px;
    margin: 0 0 8px 8px;
}
.LSlide-display-backoff .form-add-SLide {
    display: none
}
.LSlide-display-backoff .form-add-SLide .submit-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.LSlide-display-backoff .form-add-SLide .options-td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.LSlide-display-backoff .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.LSlide-display-backoff .btn-add {
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.LSlide-display-backoff .btn-submit {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.LSlide-display-backoff .btn-cancel {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.LSlide-display-backoff input[class^=show-update_], .LSlide-display-backoff div[class^=show-update_] {
    display: none;
}
.LSlide-display-backoff input[type="number"]::-webkit-outer-spin-button,
.LSlide-display-backoff input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.LSlide-display-backoff input[type="number"] {
    -moz-appearance: textfield;
}
.LSlide-display-backoff input::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button;
    display: inline-block;
    cursor: default;
    flex: 0 0 auto;
    align-self: stretch;
    -webkit-user-select: none;
    opacity: 0;
    pointer-events: none;
    -webkit-user-modify: read-only;
}
