/* Initialize theme Restica */
html {
    /*Get rid of stupid 300ms delay double touch*/
    touch-action: manipulation;
    scroll-behavior: smooth;
}
body {
    /*font-size:0.95rem !important;*/
     font-size:14px !important;  /*NEW, please test*/
}
.text-align-right {
    text-align:right !important;
}
.text-align-left {
    text-align:left !important;
}
.text-align-center {
    text-align:center !important;
}
.overflow-5 {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 5ch;
  }
  .overflow-10 {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 10ch;
  }
  .overflow-20 {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 20ch;
  }
  .overflow-30 {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 30ch;
  }.overflow-40 {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 40ch;
  }
.show-pause {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.75rem;
}

.toggle-category-full-status {
    top: -5px;
    cursor:pointer;
    position: relative;
}
td.unreservable.notification {
    background-color: rgb(152 200 255 / 20%) !important;
    color: #0396ff !important;
    transition: 0.5s;
    cursor: pointer;
    font-size: 14px;
    -webkit-box-shadow: inset 2px 1px 0px 0px rgb(1 150 255);
    -moz-box-shadow: inset 2px 1px 0px 0px rgb(1 150 255);
    box-shadow: inset 2px 1px 0px 0px rgb(1 150 255);
}

/* Language GTranslate */
.gtranslate_wrapper.gt_container-unisv1 {
    margin: 12px;
}

.gtranslate_wrapper.gt_container-unisv1 span {
    color: #fff;
}

.gt_languages span {
    color: #000 !important;
}

a.glink img {
    opacity: 1 !important;
}

/* Reservation summary */
.ulSummaryDayRes {
     -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    margin: 0;
    padding: 0;
}
.ulSummaryDayRes li {
    font-size:13px;
    list-style-type:none;
    font-weight:400;
}

.logo-text {
    font-size:1.2em;
    font-weight: 400;
}
.navbar-light .navbar-brand {
    color:#455a64 !important;
}
.navbar-header {
    background: #fff;
}
.topbar .top-navbar .navbar-header {
    line-height: 28px;
    text-align: center;
}
.mini-sidebar .top-navbar .navbar-header {
    height:50px;
}
.sidebar-footer {
    height: 46px;
    padding-top: 9px;
}
.sidebar-footer a {
    float: initial !important;
    margin-right: 7%;
}
.resticaLogo {
    background: url('../../assets/images/restica_headerlogo_2.png');
    width: 110px;
    height: 44px;
    background-position: bottom center;
    background-size: 110px;
    background-repeat: no-repeat;
}

.resticaLogo-small {
    background: url('../../assets/images/logo-restica-512px.png');
    width: 37px;
    height: 44px;
    background-position: bottom center;
    background-size: 37px;
    background-repeat: no-repeat;
}

.completed {
    text-decoration: line-through;
    opacity: 0.5;
}
.light-logo {
    width:40px !important;
    margin-left: -20px;
}

