﻿/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

@font-face {
    font-family: Inter; /* Имя шрифта */
    src: url(fonts/Inter-Bold.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: Inter; /* Имя шрифта */
    src: url(fonts/Inter-Light.ttf); /* Путь к файлу со шрифтом */
    font-style: normal;
    font-weight: normal;
}

.added-task {
    box-shadow: 0px 4px 4px rgba(53, 183, 128, 0.14), 0px 4px 4px rgba(53, 183, 128, 0.12), 0px 2px 4px rgba(53, 183, 128, 0.2)!important;
}

.deleted-task {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.14), 0px 4px 4px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2) !important;
    background: #dadada;
    pointer-events: none;
}

.updated-task {
    box-shadow: 0px 4px 4px rgba(0, 66, 255, 0.14), 0px 4px 4px rgba(0, 66, 255, 0.12), 0px 2px 4px rgba(0, 66, 255, 0.2) !important;
}

.rounded-default {
    border-radius: 0.4rem;
}

.comment-container {
}

    .comment-container img {
        width: 100%;
    }

.approve-need {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(240 128 128 / 30);
    width: 100%;
    opacity: 0.2;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events:none;
}

.pricing-needed {
    pointer-events: none;
    background: rgb(152 85 181 / 30) !important;
}


    .approve-need .approve-text {
        font-size: 26px !important;
        font-weight: bold;
        color: white;
        border: 1px solid white;
        text-align: center;
        padding: 0px 20px;
    }

    .approve-need .approve-text-agile {
        font-size: 17px !important;
        font-weight: bold;
        color: white;
        border: 1px solid white;
        text-align: center;
        padding: 0px 20px;
    }



input, textarea {
    outline: none;
}
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
    }

    textarea:active, textarea:focus {
        border: 2px solid #3473EB;
    }



::-webkit-scrollbar { /* chrome based */
    width: 0px; /* ширина scrollbar'a */
    background: transparent; /* опционально */
}

.mt50 {
    margin-top: 50px;
}

.bold {
    font-weight: bold;
}

.text-align-start {
    text-align: start;
}

p, label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem!important;
}

    p.indent {
        padding-left: 24px;
    }


html, body, input, .nav-link {
    font-family: 'Inter', Helvetica, Arial, sans-serif, -apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue;
    font-size: 14px;
    font-weight: 500;
}

.pt-6 {
    margin: auto 0;
}

.mt-8 {
    margin-top: 8px;
}
.mt-15 {
    margin-top: 15px;
}

.pb-3 > .row.d-flex.justify-content-center {
    height: calc(100vh - 150px);
}

.width-800 {
    width: 800px;
}

#account .form-control {
    font-size: 1.3rem;
}

a, .btn-link {
    color: #008eff;
    cursor:pointer;
}

.z-index1 {
    z-index: 1 !important;
}

.pointer {
    cursor: pointer;
}

.main .top-row {
    position: sticky;
    top: 0;
}

.top-row a:not(.btn),
.top-row .btn-link {
    color: #0f5b99 !important;
    cursor: pointer;
}

.top-row a.navbar-brand,
.top-row .navbar-brand .btn-link {
    color: black !important;
}

.navbar-brand {
    font-weight: 600;
    font-size: 1.5rem;
}

    .navbar-brand a {
        font-weight: 500;
    }
.cursor-pointer{
    cursor:pointer;
}
.hover-gray:hover {
    background-color: #f2f4f6 !important;
}
.z-1000{
    z-index:1000!important;
}

.required-star {
    color: red;
}
/*.btn {
    padding: 2px 12px !important;
    cursor: pointer;
    min-width: 50px;
}
*/
/*.btn-primary {
    color: #fff !important;
    background-color: #008eff;
    border-color: #1861ac;*/
    /*margin-left: 5px;*/
/*}

    .btn-primary.long {
        width: 100%;
        margin: 0 41px;
    }*/

/*.btn.btn-primary {
    border: none;
}
*/
/*.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}*/

.container {
    max-width: 1452px;
}

.backlog {
    width: 130%;
    border-right: 4px solid #dfe5eb;
}

    .backlog h5 {
        padding-left: 24px;
        position: sticky;
        top: 158px;
        background: white;
    }

.jobs-container {
    display: flex;
    min-height: 84vh;
    margin-top: 98px;
}

