*{
    touch-action: manipulation;
}
.day {
    display: grid;
    grid-template-rows: 20px 1fr;
    grid-template-columns: 140px 1fr;
    grid-gap: 10px;
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 10px;
}

.day > .day_title {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.day > .day_date{
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
}
.times {
    display: grid;
    grid-template-columns: repeat(auto-fit , minmax(1px, 1fr));
    grid-template-rows: 100%;
    height: 100%;
    position: relative;
    align-items: stretch;
    align-content: stretch;
}
.team_members{
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 30px;
}
.team_member{
    display:grid;
    grid-template-columns: 30px 1fr;
    grid-gap: 4px;
    align-content: center;
}
.t_avatar {
    background-color: red;
    /* display: grid; */
    overflow: hidden;
    border-radius: 20px;
    height: 30px;
    position:relative;
}
.team_member {
    display: grid;
    grid-template-columns: 30px 1fr;
    grid-gap: 4px;
    align-content: center;
    align-items: center;
}
.t_img {
    width: 100%;
    margin-left: 0px;
    height: 100%;
    margin-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 6px;
    grid-area: foto;
}
.team_member > .name{
    font-size: 13px;
}
.day > .day_content {
    padding-top: 20px;
    grid-column: 1 / span 2;
    grid-row: 2 / span 1;
    display: grid;
    grid-template-columns: 110px 1fr;
}
.times{
    border: 1px solid #dfdfdf;
}
.time > span{
    position:absolute;
    left: 0px;
    width: 100%;
    top: -20px;
    font-size: 11px;
    text-align:left;
}
.times > .time {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    height: 100%;
    position: relative;
    display: grid;
    grid-template-rows: repeat(auto-fit, minmax(1px , 30px));
}
.times{
    cursor: pointer;
}
.avails{
    position:absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.t_avail {
    width: 100%;
    height: 30px;
    position: relative;
    overflow: hidden;
}
.timeslot {
    border-radius: 4px;
    height: 100%;
    display: flex;
    position: absolute;
    flex-wrap: nowrap;
    padding-right: 10px;
    flex-direction: row;
    align-items: center;
    padding-left: 10px;
    justify-content: space-between;
}
.timeslot > * {
    font-size: 12px;
    color: #3c3c3cf0;
    margin: 0px;
    padding: 0px;
}
.week_nav {
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    grid-gap: 4px;
    border: 1px solid #fafafa;
    float: left;
    border-radius: 4px;
    overflow: hidden;
    padding: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    background-color: white;
}
.team_filter {
    float: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30px , 100px));
}
.controlls {
    width: 100%;
    margin: 10px 0px;
    float: left;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    align-items: center;
}
.week_nav > * {
    border: 0px solid red;
    margin: 0px;
    padding: 8px;
}
.week_nav > h6 {
    font-size: 13px;
    padding-left: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-right: 12px;
    text-align:center;
}
.timeslot.no_avail {
    left: 0px;
    width: 100%;
    background-color: #cfcfcf40;
}
div.form-group>span{
    position:relative;
}
div.form-group>span::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(233 236 239);
    line-height: 40px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    font-weight: 700;
    color: #5c5c5c;
    content: attr(data-content);
    font-size: 14px;
    border-radius: 20px;
    transform: scale(0.9);
}
.timeStamper {
    width: 3px;
    height: 100%;
    background-color: #363636;
    position: absolute;
    left: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 33px 4px;
    top: 0px;
    z-index: 999999;
}
.entry-content {
    padding: 20px;
    background-color: #fafafa;
}
.team_header{
    margin-bottom: 20px;
}
.team_header > h5 {
    margin: 0px;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}
.team_header > h5::after{
    content: ".";
    color: #ec622c;
}
.team_header > p {
    margin: 0px;
    font-size: 15px;
    color: grey;
}
.week_nav > button > img {
    width: 18px;
}
.week_nav > button.btn_prev > img {
    transform: rotate(180DEG);
}
.entry-content {
    padding: 20px;
    background-color: #f4f4f4;
}
.lid {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    position:relative;
    cursor: pointer;
}
.lid > *{
    transition: all 500ms cubic-bezier(0.000, 0.720, 0.000, 1.005); /* custom */
    transition-timing-function: cubic-bezier(0.000, 0.720, 0.000, 1.005); /* custom */
}
.lid > span {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 10px;
    color: #484848;
    background-color: rgb(222 222 222);
    border-radius: 10px;
    text-align: center;
}
.lid_image {
    width: 50px;
    height: 50px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #ec622c;
    border-radius: 50%;
    background-size: 85%;
}
.team_filter {
    float: left;
    display: grid;
    /* gap: 7px; */
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(30px , 60px));
    /* align-items: center; */
    }
