

#locale-indicator{
    display: none;
}

.form-logo{
    background-image: url('../../img/logos/logo_square.png');
}
/* Admin logo */
nav.navbar a.navbar-brand{
    background-image: none;
}

/* ## DEBUG ENTRIES #################################################### */


/* :: WJT-Customers ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* Use the customer id as referenced in the database table wjt_customer */
.customer.customer-1 { background-image:url('../../img/customers/logo_customer_a.png');   }
.customer.customer-2 { background-image:url('../../img/customers/logo_customer_b.png');   }

.wjt-customer-tile:first-of-type{
    border-radius: 0px;
    border-left: none;
    border-right: 0;
}

.fontstd{
    font-family:Arial,Helvetica !important;
}


/* Bootstap pagination style override for WJT */
body.wjt .pagination-sm {
    margin-bottom:0px;
}
body.wjt .pagination-sm > li > a, .pagination-sm > li > span {
    padding: 2px 6px;
    line-height: 1.5;
    border-radius: 65px;
}


#wrap-recipients{
    margin-top: 10px;
    height: 35px;
    margin-bottom: 10px;
}

.wjt-recipient .icon{
    left:initial;
}


.wjt-block-handle.history .wjt-job-button:hover{
    background-color:rgba(0,0,0,.5);
}


.job-data .groupheader {
    font-weight: bold;
    background-color: lightgray;
    font-size: .7rem;
    padding-top: 2px;
}

.comm-label{
    display:none;
}

.pagination.pagination-sm .page-item.active .page-link {
    border-radius: 65px;
}

.pagination-sm .page-item:last-child .page-link {
    border-radius: 65px;
}
.page-item .page-link{
    padding: 2px;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    min-width: 1.5rem;
}


#job-list-sortbutton{
    margin-left: 0px;
    margin-top: 1px;
}

.wjt-block-header {
    background-color: var(--pg-color-palette-3);
}

#wjtCategoryContainer div.wjt-column-content{
    position: absolute;
    top: 90px;
    left: 0px;
    height: 100%;
}

#wjtCategoryContainer div.wjt-column-content .card:last-of-type{
    padding-bottom: 100px;
}

#wjtCategoryContainer div.accordion{
    padding-bottom: 15rem;
}

#wjtJobContainer .wjt-job-wrapper:last-of-type{
    margin-bottom: 200px;
}

#wjtDetailContainer div.wjt-column-content {
    padding-bottom: 200px;
}

.wjt-job-body:not(.wjt-job-parent){
    margin-bottom: 5px;
}

.wjt-job-body:not(.wjt-job-parent):last-of-type{
    border-bottom: none;
    margin-bottom: 0;
}
.wjt-job {
    background-color: transparent;
    border-radius: 0;
}

#wjt-col-detail .wjt-job-headertext h6{

    margin-bottom: 0;
    height: 100%;
    line-height: 1.5rem;
}

#wjt-col-detail .wjt-job-headertext{
    margin-bottom: 0;
    height: 100%;
}

button.trigger-job-compact:focus{
    box-shadow: none;
}

.wjt-job-multi .wjt-job:not(.wjt-job-multi) .trigger-job-compact {
    border-color: rgba(255,255,255,.3);
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}

#wjt-col-detail div.wjt-job-header .wjt-job-button {
    height: 100%;
    margin: 0;
    box-shadow: none;
    border-left: 1px solid;
    border-left-color: var(--pg-color-palette-5);
}

.wjt-job-button{
    background-color: transparent;
}


/* 2022 restructure changes */
body.wjt .wjt-customer-tile-wrapper{
    display: none;
}

#wjtCategoryContainer .wjt-customer{
    overflow-y:auto;
}

#category-details .input-group label{
    min-width: 125px;
}

.wjt-job.wjt-job-parent{
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    max-height: 45px !important;
}

.wjt-job-body.wjt-job-parent{
    position: absolute;
    top: 0;
    width: 100%;
    left: 10px;
}

