﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-Common-Custom {
    background: #DDDDDD;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 3px;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.loader {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #fff;
    z-index: 999;
}



.style-2::-webkit-scrollbar {
    width: 12px !important;
    background-color: #dadfe2 !important;
}

.style-2::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: #dadfe2 !important;
}

.desc {
    margin-bottom: 1rem;
    min-height: 300px;
}

.headerrow {
    display: flex;
    justify-content: space-between;
}

    .headerrow p {
        text-align: justify;
        margin: 0;
    }

.user-profile-wrapper {
    display: flex;
    align-items: center;
    padding: 15px;
    box-shadow: 0px 8px 8px #f5f5f5;
}

.accdropdown {
    width: 235px;
    margin: 52% 0 0 -30%;
}

.dropdown-index-user.dropdown-toggle::after {
    display: none;
}

@media screen and (max-device-width: 576px) {
    .desc img {
        width: 50%;
        height: auto;
    }

    .color-group {
        margin-left: 0px !important;
    }

    .responsivelabel {
        display: none;
    }

    .projectrow {
        margin-bottom: 20px !important;
    }

    body .bg-image .project-list .project-item {
        /*        box-shadow: 5px 8px 13px 5px rgb(0 0 0 / 10%) !important;
        border-radius: 15px !important;*/
    }

        body .bg-image .project-list .project-item .project-info i {
            font-size: 15px !important;
        }

    .project-list {
        /*        background: beige !important;*/
        padding: 20px !important;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        width: 90% !important;
        margin: auto !important;
    }

        .project-list .project-item {
            width: calc(50% - 16px) !important;
            margin: 8px !important;
            display: flex !important;
            align-items: center;
            height: 140px !important;
        }

            .project-list .project-item .project-chart {
                display: none !important;
            }

            .project-list .project-item .project-info span {
                align-self: end;
                position: absolute;
                width: 90%;
            }

    .projectediticon {
        float: left;
    }

    .projectdeleteicon {
        float: right;
    }

    .project-list .project-item .project-info {
        height: 100% !important;
        align-items: center;
        justify-content: center !important;
        width: 100%;
    }

    .projtitle {
        display: none !important;
    }

    .mobresponsive {
        display: block !important;
    }

    .projectusers {
        position: absolute;
        align-self: end;
        left: 10px;
    }

    body .notification .notification-icon {
        color: white !important;
        padding: 0 !important;
        margin-bottom: -35%;
    }

    .notification {
        margin-top: -6%;
    }

    .create-new-project-block {
        height: calc(100vh - 329px) !important;
        padding: 0px !important;
        width: auto !important;
    }

    body .modal.show .modal-dialog {
        margin: 0px auto !important;
    }

    .accdropdown {
        padding: 0;
    }

    .custom-search {
        width: auto !important;
    }

    .table-responsive {
        display: block !important;
    }

    body .bg-image {
        /*        top: 48px !important;
        background: #405189 !important;*/
        height: calc(100vh - 116px) !important;
    }

    body:not(.rz-default-scrollbars) ::-webkit-scrollbar {
        background-color: unset !important;
    }

    body .bg-image::-webkit-scrollbar-track {
        background: none !important;
    }

    .project-list-header {
        margin-top: -25px !important;
        background: #405189 !important;
        padding: 20px;
        position: fixed;
        z-index: 999;
    }

    .tab-nav-container {
        background: #FDFDFD !important;
        color: #405189 !important;
    }

    .rz-scheduler-nav {
        color: white !important;
        background: #405189 !important;
        margin: -3px -1px 0 !important;
    }

    .timesheetblock {
        background: transparent !important;
        height: calc(100vh - 160px) !important;
        padding: 15px 0 !important;
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        color: black !important;
    }

    body .notification .dropdown-menu {
        width: 260px !important;
    }

    .dropdown-menu.show {
        transform: translate3d(-181px, -29px, 0px) !important;
    }

    .rz-scheduler-nav .rz-scheduler-nav-views .rz-button, .rz-scheduler-nav .rz-scheduler-nav-views .rz-paginator-element {
        background: #59a6cd;
        color: white;
        border: 0;
    }

    .container-title {
        display: flex !important;
        justify-content: center !important;
    }

    .btn-csv-download {
        margin-left: 23% !important;
        border-radius: 25px !important;
    }

    .accdropdown {
        transform: none !important;
    }
}

