body {
    background-color: #f5f8fa;
}

.pointer:hover {
    cursor: pointer;
}

.navbar {
    background-color: #FFF;
    border-bottom:1px solid #d3e0e9;
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0.6rem 1rem;
    border-right:1px solid #d3e0e9;
}
.navbar-light .navbar-nav .nav-link.no-border {
    border-right:none;
}
.card-producto {
    font-size:80%;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.card-producto .card-header {
    padding:4px;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    overflow: hidden;
    height: 46px;
}
.card-producto:hover {
    border-color:#CCC;
}
.card-producto:hover .card-header {
    border-color:#CCC;
}
.card-producto:active {
    border-color:#AAA;
}
.card-producto:active .card-header {
    border-color:#AAA;
}


.card-venta {

}

.list-group-venta {
    font-size: 80%;
}

.list-group-venta li {
    padding:4px 4px 4px 8px;
}

.list-group-venta li:first-child{
    border-top:none;
}


th a {
    display: block;
    background-repeat: no-repeat;
    background-position: center right;
}

th a.sortable {
    background-image: url('../img/sort.png');
}
th a.asc {
    background-image: url('../img/sort_asc.png');
}
th a.desc {
    background-image: url('../img/sort_desc.png');
}

.well {
    box-shadow: none;
    border-radius: 0;
}
.well h2{
    margin:0 0 20px 0;
    font-size: 135%;
    border-bottom: 1px solid #E3E3E3;
    font-weight: bold;
    padding-bottom: 10px;
}

.table-bordered {
    border-color: #e3e3e3;
}

.el-checkbox {
    margin-bottom:0;
}

.afecta-stock .el-checkbox__inner {
    width:16px;
    height:16px;
}
.afecta-stock .el-checkbox__label {
    font-size:12px;
}

.afecta-stock .el-checkbox__inner::after {
    height: 6px;
    left:4px;
}

.select-funcionario {
    width: 100%;
}
.el-select-dropdown__item .saldo{
    float: right;
    color: #8492a6;
    font-size: 13px
}
.el-select-dropdown__item.selected .saldo{
    color: #F2F2F2;
}