.wjt-job-parent .wjt-category-tile,
.wjt-job-parent .wjt-job-tile{
    height:50px;
    /*background: white;*/
    margin-bottom: 1px;
}

.wjt-job.wjt-job-parent{
    background: white;
}

.wjt-job-multi .trigger-job-compact.job-compact-multi{
    background-color: var(--pg-color-palette-2) !important;
    height: 20px;
}

.wjt-job-deadlines div.progress > span {
    position: absolute;
    font-weight: bold;
    left: 18px;
}
.wjt-job-deadlines .progress-bar-info {
    text-align: left;
    padding-left: 10px;
    position: absolute;
}

.wjt-job-deadlines .bg-finished{
    background-color: var(--portal-color-palette-2);
}

.wjt-job-multi .wjt-job .wjt-job-breadcrumb{
    display:none;
}

.wjt-job-multi .wjt-job.wjt-job-parent .wjt-job-breadcrumb{
    display:block;
}
.wjt-job-multi .wjt-job .job-item-breadcrumb{
    margin-top:10px;
}

.wjt-category-tile[data-wjt-no-of-jobs="0"]{
    display: none;
}

#pgNoJobItemsSelectedShadowInput{
    position: absolute;
    left: 0;
    opacity: 0;
    height:0px;
    top: 5px;
    z-index:0;
}

.wjt-job.wjt-job-readonly .wjt-multijob-indicator{
    display: none;
}

.wjt-job .job-indicator-area{
    justify-content: flex-end;
}

.badge.badge-wjt-todo{
    line-height:1rem;
    align-self: baseline;
}


.logo-customer{
    background-image: url('../../img/logos/logo-square-mini.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    height: 24px;
}

.logo-ds{
    background-image: url('../../img/logos/dasStudioLogo4c.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    height: 24px;
}

.wjt-responsibility{
    background-color: var(--portal-color-palette-1);
}

.wjt-responsibility button{

}

.card.wjt-job.wjt-job-compact .wjt-job-tile .tile-content > * {
    font-size:2rem;
}

.tile-content > i {
    display: none;
}


.wjt-job-wrapper:not(.wjt-job-compact) .wjt-job-body:not(.wjt-job-compact) .tile-content.no-previewpic > i.fa-4x {
    display: initial;
}

.wjt-job-wrapper.wjt-job-compact .wjt-job-indicator .trigger-job-compact{
    display: none !important;
}

.wjt-job-wrapper.wjt-job-compact .tile-content.no-previewpic > i.fa-2x,
.wjt-job-body.wjt-job-compact .tile-content.no-previewpic > i.fa-2x {
    display: initial;
}


.wjt-responsibility-user{
    border-left:5px solid transparent;
    line-height: 1.6rem;
    text-align: left;
}

.wjt-responsibility-user > div.btn{
    float: right;
}

.wjt-responsibility-wrapper{
    display: flex;
    justify-content: space-between;
}

.wjt-responsibility-wrapper div.btn i{
    line-height: 1.6;
}

.wjt-workflow-badge{

}

.wjt-workflow-badge i.fa-stack{

}

.wjt-workflow-badge i.fa-stack-1x{
    line-height: 1.75rem;
}

.wjt-workflow-badge .status-circle{
    font-size: 1.75rem;
}

.wjt-category-tile:hover {
    box-shadow: 2px 2px 6px -2px;
}

.wjt-job:not(.wjt-job-multi) .trigger-job-compact {
    display: initial;
}

.card.wjt-job:not(.wjt-job-multi) .card-body .trigger-job-compact {
    display: none;
}

.wjt-job-multi .trigger-job-compact, .wjt-job-multi .trigger-job-compact-multi {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.wjt-job-minimal .job-no{
    font-weight: normal;
}

.wjt-job-minimal .parent-job-name{
    font-weight: normal;
}


.history-block .history-change-label {
    font-size: .75rem;
}

.history-block .history-change-value {
    font-size: .75rem;
}

#wjt-categories{
    overflow-x:hidden;
}

#wjt-categories .accordion-header > button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#wjt-category-select-all-none{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.budget-description{
    min-width: 210px;
}

.wjt-data-row input{

}

#jobControlData{
    border-top: 1px dashed;
}

