/*new project*/

form#adminForm, .projectmanagement-edit.front-end-edit {
    padding: 15px !important;
    margin-top: 20px;
    border: 0;
    background: #ffffffdb;
    backdrop-filter: blur(5px);
    border-radius: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.new_project_button {
    background: #273e8a;
    color: white;
    border: 1px solid #273e8a;
}

div.float-end{
    display: none;
}

.new_project_button:hover {
    background: #ffffff;
    color: #131e42;
    border: 1px solid #131e42;
}

.item_fields {
    padding: 15px !important;
    margin-top: 20px;
    border: 0;
    background: #ffffffdb;
    backdrop-filter: blur(5px);
    border-radius: 25px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

h1.project_title {
    margin-bottom: 50px;
}

.com-project-management.view-newproject div#sp-component .row {
    border-bottom: 1px solid #cccccc7a;
    padding-bottom: 10px;
}

@media screen and (max-width:992px) {
    .com-project-management.view-newproject div#sp-component .row .col-sm-6.col-md-2:nth-child(1) {
        float: left;
    }

    .com-project-management.view-newproject div#sp-component .row .col-sm-6.col-md-2:nth-child(3) {
        float: right !important;
    }
}

button#accept0 {
    background: #273e8a;
    color: white;
    outline: 0px;
    border: #273e8a;
    border-radius: 5px;
    padding: 2px 10px;
}

.calendar-container tr th:nth-child(4),
.calendar-container tr td:nth-child(4),
.calendar-container tr th:nth-child(5),
.calendar-container tr td:nth-child(5),
.calendar-container tr th:nth-child(6),
.calendar-container tr td:nth-child(6) {
    width: unset;
    min-width: unset;
    max-width: unset;
}

.calendar-container table {
    max-width: 300px;
}

.details-subform {
    background: #273e8a;
    padding: 10px;
    color: white;
    margin-top: 10px;
}

@media (min-width: 992px) and (max-width: 1250px){
.all-project-status {
    font-size: 12px!important;
}}

table#managementList tr:first-child th a, 
table#managementList tr:first-child th,
table#projecttaskList tr:first-child th a, 
table#projecttaskList tr:first-child th,
table#stepList tr:first-child th a, 
table#stepList tr:first-child th {
    color: #fff !important;
    background: #273e8a;
}

input::placeholder, select::placeholder {
    color: #b9b9b9 !important;
    font-size: 14px;
}

/*-----------------------------------------------------------------------
  TABLE STYLE              
-------------------------------------------------------------------------*/
u {
    text-decoration: none;
}

tbody tr:nth-child(even) {
    color: #000;
}

tbody tr:nth-child(odd) {
    color: #000;
}

.current-project-section tr th:nth-child(1),
.current-project-section tr td:nth-child(1) {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}

.kpirecordList_status tr th:nth-child(6),
tr td:nth-child(6) {
    width: unset !IMPORTANT;
    min-width: unset !IMPORTANT;
    max-width: unset !IMPORTANT;
}
table a {
    text-decoration: underline;
}

.kpirecordList_status :is(
tr th:nth-child(4),
tr td:nth-child(4),
tr th:nth-child(5),
tr td:nth-child(5),
tr th:nth-child(6),
tr td:nth-child(6),
tr th:nth-child(6),
tr td:nth-child(7),
tr th:nth-child(6),
tr td:nth-child(8)){
    min-width: 120px;
    max-width: 250px;
    word-break: break-all;
    font-size: 14px;
}

.calendar-container tr th:nth-child(1),
.calendar-container tr td:nth-child(1) {
    width: unset !IMPORTANT;
    min-width: unset !IMPORTANT;
    max-width: unset !IMPORTANT;
}

.com_dt_project.com-dt-project .item_fields table td, 
.com_dt_project.com-dt-project .item_fields table th, 
.com_dt_project.com-dt-project .item_fields table tr {
    color: #000 !IMPORTANT;
}

/*-------------------------
      SCROLLBAR
--------------------------*/
/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #273e8a;
    border-radius: 50px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*pagination*/
.pagination.pagination-toolbar.clearfix {
    margin: 10px 0px;
}

.pagination.pagination-toolbar.clearfix {
    margin-bottom: 200px;
}

/*button*/

button.btn.hasTooltip,
button {
    background: #000;
    color: #fff !important;
    border-radius: 0px !important;
    transition: 0.5s;
    outline: 0px;
}

button.btn.hasTooltip:hover,
button:hover {
    opacity: 0.6;
}


/*register page*/
.com-users.view-registration .col-sm-4.col-sm-offset-4 {
    background: #fff;
    padding: 30px;
}

/*alert*/
.alert {
    background: #ffe6e6;
}

/*project management*/

/*project this month*/

.project-this-month {
    text-align:
        center;
    padding: 15px 30px;
    background-color: #273e8a !important;
    color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px #00000030;
    position: relative;
}

.project-this-month .project-userpoint {
    color: white;
    font-size: 40px;
    line-height: 1.2;
    transition: 0.3s;
}

