.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.resource-allocation {
    background: white;
}

    .resource-allocation .resorce-wrap {
        padding: 20px 30px;
        border-bottom: 2px solid #CCCCCC;
    }

        .resource-allocation .resorce-wrap .resource-detail .resource-label {
            font-size: 14px;
            color: #AAB1C7;
        }

        .resource-allocation .resorce-wrap .resource-detail .name {
            font-size: 16px;
            font-weight: 600;
            color: #263239;
        }

        .resource-allocation .resorce-wrap .calendar-type span {
            font-weight: 400;
            font-size: 14px;
            padding-left: 15px;
            position: relative;
            margin-left: 10px;
        }

            .resource-allocation .resorce-wrap .calendar-type span:before {
                width: 8px;
                height: 8px;
                content: "";
                position: absolute;
                border-radius: 100px;
                left: 0;
                top: 5px;
            }

            .resource-allocation .resorce-wrap .calendar-type span.allocated {
                color: #3391DC;
            }

                .resource-allocation .resorce-wrap .calendar-type span.allocated::before {
                    background: #3391DC;
                }

            .resource-allocation .resorce-wrap .calendar-type span.available {
                color: #46989A;
            }

                .resource-allocation .resorce-wrap .calendar-type span.available::before {
                    background: #46989A;
                }

            .resource-allocation .resorce-wrap .calendar-type span.remain {
                color: #EF4E1F;
            }

                .resource-allocation .resorce-wrap .calendar-type span.remain::before {
                    background: #EF4E1F;
                }

    .resource-allocation .allocation-calendar {
        -webkit-box-sizing: initial;
        box-sizing: initial;
    }

        .resource-allocation .allocation-calendar .bkg-gray {
            background-color: #EEF1F6;
        }

        .resource-allocation .allocation-calendar .project-section {
            width: 25%;
        }

            .resource-allocation .allocation-calendar .project-section .title {
                background: #EEF1F6;
                padding: 15px 20px;
                font-weight: 600;
                font-size: 19px;
            }

            .resource-allocation .allocation-calendar .project-section .project-name {
                padding: 0 20px;
                font-size: 14px;
                font-weight: 600;
                border-bottom: 1px solid #D8DEE5;
                height: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .resource-allocation .allocation-calendar .project-section .project-name.spacer {
                    height: 10px;
                }

                .resource-allocation .allocation-calendar .project-section .project-name i.info {
                    position: relative;
                    width: 16px;
                    height: 16px;
                    margin-left: 12px;
                    cursor: pointer;
                }

        .resource-allocation .allocation-calendar .status-section {
            width: 5%;
        }

            .resource-allocation .allocation-calendar .status-section .status-text {
                font-size: 14px;
                font-weight: 600;
                border-bottom: 1px solid #D8DEE5;
                height: 85px;
                text-align: center;
                padding-bottom: 10px;
            }

                .resource-allocation .allocation-calendar .status-section .status-text.spacer {
                    height: 58px !important;
                    padding: 0;
                    border: 0;
                }

                .resource-allocation .allocation-calendar .status-section .status-text .line1 {
                    padding: 22px 15px 6px;
                }

                .resource-allocation .allocation-calendar .status-section .status-text .line2 {
                    padding: 10px 15px;
                }

                .resource-allocation .allocation-calendar .status-section .status-text .line3 {
                    padding: 10px 15px;
                }

                .resource-allocation .allocation-calendar .status-section .status-text:nth-child(2) {
                    padding: 0;
                }

                    .resource-allocation .allocation-calendar .status-section .status-text:nth-child(2) .line1 {
                        padding: 15px 15px;
                    }

        .resource-allocation .allocation-calendar .calendar-section {
            width: 70%;
            position: relative;
            /*&::after {
                content: "";
                width: 20px;
                height: 100%;
                position: absolute;*/
            /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
            /*background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);*/
            /* FF3.6-15 */
            /*background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
            /* Chrome10-25,Safari5.1-6 */
            /*background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);*/
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );*/
            /* IE6-9 */
            /*left: 0;
                top: 0;
                border-left: 1px solid #D8DEE5;
            }*/
        }

            .resource-allocation .allocation-calendar .calendar-section::before {
                content: "";
                width: 20px;
                height: 100%;
                position: absolute;
                /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
                /* FF3.6-15 */
                /* Chrome10-25,Safari5.1-6 */
                background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
                background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
                /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
                /* IE6-9 */
                right: 0;
                top: 0;
                border-right: 1px solid #D8DEE5;
            }

            .resource-allocation .allocation-calendar .calendar-section .calendar-control {
                position: absolute;
                width: 100%;
                height: 52px;
                z-index: 1;
            }

                .resource-allocation .allocation-calendar .calendar-section .calendar-control button {
                    width: 30px;
                    height: 100%;
                    background: #CAD4E5;
                    border: none;
                    text-align: center;
                    padding: 0;
                    color: black;
                    position: absolute;
                    cursor: pointer;
                }

                    .resource-allocation .allocation-calendar .calendar-section .calendar-control button:hover {
                        background: #297CC3;
                        color: white;
                    }

                    .resource-allocation .allocation-calendar .calendar-section .calendar-control button.btn-next {
                        right: 0;
                    }

                    .resource-allocation .allocation-calendar .calendar-section .calendar-control button.btn-prev {
                        left: -30px;
                    }

            .resource-allocation .allocation-calendar .calendar-section .calendar-inner-box {
                white-space: nowrap;
                overflow: hidden;
            }

            .resource-allocation .allocation-calendar .calendar-section .month {
                background: #EEF1F6;
            }

                .resource-allocation .allocation-calendar .calendar-section .month .month-title {
                    background: #EEF1F6;
                    padding: 18px 5px;
                    font-weight: 600;
                    font-size: 14px;
                    text-transform: uppercase;
                    min-width: 75px;
                    text-align: center;
                }

            .resource-allocation .allocation-calendar .calendar-section .avail-remai .hours {
                padding: 11px 10px;
                height: 64px;
                border: 1px solid #D8DEE5;
                margin-right: -1px;
                margin-bottom: -1px;
                border-top: 0;
                min-width: 64px;
            }

                .resource-allocation .allocation-calendar .calendar-section .avail-remai .hours span {
                    font-size: 13px;
                }

                    .resource-allocation .allocation-calendar .calendar-section .avail-remai .hours span.availble-hour, .resource-allocation .allocation-calendar .calendar-section .avail-remai .hours span.remain-hour {
                        display: block;
                        padding: 5px 7px;
                        border-radius: 5px;
                    }

                        .resource-allocation .allocation-calendar .calendar-section .avail-remai .hours span.availble-hour span.hr, .resource-allocation .allocation-calendar .calendar-section .avail-remai .hours span.remain-hour span.hr {
                            font-weight: 600;
                        }

                        .resource-allocation .allocation-calendar .calendar-section .avail-remai .hours span.availble-hour.availble-hour, .resource-allocation .allocation-calendar .calendar-section .avail-remai .hours span.remain-hour.availble-hour {
                            margin-bottom: 10px;
                            background: #E3F0F0;
                            color: #46989A;
                            position: relative;
                            padding-left: 15px;
                        }

                        .resource-allocation .allocation-calendar .calendar-section .avail-remai .hours span.availble-hour.remain-hour, .resource-allocation .allocation-calendar .calendar-section .avail-remai .hours span.remain-hour.remain-hour {
                            background: #FDE4DD;
                            color: #EF4E1F;
                            position: relative;
                            padding-left: 15px;
                        }

            .resource-allocation .allocation-calendar .calendar-section .allocated .hours {
                padding: 11.5px 10px;
                border: 1px solid #D8DEE5;
                margin-right: -1px;
                margin-bottom: -1px;
                min-height: 70px;
                min-width: 64px;
            }

                .resource-allocation .allocation-calendar .calendar-section .allocated .hours.d-active {
                    background: url(../images/stripe-pattern.png) no-repeat center center;
                    background-size: cover;
                }

                .resource-allocation .allocation-calendar .calendar-section .allocated .hours span.percentage {
                    display: block;
                    font-size: 17px;
                    font-weight: 600;
                    margin-top: 10px;
                    min-height: 25px;
                    white-space: nowrap;
                }

                .resource-allocation .allocation-calendar .calendar-section .allocated .hours span.allocated-hour {
                    display: block;
                    font-size: 13px;
                    padding: 5px 7px;
                    background: #D3EAFC;
                    color: #3391DC;
                    border-radius: 5px;
                    margin-top: 10px;
                    white-space: nowrap;
                    min-height: 15px;
                    position: relative;
                    padding-left: 15px;
                }

                    .resource-allocation .allocation-calendar .calendar-section .allocated .hours span.allocated-hour span.hr {
                        font-weight: 600;
                    }

            .resource-allocation .allocation-calendar .calendar-section .allocated:nth-child(2n+2) {
                background: #FDFDFD;
            }

        .resource-allocation .allocation-calendar.allocation-client .project-section .project-name {
            height: 85px;
        }

        .resource-allocation .allocation-calendar.allocation-client .status-section .status-text {
            height: 127px;
        }

            .resource-allocation .allocation-calendar.allocation-client .status-section .status-text:nth-child(2) {
                height: 85px;
            }

        .resource-allocation .allocation-calendar.allocation-client .calendar-section .allocated .hours {
            min-height: 85px;
            padding: 10.5px 10px;
        }

            .resource-allocation .allocation-calendar.allocation-client .calendar-section .allocated .hours .remain-hour {
                display: block;
                padding: 5px 7px;
                border-radius: 5px;
            }

                .resource-allocation .allocation-calendar.allocation-client .calendar-section .allocated .hours .remain-hour span.hr {
                    font-weight: 600;
                }

                .resource-allocation .allocation-calendar.allocation-client .calendar-section .allocated .hours .remain-hour.remain-hour {
                    background: #FDE4DD;
                    color: #EF4E1F;
                    position: relative;
                    padding-left: 15px;
                    margin-top: 10px;
                }

.h-100 {
    height: 100%;
}

.color-green {
    color: #46989A;
}

.color-red {
    color: #EF4E1F;
}

.color-blue {
    color: #3391DC;
}

.btnstyle {
    padding: 15px 45px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/*# sourceMappingURL=allocation.css.map */