.tasktable-header{
    background-color: var(--pg-color-main);
    color: white;
}

.btn-check + label{
    /*height: 27px;*/
}

#view-filter-job-status{
    display: flex;
    justify-content: end;
}

.wjt-job-breadcrumb{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card-header:not(.wjt-job-multi) + .wjt-job-body-wrapper .wjt-job-id{
    display: none;
}


select.btn-pg{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

select.btn-pg:focus{
    box-shadow: none;
}

.wjt-job-userinfo{
    display: none;
}

.wjt-job-locked .wjt-job-userinfo{
    display: flex;
}

.wjt-spinner-global{
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: .9;
}

.admin-spinner-global{
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: .9;
}


.wjt-spinner-global > div{
    justify-content: center;
    flex-direction: column;
    font-size: 2rem;
}

.admin-spinner-global > div{
    justify-content: center;
    flex-direction: column;
    font-size: 2rem;
}

.BlockApproval .ds-progress-bar .progress-bar .progress-label{
    position: relative;
}

.ds-headerbar{
    width: 100%;
    height: 30px;
    box-shadow: -3px 5px 12px -7px;
}

.category-edit-frame  .input-group-text{
    min-width: 9.5rem;
}

.billing-assignment-po-row{
    border-bottom: 1px solid;
}

.billing-assignment-po-col{
    /*width: 150px;*/
}

.billing-assignment-po-col .input-group-text{
    width: 200px;
}

input.readonly{
    background-color: #e9ecef;
    opacity: 1;
}

#formBBPRequest .input-group-text{
    min-width: 150px;
}

#formBBPRequest table .input-group-text{
    min-width: initial;
}

#formBBPRequest > .btn-danger
{
    display: none;
}

.bbp-final{
    background-color:rgb(1,245,0);
}

.bbp-draft{
    background-color:rgb(251,216,138);
}


body.login .app-title-area{
    background-image: url(/img/logos/Icon_iRISC.svg);
    background-repeat: no-repeat;
    background-size: 6rem;
    background-position-x: right;
}

.archive-job-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    min-height: 15rem;
}

#ArchiveDACHDialog .modal-body,
#ArchiveFBNLXDialog .modal-body{
    height:45rem;
}

.ds-address-blimp.detail-target{
    position: absolute;
    left: 0;
    top:55px;
    width: 100%;
    height: 60%;
    background-color: rgba(255,255,255,.8);
    z-index: 1;
}

.ds-archive-blimp:hover{
    cursor: pointer;
}

.ds-archive-blimp .card:hover{
    background-color: var(--portal-color-selection);
}

#archive-content{
    height:650px;
}

#archive-result-content{
    height:650px;
}

.archive-job-list .card-subtitle{
    height:100px;
    overflow:hidden;
    font-weight: normal;
}

.archive-job-list .card > img{
    height:100px;
}

#archive-detail{
    height:650px;
    overflow-y:scroll;
}

#archive-detail img:hover{
    cursor: pointer;
}

.archive-job-lastimage{
    position: sticky;
    top: 60px;
}

#archive-result-content .card .ds-image-container{
    height:100px;
    margin-top:5px;
}

#archive-result-content .card .ds-image-container img{
    max-width: 95%;
}

.archive-job-image:hover{
    cursor:pointer;
}


tr.advanter-newdata-inherited > td{
    background-color:var(--portal-color-palette-8);
}

.billing-assignment-po-row:last-of-type {
    margin-bottom:300px;
}

#page-wrapper div.row:last-of-type .col-12:last-of-type{
    margin-bottom:200px;
}

.jobitem-inactive{
    font-style: italic;
}


.ds-bill-workflow-steps .btn[data-id-workflow-step='123']{
    display: none;
}

#debugInfoContent{
    bottom:25px;
}