@font-face{
	font-family:"barCode";
        src: url(/fonts/BarcodeFont.ttf?e47f71183b3fe4d328bf0cefbb411b08)  format("truetype");
}
.font-barcode {
    font-family: 'barCode' !important;
}

.btn.disabled {
    cursor: not-allowed !important;
}



.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    box-shadow: none;
    background-color: white;
    z-index: 99997;
}

form {
    margin: 0px;
}

/* style corrections for the main template */

/* Nav */
.slide .side-menu__item .las {
    font-size: 22px;
    margin-right: 5px;
}

/* Search datatable */
.dataTables_wrapper .dataTables_filter input {
    line-height: inherit;
    padding: 10px;
    margin-left: 5px;
}

/* results amount */
.dataTables_wrapper .dataTables_length select {
    border-color: #ededf5!important;
    border-radius: 3px;
    height: 32px;
    background-color: white;
}

/* pagination */
.dataTables_paginate.paging_simple_numbers span a {
    padding: 0.5rem 0.75rem !important;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ededf5 !important;
    border-radius: 4px !important;
    margin-right: 4px !important;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: transparent;
    border: 0;
    border-radius: 1px;
    margin: 0;
    padding: 0;
    transition: all .2s ease-in-out;
    background-color: #f9f9fb;
    border: 1px solid #ededf5;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
}
.dataTables_paginate .pagination .page-link {
    background-color: #f9f9fb;
    border: 1px solid #ededf5;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 4px;
    background-color: #f9f9fb;
    border: 1px solid #ededf5;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background-color: #f9f9fb;
    border: 1px solid #ededf5;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
}

