
.newpage {
    padding: 3px 7px;
    border-radius: 5px;
    background: lightsteelblue;
    border: none;
    margin-bottom: 5px;
}

.dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: #fff;
    content: '';
}

.dropdown-menu>li {
    cursor: pointer;
}

.dropdown-menu>li>a:hover {
    background: cornflowerblue;
}

.inserted {
    color: cornflowerblue !important;
}

.strike {
    /*   text-decoration: line-through;*/
    color: #e2e2e2 !important;
}

.deleted {
    color: lightcoral !important;
}

.nav_memue>li>a:hover {
    color: black;
}
.nav_memue>li>a.strike:hover {
    text-decoration: line-through;
}
.nav_memue>li>a.strike:focus {
    text-decoration: line-through;
}

.ewobtnclose {
    border: none;
    padding: 4px 10px;
    background: #e2e2e2;
    color: #555;
}

.ewobtnsave {
    background: cornflowerblue;
    border: none;
    padding: 4px 10px;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.legendmain {
    float: right;
    margin-top: 5px;
}

.legend {
    padding: 1px 10px;
    border: none;
    color: #fff;
    font-size: 11px;
}

.link {
    padding: 0px;
    text-align: center;
    cursor: pointer;
}

.link.setlink {
    color: cornflowerblue !important;
}