.topbar {
    -webkit-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
   /* background: linear-gradient(120deg, #0082ce, #2098F2) !important; DARKER BLUE*/
    background: linear-gradient(120deg, #1f8ee7, #21b9f3) !important;
}

.topbar .top-navbar {
    min-height: 50px;
    height: 50px;
}

.center-div {
    margin: 0 auto !important;
    text-align:center !important;
}

.top-right-absolute {
    position:absolute;
    top: 20px;
    right: 20px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.clickable, .cursor-pointer {
    cursor:pointer !important;
}
.draggable {
    cursor:ns-resize !important;
}
/* Preloader of page content */
.centerAbsolute_1 {
    position: absolute; left: 50%;
}
.centerAbsolute_2 {
    position: relative; left: -50%;
}

.fixPlaceholderContent {
    margin-top:-307px;
}

.h6 {
    font-weight:500; font-size:16px;
}

table tr.sorting-row {
    background-color:#45ddc04a !important;
    border-radius: 15px;
    border: 2px solid #45DDC0;
}
table td.sorter::before {
    content: "\f0c9";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
.resticaTable .selectedRow {
    background-color:#45ddc04a !important;
    border-radius: 15px;
    border: 2px solid #45DDC0;

}
.dataTables_filter {
    display: none;
}
.dataTables_length {
    position: absolute;
    right: 10px;
    top: -25px;
}
.searchbox {
    /*Own searchbox datatable */
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009efb), to(#009efb)), -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(#009efb, #009efb), -webkit-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(#009efb, #009efb), -o-linear-gradient(#d9d9d9, #d9d9d9);
    background-image: linear-gradient(#009efb, #009efb), linear-gradient(#d9d9d9, #d9d9d9);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px;
}
.dataTables_wrapper {
    border-radius:5px !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 19px 10px !important;
}
.resticaTable .selectRow {
    height:8px; margin-left: 9px;
}
.resticaTable th {
    font-size:15px;
}
.menuToolbar {
    background-color:#fff;
    margin-top: -13px;
}
.buttonToolbar {
    padding-bottom:20px;
}
.resticaTable thead th, .resticaTable thead td {
    border-bottom: 1px solid #d4d4d4 !important;
}
.resticaTable thead th {
    color:#212529 !important;
    font-weight:500 !important;
}
.dataTables_wrapper {
}
/* Override sorting header --> DataTable Bug */
.dataTables_scrollBody > table > thead > tr {
    visibility: collapse;
    height: 0px !important;
}
.dataTables_length, .dataTables_filter, .dataTables_info {
    padding:20px 0 0 0;
}
table.dataTable {
    border:none !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    color:#4a5256;
}

.loadingState {
    display: inline-block;
}

.disabledContent {
    pointer-events:none;
    opacity:0.3;
}

.resticaTable, .dataTables_scrollHeadInner {

}
div.dataTables_wrapper {
    max-width: 100%;
    margin: 0 auto;
}
table.dataTable {
    margin-bottom:0 !important;
    margin-top:0 !important;
}

table.dataTable th {
    text-transform:none !important;
}
.wizard-circle section {
    color:#67757c !important;
}

.stock {
    width: 100%;
    text-align: center;
    background: #F0F0F0;
    border: dashed 1px;
}
.tebestellen {
    width:100%;
    text-align:center;
    color:green;
    font-weight:bold;
}
.short {
    width:100%;
    text-align:center;

}

.highlight-success {
    background-color:#45ddc04a !important;
    border-radius: 15px;
    border: 2px solid #45DDC0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.disabledd {
    pointer-events:none;
    opacity:0.3;
    cursor:pointer;
}

.alert {
    padding: .50rem 1.1rem !important;
}

.tableSmallBeschikbaarheid td {
    padding:0 5px 0 0;
    font-size:14px;
}

.highlight-input {
    background: #fffdf3 !important;
    border: 1px dashed !important;
}

/*Beschikbaarheid timesheet */
.beschikbaarCol {
    background: #0dc501 !important;
    color:#fff !important;
}
tbody.TimeSheet{
    -webkit-user-select:none;
    -moz-user-select : none;
    user-select : none;
    border : #cccccc 1px solid;
    color : #757a7d;
    font-size: 12px;
    cursor:default;
    display: block;
    border-collapse: collapse;
}

.TimeSheet td{
    border : #e3e3e3 1px solid;

}

.TimeSheet-cell {
    background-color: #0dc501;
}
.TimeSheet-cell-selected{
    background-color: #fc4b6c !important;
}

.TimeSheet-cell-selecting{
    background-color: rgba(252, 75, 108, 0.4) !important;
}

.TimeSheet-rowHead, .TimeSheet-colHead{
    background-color: #F3F4FA;
    text-align:center;
}

.TimeSheet-rowHead{
    padding:3px 10px;
    border-left:none !important;
    width: 200px !important;
    text-align: left;
    text-transform:capitalize;
}

.TimeSheet-colHead{
    padding: 6px 3px 6px 3px;
    width: 50px;

    border-top:none !important;
}

.TimeSheet-head{
    text-align: center;
    border-top:none !important;
    border-left:none !important;
    width: 17%;
}

.TimeSheet .rightMost{
    border-right:none !important;
}

.TimeSheet .bottomMost{
    border-bottom:none !important;
}

.TimeSheet-remarkHead{
    text-align: center;
    border-top:none !important;
    border-right:none !important;
}

.TimeSheet-remark{
    padding : 0 5px;
    border-right:none !important;
}

.TimeSheet-remarkHead, .TimeSheet-remark{
    max-width: 120px;
    background-color: #fc4b6c;
    color:#fff;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    border-left-color : #cccccc !important;
}
/*Beschikbaarheid timesheet*/

.mobileRoosterMenu {
    display:none;
}
.bottomMobile-bar {
    display:none;
}
.bottomMobile-bar-leverancier {
    display:none;
}
@media (max-width: 575px) {
    /*Main Layout */

    #main-wrapper {
        overflow-x: hidden!important;
    }
    .container-fluid {
        /*padding: 0 30px 25px 20px!important;*/
        padding: 25px 0 25px 0 !important;
       /* padding: 0 0 0 0 !important;*/
    }
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .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, .col-xl, .col-xl-auto {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .placeholderSearch {
        position: fixed;
        top: 15px;
        left: 64px;
        z-index: 999;
    }
    .placeholderSearch .searchbox {
        color: #ffffff;
        font-weight: bold;
        width:80%;
        background-image: linear-gradient(#009efb, #009efb), linear-gradient(#ffffff6b, #ffffff6b) !important;
    }
    .placeholderSearch .searchbox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #ffffff6b;
        opacity: 1; /* Firefox */
    }

    .placeholderSearch .searchbox:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #ffffff6b;
    }

    .placeholderSearch .searchbox::-ms-input-placeholder { /* Microsoft Edge */
        color: #ffffff6b;
    }
    /* All alert messages on mobile centered */
    .alert {
        margin: 0 auto !important;
        text-align: center !important;
    }

    /* Leveranciers Bestellingen */
    .row.floatable-Menu .col-md-9 {
        margin: 0 auto !important;
        text-align: center !important;
    }
    .bestellingDetails {
        z-index: 999999;
    }

    /* Rooster page */
    .addCalendarModal {
        left:21% !important;
    }
    .addCalendarModal::after {
        left: 50% !important;
    }

    /* Inklok page */
    .mobileCenter {
        margin: 0 auto;
        text-align: center !important;
        margin-top: 25px;
    }
    .page-titles {
        padding: 0 30px !important;
        display: none;
    }
    h3 {
        font-size: 1.3em;
    }
    .card {
        border-left:none;
        border-right:none;
        border-top: 1px solid rgba(0,0,0,0.125);
        border-bottom: 1px solid rgba(0,0,0,0.125);
        border-radius: 0;
    }
    .openClosePeriod {
        width: 94% !important;
        padding: 8px !important;
        margin: 1px !important;
    }
    .clockedInIcon_Dashboard {
        position: absolute;
        top: -46px;
        right: -13px;
    }
    /*Mobile bar bottom*/
    .bottomMobile-bar {
        display:block;
    }
    .bottomMobile-bar .navbar {
        overflow: hidden;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 20;
        padding: 0 !important;
        border-top: 1px #d7dfe3 solid;
        -webkit-box-shadow: 0px 0px 17px -10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 17px -10px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 17px -10px rgba(0,0,0,0.1);
    }

    .bottomMobile-bar .navbar a {
        float: left;
        color: #000;
        text-align: center;
        padding: 18px 45px;
        height: 55px;
        text-decoration: none;
        font-size: 12px;
        cursor:pointer!important;
        display:flex;
        justify-content:space-between;
    }

    .bottomMobile-bar .navbar i {
        font-size: 18px;
        display: block;
    }


    /*Rooster */
    .mobileRoosterMenu {
        display: block;
    }

    .buttonToolbar {
        display: none;
        padding-left:20px;
        padding-right:20px;
        position: fixed;
        right: 0;
        bottom: 5px;
        z-index: 9999;
    }

    .adminTools button {
        display: block;
        width: 100%;
    }

    .weatherInfo {
        display: none;
    }

    .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
        font-size: 30px;
        padding-left: 0.80rem;
    }
    /*Leverancier */
    .leverancierPage .floatable-Menu {
        padding-left:40px;
    }
    /*Leverancier bestellen */
    .steps > ul > li > a { color:#fff!important; }
    .steps > ul > li > a .step {
        color:#999!important;
    }
    .steps > ul > li.done > a .step {
        color:#fff !important;
    }
    .steps > ul > li > a:hover { color:#999!important; }
    .wizard-content .wizard>.content>.body {
        padding:0!important;
    }
    .settings_categoryCard {
        max-width:100% !important;
    }

}
@media (max-width: 992px) {
    .nieuweMaaltijdForm {
        position:relative !important;
    }
    /*Button below for orderin lev*/
    .bottomMobile-bar-leverancier {
        display:block;
        position:fixed;
        bottom:0;
        left:0;
        z-index:21;
    }
    .bottomMobile-bar-leverancier .navbar {
        overflow: hidden;
        background-color: #0096EE;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 21;
        padding: 0 !important;
        border-top: 1px #d7dfe3 solid;
        -webkit-box-shadow: 0px 0px 17px -10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 17px -10px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 17px -10px rgba(0,0,0,0.1);
    }

    .bottomMobile-bar-leverancier .navbar a {
        float: right;
        color: #fff;
        text-align: center;
        padding: 18px 45px;
        height: 55px;
        width:50%;
        text-decoration: none;
        font-size: 12px;
        cursor:pointer!important;
        display:flex;
        justify-content:space-between;
    }

    .bottomMobile-bar-leverancier .navbar i {
        font-size: 18px;
        display: block;
    }
}

@media (max-width: 1300px) {
    .profileView_btns {
        width:80% !important;
    }
}
@media (max-width: 767px) {
    /*Main layout*/
    .navbar-header {
        background: transparent !important;
        display: none;
    }
    .senna-loading-bar {
        display: none !important; }
    .left-sidebar {
        -webkit-transition: left .15s linear;
        transition: left .15s linear;
    }

    /*Leverancier pagina*/
    .leverancierPage .buttonToolbar {
        float:left;
    }
    .leverancierPage .editButtons button {
        width:100%;
    }

    /*Leverancier bestellen */
    .wizard-content .wizard>.steps>ul>li {
        width: 25%!important;
    }


}

/*Mobile responsive fixes*/
.mobile-overlay-menu.open-now {
    display: block;
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
    margin-top: -10px;
    z-index: 3;
    background: rgba(0,0,0,.3);
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}

@media (min-width: 576px) {
    .bestellingDetails {
        /* Desktop */
        width:600px !important;
    }
    .bestellingDetails.shw-rside {
        right: 0 ;
        width: 600px ;
    }
    .right-sidebar {
        right: -600px ;
        width: 600px  ;
    }
    .absRightText {
        text-align: right;
        position: absolute !important;
        right: 21px;
    }
}

/****************
When click on sidebar toggler and also for tablet
*****************/
@media (min-width: 768px) {
    .sidebar-nav > ul > li > a i {
        margin-left: 2px !important;
    }

    .mini-sidebar .user-profile {
        margin-bottom: 0 !important;
    }

}

/*Levancier Table Responsive list */
@media
only screen
and (max-width: 760px), (min-device-width: 768px)
and (max-device-width: 1024px)  {

    .footer {
        text-align:center;
        margin:0 auto;
    }

    .bestelPagina td:nth-child(2), .bestelPagina th:nth-child(2) {
        text-align:left;
    }
    .card-body {
        padding:0;
        margin-top: 25px;
    }
    .card-title, .card-subtitle {
        text-align:center;
        padding-top:5px
    }

    /*Used by : Leverancier beheren, bestellen */
    /* Force table to not be like tables anymore */
    .leverancierPage table, .leverancierPage thead, .leverancierPage tbody, .leverancierPage th, .leverancierPage td, .leverancierPage tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .leverancierPage thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .leverancierPage tr {
        margin: 0 0 1rem 0;
    }

    .leverancierPage td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        /*padding-left: 45% !important;*/
    }
    .no-left-padding td {
        padding-left:12px !important;
    }

    .leverancierPage td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .leverancierPage .table th, .leverancierPage .table td {
        border-top: 0;
    }

    .headlineTD {
        top: 0;
        width: 100%;
        background: #DEEFFF;
        padding: 10px !important;
    }
    .leverancierPage.bestelPagina td:nth-of-type(1):before { content: "#"; }
    .leverancierPage.bestelPagina td:nth-of-type(2):before { content: "Product"; }
    .leverancierPage.bestelPagina td:nth-of-type(3):before { content: "Voorraad"; }
    .leverancierPage.bestelPagina td:nth-of-type(4):before { content: "Minimum"; }
    .leverancierPage.bestelPagina td:nth-of-type(5):before { content: "Bestellen"; }
    .leverancierPage.bestelPagina td:nth-of-type(6):before { content: "Extra Info"; }


    /*Used by : Leverancier bestellen --> controle */
    /* Force table to not be like tables anymore */
    .leverancierPage table, .leverancierPage thead, .leverancierPage tbody, .leverancierPage th, .leverancierPage td, .leverancierPage tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .leverancierPage thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .leverancierPage tbody tr {
        position: relative;
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 10px;
    }
    .leverancierPage td.product {
        text-align: left;
        padding-left: 25%;
        font-weight: bold;
    }
    .leverancierPage td.aantal {
        position: absolute;
        top: 20%;
        font-size: 21px;
    }
    .leverancierPage td.aantal:after {content: ' x';}

    .leverancierPage td.extraInfo {
        text-align: left;
        padding-left: 25%;
        margin-top: -14px;
        font-size: 14px;
        color: #969696;
    }

    .leverancierPage tr {
        margin: 0 0 1rem 0;
    }



    .leverancierPage td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 12px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .leverancierPage .table th, .leverancierPage .table td {
        border-top: 0;
    }

    .leverancierPage.bestelPagina td:nth-of-type(1):before { content: "#"; }
    .leverancierPage.bestelPagina td:nth-of-type(2):before { content: "Product"; }
    .leverancierPage.bestelPagina td:nth-of-type(3):before { content: "Voorraad"; }
    .leverancierPage.bestelPagina td:nth-of-type(4):before { content: "Minimum"; }
    .leverancierPage.bestelPagina td:nth-of-type(5):before { content: "Bestellen"; }
    .leverancierPage.bestelPagina td:nth-of-type(6):before { content: "Extra Info"; }



}

.hidden {
    display: none !important;
}


.dataTables_wrapper .dataTables_paginate {

    padding-top: 10px !important; }


.deletedRow {
    background: #fc4b6c40 !important;
}

/* Sweet Alert theme */
.sweetAlert-success {
    background-color: #0DC501 !important;
}
.sweetAlert-success h2, .sweetAlert-success p {
    color: #fff !important;
}

.sweetAlert-danger {
    background-color: rgb(252, 75, 108) !important;
}
.sweetAlert-danger h2, .sweetAlert-danger p {
    color: #fff !important;
}

.disableDiv {
    pointer-events:none !important;
    opacity:0.3 !important;
}

/* Custom fancytree stylesheet */
.fancytree-ext-childcounter span.fancytree-childcounter, .fancytree-ext-filter span.fancytree-childcounter {
    height: 12px !important;
    line-height: 0.6 !important;
    font-size: 11px !important;
}

/* Ability to show icon in select->option */
.fa-iconSelect {
    font-family: "Font Awesome 5 Free", monospace,"Poppins", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
}
.fa-iconSelect_select {
    font-family: "Font Awesome 5 Free","Poppins", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
}

/* Override datetime picker style */
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #007bff !important;
}

.daterangepicker td.start-date.end-date {
    border-radius:30px !important;
}
.daterangepicker .calendar-time {
    font-size:30px !important;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 60px !important;
    margin: 0 auto !important;
     background: #fff !important;
    font-size: 25px !important;
}

.daterangepicker .calendar-time {
    margin: 16px auto 16px auto !important;
}

/* Loader wheel new */

.loader {
    width: 60px;
}

.loader-wheel {
    animation: spin 1s infinite linear;
    border: 1px solid #fff;
    border-left: 4px solid #1F92E8;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.loader-text {
    color: rgba(30, 30, 30, 0.5);
    font-family: arial, sans-serif;
}

.loader-text:after {
    content: 'Laden';
    animation: load 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        content: 'Laden';
    }
    33% {
        content: 'Laden.';
    }
    67% {
        content: 'Laden..';
    }
    100% {
        content: 'Laden...';
    }
}

.center-screen {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}

span.fancytree-title {
    font-size: 15px !important;
}

.calendarDescription {
    cursor:pointer;
    padding:10px;
    width: 100%;
    line-height: 16px;
    font-size: 13px;
    font-weight:400;
    color:#565758;
    position:relative;
    text-align:left !important;


}
.calendarDescription_container {
    display: table-cell;
    vertical-align: bottom;
    padding: 5px 2px;
    position: relative;
    background: #fff;
    box-shadow: -1px 0 0 0 #dee2e6 ; /* Border left */


}
.calendarDescription_container .fa-info-circle {

}

.colorOverlayGrey {
    background: #f3f78d !important;

}

.calendarDescription i {
    opacity:0.8;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom:10px;
}
.calendarDescription i:hover {
    opacity:1;
}

.monthly-week.pasteStyle {
    cursor:pointer !important;
    opacity:0.8 !important;
}

.unpublishedDiv {
    height: 21px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 17px;
    /*color: #fc4b6c;*/
}

.profileView_btns {
    width:55%;
}

.leftSideLogin_grd {
    background: #3990fd; /* Old browsers */
    background: -moz-linear-gradient(top, #3990fd 0%, #2386db 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3990fd 0%,#2386db 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3990fd 0%,#2386db 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3990fd', endColorstr='#2386db',GradientType=0 ); /* IE6-9 */
}

.newEmailBtn {
    float: right;
    width: 300px;
}

/*Overwrite alert info stylesss */
.alert {
    color: #fff !important;
}
.alert-info {
    color: #ffffff;
    background-color: #2196F3;
    border-color: #2196F3;
}
.alert-danger {
    color: #ffffff;
    background-color:#FC4B6C;
    border-color:#FC4B6C;
}
.alert-warning {
    color: #ffffff;
    background-color:#FFB22B;
    border-color:#FFB22B;
}
.alert-success {
    color: #ffffff;
    background-color:#0DC501;
    border-color:#0DC501;
}
.alert .close {
    color: #fff !important;
    font-weight: 300;
}
.alert h4 {
    color:#fff !important;
    font-weight:500;
}

/* Button white */
.btn-white {
    color: #6d6d6d;
    background-color: #ffffff;
    border-color: #f1f1f1;
}

.btn-white:hover {
    color: #fff;
    background-color: #b7c8ce;
    border-color: #b4c4ce;
}

.btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-white.disabled, .btn-white:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* Schedule */
.unpublishedUser {
    /*background:#f9e6e9 !important*/
    opacity:0.8;
    border: 1px dashed;
}

.monthly-event-indicator.unpublishedUser span:not(.cal-time) {
    /*color: #f14664 !important*/
}

/* Detail email */
.attachmentContainer {
    text-align: center;
    font-size: 16px;
    color: #000;
    min-width: 75px;
    min-height: 53px;
    line-height: 67px;
}
.attachmentText {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.attachmentFigure{
    width:129px; /*container-width*/
    overflow:hidden; /*hide bounds of image */
    margin:0;   /*reset margin of figure tag*/
}
.attachmentFigure img{
    display:block; /*remove inline-block spaces*/
    width:100%; /*make image streatch*/
}

/* User list */
.userList {
    -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px;
}
.group-user {
    white-space: nowrap;
}

.ws-nowrap {
    white-space: nowrap !important;
}

.btn-outline-secondary {
    border-color:#d7dfe3 !important;
}

.no-pointer-events {
    pointer-events:none !important;

}
#uploadPF_form .dropify-message p, #uploadPF_form .dropify-infos-inner p {
    display: none;
}

.svg_birthday_animation {
    width: 389px;
    position: absolute;
    top: -189px;
    left: -172px;
    pointer-events: none;
}

.hide {
    display: none;
}

/* Override green checkbox switch */
.switch label input[type=checkbox]:checked + .lever.switch-col-light-green {
    background-color: #0dc5016b !important;
}
.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #0dc501 !important;
}
.switch label input[type=checkbox]:checked + .lever.switch-col-light-green:after {
    background-color: #0dc501 !important;
}


/*Progressbar on gebruikers --> rechten page */
.smallAddInfo {
    color: #99abb4 ;
    font-size:12px;
    font-weight:300;
}
.progress {
    max-width:100px;
}

/* Override nav-tabs class */
.nav-tabs {
    border-bottom: 1px solid #d7dfe3;
    border-color: #d7dfe3;
    border-radius: 4px;
    -webkit-box-shadow: 0px 7px 27px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 27px rgba(0, 0, 0, 0.1);
}

/*Mostly for the new cards instellingen */
.roleName_ellipsis {
    display: inline-block;
    width: 79%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-weight:500;
}
/* Remove Kind Of Product type settings*/
.removeKOPBtn, .removeRFuncBtn {
    position: absolute;
    top: 5px;
    right: 5px; font-size:12px;
}

.settings_categoryCard {
    max-width:240px; min-width: 200px;
}

.custom_colorPick {
    width:30px; height:30px; margin:0 5px; display:inline-block;

}

.custom_currSelectedCol {
    color: #fff;
    positioN: absolute;
    margin-left: -7px;
    margin-top: 6px;
}

/* allow whitelines (enters) in tooltips */
.tooltip-inner {
     white-space:pre-wrap;
 }

/* Dashboard timeline for schedule widget */
.timeline_container {
    width:100%;
    max-height: 630px;
    overflow: hidden;
    background:#fff;
}

.timeline_navbar {
    color: #fff;
    padding: 1em 0.5em;
}
.timeline_navbar a {
    color: #fff;
    text-decoration: none;
    font-size: 1.3em;
    float: left;
}
.timeline_navbar span {
    font-size: 1.1em;
    font-weight: 300;
    display: block;
    text-align: center;
}

.timeline_profile-pic {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: right;
    position: relative;
}
.timeline_profile-pic img {
    width: 100%;
    border-radius: 50%;
}

.timeline_notification {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 2px;
    right: 2px;
    background: #F93B69;
}

.timeline_header {
    /*background: url(https://unsplash.it/1080/720?image=1044);*/
    background-size: cover;
    color: #fff;
    position: relative;
}

.timeline_color-overlay {
    padding: 1em 1.5em;
    box-sizing: border-box;
}

.timeline_actionbutton {
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    font-weight: 300;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -25px;
    z-index:9;
    color:#fff;
    right: 20px;
    box-shadow: 0 0 8px #202020;
}

.timeline_day-number {
    font-size: 4em;
    display: inline-block;
    margin-right: 15px;
}

.timeline_date-right {
    display: inline-block;
}

.timeline_day-name {
    font-size: 1.6em;
}

.timeline_month {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.6em;
    letter-spacing: 2px;
    margin-top: 2px;
}

.timeline_timeline ul {
    padding: 1em 0 0 2em;
    margin: 0;
    list-style: none;
    position: relative;
}
.timeline_timeline ul::before {
    content: ' ';
    height: 100%;
    width: 1px;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    left: 2.5em;
    z-index: -1;
}
.timeline_timeline li div {
    display: inline-block;
    margin: 1em 0;
    vertical-align: top;
}
.timeline_timeline .timeline_bullet {
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border-radius: 50%;
    background: #fff;
    z-index: 3;
    margin-right: 1em;
}
.timeline_timeline .timeline_bullet.timeline_pink {
    border: 2px solid #F93B69;
}
.timeline_timeline .timeline_bullet.timeline_green {
    border: 2px solid #B0E8E2;
}
.timeline_timeline .timeline_bullet.timeline_orange {
    border: 2px solid #EB8B6E;
}
.timeline_timeline .timeline_time {
    width: 20%;
    font-size: 0.75em;
    padding-top: 0.25em;
}
.timeline_timeline .timeline_desc {
    width: 50%;
    margin-top: 6px;
}
.timeline_timeline h3 {
    font-size: 0.9em;
    font-weight: 400;
    margin: 0;
}
.timeline_timeline h4 {
    margin: 0;
    font-size: 0.7em;
    font-weight: 400;
    color: #808080;
}
.timeline_timeline .timeline_people img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.timeline_footer {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding:5px;
}

#datatableBestellingen_wrapper {
    width:96% !important;
}
#datatableBestellingen_wrapper .table {
    width: 100% !important;
}

