body {
    font-family: 'Inter', sans-serif !important;
}

.c-sidebar {
    background-color: #006539 !important;
    width: 215px !important;
}

.c-wrapper {
    margin-left: 216px !important;
}

.c-app {
    /*background-color: #f7f7f7 !important;*/
}

/*
 * Kassa's
 */
.icon {
    border-radius: 200px;
    padding: 13px;
    font-size: 19pt;
    width: 65px;
}

.icon-online {
    border: 6px solid green;
}

.icon-offline {
    border: 6px solid #e82b2b;
}

.icon-danger {
    background-color: #ff00003d;
    padding: 53px;
    padding-right: 53px;
    margin: -12px !important;
    height: 75px;
    width: 80px;
    font-size: 17pt;
    color: red;
    border-left: red solid 6px;

}

.icon-success {
    background-color: #a3e2a3;
    padding: 53px;
    padding-right: 53px;
    margin: -12px !important;
    height: 75px;
    width: 80px;
    font-size: 17pt;
    color: green;
    border-left: green solid 6px;

}

/* Tabs Instellingen */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 15%;
    float: left;
    height: 100%;
}

.tab label {
    width: auto;
}

.tablinks {
    float: none !important;
}

.tab div {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab div:hover {
    background-color: #ddd;
}

.tab div.active {
    background-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 12px 12px;
    height: 500px;
    width: 85%;
    float: left;
    border-top: 1px solid #ccc;
}

.voorraad-plus {
    background-color: rgba(0, 128, 0, 0.32) !important;
    text-align: center;
}

.voorraad-min {
    background-color: rgba(255, 0, 0, 0.32) !important;
    text-align: center;
}

/* Bonnen */
.card-bon {
    margin: 5px;
    width: 300px !important;
    float: left !important;
    height: 400px !important;
}

.card-bon .card-header {
    text-align: center !important;
}

.card-bon .card-body {
    overflow: auto !important;
}

.backgroundRed {
    background: #F00;
}

#bonnen {
    -webkit-transition: background 1.0s ease-in-out;
    -ms-transition: background 1.0s ease-in-out;
    transition: background 1.0s ease-in-out;
}

.device {
    border: 1px solid lightgray;
    border-radius: 10px;
    height: 52px;
    background-color: white;
    width: 350px;
    float: left;
    margin: 5px;
}

.device-icon {
    float: left;
    background-color: lightgray;
    padding: 11px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 48px;
    text-align: center;
    font-size: 14pt;
}

.device-body {
    padding-left: 55px;
    padding-top: 3px;
}

.device-delete {
    color: red;
    float: right;
    font-size: 14pt;
    margin-right: 10px;
    margin-top: -10px;
}

.pagination-input {
    width: auto;
    height: 38px;
    text-align: center;
    border: 1px solid lightgrey;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.link {
    color: dodgerblue !important;
    margin: 0 !important;
}

.link:hover {
    text-decoration: underline;
}

.mix-and-match-zin {
    margin: 7px;
    float: left !important;
}

.table-bon {
    width: 300px !important;
    float: left;
    margin: 5px;
    background-color: white !important;
    border-radius: 10px !important;
}

.table-bon tr {
    border: none !important;
    background: white;
}

.table-bon td, .table-bon th {
    border: none !important;
}


.rotate {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.btn-pos {
    border: 1px solid lightgray !important;
}


/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    /*border-top: none;*/
    z-index: 99;
    top: 34px;
    left: 16px;
    right: 0;
    width: 80%;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.bg-success {
    background-color: rgba(0, 128, 0, 0.32) !important;
}

.bg-danger {
    background-color: rgba(255, 0, 0, 0.32) !important;
}

.drag-drop-list div[draggable="true"] {
    list-style-type: none;
    padding: 6px;
    border: solid rgba(71, 189, 226, 0.33) 1px;
    color: black;
}

.bg-blue {
    background-color: rgba(100, 192, 238, 0.44) !important;
}

.search-bar {
    padding-right: 14px;
    padding-left: 14px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.search-bar > .col-lg {
    padding-right: 3px;
}

.search-bar .col-lg:first-child {
    padding-left: 0 !important;
}

.pagination-status {
    width: 15%;
    float: left;
    text-align: center;
}

.pagination-status i {
    padding-top: 13px !important;
}

.page-link {
    color: #321fdb !important;
}

.active > .page-link {
    color: white !important;
}

.label-action {
    float: right;
    color: dodgerblue;
    cursor: pointer;
}

.label-action:hover {
    color: #118bff;
}

.multi-edit-label {
    width: 206px;
    padding-top: 12px;
    color: green;
    text-align: right;
    padding-right: 25px;
}

td, th{
    word-break: keep-all !important;
}