.project-this-month a:hover,
.project-this-month a:focus {
    opacity: 0.6;
    color: white;
}

.this-project-view-more {
    position: absolute;
    right: 10%;
    top: 50%;
}

/*project last month*/

.project-last-month {
    text-align: center;
    padding: 15px 30px;
    background-color: #eb2127;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000030;
    position: relative;
}
@media(max-width:991px){
.project-last-month {
    margin-bottom: 15px;
}
}

.project-last-month .project-userpoint {
    color: white;
    font-size: 40px;
    line-height: 1.2;
    transition: 0.3s;
}

.project-last-month a:hover,
.project-last-month a:focus {
    opacity: 0.6;
    color: white;
}

.last-project-view-more {
    position: absolute;
    right: 10%;
    bottom: -12%;
}

/*project total*/

.project-total-pending,
.project-total-current,
.project-total-complete {
    display: inline-block;
    padding: 0 18px;
    line-height: 1;
    color: #000000;
}

@media(Max-width:991px) {

    .project-total-pending,
    .project-total-current,
    .project-total-complete {
        width: 100%;
        background: #fff;
        border-radius: 10px;
        padding: 20px 15px;
        text-align: center;
        margin-bottom: 15px;
        box-shadow: 0px 0px 10px #00000030;
        display: block;
    }
}

span.project-total-pending-span {
    font-size: 100px;
    line-height: 1;
}

span.project-total-current-span {
    font-size: 100px;
    line-height: 1;
    color: #000000;
}

span.project-total-complete-span {
    font-size: 100px;
    line-height: 1;
}

@media(max-width:991px) {
    span.project-total-pending-span {
        font-size: 40px;
    }

    span.project-total-current-span {
        font-size: 40px;
    }

    span.project-total-complete-span {
        font-size: 40px;
    }
}

span.project-total-current-header {
    color: #000000;
}

.top-table-project {position:relative;}

@media(min-width:992px) {
    .top-table-project {
        padding: 25px 15px;
        background: #fff;
        box-shadow: 0px 0px 10px #00000030;
        border-radius: 10px;
        display: flex;
        vertical-align: middle;
        align-items: center;
        justify-content: space-evenly;
        background: #ffffffdb;
        backdrop-filter: blur(5px);
    }
}

