﻿.panel-tools button {
    margin-left: 5px;
}

ul li {
    list-style-type: none;
}

.btn-border-right {
    border-right: 1px solid white !important;
}

.btn-border-left {
    border-left: 1px solid white !important;
}

.input-group {
    margin-bottom: 15px;
}

/*Panel Busqueda*/
#divBusquedaMenu {
    display: none;
    background: #e4e4e5 !important;
    padding: 10px;
    margin-bottom: 1rem;
}

#divCerrarBusquedaMenu {
    font-size: 15px;
}

#divBtnBuscarMenu {
    margin-top: 2px;
}

/*EDITOR*/
.input-group-addon {
    background-color: #0077ff !important;
    color: #ffffff;
}

.inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputfile + label {
        font-size: 1.25em;
        font-weight: 700;
        color: white;
        background-color: #0077ff;
        display: inline-block;
        padding: 5px;
        border-radius: 2px;
    }

        inputfile:focus + label, .inputfile + label:hover {
            background-color: #1FBBA6;
        }

    .inputfile + label {
        cursor: pointer; /* "hand" cursor */
    }

    .inputfile:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

    .inputfile + label * {
        pointer-events: none;
    }

.js .inputfile {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.no-js .inputfile + label {
    display: none;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

/*ARBOL MENU*/
*, *::after, *::before {
    box-sizing: border-box;
}

body, html {
    min-height: 100%;
}

.scrollable {
    background: #f5f5f5;
    border: 1px solid #ddd;
    height: 400px;
    overflow-y: auto;
}

    .scrollable::-webkit-scrollbar {
        width: 7px;
    }

    .scrollable::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.4);
        border-radius: 10rem;
    }

    .scrollable::-webkit-scrollbar-track {
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 10rem;
    }

    .scrollable::-webkit-scrollbar-track-piece:start {
        background: transparent;
    }

    .scrollable::-webkit-scrollbar-track-piece:end {
        background: transparent;
    }

.properties-menu-item {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 1em;
    min-height: 320px;
}

    .properties-menu-item.hidden {
        display: none;
    }

    .properties-menu-item .row-props-selector {
        margin: 1.5em 0;
    }

        .properties-menu-item .row-props-selector button {
            width: 100%;
        }

i.tree-expander {
    cursor: pointer;
}

#treeMenu {
    margin-top: 10px;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background: rgba(0, 0, 0, 0.1);
    font-weight: bold;
    text-shadow: none;
}

ul.jqtree-tree li.jqtree_common {
    padding: 0.25em;
}

.jqtree-title {
    color: #5b5b60;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 4px;
}

ul.jqtree-tree .jqtree-toggler {
    color: #5b5b60;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 0px;
}

input.node-name {
    font-weight: normal;
}