
/* Service Partner - Work Order Details */
.wo-page-header {
    margin: 52px 0;
}

.wo-header {
    font-size: 24px;
    font-weight: bold;
    color: #505050;
}

.wo-section-header {
    margin-bottom: 20px;
    margin-top: 0;
}

.wo-summary-container {
    background-color: #F3F3F3;
    padding: 12px;
    display: flex;
    gap: 24px;
    margin-bottom: 64px;
    flex-direction: column;
    flex-wrap: wrap;
}

.wo-status-label {
    background-color: rgba(255, 187, 84, 0.2);
    color: #FFA113;
    text-transform: uppercase;
    padding: 10px 16px;
    width: fit-content;
}

.wo-status-container {
    margin-bottom: 32px;
}

.wo-summary-row {
    width: 100%;
}

.wo-summary-data, .wo-summary-data-group span {
    font-weight: 600;
    color: #000;
}

.wo-summary-data-group {
    display: flex;
    flex-direction: column;
    gap: 2px;
}


.wo-summary-label {
    font-size: 12px;
}

.wo-summary-info-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 32px 0 0;
}

.wo-customer-info, .wo-case-info {
    background-color: #F3F3F3;
    padding: 12px;
    display: flex;
    margin-bottom: 80px;
}

.wo-customer-info-group.col-md-3, .wo-case-group.col-md-3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
}

.wo-customerinfo-label, .wo-case-label {
    font-size: 12px;
}

.wo-customerinfo-data, .wo-case-data {
    font-weight: 600;
    color: #000;
}

#workorderdetails .crmEntityFormView .section-title,
#quotedetails .crmEntityFormView .section-title{
    border-bottom-width: 0;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #363640;
}

#workorderdetails .crmEntityFormView .cell .field-label,
#quotedetails .crmEntityFormView .cell .field-label {
    float: left;
    display: inline;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
    color: #363640;
}

/*
@media (max-width: 991px) {
    .wo-summary-info-group {
    margin-bottom: 32px;
    }

}
*/
/* Portal Comments */
/*
.entity-timeline a.loadmore {
    float: right;
    display: none;
    background-color: #fff;
    color: #007864;
    border: none;
    padding: 6px 20px;
    cursor: pointer !important;
}

.entity-timeline .timelineheader .buttoncontainer .addnote {
    font-size: 14px;
    float: right;
    background-color: #007864;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer !important;
}

.crmEntityFormView .notes-cell .field-label {
    float: left;
    display: inline;
    font-size: 18px;
    font-weight: bold;
    color: #363640;
}

.entity-timeline .note {
    margin-bottom: 20px;
}

.createdby{
  display: none;
}
.entity-timeline .note .attachment-outer-border{
  border: none;
}
.portalcommenticon{
  text-align: left;
}
.entity-timeline .note .row .header .metadata .postedon{
  text-align: left;
}
.modifiedon{
  display: none;
}

.entity-timeline .note .row .content {
    padding: 24px;
    background-color: #f7f7f7;
}


.entity-timeline .timelineheader {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}

.entity-timeline .note .row .header {
    text-align: left;
    padding-top: 0;
}

.entity-timeline .note .row .content .from h5{
    margin-top: 0;
}

.entity-timeline .note .row .content .description {
    font-size: 16px;
    word-wrap: break-word;
}
*/


/* Connected Incident */

#wo-incident .page-heading, #wo-customerasset .page-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wo-incident .page-heading wo-page-header, #wo-customerasset .page-heading wo-page-header{
    margin: 0;
}

.wo-page-close-icon {
    cursor: pointer;
}