[data-letters]:before {
    content:attr(data-letters);
    display:inline-block;
    font-size:1em;
    width:2.5em;
    height:2.5em;
    line-height:2.5em;
    text-align:center;
    border-radius:50%;
    background:plum;
    vertical-align:middle;
    margin-right:1em;
    color:white;
}

/* Right panel for bestelling details on page = voltooide bestellingen */
.bestellingDetails {
    /* Mobile first */
    width:100%;
}
.bestellingDetails.shw-rside {
    right: 0;
    width: 100%;
}
.right-sidebar {
    right: -100% ;
    width: 100%  ;
}

.absRightText {
    position:relative;
}

.opacityHover {
    opacity:0.6;
}
.opacityHover:hover {
    opacity:1;
}
.saveThisField {
    font-size:19px;
}

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

/* Force editable button to be green on submit */
.editable-buttons button.btn-primary {
    background: #0DC501 !important;
    border: 1px solid #0dc501 !important;
}

/* Select picker bootstrap modifier */
.bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    padding: 4px 12px;
}
div.dropdown-menu.open{
    max-height: 314px !important;
    overflow: hidden;
}
ul.dropdown-menu.inner{
    max-height: 240px !important;
    overflow-y: auto;
}

.table th, .table td {
    padding: .35rem 0.75rem;
    font-size:15px;
    font-family:Arial, Helvetica, sans-serif;
}