@media(max-width:991px) {
    .col-sm-7.top-table-project {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .row.top-project-row {
        margin-right: 0;
    }

    .all-project-status {
        text-align: center;
    }
}

/*pending project*/

.dt-point-page .pending-project-body {
    max-height: unset;
}

.pending-project-section {
    margin-top: 15px;
    overflow: hidden;
    /* border: 1px solid #666; */
}

.pending-project-section h3 {
    background: #273e8a;
    color: #fff;
    margin: 0px 15px;
    padding: 10px 30px;
    font-size: 24px !important;
    font-family: 'cg-reg';
    font-weight: 300;
}

.pending-project-body {
    padding: 20px !important;
    max-height: 350px;
    overflow: auto;
    border-radius: 0px !important;
    color: #000;
    background: #ffffff;
    border: 1px solid #273e8a;
    font-size: 14px;
    width: 100% !IMPORTANT;
}

.pending-project-body a {
    color: #000;
    font-size: 14px;
}
.col-sm-6.col-md-3.pending_project_name {
    padding: 0px;
}
td.top-table-project {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000030;
}

.project-user-header h3 {
    border: none;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.pending-project-body button {
    background: #273e8a !important;
    border-radius: 100px !important;
    padding: 5px 10px !important;
    transition: 0.3s;
    line-height: 1.3;
    color: #fff!important;
    letter-spacing: 0px!important;
    font-weight: 700;
    font-family: 'cg-reg';
    font-size: 14px;
    border: 0px!important;
}
@media(Max-width:991px){
    .pending-project-body button {
        margin-top: 10px;
        margin-left: 10px;
    }
}
.pending-project-body button:hover {
    opacity: 0.5;
}

@media(max-width:991px) {
    .pending-project-body .col-sm-6.col-md-1.pending_accept {
        width: 30% !important;
        display: inline-block !important;
    }

    .pending-project-body .col-sm-6.col-md-3 {
        width: 50% !important;
        display: inline-block !important;
    }

    .pending-project-body {
        display: inline-block !important;
    }

    .pending-project-body .col-sm-6.col-md-2.pending_value {
        margin-bottom: 10px;
    }

    .pending-project-body .row {
        border-bottom: 1px solid #ececec;
        padding-bottom: 30px;
    }
}

@media(max-width:480px) {

    .pending-project-body .col-sm-6.col-md-1.pending_number {
        display: inline-block !important;
        font-weight: 600;
        vertical-align: top !important;
    }

    .pending-project-body .col-sm-6.col-md-3.pending_project_name {
        width: 80% !important;
        display: inline-block !important;
    }

    .pending-project-body .col-sm-6.col-md-2.pending_value {
        display: inline-block !important;
        /* width: 45% !important; */
    }

    .pending-project-body .col-sm-6.col-md-1.pending_accept {
        width: 40% !important;
        display: inline-block !important;
        justify-content: center !important;
    }
}

/*pending task*/

.pending-task-section {
    margin-top: 15px;
    background: #fff;
    /* border-radius: 10px; */
    box-shadow: 0px 0px 10px #00000030;
    overflow: hidden;
}

.pending-task-section h3 {
    background: #273e8a;
    color: #fff;
    margin: 0px 15px;
    padding: 10px 30px;
    font-size: 24px !important;
    font-family: 'cg-reg';
    font-weight: 300;
}

.pending-task-body {
    padding: 20px !important;
    max-height: 350px;
    overflow: auto;
}

.pending-task-body a {
    color: #000;
}

td.top-table-task {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000030;
}

.pending-task-body button {
    background: #000000 !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 4px 10px !important;
    transition: 0.3s;
    border: none;
    line-height: 1.3;
}

.pending-task-body button:hover {
    opacity: 0.8;
}

@media(max-width:991px) {
    .pending-task-body .col-sm-6.col-md-1.pending_accept {
        width: 30% !important;
        display: inline-block !important;
    }

    .pending-task-body .col-sm-6.col-md-3 {
        width: 50% !important;
        display: inline-block !important;
    }

    .pending-task-body {
        display: inline-block !important;
    }

    .pending-task-body .col-sm-6.col-md-2.pending_value {
        margin-bottom: 10px;
    }

    .pending-task-body .row {
        border-bottom: 1px solid #ececec;
        padding-bottom: 30px;
    }
}

@media(max-width:480px) {

    .pending-project-body .col-sm-6.col-md-1.pending_number {
        display: inline-block !important;
        font-weight: 600;
        vertical-align: top !important;
    }

    .pending-project-body .col-sm-6.col-md-3.pending_project_name {
        width: 80% !important;
        display: inline-block !important;
    }

    .pending-project-body .col-sm-6.col-md-2.pending_value {
        display: inline-block !important;
        /* width: 45% !important; */
        padding-left: 25px !IMPORTANT;
        margin: 0px;
    }

    .pending-project-body .col-sm-6.col-md-1.pending_accept {
        width: 40% !important;
        display: inline-block !important;
        justify-content: center !important;
    }
}

td.imageColumn img,  div.imageColumn img{
    height: 50px;
    margin-bottom: 15px;
    object-fit: cover;
}


/*current project*/
.current-project-section {
    padding: 0px;
    /* border-radius: 10px; */
}

form#adminForm,
.current-project-section #activityForm {
    padding: 20px 0px;
}

.current-project-section h3 {
    margin: 0px;
    background: #273e8a;
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 24px !important;
    /* border-radius: 10px 10px 0px 0px; */
}

.all-project-view-more {
    position: absolute;
    right: 6%;
    bottom: 0%;
}

@media(max-width:991px) {
    form#adminForm .js-stools .js-stools-container-bar {
        margin-bottom: 20px;
        padding: 0;
    }

    form#adminForm input#filter_search {
        width: 100px;
    }

    form#adminForm button.btn.hasTooltip,
    button {
        padding: 6px 5px;
    }
}

/*button*/
a.btn.btn-small {
    background: #273e8a !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 4px 10px !important;
    transition: 0.3s;
    border: none;
    font-size: 14px;
}

a.btn.btn-small:hover {
    opacity: 0.8;
}

/*user page*/
.com-point-lok.view-points section#sp-main-body {
    background: #e6e7e8;
}

.point_back_button button, a.btn.btn-outline-primary{
    background: #273e8a!important;
    box-shadow: none !important;
    padding: 5px 20px !Important;
    border-radius: 100px !Important;
    border: none !important;
    font-size: 14px;
}

.point_back_button:before {
    position: absolute;
    content: '';
    background: url(/images/0_kpi/element001.png);
    background-size: contain;
    width: 200px;
    height: 200px;
    top: -100px;
    right: -150px;
    z-index: 0;
}

.point_back_button:after {
    position: absolute;
    content: '';
    background: url(/images/0_kpi/element001.png);
    background-size: contain;
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -200px;
    z-index: 0;
}

@media(max-width:991px) {
    .point_back_button:before {
        position: absolute;
        content: '';
        background: url(/images/0_kpi/element001.png);
        background-size: contain;
        width: 130px;
        height: 130px;
        bottom: 0px;
        left: 0px;
        z-index: 0;
    }

    .point_back_button:after {
        position: absolute;
        content: '';
        background: url(/images/0_kpi/element001.png);
        background-size: contain;
        width: 130px;
        height: 130px;
        bottom: -130px;
        left: -50px;
        z-index: 0;
    }
}

.point_back_button:before,
.point_back_button:after {
    animation-name: rotate;
    animation-duration: 40s;
    animation-iteration-count: infinite, infinite;
    animation-direction: alternate, alternate;
}

