﻿.entity-planning-event-dashed {
    border-width: medium !important;
    border-style: dashed !important;
    margin-right: -4px;
}

.entity-planning-event-dashed-subject {
    line-height: 0.7 !important;
}

.entity-planning-event-dashed-time {
    line-height: 0.8 !important;
}

.e-schedule .e-timeline-view .e-resource-cells,
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells {
    padding-left: 0;
}

.accent-card {
    border-radius: 2px;
    background-color: #f7f7f7;
}

.blazored-modal {
    overflow:unset !important;
}

.capped-screen-height {
    height:85vh;
}

.capped-screen-height-tab {
    height: 73vh;
}

.planning-form-status-button {
    width: 120px;
}

.table-scroll tbody {
    position: absolute;
    overflow-y: scroll;
    height: calc(100% - 37px);
    overflow-x:hidden;
}

.table-scroll tr {
    width: 100%;
    table-layout: fixed;
    display: inline-table;
    margin: 0;
}

.table-edit-column {
    width: 100px;
}

.table-checkbox-column {
    width: 40px;
}

.table-scroll > thead > tr {
    width: calc(100% - 18px)
}

.table-scroll thead > tr > th {
    border: none;
}


.lower-top > .e-control-container > .e-label-top {
    top: 20px !important;
}

.enforce-relative {
    position: relative !important;
}

.no-left-padding > .e-ul {
    padding-left: 0px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.dropdown > .flexbox > input {
    height: 30px;
}

tr:hover > .e-work-cells {
    border-top-color: #4d847c !important;
    border-bottom-color: #4d847c !important;
    border-top-style: solid !important;
    border-bottom-style: solid !important;
    border-top-width: thin !important;
}


.e-inner-wrap {
    padding-left: 4px;
    margin-left: -4px;
}


.info-card {
    border-style: solid;
    border-width: thin;
    border-color: #31544f;
    margin-bottom: 6px;
    border-radius: 2px;
    min-height: 50px;
}

.info-card-body {
    font-size: 11px;
}

.planning-order-info-card {
    height: 68px;
    border-radius: 2px;
    border-style: solid;
    border-width: thin;
    border-color: #999;
}

.planning-card {
    width: 267px;
}

.phone-icon {
    font-size: smaller;
}

.stuur-button {
    border-radius: 2px;
}


.underlined-card-header {
    border-bottom-style: solid !important;
    border-width: thin !important;
    border-color: #999;
}

.stuur-card {
    border-style: solid;
    border-width: thin;
    border-color: #999;
}

.sub-item {
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f5f5f5;
}
.sub-item:nth-of-type(odd) {
    background-color: #ebeff5;
}

.click-cursor {
    cursor: pointer;
}


.smaller-text {
    font-size: 11px;
}


.scroll-box {
    overflow-y:auto;
}

.flex-fill-helper {
    height:20px;
    overflow-y:hidden;
}

.flex-helper {
    min-width:0;
}

.styling-color-card > .my-auto > .e-disabled {
    opacity: 1 !important;
}


@media only screen and (min-width: 600px) {
    ::-webkit-scrollbar {
        width: 18px;
    }
    ::-webkit-scrollbar-track {
        background-color: transparent;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #d6dee1;
        border-radius: 10px;
        border: 6px solid transparent;
        background-clip: content-box;
    }
    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }

}