/* Fix X close on modal with custom background */
.modal-header.bg-info .close,
.modal-header.bg-warning .close,
.modal-header.bg-primary .close,
.modal-header.bg-danger .close,
.modal-header.bg-success .close,
.modal-header.bg-secondary .close {
    color: #fff;
    font-weight: 300;
}

html body .bg-light-info {
    background-color: #75c0fb !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border-radius: 100px;
    height: 20px;
    line-height: 11px;
    border: 1px solid #009efb;
    background-color: #009efb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2em 0.5em;
    font-weight:500;
    border:none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border:none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border-radius: 100px;
    height: 20px;
    line-height: 11px;
    border: 1px solid #009efb;
    background-color: #009efb;
}


/* Reserveringen page , table and more */
table.reservations {
    border-collapse: collapse;
    width: 100%;
    font-size: .85em;
    table-layout: fixed;
    border: solid #36648B 1px;
}
table.reservations td {
    border: solid #bccad4 1px;
    height: 50px;
    display: table-cell;
    font-weight: 500;
}
td.resdate {
    width: 150px;
    padding: 0 3px;
    background-color: #ebecec;
    color: #52697d;
}
td.reslabel {
    padding-left: 2px;
    background-color: #eaeef9 !important;
    color: #6a7cab !important;
    white-space: nowrap;
    text-align: center;
}
td.resourcename {
    padding: 1px 5px;
    background-color: #ffffff !important;
    color: #848484 !important;
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align:center;
}
td.reserved {
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.reserved {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #e7f5e7;
    color: #093272 !important;
    border-collapse: collapse;
    cursor:pointer;
    box-shadow:inset 3px 0 0 #76ce6f;

}
.schedule-dates {
    font-size: 19px;    font-weight: 400;
}
.subtextReservation  {
    margin-right:10px; font-weight: 400;
    font-size: 0.9em;
    color: #093272;
}
td.resourcename.hilite, td.reslabel.hilite {
    background: #fbf9e7 !important;
}
.slot {
    min-width: 1px;
    max-width: 1px;
    overflow: hidden;
}
.disableTimeSlot {
    background: linear-gradient(to top right,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0) calc(50% - 1px),
    rgb(86, 86, 86) 50%,
    rgba(0,0,0,0) calc(50% + 1px),
    rgba(0,0,0,0) 100%) !important;
    background: #d8d8d8 !important;
    pointer-events:none;
}
.availableTimeSlot {
    background: #e2f1e2 !important;
}
.unreservable {
    background-color: #EAEEF9 !important;
    color: #6a7cab !important;
    font-size:15px;
    padding:15px;
}
.reservable.hilite, #reservations .ui-selecting {
    background-color: #23BF35 !important;
}
.reserved.hilite:not(.opacityHover) {
    opacity:0.7;
}
.searchResultBox {
    list-style-type: none;
    margin: 0;
    padding:0;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;

    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.searchResultBox li {
    padding:5px 5px 5px 10px;
    cursor:pointer;
    border-top: 1px solid #eaeaea;
}
.shortReservationTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:100%;
}
.findReservation .searchResultBox li:hover {
    background: #fbf9e7 !important;
}
.findReservation .dateAndTime_SearchResult {
    color: #cacaca;
}
.urlReservationInfoTable {
    max-width:500px;
}
.urlReservationInfoTable td:nth-child(1) {
    text-align:right;
}
.urlReservationInfoTable td:nth-child(2) {
    text-align:left;
}
div.legend {
    font-size:1.1em;
    line-height: 22px;
    width: auto;
    padding: 3px 10px;
    box-shadow: 0px 0px 6px 1px #d6d9e0;
    text-align: center;
    display: inline-block;
    display: inline;
    margin: 0 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
td.reservable, div.reservable {
    background-color: #FFF ;
    color: #333 !important;
}

.reserved.mine {
    background-color: #6F9BAE !important;
}
.reserved.participating {
    background-color: #875cae !important;
}
.reserved.pending {
    background-color: #ffb540 !important;
    color: black !important;
}
.pasttime {
    background-color: #BDBDBD !important;
}
.restricted {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #ccc 10px, #ccc 20px), linear-gradient(to bottom, #eee, #999);
    color: #462222;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #aaa;
}
.select2-container--default .select2-selection--multiple {
    border: solid #ced4da 1px;
}

.text-orange {
    color: #FF890A !important;
}
.label-orange {
    background-color: #FF890A !important;
}
.small_input {
    width: 110px !important;
}
.priceFont {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
h4.text-themecolor  {
    margin-bottom: 0;
    margin-top: 8px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #e22323 !important;
    text-decoration: line-through !important;
}

/* Rooster --> Extra settings toolbar */
.mobileSettingsMenu {
    bottom: 0;
    padding-top: 14px;
    box-shadow: 15px 10px 13px 8px #6d6d6d;
    background: #fff !important;
}

.hoverElement:hover {
    background:#F2F4F8 !important;
}

.tinyTable th {
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
}

.font-weight-500 {
    font-weight:500;
}
.font-weight-600 {
    font-weight:600;
}
.text-align-left {
    text-align:left !important;
}

.btn-orange, .btn-orange.disabled {
    background: #ff5722;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
    border: 1px solid #ff5722;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
/* Layout select style */
ul.bigList li:first-child {
    border-top: 1px solid #dcdcdc;
}
ul.bigList li {
    list-style-type: none;
    font-size: 1.6rem;
    padding: 10px 5px;
    cursor:pointer;
    color:#000;
    border-bottom: 1px solid #dcdcdc;
}

ul.bigList {
    padding: 0;
}