#calendrier-zoom-level-slider{width:130px;}

.mds-progress-calendar .mbsc-timeline-row-gutter {
    height: 6px;
}
.md-timeline-height .mbsc-timeline-resource, .md-timeline-height .mbsc-timeline-row { min-height: 220px; }
.mds-progress-calendar .mbsc-timeline-parent {
    height: 34px;max-height: 34px;
}
.mbsc-calendar-controls
{
    height: 45px;
    padding: 0 !important;
    margin-top:-2px !important;
}

.mds-popup-progress-slider {
    margin: 0 10px;
}

.mds-popup-progress-label {
    margin-left: 10px;
    width: 50px;
    text-align: right;
}

.mbsc-timeline-event
{
    padding: 4px 2px  !important;
}
.mds-progress-event {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    height:25px;
    line-height: 25px;
}

.mds-progress-event-content {
    padding: 0px 0;
    margin-right: 30px;
}

.mds-progress-event-title {
    position: relative;
    color: white;
    font-size: 14px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mds-progress-bar {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.08);
}

.mds-progress-arrow {
    position: absolute;
    right: -9px;
    bottom: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
}

.mds-progress-dragging {
    background-color: rgba(0, 0, 0, 0.5);
}


.mds-progress-label {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.mds-progress-employee-name {
    font-size: 14px;
}

.mds-progress-employee-title {
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}


.mbsc-timeline-parent { height: 32px; }
.mbsc-timeline-row-gutter { height: 6px; }

.mds-resource-filtering-calendar .mbsc-timeline-resource-header {
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.mds-resource-filtering-calendar .mbsc-timeline-resource-col {
    width: 350px;
}

.mds-resource-filtering-calendar .mbsc-timeline-resource-title {
    height: 100%;
    box-sizing: border-box;
}

.mds-resource-filtering-calendar .mbsc-timeline-parent {
    height: 34px;
}

.mds-resource-filtering-calendar .mbsc-timeline-row-gutter {
    height: 6px;
}

.mds-resource-filtering-search {
    height: 100%;
}

.mds-resource-filtering-search .mbsc-textfield-wrapper {
    margin: 0;
}

.mds-resource-filtering-search .mbsc-textfield-wrapper.mbsc-ltr {
    margin-right: 8px;
}

.mds-resource-filtering-search .mbsc-textfield-wrapper.mbsc-rtl {
    margin-left: 8px;
}

.mds-resource-filtering-search .mbsc-textfield-wrapper.mbsc-material {
    margin-top: 2px;
}

.mds-resource-filtering-search .mbsc-textfield {
    height: 36px;
    padding: 0 8px 0 38px;
}

.mds-resource-filtering-search .mbsc-textfield-icon {
    top: 50%;
    left: 8px;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
}

.mds-resource-filtering-search .mbsc-button {
    margin: 0;
    height: 36px;
    font-size: 14px;
}

.mds-resource-filtering-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
}

.mds-resource-filtering-status-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.mds-resource-filtering-status {
    font-size: 13px;
    font-weight: normal;
}

.mds-resource-filtering-empty {
    height: 100%;
    text-align: center;
}