.nav-pills .nav-link {
    border: none;
    padding: 0.5rem 1rem;
}

.nav-pills {
    border-bottom: none;
}

.form-check-input {
    position: relative;
    margin-right: 5px;
    margin-left: unset !important;
}

.tab-content {
    border: none !important;
    padding: 1rem 0 !important;
    text-align: left;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border: 1px solid;
    border-color: #ebedf2 #ebedf2 #ffffff;
}
.form-check .form-check-label input {
    position: relative;
    opacity: 1;
}
.form-check .form-check-label {
    margin-left: 5px;
}
.nav-tabs .nav-link {
    border: none;
    background: #fdfdfd !important;
}
ul#mainTabs {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.btn-secondary, .wizard > .actions .disabled a {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #d3d3d3;
}
.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    color: #4b49ac;
}
select.form-control, select.asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row select, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
    color: #454545;
}
.custom-file-label {
    height: 46px;
    padding: 0.6rem 0.75rem;
}
.custom-file-label::after {
    height: 46px;
    padding: 0.6rem 0.75rem;
}
.text-file {
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    margin-bottom: 2px;
}
.form-group label {
    margin-bottom: 0 !important;
}
.dropdown .dropdown-menu {
    border-radius: 10px;
    border-color: #ededed;
    margin-top: 6px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #00274C;
}
.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td {
    padding: 0.6rem 0.2rem;
}

.nav span.badge.badge-secondary {
    background: #4B49AC;
    color: #fff;
}

#productList .card {
    overflow: hidden;
}

#productList .card div.mt-auto {
    padding-left: 10px;
}

.modal .modal-dialog .modal-content .modal-header {
    padding: 15px 26px;
}

.modal .modal-dialog .modal-content .modal-header .close span {
    font-size: 25px;
    font-weight: 600;
}

.modal-header .close {
    margin: -20px -26px -25px auto;
}

.modal .modal-dialog {
    margin-top: 10px;
}

button[title="Comprobar VIES"] {
    display: none;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + .75rem + 8px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
    line-height: calc(1.5em + .75rem + 6px) !important;
}

.card {
    overflow: hidden;
}

form[name="salesForm"],
form[name="purchasesForm"] {
    font-size: 10.5pt;
}

.sysversion {
    position: fixed;
    bottom: 5px;
    left: 5px;
    font-size: 10px;
    color: #ccc;
    font-style: oblique;
}