.payslip-pdf-view {
    float: none;
    margin: 0 auto;
}

.payslip-view {
    float: none;
    margin: 0 auto;
}

.payslip-table {
    margin-top: 12%;
}

table.table.m-auto.text-center.payslip-table {
    border: 0;
    border-color: #e6eaec;
}

table.table.payslip-table > thead:first-child > tr > th {
    border-bottom: 0;
}

table.table.payslip-table thead tr:first-child {
    border-top: 1px solid #e6eaec;
}

#update-payroll-status {
    font-size: 12px;
}

#label_export_error_message {
    display: none;
}

.breadcrumbs-outer-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 41px 10px 20px;
}

@media screen and (max-width: 1399px) {
    table.sessionTable {
        table-layout: fixed;
    }
}

.invoice-list-number + .tooltip {
    white-space: pre-wrap;
}

.invoice-list-number + .tooltip .tooltip-inner {
    text-align: left;
    padding: 10px;
}

#qa-report-img div,
#issue-records-img div {
    background: none;
    text-align: center;
    top: 12%;
    box-shadow: none;
}

#issue-records-table td img,
#qa-report-table td img {
    width: 150px !important;
    cursor: pointer;
    margin: auto;
    text-align: center;
}
@media screen and (min-width: 800px) {
    #qa-report-img img,
    #issue-records-img img {
        width: auto;
        border: 5px solid rgb(253, 249, 249);
        max-width: 1000px;
        border-radius: 6px;
    }
}
@media screen and (max-width: 800px) {
    #qa-report-img img,
    #issue-records-img img {
        width: auto;
        border: 5px solid rgb(253, 249, 249);
        max-width: 480px;
        border-radius: 6px;
    }
}

.file-upload-group{
    display: flex;
    align-items: center;
}
.file-upload-group .form-control {
    width: 9%;
    height: 37px;
    display: flex;
    align-items: center;
}
.file-upload-group  .btn.fileinput-exists{
    height: 37px;
    background-color: #ccc;
  }
.upload-file-width{
    width: 75%;
}
@media screen and (max-width: 540px) {
    #edit_client .modal-body {
        padding: 20px 20px 30px 20px;
    }
    .file-upload-group .btn.fileinput-exists {
        height: 37px;
        background-color: #ccc;
        font-size: 12px;
        padding: 0px 7px;
    }
    .upload-file-width input{
        width: 100%;
    }
    .upload-file-width {
        width: auto;
    }
}

.recruitment-date-filter {
    padding: 0 29px;
}

.cursor-pointer {
    cursor: pointer;
}
.dashboard-table div.dataTables_wrapper div.dataTables_info{
    white-space: pre-wrap;
}

.dashboard-table.table-responsive > div.dataTables_wrapper > div.row:first-child {
    float: right;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .dashboard-table div.dataTables_wrapper div.dataTables_filter label{
        white-space: normal;
        text-align: right;
        width: 100%;
        padding-right: 13px;
    }
    .dashboard-table div.dataTables_wrapper div.dataTables_filter input{
        width: 100%;
    }
    .dashboard-table div.dataTables_wrapper div.dataTables_length label{
        margin-top: 16px;
    }
}

@media screen and (max-width: 1440px) {
    .dashboard-table.table-responsive > div.dataTables_wrapper > div.row:first-child > div[class^="col-"]{
        padding-left: 0;
    }
}

.index-top{
    position: relative;
    z-index: 1;
}
.index-bottom{
    position: relative;
    z-index: 0;
}
.cursor-pointer {
    cursor: pointer;
}
.custom-field-wrap {
    display: flex;
}

.custom-field-wrap-addon {
    display: flex;
    width:100%;
    justify-content: space-between;
}

.custom-field-wrap .form-control + .form-control {
    margin-left: 10px;
}

.custom-field-wrap-addon .form-control + .form-control {
    margin-left: 10px;
}

input#company_bankaccount_details {
    margin: 0 0 0 10px;
}

.nowrap {
    white-space:nowrap;
}
.label-critical,
.badge-critical {
  background-color: #ff001b;
  color: #FFFFFF;
}
.agile-list li.critical-element {
    border-left: 3px solid #ff001b;
}
.col-width {
    width : 10%;
}
.input-group .input-group-btn{
    height: 34px;
}
.input-group .input-group-btn .btn{
    height: 34px;
    line-height: 1;
}
.chosen-container-single.mb-2,
.form-control.mb-2{
    margin-bottom: 15px;
}
.w-full{
    width: 100%;
}
.chosen-select-mobile .chosen-container-single{
    margin-bottom: 15px;
}