.job-status {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .job-status ul {
        flex: 1;
    }

.job-status-title {
    display: flex;
    justify-content: space-between;
    background: #f7f9fa;
    padding: 4px 10px;
    border: 1px solid #dfe5eb;
    position: sticky;
    top: 200px;
    z-index: 2;
}


.dropzone {
    padding: 10px;
    border-right: 1px solid #dfe5eb;
    list-style: none;
    min-height: 100%;
}

.no-drop {
    border: 2px dashed red;
}

.can-drop {
    border: 2px dashed green;
    background: #d6edff;
}

.drop_place {
    margin-bottom: 10px;
    padding: 5px 15px;
    background: #72bffb;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border-radius: 2px;
    height: 100px;
    display: none;
}

.can-drop .drop_place {
    display: block;
}


.priority {
    font-size: 1rem;
    font-weight: 600;
    border-radius: 3px;
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /*margin: 7px;*/
}

    .priority.Show-stopper {
        background-color: #E30000;
        color: white;
    }

    .priority.Critical {
        background-color: #DC0083;
        color: white;
    }

    .priority.Major {
        background-color: #FFEE9C;
    }

    .priority.Normal {
        background-color: #E6F6CF;
    }

    .priority.Minor {
        background-color: #E6E6E6;
    }

    .priority.No.Fix.Planned {
        background-color: #1A1A1A;
        color: white;
    }


.priority_full.Show-stopper {
    color: #E30000;
    border-bottom: 3px solid #E30000;
}

.priority_full.Critical {
    color: #DC0083;
    border-bottom: 3px solid #DC0083;
}

.priority_full.Major {
    color: #B45F06;
    border-bottom: 3px solid #FFEE9C;
}

.priority_full.Normal {
    color: #4DA400;
    border-bottom: 3px solid #E6F6CF;
}

.priority_full.Minor {
    color: #888888;
    border-bottom: 3px solid #E6E6E6;
}

.priority_full.No.Fix.Planned {
    color: #1A1A1A;
    border-bottom: 3px solid #1A1A1A;
}

.job-status .draggable {
    margin-bottom: 10px;
    padding: 5px 15px;
    border: 1px solid #dfe5eb;
    border-radius: 6px;
    box-shadow: 0 0 3px 0 #0000001a;
    min-height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}

    .job-status .draggable.focused {
        border-color: #008eff;
        box-shadow: 0px 0px 0px 2px #008eff;
    }


    .job-status .draggable.Show-stopper {
        border-left: 5px solid #E30000;
    }

    .job-status .draggable.Critical {
        border-left: 5px solid #DC0083;
    }

    .job-status .draggable.Major {
        border-left: 5px solid #FFEE9C;
    }

    .job-status .draggable.Normal {
        border-left: 5px solid #E6F6CF;
    }

    .job-status .draggable.Minor {
        border-left: 5px solid #E6E6E6;
    }

    .job-status .draggable.No.Fix.Planned {
        border-left: 5px solid #1A1A1A;
    }

.backlog .draggable {
    padding: 0px;
    border-bottom: 1px solid #dfe5eb;
}

    .backlog .draggable:first-child {
        border-top: 1px solid #dfe5eb;
    }

    .backlog .draggable > div {
        padding: 4px 0;
    }

    .backlog .draggable .title {
        padding: 4px;
    }

    .backlog .draggable .icon {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        transform: rotate( 270deg );
        padding: 5px;
        cursor: pointer;
    }

        .backlog .draggable .icon:hover svg {
            fill: #008eff;
        }

.draggable_card {
    padding-left: 21px;
}

    .draggable_card.Show-stopper {
        border-left: 5px solid #E30000;
    }


.draggable_card.Critical {
    border-left: 5px solid #DC0083;
}

.draggable_card.Major {
    border-left: 5px solid #FFEE9C;
}

.draggable_card.Normal {
    border-left: 5px solid #E6F6CF;
}

.draggable_card.Minor {
    border-left: 5px solid #E6E6E6;
}

.draggable_card.No.Fix.Planned {
    border-left: 5px solid #1A1A1A;
}

.backlog .dropzone {
    padding: 0px;
}

.backlog .r1 div {
    padding: 1px 4px;
}

.description {
    font-size: 1rem;
    display: flex;
    align-items: center;
    color: #1f2326;
}

.v_align_top {
    text-align: center !important;
    vertical-align: middle !important;
}

.last-updated {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #e1e5ea;
    font-weight: bold;
    margin-right: 5px;
}

    .last-updated small {
        color: #737577;
        font-size: 0.9rem;
    }



.projects_container {
    border: 1px solid #dfe5eb;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
}

    .projects_container .row {
        padding: 8px 10px;
    }

    .projects_container > .row:not(:last-child) {
        border: 1px solid #dfe5eb;
    }

.users_container {
    border: 1px solid #dfe5eb;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 15px;
}

    .users_container .row {
        padding: 8px 10px;
    }

    .users_container > .row:not(:last-child) {
        border: 1px solid #dfe5eb;
    }

.project_title {
    border: 1px solid #dfe5eb;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 0;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
}

.project_rightSidebar {
    border: 1px solid #dfe5eb;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 0;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 15px;
}

    .project_rightSidebar .owner {
        margin-left: 10px
    }

.widget {
    border: 1px solid #dfe5eb;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 0;
}

.widget_header {
    padding: 0 16px;
    border-bottom-color: #00000014;
    font-weight: 600;
}

.widget_body {
    margin: 0;
    padding: 16px;
}

.user {
    margin: 1px;
    padding: 2px;
    border-radius: 5px;
}

.owner {
    margin: 1px;
    padding: 2px;
    border-radius: 5px;
    background: #d5e9f8;
}

.projects_new {
    display: flex;
}

.row > div:nth-child(1) > .widget {
    margin-right: 20px;
}

.projects_projectRow .projectRow_title {
    margin: 8px 0 16px 9px;
    color: #737577;
    display: flex;
    font-size: 1.3rem;
}

.projectRow_title span {
    font-weight: bold;
}

.projects_projectRow .projectRow_buttonToolbar {
    display: flex;
    margin-bottom: 10px;
}


    .projects_projectRow .projectRow_buttonToolbar div .drop_btn_wrp {
        margin: 0;
    }

.form-row > .col {
    padding-right: 0;
}

.projects_projectRow .data_list {
    margin: 0;
    padding: 0;
    list-style: none;
}


.data_list .data_list_card {
    padding: 6px 0;
    outline: none;
    display: flex;
}

.data_list_card .drop_btn_wrp {
    height: 25.2px;
}

.data_list li.active {
    background: #ebf6ff;
}

.boxes {
    min-width: 24px;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.ring-dropdown {
    margin-right: 8px;
    width: 232px;
}

.badge1 {
    display: flex;
    align-items: center;
    height: 20px;
    padding: 5px 8px;
    margin-left: 5px;
    background: #fff;
    border: 1px solid #008eff;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    padding-right: 10px;
}

    .badge1:hover .xbtn {
        display: block;
    }

    .badge1 .xbtn {
        display: none;
        position: absolute;
        right: 2px;
        top: -2.8px;
        width: 7px;
    }

.xbtn {
    cursor: pointer;
}

    .xbtn img {
        width: 100%;
    }

.search:hover .xbtn {
    display: block;
}

.search .xbtn {
    display: none;
    position: absolute;
    right: 5px;
    top: 15%;
    width: 10px;
}

.badge_owner {
    background: #ebebeb;
    padding: 0 8px;
    border-radius: 5px;
}

.form-control {
    height: 25.2px;
}

    .form-control[readonly] {
        background: initial;
    }

select.form-control {
    height: calc(1em + 1rem );
}

.newProject_name {
    flex-grow: 1;
    padding: 0 5px;
}

.newModule_name {
    flex-grow: 1;
    padding: 0 5px 0 15px;
}




.popup_container {
    position: fixed;
    z-index: 1024;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    overflow: auto;
    align-items: center;
    justify-content: center;
    padding: 32px 8px;
    background-color: rgb(202 202 202 / 80%);
}

.popup_inner_container {
    width: 440px;
    background: white;
    box-shadow: 0 2px 16px #1f2326;
    padding: 20px;
}

.popup_inner_container_large {
    width: 1200px;
    min-height: 80vh;
    background: white;
    box-shadow: 0 2px 16px #1f2326;
    padding: 20px;
    position: absolute;
    top: 12px;
    left: 18%;
}

.popup_inner_container_image {
    width: 90vw;
    min-height: 80vh;
    background: white;
    box-shadow: 0 2px 16px #1f2326;
    padding: 20px;
    position: absolute;
    top: 12px;
    left: 5%;
}

    .popup_inner_container_image img {
        width: 100%;
    }


.popup_inner_container h3 {
    font-weight: 600;
    font-size: 1.3rem;
}

.addMembers_popup{
    margin-bottom: 10px;
}

.popup_buttonsToolbar {
    display: flex;
}



.projects_toolbar {
    display: flex;
}

    .projects_toolbar .tool {
        border-bottom: 1px solid black;
        padding: 2px 20px;
        margin: 0 0 12px 0;
        cursor: pointer;
    }

    .projects_toolbar .tool.active {
        font-weight:bold;
    }

.createTask_sidebar .projects_toolbar .tool {
    border-bottom: 1px solid #dfe5eb;
    text-align: center;
}
    .projects_toolbar .tool.full {
    width: 100%;
}

        .createTask_sidebar .projects_toolbar .tool.active {
            border-bottom: 3px solid black;
        }
.createTask_sidebar .projects_toolbar .tool.active {
    border-bottom: 3px solid #dfe5eb;
}

            .projects_toolbar .tool:not(.active):hover {
                border-bottom: 1px solid #ff008c;
                color: #ff008c;
            }

.lw{
    position: absolute;
    top: 43px;
    width: 100%;
    z-index: 1;
}

.member {
    padding: 5px;
    margin: 5px 0;
}

    .member:not(.selected):hover {
        background: #c1e0ff;
    }

    .member.selected {
        background: #84cdff;
    }

.newProject_container {
    border: 1px solid #dfe5eb;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.modules > table {
    margin-top: 20px;
}

.modules .mybtn {
    width: 112px;
}

.newModule_time {
    margin-left: 15px;
}


.input_list {
    background: #FCFCFC;
    border: 1px solid #7aaed7;
    border-collapse: collapse;
    width: 100%;
    height: 32px;
    padding: 0 8px;
    font-size: 1rem!important;
}
.default .input_list {
    height: inherit;
}
/*.input_list:active,
    .input_list:focus {
        border: 2px solid #3473EB;
    }*/
.drop_select {
    position: relative;
    font-size: 1.1rem;
}

    .drop_select.default {
        width: initial;
    }

    .drop_select .input_list {
        background: #008eff;
        color: white;
        text-align: initial;
        border-left: none;
    }

        .drop_select .input_list:active,
        .drop_select .input_list:focus {
            border-right: 1px solid #7aaed7;
            color: white;
        }

    .drop_select label.input_list {
        min-width: 120px;
        font-weight: initial;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

.flex_grow > div > .drop_select.multi,
.flex_grow50 > div > .drop_select.multi,
.flex_grow100 > div > .drop_select.multi {
    display: inherit;
}

.drop_select.multi {
    position: relative;
    display: inline-block;
}

    .drop_select.multi .input_list:focus {
        color: black;
    }

    .drop_select.multi > div {
        background: #fff;
        box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
        border-radius: 3px;
        padding: 0 10px;
        position: absolute;
        top: 84%;
        right: 0;
        margin-top: 5px;
        z-index: 2;
        width: 100%;
    }

.default .input_list {
    background: transparent;
    border: 0;
    color: #0f5b99;
}
    .default input[type="date"].input_list{
        width: 130px;
    }

    .drop_select:not(.multi):hover .list_select {
        display: block;
    }
.taskId_wrapper {
    display: flex;
    z-index: 1;
}

    .taskId_wrapper .mybtn {
        color: white !important;
        border-color: #008eff !important;
        margin-left: 0 !important;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        background-color: #008eff;
        width: 70px;
    }

    .taskId_wrapper input {
        width: 70px;
        border-color: #008eff !important;
        border-width: 1px;
        border-radius: 3px;
        padding: 0 5px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }


    .list_select {
        background: #fff;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
        min-width: 100%;
        max-height: 300px;
        padding: 2px 0;
        position: absolute;
        top: 100%;
        left: 0;
        direction: rtl;
        overflow-y: auto;
        z-index: 1;
        display: none;
    }

    .list_select.selected {
        display: block !important;
    }

.multi .list_select {
    direction: ltr;
}

.multi li input[type="checkbox"] + span {
    background: url(../images/checkbox.png);
    width: 16px;
    height: 16px;
    display: block;
}

.multi li .checked input[type="checkbox"] + span {
    background-position: bottom;
}


.list_select li {
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    line-height: 16px;
    padding: 4px 8px;
    cursor: pointer;
}

    .list_select li:hover {
        background: #d4edff;
    }


.left_border_radius {
    border-radius: 5px 0 0 5px !important;
}

    .left_border_radius > input {
        border-radius: 5px 0 0 5px !important;
    }

.right_border_radius {
    border-radius: 0 5px 5px 0 !important;
}

    .right_border_radius > input {
        border-radius: 0 5px 5px 0 !important;
    }

.newTask_popup {
    position: absolute;
    left: 8px;
    bottom: 60px;
    max-height: 600px;
    z-index: 6;
}

.newTask_popup_footer {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ring-input {
    box-sizing: border-box;
    margin: 0;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 3px;
    border: 1px solid #b8d1e5;
    background-color: #fff;
    color: #1f2326;
    font-size: 1rem;
    line-height: 20px;
    height: 24px;
    width: 100%;
}

.ring-input-blocked {
    margin: 0;
    padding: 3px 0px;
    color: #1f2326;
    font-size: 1rem;
    line-height: 20px;
    min-height: 32px;
    width: 100%;
    transition: 1s;
    position: relative;
}

    .ring-input-blocked img {
        max-width: 100%;
    }

    .ring-input-blocked a {
        font-size: 1.1rem;
    }


textarea.ring-input {
    min-height: fit-content;
}

.createTask_sidebar {
    background-color: #f7f9fa;
    border: 1px solid #dfe5eb;
    border-radius: 2px;
    font-size: 0.9rem !important;
    position: relative;
    padding: 10px 0;
    width: 330px;
    margin-left: 20px;
}

.key_value_list {
    width: 100%;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

    .key_value_list > tr > td > div > div > .input_list {
        min-height: 30px;
    }

.table-tasks {
    position: relative;
    margin: 0;
    margin-top: 3px;
}

.table-repots {
    position: relative;
    margin: 0;
    margin-top: 3px;
}

.table-reports > thead > tr > th:first-child {
    min-width: 30px;
    max-width: 30px;
}

.table-reports > thead > tr > th:not(:first-child) {
    width: 8.33%;
}

.table.reports_properties > tr > td:first-child {
    min-width: 30px;
    max-width: 30px;
}

.table.reports_properties > tr > td:not(:first-child) {
    width: 8.33%;
}

.table-reports-wrapper {
    position: relative;
    margin: 0;
    margin-top: 52px;
}

.table-customers > tr > td:not(:first-child),
.table-fixers > tr > td:not(:first-child) {
    width: 7.67%;
}

.table-reports-wrapper th,
.table-tasks th,
.table-reports th {
    position: sticky;
    top: 154px; /* Don't forget this, required for the stickiness */
    border-bottom: 1rem solid;
    background: white;
    border-top: none;
    cursor: pointer;
}

.table-reports-wrapper table,
.table-tasks table,
.table-reports table {
    margin-bottom: 0px;
}

.table-reports-wrapper table,
.table-tasks table,
.table-tasks tr,
.table-reports table,
.table-reports tr {
    cursor: pointer;
}

.task_title {
    display: flex;
}

.draggable .task_title {
    display: inline-block;
}

.table-reports-wrapper .task_title {
    margin-left: 33px;
}

.table-reports-wrapper table td,
.table-tasks table td,
.table-reports table td {
    border-top: none;
    padding: 3px 0;
}

.np_Name {
    font-weight: bold;
}

    .np_Name h4 {
        font-weight: bold;
        font-size: 1.3rem;
        width: 125px;
    }

    .np_Name .npb {
        padding-left: 8px;
        cursor: pointer;
        color: #0f5b99;
        font-size: 1.2rem;
    }

        .np_Name .npb:hover,
        .np_Name button:hover {
            color: #ff008c;
        }

    .np_Name button {
        padding-left: 6px;
        cursor: pointer;
        color: #0f5b99;
        font-size: 1.2rem;
        min-width: initial !important;
        height: initial !important;
        border-radius: initial !important;
        padding: initial !important;
        text-decoration: initial !important;
        display: initial !important;
        border: initial !important;
        font-weight: bold;
    }

.table-reports-wrapper tr:hover,
.table-tasks tr:hover,
.table-tasks tr.last-checked,
.table-reports tr:hover,
.table-reports tr.last-checked {
    background-color: #ebf6ff !important;
}

.table-reports-wrapper tr.checked,
.table-tasks tr.checked,
.table-reports tr.checked {
    background-color: #d4edff;
}

.table-tasks > tbody > tr {
    position: relative;
}


.table-reports-wrapper td,
.table-tasks td,
.table-reports td {
    max-width: 320px;
    padding: 0;
    vertical-align: bottom;
}

.table-reports-wrapper th,
.table-tasks th,
.table-reports th {
    padding-left: 0;
    padding-right: 0;
}

.table-tasks tr td .check_table,
.table-reports tr td .check_table {
    display: none;
}

.table-tasks tr:hover td .check_table,
.table-tasks tr.checked td .check_table,
.table-tasks tr.last-checked td .check_table,
.table-reports tr:hover td .check_table,
.table-reports tr.checked td .check_table,
.table-reports tr.last-checked td .check_table {
    display: block;
}

.table-tasks tr:hover td .priority,
.table-tasks tr.checked td .priority,
.table-tasks tr.last-checked td .priority,
.table-reports tr:hover td .priority,
.table-reports tr.checked td .priority,
.table-reports tr.last-checked td .priority {
    display: none;
}

.task_filters {
    top: 48px;
    background: white;
}

.agile_filters {
    margin: 0 !important;
}

.task_version_reports .input_list {
    min-width: 163px;
}

.task_title p {
    cursor: pointer;
    color: #737577;
}

.task_title a {
    cursor: pointer;
    color: #737577;
}

.task_title p:nth-child(1) {
    padding-right: 8px;
}

.task_title a:nth-child(1) {
    padding-right: 8px;
}

.task_title.task_closed p:nth-child(1) {
    /*text-decoration: line-through;*/
    color: #737577;
}

.task_title:not(.task_closed) p:nth-child(2) {
    color: #0f5b99
}

.task_title:hover p {
    text-decoration: underline;
    color: #ff008c;
}

.draggable:hover .task_title a,
.task_title:hover a {
    text-decoration: underline;
    color: #ff008c;
}

.task_title p:nth-child(2) {
    cursor: pointer;
}

.task_title a:nth-child(2) {
    cursor: pointer;
}

.task_title p:nth-child(2):hover {
    text-decoration: underline;
    color: #ff008c;
}

.task_title a:nth-child(2):hover {
    text-decoration: underline;
    color: #ff008c;
}

.agile_newTaskButton {
    display: none;
    color: #737577;
    position: relative;
}

.agile_newTask {
    position: relative;
}

    .agile_newTask svg {
        width: 16px;
    }

    .agile_newTask:hover .agile_newTaskButton {
        display: inline-block;
    }

.agile_newTaskPopup {
    position: absolute;
    left: 8px;
    max-height: 430px;
    font-weight: 600;
    width: 830px;
    background: #fafcfe;
    box-shadow: 0 3px 20px 0 #002a4c26;
    z-index: 1;
}

    .agile_newTaskPopup .createTask_sidebar {
        max-height: 430px;
        overflow-y: scroll;
    }

.task_toolbar_row {
    top: 253px;
    background: white;
}

.task_thead_row {
    top: 293px;
    background: white;
}

.report_thead_row {
    top: 108px;
    background: white;
}

.task_toolbar {
    height: 44px;
    display: flex;
    align-items: center;
}

.tt {
    margin: 19px 9px;
}

.ttt {
    margin: 13px 9px;
}

.task_tool {
    border-radius: 3px;
    color: #999;
    border: 1px solid #999;
    padding: 2px 14px;
    cursor: pointer;
    display: inline-block;
    margin: 12px 2px;
    height: 24px;
    width: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .task_tool.clicked {
        background-color: #d4edff;
    }

    .task_tool svg {
        height: 16px;
        width: 15px;
    }
    .task_tool img{
        height: 100%;
        padding: 3px;
    }

    .check_table {
        height: 16px;
    }

.error_alert {
    position: fixed;
    width: 325px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    top: 80px;
    left: 0;
    right: 0;
    background: #dcfeff;
    border-radius: 60px;
    display: flex;
    z-index: 42;
    transition: visibility 0s, opacity 0.5s linear;
}

    .error_alert span {
        margin: auto;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        display: flex;
        align-items: center;
        text-align: right;
    }

    .error_alert img {
        margin: auto;
        width: 24px;
        height: 24px;
    }

.table-reports-wrapper > tbody > div + tr,
.table-tasks > tbody > div + tr,
.table-reports > tbody > div + tr {
    border-top: none;
}

.check_table input[type="checkbox"] + label span,
.list_chekbox li input[type="checkbox"] + label span {
    background: url(../images/checkbox.png);
    width: 16px;
    height: 16px;
    display: block;
}

.check_table input[type="checkbox"]:checked + label span,
.check_table input[type="checkbox"] + label.checked span,
.list_chekbox li input[type="checkbox"] + label.checked span {
    background-position: bottom;
}

.drop_checkbox {
    position: relative;
    line-height: 16px;
    display: flex;
}

    .drop_checkbox label {
        white-space: nowrap;
        margin-left: 5px;
    }

.description_dragzone_wrapper {
    position: relative;
}

.description_dragzone {
    position: absolute;
    height: 470px;
    width: 100%;
    top: 38px;
    background: rgb(255 255 255 / 20%);
    /*border: 2px dashed black;*/
}

input[type=file] {
    width: 0;
    height: 0;
    outline: 0;
    opacity: 0;
    pointer-events: none;
    user-select: none
}

.description_dragzone input[type=file] {
    width: 100%;
    height: 100%;
    outline: initial;
    /*opacity: initial;*/
    pointer-events: initial;
    user-select: initial;
    position: absolute;
}

.upload_btn {
    margin-left: 4px;
    padding: 2px 4px;
    border-radius: .25rem;
    position: relative;
    border: 1px solid #999;
}

    .upload_btn svg {
        width: 16px;
    }

    .upload_btn input[type=file] {
        width: 100%;
        height: 100%;
        outline: initial;
        /*opacity: initial;*/
        pointer-events: initial;
        user-select: initial;
        position: absolute;
        top: 0;
        left: 0;
    }

.files-card {
    width: 120px;
    word-break: break-all;
    position: relative;
    display: inline-block;
    color: #737577;
    margin-right: 16px;
}

    .files-card:hover .file-name {
        text-decoration: underline;
    }

    .files-card span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.file-name {
    padding: 9px 12px;
    color: #1f2326;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
}

/*.mt-1 img {
    width: 100%;
}*/

.file-full {
    visibility: hidden;
    width: 500px;
    position: absolute;
    left: 100%;
    bottom: 0;
    overflow: hidden;
    box-shadow: 0 2px 16px 0 #002a4c26;
    z-index: 2;
    background-color: white;
    font-size: 15px;
}

    .file-full > div {
        display: flex;
        padding: 3px 0;
    }

        .file-full > div > img {
            margin: 0 auto;
            flex-grow: 1;
        }

.flex_grow {
    flex-grow: 1 !important;
    width: 5px;
}

.flex_grow2 {
    flex-grow: 2.03 !important;
    width: 5px;
}

.flex_grow50 {
    flex-grow: 50 !important;
    width: 5px;
}

.flex_grow100 {
    flex-grow: 101 !important;
    width: 5px;
}

.files-card:hover .file-full {
    visibility: visible;
}

.files-card-toolbar {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    margin-right: 12px;
    margin-bottom: 6px;
    color: #1f2326;
}

.files-card:hover .files-card-toolbar {
    display: flex;
}

.files-card > div > img {
    cursor: pointer;
}

.files-card svg {
    fill: #1f2326;
    padding-left: 5px;
    cursor: pointer;
}

    .files-card svg:hover {
        fill: #ff008c;
    }

.carousel {
    display: flex;
    flex-wrap: wrap;
}

.textarea_wrapper {
    margin: 12px;
}

.pp_buttons {
    margin-left: 12px;
    margin-bottom: 12px;
}

.circle_dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #999;
    border-radius: 50%;
}

.group {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    gap:4px;
}

.drop_btn_wrp {
    position: relative;
    display: inline-block;
    margin: 0 8px;
}

    .drop_btn_wrp.nag {
        margin: 0;
    }

        .drop_btn_wrp.nag button {
            min-width: 224px;
        }

    .drop_btn_wrp button {
        min-width: 160px;
        height: 25.2px;
        border-radius: 4px;
        padding: 0 16px;
        cursor: pointer;
        text-decoration: none;
        border: 0;
        background: #fff;
        display: inline;
        border: 1px solid #b1d9f9;
    }

    .drop_btn_wrp .list_select li:nth-child(1) {
        border-bottom: 1px solid #b8d1e5;
    }

    .drop_btn_wrp .list_select {
        min-width: 160px;
    }

.category-wrap {
    padding: 15px;
    background: white;
    min-width: 240px;
    border: 1px solid #dfe5eb;
    border-radius: 4px;
    height: 100%;
    height: calc(100vh - 72px);
    overflow-y: auto;
}

    .category-wrap h3 {
        font-size: 16px;
        color: rgba(0,0,0,.6);
        margin: 10px 0;
        padding: 0 5px;
        position: relative;
        cursor: pointer;
        font-weight: bold;
    }

        .category-wrap h3 label {
            margin-left: 20px;
        }

    .category-wrap ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }


    .category-wrap p {
        display: block;
        font-size: 14px;
        color: rgba(0,0,0,.6);
        padding: 2px 5px;
        position: relative;
        transition: .3s linear;
        text-decoration: initial;
        color: #008eff;
        cursor: pointer;
    }

    .category-wrap span {
        font-size: 20px;
        color: rgba(0,0,0,.6);
        padding: 2px 5px;
        position: relative;
        transition: .3s linear;
        text-decoration: initial;
        color: #008eff;
        cursor: pointer;
        font-weight: 500;
    }

    .category-wrap p:hover {
        text-decoration: solid;
    }

.attachFile_wrapper {
    border: 1px dashed #dfe5eb;
    border-radius: 4px;
    color: #737577;
    padding: 12px 16px;
    margin: 4px 0;
}

    .attachFile_wrapper:hover {
        border-color: #ff008c;
        color: #ff008c;
    }

    .attachFile_wrapper label {
        display: flex;
        margin-bottom: 20px;
    }

    .attachFile_wrapper svg {
        height: 18px;
        width: 24px;
    }

.editor_tips {
    color: #737577;
    font-size: 13px;
}

    .editor_tips > div {
        display: flex;
        cursor: default;
    }

        .editor_tips > div > div {
            margin-right: 10px;
        }

            .editor_tips > div > div:hover {
                color: #ff008c;
            }

.comment_wrapper {
    color: black;
    padding: 6px;
    padding-left: 0;
}

    .comment_wrapper .username {
        color: #0f5b99;
        padding-left: 4px;
        cursor: pointer;
        font-size: 14px;
    }

    .comment_wrapper .comment_time {
        color: #737577;
        font-size: 14px;
    }

    .comment_wrapper .username:hover {
        text-decoration: underline;
        color: #ff008c;
    }



.rotate180 {
    transform: rotate(180deg);
    margin-left: -6px;
    margin-top: 0 !important;
}

.ordered {
    fill: #008eff;
}

.seperator-wrapper {
    width: 100%;
}

    .seperator-wrapper .seperator {
        width: 100%;
        height: 6px;
        animation: rotate 3s infinite linear;
        -webkit-animation: rotate 3s infinite linear;
    }

.rate_dd {
    width: 179px;
}

.tv_loader {
    position: absolute;
    top: 46%;
    right: 46%;
}

.filter_DT {
    height: 32px;
    border: 1px solid #7aaed7;
    border-radius: initial;
    border-left: none;
}

.fixersGroup_title > div {
}

.customersGroup_title {
    background: #f7f9fa;
}

.customersGroup_title,
.fixersGroup_title {
    cursor: pointer;
}

.arrow {
    margin-right: 4px;
}

    .arrow.rotate180 {
        margin-right: 10px !important;
    }

.arrow_settings {
    border-top: 2px solid #696969;
    border-left: 2px solid #696969;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 5px;
}

    .arrow_settings.active {
        transform: rotate(45deg);
        top: 8px;
    }

.margin0a {
    margin: 0 auto;
}

.customersGroup_title > div,
.fixersGroup_title > div {
    display: flex;
    cursor: pointer;
    height: 32px;
    align-items: center;
    padding-left: 2px;
}

.no_margin {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.ri {
    height: 24px;
}

.rb {
    height: 24px;
    padding: 0 12px !important;
}

.properties {
    font-size: 0.9rem;
}

.mobile_block {
    display: none !important;
}

.mobile_flex {
    display: none !important;
}

.wrap_check_box label {
    position: relative;
    background: #35B780;
    width: 100%;
    height: 32px;
    font-family: 'Heebo', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    text-align: left;
    padding: 0 13px;
    display: inline-block;
}

    .wrap_check_box label.false, .wrap_check_box label.false {
        background: #EC3153;
        font-size: 0;
    }

    .wrap_check_box label span {
        background: #fff;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 4px;
        right: 4px;
    }

    .wrap_check_box label.false span {
        left: 4px;
        right: auto;
    }

.timeTable .d-flex.title {
    font-weight: bold;
}

.timeTable .d-flex span {
    flex-grow: 5;
    width: 4px;
    margin: auto 1px;
}

    .timeTable .d-flex span:nth-child(5) {
        flex-grow: 4;
    }

    .timeTable .d-flex span:nth-child(6) {
        flex-grow: 2;
    }

        .timeTable .d-flex span:nth-child(6) img{
            margin-left: 13px;
        }

        .timeTable .d-flex span:nth-child(1) {
            flex-grow: 3;
        }

    .timeTable .d-flex span:nth-child(2) {
        flex-grow: 6;
    }

.timeTable_row {
    padding: 0px 8px;
}

    .timeTable_row:nth-child(2n) {
        background-color: #eef1f2;
    }

.timeTable .d-flex.timeTable_row span {
    margin: auto 3px;
}

.timeTable_row:hover {
    background: #c4e5fd;
}

.createTask_sidebar tr:hover:not(.timeTable) {
    background: #d4edff;
}

    .createTask_sidebar tr:hover:not(.timeTable) .default .input_list {
        color: #ff008c;
    }

:not(.datepicker_calendar) .createTask_sidebar tr:not(.timeTable) > td:nth-child(1) {
    width: 143px;
}

.createTask_sidebar tr:not(.timeTable) > td:nth-child(2) {
    padding: 0;
}

.key_value_list tr:not(.timeTable) td:not(.CalendarDay) {
    padding: 0px 8px;
}

.user_icon {
    background-size: cover;
    border-radius: 12%;
    height: 26.5px;
    font-size: 13px;
    color: #fff;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    position: relative;
    margin: 3px 3px 3px 0 !important;
    max-width: 27px;
}

    .user_icon.billable {
        border: 3px solid yellow;
        height: 29px;
        max-width: 30px;
        margin: 3px 3px 3px -2px !important;
    }

    .user_icon .position-absolute {
        display: none;
    }

    .user_icon:hover .position-absolute {
        display: block;
        color: #050505;
        background: #ffffff;
        padding: 1px 5px;
        border-radius: 7px;
        top: -30px;
        left: 0px;
        min-width: 120px;
        border: 1px solid #dfe5eb;
    }

.approve {
    margin-right: 20px;
    padding: 1px 12px;
    color: white;
    background: #26b050;
    border-radius: 5px;
}
    .approve.warning {
        background: red;
    }
.approve_needed {
    height: 100%;
    position: absolute;
    top: 0;
    left: -7px;
    background: rgb(240 128 128 / 30);
    width: calc(100% + 14px);
    opacity: 0.2;
}
.approve_border {
    height: calc(100% - 6px);
    position: absolute;
    top: 3px;
    left: -4px;
    width: calc(100% + 8px);
    border: 1px solid white;
}
.approve_content {
    height: 100%;
    display: flex;
    max-height: 600px;
}
    .approve_content p {
        font-size: 50px !important;
        font-weight: bold;
        margin: auto;
        color: white;
        padding: 35px 20px;
        border: 1px solid white;
    }
.draggable.approve_need {
    background: #f080804d;
}
.draggable .approve_needed{
    background: rgb(255 255 255 / 30%);
    opacity: 1;
}
.table-tasks > tbody > tr .approve_needed {
    left: 0;
    width: 100%;
}
.draggable .approve_content p,
.table-tasks > tbody > tr .approve_content p {
    font-size: 20px !important;
    padding: 10px;
}
.table-tasks > tbody > tr .approve_content p {
    padding: 3px 10px;
}

    @-webkit-keyframes rotate {
        from {
        background-position: -3000px;
    }

    to {
        background-position: 0px;
    }
}

@keyframes rotate {
    from {
        background-position: -3000px;
    }

    to {
        background-position: 0px;
    }
}

.gradient {
    background: rgb(48,255,144); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(48,255,144,1) 0%, rgba(237,45,237,1) 25%, rgba(201,152,38,1) 50%, rgba(48,255,230,1) 75%, rgba(48,255,144,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(48,255,144,1)), color-stop(25%,rgba(237,45,237,1)), color-stop(50%,rgba(201,152,38,1)), color-stop(75%,rgba(48,255,230,1)), color-stop(100%,rgba(48,255,144,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(48,255,144,1) 0%,rgba(237,45,237,1) 25%,rgba(201,152,38,1) 50%,rgba(48,255,230,1) 75%,rgba(48,255,144,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30ff90', endColorstr='#30ff90',GradientType=1 ); /* IE6-9 */
}

.search_btn {
    padding: 1px 5px;
    border: 1px solid #7aaed7;
    border-collapse: collapse;
    border-left: none;
    height: 32px;
    cursor: pointer;
}

    .search_btn.active {
        animation: col 2s ease-out infinite;
    }

    .search_btn img {
        width: 15px;
    }

.comment-text {
    max-width: 1000px;
}

    .comment-text img {
        width: auto;
        /*height: 20rem;*/
        max-width: 100%;
    }

ul.danger li {
    color: red;
}

@keyframes col {
    0%,40% {
        background: #008eff;
        fill: white;
    }

    41%,72% {
        background: white;
        fill: black
    }

    75%,100% {
        background: #008eff;
        fill: white
    }
}

.table.table-borderless .drop_btn_wrp {
    margin: 0;
}
.projectRow_buttonToolbar .drop_btn_wrp button,
.table.table-borderless .drop_btn_wrp button {
    min-width: 125px;
}


@media (min-width: 641px) {
    .main > div.pl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }


    .main > div {
        /*padding-left: 2rem !important;
        padding-right: 1.5rem !important;*/
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }







    .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;
        }
}

@media (max-width: 1520px){
    html{
        font-size: 13px;
    }
}

@media (max-width: 1380px) {
    html {
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    .desktop {
        display: none !important;
    }

    .mobile_block {
        display: block !important;
    }

    .mobile_flex {
        display: flex !important;
    }

    .mobile_header {
        position: absolute;
        z-index: 3;
        top: 32px;
        left: 0;
        padding: 8px 0;
        border: 1px solid #dfe5eb;
    }
}

.cout_th {
    background: red;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 61.3%;
    display: block;
    z-index: 45;
}

.module-title-container {
    padding: .75rem .75rem .75rem .75rem;
    height:40px;
}


.shadow-n{
    box-shadow:none!important;
}

.vertical-align-top{
    vertical-align:top;
}


.hover-container {
}

.hover-container-child {
    visibility: hidden; 
    pointer-events:none;
}

.hover-container:hover .hover-container-child {
    visibility: visible;
    pointer-events: all;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1250;
    background-color: rgba(128, 128, 128, 0.2);
}

.blinking-icon {
    font-size: 50px;
    color: #007bff;
    animation: blinking 4s infinite;
}

@keyframes blinking {
    0%, 50%, 100% {
        opacity: 0.3;
    }

    25%, 75% {
        opacity: 0;
    }
}
