﻿.ctw-primary {
    color: #1B61B6;
}

.ctw-secondary {
    color: #192D4E;
}

html {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: auto;
}

textarea {
    border-color: lightgrey;
    outline: none !important;
}

#app {
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #192D4E;
    text-decoration: none !important;
    outline: none !important;
    border: none !important
}

.nav-pills .active {
    background-color: #1B61B6 !important;
}

.btn-primary {
    background-color: #1B61B6 !important;
    border: 1px solid #000000 !important;
}

    .btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
        background-color: #1B61B6 !important;
        border: 1px solid #000000 !important;
    }

.btn-primary2 {
    background-color: #192D4E !important;
    border: 1px solid #000000 !important;
    color: white;
}

    .btn-primary2:focus, .btn-primary2:hover, .btn-primary2:active, .btn-primary2:visited {
        background-color: #192D4E !important;
        border: 1px solid #000000 !important;
        color: white;
    }

textarea:focus,
datalist:focus,
select:focus,
input[type="list"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.form-control:focus {
    border-color: #1B61B6 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1B61B6 !important;
    outline: 1px !important;
}

.form-control input:focus {
    border-color: #1B61B6 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1B61B6 !important;
    outline: 0 none !important;
}

input[type='checkbox'] {
    transform: scale(1.5);
    accent-color: #1B61B6;
    margin-left: 0.3rem;
}

    input[type='checkbox']:disabled:checked, input[type='checkbox']:read-only:checked,
    input[type='checkbox']:disabled:checked::after, input[type='checkbox']:read-only:checked::after {
        background-color: #1B61B6 !important;
        accent-color: #1B61B6;
        cursor: pointer;
    }

.form-group {
    margin-bottom: 0.5rem;
    text-align: start;
}

.link {
    color: #192D4E;
    text-decoration: none;
}

.tickets-middle-menu-bar {
    margin-top: 1rem !important;
    width: 100%;
}

.modal-body {
    padding: 10px;
}

.clickable {
    cursor: pointer;
}

#clickable {
    cursor: pointer;
}

.error {
    color: red;
}

.success {
    color: green;
}

.dropdown-menu {
    display: block;
    position: absolute;
    inset: auto auto 0px 0px;
    margin: 0px;
    transform: translate(0px, -38px);
}

.ticket-item {
    flex-flow: column;
}

.ticket-afgerond {
    border: 1px solid #1BBC9B;
/*    padding-right: 0;*/
}

.ticket-bezig {
    border: 1px solid #1B61B6;
}

.ticket-afgekeurd {
    border: 1px solid #ff0000;
}

.ticket-retour {
    border: 1px solid #ff6a00;
}

.aantal-tickets {
    padding-top: 1.4rem;
}

.history-item-dark {
    border-bottom: 1px solid #192D4E;
}

.voorraad-table .table>:not(caption)>*>* {
    padding: 0;
}

.werkkast-grey {
    background-color: whitesmoke !important;
}

.werkkast-date-column {
    width: 1rem;
}

.werkkast-voorraadtype-column {
    width: 0.1rem;
}

.werkkast-ticket-column {
    width: 1rem;
}

.werkkast-locatie-column {
    width: 0.5rem;
}

.voorraad-table {
    padding: 1rem;
}

.scroller1, .scroller2 {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
}

.table-dashboard th {
    color: #192D4E;
}

.filter-option {
    width: 10rem;
}

.products-list-group-item {
    word-break: break-word !important;
}

.approved-border {
    border: 1px solid #1BBC9B;
}

.default-border {
    border: 1px solid #1B61B6;
}

.rejected-border {
    border: 1px solid #ff0000;
}

.items-amount-button {
    padding-top: 1.4rem;
}

.select-all-option {
    padding-left: 31px;
}

.items-middle-menu-bar {
    margin-top: 1rem !important;
    width: 100%;
}

.view-item {
    flex-flow: column;
}

.red {
    color: red;
}

@media only screen and (min-width: 885px) {
    .ticket-item {
        flex-flow: row;
    }

    .view-item {
        flex-flow: row;
    }

    .d-border-secondary {
        border: dashed 2px #192D4E;
        border-radius: 3%;
    }

    .d-border-primary {
        border: dashed 2px #1B61B6;
        border-radius: 3%;
    }
}

@media only screen and (max-width: 767px) {
    .products-list-group-item {
        width: 12rem;
    }
}