﻿div.nav.right.display div.item.list {
    left: -40px;
    /*background-image: url("images/icon_arrowback.png");*/
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
}
div.nav.right.display {
    /*background: none repeat scroll 0 0 hsl(0, 0%, 85%);*/
    /*border-left: 4px solid hsl(0, 0%, 60%);*/
    background: none repeat scroll 0 0 hsla(210.3, 53%, 42.5%, 0.44);
    border-left: 4px solid hsl(23.2, 90.9%, 52.5%);
}
div.nav div.kSF_txtContMenu {
    display: none;
}
div.nav.right li a span.hotkey {
    background-color: #fff;
    border: 1px solid;
    float: right;
    font-size: 8px;
    font-weight: bold;
    line-height: 8px;
    padding: 5px;
    width: 20px;
    height: 20px;
    font-family: Poppins SemiBold;
}
div.nav.right div.item.list {
   /* background-image: url("images/icon_menuconf.png");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    /*border-left: 4px solid hsl(0, 0%, 60%);*/
    border-left: 4px solid hsl(23.2, 90.9%, 52.5%);
    border-right: none;
    left: -4px;
    width: 40px;
    float: right;
}
div.nav.right {
    /*background: none repeat scroll 0 0 hsl(0, 0%, 85%);*/
    /*border-left: 4px solid hsl(0, 0%, 60%);*/
    background: none repeat scroll 0 0 hsl(210.3, 53%, 42.5%);
    border-left: 4px solid hsl(23.2, 90.9%, 52.5%);
    border-right: medium none;
    position: relative;
    min-width: 40px;
    width:40px;
    float: right;
    height: 100%;
}
div.hide {
    display: none !important;
}
.kSF_MenuCont span {
    border-bottom: 1px solid hsl(0, 0%, 65%);
    color: hsl(0, 0%, 27%);
    display: block;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 40px;
    text-transform: none;
    width: 100%;
    overflow: hidden;
}
.kSF_MenuCont :hover {
    background-color:#e3e3e3;   
}
.kSF_MenuCont a {
    cursor: pointer;
}
hover:.kSF_MenuCont > li {
    background-color:Red;
}
div.nav.right ul li img {
    display: block;
}
ul.kSF_MenuCont img {
    height: 20px;
    margin: 10px;
    position: absolute;
    width: 20px;
}

div.kFormMenu.display div.kSF_closeOptions i.fas
{
    padding-left: 0.4em;
}

div.nav.display div.option-text > a.option-lbl
{
    font-size: 100%;
}

/*.dataTables_scrollBody
{
    height: auto !important;
}*/