/*
    Licht groen: 1BBC9B     --> rgb 27, 188, 155
    Donker blauw: 2D3E50    --> rgb 45, 62, 80
    SideBar lichtblauw: A0FFF7
    */

html {
    height: 100%;
    font-family: Verdana !important;
    scroll-behavior: smooth;
    overflow: auto;
}

body, html {
    margin: 0 !important;
    padding: 0 !important;
}
* {
    box-sizing: border-box !important;
}

.hidden {
    display: none !important;
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.engiware-logo-home {
    width: 20em;
}

.top-row {
    height: 3.5rem;
    display: block !important;
}

.top-row ::deep a,
.top-row ::deep .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

.top-row ::deep a:hover,
.top-row ::deep .btn-link:hover {
    text-decoration: underline;
}

.top-row ::deep a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-row:not(.auth) {
    display: none;
}

.top-row ::deep a, .top-row ::deep .btn-link {
    margin-left: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(27,188,155, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border: 1px solid rgb(27, 188, 155) !important;
    outline: 0 !important;
}

.navbar-toggle {
    border: 1px solid rgb(27, 188, 155) !important;
    outline: 0 !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f00; /* Changes regular toggle color */
}

.navbar-toggler {
    border: 1px solid rgb(27, 188, 155) !important;
    outline: 0 !important;
    margin: 0;
    display: block;
}

    .navbar-toggler:focus,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        outline: none;
        box-shadow: none;
    }
    .navbar .container-fluid{
        display: flex;
        flex-flow: row;
    }

    .navbar .container-fluid .app-logo{
        padding: 0 !important;
        width: 100% !important;
        white-space: nowrap;
    }

    .navbar .container-fluid .app-logo .navbar-brand{
        padding: 0;
        font-size: 2.2em !important;
    }

    .navbar .container-fluid .app-logo hr{
        height: 2px;
        margin: 0 !important;
        color: #1BBC9B;
        width: 345px;
    }

    .navbar .container-fluid .app-logo .navbar-brand-full{
        white-space: pre;
        font-size: 1.2em !important;
    }

    @Media only screen and (max-width: 433px){
        .navbar .container-fluid .app-logo .navbar-brand{
            font-size: 1.9em !important;
        }

        .navbar .container-fluid .app-logo hr{
            width: 258px;
        }

        .navbar .container-fluid .app-logo .navbar-brand-full{
            font-size: 0.9em !important;
        }

        @Media only screen and (max-width: 342px){
            .navbar .container-fluid .app-logo .navbar-brand{
                font-size: 1.7em !important;
            }
    
            .navbar .container-fluid .app-logo hr{
                width: 205px;
            }
    
            .navbar .container-fluid .app-logo .navbar-brand-full{
                font-size: 0.7em !important;
            }
    
            
        }
    }

    .navbar .container button{
        right: 3rem;
        top: 1rem;
        position: fixed;
        font-size: 1.5rem;
    }

    @media only screen and (max-width: 300px) {
        .navbar .container-fluid .navbar-brand-full{
            max-width: 10rem;
        }
    }

.nav-item {
    padding: 0.4rem;
    font-size: 0.9rem;
    text-decoration: none;
}

    .instellingen, .home {
        padding-left: 0;
    }

.nav-item ::deep a {
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.hide {
    display: none;
}

.dropdown-item{
    padding: 0.5rem 0 0.5rem 0;
    margin-bottom: 0.5rem;
}

.dropdown-item:hover{
    background-color: #8cfcfc;
}

.dropdown-menu a:hover {
    background: #1BBC9B;
}

ul {
    list-style-type: none;
}

.logo img {
    max-height: 3.9rem;
    width: auto;
}

.top-row {
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 6rem;
    display: flex;
    align-items: center;
    background-color: #2D3E50;
    background: #2D3E50;
    margin-top: 0;
    padding-left: 0% !important;
    margin-left: 0% !important;
}

.sidebar {
    background: #A0FFF7;
}

.sidebar .top-row a {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 1.125rem !important;
    font-weight: bold;
    padding-left: 0% !important;
    margin-left: 0% !important;
}

.sidebar a {
    font-size: 1.1rem !important;
    color: #2D3E50 !important;
    font-weight: bold;
    padding-left: 0% !important;
    margin-left: 0% !important;
}

.sidebar .nav-icon {
    width: 3rem;
    float: left;
    padding-right: 0.4rem;
}

.nav-menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

a:link {
    text-decoration: solid;
    font-weight: bold;
}

a:visited {
    text-decoration: none;
}

body {
    background-color: #247471 !important;
    z-index: 99;
    height: 100%;
}

    body p, body h2, body h3, body h1 {
        color: #ffffff;
    }

    body h1 {
        font-size: 2.5rem;
    }

    body p {
        font-size: 1.2em;
    }

main {
    flex: 1;
    height: 100%;
}

.table-responsive {
    background-color: rgba(27,188,155,0.2);
}

.table {
    font-size: 1.2em;
}

    .table tr, .table td, .table th {
        color: white;
        border-color: #2D3E50 !important;
    }

    .table a img {
        max-width: 2em;
    }

tr.inkoopfactuurcss {
    border-left: solid 1px red !important;
    border-right: solid 1px red !important;
}

tr.verkoopfactuurcss {
    border-left: solid 1px #08FF00 !important;
    border-right: solid 1px #08FF00 !important;
}

.form-group {

    margin-top: 1%;
}

    .form-group > a, .privacy-verklaring a {
        color: #2D3E50;
        font-weight: bold;
    }

        .form-group > a:hover, .privacy-verklaring a:hover {
            color: #A0FFF7;
            font-weight: bold;
        }

    .form-group input:visited {
        outline-color: #A0FFF7;
        border: none;
        font-weight: bold;
    }

    .form-group textarea:focus{
        background-color: #2D3E50;
    }

.email-logotje {

    float: left;
    display: inline;
}

.btn {
    margin-top: 5%;
    margin-bottom: 3%;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #2D3E50 !important;
    border: 1px solid #A0FFF7 !important;
    font-size: 0.9em;
    outline-color: #A0FFF7;
    outline-style: solid;
    outline-width: 0.1em;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:visited {
    background-color: #2D3E50 !important;
}

.button-warning, .button-warning:hover, .button-warning:active, .button-warning:visited{
    background-color: red !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgb(160,255,247);
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(160,255,247);
}

.custom-form {
    font-size: 1.5em;
    color: #ffffff;
    margin-bottom: 3rem;
}

    .custom-form img {
        max-width: 1.5em;
        margin-right: 1.5%;
    }

    .custom-form input, .custom-form input:focus, .custom-form select, .custom-form textarea {
        background: #2D3E50;
        color: #ffffff;
        outline-style: none;
        outline-width: 0.1em;
    }

        .custom-form input modified {
            border-color: #A0FFF7;
            outline-color: #A0FFF7;
        }

.custom-form .form-group .alert .btn-close{
    margin-top: 0.3rem !important;
    margin-right: 1rem !important;
    float: right;
}

.bekijk-update-form {
    margin-bottom: 0;
}

.form-control {
    border-color: #A0FFF7;
    outline: none;
    color: #ffffff;
}

    .form-control:focus {
        border-color: #A0FFF7;
        box-shadow: 0 0 0 0.2rem rgb(27, 188, 155);
        outline: none;
        color: #ffffff;
    }

    .form-control option {
        background: #2D3E50 !important;
        background-color: #2D3E50 !important;
        box-shadow: none !important;
    }

        .form-control option:focus, .form-control option:focus, .form-control option:active {
            background: #2D3E50 !important;
            background-color: #2D3E50 !important;
        }

option:hover {
    background-color: #2D3E50 !important;
}

.form-select {
    border-color: #A0FFF7;
    outline: none;
    color: #ffffff;
}

    .form-select:focus {
        border-color: #A0FFF7;
        box-shadow: 0 0 0 0.2rem rgb(27, 188, 155);
        outline: none;
        color: #ffffff;
    }

    .form-select:active {
        background-color: #2D3E50;
        border-color: #A0FFF7;
        box-shadow: 0 0 0 0.2rem rgb(27, 188, 155);
        outline: none;
        color: #ffffff;
    }

    .form-select option:active, .form-select option:focus {
        background-color: #2D3E50;
        border-color: #A0FFF7;
        box-shadow: 0 0 0 0.2rem rgb(27, 188, 155);
        outline: none;
        color: #ffffff;
    }

.form-select-custom {
    width: 10rem !important;
}

.form-select-custom, .form-select-custom:active, .form-select-custom:visited {
    background-color: #2D3E50 !important;
    color: #ffffff;
}

    .form-select-custom option:hover {
        background-color: #2D3E50 !important;
    }

.veranderen-status-select {
    font-size: 1.3rem;
}

.form-check {
    margin-top: 4%;
    margin-bottom: 2%;
}

.form-check-input {
    outline: 1px solid #2D3E50;
}

.form-check-input:checked {
    color: #2D3E50;
    background: #2D3E50;
    border: 0.2rem solid #A0FFF7;
    outline-color: #A0FFF7;
    outline: 1px solid #A0FFF7;
}

input[type="date"],
input[type="date"],
input[type="date"],
input[type="date"] {
    color: #ffffff;
}

input[type='checkbox'] {
    transform: scale(1.5);
    accent-color: #2D3E50;
}

.alert {
    position: inherit;
    text-align: left;
    border: none;
    outline: none;
    background: #2D3E50;
    margin-top: 2%;
    font-size: 0.9em;
}

.alert-danger {
    color: #F11806 !important;
}

.alert-success {
    color: #1BBC9B;
}

    .alert-success a {
        color: #1BBC9B;
    }

        .alert-success a:hover {
            color: #278C74;
        }

.alert-tablescreen img {
    max-width: 1.7em;
    margin-right: 1.5%;
}

.custom-checkbox {
    margin-left: 0.15em;
}

#clickable {
    cursor: pointer;
}

td a {
    overflow: hidden;
}

td a:hover {
    color: #2D3E50;
}

.successSearch {
    margin-left: 0.5em;
    font-size: 1.25em;
}

.modal-header {
    background-color: #1BBC9B;
}

    .modal-header .btn-close {
        font-size: 2rem;
        margin-right: 1rem !important;
    }

.modal-body {
    background-color: #2D3E50;
    font-size: 1.1rem !important;
    overflow-wrap: break-word;
}

    .modal-body hr {
        color: #1BBC9B;
        height: 0.2rem !important;
    }

    .modal-body a:hover {
        color: #1BBC9B;
    }

.modal-footer {
    background-color: #A0FFF7;
}

    .modal-footer {
        font-size: 1.5rem !important;
        padding-right: 1.5rem;
    }

.modal-bevestig-actie {
    border: 1px solid #2D3E50;
}

.werkregistratie-z-index {
    z-index: 1065;
}

.project-z-index {
    z-index: 1066;
}

.klant-z-index {
    z-index: 1067;
}

.tooltip-z-index {
    z-index: 1068;
}

.linktoitem {
    text-decoration: none !important;
    color: white;
    white-space: normal;
}

.nowrap {
    white-space: nowrap;
}

tr td .linktoitem img {
    font-size: 0.8rem;
    padding-right: 0.3rem;
    padding-bottom: 0.4rem;
}

span .linktoitem img {
    padding-left: 0.3rem;
    padding-bottom: 0.4rem;
    max-width: 1.7rem;
}

.filtermenu {
    width: auto;
    display: block;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-flow: column;
    font-size: 1.2rem;
    color: #ffffff;
}

    .filtermenu div {
        margin-top: 0.2em;
        margin-bottom: 0;
    }

    .filtermenu input,
    .filtermenu input:focus,
    .filtermenu select,
    .filtermenu textarea,
    .filtermenu input:active,
    .filtermenu input:visited {
        background: #2D3E50;
        outline: none;
        outline-style: none;
        outline-width: 0;
        color: #ffffff;
    }

.small-filter-input {
    padding-right: 0.25rem;
}

.table-uren-totaal {
    border: solid 2px #2D3E50;
    margin-bottom: 2rem;
}

    .table-uren-totaal .table td {
        color: white;
        border-bottom: none;
        border-top: solid 2px;
    }

.table-factuur-toevoegen {
    border: solid 2px #2D3E50;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 1rem;
}

    .table-factuur-toevoegen .table td {
        color: white;
        border-bottom: none;
        border-top: solid 2px;
    }

    .table-factuur-toevoegen input {
        color: #ffffffff;
        max-width: 4rem;
        margin-left: -0.4rem;
    }

    .pagination .page-item {
        margin-right: 1rem;
        margin-top: 1rem;
        font-size: 1.25rem;
    }

.pagination > li > a {
    background-color: #2D3E50;
    color: white;
    border: 1px solid #A0FFF7;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        color: #2D3E50;
        background-color: #A0FFF7;
    }

.pagination > .active > a {
    color: white;
    background-color: #1BBC9B !Important;
    border: 1px solid #A0FFF7 !important;
}

    .pagination > .active > a:hover {
        background-color: #1BBC9B !Important;
        border: 1px solid #A0FFF7;
    }

.info-icon, .info-icon:hover, info-icon:link {
    color: white !important;
    font-weight: normal !important;
    text-decoration: none !important;
}

.info-icon img {
    font-size: 1.25rem;
    float: inline-end;
    margin: 0;
    padding: 0;
    padding-bottom: 0.4rem;
    padding-left: 0.3rem;
    white-space: nowrap;
    display: inline;
}

.info-icon-rechtenbeheer img {
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    padding-right: 0.2rem;
    padding-bottom: 0.4rem;
    float: none;
    white-space: nowrap;
    display: inline;
}

.info-icon-filter img {
    font-size: 1.25rem;
    float: right;
    margin: 0;
    padding: 0;
    padding-top: 0;
    padding-left: 0.3rem;
    white-space: nowrap;
    display: inline;
}

.welkom-pagina ul li {
    color: #ffffff;
    list-style: square;
    font-size: 1.3rem;
}

.welkom-pagina p a, .welkom-pagina p a:hover {
    color: #2D3E50;
}

.laden {
    text-decoration: none;
    font-size: 2.5rem;
}

.onbekende-fout {
    font-size: 2rem !important;
    background-color: #2D3E50 !Important;
    color: #F11806;
}

.onbekende-fout .reload, .onbekende-fout .dismiss{
    color: #1BBC9B;
}

.app-install {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #A0FFF7;
}

.d-none {
    display: none !important;
}

