/* Project style */

/* view form and edit form */
 form[action*="entityformid=48a09b33-635d-f011-877a-000d3a3077b0"] .crmEntityFormView h2.tab-title:first-of-type+.tab .tab-column fieldset:nth-of-type(1), 
 form[action*="entityformid=0b80eedb-fa5b-ef11-bfe4-7c1e5214b82f"] .crmEntityFormView h2.tab-title:first-of-type+.tab  .tab-column fieldset:nth-of-type(1) {
  height: 270px;  
}


/*Invoice style */

form[action*="entityformid=7b0f8518-f8c5-ef11-b8e8-000d3a34719e"] .crmEntityFormView .tab-column fieldset:nth-of-type(1) {
    height: 310px;  
}

form[action*="entityformid=7b0f8518-f8c5-ef11-b8e8-000d3a34719e"] .crmEntityFormView .entitylist-search .query {
    border: 2px solid #00a4ef;
    border-right: none;
    padding-left: 7px;
}



/* Cases style */

    /* case view form */
form[action*="entityformid=ba95e814-e76a-ef11-a671-000d3a56b80a"] .crmEntityFormView h2.tab-title:first-of-type+.tab .tab-column fieldset:nth-of-type(1) {
    height: 320px;  
}

/* form[action*="entityformid=ba95e814-e76a-ef11-a671-000d3a56b80a"] fieldset[aria-label="Timeline"]{
    width: 200%;
} */

    /* create case form-style input fields */
form[action*="entityformid=f7b32fe9-0d66-ef11-a670-000d3a557526"] .control{
    min-width: 230px ;
}


/* referral style */

    /*create referral form-style input fields */
form[action*="entityformid=1be904ac-1150-f011-877a-000d3a342995"] .control{ 
    min-width: 230px ;
}



