﻿#btnShowPanelTabla, #form-sucursal, #btnAlmacenar, #opciones, #menuOpciones {
    display: none;
}

.panel-tools button {
    margin-left: 5px;
}

#tblSucursal tbody tr {
    cursor: pointer;
}
 
#settings {
    top: 13%;
}

    #settings button {
        top: 61%;
    }

.action i {
    cursor: pointer;
}

    .action i.fa-save, .action i.fa-ban {
        margin-top: 10px;
    }

span[data-param] {
    display: block;
    width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.aTabs {
    text-decoration: none;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    margin: 0 0 0 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #646e7a;
    font-size: 12px;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
}

    .aTabs:hover {
        background-color: #0077ff;
        color: #fff !important;
    }

a.activeli {
    background-color: #0077ff;
    color: #fff;
}

ul li {
    list-style-type: none;
}

.panel-tabs, .tabbable {
    background-color: #ffffff !important;
}

.borderli {
    list-style-position: inside;
    border: 1px solid black;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 5em;
}

.tab-content > div {
    display: none;
}

    .tab-content > div.active {
        display: block;
    }

.owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
}

    .owl-nav [class*="owl-"] {
        position: absolute;
        background: none;
        color: black;
    }

        .owl-nav [class*="owl-"]:hover {
            background: none;
            color: black;
        }

    .owl-nav .owl-next {
        right: 0;
        transform: translate(120%);
        margin: 10px 45px 10px 0px;
    }

    .owl-nav .owl-prev {
        left: 0;
        transform: translate(-120%);
        margin: 10px 10px 10px -5px;
    }

.owl-carousel {
    list-style-type: none;
    padding-left: 10px;
    padding-right: 10px;
    margin: 20px;
    position: relative;
    max-width: 100%;
}

    .owl-carousel .owl-stage-outer {
        margin: 10px 30px 10px 1px !important;
    }

.tableParametros tr td {
    width: 50%;
}

.tableParametros thead.clickable {
    cursor: pointer;
}

.tableParametros thead tr th h4::after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114";
    float: right;
    color: grey;
}

.tableParametros thead.collapsed tr th h4::after {
    /* symbol for "collapsed" panels */
    content: "\e080";
}

.tableParametros thead tr th {
    padding-top: 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #CCC;
    color: #FFF;
}

.inputfile {
    max-width: 100%;
}

/*TREE VIEW SERVICIOS*/

ul.service-treeview {
    list-style: none;
    padding: 0px 0px 0px 20px;
}

    ul.service-treeview .inner_ul li:before {
        content: "├";
        font-size: 18px;
        margin-left: -11px;
        margin-top: -5px;
        vertical-align: middle;
        float: left;
        width: 8px;
        color: #41424e;
    }

    ul.service-treeview .inner_ul li:last-child:before {
        content: "└";
    }

.inner_ul {
    list-style: none;
    padding: 0px 0px 0px 12px;
}

    span.default-font-span:empty::before {
        content: 'Fuente por defecto';
        display: inline-block;
    }