@keyframes rotate {
    from {
        transform: rotate(90deg);
    }

    to {
        transform: rotate(0);
    }
}

/*current project*/
div#current-project-tab-click,
div#task-tab-click,
div#step-tab-click,
div#activity-tab-click{
    width: 24.5%;
    display: inline-block;
    padding: 10px 15px;
    transition: 0.5s;
    margin-left: 0px;
    font-family: 'cg-reg';
    font-weight: 300;
}

@media(max-width:991px) {
div#current-project-tab-click,
div#task-tab-click,
div#step-tab-click,
div#activity-tab-click{
        width: 49% !important;
        padding: 10px 15px;
        font-size: 16px;
}}

div#current-project-tab-click.active,
div#task-tab-click.active,
div#step-tab-click.active,
div#activity-tab-click.active {
    background: #eb2127 !important;
    padding: 10px 15px;
    color: #ffffff;
    font-family: 'cg-bold';
    letter-spacing: 0px;
}

:is(div#task-tab-click,div#step-tab-click,div#current-project-tab-click,div#activity-tab-click):hover {
    background: #273e8a6e;
}

@media (max-width: 767px){
#uploadModal .modal-content {
    background-color: #ffffff;
    margin: auto!important;
    padding: 20px;
    border: 2px solid #273e8a;
    width: 90%!important;
}}

#uploadModal .modal-content {
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    border: 2px solid #273e8a;
    width: 60%;
    margin-left: 30%;
}

#uploadModal span.close {
    color: #000 !important;
    opacity: 0.7;
}

input#uploadImage {
    background:transparent!important;
}

#uploadModal input[type="submit"], #uploadModal ::-webkit-file-upload-button  {
    background: #273e8a!important;
    border: 0px;
    padding: 15px 20px;
    line-height: 1;
    color: #ffff;
}

.view-projectmanagement.layout-default td.imageColumn, .view-step.layout-default td.imageColumn, .view-projectmanagementform  div.imageColumn{
    display: flex;
}

.view-projectmanagement.layout-default td.imageColumn img, .view-step.layout-default td.imageColumn img, .view-projectmanagementform  div.imageColumn img{
    margin-right: 10px;
    margin-bottom: 0;
    cursor: pointer;
}

.pending-accept-btn {
    border: 0px;
    padding: 10px 20px;
}

/*arrow*/
p.this-project-view-more {
    color: #fff;
    font-size: 30px;
    margin-right: -20px;
    transition: 0.3s;
}

p.this-project-view-more:hover {
    opacity: 0.6;
}

p.last-project-view-more {
    color: #fff;
    font-size: 30px;
    margin-right: -20px;
    transition: 0.3s;
}

p.all-project-view-more:hover {
    opacity: 0.6;
}

p.all-project-view-more {
    color: #273e8a;
    font-size: 30px;
    margin-right: -20px;
    transition: 0.3s;
}

@media(max-width:991px) {
    p.this-project-view-more {
        color: #fff;
        font-size: 30px;
        margin-right: -10px;
    }

    p.last-project-view-more {
        color: #fff;
        font-size: 30px;
        margin-right: -10px;
    }

    p.all-project-view-more {
        /* color: #000; */
        font-size: 30px;
        margin-right: 9px;
        /* margin-bottom: -77px; */
    }
}

/*task*/
div#task-tab {
    padding: 20px !important;
}

div#task-tab th {
    color: #000;
}

.project-user-header {
    position: relative;
}

.project-user-header h3 {
    position: relative;
}


/*all member project value*/
.com-project-management.view-newproject #sp-main-body {
    background: #e6e7e8;
}

.com-project-management.view-newproject .project_value_section {
    padding: 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000030;
}

.com-project-management.view-newproject h1.project_title {
    margin: 0px;
    background: #273e8a;
    color: #fff;
    margin: 0px;
    padding: 10px 30px;
    font-size: 24px !important;
    border-radius: 10px 10px 0px 0px;
}

.project_value_section tr th:nth-child(1),
.project_value_section tr td:nth-child(1) {
    max-width: 130px !important;
    width: 130px !important;
}

.project_value_section tr th:nth-child(2),
.project_value_section tr td:nth-child(2) {
    max-width: 190px !important;
    width: 190px !important;
}

.project_value_section tr th:nth-child(3),
.project_value_section tr td:nth-child(3) {
    max-width: 190px !important;
    width: 190px !important;
}

.project_value_section tr th:nth-child(4),
.project_value_section tr td:nth-child(4) {
    max-width: 140px !important;
    width: 140px !important;
}

.project_value_section tr th:nth-child(5),
.project_value_section tr td:nth-child(5) {
    max-width: 140px !important;
    width: 140px !important;
}

.project_value_section tr th:nth-child(6),
.project_value_section tr td:nth-child(6) {
    max-width: 160px !important;
    width: 160px !important;
}

.project_value_section:before {
    position: absolute;
    content: '';
    background: url(/images/0_kpi/element001.png);
    background-size: contain;
    width: 200px;
    height: 200px;
    top: -100px;
    right: -150px;
    z-index: 0;
}

