.navbar-brand {
    padding: 8px 20px;
}
.app-user .media-left{
    padding-top: 0;
}
.navbar-toolbar > li > a {
    height: 80px;
    text-align: center;
}
.navbar-toolbar > li.current > a {
    background-color: rgba(255, 255, 255, 0.07);
}
.menubar.light .app-menu li.current{
    background-color: rgba(237, 240, 245, 0.5);
}
.theme-primary .menubar .app-menu li.current a {
    color: #433df2;
}
.app-footer .copyright {
    float: none;
}
.pace .pace-progress {
    background: #5c73f2;
}
body.simple-page {
    background-color: #433df2;
}
.btn-primary:hover {
    color: #fff;
    background-color: #5c73f2;
    border-color: #5c73f2;
}
.dataTables_length {
    display: block;
    float: left;
}
.dt-buttons.btn-group {
    display: block;
    float: right;
    width: 125px;
}
.dt-buttons {
    margin: 0;
}
a{
    color:#5c73f2;
}
a:hover, a:focus {
    color: #433df2;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #5c73f2;
    border-color: #5c73f2;
}
.pagination > li > a, .pagination > li > span {
    color: #5c73f2;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    color: #5c73f2;
}
.overflow-scroll{
    overflow: scroll;
}
.sIcon{
    margin: 0 5px;
}
.uk-display-block{
    display: block;
}
#form-products .form-control{
    min-width: auto;
    width: 100%;
}
#form-products .element{
    margin-bottom: 10px;
}
.search-table{
    cursor: pointer;
}
.invoiceProduct, .noteProduct, .expenseInvoice{
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
}
.invoiceProduct .delElement, .noteProduct .delElement, .expenseInvoice .delElement{
    position: absolute;
    top:25%;
    right:5px;
}
.dropdown .current a{
    background-color: #f5f7f9;
}
.sup-number{
    margin-left: -4px;
}
.pagar{
    background-color: #ccf5e3;
}
@media (min-width: 768px){
    body.menubar-top .app-user {
        height: 80px;
        float: right;
        width: 140px;
    }
    #menubar{
        display: none;
    }
    body.menubar-top {
        padding-top: 80px;
    }
    .navbar-brand{
        padding: 18px 20px;
        height: 80px;
    }
}
@media (min-width: 992px){
    .panel-pedido.abierto .panel-body{
        height: 280px;
        overflow: scroll;
    }
    .panel-pedido .panel-title{
        height: 35px;
        overflow: scroll;
    }
}

@media (min-width: 1025px){
    .dataTables_length {
        display: inline-block;
        float: left;
    }
    .dt-buttons.btn-group {
        display: block;
        margin: 0 auto;
        width: 125px;
        float: none;
    }
}