.member_none > span,
.lid:hover > span {
    transform: translateY(-17px);
}
.member_none > .lid_image,
.lid:hover > .lid_image {
    transform: scale(0.7);
}
.member_none{
    filter: saturate(0.0);
    opacity: 0.5;
}
.all_btn{
    background-image: url("https://team.buroruw.nl/wp-content/uploads/2023/04/more.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position:center;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.t_tiny_avatar {
    overflow: hidden;
}

.edit_days {
    display: grid;
    grid-template-columns: 200px 1fr;
}

.edit_beschikbaarheid {
    display: flex;
    /* grid-template-columns: repeat(auto-fit, 470px); */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.edit_worktimes {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
    justify-content: flex-start;
    /* width: 100%; */
    gap: 3px;
    padding: 2px;
    padding: 3px;
    box-sizing: border-box;
    background-color: #d5d5d5;
    margin-bottom: 6px;
    border-radius: 6px;
    margin-right: 10px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.edit_worktimes>* {
    border: 0px solid red;
    background-color: whitesmoke;
    border-radius: 4px;
    padding: 7px;
    font-size: 14px;
}

.timePicker {
    width: 70px;
}
.card {
    background-color: #ebebeb;
    margin: 0px;
    padding: 10px;
    float: left;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.edit_days > span {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #5b5b5b;
}
span.badge.badge_none {
    color: grey;
}
span.badge.badge_add {
    padding: 5px;
    /* margin-bottom: 10px; */
    background-color: #ec622c;
    color: white;
    border-radius: 7px;
    font-size: 14px;
}
.edit_days {
    display: grid;
    margin-bottom: 7px;
    grid-template-columns: 200px 1fr;
}
a.text-dark.font-weight-600.text-sm {
    font-family: 'Montserrat';
    color: #424242;
    font-size: 20px;
    font-weight: 700;
    grid-area: naam;
}

small.d-block.text-muted {
    grid-area: titel;
    font-size: 15px;
    color: grey;
}
.team_lid {
    display: grid;
    position: relative;
    grid-template-columns: 60px 1fr;
    margin-bottom: 20px;
    grid-template-rows: 26px 20fr;
    grid-gap: 10px;
    overflow: hidden;
    grid-template-areas:
        "foto naam"
        "foto titel";
}
.input_group.input > input {
    background-color: white;
    border: 1px solid grey;
    padding: 7px;
    border-radius: 10px;
}
.input_group.input {
    display: grid;
    margin-bottom: 10px;
    grid-template-columns: 120px 1fr;
}
.input_group.input > input {
    background-color: #ebebeb;
    border: 2px solid #c6c6c6;
    padding: 7px;
    border-radius: 5px;
}

span.badge.badge_add {
    padding: 5px;
    /* margin-bottom: 10px; */
    background-color: #2b2b2b;
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 2px 30px;
    border: 2px solid #242424;
}
.form-group.mb-0.d-flex.badge.badge-dot.align-items-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}
.form-group.mb-0.d-flex.badge.badge-dot.align-items-center > span > input{
    width: 100%;
}
th.text-uppercase.text-secondary.text-xxs.font-weight-bolder.opacity-7 {
    text-align: left;
    /* background-color: red; */
}
div.form-group>span::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(212 212 212);
    line-height: 41px;
    font-weight: 300;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    font-weight: 500;
    color: #5c5c5c;
    content: attr(data-content);
    font-size: 14px;
    border-radius: 0px;
    border-radius: 5px;
    transform: scale(1);
}
select.form-control {
    background-color: #d4d4d4;
    height: 100%;
    width: 100%;
    color: grey;
}
input.form-control {
    background-color: #d7d7d7;
    color: grey;
}
.t_mutation.t_vrij{
    background-color: #ec622c!important;
    opacity: 1;
    background-image:  linear-gradient(135deg, #d84003 25%, transparent 25%), linear-gradient(225deg, #d84003 25%, transparent 25%), linear-gradient(45deg, #d84003 25%, transparent 25%), linear-gradient(315deg, #d84003 25%, #ec622c 25%);
    background-position:  7px 0, 7px 0, 0 0, 0 0;
    background-size: 14px 14px;
    background-repeat: repeat;
}
.texture {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: 0;
    background-color: #000000;
    opacity: 1;
    background: repeating-linear-gradient( -45deg, #0b0b0b, #0b0b0b 2px, #000000 2px, #000000 10px );
    mix-blend-mode: plus-lighter;
}
.t_mutation > *{
    color: white!important;
    z-index: 2;

}
.t_mutation >  h5 > span > img{
    width: 18px;
    margin-left: -19px;
    margin-top: -3px;
    margin-right: 1px;
    transform: translateY(4px);
}


button.btn.btn-icon.btn-3.btn-success.btn-xs.mb-0.btn-outline,
button.btn.btn-icon.btn-3.btn-outline-danger.btn-xs.mb-0.btn-outline {
    height: 33px;
    border: 0px solid red;
    background-color: rgba(0,0,0,0);
    border-radius: 6px;
    background-image: url(https://team.buroruw.nl/wp-content/uploads/2023/04/delete.svg);
    background-size: 59%;
    background-position: center;
    background-repeat: no-repeat;
}
button.btn.btn-icon.btn-3.btn-success.btn-xs.mb-0.btn-outline{
    background-image:url("https://team.buroruw.nl/wp-content/uploads/2023/04/plus.svg");
}
span.badge.badge-pill.badge-lg.bg-gradient-success {
    border: 2px solid #8b8b8b;
    padding: 6px;
    border-radius: 3px;
    font-size: 15px;
    float: left;
    margin-bottom: 0px!important;
    background-color: #f9f9f9;
    color: #3b3b3b;
    font-weight: 700;
}
button.btn.btn-primary.btn-lg.align-right.mt-5 {
    width: 100%;
    padding: 15px;
    font-size: 20px;
    background-color: #ec622c;
    border: 0px solid red;
    font-weight: 800;
    color: white;
}
span.badge.badge-pill.badge-lg.bg-gradient-success {
    border: 2px solid #000000;
    padding: 6px;
    border-radius: 3px;
    font-size: 15px;
    float: left;
    margin-bottom: 0px!important;
    background-color: #4a4a4a;
    color: #f1f1f1;
    font-weight: 700;
}
span.r_non_editable:before {
    display: none;
}
span.r_non_editable {
    font-size: 14px;
    padding: 10px;
    background-color: #e3e3e3;
    border-radius: 3px;
}
select.form-control {
    height: 41px;
    border: 0px solid red;
    border-radius: 4px;
}
input.form-control.datePickUnix {
    height: 42px;
}
select.form-control {
    height: 41px;
    border: 0px solid red;
    border-radius: 4px;
    font-size: 15px;
}
input.form-control {
    height: 41px;
    border-radius: 5px;
    border: 0px solid red;
    padding-left: 10px;
    font-size: 15px;
    width: 100%;
}
.form-group > span:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 5px;
    background-size: 17px;
    opacity: 0.6;
    top: calc(50% - 11px);
    background-image: url(https://team.buroruw.nl/wp-content/uploads/2023/06/calendar.svg);
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.r_non_editable:after{
    display: none;
}

@media only screen and (max-width: 800px) {

    .entry-content {
        padding: 4px!important;
    }
    .day > .day_content {
        grid-template-columns: 70px 1fr;
    }
    .team_member > .name {
        font-size:12px;
    }
    .day {
        grid-template-rows: 20px 1fr;
        grid-template-columns: 108px 1fr;
        grid-gap: 5px;
        padding: 3px;
        margin-bottom: 5px;
    }
    .timeslot > * {
        font-size: 9px!important;
    }
    .timeStamper{
        width: 1px;
    }
    .time > span {
        font-size: 8px;
    }
    .team_header > h5 {
        font-size: 26px;
        margin-top: 10px;
        font-family: 'Montserrat', sans-serif;
        }
    .team_header > p {
        font-size: 11px;
        color: grey;
    }
}


ul.f_dates {
  }
  
  ul.f_dates li {
    /* display: inline; */
    margin-right: 10px;
  }
  .hasCorvee>.name {
      color: #ec622c;
      font-weight: 700;
  }

  .hasCorvee{
    position:relative;
  }
  .hasCorvee>.t_avatar>.t_img {
      background-color: #ec622c !important;
      transform: scale(1.1);
  }
  .hasCorvee:after {
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      right: 0px;
      background-size: contain;
      background-image: url("https://team.buroruw.nl/wp-content/uploads/2023/07/restaurant.svg");
  }



  .r_mutatie {
    display: grid;
    grid-template-columns: 50px 50px 1fr auto;
    grid-gap: 5px;
    margin-bottom: 10px;
}
.r_mutatie > * {
    border: 0px solid red;
    padding: 10px; 
}
.r_mutatie > button > svg{
    width: 20px;
}
.r_mutatie > button{
    background-color: #ffffff;
    color: white;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
    border: 0px solid red;
    cursor: pointer;
}

.bs_modal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 42, 42, 0.542);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.bs_modal_body > *{
    margin: 0px;
    padding: 0px;
}
.bs_modal_body {
    background-color: white;
    padding: 13px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 6px;
    min-width: 300px;
}
.bs_modal_body > input,
.bs_modal_body > button{
    border: 0px solid red;
    border-radius: 5px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.bs_cal{
    visibility: hidden;
}
/* HTML: <div class="loader"></div> */
.loader {
    margin: 10px;
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
      radial-gradient(farthest-side,#ED303C 94%,#0000),
      radial-gradient(farthest-side,#FF9C5B 94%,#0000),
      #ED303C;
    background-position: center;
    background-repeat: no-repeat;
    animation: l4 1.5s infinite; 
  }
  @keyframes l4 {
    0%   {background-size:0    0   ,0    0}
    30%,
    50%  {background-size:0    0   ,120% 120%}
    80%,
    100% {background-size:120% 120%,120% 120%}
  }


  .r_mutatie.has_passed {
    opacity: 0.6;
    filter: saturate(0.0);
}
.r_mutatie.new_one {
    background-color: #f0f0f0;
    border-radius: 7px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    padding: 5px;
}

ul.f_dates {
    font-family: "Aptos", sans-serif;
    font-size: 11px;
    display: block;
    list-style-position: inside;
    margin: 0;
    padding: 0;

}
