/*! 
 Use this to hide controls   
 */
.hidden-item {
    visibility: hidden;
}

/*! 
 Use this to make checkboxes a little darker (default is too light)
 */
.k-checkbox {
    border-color: rgba(0, 0, 0, 0.75);
}

.nonprodBackground {
    background-color: cyan
}

.prodBackground {
    background-color: white
}

.linkColor {
    color: blue
}

