/**
 * Styling tweaks for inquest/civicrm.
 */
.civicase__case-header__case-info .case-role-wrapper {
  display: block;
  position: relative;
  padding-top: 10px;
  overflow: hidden;
  clear:both;
}
.civicase__case-header__case-info .case-role-contact {
/*  display: block;
  position: relative;
  overflow: hidden;
  */
clear:both;
float:right;
line-height: inherit;
}
.civicase__case-header__case-info .case-role-contact .role-name {
/**  min-width: 100px;**/
 display: inline;
 vertical-align: middle;
}

.civicase__case-header__case-info .case-role-contact-wrapper .role-name,
.u-inline {
 display: inline;
 vertical-align: middle;
}

div.case__summary-tab__description.highlight,
#bootstrap-theme .civicase__summary-tab__description.highlight,
#bootsrap-theme div.civicase__summary-tab__description.highlight {
  color: #333;
  font-size: 15px;
  line-height: 22px;
  background-color: #ffffcc;
  border-radius: 8px;
  border: #fc0 1px solid;

 /* border: #fc0 1px solid;*/
  padding: 22px;
}

/**
 * CiviCase card.
 */
.civicase__case-card__inquestprop,
.civicase__case-card__latest-progress-date {
  color: #9494a5;
}

/**
 * Create space for search case select sort dropdown.
 */
#bootstrap-theme .panel .civicase__case-list-table-container  {
  /** Add 40px from 300 to 340 **/
 margin-left: 340px;
}
/** #bootstrap-theme .civicase__case-list-table th:first-child **/
#bootstrap-theme table.civicase__case-list-table>thead>tr>th, #bootstrap-theme .table>thead>tr>th:first-child {
 /** Add 40px from 300 to 340 **/
 padding: 0;
 width: 340px;
}
#bootstrap-theme .civicase__case-list-table th.civicase__case-list-column--first {
  /** reduce side padding from 14px to 4px **/
 padding: 16px 4px !important; 
}
#bootstrap-theme table.civicase__case-list-table td:first-child {
 /** Add 40px from 300 to 340 **/
 width: 340px;
}
#bootstrap-theme .civicase__case-list-column--first--detached .civicase__case-sort-dropdown {
 width: 170px !important;
}
#bootstrap-theme th .civicase__case-sort-dropdown {
  /** Originally 90px  **/
  width: 150px!important;
}
/** End create space for search case select sort dropdown.
 **/

/**
 * bootstrap.css has missing definitions isn't working with base theme.
 *
 * **/
#bootstrap-theme .element-invisible {
  overflow: hidden;
  display: none;
}

/**
 * Reset .label (Seven theme).
 */
td.label {
 display: table-cell;
}

/**
 * Seven for d9 slightly different than for d7, working against shoreditch.
 */
.crm-container.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
 color: #464354;
}
#bootstrap-theme fieldset:not(.fieldgroup) > legend {
  position: relative;
}

/* Veda DM Ticket: 23801 */
/* Veda DM JIRA Ticket: IN-52 */
.civicase__case-summary-fields .civicase__case-summary-fields, .civicase__case-summary-fields .ng-scope {
/*  font-size: 18px;*/
/*  text-align: justify;*/
  word-break: normal !important;
}
/*DM*/