.project_value_section:after {
    position: absolute;
    content: '';
    background: url(/images/0_kpi/element001.png);
    background-size: contain;
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -200px;
    z-index: 0;
}

@media(max-width:991px) {
    .project_value_section:before {
        position: absolute;
        content: '';
        background: url(/images/0_kpi/element001.png);
        background-size: contain;
        width: 130px;
        height: 130px;
        bottom: 0px;
        left: 0px;
        z-index: 0;
    }

    .project_value_section:after {
        position: absolute;
        content: '';
        background: url(/images/0_kpi/element001.png);
        background-size: contain;
        width: 130px;
        height: 130px;
        bottom: -130px;
        left: -50px;
        z-index: 0;
    }
}

.project_value_section:before,
.project_value_section:after {
    animation-name: rotate;
    animation-duration: 40s;
    animation-iteration-count: infinite, infinite;
    animation-direction: alternate, alternate;
}

@keyframes rotate {
    from {
        transform: rotate(90deg);
    }

    to {
        transform: rotate(0);
    }
}

/*all member project value*/
.com-point-lok.view-points #sp-main-body {
    background: #e6e7e8;
}

.com-point-lok.view-points .point-table {
    padding: 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000030;
}

.com-point-lok.view-points h3 {
    margin: 0px;
    background: #273e8a;
    color: #fff;
    margin: 0px;
    padding: 10px 30px;
    font-size: 24px !important;
    border-radius: 10px 10px 0px 0px;
}

.com-point-lok.view-points .table-responsive {
    padding: 20px;
}

.com-point-lok.view-points tr th:nth-child(1),
.com-point-lok.view-points tr td:nth-child(1) {
    max-width: 500px !important;
    width: 500px !important;
}

.com-point-lok.view-points tr th:nth-child(2),
.com-point-lok.view-points tr td:nth-child(2) {
    max-width: 190px !important;
    width: 190px !important;
}

.com-point-lok.view-points tr th:nth-child(3),
.com-point-lok.view-points tr td:nth-child(3) {
    max-width: 190px !important;
    width: 190px !important;
}

/*table*/
@media screen and (max-width: 767px) {

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: inherit !Important;
    }
}

/*project page*/
.project-item {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000030;
    border-radius: 20px;
}

.project-item:before {
    position: absolute;
    content: '';
    background: url(/images/0_kpi/element001.png);
    background-size: contain;
    width: 200px;
    height: 200px;
    top: -100px;
    right: -150px;
    z-index: 0;
}

@media(max-width:991px) {
    .project-item:before {
        position: absolute;
        content: '';
        background: url(/images/0_kpi/element001.png);
        background-size: contain;
        width: 130px;
        height: 130px;
        bottom: 0px;
        left: 0px;
        z-index: 0;
    }
}

.project-item:before {
    animation-name: rotate;
    animation-duration: 40s;
    animation-iteration-count: infinite, infinite;
    animation-direction: alternate, alternate;
}

.project-item button {
    background: #273e8a !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 4px 10px !important;
    font-size: 16px;
    transition: 0.3s;
    border: none;
    line-height: 1.5;
}

.project-item button:hover {
    opacity: 0.8;
}

.project-item a.btn {
    background: #000000 !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 4px 10px !important;
    font-size: 16px;
    transition: 0.3s;
    border: none;
    line-height: 1.5;
}

.project-item a.btn:hover {
    opacity: 0.8;
}

/*project-edit*/

.management-edit.front-end-edit {
    padding: 0px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #00000030;
}

.management-edit.front-end-edit h1 {
    margin: 0px;
    background: #273e8a;
    color: #fff;
    margin: 0px;
    padding: 10px 30px;
    font-size: 24px !important;
    border-radius: 10px 10px 0px 0px;
}

.management-edit.front-end-edit:before {
    position: absolute;
    content: '';
    background: url(/images/0_kpi/element001.png);
    background-size: contain;
    width: 200px;
    height: 200px;
    top: -100px;
    right: -150px;
    z-index: 0;
}

@media(max-width:991px) {
    .management-edit.front-end-edit:before {
        position: absolute;
        content: '';
        background: url(/images/0_kpi/element001.png);
        background-size: contain;
        width: 130px;
        height: 130px;
        bottom: 0px;
        left: 0px;
        z-index: 0;
    }
}

.management-edit.front-end-edit:before {
    animation-name: rotate;
    animation-duration: 40s;
    animation-iteration-count: infinite, infinite;
    animation-direction: alternate, alternate;
}

.management-edit.front-end-edit form#form-management {
    padding: 20px;
}

.form-horizontal .control-label {
    text-align: left;
    width: 250px;
}

.management-edit.front-end-edit input {
    width: 88% !important;
}

.management-edit.front-end-edit input {}

.management-edit.front-end-edit .input-append {
    width: 88% !important;
}

.management-edit.front-end-edit a.chzn-single {
    width: 100% !important;
}

