/*
Theme Name: Jorosoft
Author: Jorosoft
Author URI: https://www.jorosoft.be
Version: 1
*/

/* BOOTSTRAP XL container */
@media (min-width: 1200px) and (max-width: 1599px) {
    .hidden-lg {
        display: none !important;
    }
}


.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl{
    display: none !important;
}



@media (min-width: 1600px) {
    .container {
        max-width: 1200px;
    }

    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-11 {
        width: 91.66666667%;
    }

    .col-xl-10 {
        width: 83.33333333%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-8 {
        width: 66.66666667%;
    }

    .col-xl-7 {
        width: 58.33333333%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-5 {
        width: 41.66666667%;
    }

    .col-xl-4 {
        width: 33.33333333%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-2 {
        width: 16.66666667%;
    }

    .col-xl-1 {
        width: 8.33333333%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-pull-11 {
        right: 91.66666667%;
    }

    .col-xl-pull-10 {
        right: 83.33333333%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-8 {
        right: 66.66666667%;
    }

    .col-xl-pull-7 {
        right: 58.33333333%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-5 {
        right: 41.66666667%;
    }

    .col-xl-pull-4 {
        right: 33.33333333%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-2 {
        right: 16.66666667%;
    }

    .col-xl-pull-1 {
        right: 8.33333333%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-push-11 {
        left: 91.66666667%;
    }

    .col-xl-push-10 {
        left: 83.33333333%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-8 {
        left: 66.66666667%;
    }

    .col-xl-push-7 {
        left: 58.33333333%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-5 {
        left: 41.66666667%;
    }

    .col-xl-push-4 {
        left: 33.33333333%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-2 {
        left: 16.66666667%;
    }

    .col-xl-push-1 {
        left: 8.33333333%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xl-offset-0 {
        margin-left: 0;
    }

    .visible-xl {
        display: block !important;
    }

    table.visible-xl {
        display: table;
    }

    tr.visible-xl {
        display: table-row !important;
    }

    th.visible-xl, td.visible-xl {
        display: table-cell !important;
    }

    .visible-xl-block {
        display: block !important;
    }

    .visible-xl-inline {
        display: inline !important;
    }

    .visible-xl-inline-block {
        display: inline-block !important;
    }

    .hidden-xl {
        display: none !important;
    }
}

.filtersearch {
    padding: 4px 10px 4px 10px;
    margin-bottom: 4px;
}
.lijst label {
    margin-bottom: 0;
}

.lijst label .list-group-item {
    padding: 4px 0 4px 0;
    border: 0;
}

#lstFilters .lijst {
    height: 168px;
    overflow: hidden;
}

#lstFilters h6:not(:first-of-type) {
    margin-top: 1.2em;
}

#lstFilters .lijst:nth-of-type(3) {
    height: 84px;
    overflow: hidden;
}

#lstFilters .lijst:nth-of-type(4) {
    height: 141px;
    overflow: hidden;
}

#clearFilters {
    border: 1px solid #c1c2c3;
    background-color: #ededed;
    padding: 4px 6px;
    border-radius: 3px;
    right: 3px;
    top: 4px;
}

/* SPACERS */

.spacing0 {
    height: 0px;
    clear: both;
}

.spacing5 {
    height: 5px;
    clear: both;
}

.spacing10 {
    height: 10px;
    clear: both;
}

.spacing20 {
    height: 20px;
    clear: both;
}

.spacing30 {
    height: 30px;
    clear: both;
}

.spacing40 {
    height: 40px;
    clear: both;
}

.spacing50 {
    height: 50px;
    clear: both;
}


/* HEADER */



/* LOADER */

.loader-wrapper {
    width: 100%;
    height: calc( 100% - 171px);
    position: fixed;
    top: 171px;
    left: 0;
    background-color: white;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #272424;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #272424;
    animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0%;}
}

/* Modal */
@media (min-width: 1400px)  {
    .modal-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1600px)  {
    .modal-xxxl {
        max-width: 1520px;
    }
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding-top: 5px;
}


.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

/* WIDTH */
.w-50px {
    width: 50px!important;
}
.w-70px {
    width: 70px!important;
}

.w-75px {
    width: 75px!important;
}

.w-80px {
    width: 80px!important;
}

.w-100px {
    width: 100px!important;
}

.w-110px {
    width: 100px!important;
}

.w-120px {
    width: 120px!important;
}

.w-130px {
    width: 140px!important;
}

.w-140px {
    width: 140px!important;
}

.w-150px {
    width: 140px!important;
}

.w-160px {
    width: 160px!important;
}

.w-250px {
    width: 250px!important;
}

.h-100px {
    height: 100px!important;
}

.thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* fix bootstrap animatie */
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: .35s;
    }
}