.hide-link {
    pointer-events: none;
    color: #ccc;
}

#delete_asset_document{
    z-index: 100010!important;
}

#delete_asset_document .modal-dialog{
    margin-top: 90px;
}
.btn-aqua {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

a.btn.btn-aqua:hover,
a.btn.btn-aqua:focus{
    color: #fff;
}

body .toggle-nav-user .fa-angle-left {
    line-height: unset!important;
}

.project-cost-report-filter{
    width: 100%;
}

.project-cost-report-filter .chosen-container{
    width: 100% !important;
}

#project-cost-table-container .ibox-content{
    padding: 8px;
}

.filter-button-group {
    float: right;
}

.filter-button-group .form-group {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

#add-team-form .submit-section {
    margin-top: 20px;
}

#my-team-timesheet-filter-form {
    margin-top: 0;
}

#my-team-timesheet-filter-form .form-control {
    height: 35px;
}

.manage-team-btn {
    margin-top: -15px!important;
}

.swal2-backdrop-show {
    z-index: 99999 !important;
}

.nav-second-level{
    padding-right: 0px !important;
}

body.mini-navbar .navbar-default .nav>li>.nav-second-level li a span{
    display: block !important;
}

@media screen and (min-width: 800px) {
    .task-project-credentials a,
    .task-project-credentials p {
        display: block;
        width: auto;
        max-width: 300px;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
}

@media screen and (max-width: 799px) {
    .task-project-credentials a,
    .task-project-credentials p {
        display: block;
        width: auto;
        max-width: 100px;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
}

.billability-report-btn-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.billability-report-btn-group-left {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

/* project filter dropdown in billability report page */
#project_chosen .chosen-choices {
    max-height: 60px;
    overflow-y: auto;
}

.project-scrollable {
	overflow-y: scroll;
}

.section-comments .media-body {
    word-break: break-all;
    hyphens: auto;
}

.incidentTable .action-column {
    display: flex;
}

  
span.user-profile-content {
    flex: 1; 
    text-align: right;
}

.g-search {
    width:350px !important;  
    margin-right:5px;
}
@media screen and (max-width: 1500px) {
    .g-search {
        width: 250px !important;
    }
}
.search-result {
    width: 85% !important;
}

.search-result {
    margin-top: 30px;
}

.jira-integration-section {
    border: 1px solid #ccc; 
    border-radius: 5px; 
    margin-top: 20px; 
    position: relative; 
    padding: 20px;
}

.jira-integration-section .title {
    position: absolute;
    top: -12px; 
    left: 20px; 
    background: white; 
    padding: 0 10px;
}

.task-session .comments-width{
    max-width: 400px;
    word-break: break-all;
}
.task-session .hours-width{
    width: 100px;
}

.agile-list li{
    white-space: normal;
}
.flexmasonry .flexmasonry-item {
    padding: 15px;
}
.flexmasonry .flexmasonry-break{
padding: 0;
}
.flexmasonry .flexmasonry-item .ibox-content{
    box-shadow: none;
}
.flexmasonry .flexmasonry-item .ibox-content h3{
    text-align: left;
    padding: 0px 0px 10px;
}
.flexmasonry .flexmasonry-item .ibox-content .agile-list {
    padding: 0;
    background: #fafafb;
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
    min-height: 150px;
}

.flexmasonry .flexmasonry-item  .agile-list li.critical-element {
    border-top: 3px solid #ed5565;
}

.flexmasonry .flexmasonry-item  .agile-list li.warning-element {
    border-top: 3px solid #1c84c6;
}
.flexmasonry .flexmasonry-item  .agile-list li.danger-element {
    border-top: 3px solid #f8ac59;
}
.flexmasonry .flexmasonry-item  .agile-list li.info-element {
    border-top: 3px solid #1ab394;
}
.flexmasonry .flexmasonry-item  .agile-list li.success-element {
    border-top: 3px solid #1ab394;
}
.flexmasonry .flexmasonry-item .ibox-content .agile-list li{
    /* border-top: 3px solid #004D94; */
    box-shadow: 0 1px 6px rgba(0,0,0,.1);
    min-height: 150px;
    display: flex;
    align-items: center;
    border-left: 0;
    margin: 0 0 20px;
    padding: 10px 15px 30px;
    position: relative;
}

.flexmasonry  .agile-detail{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 5px 15px;
}
.flexmasonry  .agile-profile-pic{
    position: absolute;
    bottom: 2px;
    right: 20px;
}
.flexmasonry  .agile-profile-pic img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: -15px;
}

.flexmasonry  img.issue-user-profile{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: -12px;
    float: right;
    border: 2px solid white;
}

#issue_tracker .tab-pane .panel-body{
    padding-left: 0;
    padding-right: 0;
}
/* #issue-tracker .tab-pane .flexmasonry-item .ibox-content{
    box-shadow: 0 1px 6px rgba(0,0,0,.1)
}
#issue_tracker .tab-pane .panel-body .flexmasonry-item .ibox-content{
    box-shadow: 0 1px 6px rgba(0,0,0,.1)
}
#issue_tracker .tab-pane .panel-body .flexmasonry-layout{
    margin-left: -5px;
    margin-right: 5px;
} */