@media screen and (min-device-width: 577px) and (max-device-width: 768px) {
    .desc img {
        width: 50%;
        height: auto;
    }

    .color-group {
        margin-left: 0px !important;
    }

    .responsivelabel {
        display: none;
    }

    .project-list .project-item {
        width: calc(50% - 16px) !important;
        margin: 0 16px 16px 0 !important;
        display: flex !important;
        align-items: center;
        height: 200px !important;
    }

        .project-list .project-item .project-chart {
            display: none !important;
        }

        .project-list .project-item .project-info span {
            align-self: end;
            position: absolute;
            right: 10px;
        }

        .project-list .project-item .project-info {
            height: 100% !important;
            align-items: center;
            justify-content: center !important;
            width: 100%;
        }

    .projtitle {
        display: none !important;
    }

    .mobresponsive {
        display: block !important;
    }

    .projectusers {
        position: absolute;
        align-self: end;
        left: 10px;
    }

    body .notification .notification-icon {
        color: #0071c1 !important;
        padding: 0 !important;
        margin-bottom: -35%;
    }

    .notification {
        margin-top: -6%;
    }

    .create-new-project-block {
        height: calc(100vh - 329px) !important;
        padding: 0px !important;
        width: auto !important;
    }

    .custom-search {
        width: 60% !important;
    }

    .table-responsive {
        display: block !important;
    }
}

@media screen and (min-device-width: 769px) and (max-device-width: 992px) {
    .desc img {
        width: 50%;
        height: auto;
    }

    .color-group {
        margin-left: 0px !important;
    }

    .responsivelabel {
        display: none;
    }

    .project-list .project-item {
        width: calc(50% - 16px) !important;
        margin: 0 16px 16px 0 !important;
        display: flex !important;
        align-items: center;
        height: 200px !important;
    }

        .project-list .project-item .project-chart {
            display: none !important;
        }

        .project-list .project-item .project-info span {
            align-self: end;
            position: absolute;
            right: 10px;
        }

        .project-list .project-item .project-info {
            height: 100% !important;
            align-items: center;
            justify-content: center !important;
            width: 100%;
        }

    .projtitle {
        display: none !important;
    }

    .mobresponsive {
        display: block !important;
    }

    .projectusers {
        position: absolute;
        align-self: end;
        left: 10px;
    }

    body .notification .notification-icon {
        color: #0071c1 !important;
        padding: 0 !important;
        margin-bottom: -35%;
    }

    .notification {
        margin-top: -6%;
    }

    .create-new-project-block {
        height: calc(100vh - 329px) !important;
        padding: 0px !important;
        width: auto !important;
    }

    .custom-search {
        width: 60% !important;
    }

    .table-responsive {
        display: block !important;
    }
}


@media screen and (min-device-width: 993px) and (max-device-width: 1200px) {
    .desc img {
        width: 50%;
        height: auto;
    }

    .color-group {
        margin-left: 0px !important;
    }

    .responsivelabel {
        display: none;
    }

    .project-list .project-item {
        width: calc(50% - 16px) !important;
        margin: 0 16px 16px 0 !important;
        display: flex !important;
        align-items: center;
        height: 200px !important;
    }

        .project-list .project-item .project-chart {
            display: none !important;
        }

        .project-list .project-item .project-info span {
            align-self: end;
            position: absolute;
            right: 10px;
        }

        .project-list .project-item .project-info {
            height: 100% !important;
            align-items: center;
            justify-content: center !important;
            width: 100%;
        }

    .projtitle {
        display: none !important;
    }

    .mobresponsive {
        display: block !important;
    }

    .projectusers {
        position: absolute;
        align-self: end;
        left: 10px;
    }

    body .notification .notification-icon {
        color: #0071c1 !important;
        padding: 0 !important;
        margin-bottom: -35%;
    }

    .notification {
        margin-top: -6%;
    }

    .create-new-project-block {
        height: calc(100vh - 329px) !important;
        padding: 0px !important;
        width: auto !important;
    }
}