.management-edit.front-end-edit div#jform_status_chzn {
    width: 88% !important;
}

.management-edit.front-end-edit div#jform_commitee_chzn {
    width: 88% !important;
}

.management-edit.front-end-edit div#jform_custom_field9_chzn {
    width: 88% !important;
}

.management-edit.front-end-edit div#jform_custom_field10_chzn {
    width: 88% !important;
}

.management-edit.front-end-edit div#jform_custom_field10_chzn {
    width: 88% !important;
}

.management-edit.front-end-edit div#jform_custom_field11_chzn {
    width: 88% !important;
}

.management-edit.front-end-edit .form-horizontal .controls:first-child {
    text-align: right;
}

.management-edit.front-end-edit a.btn {
    background: #000;
    color: #fff;
    border-radius: 0px;
    transition: 0.3s;
}

.management-edit.front-end-edit a.btn:hover {
    opacity: 0.7;
    color: #fff !important;
}

.management-edit.front-end-edit button.validate.btn.btn-primary {
    transition: 0.5s;
}

/*pending project*/
@media(Max-width:991px) {
    .pending-project-body .col-sm-6.col-md-2 {
        /* width: 49% !important; */
        display: inline-block !important;
    }

    .col-sm-6.col-md-1.pending_number {
        width: 9% !important;
        display: inline-block;
        padding: 0px;
    }

    .col-sm-6.col-md-4.pending_project_name {
        width: 89% !important;
        display: inline-block;
        padding-left: 0px !IMPORTANT;
    }

}


/*input*/
input {
    background: #fff !important;
    border-color: #cbcbcb !IMPORTANT;
}


/*table*/

@media(max-width:991px) {
    table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

table.performance-table th.performance-id {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

table.performance-table th.performance-remark {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

table.performance-table th.performance-rated {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

table.performance-table th.performance-point {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
}

table.performance-table th.performance-action {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

table.performance-table th.performance-commented-by {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}

@media (min-width: 1200px) {
    table.performance-table {
        margin-top: 20px;
    }
}

table#managementList p {
    margin: 0px;
}

table#projecttaskList {
    margin-top: 30px;
    font-size: 14px;
}


/*frontend edited*/
.front-end-edit {
    padding: 20px;
    /* box-shadow: 0px 0px 10px #00000030; */
    border-radius: 20px;
}

.front-end-edit input {
    /* width: 100% !IMPORTANT; */
}

.front-end-edit textarea {
    width: 100%;
    min-height: 100px;
}

.front-end-edit .form-horizontal .control-label {
    text-align: left;
}

.front-end-edit a.btn {
    background: #232323;
    border-radius: 0px;
    color: #fff;
    transition: 0.3s;
}

.front-end-edit a.btn:hover {
    color: #fff;
    opacity: 0.8;
}

/*whitebackground*/

div#task-tab,
.white-background-shadow {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px #00000030;
    border-radius: 20px;
}

/*button*/
.btn-primary,
.sppb-btn-primary {
    background-color: #141e3e;
    transition: 0.3s;
}

a.btn {
    background: #273e8a;
    color: #fff !important;
    border-radius: 0px;
    transition: 0.3s;
}

.btn-danger {
    border-radius: 0px;
    background: #ff0000 !important;
    color: #fff !important;
    transition: 0.3s;
}

a.btn:hover {
    opacity: 0.8;
    color: #fff !important;
}

.btn-danger:hover {
    opacity: 0.6;
    color: #fff !important;
}

button.btn.btn-secondary.back-btn.btn-small.back-performance {
    background: #273e8a !important;
    color: #fff !important;
    border-radius: 100px !important;
    padding: 4px 10px !important;
    transition: 0.3s;
    border: none;
}

a.btn.btn-small.add-button {
    background: #4caf50 !important;
}

.view-steps button.btn.btn-primary {
    height: 50px;
    background: #273e8a;
    border: 1px solid;
    line-height: 0px;
    padding: 10px 20px; font-size:16px;
}

/*title-style-001*/
h3.title-performance.title-style-001:before {
    position: absolute;
    content: '';
    background: url(/images/0_kpi/element4.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 20px;
    top: 40px;
    left: -5px;
    z-index: 0;
}

h3.title-performance.title-style-001 {
    position: relative;
    margin-bottom: 60px;
    border: none;
    padding: 0px;
    font-size: 28px !important;
    font-weight: 700;
}



/*toolbar*/
.view-projectmanagement .table>:not(caption)>*>* {
    color: #000;
}

.view-projectmanagements input#filter_search {
    height: 50px;
    border-radius: 0px !important;
    font-size: 16px;
    color: #000 !important;
}

.view-projectmanagements .btn.btn-primary, .view-projectmanagementform .formbtn.btn-primary {
    padding: 10px 20px !IMPORTANT;
    background: #273e8a;
    font-size: 16px;
    border: 1px solid #fff !IMPORTANT;
    /* margin-left: 10px; */
    line-height: 1 !important;
}

@media (max-width: 767px){
.view-projectmanagements .btn.btn-primary, .view-projectmanagementform .formbtn.btn-primary {
    margin-left: 0px;
}}

.view-projectmanagements .btn.btn-primary:hover, .view-projectmanagementform .formbtn.btn-primary:hover{
    background: #0e1b46;
    color: #fff!important;
}

.view-projectmanagements .js-stools-btn-filter {
    height: 50px !important;
    border: 1px solid #ccc;
}

.view-projectmanagements button.filter-search-actions__button.btn.btn-primary.js-stools-btn-clear {
    padding: 10px 20px;
}

@media (max-width: 992px) {
    .view-projectmanagements button.filter-search-actions__button.btn.btn-primary.js-stools-btn-filter {
        text-align: left;
        color: #fff;
        /* margin: 0 !important; */
        border: 1px solid #fff;
        margin-right: 10px;
    }

    .view-projecttasks button.filter-search-actions__button.btn.btn-primary.js-stools-btn-filter {
        margin: 0 !important;
        border: 1px solid #fff !important;
    }

    .view-projectmanagements .js-stools-container-filters.clearfix.js-stools-container-filters-visible,
    .view-projecttasks .js-stools-container-filters.clearfix.js-stools-container-filters-visible {
        background: transparent;
        padding: 0;
    }

    .view-projectmanagements .js-stools-container-filters>*,
    .view-projecttasks .js-stools-container-filters>* {
        margin: 4px 0;
        margin-inline-end: 8px;
        margin: 4px 0;
    }
}

/*current project*/
.current-project-section table th,
.current-project-section table a {
    color: #000 !important;
    font-weight: normal!important;
    font-size: 14px!important;
    text-decoration: underline;
}

.current-project-section .js-stools-container-filters.clearfix.js-stools-container-filters-visible {
    background: transparent;
}

.js-stools-field-filter select,
.js-stools-field-filter input {
    border-radius: 0px !important;
    height: 50px;
    padding: 0px 20px;
    background: transparent !important;
    font-size: 16px;
}

span.input-group-text {
    height: 50px;
    padding: 0;
    border-radius: 0px;
    font-size: 16px;
}

button#filter_deadline_from_btn,
button#filter_deadline_to_btn {
    padding: 0 20px;
    background: #273e8a;
    border: 0px !important;
    border-radius: 0px !important;
}

.current-project-section tbody td {
    background: #fff !important;
    color: #000 !important;
}

.current-project-section .pagination.pagination-toolbar.clearfix {
    display: flex;
    justify-content: flex-start;
    color: #fff;
}

.current-project-section .pagination.pagination-toolbar.clearfix option {
    color: #fff;
}

.current-project-section select#jform_status option, .current-project-section select#jform_payment_status option {
    color: #000;
}

.current-project-section select#jform_status, .current-project-section select#jform_payment_status {
    font-size: 14px;
    background: transparent;
    color: #fff;
    border-radius: 0px;
}

