﻿.row.content {
    padding-top: 55px;
    height: 900px;
}

.sidenav {
    padding-top: 10px;
    background-color: #f1f1f1;
    height: 100%;
}

/*.nav-pills li a:hover{
    background-color: green;
}

.nav-pills li a:focus{
    background-color: red;
}

.nav-pills li a:active{
    background-color: blue;
}*/

.eo-treegrid-caret,
.eo-treegrid-text {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    text-overflow: ellipsis;
}

.eo-td-wrap {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis {
    position: relative;
}

    .ellipsis:before {
        content: '&nbsp;';
        visibility: hidden;
    }

    .ellipsis span {
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;      
    }


/* Main Menu*/

.btnmenu {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    background-color: transparent;
    border-color: transparent;
}

    .btnmenu:focus,
    .btnmenu:hover {
        /*color: #262626;*/
        text-decoration: underline;
        /*background-color: #f5f5f5;*/
        /*font-weight:bold;*/
    }

.btn-add {
    width: 120px;
}


.table-last-col-sticky th:last-child,.table-last-col-sticky td:last-child {
    position: sticky;
    right: 0;
    background-color:white;
    background-clip:padding-box;
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 60px; 
    background-color: #f5f5f5;
}