@media screen and (max-device-width: 1400px) {
    .desc img {
        width: 50%;
        height: auto;
    }
}

.desc img {
    max-width: 33%;
    height: auto;
}

.desc ul {
    min-height: unset !important;
    list-style: disc !important;
}

.preview-image, .preview-pdf {
    width: 100%;
}

.modal {
    justify-content: center;
}

.projectchart {
    height: 240px;
}

.custom-search {
    height: 32px;
    border-radius: 16px;
    width: 45%;
}

.mobresponsive {
    display: none;
}

.table-responsive {
    display: table !important;
}

.projtitle {
    width: 60%;
    word-break: break-all;
}

.blazored-toast-container {
    z-index: 10000 !important;
}

.viewptask .title-edit {
    display: flex;
}

    .viewptask .title-edit input {
        margin-right: 10px;
    }

.viewptask .desc-edit .btn-Common-Custom {
    float: right;
}

.viewptask .custom-select {
    width: 60%;
}

.viewptask .storypoints-edit span {
    width: 30%;
    display: inline-flex;
}

    .viewptask .storypoints-edit span button {
        padding-right: 15px;
        background-color: snow;
        color: black;
    }

.viewptask .assignee-edit .rz-dropdown {
    width: 60%;
    margin-bottom: -10px;
}

.viewptask .assignee-edit .btn-Common-Custom {
    float: right;
    /*margin-top: 5px;*/
}

.viewptask .row-group {
    /*background-color: #f9f5f5;
    border-radius: 30px;
    padding: 10px 0px 0px 0px;
    margin: 0 5px 20px 5px;*/
}

.storypoint-numerictext button {
    padding-right: 15px;
    background-color: snow;
    color: black;
}

.nav-icon {
    font-size: 24px;
    cursor: pointer;
    color: #FFF;
}

.close-nav {
    display: none;
}

.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 55px;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
}

    .sidenav a {
        padding: 10px 8px 0px 18px;
        text-decoration: none;
        font-size: 18px;
        color: #405189 !important;
        display: block;
        transition: 0.3s;
        margin: 0 !important
    }

        .sidenav a:hover {
            font-weight: bold;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.btn-mobile-colletion {
    float: right;
    border-radius: 0;
    height: 72px;
    font-size: 14px;
    width: 55px;
    padding: 0;
    color: white;
}

.mobile-view .nav-link {
    border: 0;
    background: #F2F5FF;
    color: var(--color-header);
    border-radius: 10px 10px 0 0;
}

    .mobile-view .nav-link.active {
        color: #F2F5FF;
        background: var(--color-header);
    }

.userTimerNotify-edit span {
    width: 25%;
}

.highcharts-credits {
    display: none;
}

#burndown {
    width: 100%;
    min-width: 310px;
    height: 400px;
    margin: 0 auto;
}

#CumulativeChart {
    width: 100%;
}

.cumulative-wrapper {
    padding: 20px;
    border: 1px solid #dee2e6;
}

.chart-title {
    line-height: 38px;
    margin-bottom: 16px;
}

.cumulative-yAxis {
    font-size: 14px;
    transform: rotate(-90deg);
    position: absolute;
    left: -10px;
    top: 200px;
}

.edit-project-dashboard .blazored-typeahead, .worklog-input-row .blazored-typeahead {
    width: auto;
}

.project-model .modal-body {
    min-height: 300px;
}