.current-project-section table#managementList tr:nth-child(1), table#projecttaskList tr:nth-child(1), table#stepList tr:nth-child(1) {
    background: #273e8a;
}

.current-project-section table#managementList tfoot tr:nth-child(1) {
    background: #272521;
}

[id*="project_count_down"] {
    font-weight: 900;
}


/*project task*/


/* .com-dt-project tr:nth-child(1) {
    background: #272521;
} */

.com_dt_project.com-dt-project.view-projecttasks main.col-lg-12 {
    padding: 0;
}

table#managementList, table#managementList td, table#stepList, table#stepList td {
    background: #ffffff!important;
    color: #000!important;
    margin-top: 20px;
    font-size: 14px;
}
table#stepList td a {
    text-decoration: underline;
}
.point-table h3 {font-size: 18px;margin-top: 30px;}

.view-projecttasks input#filter_search {
    height: 50px;
    border-radius: 0px !important;
    font-size: 16px;
    color: #000;
}

.view-projecttasks .btn.btn-primary {
    padding: 10px 20px;
    background: #273e8a;
    font-size: 16px;
    border: 0px;
    /* margin-left: 10px; */
}

.view-projecttasks .js-stools-btn-filter {
    height: 50px !important;
    border: 1px solid #ccc;
}

.view-projecttasks button.filter-search-actions__button.btn.btn-primary.js-stools-btn-clear {
    padding: 10px 20px;
}

a.chosen-single {
    background: #fff !important;
    border: 1px solid #fff;
    border-radius: 0px !important;
    box-shadow: none !important;
    height: 50px !important;
    font-size: 16px;
    color: #000 !important;
    width: 100% !important;
    line-height: 25px !important;
}

.view-projecttasks .chosen-container {
    width: 100% !important;
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
    margin: 0px;
    padding: 0px;
}


/*popover*/
.popover-content,
.popover-body {
    background-color: #272521;
    color: #fff !important;
    padding: 10px;
    border-radius: 5px;
    /* Add any other styles you want */
}

.popover-title,
.popover-header {
    color: #fff;
    font-size: 16px !important;
    background: #273e8a !important;
}

