﻿.clickable { cursor: pointer; }
.hidden { display: none !important; }
.w-20 {width:20% !important; }
.gap-1 { gap:0.25rem; }
.gap-2 { gap:0.5rem; }
.gap-3 { gap:1rem; }
.gap-4 { gap:1.5rem; }
.gap-5 { gap:3rem; }

.newbackground { background-color:#EDEFF1;font-size:0.9rem;  }
.newbackground .table { margin-bottom: 0; }
.newbackground .table-responsive th { border:0; }
.newbackground .nav-link.active {  }
.newbackground .nav-link.active:hover { color:white; }
.newbackground nav {     background-image: linear-gradient(180deg,var(--color-menu-background1) 0%,var(--color-menu-background2) 100%); }

.newbackground {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.main-container {
    background-repeat: no-repeat;
    background-size: 100vw;
}


.h1, h1 { font-size: 2rem; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
.progress-bar { background-color: var(--color-primary); }

.card { overflow: visible; } /* Fix for bootstrap-select in card */
.card { border-radius: 0.75rem; border-color: white; box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.card-hover:hover { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .2); transform:scale(1.005); }
.card-hover { transition:.3s; }

.card-collapse .card-title { cursor: pointer;transition:.3s;margin-bottom:0;padding-right:10px;  }
.card-collapse .card-title h5 { margin:0;padding:5px 0;  }
.card-collapse .card-title i { margin-top:9px;  }
.card-collapse .card-title[aria-expanded="true"] i { transform: matrix(-1, 0, 0, -1, 0, -7);transition:.3s; }
.card-collapse .card-title[aria-expanded="false"] i { transform: matrix(1, 0, 0, 1, 0, 0);transition:.3s; }
.card-collapse .card-title[aria-expanded="true"]:hover { background:#f9f9f9; }
.dark-theme .card-collapse .card-title[aria-expanded="true"]:hover { background:#222; }

.card .btn { transition:.3s; }
.card .btn:hover { transform:scale(1.02); }

.nav-link {
    transition: .1s;
}
.nav-link:hover {
    transform:scale(1.05);
}
.nav-link.active:hover , .nav-link.btn-primary:hover {
    transform:scale(1);
}

.nav-tabs-slick .nav-link.active {
    background-color:#EEE;
}

.table-bouwmeesters-align-middle td, .table-bouwmeesters-align-middle th {
    vertical-align: middle!important;
}

tr.table-sticky-header { position: sticky; top: 0; z-index: 10; background-color: white; }

.input-bouwmeesters-money {
    text-align: right;
    max-width: 120px;
}

.button-toggle[aria-expanded=true] .button-collapsed {
    display: none;
}
.button-toggle[aria-expanded=false] .button-expanded {
    display: none;
}

/* modal backdrop fix */
.modal:nth-of-type(even) {
    z-index: 1061 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1049 !important;
}

.modal-xxl {
    max-width: 80% !important;
}

/* bootstrap select fix */

.bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: var(--color-primary);
}

.show.bootstrap-select>.dropdown-toggle.bs-placeholder,
.show.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.show.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.show.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #333;
}

.btn-sm-badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.initials, .initials-large, .initials-small {
    height:28px;
    width:28px;
    line-height: 28px;
    border-radius:14px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 0.75rem;
    vertical-align: middle;
}
    .initials-large { height:42px;width:42px;line-height:42px;border-radius:21px;font-size: 1.1rem; }
    .initials-small { height:22px;width:22px;line-height:22px;border-radius:11px;font-size: 0.6rem; }
    .initials-small { height:22px;width:22px;line-height:22px;border-radius:11px;font-size: 0.6rem; }
    .initials-medium { height:32px;width:32px;line-height:32px;border-radius:16px;font-size: 0.6rem; }
    img.initials { background:white; }

.img-thumbnail-profile {
    border-radius:50px;
    max-height:100px;
    max-width: 100px;
}

.modal { line-height:1; }

.hidden-force { display: none !important; }

.custom-error { border: 1px solid #dc3545 !important;color: #dc3545 !important; }

/* tagsinput / typeahead */
.bootstrap-tagsinput {
    line-height:30px !important;
    display: block;
    width: 100%;
    padding-left:12px !important;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background:red;
 }
.tt-open { background-color: white; padding:5px;width:300px;box-shadow: 1px 1px 10px 1px #00000033; }
.tt-suggestion { padding:5px; }
.tt-suggestion:hover, .tt-cursor { background-color: var(--color-primary);color:white; }
.tt-highlight { color:black; }
.twitter-typeahead { width:100%; }

#loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: #FFFFFF55;
}
.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999;
}

/* Bootstrap accordion */
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    font-weight: 300!important;
    float: right;
}
.accordion .card-header.collapsed:after {
    content: "\f067";
}
.card-for-accordion {
    cursor: pointer;
}


.scrolling-card-container > .row {
    overflow-x: auto;
}

.swimlane-item {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 51, 102, 0.1);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 51, 102, 0.1);
    box-shadow: 0px 2px 4px 1px rgba(0, 51, 102, 0.1);
    display: flex;
    height: 110px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.swimlane-item .project-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-data-box {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 51, 102, 0.1);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 51, 102, 0.1);
    box-shadow: 0px 2px 4px 1px rgba(0, 51, 102, 0.1);
}

