
.cursor-not-allowed {
    cursor: not-allowed !important;
}

.stepper-item.blocked .stepper-icon {
    background-color: #e4e7eb !important;
}
.stepper-item.blocked .stepper-number {
    color: #9cadb7 !important;
}

.vertical-border-in-middle-1px-black {
    background: linear-gradient(#000, #000) no-repeat center/1px 100%;
}

.vertical-border-in-middle-1px-green {
    background: linear-gradient(#00ff00, #00ff00) no-repeat center/1px 100%;
}

.vertical-border-in-middle-1px-red {
    background: linear-gradient(#ff0000, #ff0000) no-repeat center/1px 100%;
}


/* Right align numeric textbox inputs */
.right-aligned-numeric-text-box .k-input-inner {
    text-align: right;
}

/* Min height for the grid to show loading state */
.k-grid-content {
    min-height: 200px;
}

.twp {
  font-size: 15px;
}