.popover {
    background: #272521 !important;
    border: 1px solid #ccc;
}


/*calendar*/
.calendar-container,
.calendar-container table {
    background-color: #25231f !important;
    border-radius: 5px;
    color: #fff;
    z-index: 1100 !important
}

/*activitylist*/
table#activityList {
	margin-top: 30px;
	font-size: 14px;
}

table#activityList thead>tr {
	color: #000!important;
	background: #ffffff;
}


table#activityList.table-striped>tbody>tr:nth-of-type(even)>* {
	background: #ffffff;
	color: #000;
}


/*project activity*/
table#projectactivityList {
    margin-top: 30px;
}
.com_dt_project.view-projectactivities .js-stools-container-bar .btn-toolbar {
    justify-content: end;
}
table#projectactivityList tr, table#projectactivityList td {
    color: #000;
    background: transparent!important;
    }

table#projectactivityList th, table#projectactivityList th a {
	color: #fff!important;
	background: #273e8a;
}

.view-projectactivities a.btn.btn-outline-primary {
    padding: 0px;
    font-size: 14px;
    background: #273e8a;
    padding: 10px;
    border:1px solid #273e8a;
}

.view-projectactivities .filter-search-actions.btn-group {
    width: 10%!important; font-size:14px!important;
}

.view-projectactivities button.filter-search-actions__button.btn.btn-primary.js-stools-btn-clear {
    font-size: 16px;
}

/*hidden menu pages*/
.alta-kpi-page h1.project_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}


/*project value details*/
input#filter_form_date_from{
    border-radius: 0px !important;
    height: 50px;
    padding: 0px 20px;
    background: transparent !important;
    color: #fff !important;
    font-size: 16px; border:0px;
}

form#project_value_form span.input-group-text {
    height: 50px;
    padding: 0;
    border-radius: 0px;
    font-size: 16px;
}

form#project_value_form button#filter_form_date_from_btn {
    padding: 0 20px;
    line-height: 49px;
    background: #273e8a;
    border: 0px!important;
    border-radius: 0px !important;
}

form#project_value_form .input-group {
    border: 1px solid #fff;
}

/*alta kpi*/
.alta-kpi-page h2 {
    font-size: 28px!important;
}

/*date*/
td.project_date {
    min-width: 300px;
}

/*table*/
th.project_name, th.project_task, th.project_step,th.project_member{
    min-width: 200px;
}

th.project-status, td#checkbox-status{
    min-width: 150px;
    text-align:center;
}

table#activityList th {
    min-width: 200px;
}


/*project value form*/
form#project_value_form {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}

form#project_value_form .control-group {
    margin: 0;
    line-height: 0;
}

form#project_value_form .control-group label {
    display: none;
}

form#project_value_form  button.filter-search-actions__button.btn.btn-primary.js-stools-btn-clear {
    height: 45px!important;
}

@media (max-width: 767px){
form#project_value_form {
    display: block;
    align-items: flex-start;
    margin-top: 30px;
    flex-direction: row;
}}


/*DT Point*/
table#pointaccumulateList thead tr:first-child {
    background: #273e8a;
    color: #fff !important;
}
table#pointaccumulateList thead tr:first-child th a {
    color: #fff !important;
}
table#pointaccumulateList td, table#recordList td, table#pointtaskList td, table#recordList a, table#recordList td {
    color: #000;
}

.field-calendar span.input-group-text {
    padding: 10px;
}

/*extend pop up*/
@media (max-width: 767px){
#extendModal .modal-content {
    background-color: #ffffff;
    margin: auto!important;
    padding: 20px;
    border: 2px solid #273e8a;
    width: 90%!important;
}}

#extendModal .modal-content {
    background-color: #ffffff
    margin: auto;
    padding: 20px;
    border: 2px solid #273e8a;
    width: 30%;
    margin-left: 30%;
}

#extendModal span.closeExtendModal {
    color: #fff!important;
    opacity: 0.7;
}
#extendModal span.closeExtendModal {
    text-align: right;
}

/*table*/
.table>:not(:first-child) {
    border-top: inherit;
}

/*date*/

th.project_date {
    min-width: 200px !important;
}


/*project status*/

label#jform_payment_status-lbl {
    color: #000 !I;
}
select#jform_payment_status,
select#jform_status {
    height: 30px !IMPORTANT;
    padding: 0px 10px  !IMPORTANT;
    font-size: 12px !important;
}
.tox-menubar button {
    color: #000 !IMPORTANT;
}
.tox .tox-button--secondary {
    background: #000;
}
.tox-editor-header span {
    color: #000 !important;
}
button {
  background: #000;
  color: #fff;
}
.tox .tox-dialog button {
    background: #000;
    border: none;
}

.tox .tox-dialog button:hover {
    background: #273e8a !IMPORTANT;
}



button#filter_date_to_btn,
button#filter_date_from_btn {
    background: #273e8a !important;
    padding: 0px !important;
    border: none !important;
    padding: 0px 10px !important;
}