#burndown {
    width: 100%; /* Set the chart width to 100% to make it responsive */
    min-width: 310px;
    height: 400px;
    margin: 0 auto;
}

/* Add media queries for different screen sizes */
@media screen and (max-width: 768px) {
    #burndown {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    #burndown {
        height: auto; /* Further adjust height for even smaller screens */
    }
}

.tooltipp {
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
    display: none;
}

    .tooltipp rect {
        fill: #fff;
        stroke: rgba(222, 226, 230, 0.5);
        stroke-width: 3;
    }

    .tooltipp text {
        font-family: Helvetica, Arial, sans-serif;
    }

/* Remove y-axis line and tick marks */
.y-axis path {
    display: none;
}

.highlighter {
    fill: rgba(160, 184, 200, 0.2); /* Semi-transparent #A0B8C8 fill */
    pointer-events: none; /* Prevent the highlighter from blocking mouse events on the data point */
}

#ApproveProjectDeviceAuthWindowModal .modal-dialog {
    margin: auto;
}

@media (min-width: 700px) {
    #ApproveProjectDeviceAuthWindowModal .modal-dialog {
        margin: auto;
        max-width: 50% !important;
    }
}

.gantt {
    height: auto;
}

.gantt-container {
    display: flex;
    overflow: auto; /* Enable horizontal scrolling */
}

    .gantt-container .gantt-side {
        flex: 0 0 200px;
        position: sticky;
        left: 0;
        z-index: 1;
        overflow: hidden; /* Hide overflow content */
        background: #FFFFFF;
    }

        .gantt-container .gantt-side .task-names {
            padding-top: 60px;
            text-align: center;
            border: 1px solid #ebeff2;
        }

        .gantt-container .gantt-side .task {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 8px;
            cursor: pointer;
            border-bottom: 1px solid #ebeff2;
            height: 37px;
            background: #FFFFFF;
        }

            .gantt-container .gantt-side .task:last-child {
                border-bottom: 0;
            }

    .gantt-container .gantt-chart {
        flex: 1;
        padding: 0;
    }

/* Add a CSS class for blue color */
.blue-bar {
    background-color: blue !important; /* Apply the blue color */
}

.chart-controls {
    text-align: center;
    margin-bottom: 10px; /* Adjust margin */
}

    .chart-controls > p {
        font-size: 1.2rem;
        font-weight: 500;
        margin-bottom: 5px;
    }

.button-cont button {
    margin: 5px;
    padding: 5px 10px;
    background-color: #405189;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

    .button-cont button:hover {
        background-color: #2980b9;
        transform: scale(1.05);
    }

    .button-cont button:focus {
        outline: none;
    }

    .button-cont button:active {
        background-color: #217dbb;
    }

.gantt .today-highlight {
    fill: #fcf8e3 !important;
    opacity: 0.5;
}

.gantt .grid-row:nth-child(odd) {
    fill: Ivory !important;
}

.gantt .grid-row:nth-child(even) {
    fill: Azure !important;
}

.main .custom-message-alert {
    max-width: 500px;
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.gantt-container .popup-wrapper {
    width: 200px;
}

    .gantt-container .popup-wrapper .title {
        border-bottom: 0;
        color: #FFFFFF;
    }

    .gantt-container .popup-wrapper .subtitle {
        padding-top: 0;
    }

    .gantt-container .popup-wrapper .pointer {
        margin: 0 0 0 -3px;
    }

.gantt .handle.progress {
    display: none;
}

.gantt .bar-progress {
    fill: #405189;
}

.task-modal .blazored-typeahead {
    width: 100% !important;
}

.btn-csv-download {
    margin-right: 10px !important;
}

.loading-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 230px);
    z-index: 1;
}

    .loading-spinner i {
        animation: spin 1s linear infinite;
    }
#pdf-container canvas {
    display: block;
    margin : auto;
}

.datepicker-small input{
    font-size: 13px;
}

.btn-generate-tasks:disabled {
    background-color: grey;
    border-color: grey;
}