.swimlane-item:hover {
    cursor: pointer;
    background-color: #ffffff9e;
}

.project-list-column
{
    min-height: 130px;
    height: calc(100% - 30px);
    align-content: flex-start;
}

.badge-aquamarine {
    color: white;
    background: #205D5D;
}

.circle-border {
    background-color: white;
    border:1px solid white;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

.admin-menu-block { width:250px;min-width:200px; }
@media (max-width: 991px) {
    .admin-menu-block { width:100%;margin-bottom:20px; }
}

/* adding col-xxl */
.col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {position: relative; width: 100%; padding-right: 15px; padding-left: 15px;}

@media (min-width: 1570px){
    /* expanding BS4 max-width */
    .container {max-width: 1540px;}

    /* grid columns xxl */
    .col-xxl {-ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%;}
    .col-xxl-auto {-webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none;}
    .col-xxl-1 {-webkit-box-flex: 0; -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%;}
    .col-xxl-2 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
    .col-xxl-3 {-webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%;}
    .col-xxl-4 {-webkit-box-flex: 0; -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%;}
    .col-xxl-5 {-webkit-box-flex: 0; -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%;}
    .col-xxl-6 {-webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%;}
    .col-xxl-7 {-webkit-box-flex: 0; -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%;}
    .col-xxl-8 {-webkit-box-flex: 0; -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%;}
    .col-xxl-9 {-webkit-box-flex: 0; -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%;}
    .col-xxl-10 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
    .col-xxl-11 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}
    .col-xxl-12 {-webkit-box-flex: 0; -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%;}

    /* order xxl */
    .order-xxl-0 {-webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0;}
    .order-xxl-1 {-webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1;}
    .order-xxl-2 {-webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2;}
    .order-xxl-3 {-webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;}
    .order-xxl-4 {-webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4;}
    .order-xxl-5 {-webkit-box-ordinal-group: 6; -ms-flex-order: 5; order: 5;}
    .order-xxl-6 {-webkit-box-ordinal-group: 7; -ms-flex-order: 6; order: 6;}
    .order-xxl-7 {-webkit-box-ordinal-group: 8; -ms-flex-order: 7; order: 7;}
    .order-xxl-8 {-webkit-box-ordinal-group: 9; -ms-flex-order: 8; order: 8;}
    .order-xxl-9 {-webkit-box-ordinal-group: 10; -ms-flex-order: 9; order: 9;}
    .order-xxl-10 {-webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10;}
    .order-xxl-11 {-webkit-box-ordinal-group: 12; -ms-flex-order: 11; order: 11;}
    .order-xxl-12 {-webkit-box-ordinal-group: 13; -ms-flex-order: 12; order: 12;}

    /* text-align xxl */
    .text-xxl-center {text-align: center!important;}
    .text-xxl-left {text-align: left!important;}
    .text-xxl-right {text-align: right!important;}

    /* float xxl */
    .float-xxl-left {float: left!important;}
    .float-xxl-right {float: right!important;}
    .float-xxl-none {float: none!important;}

    /* display xxl */
    .d-xxl-none {display: none!important;}
    .d-xxl-inline {display: inline!important;}
    .d-xxl-inline-block {display: inline-block!important;}
    .d-xxl-block {display: block!important;}
    .d-xxl-table {display: table!important;}
    .d-xxl-table-cell {display: table-cell!important;}
    .d-xxl-table-row {display: table-row!important;}
    .d-xxl-flex {display: flex!important;}
    .d-xxl-inline-flex {display: inline-flex!important;}

    /* offsets xxl */
    .offset-xxl-1 {margin-left: 8.333333%;}
    .offset-xxl-2 {margin-left: 16.666667%;}
    .offset-xxl-3 {margin-left: 25%;}
    .offset-xxl-4 {margin-left: 33.333333%;}
    .offset-xxl-5 {margin-left: 41.666667%;}
    .offset-xxl-6 {margin-left: 50%;}
    .offset-xxl-7 {margin-left: 58.333333%;}
    .offset-xxl-8 {margin-left: 66.666667%;}
    .offset-xxl-9 {margin-left: 75%;}
    .offset-xxl-10 {margin-left: 83.333333%;}
    .offset-xxl-11 {margin-left: 91.666667%;}

    /* spacing xxl */
    .m-xxl-0{margin:0!important}.mt-xxl-0,.my-xxl-0{margin-top:0!important}.mr-xxl-0,.mx-xxl-0{margin-right:0!important}.mb-xxl-0,.my-xxl-0{margin-bottom:0!important}.ml-xxl-0,.mx-xxl-0{margin-left:0!important}.m-xxl-1{margin:.25rem!important}.mt-xxl-1,.my-xxl-1{margin-top:.25rem!important}.mr-xxl-1,.mx-xxl-1{margin-right:.25rem!important}.mb-xxl-1,.my-xxl-1{margin-bottom:.25rem!important}.ml-xxl-1,.mx-xxl-1{margin-left:.25rem!important}.m-xxl-2{margin:.5rem!important}.mt-xxl-2,.my-xxl-2{margin-top:.5rem!important}.mr-xxl-2,.mx-xxl-2{margin-right:.5rem!important}.mb-xxl-2,.my-xxl-2{margin-bottom:.5rem!important}.ml-xxl-2,.mx-xxl-2{margin-left:.5rem!important}.m-xxl-3{margin:1rem!important}.mt-xxl-3,.my-xxl-3{margin-top:1rem!important}.mr-xxl-3,.mx-xxl-3{margin-right:1rem!important}.mb-xxl-3,.my-xxl-3{margin-bottom:1rem!important}.ml-xxl-3,.mx-xxl-3{margin-left:1rem!important}.m-xxl-4{margin:1.5rem!important}.mt-xxl-4,.my-xxl-4{margin-top:1.5rem!important}.mr-xxl-4,.mx-xxl-4{margin-right:1.5rem!important}.mb-xxl-4,.my-xxl-4{margin-bottom:1.5rem!important}.ml-xxl-4,.mx-xxl-4{margin-left:1.5rem!important}.m-xxl-5{margin:3rem!important}.mt-xxl-5,.my-xxl-5{margin-top:3rem!important}.mr-xxl-5,.mx-xxl-5{margin-right:3rem!important}.mb-xxl-5,.my-xxl-5{margin-bottom:3rem!important}.ml-xxl-5,.mx-xxl-5{margin-left:3rem!important}
    .p-xxl-0{padding:0!important}.pt-xxl-0,.py-xxl-0{padding-top:0!important}.pr-xxl-0,.px-xxl-0{padding-right:0!important}.pb-xxl-0,.py-xxl-0{padding-bottom:0!important}.pl-xxl-0,.px-xxl-0{padding-left:0!important}.p-xxl-1{padding:.25rem!important}.pt-xxl-1,.py-xxl-1{padding-top:.25rem!important}.pr-xxl-1,.px-xxl-1{padding-right:.25rem!important}.pb-xxl-1,.py-xxl-1{padding-bottom:.25rem!important}.pl-xxl-1,.px-xxl-1{padding-left:.25rem!important}.p-xxl-2{padding:.5rem!important}.pt-xxl-2,.py-xxl-2{padding-top:.5rem!important}.pr-xxl-2,.px-xxl-2{padding-right:.5rem!important}.pb-xxl-2,.py-xxl-2{padding-bottom:.5rem!important}.pl-xxl-2,.px-xxl-2{padding-left:.5rem!important}.p-xxl-3{padding:1rem!important}.pt-xxl-3,.py-xxl-3{padding-top:1rem!important}.pr-xxl-3,.px-xxl-3{padding-right:1rem!important}.pb-xxl-3,.py-xxl-3{padding-bottom:1rem!important}.pl-xxl-3,.px-xxl-3{padding-left:1rem!important}.p-xxl-4{padding:1.5rem!important}.pt-xxl-4,.py-xxl-4{padding-top:1.5rem!important}.pr-xxl-4,.px-xxl-4{padding-right:1.5rem!important}.pb-xxl-4,.py-xxl-4{padding-bottom:1.5rem!important}.pl-xxl-4,.px-xxl-4{padding-left:1.5rem!important}.p-xxl-5{padding:3rem!important}.pt-xxl-5,.py-xxl-5{padding-top:3rem!important}.pr-xxl-5,.px-xxl-5{padding-right:3rem!important}.pb-xxl-5,.py-xxl-5{padding-bottom:3rem!important}.pl-xxl-5,.px-xxl-5{padding-left:3rem!important}
    .m-xxl-auto{margin:auto!important}.mt-xxl-auto,.my-xxl-auto{margin-top:auto!important}.mr-xxl-auto,.mx-xxl-auto{margin-right:auto!important}.mb-xxl-auto,.my-xxl-auto{margin-bottom:auto!important}.ml-xxl-auto,.mx-xxl-auto{margin-left:auto!important}

    .hide-scrollbar::-webkit-scrollbar {
        display: none; /* for Chrome, Safari and Opera */
    }
    .hide-scrollbar {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

}