﻿.toolbar-icon {
    height: 30px;
    width: 30px;
    padding: 5px;
}

.table {
    text-align: center;
}

    .table table {
        width: 100% !important;
    }

.html-editor {
    position: absolute;
    width: 80vw;
    height: 80vh;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

#treeView {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    margin-left: 15px;
    padding: 15px;
    transition: 0.2s ease-in-out;
}

    #treeView:hover {
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.09);
        transition: 0.2s ease-in-out;
    }

.dxTree * {
    border-radius: 0px !important;
    text-align: left !important;
}

.dxTree .nav-link {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 15px !important;
}

.dxTree .nav-pills {
    margin-left: 5px !important;
}

#dxToolbar .dropdown-item {
    box-shadow: none !important;
    border-radius: 0px;
    font-size: 12px !important;
    margin-top: 2px;
}

#dxToolbar .dxbs-toolbar-btn, #dxToolbar button {
    font-size: 12px !important;
}

    #dxToolbar button .image {
        font-size: 12px !important;
        top: -1px;
    }

.dxbs-toolbar .dropdown-item.active, #dxToolbar .dropdown-item.active {
    box-shadow: none !important;
    color: white !important;
}


#treeView, #treeView * {
    font-size: 14px;
}

    #treeView .nav-link.active {
        background-color: rgba(0, 0, 0, 0.10) !important;
        box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.09);
        color: rgb(60, 72, 88);
    }

    #treeView .tree-ico {
        font-size: 16px;
    }

    #treeView ul {
        padding-right: 0px !important;
    }

    #treeView .nav-link {
        padding-bottom: 3px !important;
        padding-top: 3px !important;
    }

        #treeView .nav-link > .tree-ico {
            opacity: 0;
            padding-left: 10px;
            transition: 0.2s ease-in-out;
            top: -1px;
        }

        #treeView .nav-link:hover > .tree-ico {
            opacity: 1;
            transition: 0.2s ease-in-out;
        }

.tree-ico.oi-trash:hover {
    color: #f44336;
}

.tree-ico.oi-plus:hover {
    color: #4caf50;
}


#ContextMenu {
    opacity: 1 !important;
    z-index: 1000000 !important;
    min-height: 100px !important;
}