#issue-tracker .tab-pane .panel-body{
    padding-left: 0;
    padding-right: 0;
}
.task-issue-tracker .flexmasonry-item, .task-issue-archive .flexmasonry-item {
    padding: 15px;
}
.task-issue-tracker .flexmasonry-break, .task-issue-archive .flexmasonry-break{
padding: 0;
}
.project-issue-tracker, .project-issue-archive{
    margin-left: -5px;
    margin-right: 5px;
}
.project-issue-tracker .flexmasonry-item, .project-issue-archive .flexmasonry-item {
    padding: 15px;
}
.project-issue-tracker .flexmasonry-break, .project-issue-archive .flexmasonry-break{
    padding: 0;
}
.project-issue-tracker .flexmasonry-item .ibox-content{
    padding: 0;
}
.project-issue-archive .flexmasonry-item .ibox-content{
    padding: 0;
}
.task-issue-tracker .flexmasonry-item .ibox-content{
    padding: 0;
}
.task-issue-archive .flexmasonry-item .ibox-content{
    padding: 0;
}
.issues-issue-tracker .flexmasonry-item .ibox-content{
    padding: 0;
}
.issues-issue-archive .flexmasonry-item .ibox-content{
    padding: 0;
}
#edit_issue_modal .select-focus .chosen-choices{
    padding: 4px 8px;
}

.page-wrapper .issue-tracker-main .panel-body .ibox-content{
    padding: 15px 0;
}
.page-wrapper .issue-tracker-main .tab-pane .list{
    margin-left: -10px;
    margin-right: -10px;
    overflow-x: auto!important;
}
.right-side-bar-form{
    background-color: #fff;
    position: fixed;
    right: 1%;
    max-height: 0;
    bottom: 0px;
    width: 25%;
    box-shadow: 0 4px 50px rgba(0,0,0,.1);
    transition: 0.5s;
    background: #f6f6f6;
    overflow: hidden;
}
.right-side-bar-form.bottom-space{
    bottom: -40px;
}
/* Scrollbar Styling */
.overflow-auto::-webkit-scrollbar {
    width: 5px;
}

.overflow-auto::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.overflow-auto::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}
.right-side-bar-form.active{
    max-height: 80vh;
}
.right-side-bar-form .popup-close{
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 7px 15px 5px;
    background: #fff;

    text-align: right;
}
.right-side-bar-form .close{
    opacity: 1;
    z-index: 9999999;
    float: none;
}
.right-side-bar-form .close svg{
    height: 30px;
}
.right-side-bar-form .close svg path{
    fill: #626262;
}
.right-side-bar-form form{
    padding: 30px;
    margin-top: 0px;
}
.overflow-auto{
    overflow: auto;
    height: 60vh;
    background: #f6f6f6;
}
.comments-card{
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 30px;
    border-bottom: 1px solid var(--c-gray-4);
}
.comments-card:last-child{
    border-bottom: 0px;
}
.comments-card .comments-content p:first-child{
    font-size: 13px;
    color: var(--c-gray-1);
}
@media only screen and (min-width:1200px) and (max-width:1599px){
    .right-side-bar-form {
        width: 30%;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
    .right-side-bar-form {
        width: 40%;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .right-side-bar-form {
        width: 45%;
    }
}
@media only screen and (max-width:767px){
    .right-side-bar-form {
        width: 75%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1599px){
    .right-side-bar-form {
        width: 30%;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
    .right-side-bar-form {
        width: 40%;
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .right-side-bar-form {
        width: 45%;
    }
}
@media only screen and (max-width:767px){
    .right-side-bar-form {
        width: 75%;
    }
}

.issue-edit {
    width: 40%;
}

.project-tasks{
    margin-top: 30px;
}

#descriptionWrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}

.section-comments img {
    width: 100%!important;
}

.section-comments {
    width: 100%!important;
}
