﻿.ws-context-menu {
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.3), 0 0 0 1px #eee;
    box-shadow: 0 10px 20px rgba(0,0,0,.3), 0 0 0 1px #eee;
    padding: 5px 0;
    border-radius: .25rem;
    font-weight: normal;
    font-size: medium;
}

.k-menu-item {
    border-width: 1px !important;
    border-style: solid;
    border-color: white;
}

    .k-menu-item:hover {
        border-color: #FFCC66;
        background-color: #f6f6f6;
        border-width: 1px;
        border-style: solid;
    }

.ws-context-menu-list {
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
    border-radius: .25rem;
}

.ws-context-menu-item-with-submenu {
    min-width: 250px;
    padding: 6px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    border-radius: .25rem;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}

.ws-context-menu-item {
    height: 44px;
    min-width: 120px;
    padding: 6px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    border-radius: .25rem;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}

    .ws-context-menu-item:hover {
        border-color: #FFCC66;
        background-color: #f6f6f6;
        border-width: 1px;
        border-style: solid;
    }

.ws-context-menu-item-disabled {
    min-width: 120px;
    padding: 6px;
    text-align: left;
    white-space: nowrap;
    position: relative;
    cursor: not-allowed;
    opacity: 0.6;
}
