﻿/*==========================================================================*/
/* HTML Element Styles */
/*==========================================================================*/

html, body {
  background-color: #ffffff;
  color: #424244;
  font-weight: 400;
  font-size: 12px;
  height: 100%;
  margin: 0;
}

.modal-html {
  background-color: transparent;
}

a {
  color: #3e9ece;
  margin: 3px;
}

a:hover {
  color: #00435b;
  text-decoration: none;
}

textarea,
input,
select {
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}

textarea,
input[type="text"],
input[type="password"],
select {
  border: 1px solid #999999;
  padding: 3px;
  color: #424244;
}

textarea,
input[type="text"],
input[type="password"],
input[readonly][type="text"],
input[readonly][type="password"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: none; /* -- dgoldston@cpaglobal.com -- */
}

textarea[readonly], input[readonly], input[disabled] {
  background-color: #e6e7e8;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="text"].active
input[type="password"].active {
  border: 1px solid #000000;
  color: #000000;
}

h1,
.lookupTitle,
.topheader { /* deprecated */
  font-size: 1.25em;
  padding-left: 6px;
}

/*==========================================================================*/
/* Basic Styles */
/*==========================================================================*/
.navigation {

}

.action {

}

.unread {

}

.current {

}

.inactive {

}

.active {

}

.setupHomeTab > a {
  cursor: pointer !important;
}

#outerContainer {
  clear: both;
}

.`,
.labelText,
.lookupTitle {
  font-weight: bold;
  color: #424244;
}

.label {
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  text-align: right;
}

.titleLabel {
  background-color: #dbdbdb;
  color: #000000;
  font-size: 11pt;
  font-weight: bold;
  text-indent: 5px;
}

.titleValue {
  background-color: #dbdbdb;
  color: #000000;
  font-size: 10pt;
  text-indent: 5px;
}

.value {
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}

.notice {

}

.message {
  line-height: 13px;
  font-weight: bold;
}

.warning {
  color: red;
  line-height: 13px;
  font-weight: bold;
}

.hideElement {
  display: none;
}

.error {
  color: red;
  line-height: 13px;
  font-weight: bold;
}

.error-border {
  border: 1px solid red;
  margin: 0;
  padding-right: 2px;
  border-radius: 2px;
  display: block;
}

div.error,
input.error,
select.error,
textarea.error {
  border: 1px solid red;
  margin: 0;
  background-color: #ffffd5;
}

/* Used by field lists on the field layout page */
.ui-state-error ul {
  list-style: disc inside;
  margin-left: 20px;
}

.hint-box {
  padding: 5px;
  font-weight: normal;
  box-shadow: none; /* -- dgoldston@cpaglobal.com --*/
  margin: 10px 0px 10px 10px;
}

/*
 Subsections in your error messages
*/
.ui-state-error div {
  margin-top: 12px;
  background: #ffeeee;
  padding: 5px;
  border: solid 1px rgba(255, 0, 0, 0.2);
}

.caption {
  font-weight: bold;
  text-align: left;
  padding: 2px;
}

.legend {
  font-weight: bold;
  text-align: left;
  padding: 2px;
}

.emphasis {
  font-weight: bold;
}

/* issued matters */
.issued {
  color: blue;
}

.billedEntity {
  font-style: italic;
}

.ui-jqgrid tr.jqgrow td {
  font-weight: normal;
  overflow: hidden;
  white-space: pre;
  height: 22px;
  border-bottom: 1px solid #dcdcdf;
  padding: 4px;
}

.ui-jqgrid tr.jqgrow.ui-state-highlight {
  background: #fff9c5;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  white-space: normal;
  overflow: hidden;
  text-shadow: none;
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div.ui-jqgrid-sortable {
  white-space: normal;
}

.ui-jqgrid .ui-jqgrid-htable th div {
  /* fix formatting bug where jqgrid col headers wrap and disappear */
  height: auto;
  padding-bottom: 3px;
}

.ui-jqgrid tr.ui-row-ltr td {
  text-align: left;
  border-right: 1px solid #dcdcdf;
  vertical-align: middle;
  opacity: 1;
  line-height: 13px;
  color: #363636;
}

.ui-jqgrid tr.ui-row-rtl td {
  text-align: right;
  border-left: 1px solid #dcdcdf;
  vertical-align: middle;
  opacity: 1;
  line-height: 13px;
}

td.greyed {
  color: #bbbbbb;
}

td.ui-state-default.jqgrid-rownum {
  background-color: white;
  background-image: none;
}

tr.ui-row-ltr:hover td {
  background: #fff9c5;
}

td.ui-state-default jqgrid-rownum {
  background-color: white
}

.ui-jqgrid .ui-priority-secondary,
.ui-jqgrid .ui-widget-content .ui-priority-secondary,
.ui-jqgrid .ui-widget-header .ui-priority-secondary {
  opacity: 1;
  filter: Alpha(Opacity=100);
  font-weight: normal;
}

/* Prevents jqGrid flicker */
.ui-jqgrid-btable {
  border-collapse: separate;
  padding: 0px;
}

.ui-jqgrid tr.ui-row-ltr.ui-state-hover,
.ui-jqgrid tr.ui-row-rtl.ui-state-hover {
  color: #000000;
  border: none;
}

.ui-jqgrid tr.ui-state-hover a {
  color: #424244;
}

tr.ui-widget-content {
  border-left: none;
  border-right: none;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.center {
  text-align: center;
}

.dragHandle {
  cursor: move;
}

.ui-datepicker-trigger {
  cursor: pointer;
}

/* Tweak the font size in jqGrid */
.ui-jqgrid {
  font-size: 1em;
}

/*==========================================================================*/
/* Icons */
/*==========================================================================*/
.fip-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/fipIcons_16x16.png);
  cursor: pointer;
}

.fip-icon-documents {
  background-position: 0 0;
}

.fip-icon-messages {
  background-position: -16px 0;
}

.fip-icon-discussions {
  background-position: -32px 0;
}

.fip-icon-notes {
  background-position: -48px 0;
}

.fip-icon-billing {
  background-position: -64px 0;
}

.fip-icon-play {
  background-position: -16px -16px;
  display: inline-block;
  background-repeat: no-repeat;
}

/*==========================================================================*/
/* Column Layout */
/*==========================================================================*/
.leftColumn {
  padding-left: 2px;
  margin-bottom: 2px;
  width: 49%;
  float: left;
  clear: left;
  text-align: left;
}

.rightColumn {
  padding-right: 2px;
  margin-bottom: 2px;
  width: 49%;
  float: right;
  clear: right;
  text-align: right;
}

.singleColumn {
  width: 100%;
  clear: both;
}

/*==========================================================================*/
/* Table */
/*==========================================================================*/
.table .label {
  background-color: #cccccc;
  text-align: center;
  padding: 2px;
  vertical-align: bottom;
  border: 1px solid #ffffff;
}

.table .value {
  background-color: #e6e7e8;
  padding: 2px;
  vertical-align: middle;
  border: 1px solid #ffffff;
}

.checkBoxRow {
  width: 20px;
}

/*==========================================================================*/
/* Object Properties */
/*==========================================================================*/
.lookupContents,
.tabContents {
  width: 98%;
  clear: both;
}

.menu {
  width: 98%;
}

#hideShowSearchFilter a.icon {
  width: 16px;
  height: 16px;
  margin: 0px;
  padding: 0px;
}

.ui-icon-sprite-n {
  background-position: 0px -5px;
}

.ui-icon-sprite-s {
  background-position: -24px -5px;
}

#tooltip.tooltip h3 {
  font-weight: bold;
}

#tooltip.tooltip {
  opacity: 1;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  box-shadow: none;
}

.tooltip {
  width: auto;
  white-space: nowrap;
}

.property {
  width: 100%;
}

.property .label {
  background-color: #cccccc;
  text-align: left;
  float: left;
  clear: left;
  margin-top: 1px;
  margin-left: 1px;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}

.property .value {
  background-color: #e6e7e8;
  float: left;
  margin-top: 1px;
  margin-left: 1px;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}

div.controlPanel h1,
.property .sectionHeading {
  background-color: #e6e7e8;
  font-weight: bold;
  clear: both;
}

.property .singleColumn .label {
  width: 19%;
  min-height: 24px;
}

.property .singleColumn .value {
  width: 77%;
  min-height: 24px;
}

.property .leftColumn .label,
.property .rightColumn .label {
  width: 39%;
  min-height: 24px;
}

.property .leftColumn .value,
.property .rightColumn .value {
  width: 55%;
  min-height: 24px;
}

/*==========================================================================*/
/* Context Summary */
/*==========================================================================*/
.summary {
  width: 98%;
  /*  min-width: 760px;*/
  clear: both;

}

.summary .label {
  background-color: #cccccc;
  text-align: left;
  width: 30%;
  float: left;
  clear: left;
  margin-top: 1px;
  margin-left: 1px;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}

.summary .value {
  background-color: #e6e7e8;
  /*  width: 64%;*/
  float: left;
  margin-top: 1px;
  margin-left: 1px;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}

.summary h1,
.contextHeading1 { /* deprecated */
  background-color: #e6e7e8;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  font-weight: bold;
  line-height: 24px;
  border: 1px solid #ffffff;
}

.searchFunctions {
  height: 24px;
  padding-top: 3px;
}

.searchResultLimit {
  height: 28px;
  padding-top: 3px;
  white-space: nowrap;
}

.searchResultLimit .resultLimitText {
  font-weight: bold;
}

.auditInfo {
  line-height: 13px;
  text-align: left;
  font-size: 0.8em;
}

/*==========================================================================*/
/* Operations at the Domain Class level - not having to do with an instance */
/*==========================================================================*/
.domainClassOper,
.topsubheader { /* deprecated */
  background-color: #9bcef2;
  color: #ffffff;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  border-top: 2px solid #000000;
}

.domainClassOper .navigation,
.topsubheader a { /* deprecated */
  font-weight: bold;
}

.domainClassOper .action {
  font-weight: bold;
}

/*==========================================================================*/
/* Operations at the Domain Instance level */
/*==========================================================================*/
.domainObjOper {
  background-color: #9bcef2;
}

.domainObjOper .label {
  font-weight: bold;
  color: #22145c;
}

.domainObjOper .navigation {
  font-weight: bold;
  color: #22145c;
  text-decoration: none;
  vertical-align: middle;
}

.domainObjOper .current {
  background-color: #ffffff;
  font-weight: bold;
  color: #940029;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 4px;
  padding-left: 4px;
  font-size: 0.9em;
}

/*==========================================================================*/
/* fipAdmin options
/*==========================================================================*/
.adminOptionLogo {
  padding: 10px 0px 14px 0px;
}

.adminOptionContainer {
  background-color: lightgrey;
  padding: 6px 6px 0px 6px;
}

.adminOptionTitle {
  font-weight: bold;
  font-size: 13pt;
  padding: 0px 14px 14px 0px;
}

.admin-option-subtitle {
  font-size: 13pt;
  padding: 0px 14px 14px 0px;
}

.admin-org-list {
  list-style: none;
}

/*==========================================================================*/
/* Custom Fields */
/*==========================================================================*/
.customFields h1 {
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  font-weight: bold;
}

/*==========================================================================*/
/* Footer */
/*==========================================================================*/
#footer {

}

#footer h1,
#footer .mediumtext b { /* deprecated */
  text-align: center;
  font-weight: bold;
  padding: 2px;
}

#footer h2,
#footer .mediumtext { /* deprecated */
  text-align: center;
  padding: 2px;
}

#footer .currentLocale,
#footer .currentLocale font { /* deprecated */
  text-align: right;
  font-size: 0.9em;
  padding: 2px;
}

/*==========================================================================*/
/* classes for jquery accordian*/
/*==========================================================================*/
.fip-ui-accordion .fip-ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
  color: #fafbf9;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.fip-ui-accordion .fip-ui-accordion-li-fix {
  display: inline;
}

.fip-ui-accordion .fip-ui-accordion-header-active {
  border-bottom: 0;
}

.fip-ui-accordion .fip-ui-accordion-header a {
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: .5em .5em .5em 2.2em;
}

.fip-ui-accordion-icons .fip-ui-accordion-header a {
  padding-left: 2.2em;
}

.fip-ui-accordion .fip-ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.fip-ui-accordion .fip-ui-accordion-content {
  padding: 5px 20px 5px 0px;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

.fip-ui-accordion .fip-ui-accordion-content-active {
  display: block;
}

.bulk-icon {
  width: 60px;
  margin-left: 5px
}

.search-icon {
  vertical-align: 30%;
  font-size: 1.6em !important;
}

/*==========================================================================*/
/* Activities */
/*==========================================================================*/

/* disable icon colorchange on highlight */
table#actGrid .ui-state-highlight .contextToolButton.inlineButton .ui-icon {
  background-image: url(cpa/images/ui-icons_ffffff_256x240.png);
}

/* clear lines between subtasks */
table.activityDates > tbody > tr > td {
  border-right-width: 0px;
  border-bottom-width: 0px;
}

.quickLinks, a.quickLinks, .quickLinks .fip-icon {
  display: inline-block;
}

tr.matterManagement td {
  background-color: #c8c8c8;
}

tr.matterManagement td span a {
  font-weight: bold;
}

tr.nonTemplate,
tr.nonTemplate td a {
  font-style: italic;
}

tr.completed td {
  color: #666666;
  background-color: #eeeeee;
}

.openTask, .openTask a {
  color: green;
}

.openDocket, .openDocket a {
  color: blue;
}

.inlineButton,
.contextToolButton {
  width: 16px;
  height: 16px;
  margin: 3px 6px;
  padding: 0px;
}

/** reimp w/out important */
.altinlineButton,
.altcontextToolButton {
  width: 16px;
  height: 16px;
  margin: 3px 0px;
  padding: 0px;
}

.taskActionable:hover,
.activityActionable:hover,
.eventActionable:hover {
  cursor: pointer;
}

.pastDue, .pastDue a {
  color: red;
}

.pinDate {
  font-weight: bold;
}

.actionMenuTitle {
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #9bcef2;
}

#table_actions {
  text-align: left;
}

#table_actions .tablenav,
#table_actions .add_button {
  display: inline-block;
}

#table_actions .tablenav {
  width: 50%;
}

#table_actions .add_button {
  float: right;

}

.add_button {
  text-align: right;
}

.unselectedTab {
}

.selectedTab {
  background-color: #ffffff;
}

.reportExtractTabs {
  padding-left: 1px;
  padding-right: 1px;
}

.reportExtractTabs,
.reportExtractTabs a {
  background-color: #9bcef2;
}

.unselectedTab {
}

.unselectedTab {
}

.selectedTab {
  background-color: #ffffff;
}

.reportExtractTabs {
  padding-left: 1px;
  padding-right: 1px;
}

.reportExtractTabs,
.reportExtractTabs a {
  background-color: #9bcef2;
}

.reportExtractTabs,
.reportExtractTabs a,
.reportExtractTabs span {
  color: #22145c;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  padding-left: 4px;
  padding-right: 4px;
}

.reportExtractTabs {
  color: #22145c;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
}

.filterNameString {
  font-weight: bold;
}

.filterPromptString {
  font-style: italic;
}

.mce-path {
  display: none;
}

/*==========================================================================*/
/* Deprecated Classes */
/*==========================================================================*/
/* Deprecated */
.contextLabel4,
.NcontextlabelboldDark {
  background-color: #d1d0ce;
  font-weight: bold;
  padding-left: 1px;
  line-height: 18px;
  border: 1px solid #ffffff;
}

/* Deprecated */
td.contextHeading1,
td.contextLabel,
td.contextLabel4,
td.NcontextlabelboldDark,
td.contextLabel7,
td.NcontextlabelboldNormal {
  text-align: left;
}

/* Deprecated */
.contextLabel,
.contextLabel5,
.contextLabel7,
.NcontextlabelboldNormal {
  background-color: #e6e7e8;
  padding-left: 1px;
  border: 1px solid #ffffff;
}

/* Deprecated */
.tableRow {
  background-color: #bdbcbb;
  padding-left: 4px;
  line-height: 16px;
  border: 1px solid #ffffff;
  vertical-align: middle;
}

/* Deprecated */
.textBold {
  font-weight: bold;
}

/* Deprecated */
.controlNavWithinContextBody {
  font-weight: bold;
}

/* =========================================== */

.top-menu-container {
  padding: 2px 0px 0px 0px;
  display: block;
  white-space: nowrap;
  clear: both;
  margin: 5px 0 0;
  float: left;
}

.top-menu-container h1 {
  color: #424244;
  font-weight: bold;
  font-size: 13pt;
  padding: 5px 0;
  position: relative;
  display: inline;
  float: left;
  margin: 0px 5px 5px 0px;
}

.top-menu-container h1 a {
  background: #d7d8d8;
  background-image: none; /* --dgoldston@cpaglobal.com --*/
  color: #fafbf9;
  font-weight: bold;
  padding: 1px 8px;
  text-decoration: none;
  border-radius: 0;
  margin-left: 10px;
  display: inline;
}

.top-menu-container ul {
  color: #424244;
  font-weight: normal;
  font-size: 10pt;
  padding: 0px;
  outline: 0px;
  border: 0px;
  margin-top: -3px;
  float: left;
}

.top-menu-container ul li {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}

.top-menu-container ul li span,
.top-menu-container ul li a {
  background: #e6e7e8;
  background-image: none; /* --dgoldston@cpaglobal.com --*/
  border: 1px solid #dcdcdf;
  color: #424244;
  display: block;
  padding: 7px 4px 7px 4px;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
  font-size: 10pt;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

.top-menu-container ul li span {
  color: #bbbbbb;
}

.top-menu-container ul li a:hover {
  background-image: none; /* --dgoldston@cpaglobal.com --*/
}

div.controlPanel h1,
.contextHeading,
.sectionHeading {
  font-weight: bold;
  font-size: 11pt;
  padding-left: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  text-align: left;
  line-height: 2;
}

table {
  background-color: transparent;
}

.results > tbody > tr > th {
  padding-top: 5px;
  padding-bottom: 5px;
}

/*
  Styles to be applied to tables of search results.
  Just add 'search-result' to the table element. These
  styles will make a normal table appear like a jqGrid
  table.
*/
table.search-result {
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
}

table.search-result > thead > tr > th,
table.search-result > tbody > tr > th,
table.search-result > tbody > tr > td {
  border: 1px solid #dcdcdf;
  padding: 4px;
  font-size: 9pt;
  word-wrap: break-word;
}

table.search-result > thead > tr > th,
table.search-result > tbody > tr > th {
  background-color: #e6e7e8;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  height: 22px;
  white-space: nowrap;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

table.search-result > thead > tr > td,
table.search-result > tbody > tr > td,
table.search-result > tfoot > tr > td {
  background-color: #fafaf8;
  vertical-align: middle;
  text-align: left;
}

table.search-result > tbody > tr.selected > td {
  background-color: #ddffdd;
}

table.search-result > tbody > tr > td.checkBox {
  text-align: center;
}

/*
  Styles to be applied to navigation bars like the one
  in the middle of the matter home screen. Just add
  'navbar' to the table element.

  Also coercions to get jQueryUI tabs to look the same
*/
table.navbar,
ul.ui-tabs-nav {
  background-color: #e6e7e8;
  background-image: none; /* --dgoldston@cpaglobal.com --*/
}

.ui-tabs ul.ui-tabs-nav {
  line-height: inherit;
  padding: 0px;
}

table.navbar td,
ul.ui-tabs-nav li {
  height: 35px;
  vertical-align: center;
  text-align: center;
  white-space: nowrap;
}

ul.ui-tabs-nav li.ui-state-default {
  background: transparent;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

ul.ui-tabs-nav li.ui-state-active {
  border: none;
}

ul.ui-tabs-nav li.ui-state-default {
  border-left: 1px solid #dcdcdf;
}

table.navbar td a,
ul.ui-tabs-nav li.ui-state-default a,
li.ui-state-default .tabClickable {
  color: #424244;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

table.navbar td a:hover,
ul.ui-tabs-nav li a:hover,
ul.ui-tabs-nav li .tabClickable:hover {
  color: #40a7dc;
}

table.navbar span.navbargray {
  display: block;
  height: 100%;
  vertical-align: middle;
  line-height: 35px;
}

.grab-bar,
table.navbar span.navbargray,
table.navbar td.navbargray,
ul.ui-tabs-nav li.ui-tabs-active {
  text-decoration: none;
  font-weight: bold;
  color: white;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
  background-image: none; /* --dgoldston@cpaglobal.com --*/
}

ul.ui-tabs-nav li.ui-tabs-active a,
li.ui-tabs-active .tabClickable {
  text-decoration: none;
  font-weight: bold;
  color: white;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

table.navbar td.navbargray,
ul.ui-tabs-nav li.ui-tabs-active {
  padding-left: 12px;
  padding-right: 12px;
}

/*
  Styles for property tables, like the matter header information.
  Note the use of th for headers:

  <table class="propertyTable">
    <tr>
      <th>Header 1</th>
      <td>Field 1</td>
      <th>Header 2</th>
      <td>Field 2</td>
    </tr>
  </table>
*/
table.search-result,
table.listTable,
table.propertyTable,
table.filterTable,
table.navbar,
table.optionList {
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 5px 7px 15px 0px;
  width: 100%;
  bow-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

table.listTable a,
table.propertyTable a {
  text-decoration: underline;
}

table.listTable a:hover,
table.propertyTable a:hover {
  color: #424244;
}

.search-result > tbody > tr > th a,
.search-result > thead > tr > th a,
.propertyTable > tbody > tr > th a,
.propertyTable > thead > tr > th a,
.filterTable > tbody > tr > th a,
.filterTable > thead > tr > th a {
  text-decoration: none;
}

table.listTable > tbody > tr > th,
table.listTable > tbody > tr > td,
table.propertyTable > thead > tr > th,
table.propertyTable > thead > tr > td,
table.propertyTable > tbody > tr > th,
table.propertyTable > tbody > tr > td,
table.optionList > tbody > tr > th,
table.optionList > tbody > tr > td {
  border: 1px solid #dcdcdf;
  padding: 4px;
  text-align: left;
  white-space: nowrap;
  font-size: 9pt;
}

table.listTable > tbody > tr > td,
table.propertyTable > tbody > tr > td,
table.optionList > tbody > tr > td {
  white-space: normal;
}

table.listTable,
table.propertyTable,
table.optionList {
  background-color: #fafaf8;
}

table.propertyTable tr td,
table.propertyTable tr td.value {
  width: 30%;
}

table.listTable > tbody > tr > th,
table.listTable > tbody > tr > td.label,
table.listTable > thead > tr > th,
table.listTable > thead > tr > td.label,
table.propertyTable > tbody > tr > td:first-child,
table.propertyTable > tbody > tr > th,
table.propertyTable > tbody > tr > td.label,
table.propertyTable > thead > tr > td:first-child,
table.propertyTable > thead > tr > th,
table.propertyTable > thead > tr > td.label {
  font-weight: bold;
  background-color: #e6e7e8;
  white-space: nowrap;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

table.propertyTable > tbody > tr > td:first-child,
table.propertyTable > tbody > tr > th,
table.propertyTable > tbody > tr > td.label,
table.propertyTable > thead > tr > td:first-child,
table.propertyTable > thead > tr > th,
table.propertyTable > thead > tr > td.label {
  width: 20%;
}

table.search-result th.titleBar,
table.propertyTable th.titleBar,
table.listTable th.titleBar,
table.optionList thead tr th,
div.titleBar {
  background: #3e9ece;
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 10px 0 5px 8px; /* --dgoldston@cpaglobal.com -- */
  text-shadow: none;
  height: auto;
  text-align: left;
  border: none;
}

table.propertyTable tr td.section {
  border: none;
  background-color: transparent;
  height: 20px;
}

/*
  Use this to attach a table to the bottom of a previous table which
  keeps the box-shadow from getting in the way. For example, the
  following will appear as one table.

  <table class="propertyTable">
  ...
  </table>
  <table class="propertyTable attach">
    ...
  </table>
*/
table.attach {
  margin-top: -16px;
}

.filterTable {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  text-align: left;
  margin-top: 10px;
}

.filterTable .label.subSection,
.filterTable .value.subSection {
  background-color: #e6e7e8;
}

div.controlPanel h1,
.sectionHeading,
.sectionHeading a {
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  clear: none;
  vertical-align: middle;
  background-image: none; /* --dgoldston@cpaglobal.com --*/
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

.filterTable .ui-icon.ui-icon-sprite {
  background-image: url(cpa/images/sprites_icon.png);
  height: 20px;
  width: 16px;
}

.filterTable > tbody > tr > td,
.filterTable > tbody > tr > th,
.filterTable > thead > tr > th,
.filterTable > tbody > tr > td > table > tr > td {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  vertical-align: middle;
  padding: 3px;
}

.filterTable > tbody > tr > td.label,
.filterTable > tbody > tr > th.label,
.filterTable > tbody > tr > td > table > tr > td.label {
  border-right-width: 0px;
  float: none;
  clear: none;
  background-color: #ffffff;
  text-align: left;
  margin-top: 1px;
  margin-left: 1px;
  font-size: 11pt;
  font-weight: normal;
  white-space: nowrap;
}

.filterTable > tbody > tr > td.value {
  float: none;
  clear: none;
  background-color: #ffffff;
  margin-top: 1px;
  margin-left: 1px;
  text-align: right;
  border-left: none;
  width: 30%;
}

/*==========================================================================*/
/* Control Panel List                                                       */
/*==========================================================================*/

div.controlPanel {
  width: 926px;
  margin: 20px auto;
}

div.ControlPanel p.divExpander:after {
  display: block;
  clear: both;
  content: " ";
  height: 0;
  overflow: hidden;
}

div.controlPanel h1 {
  font-size: 12px;
  font-weight: bold;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

div.controlPanel ul {
  width: 100%;
}

div.controlPanel ul a {
  display: block;
  height: 100%;
  text-decoration: none;
  margin: 0px;
}

div.controlPanel ul li {
  /* item appearance */
  background: #e6e7e8;
  height: 40px;
  border: solid 1px #ffffff;
  text-align: left;
  padding: 6px;
  /* two col layout */
  float: left;
  display: inline-block;
  width: 449px; /* recalculate width : (parent width/2) - (border*2 + padding*2) */
}

div.controlPanel ul li .controlNavWithinContextBody {
  font-size: 12px;
}

div.controlPanel ul li:hover {
  background: #ffffff;
}

/* Put this on the outmost container of a page. */
.page-container {
  text-align: center;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

/*
  Center the contents of a container.
*/
.center-contents {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Icon overrides for areas where dark icons are needed:
 - jqGrid sort and paging arrows
 - matter attribute dragable table
*/
span.ui-icon.dark,
td.ui-sgcollapsed a span,
td.sgexpanded a span,
.ui-grid-ico-sort.ui-icon, .ui-pg-button .ui-icon {
  background-image: url(cpa/images/ui-icons_363636_256x240.png);
}

a.ui-button {
  height: 15px;
}

/* jQuery Override: Letter spacing reset. */
.ui-widget-header {
  letter-spacing: 0px;
}

/* jQuery Override: Datepickers display dates with better contrast. Standard dates are white. */
.ui-datepicker-calendar a.ui-state-default {
  border: 1px solid #dcdcdf;
  background: #ffffff none 50% 50% repeat-x;
  color: #363636;
}

/* jQuery Override: Datepickers display dates with better contrast. Selected date has a red border. */
.ui-datepicker-calendar a.ui-state-active {
  border: 1px solid red;
  background: #ffffff none 50% 50% repeat-x;
  color: #363636;
}

/* jQuery Override: Datepickers display dates with better contrast. Current date is blue. */
.ui-datepicker-calendar a.ui-state-highlight {
  background: #3e9ece none 50% 50% repeat-x;
  font-weight: bold;
  color: white;
}

/* jQuery Override: <select> dropdowns scale to the size of their cell instead of getting cut off. */
table.ui-jqgrid-btable select {
  width: 100%;
}

/* jQuery Override: Selected rows for jqGrid tables weren't being displayed in IE. */
table.ui-jqgrid-btable > tbody > tr.ui-widget-content.jqgrow.ui-row-ltr.ui-state-highlight > td td, /* covers tested tables */
table.ui-jqgrid-btable > tbody > tr.ui-widget-content.jqgrow.ui-row-ltr.ui-state-highlight > td {
  background-color: #f6dada;
}

/* jQuery Override: Prevent buttons from flickering in jqGrid table footers / pagers. */
.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
}

/* jQuery Override: Prevent dialog close buttons from flickering. */
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus,
.ui-jqdialog .ui-jqdialog-titlebar-close:hover,
.ui-jqdialog .ui-jqdialog-titlebar-close:focus {
  padding: 1px;
}

/* jQuery Override: Prevent jQuery buttons from turning white on hover. */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background: inherit;
}

/* Override specific jqgrid column header and pager colors and spacing */
div.ui-state-default.ui-jqgrid-hdiv {
  background: #e6e7e8;
}

div.ui-jqgrid > div.ui-jqgrid-pager {
  background: #e6e7e8;
  color: #363636;
}

tr.ui-jqgrid-labels > th.ui-state-default {
  background: #e6e7e8;
  color: #424244;
  border-right: 1px solid #dcdcdf;
}

tr.ui-search-toolbar > th.ui-state-default {
  background: #e6e7e8;
}

/* Override for jqgrid col headers.  IE bug where headers aren't wrapping so instead they flow off the div  */
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  white-space: normal;
  overflow: hidden;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

.ui-jqgrid .ui-jqgrid-htable th.ui-th-column div.ui-jqgrid-sortable {
  white-space: normal;
}

/* button style override */

input.ui-button,
.paginate_button,
.ui-button,
.fm-button {
  background: #153a4f url(cpa/images/ui-bg_highlight-soft_45_3E9ECE_1x100.png) 50% 50% repeat-x;
  border: none;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
  color: #fafbf9;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  padding: 5px 7px 5px 7px;
  margin: 10px;
  border-radius: 4px; /* --dgoldston@cpaglobal.com --*/
}

.fm-button.ui-corner-all.fm-button-icon-right {
  padding-right: 20px;
}

.fm-button.ui-corner-all.fm-button-icon-left {
  padding-left: 20px;
}

.keyword-text {
  padding-right: 40px;
}

.field-search {
  margin-top: 10px;
  width: 240px;
  margin-left: 8px;
}

.paginate_button,
.fm-button.ui-state-default,
.ui-button.ui-widget.ui-state-default {
  background-image: none; /* --dgoldston@cpaglobal.com --*/
}

.paginate_button:hover,
.fm-button.ui-state-hover,
.ui-button.ui-widget.ui-state-hover {
  background-image: none; /* --dgoldston@cpaglobal.com --*/
}

.ui-button.ui-widget.ui-button-text-only.ui-state-default {
  background: #1e1b37;
  background-image: none; /* --dgoldston@cpaglobal.com --*/
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
  color: #fafbf9;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
  padding: 5px 10px 5px 10px;
}

.ui-button.ui-widget.ui-button-text-only.ui-state-hover {
  background: #1e1b37;
  background-image: none; /* --dgoldston@cpaglobal.com --*/
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
  color: #fafbf9;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}

.ui-button.ui-widget.ui-button-secondary {
  background: #e6e7e8;
  background-image: none;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
  color: #555555;
}

.ui-button.ui-widget.ui-button-secondary:hover {
  background-image: none; /* --dgoldston@cpaglobal.com --*/
}

.ui-button.ui-widget.ui-button-disabled.ui-state-disabled {
  color: #909090;
  background-color: #cdcdcd; /* --dgoldston@cpaglobal.com --*/
  background-image: none; /* --dgoldston@cpaglobal.com --*/
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

/** main menu tabs */
.navTabs {
  overflow: hidden;
  padding: 0;
  margin: 2px auto 0 0px;
  float: left;
  list-style-image: none;
  list-style-type: none;
  min-height: 35px;
  min-width: 20px;
  position: relative;
}

.navTabs li {
  float: left;
  color: #000000;
  list-style: none;
  padding: 0;
  /*margin: 0 0 0 1px;*/
  display: inline-block;
  position: relative;
  z-index: 0;
  vertical-align: baseline;
  background: #e0e0e0;
  position: relative;
  border-right: 1px solid #cccccc;
  top: 5px;
}

.navTabs li a {
  display: block;
  float: left;
  text-decoration: none;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #909090;
  background-color: #e0e0e0;
  text-align: center;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
  outline: none;
}

.navTabs li.sb-inner-active a {
  background: #f5f5f5;
  background-color: #f5f5f5;
  color: #333333;
  box-shadow: inset 0 4px 0 0 #153a4f;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

.navTabs li a:hover {
  background: #e6e7e8;
  background-color: #f5f5f5;
  color: #424244;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

.navTabs li:hover,
.navTabs li:hover .sb-inner {
  filter: none;
  background-image: none;
  background: #e6e7e8;
  color: #424244;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

.navTabs li .sb-border {
  background: #ffffff;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

.navTabs li.sb-inner-active {
  box-shadow: none; /* --dgoldston@cpaglobal.com --*/
  background: #e6e7e8;
  filter: none;
  color: black;
  border-radius: 0; /* --dgoldston@cpaglobal.com --*/
  top: 1px;
}

/** end main menu tabs */

/* Styles to make special instructions stand out on matterhome and the notes popup */
.notes-special-instruction {
  border: 1px solid #007711;
  background-color: #9de4a8;
  padding-left: 5px;
  padding-right: 5px;
  color: #007711;
  font-weight: bold;
}

.grab-bar {
  width: 30px;
  height: 25px;
  padding-top: 5px;
  text-align: center;
}

.grab-bar i {
  font-size: 20px;
}

.loading {
  background-image: url('../images/ajax-progress.gif');
  background-position: 10px;
  background-repeat: no-repeat;
  font-size: 8pt;
  font-weight: bold;
  padding: 4px;
  margin-left: 2px;
  margin-right: 2px;
  border: 2px solid #dcdcdf;
  background-color: #ffffff;
  z-index: 1;
}

.loading.small {
  background-size: 16px 16px;
  padding-left: 20px;
}

.loading.large {
  background-size: 32px 32px;
  padding: 20px 40px 20px 60px;
}

/* datatables specific overrides */
table.dataTable th.ui-state-default {
  color: #424244;
}

table.dataTable th .ui-icon {
  background-image: url(cpa/images/ui-icons_363636_256x240.png);
}

table.dataTable tr:hover td {
  background: #fff9c5;
}

.dataTable th.ui-state-default {
  background-image: none;
}

/* Styles brought in to support datatables/jqueryUI interplay */

/*
 * Table wrapper
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
}

.dataTables_wrapper .ui-widget-header {
  font-weight: normal;
}

.dataTables_wrapper .ui-toolbar {
  padding: 5px;
}

/*
 * Filter
 */
.dataTables_filter {
  float: right;
  text-align: right;
}

/*
 * Table information
 */
.dataTables_info {
  padding-top: 3px;
  clear: both;
  float: left;
  font-size: 9pt;
}

/*
 * Sorting
 */
table.dataTable thead th div.DataTables_sort_wrapper {
  position: relative;
  padding-right: 20px;
  padding-right: 20px;
}

/* Removes padding around columns that aren't sortable */
table.dataTable thead th.dtnosort div.DataTables_sort_wrapper {
  padding: 0px;
}

table.dataTable thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}

table.dataTable th:active {
  outline: none;
}

/*
 * Scrolling
 */
.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.dataTables_paginate {
  text-align: center;
}

.paginate_active {
  background-image: none; /* --dgoldston@cpaglobal.com --*/
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
  border: 1px solid #dddddd;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 7px 5px 7px;
  margin: 10px;
  border-radius: 0; /* --dgoldston@cpaglobal.com --*/
}

.paginate_active:hover {
  background-image: none; /* --dgoldston@cpaglobal.com --*/
}

.sorting {
  background: url('../images/sort_both.png') no-repeat center right;
}

.sorting_asc {
  background: url('../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
  background: url('../images/sort_desc.png') no-repeat center right;
}

.fip-icon-scheduled {
  background-position: 0 -16px;
  display: inline-block
}

.fip-icon-play {
  background-position: -16px -16px;
  display: inline-block;
  background-repeat: no-repeat;
}

/*
* File uploader
*/
.qq-uploader {
  position: relative;
  width: 100%;
}

.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 70px;
  z-index: 2;
  background: #cae4f2;
  text-align: center;
}

.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
  font-style: normal;
}

.qq-upload-drop-area-active {
  background: #a4d1e8;
}

.qq-upload-list {
  margin: 0;
  padding: 0;
  list-style: disc;
  clear: both;
  list-style: none;
}

.qq-upload-list li {
  margin: 0;
  padding: 0;
  line-height: 15px;
  font-size: 12px;
}

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  margin-right: 7px;
}

.qq-upload-button {
  text-align: center;
  position: 'relative';
  overflow: 'hidden';
  direction: 'ltr';
  width: 70px;
  float: left;
  background-image: none; /* --dgoldston@cpaglobal.com --*/
  background: url("cpa/images/ui-bg_highlight-soft_45_3E9ECE_1x100.png") repeat-x scroll 50% 50% #3e9ece;
  border: medium none;
  border-radius: 0; /* --dgoldston@cpaglobal.com --*/
  color: #fafbf9;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 10px;
  padding: 7px 0;
  text-shadow: none; /* --dgoldston@cpaglobal.com --*/
}

.qq-upload-button:hover {
  background-image: none; /* --dgoldston@cpaglobal.com --*/
}

.qq-drop-processing {
  display: none;
}

.qq-upload-retry {
  display: none;
}

.qq-upload-file {
}

.qq-upload-spinner {
  display: inline-block;
  background: url("/images/ajax-progress.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}

.qq-upload-size, .qq-upload-cancel {
  font-size: 11px;
}

.qq-upload-failed-text {
  display: none;
}

.qq-upload-fail .qq-upload-failed-text {
  display: inline;
}

table.mceLayout tr td.mceStatusbar {
  width: 100%;
}

i.icon-flag.unflagged,
i.icon-envelope-alt.read {
  color: #dddddd;
}

.sorting_asc_disabled {
  background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
  background: url('../images/sort_desc_disabled.png') no-repeat center right;
}

.discInfoButton {
  background: url('../images/info-icon-1.png') no-repeat center right;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
}

.fip-icon-circlesmall-minus {
  background: url('../images/minusbox.gif') no-repeat center right;
  margin-right: 5px
}

.fip-icon-circlesmall-plus {
  background: url('../images/plusbox.gif') no-repeat center right;
  margin-right: 5px
}

.dataTables_processing {
  width: 100%;
  text-align: center;
  z-index: 100;
  position: absolute

}

.lineBottom {
  border-bottom: 1px solid black;
}

.lineTop {
  border-top: 1px solid black;
}

.lineLeft {
  border-left: 1px solid black;
}

.lineRight {
  border-right: 1px solid black;
}

.modal-separator {
  border-bottom: 1px solid #e5e5e5;
}

.modal-separator {
  border-bottom: 1px solid #e5e5e5;
}

.centerImp,
.dataTables_empty {
  text-align: center;
}

.icon {
  background-image: url(cpa/images/ui-icons_363636_256x240.png);
}

/*Password strength meter*/
.password_strength_container {
  position: relative;
  margin-top: 2px;
  height: 10px;
}

.password_strength {
  height: 4px;
  background-color: #c81818;
  width: 0;
  position: absolute;
  left: 0;
}

.password_strength_bg {
  height: 4px;
  background-color: #e8e8e8;
  width: 100%;
  position: absolute;
  left: 0;
}

.password_strength_separator {
  height: 4px;
  width: 2px;
  background-color: white;
  position: absolute;
  left: 0;
}

.tooweak {
  background-color: #c81818;
  width: 20%;
}

.weak {
  background-color: #ffac1d;
  width: 40%;
}

.medium {
  background-color: #f0c36d;
  width: 60%;
}

.good {
  background-color: #a6c060;
  width: 80%;
}

.strong {
  background-color: #27b30f;
  width: 100%;
}

.panel-search-icon {
  position: relative;
  top: -28px;
  color: #7b7b7b;
  float: right;
  margin-bottom: -5px;
}

.logout {
  font-size: 10pt;
  font-weight: bold;
  text-align: justify;
}

/* classes for jquery confirmation dialog */
.confirmDialogContainer div {
  padding: 5px;
  padding-left: 1px;
}

.confirmDialogContainer ol {
  list-style: decimal;
  margin-left: 10px;
  padding-left: 5px;
}

.hiddenMessageDiv {
  visibility: hidden;
  position: absolute;
}

/* Buttons with a dropdown option next to them */

.drop-button button {
  font-size: 12px;
}

.drop-button button span.ui-button-text {
  font-size: 12px;
}

.drop-button button.other-actions {
  margin-left: -15px;
}

.drop-list {
  display: none;
  position: absolute;
}

.drop-list li a {
  text-align: left;
  margin: -1px;
  padding: 0px;
}

.drop-list li a:hover {
  background: #dcdcdf;
}

.wrappingHeader {
  word-wrap: break-word;
  font-weight: bold;
}

/* class for table cell with icon, to keep field to a minimal width */
.tableIconCell {
  text-align: center;
  width: 25px;
}

li.fineUploader-success {
  background-color: #fafaf8;
  font-size: 9pt;
}

li.fineUploader-error {
  background-color: #fafaf8;
  font-size: 11pt;
  font-weight: bold;
}

.ui-multiselect li {
  border: 1px solid #dcdcdf;
  font-weight: normal;
}

.ui-multiselect a {
  color: #ffffff;
}

.ui-multiselect input.search {
  background-color: #fafaf8;
  opacity: 1;
  font-weight: normal;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #363636;
}

.passwordExpWarningBox {
  padding-top: 1em;

  border: none;
}

.passwordExpWarningBox div {
  margin: 0;
}

.passwordExpWarningBox div input {
  margin-left: 0;
  padding: none;
}

.leftIndentTab {
  padding-left: 2em;
}

.title-container {
  border: 1px solid #dcdcdf;
  text-align: left;
  padding: 15px;
}

.message-box {
  padding: 10px;
  border-radius: 0; /* --dgoldston@cpaglobal.com --*/
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.green-box {
  border: 1px solid #2dcf4d;
  background-color: #e9f9ed;
  color: #2dcf4d;
}

.yellow-box {
  border: 1px solid #f89406;
  background-color: #ffffcc;
  color: #f89406;
}

.red-box {
  border: 1px solid #cc0033;
  background-color: #fef4f4;
  color: #cc0033;
}

.rounded-corners {
  border-radius: 0; /* --dgoldston@cpaglobal.com -- */
}

.rounded-top-corners {
  border-radius: 0; /* --dgoldston@cpaglobal.com -- */
}

span.icon-plus-sign,
span.icon-minus-sign {
  text-decoration: none;
  color: #75d2f7;
}

.section-header {
  background-color: #e6e7e8;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px 0px 15px;
  border-radius: 0; /* --dgoldston@cpaglobal.com --*/
}

.section-container {
  margin: 30px;
  border: 1px solid #e6e7e8;
  border-radius: 0;
  position: relative;
}

div.textnormal {
  color: #000000;
  font-size: 9pt;
  padding: 5px 5px 5px 15px;
}

div.ui-select-core-data-block span.ui-select-match-text {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-with-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.failed-icon-color {
  color: red;
}

.informational-icon-color {
  color: grey !important;
}

.success-icon-color {
  color: #2dcf4d;
}

.warning-icon-color {
  color: #ffcc11;
}

.job-detail-text-less {
  white-space: nowrap;
  height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.word-wrap {
  white-space: normal;
  word-wrap: break-word;
  height: auto;
}

.horizontal-more-less-container {
  text-align: center;
  height: 8px;
  color: #cecece;
}

.horizontal-more-less-container div {
  position: relative;
  top: -13px;
  background-color: #ffffff;
  width: 45px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.horizontal-more-less-container hr {
  width: 98%;
  height: 1px;
  border: 0;
  background-color: #e6e7e8;
}

.superscript {
  position: relative;
  top: -5px;
  font-size: 75%;
}

.warning-details-container {
  padding: 1px 0px 0px 2px;
}

.inventor-dashboard-container {
  padding: 0px 0px 0px 0px;
  margin-top: -18px;
}

.event-search-container {
  max-width: 850px;
  margin: 0px auto;
}

.launched-from-button-text {
  display: block;
  float: left;
  padding-right: 10px;
  padding-top: 3px;
}

.launched-from-display {
  margin-top: 5px;
  margin-left: 5px;
  width: 95%;
}

.launched-from-display-td {
  background-color: #ffffff;
}

.change-matter-warning {
  display: block;
  clear: both;
  padding-top: 5px;
}

.fip-image-standard {
  max-width: 270px;
  max-height: 140px;
  width: auto;
  height: auto;
}

.fip-image-small {
  max-width: 70px;
  max-height: 36px;
  width: auto;
  height: auto;
}

div.fip-editable-field {
  padding: 3px 3px 3px 3px;
  display: inline-block;
  width: 98%;
  min-width: 106px;
  min-height: 18px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
}

.fip-editable-field-val {
  width: 87%;
  float: left;
  display: inline-block;
  white-space: normal;
}

div.fip-editable-field-container {
  padding: 1px 1px 1px 1px;
  height: auto;
  position: relative;
  width: 100%;
  min-height: 11px;
  overflow: hidden;
}

div.fip-editable-field-container:hover {
  padding: 0px 0px 0px 0px;
  border: 1px solid #c8c8c8;
  cursor: pointer;
}

.fip-inline-editable-field {
  width: 97%;
  float: left;
  display: inline-block;
  white-space: normal;
}

.fip-inline-editable-field:hover {
  cursor: pointer;
}

.fip-editable-textarea {
  width: 100%;
}

.fip-editable-text:focus, .fip-editable-textarea:focus {
  border: 1px solid #3e9ece;
}

span.edit-icon-container {
  width: 16px;
  display: inline-block;
}

.dialogBox {
  display: none;
}

.results-roles-container {
  display: inline-block;
  vertical-align: top;
  height: inherit;
}

#results-container {
  padding-top: 15px;
  display: inline-block;
}

#lookup-roles {
  padding-top: 15px;
  display: inline-block;
  width: 24%;
}

.fip-notification-msg {
  display: inline-block;
  top: 35%;
  left: 50%;
  margin-left: -125px;
  z-index: 100;
  position: absolute;
}

.fip-notification-msg div {
  padding: .7em;
  line-height: 4.2em;
}

.note {
  color: red;
  font-size: .75em;
  font-weight: bold;
  vertical-align: top;
}

/* --------------------------------- */
/* -- NEW dgoldston@cpaglobal.com -- */

.cpa-logo {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../bootstrap/img/cpa-logo-text.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.logo-left {
  background-position: left center;
}

.logo-center {
  background-position: center center;
}

.logo-right {
  background-position: right center;
}

.header .cpa-logo {
  width: 100%;
  height: 50px;
  transition: all 0.5s;
}

/* Large devices (large desktops, 768px and up) */
@media (min-width: 768px) {
  .collection {
    background-color: #f7f7f7;
    display: inline-block;
  }
}

.footer p {
  color: #cccccc;
}

.footer a {
  color: #cccccc;
  text-decoration: underline;
}

/* -- FIP Overrides -- */

/* Generic Elements */
.titleBar {
  margin: 0 0 15px 0;
}

/* Footer */
.footer-content {
  color: #7d7d7d;
  margin-top: 35px;
}

.title-menubar {

}

.title-menubar {
  padding-top: 15px;
  height: 54px;
  color: #424244;
  background-color: #f5f5f5;
  font-weight: bold;
  text-decoration: none;
  font-size: 8pt;
  text-shadow: #ffffff 0px 1px 0px;
  position: relative;
  z-index: 9999;
  padding-left: 5px;
  vertical-align: middle;
  padding-bottom: 3px;
  white-space: nowrap;
}

#nav-tabs-container {
  padding-top: 35px;
}

/* Changes to override bootstrap grid wrapping until we can remove the top frame */
.fixed-width-container {
  min-width: 1300px;
}

.top-frame-fixed-width-header {
  min-width: 1500px;
}

.collection {
  background-color: #f7f7f7;
  display: inline-block;
  position: relative;
}

.navbar-collapse.collapse {
  display: block !important;
}

.navbar-nav > li, .navbar-nav {
  float: left;
}

.navbar-nav .navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right !important;
}

.navbar-form {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.navbar-nav {
  margin: 0px;
}

.header-form {
  padding-left: 0px;
  padding-right: 5px;
}

.header-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.header-form .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #424244;
  border-color: #cccccc;
}

.header-form .input-group-btn .btn {
  color: #424244;
  background-color: #ffffff;
  border-color: #cccccc;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.auto-width {
  width: auto;
}

/* END Changes to override bootstrap grid wrapping until we can remove the top frame */

/* -- Bootstrap TEMP Overrides ---------------- */
/* -- A proper theme should be customized at: --*/
/* -- http://getbootstrap.com/customize/ ------ */

/* Nav */

/* Navbar */
.navbar {
  margin-bottom: 0;
  min-height: 0;
}

.navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  height: 100%;
  border: none;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #424244 !important;
  background-color: #f5f5f5 !important;
  border-color: transparent;
  cursor: default;
}

.navbar-default .navbar-nav > li > a {
  margin: 0;
  line-height: 1.42857;
  border-radius: 0;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  background-color: #153a4f;
  color: #ffffff;
}

.navbar-default .navbar-nav > li > a span {
  padding-left: 5px;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: #e6e7e8;
}

.navbar-nav > li > a.navbar-link-ip-platform {
  padding: 0px;
}

/* Panel Component */
.panel {
  border-radius: 0;
}

.panel-heading {
  border-radius: 0;
}

.panel-body {
  border: none;
}

.panel-primary > .panel-heading {
  background-color: #3e9ece;
  border-color: none;
}

/* Form Elements */
.form-control, .btn {
  font-size: 12px;
}

label {
  color: #424244;
  font-weight: 400;
  line-height: 20px;
}

.help-block {
  /*font-size: 12px;*/
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn {
  padding: 5px 12px 6px 12px;
  transition: all .2s;
  -webkit-transition: all .2s;
  outline: none;
  border: 1px solid transparent;
}

.btn-xs {
  padding: 1px 5px;
}

.btn:hover {
  background-color: #e0e0e0;
  color: #333333;
  border-color: #153a4f;
}

.btn:active {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active {
  cursor: default;
  background-color: #153a4f;
  border-color: #153a4f;
  opacity: .65;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #153a4f;
  border: 1px solid transparent;
}

.btn-primary:hover {
  color: #333333;
  background-color: #e0e0e0;
  border-color: #153a4f;
}

.btn-primary:active, .btn-primary:active:hover {
  color: #333333;
  background-color: #70ad47;
  border-color: #adadad;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-success {
  background-color: #64bd63;
}

.btn-deselected {
  background-color: #68808d;
  color: #ffffff;
}

.btn-topMenu {
  background-color: #e6e7e8;
  border: 1px solid #e6e7e8;
  color: #434344;
}


.expandable-field-container {
  position: relative;
}

.expandable-field-btn-add {
  padding: 0px;
  border: none;
  font-size: 14px;
  background-color: #ffffff;
  color: #64bd63;
}

.expandable-field-btn-remove {
  padding: 0px;
  border: none;
  font-size: 14px;
  background-color: #ffffff;
  color: red;
  position: absolute;
  right: -16px;
  top: 20%;
}

.full-width {
  width: 100%;
}

table.fixed-width {
  table-layout: fixed;
}

#job-notifications-container {
  border: 1px solid blue;
}

#notifier-header-label {
  font-weight: bold;
  color: #424244;
}

/* notifiers */

#notifiers-list {
  width: 300px;
  display: none;
}

.notifier-left-content {
  float: left;
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.dismiss {
  float: right;
  width: 28px;
  cursor: pointer;
  margin-top: 2px;
  display: inline-block;
}

#notifier-dropdown-container {
  position: absolute;
  float: right;
  vertical-align: baseline;
  background-color: #e6e7e8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  top: 3px;
  right: 200px;
  width: 300px;
  z-index: 10001;
  padding: 3px 0px 3px 10px;
  border: 1px solid #d1d0ce;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.dropdown-icon {
  float: right;
  padding-right: 5px;
  text-decoration: none;
  color: #75d2f7;
}

.search-history > li {
  margin: 3px;
}

.search-history > li > a {
  display: -webkit-box;
  white-space: initial;
  max-width: 30vw;
  width: max-content;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-history {
  z-index: 99999;
}

.current-matter-btn {
  margin: 0px;
}

.dashboard-container {
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  padding: 0px;
  background-color: #ffffff;
}

.header-link {
  margin: 5px 0px 5px 35px;
}

.header-link .include-sub {
  margin-bottom: 0px;
}

.header-link .sub-text {
  color: #e3e3e3;
}

.plain-link {
  color: inherit;
  margin: 0px;
}

.plain-link:hover, .plain-link:focus {
  text-decoration: none;
}

.widget {
  display: inline-block;
}

.widget-header {
  line-height: 20px;
  min-height: 39px;
  max-height: 39px;
  border-top: 2pt solid #153a4f;
}

.widget-title {
  padding: 0;
  width: calc(100% - 75px);
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
}

.ids-references-link {
  margin-bottom: -30px !important;
}

.widget-title i {
  font-size: .75em;
  vertical-align: middle;
  margin-bottom: .1em;
  margin-left: .2em;
}

.widget-header-buttons {
  width: 90px;
}

.widget-menu-button {
  padding-left: 5px;
}

.widget-menu {
  position: absolute;
  top: -25px;
  right: -10px;
  left: inherit;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  z-index: 9999;
}

.widget-content {
  min-height: 207px;
  max-height: 207px;
  overflow-y: auto;
}

.widget-row-span {
}

.widget-row-span .widget-content {
  min-height: 475px;
  max-height: 475px;
}

.widget-content li {
  border-bottom: 1px solid #e3e3e3;
  display: inline-block;
  width: 100%;
}

.widget-content li.highcharts-menu-item {
  display: block !important;
  border-bottom: none !important;
}

ul.highcharts-menu li:hover {
  background-color: #f5f5f5 !important;
  color: #262626 !important;
}

ul.highcharts-menu hr {
  margin: 0;
}

.highcharts-pie-series span {
  overflow: visible !important;
}

.widget-error, .chart-error {
  color: red;
  line-height: 20px;
  font-weight: bold;
}

.widget-info {
  line-height: 20px;
  font-weight: bold;
}

.widget-handler {
  cursor: pointer;
}

.padded {
  min-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.padded-medium {
  padding-top: 20px;
  padding-bottom: 20px !important;
}

.padded-narrow {
  min-height: 20px;
  padding-top: 4px;
  padding-bottom: 5px;
}

.list-header {
  font-weight: bold;
}

.parent-container {
  width: 98%;
}

.dashboard-parent-container {
  background-color: #f7f7f7;
}

.welcome-user {
  margin-top: 15px;
  font-size: 16px;
}

.page-header {
  margin-top: 25px;
  font-size: 13pt;
  font-weight: bold;
  display: inline-block;
  border: none;
}

.navigation-sub-bar {
  height: 48px;
}

.navigation-sub-bar,
.navigation-sub-bar > .collection {
  background-color: #e6e7e8;
  padding: 8px 10px;
}

.widget-resize-container {
  display: inline-block;
  margin-left: 43px;
}

.widget-resize-container > .selected {
  background-color: #6acff2;
}

.widget-size-box {
  width: 180px;
  height: 90px;
  display: block;
  float: left;
  border: 1px solid #e3e3e3;
  background-color: #ffffff;
  margin: 2px;
}

.widget.placeholder {
  opacity: 0.4;
  border: 1px dashed #a6a6a6;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .translate-cloak {
  display: none;
}

.panel > .report-summary-panel {
  font-weight: bold;
  background-color: #e6e7e8;
  border: #e6e7e8;
  cursor: pointer;
}

.widget-body-content .report-summary-row {
  border-bottom: 1px solid #e3e3e3;
  color: #424244;
}

.widget-body-content li:hover {
  background-color: #f7f7f7;
  color: #3e9ece;
}

.widget-body-content a:visited, a:link, a:active {
  text-decoration: none;
}

.grid-row-spacer-small {
  margin-top: 10px !important;
}

.grid-row-spacer-medium {
  margin-top: 12px;
}

.grid-row-spacer-large {
  margin-top: 15px;
}

.grid-row-spacer-large-xs {
  margin-top: 20px !important;
}

.grid-row-spacer-large-x {
  margin-top: 30px !important;
}

.grid-row-spacer-large-xl {
  margin-top: 60px;
}

.row-spacer-large-x {
  padding-bottom: 35px;
}

.calendar-control-open-space {
  margin-top: 250px;
}

.widget-body-content li:hover {
  background-color: #f7f7f7;
  color: #3e9ece;
}

.widget-body-content a:visited, a:link, a:active {
  text-decoration: none;
}

.list-header-content {
  font-weight: bold;
  background-color: #e6e7e8;
  font-size: small;
  white-space: nowrap;
  text-shadow: none;
}

.hover-action-btn {
  position: absolute;
  right: 17px;
  display: none;
}

.widget-body-content li:hover .hover-action-btn {
  display: inline-block;
}

.hover-action-btn i:hover {
  cursor: pointer;
}

.hover-action-btn i {
  padding-left: 6pt;
}

.widget-menu .col-left {
  padding-right: 4px;
  padding-left: 4px;
}

.widget-menu .col-right {
  padding-right: 12px;
  padding-left: 12px;
}

.line-separator-horizontal {
  border-bottom: 1px solid #e3e3e3;
}

.fip-icon-color {
  color: #153a4f;
}

.widget-row {
  cursor: pointer;
}

.task-list-widget-date {
  white-space: nowrap;
}

.task-list-widget-type {
  font-size: 80%;
  color: #9c9a9a;
}

.task-list-widget-final-header {
  border-left: 4px solid #ff927f;
}

.task-day-filter-header {
  padding: 5px 0px 8px 0px;
  color: #ffffff;
}

.task-day-filter-header span {
  background: #53b7fb;
  padding: 6px 10px 6px 10px
}

.modal-body {
  display: inline-block;
}

.dashboard-select {
  margin-bottom: 10px;
}

.dashboard-column {
  padding: 0;
  min-height: 250px;
}

label > input[type=checkbox], input[type=radio] {
  margin: 1px 0 0;
}

a:focus {
  outline: 0;
}

#widget-reset-icon, #widget-settings-icon {
  position: relative;
}

#widget-reset-icon .icon-undo {
  font-size: 1em;
}

#widget-reset-icon .icon-exclamation, #widget-settings-icon .icon-exclamation {
  position: absolute;
  left: 15px;
  top: -6px;
  font-size: 1em;
  color: #feb81c;
}

.navbar-custom {
  background-color: #618092 !important;
  font-weight: bold !important;
  color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a.navbar-custom:focus, .navbar-default .navbar-nav > li > a.navbar-custom:hover {
  color: #ffffff;
}

.fc-view-container {
  margin-top: -12px;
}

.fc-day-header {
  background-color: #4f4f4f;
  color: #ffffff;
  padding: 2px !important;
}

.fc-bg table {
  padding: 0px;
  background-color: #ffffff;
}

.fc-bg table td {
  border-color: #d8d8d8;
}

.fc td.fc-day-top {
  padding: 2px;
}

.fc td.fc-today {
  font-weight: bold !important;
  background: none;
  color: #ffffff;
}

.fc td.fc-today > span {
  background: #4f4f4f;
  border-radius: 4px;
  padding: 2px;
}

.fc-content-skeleton td.fc-day-number {
  border-color: #dddddd;
}

.fc-today-eventday-number {
  display: block;
  background: white !important;
  float: right;
  border-radius: 50%;
  padding-top: 2px;
  color: #4f4f4f !important;
}


.fc-today-number-left-pad {
  padding-right: 8px;
  width: 16px;
}

.fc-today-number-right-pad {
  padding-right: 4px;
  width: 22px;
}

.fc-task-event {
  background-color: #53b7fb !important;
  color: #ffffff;
  cursor: pointer;
}

.fc-reminder-task-event,
.fc-due-task-event,
.fc-final-task-event {
  color: #4f4f4f !important;
  cursor: pointer;
}

.fc-reminder-task-event {
  background-color: #80cf87 !important;
}

.fc-due-task-event {
  background-color: #fda263 !important;
}

.fc-final-task-event {
  background: #e79593 !important;
}

.fc-content-skeleton {
  height: 97%;
}

.fc-content-skeleton table {
  height: 100%;
}

.fc-event-container {
  vertical-align: bottom !important;
  padding: 2px !important;
  color: #ffffff;
  cursor: pointer;
}

.fc-event-indicator {
  padding: 2px;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  float: left;
  display: inline;
  margin: 2px;
}

.fc-event-number {
  padding: 5px;
}

.fc-other-month {
  background: transparent !important;
}

.fc td.fc-other-month > span {
  color: #cccccc;
}

.task-list-widget-final-menu {
  border-left: 4px solid #ff927f;
  border-right: 4px solid transparent;
}

.task-list-widget-final-menu-fill {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.custom-tooltip {
  top: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  max-width: 680px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 4px;
}

.span-text {
  display: inline-block;
}

.task-widget-scroll-wait {
  text-align: center;
  margin-top: 5px;
}

.task-widget-cal-wait {
  position: absolute;
  z-index: 100;
  margin-top: 60px;
}

.patent-scout-logo {
  margin-left: 142.5px;
  width: 340px;
  height: 30px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.patent-scout-search-text {
  width: 446px;
  margin-left: 82px;
  text-indent: 34px;
}

.patent-scout-search-icon {
  position: absolute;
  z-index: 100;
  margin-top: 10px;
  margin-left: 96px;
  width: 8px;
  height: 8px;
}

.exclusion-personnel-search-icon {
  position: absolute;
  z-index: 100;
  margin-top: 36px;
  margin-left: 5px;
}

.textbox-indent {
  text-indent: 20px;
}

.patent-scout-search-button {
  margin-top: -8px;
}

.patent-scout-search-type {
  margin-left: -15px;
  width: 120px;
  text-align: center;
}

.patent-scout-msg {
  margin-left: 95px;
  font-size: 8.5pt;
  font-weight: bold;
  width: 380px;
  word-wrap: break-word;
  display: inline-block;
}

.fc-toolbar h2 {
  font-size: 22px !important;
}

.flagged-col-right {
  padding-right: 10px;
  padding-left: 15px;
}

.flagged-col-left {
  padding-right: 5px;
  padding-left: 5px;
}

.widget-header-col-left {
  padding-left: 25px;
}

:root {
  --ai-grad: linear-gradient(135deg, #7f5fff, #5e33bf, #5fffd7, #16ab03, #ff5fc0, #ffb86c);
  --ai-tint: rgba(24, 24, 40, 0.60);
  --ai-tint-no-backdrop: rgba(24, 24, 40, 0.75);
  --ai-bg-opacity: 0.85;
}

.ai-assistant-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.ai-assistant-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 999px;
  cursor: pointer;

  font-size: 15px;
  font-weight: 600;
  color: #ffffff; /* white for contrast on dark tint */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);

  position: relative;
  border: 2.5px solid transparent;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) padding-box, /* clear center (glass layer below) */ var(--ai-grad) border-box; /* gradient ring */
  background-size: 200% 200%; /* animate like ai-gradient-shift */
  animation: ai-gradient-shift 8s ease-in-out infinite;

  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0),
  0 0 0 0 rgba(0, 0, 0, 0);

  -webkit-backdrop-filter: blur(8px) saturate(115%);
  backdrop-filter: blur(8px) saturate(115%);
  background-clip: padding-box, border-box;

  transition: transform 0.15s ease,
  box-shadow 0.15s ease,
  color 0.15s ease,
  background 0.15s ease;
}

.ai-assistant-btn::after {
  content: "";
  position: absolute;
  inset: 2.5px;
  border-radius: inherit;
  background: var(--ai-tint);
  pointer-events: none;
  z-index: 0;
}

.ai-assistant-btn > * {
  position: relative;
  z-index: 1;
}

.ai-assistant-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
}

.ai-assistant-btn:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0),
  0 4px 12px rgba(0, 0, 0, 0.18),
  0 0 6px rgba(127, 95, 255, .55),
  0 0 8px rgba(94, 51, 191, .55),
  0 0 9px rgba(22, 171, 3, .45),
  0 0 6px rgba(255, 95, 192, .45);
}

.ai-assistant-btn:active {
  transform: translateY(0);
  box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0),
  0 2px 6px rgba(0, 0, 0, 0.15);
}

@supports not ((-webkit-backdrop-filter: blur(0)) or (backdrop-filter: blur(0))) {
  .ai-assistant-btn {
    background: linear-gradient(var(--ai-tint-no-backdrop), var(--ai-tint-no-backdrop)) padding-box,
    var(--ai-grad) border-box;
  }

  .ai-assistant-btn::after {
    background: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-assistant-btn {
    animation: none;
    background-size: auto;
  }
}

@keyframes ai-gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.ai-assistant-msg {
  max-width: 680px;
  margin: 30px auto 0;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.4;
  word-wrap: break-word;
}

.site-nav-menu {
  white-space: nowrap;
  max-height: 115px !important;
  padding: 4px 1px 4px 1px;
  margin-right: 3px;
  min-width: 80px !important;
}

.link-nav-menu {
  white-space: nowrap;
  max-height: 115px;
  padding: 4px 1px 4px 1px;
  margin-right: 3px;
  min-width: 80px;
}

.link-nav-menu li {
  font-size: 12px;
}

.open > .site-nav-menu ul {
  padding: 0px 2px 0px 2px;
  display: table-cell;
}

.open > .site-nav-menu {
  display: table;
}

.fc-day-grid-container {
    overflow-x:  hidden;
  overflow-y: hidden !important;
}

.widget-move-menu {
  min-width: 90px;
  min-height: 91px;
  position: absolute;
  top: -3px;
  right: -10px;
  left: inherit;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  z-index: 9999;
}

.widget-move-menu i {
  width: 32px;
  height: 32px;
  font-size: 4.5em;
}

.widget-move-menu-top {
  position: absolute;
  top: -23px;
  left: 24px;
}

.widget-move-menu-middle {
  position: absolute;
  text-align: center;
  width: 100px;
  top: 23px;
  left: -5px;
}

.widget-move-menu-middle a {
  width: 33px;
}

.widget-move-menu-middle .icon-circle {
  font-size: 2.8em;
  top: 1px;
  left: 33px;
  position: absolute;
}

.widget-move-menu-middle .icon-caret-left {
  top: -8px;
  left: 0px;
  position: absolute;
}

.widget-move-menu-middle .icon-caret-right {
  top: -8px;
  left: 67px;
  position: absolute;
}

.widget-move-menu-bottom {
  position: absolute;
  top: 44px;
  left: 24px;
}

.widget-move-arrow {
  cursor: pointer;
}

.widget-move-arrow:hover {
  color: #e0e0e0;
}

.widget-move-arrow-disabled, .widget-move-arrow-disabled:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
  margin: 3px;
}

.widget-container {
  padding-left: 10px;
  padding-right: 10px;
}

#dashboard-tool-bar a:hover {
  color: #000000;
  text-decoration: none;
}

div[id="dashboard-tool-bar"] > a:visited,
div[id="dashboard-tool-bar"] > a:active,
div[id="dashboard-tool-bar"] > a:link {
  color: #3e9ece;
}

.fc-toolbar h2 {
  font-size: 22px !important;
}

.flagged-col-right {
  padding-right: 10px;
  padding-left: 15px;
}

.flagged-col-left {
  padding-right: 5px;
  padding-left: 5px;
}

.widget-header-col-left {
  padding-left: 25px;
}

.site-nav-menu {
  white-space: nowrap;
  max-height: 115px !important;
  padding: 4px 1px 4px 1px;
  margin-right: 3px;
  min-width: 80px !important;
}

.site-nav-menu li {
  font-size: 12px;
}

.open > .site-nav-menu ul {
  padding: 0px 2px 0px 2px;
  display: table-cell;
}

.open > .site-nav-menu {
  display: table;
}

.fc-day-grid-container {
    overflow-x:  hidden;
  overflow-y: hidden !important;
}

.widget-move-menu {
  min-width: 90px;
  min-height: 91px;
  position: absolute;
  top: -3px;
  right: -10px;
  left: inherit;
  background-color: #ffffff;
  border: 1px solid #e3e3e3;
  z-index: 9999;
}

.widget-move-menu i {
  width: 32px;
  height: 32px;
  font-size: 4.5em;
}

.widget-move-menu-top {
  position: absolute;
  top: -23px;
  left: 24px;
}

.widget-move-menu-middle {
  position: absolute;
  text-align: center;
  width: 100px;
  top: 23px;
  left: -5px;
}

.widget-move-menu-middle a {
  width: 33px;
}

.widget-move-menu-middle .icon-circle {
  font-size: 2.8em;
  top: 1px;
  left: 33px;
  position: absolute;
}

.widget-move-menu-middle .icon-caret-left {
  top: -8px;
  left: 0px;
  position: absolute;
}

.widget-move-menu-middle .icon-caret-right {
  top: -8px;
  left: 67px;
  position: absolute;
}

.widget-move-menu-bottom {
  position: absolute;
  top: 44px;
  left: 24px;
}

.widget-move-arrow {
  cursor: pointer;
}

.widget-move-arrow:hover {
  color: #e0e0e0;
}

.widget-move-arrow-disabled, .widget-move-arrow-disabled:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
  margin: 3px;
}

.widget-container {
  padding-left: 10px;
  padding-right: 10px;
}

#dashboard-tool-bar a:hover {
  color: #000000;
  text-decoration: none;
}

div[id="dashboard-tool-bar"] > a:visited,
div[id="dashboard-tool-bar"] > a:active,
div[id="dashboard-tool-bar"] > a:link {
  color: #3e9ece;
}

/* -- Task Tab related css -- */

.main-container {
  border: 1px solid #cccccc;
  width: 100%;
  float: left;
  border-right: none;
  border-bottom: none;
}

.main-heading {
  background-color: #e6e7e8;
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
}

.main-heading h1 {
  padding: 5px 5px;
  margin: 0px;
  font-size: 16px;
}

.form-row div {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 2px !important;
  height: auto;
  width: 100%;
  float: left;
}

.form-row .big-div {
  height: 70px;
  padding: 20px 2px !important;
}

.form-group {
  margin-bottom: 0px;
}

.modal-body label,
.form-container label {
  font-weight: 700;
}

.modal-body .form-group,
.form-container .form-group {
  margin-bottom: 15px;
}

#fieldSummary .form-group input[type=radio] {
  margin: 5px !important;
}

.form-label {
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .form-row div {
    border-right: none;
    float: left;
    width: 100%;
    height: auto;
  }

  .main-container {
    border: 1px solid #cccccc;
  }

  .form-row .bigger-div {
    border-bottom: 1px solid #cccccc;
  }
}

.k-widget.k-calendar {
  width: 220px;
  height: 250px;
  padding: 0 5px 20px;
}

.panel-custom {
  margin-top: 1px;
  margin-bottom: 5px;
  border-color: #cccccc;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  border-radius: 4px !important;
}

.panel-heading-custom {
  background-color: #153a4f;
  border-color: #e6e7e8;
  color: #ffffff;
  font-size: 14px;
  padding: .1em .2em .2em .2em;
  height: 28px;
  letter-spacing: 0px;
  padding-left: 5px;
  text-align: left;
  font-weight: 700;
}

.panel-body-custom {
  padding: 2px 15px 4px 15px;
}

.modal-template-body {
  padding: 15px 10px 5px 10px;
  width: 100%;
}

.modal-error {
  color: red;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 25px;
}

.modal-header-custom {
  padding: 1px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-body-custom {
  padding: 0px 5px 1px 5px;
}

.modal-footer-custom {
  padding: 0px 5px 0px 0px;
  border-top: 1px solid #cccccc;
  border: none;
}

.modal-title-help-icon {
  cursor: pointer;
}

.row-component {
  position: relative;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
}

.horizontal-separator {
  border-bottom: 1px solid #cccccc;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.panel-col-right {
  margin-right: 3px;
}

.render-menu {
  clear: both;
}

.help-icon {
  -moz-border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -khtml-border-radius: 20px !important;
  border-radius: 20px !important;
}

.top-menu {
  margin: 0px;
  padding: 0px;
  clear: none;
}

.no-records {
  padding: 20px;
  border: 0px solid #d5d5d5;
}

.form-container {
  display: inline-block;
  width: 100%;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}

.row-spacer {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px;
}

.k-picker-wrap.k-state-focused .k-input {
  border: #ffffff !important;
}

.k-header.k-datepicker.k-widget {
  background-color: #ffffff !important;
}

.k-picker-wrap.k-state-default {
  background-color: #ffffff !important;
}

.k-calendar .k-header {
  margin-top: 1px;
}

.form-container-header {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  background-color: #e6e7e8;
}

.form-container-body {
  padding-top: 5px;
}

#contact-lookup-grid .k-grid-content {
  min-height: 30px;
  max-height: 280px;
}

.tab-content .tab-pane {
  padding-top: 20px;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

.form-container-footer {
  padding-bottom: 5px;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.format-text {
  padding: 2px 4px !important;
  font-size: 90%;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.text-color {
  color: #0000ff;
}

#fip-grid-error-btn .alert {
  padding: 7px !important;
}

#contact-lookup-btn .alert {
  margin-left: 280px !important;
  padding: 7px !important;
}

#errorModal .alert {
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px;
}

#errorModal .alert-danger {
  background-color: #ffeeee;
}

#errorModal .modal-dialog {
  padding-top: 15%;
}

#errorModal .modal-body {
  display: block;
  position: relative;
  padding: 10px 10px 1px 10px !important;
}

#errorModal .modal-content {
  background: #f6dada;
  border: 1px solid #940029;
}

#errorModal .modal-header {
  padding: 5px !important;
}

#errorModal .modal-footer {
  padding: 10px;
}

#errorModal .text-color {
  color: #a94442 !important;
}

.menu-title {
  padding: 5px;
  box-shadow: none;
  margin: 10px 0px 10px 60px;
}

#errorModal .glyphicon-alert {
  font-size: 8pt;
}

#errorModal li {
  padding-bottom: 5px;
  display: list-item !important;
}

#errorModal li:before {
  font-family: 'FontAwesome';
  content: '\f057';
  margin: 0 3px 0 -5px;
}

.task-cal-icon {
  margin-top: -5px;
  margin-right: 5px;
  height: 31px;
  padding: 0px;
  cursor: pointer;
}

.form-container-footer .btn {
  margin-left: 10px;
}

.btn.pull-left {
  margin-right: 10px;
  margin-left: 0px;
}

a:hover {
  cursor: pointer;
}

.fip-icon-grey {
  color: grey !important;
}

.container-fluid label {
  padding-top: 3px;
  border-right-width: 0px;
  text-align: left;
  margin: 1px 0px 0px 2px;
  font-size: 11pt;
  font-weight: normal;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
}

.modal-body-custom label {
  padding-top: 3px;
  border-right-width: 0px;
  text-align: left;
  margin: 1px 0px 0px 2px;
  font-size: 11pt;
  font-weight: normal;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
}

.text-size {
  font-size: 12px !important;
}

.component-width {
  width: 120px !important;
}

.component-width-m {
  width: 220px !important;
}

.decorate-text, .decorate-text a:link {
  color: blue;
  text-decoration: underline !important;
}

/*tool-tip for last Search criteria*/

.tooltips-panel {
  cursor: pointer;
}

.tooltips-panel.tooltips {
  position: relative;
  display: block;
}

.tooltips-panel.tooltips section {
  position: absolute;
  width: auto;
  padding: 5px 10px 5px 10px;
  max-height: inherit;
  line-height: 30px;
  text-align: left;
  visibility: hidden;
  border: 1px solid #000000;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2em;
  box-shadow: 3px 3px 10px 4px rgba(128, 128, 128, .3);
  font-family: Arial, Helvetica, sans-serif;
  background: #e6e7e8;
  color: #000000;
}

.tooltips-panel.tooltips section:after {
  content: '';
  position: absolute;
}

.tooltips-panel:hover.tooltips section {
  visibility: visible;
  opacity: 2;
  top: 38px;
  left: 50%;
  z-index: 999;
}

#tool-tip-content div {
  padding: 2.5px;
}

.delete-confirm-info {
  padding-right: 3px;
}

.task-list-modal-body {
  width: 868px;
  min-height: 300px;
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

.element-margin-right {
  margin-right: 10px;
}

.keyword-validation {
  font-weight: bold;
  width: 500px;
  font-size: 15px;
  margin-top: 15px;
  margin-left: 180px;
}

.terms-link {
  color: #000000 !important;
  text-decoration: underline !important;
}

.extra-small {
  font-size: 60%;
}

.small-font {
  font-size: 14px;
}

.no-resize {
  resize: none;
}

.form-control-datepicker {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  align-items: center;
  vertical-align: middle;
  border: none;
  box-shadow: none;
}

.reset-kendo-datepicker {
  width: 100% !important;
  height: 30px !important;
}

.search-form-datepicker {
  padding-top: 1px;
}

.datepicker-input-padding {
  display: inline-block;
  margin-top: 6px;
  width: 6%;
  text-align: center;
}

.grouped-condition-datepicker-input-padding {
  display: inline-block;
  margin-top: 26px;
  width: 6%;
  text-align: center;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.op-dropdown-padding {
  margin-left: -15px;
}

.position-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.botton-padding {
  padding-bottom: 40px;
}

.custom-modal-header {
  border: 1px solid #ffffff;
  background: #153a4f;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  padding-left: 5px;
  line-height: 35px;
  text-shadow: none;
  font-weight: bold;
  height: 35px;
  display: block;
  margin-bottom: 5px;
}

.custom-modal-body {
  padding: 10px;
}

.custom-modal-close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  padding: 0px 3px 3px 3px;
  cursor: pointer;
  background: 0 0;
  border: 0;
  opacity: 1;
}

.custom-modal-close:hover,
.custom-modal-close:focus {
  color: #ffffff;
}

.ui-modal-header {
  height: 38px !important;
  padding: 8px 10px !important;
  letter-spacing: 0;
  background: #153a4f;
  color: #ffffff;
  font-size: 14px;
  border: 2px solid #ffffff;
}

.flex-layout {
  display: -webkit-flex;
  display: flex;
}

.header.flex-layout {
  position: relative;
}

.custom-grid {
  display: table;
}

.custom-grid .custom-grid-header {
  display: table-header-group;
  background: #ededed;
  font-weight: bold;
  color: #00000;
}

.custom-grid-body :last-child div {
  border-bottom: 1px solid #cccccc !important;
}

.custom-grid-body {
  height: 390px;
  width: 395px;
  overflow: auto;
  float: left;
}

.custom-grid-cell {
  float: left;
  padding: 5px 5px 5px 5px;
  min-height: 18px;
  border: solid 1px #dcdcdf;
  border-bottom: none;
}

.grid-col-md {
  width: 30px;
  border-right: none;
}

.grid-col-lg {
  width: 348px;
}

.grid-col-sm {
  width: 17px;
  border-left: none;
}

.hover-background {
  background-color: #fff9c5;
}

.highlighted-color {
  background-color: #f6dada !important;
}

.date-range-input-width {
  width: 47%
}

.modal-width .modal-dialog {
  width: 530px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.modal-width-sm .modal-dialog {
  width: 530px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.exclusion-personnel-modal-width {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  z-index: 99000;
}

.modal-position {
  padding-top: 10% !important;
}

.modal-position-sm {
  padding-top: 5% !important;
}

.modal-position-sm, .modal-position {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  z-index: 99000 !important;
}

.element-padding {
  padding: 10px !important;
}

.widget-dropdown-submenu {
  position: relative;
}

.widget-dropdown-submenu .dropdown-menu {
  max-height: 215px;
  overflow-y: auto;
  top: 0;
}

.dropdown-header-col-right {
  padding-left: 47px;
}

.custom-modal-message-container {
  width: 100%;
  padding: 3% 6% 2% 4%;
}

.custom-modal-grid {
  display: table;
  width: 100%;
  padding: 6px;
  margin-top: 12px;
  margin-left: auto;
  margin-bottom: 18px;
}

.custom-modal-grid-header div {
  height: 100%;
  padding: 8px 9px 7px 13px;
  font-weight: bold;
  border: 1px solid #bcbcbc;
  border-width: 0px 1px 1px 0px;
}

.custom-modal-grid-header {
  color: #000000;
  background-color: #eae8e8;
  padding: 0px;
  position: relative;
  font-size: smaller;
  float: left;
  width: 97%;
  height: 43px;
}

.custom-modal-grid-row {
  padding: 0px;
}

.custom-modal-grid-row div {
  border: 1px solid #e6e6e6;
  min-height: 30px;
  max-height: 30px;
  word-wrap: break-word;
  padding: 6px !important;
  font-size: x-small;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-top: none;
}

.custom-modal-grid-content {
  max-height: 300px !important;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 99.96%;
}

.custom-modal-grid-matched-cell {
  background-color: rgba(58, 184, 230, 0.11);
}

.custom-modal-grid-header-spacer {
  float: right;
  height: inherit;
  background: #e6e6e6;
  width: 3%;
}

.custom-modal-grid-header-container {
  height: 43px;
  border: 1px solid #bcbcbc;
}

.custom-modal-grid-body {
  border: 1px solid #bcbcbc;
}

.disable-link {
  pointer-events: none !important;
  color: #e6e6e6 !important;
}

.label-normal-text {
  font-weight: normal !important;
}

.selected-iam-guid {
  text-align: left;
}

.selected-iam-guid label {
  font-weight: bold;
}

/* bootstrap wizard */
.bs-wizard {
  margin-top: 0px;
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 0 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  margin-bottom: 5px;
  font-size: 100%;
  font-weight: normal;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum-enabled {
  color: #3e9ece;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum-enabled:hover {
  cursor: pointer;
  color: #00435b;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #424244;
  font-size: 10px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 22px;
  height: 22px;
  display: block;
  background: #fbe8aa;
  top: 39px;
  left: 50%;
  margin-top: -15px;
  margin-left: -14px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot-enabled {
  cursor: pointer;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: ' ';
  width: 12px;
  height: 12px;
  background: #fbbd19;
  border-radius: 15px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot-active {
  position: absolute;
  width: 22px;
  height: 22px;
  display: block;
  background: #fbe8aa;
  top: 39px;
  left: 50%;
  margin-top: -15px;
  margin-left: -14px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot-enabled:hover,
.bs-wizard > .bs-wizard-step > .bs-wizard-dot-active:hover {
  cursor: pointer;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot-active:after {
  content: ' ';
  width: 12px;
  height: 12px;
  background: #618092;
  border-radius: 15px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 5px;
  box-shadow: none;
  margin: 15px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot-active {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot-active:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot-active {
  pointer-events: none;
}

.cpa-brand-theme {
  color: #c00000
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}

.grid-action-icon {
  padding: 0.25em;
}

.extra-large-modal-width .modal-dialog {
  width: 90%;
  max-width: 1200px;
  min-width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.grid-row-spacer-xs {
  margin-top: 3px;
}

.grid-row-spacer-sm {
  margin-top: 5px !important;
}

.row-spacer-xs {
  padding: 4px 0px 0px 0px;
}

.elements-width {
  margin-top: 5px;
  width: 140px;
}

.padding-none {
  padding: 0px;
}

.input-group-custom {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-addon-custom {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 4px;
}

#exclusionGroupPersonnelGrid .k-grid-content, #exclusionGroupEntityGrid .k-grid-content, #roles-grid .k-grid-content,
#personnel-grid .k-grid-content, #entity-grid .k-grid-content {
  max-height: 140px;
}

.custom-width {
  width: 300px !important;
}

.k-grid .k-grid-content {
  overflow-y: scroll !important;
}

.k-checkbox:disabled + .k-checkbox-label {
  cursor: not-allowed !important;
}

.cursor_not_allowed {
  cursor: not-allowed !important;
}

.quick-search-embedded {
  line-height: 1em;
  color: black;
  margin-left: -15px;
}

.red-line-right {
  border-width: 0px 2px 0px 1px !important;
  border-right: 2px solid red !important;
}

.dv-input {
  word-wrap: break-word;
}

.dv-public-data {
  font-style: italic;
  color: grey;
  word-wrap: break-word;
}

.reset-k-menu {;
  border: 1px solid #c5c5c5 !important;
  border-radius: 0 !important;
  text-decoration: none !important;
  font-size: 12px !important;
}

.dv-table-menu-anchor {
  box-shadow: none !important;
  border-width: 0px !important;
  margin-left: 19% !important;
}

.dv-table-menu-anchor:hover {
  background: none !important;
}

.dv-dropdown-submenu {
  padding: 1px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  left: -55px !important;
  min-width: 8px !important;
  right: 0 !important;
  height: 28px !important;
  font-size: 12px !important;
}

.dropdown-submenu-right {
  padding: 1px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  min-width: 8px !important;
  font-size: 10px !important;
}

.dv-row-menu-button {
  width: 80%;
  float: left;
  background: #153a4f;
  height: 30px;
  margin-top: 44%;
  border-radius: 4px;
}

.dv-row-menu-list {
  width: 20%;
  float: right;
  background: #153a4f;
  color: #ffffff;
  height: 30px;
  margin-top: 44%;
  border-radius: 4px;
  position: relative;
  left: -10px;
}

.row-menu-list {
  width: 20%;
  background: #153a4f;
  color: #ffffff;
  border-radius: 4px;
  position: relative;
}

.dv-row-menu-ellipsis {
  color: white;
  padding-top: 10px;
}

.dv-highlighted-accepted-col {
  background-color: #ddffdd !important;
}

.dv-highlighted-ignored-col {
  background-color: #cbcbcb !important;
}

.dv-ignore-icon-color {
  color: #696969;
}

.fip-grid-title {
  float: left !important;
  font-size: 14px;
  padding-left: 3px;
}

.fip-grid-title span {
  margin-right: 5px;
}

.fip-grid-legend {
  float: right;
  padding-top: 5px;
  padding-right: 15px;
}

.dv-unresolved-items {
  margin-left: 35%;
  font-weight: bold;
}

.field-verification-header-content {
  display: flex;
  align-items: center;
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
}

.field-verification-header-content-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.field-verification-header-content > div {
  padding-right: 15px;
}

.field-verification-data-cell {
  background: #ffffff;
  border-left: 1px solid #e6e6e6 !important;
}

.field-verification-data-cell-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.diff-selectable {
  cursor: pointer;
}

.diff-fip {
  background-color: rgb(250, 167, 167);
}

.diff-accepted {
  background-color: #ddffdd;
}

.diff-ignored {
  background-color: rgb(230, 231, 232);
}

.dv-row-menu-drop-down {
  height: 30px !important;
}

.dv-row-menu-container {
  min-height: 153px !important;
  padding: 69px 12px 20px 12px !important;
}

.row-menu-container {
  min-height: 82px !important;
}


.dv-dropdown-submenu a {
  padding: 1px 10px 3px 14px !important;
}

.dv-alert {
  height: 40px !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  padding: 12px !important;
}

.dv-alert-container {
  padding-left: 38%;
}

.dv-bulk-action-dialog .modal-dialog {
  width: 400px;
}

.reset-kendo-contextmenu {
  border-radius: 0px !important;
  min-width: 0px !important;
  padding: 0px !important;
  background-color: #ffffff !important;
  background-clip: padding-box;
  white-space: nowrap;
  margin: 0px;
}

.reset-kendo-contextmenu li {
  padding: 0px !important;
}

.reset-kendo-contextmenu a {
  font-size: 12px !important;
  font-weight: bold !important;
  padding: 2px 4px !important;
  display: block !important;
}

.disabled {
  opacity: .5;
  pointer-events: none;
}

.alert-padding {
  padding: 2%;
}

.dv-header {
  font-size: 16px !important;
}

.dv-widget-subtitle {
  font-size: 16px;
}

.dv-widget-legend {
  position: relative;
  top: -7px;
  font-size: 20px;
  font-weight: normal;
  color: black;
}

.dv-widget-legend a:link {
  color: black;
}

.dv-widget-legend a:visited {
  color: black;
}

.dv-widget-legend a:hover {
  color: #3e9ece;
}

.align-element {
  margin-left: 15px !important;
}

.align-modal-element {
  margin-left: 30px !important;
}

.modal-dialog {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.settings-item-link {
  text-decoration: none;
  margin: 0px;
  color: rgb(66, 66, 68);
}

.settings-item-link:hover {
  color: #3e9ece;
}

.settings-item-container {
  border: 2px solid #e6e7e8;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ffffff;
  margin-top: 5px;
  height: 70px;
  text-overflow: ellipsis;
}

.settings-item-container:hover {
  background-color: #f7f7f7;
  border: 2px solid #e6e7e8;
}

.settings-item-container > div {
  width: 100%;
  padding: 0 5px 0 5px;
}

.in-progress-text-color {
  color: #31708f;
}

.chart-map-treaties-container {
  border: 2px solid #e6e7e8;
  min-width: 65px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.75);
}

.chart-map-treaties-parent {
  display: flex;
  justify-content: space-between;
}

.chart-map-treaties-parent > div {
  display: flex;
  flex: 1;
  padding: 1px 0 1px 0;
  justify-content: space-between;
}

.chart-map-treaties-parent > div > .treaty-text-code {
  flex: 1;
  padding: 1px 0 1px 0;
  text-align: left;
}

.chart-map-treaties-parent > div > .treaty-text-value {
  flex: 1;
  padding: 1px 0 1px 0;
  text-align: right;
}

.chart-map-treaties-parent > div:hover {
  cursor: default;
}

.chart-map-treaties-left {
  text-align: left;
}

.chart-map-treaties-right {
  text-align: right;
}

.dv-record-count-drop-down {
  margin-left: 5px;
  margin-top: -7px;
}

.file-loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.toast-content-container {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 4px;
}

.fix-width {
  width: 238px !important;
}

#fieldSummary .input-group {
  padding-top: 6px;
}

#fieldSummary .input-group-addon {
  padding-top: 0px;
}

.element-width {
  width: 60px;
}

.element-width-sm {
  width: 63px;
}

.element-number-width-sm {
  width: 130px;
}

.text-field-display {
  display: inline-block;
  width: 85%;
}

.date-width {
  width: 40% !important;
}

.modal-width-l .modal-dialog {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.dnd-list {
  margin-bottom: 2px;
  border: 1px solid transparent;
  border-radius: 1px;
}

.elem-space {
  margin-left: 3px;
  margin-top: -15px;
}

.elem-space-1 {
  margin-left: 1px;
}

.elem-space-2 {
  margin-left: 2px;
}

.elem-space-3 {
  margin-left: 3px;
}

.elem-space-4 {
  margin-left: 4px;
}

.elem-space-10 {
  margin-left: 10px;
}

.el-mgn-left {
  margin-left: -26px;
}

.elem-space-sm {
  margin-left: 18px;
  margin-top: -15px;
}

.row-spacer-2 {
  padding-bottom: 2px;
}

.custom-field-table-content {
  height: 55% !important;
}

#association .table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #fff9c5;
}

#association .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 1px;
}

.position-top {
  top: 10% !important;
}

.summary-report-modal-body {
  height: calc(100vh - 125px);
  overflow-y: hidden;
}

.summary-report-modal-frame {
  width: 100%;
  height: 100%;
  border: 0px;
  padding: 0px;
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
}

.loading-message {
  padding-left: 10px;
  border: 0px;
}

.invalid-element {
  border-color: #ff0000 !important;
}

#custom-fields-add-edit input.ng-dirty.ng-invalid, textarea.ng-dirty.ng-invalid, textarea.ng-invalid.ng-touched, input.ng-invalid.ng-touched, select.ng-invalid.ng-touched {
  border: 1px solid red;
}

.field-group {
  box-sizing: border-box;
  margin-top: 10px;
}

.field-holder {
  box-shadow: 3px 2px 6px #e6e7e8;
  border: 1px solid #cccccc;
  text-align: center;
  vertical-align: top;
  padding-bottom: 10px;
}

.field-holder-header {
  font-size: 12px;
  line-height: 30px;
  padding: 2px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 0px;
  background: #153a4f;
  background-color: #153a4f;
}

.field-list {
  list-style: none;
  width: 225px;
  margin: 1px auto;
  padding: 5px;
}

.field-list-item li {
  margin: 6px 0px;
  box-sizing: border-box;
  cursor: n-resize;
}

.field-title {
  white-space: normal;
}

.field-group-text {
  margin-right: 20px;
}

.field-holder-header, input.field-group-title {
  color: white;
  text-shadow: none;
}

input.field-group-title {
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

div.field-group:hover input.field-group-title:focus,
input.field-group-title:focus {
  background-color: white;
  border-color: black;
  border-style: solid;
  text-shadow: none;
}

div.field-group:hover input.field-group-title {
  border: 1px dashed white;
}

.field-list-item {
  line-height: 25px !important;
}

.layout-hint {
  padding: 6px !important;
  margin-bottom: 5px;
  background: #fdfbe6;
  color: #000000 !important;
}

.field-holder .k-header {
  background-color: transparent !important;
}

.k-list-filter > .k-icon {
  top: 12px;
  vertical-align: middle;
}

.field-group-icon-close {
  padding-top: 7px;
  padding-right: 5px;
  color: white;
}

.field-icon-close {
  padding-top: 5px;
  padding-right: 5px;
  cursor: pointer;
}

.field-list-item a.field-list-button {
  margin: 6px 0px;
  box-sizing: border-box;
  cursor: n-resize;
  padding: 0px;
}

.field-list-item a.field-list-button.ui-button.ui-widget {
  background-color: #e6e7e8;
  color: #424244 !important;
  text-shadow: 1px 1px 0px white;
  border: 2px solid #cccccc;
  background-color: #eeeeee;
  font-weight: normal;
  width: 200px;
  font-size: 12px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0) !important;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(80%, #eeeeee)) !important;
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #eeeeee 80%) !important;
  background-image: -moz-linear-gradient(top, #ffffff 20%, #eeeeee 80%) !important;
  background-image: -o-linear-gradient(top, #ffffff 20%, #eeeeee 80%) !important;
  background-image: -ms-linear-gradient(top, #ffffff 20%, #eeeeee 80%) !important;
  background-image: linear-gradient(top, #ffffff 20%, #eeeeee 80%) !important;
}

.field-list-item a.ui-button.field-list-button {
  height: auto;
}

.infoModal .modal-content {
  background: #fdfbe6;
  border: 1px solid #940029;
}

.infoModal .modal-header {
  padding: 5px !important;
}

.infoModal .modal-content .text-color {
  color: #000000;
}

.infoModal .modal-content ul {
  background: #fffaf6;
  padding: 4px !important;
}

.infoModal .alert-warning {
  color: #171716 !important;
}

.selector-width {
  width: 200px !important;
}

.k-list-container .k-list .k-item {
  padding-right: 25px;
  white-space: nowrap;
  width: 99%;
}

.k-multiselect-item-loading {
  background: none;
  border: none;
}

.k-multiselect-item-loading:hover {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  border-width: 0px !important;
}

.top-pad {
  padding-top: 12px;
}

.infoModal li {
  padding-bottom: 5px;
}

.modal-dialog-width-md {
  width: 30% !important;
}

form.submitted .ng-invalid {
  border: 1px solid #ff0000;
}

.saved-search-modal .modal-dialog {
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.saved-search-delete-confirmation-modal-width {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  z-index: 99000;
}

.dropZoneElement {
  display: block;
  width: 100%;
}

.dropZoneElement:before {
  left: 35%;
  top: 20%;
  font-size: 130px;
  color: #bbbbbb;
  position: absolute;
  z-index: 1000;
}

.dropZoneElement .k-upload {
  background-color: #eae8e8;
}


.dropZoneElement .k-dropzone {
  background-color: transparent;
  height: 150px;

}

#custom-drop-Zone .dropZoneElement .k-dropzone {
  background-color: #eae8e8;
  height: auto;
}

.custom-drop-Zone .dropZoneElement .k-dropzone {
  background-color: transparent;
  height: 30px;
}

.k-file-extension-wrapper {
  display: none;
}

.k-file-name-size-wrapper span {
  padding-right: 5px;
}

.spinner-pane {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.spinner-pane-image {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
}

.spinner-pane-content {
  opacity: 0.6;
}

#simple-error-dialog .error {
  padding: 5px;
}

.textarea-scroll {
  max-height: 30px;
  overflow-y: auto;
  top: 0;
}

.decorate-header {
  background: #153a4f !important;
  color: #ffffff !important;
}

.no-border {
  border: none !important;
}

.k-state-hover {
  color: #2e2e2e;
  border-color: #8c8c8c !important;
  background-color: #e6e6e6 !important;
}

.form-group-row-h {
  min-height: 95px;
}

.form-group-row-h-md-l {
  min-height: 80px !important;
}

.form-group-row-h-md-m {
  min-height: 75px;
}

.form-group-row-h-md {
  min-height: 70px;
}

.form-group-row-height-sm {
  min-height: 60px;
}

.col-width {
  width: 18%;
}

.ids-bulk-import-manager-container {
  padding: 0 !important;
  width: 99.99%;
}

.ids-bulk-import-manager-container .k-grid {
  border-radius: 0;
}

.ids-bulk-import-manager-container td {
  border-width: 0 !important;
}

.ids-bulk-import-manager-container .k-grid-header {
  display: none;
}

.ids-bulk-import-manager-cell {
  padding: 1.5% 0 1.5% 0;
}

.ids-add-non-patent {
  padding-left: 0px;
}

.vertical-spacer-xs {
  margin-bottom: 0px !important;
}

.modal-xl .modal-dialog {
  width: 90% !important;
}

.angular-modal {
  background-color: transparent !important;
  height: 100%;
}

.angular-modal-content-body {
  background: none;
  height: 100%;
}

#iframe-modal-content {
  padding-left: 0px;
  padding-right: 0px;
}

.angular-modal html {
  height: 100%;
}

.angular-modal body {
  min-height: 100%;
}

form-group div.k-multiselect-wrap {
  min-height: 28px;
}

form-group div.k-multiselect-wrap li {
  line-height: 1.85em;
}

.icon-exclamation-color {
  color: #feb81c;
}

.navbar-multi-sessions {
  margin-right: 5px;
  margin-top: 5px;
  padding: 0px !important;
  cursor: pointer;
  font-size: 16px;
}

.multi-session-notification {
  width: 180px;
  font-size: 12px;
  padding: 5px;
}

.fontawesome-toast-container .toast:before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 25px;
  line-height: 40px;
  float: left;
  color: #ffffff;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em;
}

.fontawesome-toast-container > .toast-success:before {
  content: "\f00c";
}

.fontawesome-toast-container > .toast-error:before {
  content: "\f071";
}

.fontawesome-toast-container.toast-top-center > div {
  width: 500px !important;
}

.overdue-task-search-filter:after {
  font-family: FontAwesome;
  content: "\f0b0";
  padding: 5px;
  color: #ffffff;
  margin-left: 15px;
}

.overdue-task-btn {
  background-color: #006988;
  color: #ffffff !important;
}

.overdue-task-btn:hover {
  background-color: #006988 !important;
  color: #ffffff !important;
  border-color: transparent !important;
}

.total-overdue-tasks {
  border: 1px;
  padding: 10px;
  border-radius: 250px;
  width: 250px;
  height: 250px;
  text-align: center;
  line-height: 250px;
  background-color: #153a4f;
  margin-top: 40px;
  margin-left: 40px;
  font-size: 50px;
  color: #ffffff;
}

.margin-overdue-dates {
  margin-top: 90px;
  margin-left: 110px;
}

.color-reminders {
  color: #80cf87;
}

.color-due-dates {
  color: #fda263;
}

.color-final-dates {
  color: #e79593;
}

.filtered-search {
  display: flex;
  min-width: 800px;
  padding-top: 10px;
}

.search-result-header {
  padding-left: 0px;
  padding-bottom: 10px;
}

.search-result-header-text {
  margin: 10px 10px 0px 5px;
}


.filtered-search-header > div {
  padding-left: 0px;
  padding-right: 0px;
}

.filtered-search-summary {
  padding-top: 5px;
}

.filtered-search-actions {
  padding-top: 7px;
}

.filtered-search-results {
  padding-left: 0px;
  margin-top: -6px;
  height: 100%;
}

.filtered-search-content {
  display: flex;
  flex-direction: column;
}

.filtered-search-filter {
  padding-right: 0px;
  padding-left: 0px;
  width: 253px;
  min-width: 253px;
  min-height: 120px;
}

.content {
  display: flex;
  flex-flow: column;
  min-height: calc(100vh - 18px);
}

.content-body {
  flex: 1 1 auto;
}

.content-footer {
  flex: 0 1 auto;
  width: 100%;
  height: 30px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.filtered-search label {
  font-weight: 700;
  font-size: 18px;
}

.filtered-search-filter-type {
  padding-bottom: 10px;
  margin-top: -15px;
}

.btn-group .btn-default {
  border: 1px solid #cccccc;
}

.filtered-search-filter .btn-group .btn {
  text-overflow: clip;
  overflow: hidden;
  padding-left: 2px;
  padding-right: 2px;
}

.filter-list {
  overflow-y: auto;
}

.clear-all {
  padding-top: 5px;
}

.search-filter {
  background-color: #f5f5f5;
  margin-bottom: 3px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  font-size: 15px;
  vertical-align: middle;
  color: #153a4f;
}


.search-filter-definition .form-group {
  padding-bottom: 15px;
}

.btn-icon {
  padding-left: 10px;
}

.btn.pull-left-not-collapsed {
  margin-left: -50px;
  margin-top: 10px;
}

.filtered-search-content i {
  font-size: 20px;
}

.ui-select-match .btn-default {
  border-color: #cccccc;
  font-size: 14px;
}

.filtered-search-title label {
  padding-top: 8px;
}

.filtered-search-margin {
  padding-bottom: 8px;
  padding-right: 2px;
  padding-left: 2px;
}

.refine-pane-collapse {
  min-width: 850px;
}

.refine-pane-open {
  padding-left: 0px;
  min-width: 800px;
}

.refine-pane-open .icon-double-angle-right {
  display: none;
}

.fc-day-hover {
  background-color: #e6e7e8 !important;
  cursor: pointer;
  text-align: center;
  vertical-align: middle !important;
}

.billing-icon-padding {
  padding: 5px;
  margin-top: 10px;
  color: #424244;
}

#billingCalendar div.fc-content-skeleton {
  height: auto !important;
}

.event {
  position: absolute;
  bottom: 0;
  font-size: smaller;
}

.cal-non-billing-hour {
  padding: 2px 0px;
}

.merge-profiles-field-identical {
  padding-left: 16px;
}

.section-bookmark {
  background-color: #f5f5f5;
  margin-bottom: 3px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  font-size: 15px;
  vertical-align: middle;
  color: #153a4f;
}

.section-bookmark-active {
  background-color: #153a4f;
  color: #ffffff;
}

.email-associated-matter {
  background-color: #f5f5f5;
  margin-bottom: 3px;
  font-size: 15px;
  color: #153a4f;
  padding: 5px;
  cursor: pointer;
}

.email-associated-matter-selected {
  background-color: #153a4f;
  color: #ffffff;
}

#multi-part-form-display {
  overflow-y: auto;
  padding-left: 0px;
  padding-right: 0px;
}

#multi-part-form-button-bar {
  padding-top: 6px;
  padding-bottom: 4px;
}

.multi-part-form-buttons-block-end {
  float: right;
  padding-right: 16px;
}

.compare-item {
  overflow-x: hidden;
  height: auto;
  min-height: 30px;
  display: block;
  float: left;
  margin-bottom: 5px;
  line-height: 1.42857143;
  color: #555555;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.compare-container {
  display: block;
  width: 100%;
}

.compare-switch-container {
  padding-left: 0px;
  padding-right: 0px;
}

.compare-switch-container-nested {
  width: 100%;
}

.compare-switch {
  display: block;
  background-color: #618092;
  margin: auto;
}

.compare-switch.checked {
  background-color: #618092;
}

.switch.no-text.checked small {
  left: 20px;
}

.switch.no-text {
  width: 50px;
}

.custom-switch {
  display: block;
  background-color: #64bd63;
  width: 100% !important;
}

.custom-switch.checked {
  background-color: orange;
}

.switch.custom-switch .off {
  color: #a9a9a9;
}

.switch.custom-switch.checked small {
  left: 72% !important;
}

.elm-margin-zero {
  margin: 0px !important;
}

.item-legend {
  display: inline-flex;
  width: 10px;
  height: 5px;
  margin: 2px;
}

.item-open-bg {
  background-color: red;
}

.item-close-bg {
  background-color: blue;
}

.item-transferred-bg {
  background-color: green;
}

.item-pending-bg {
  background-color: black;
}

.item-open {
  color: red !important;
}

.item-open a.override {
  color: red !important;
}

.item-open a:hover {
  text-decoration: none !important;
}

.item-close {
  color: blue !important;
}

.item-close a.override {
  color: blue !important;
}

.item-close a:hover {
  text-decoration: none !important;
}

.item-pending {
  color: black !important;
}

.item-pending a.override {
  color: black !important;
}

.item-pending a:hover {
  text-decoration: none !important;
}

.item-transferred {
  color: green !important;
}

.item-transferred a.override {
  color: green !important;
}

.item-transferred a:hover {
  text-decoration: none !important;
}

.row-aggregate {
  background-color: #cbeaf9 !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: #618092;
}

.bulletin-board-widget-item {
  background-color: #e6e7e8;
}

.bulletin-board-widget-item > span:last-child > div {
  word-wrap: break-word;
  background-color: #ffffff;
}

.bulletin-board-widget-notice > ul > li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  border-bottom: none;
}

.bulletin-board-widget-notice > ol > li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
  border-bottom: none;
}

.bulletin-board-widget-notice > h1 {
  padding-left: 0px;
  font-size: 36px;
}

.bulletin-board-widget-notice > h2 {
  padding-left: 0px;
  font-size: 30px;
}

.bulletin-board-widget-notice > h3 {
  padding-left: 0px;
  font-size: 24px;
}

.bulletin-board-widget-notice > h4 {
  padding-left: 0px;
  font-size: 18px;
}

.bulletin-board-widget-notice > h5 {
  padding-left: 0px;
  font-size: 14px;
}

.bulletin-board-widget-notice > h6 {
  padding-left: 0px;
  font-size: 12px;
}

.bulletin-board-widget-notice > blockquote {
  font-size: 100%;
}

.k-upload .k-file-invalid {
  color: #ff0000 !important;
}

.timekeeper-info {
  padding-left: 0px;
  padding-top: 15px;
}

.timekeeper-info .timekeeper-header {
  padding-bottom: 10px;
}

.timekeeper-info .modal-separator {
  padding: 5px 0px 5px 15px;
}

.row-bg {
  background-color: #cccccc;
}

.decorate-row {
  padding: 2px 4px !important;
  font-size: 90%;
  background-color: red;
  border-radius: 4px;
}

.grid-header-selector {
  padding-left: .2em;
}

.elem-disabled {
  font-style: italic;
  text-indent: 5px;
  pointer-events: none;
  opacity: 0.6;
}

.custom-container {
  padding: 0px 15px 5px 30px;
}

.legacy-icon-color {
  color: #000000;
}

.form-button {
  display: block;
}

.highlighted-keyword {
  background: #fff518;
  display: initial !important;
}

.secondary-modal-window {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  z-index: 99000 !important;
}

.form-group-row-height {
  min-height: 57px;
}

.form-group-row-height-lg {
  min-height: 85px !important;
}

.form-group-grouped-condition-row-height {
  min-height: 34px !important;
}

.form-group-height {
  max-height: 575px;
  overflow-y: auto;
}

.create-container-width {
  min-width: 90px !important;
  background: #64bd63;
  border-radius: 6px;
}

.item-menu-list {
  width: 20%;
  float: right;
  background: #64bd63;
  color: #ffffff;
  height: 30px;
  border-radius: 6px;
  position: relative;
  left: 0px;
}

.item-menu-list2 {
  background: #153a4f;
  left: -20%;
}

.item-menu-ellipsis {
  color: white;
  padding-top: 15px;
}

.item-height {
  padding: 5px 16px;
  line-height: 1.42857143;
  border-radius: 6px;
  height: 30px;
}

.create-dropdown-submenu {
  left: -80px;
  font-size: 12px;
  top: 30px;
}

.highlight-element {
  background-color: #153a4f;
  color: #ffffff;
}

.highlight-element span,
.highlight-element a,
.highlight-element a:hover {
  color: #ffffff;
}

.selected-filter-choice {
  float: none;
}

.search-filter-definition div.selected-filter-choice {
  padding-top: 5px;
  line-height: 12px;
}

.filter-group div.selected-filter-choice:last-child {
  padding-bottom: 15px;
}

.search-filter-font {
  font-size: 14px !important;
}

.filter-choice {
  overflow-x: auto !important;
  font-size: 12px !important;
}

.filter-choice li.ui-select-choices-group {
  display: table;
  width: 100%;
}

.filter-select-item {
  cursor: pointer;
}

#filtered-search-grid table {
  width: fit-content;
}

#pair-event-search-grid table, #tsdr-event-search-grid table, #connect-event-search-grid table {
  width: fit-content;
}

fip-refined-search .filtered-search .k-item label {
  font-weight: 700;
  font-size: 12px;
}

.grid-display-layout .k-grid td a, .grid-display-layout .k-grid td span {
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.matter-search-links {
  text-decoration: underline !important;
}

.column-chooser-categories {
  background-color: #f5f5f5;
}

.column-chooser-selected {
  background-color: #f5f5f5;
}

.column-chooser-column {
  height: 400px;
  overflow-y: auto;
}

.column-chooser-header {
  background-color: #f5f5f5;
  height: 60px;
  overflow: hidden;
}

.column-chooser-header > label {
  font-weight: 700;
  font-size: 18px;
}

.column-chooser-body {
  padding: 0px;
}

.column-chooser-category {
  margin-bottom: 3px;
  min-height: 30px;
  cursor: pointer;
  line-height: 30px;
  font-size: 12px;
  vertical-align: middle;
  color: #153a4f;
}

.column-action {
  display: block;
  float: right;
}

.column-chooser-category > .badge {
  margin-top: 6px;
}

.highlight-element > .badge,
.column-chooser-active > .badge {
  background-color: #ffffff;
  color: #618092;
}

.column-chooser-active {
  background-color: #618092;
  color: #ffffff;
}

.column-chooser-active a,
.column-chooser-active a:hover {
  color: #ffffff;
}

.sortable-list li {
  list-style-type: none;
  cursor: move;
  margin-bottom: 3px;
  min-height: 30px;
  line-height: 30px;
  font-size: 12px;
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 15px;
  color: #153a4f;
}

.sortable-list li:hover {
  background-color: #618092;
  color: #ffffff;
}

.sortable-list li.locked {
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

li.hint {
  display: block;
  padding: 10px;
  width: 200px;
  background-color: #618092;
  color: #ffffff;
}

li.hint:last-child {
  border-radius: 4px;
}

li.hint span {
  color: #ffffff;
}

li.placeholder {
  text-align: right;
}

.grid-actions {
  padding-bottom: 5px;
  float: right;
}

.org-role-list > div {
  margin-bottom: 10px;
}

.org-role-list > .remove {
  padding-top: 6px;
}

.switch {
  display: block;
  width: 70px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  position: relative;
  box-sizing: content-box;
  overflow: visible;
  height: 30px;
  padding: 0px;
  margin: 0px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  top: -1px;
}

/*adding a wide width for larger switch text*/
.switch.wide {
  width: 80px;
}

.switch small {
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
}

.switch.checked {
  background: rgb(100, 189, 99);
  border-color: rgb(100, 189, 99);
}

.switch.checked small {
  left: 40px;
}

/*wider switch text moves small further to the right*/
.switch.wide.checked small {
  left: 52px;
}

/*styles for switch-text*/
.switch .switch-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.switch .off {
  display: block;
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: 0;
  color: #a9a9a9;
}

.switch .on {
  display: none;
  z-index: 0;
  color: #ffffff;
  position: absolute;
  top: 25%;
  left: 9%;
}

.switch.checked .off {
  display: none;
}

.switch.checked .on {
  display: block;

}

.switch.disabled {
  opacity: .50;
  cursor: not-allowed;
}

.mark, mark {
  background: #fff518 !important;
  color: black !important;
  padding: 0.0em !important;
}

.input-search-icon {
  margin-top: -7%;
}

.view-non-patent-document {
  margin-top: -25px;
  margin-right: -20px;
}

.dv-check-row, .fip-refined-search-check-row {
  margin-left: 33% !important;
}

.dv-table-menu-popup {
  background: #ffffff;
  border: 1px solid rgb(182, 182, 182) !important;
}

.k-menu-vertical .k-sort-asc span:nth-child(1),
.k-menu-vertical .k-sort-desc span:nth-child(1) {
  padding: .4em .5em .4em .5em !important;
}

.form-group-field {
  margin-top: 25px;
}

.dv-icon {
  margin-top: 40px;
}

.dv-grid {
  padding-right: 17px !important;
}

.dv-duplicate-icon {
  margin-top: 20px;
}

.col-left-none {
  padding-left: 0px !important;
}

.col-right-none {
  padding-right: 0px !important;
}

.col-left-sm {
  padding-left: 10px !important;
}

.col-right-sm {
  padding-right: 10px !important;
}

.col-left-md {
  padding-left: 20px !important;
}

.col-right-md {
  padding-right: 20px !important;
}

.top-padded-none {
  padding-top: 0 !important;
}

.bottom-padded-none {
  padding-bottom: 0 !important;
}

.padded-medium {
  padding-top: 15px !important;
}

.top-padded-sm {
  padding-top: 15px !important;
}

.bottom-padded-sm {
  padding-bottom: 15px !important;
}

.bottom-margin-sm {
  margin-bottom: 10px;
}

.custom-align {
  padding: 5px 10px 5px 10px;
  margin-bottom: 5px;
  border: none;
}

.text-justify-left {
  text-align: left;
}

.ms-clear-icon::-ms-clear {
  display: none;
}

.cross-icon-position {
  position: absolute;
  margin: 0px 1px 0px 0px;
  top: 9px;
  right: 20px;
  border-right: 1px solid #9d9d9d;
  padding-right: 3px;
  color: #9d9d9d;
}

.menu-cross-icon-position {
  position: absolute;
  z-index: 999;
  top: 3px;
  right: 2px;
  color: #9d9d9d;
  background: transparent;
}

.text-ellipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dv-fip-grid .cpa-icon {
  display: inline;
}

.dv-fip-grid .k-grid tr {
  height: 40px !important;
}

.dv-fip-grid .k-grid tr td {
  padding: 5px 0.7em;
  height: 40px;
}

.dv-fip-grid .k-grid-content-locked, .dv-fip-grid .k-grid-content {
  min-height: 30px !important;
  height: auto !important;
  max-height: 100vh !important;
}

.dv-fip-grid .k-grid-content-locked table {
  padding-bottom: 20px;
}

.fip-grid-results .cpa-icon {
  display: inline;
}

.fip-grid-results .k-grid tr {
  height: 40px !important;
}

.fip-grid-results .k-grid tr td {
  padding: 5px 0.7em;
  height: 40px;
}

.fip-grid-results .k-grid-content-locked table {
  padding-bottom: 20px;
}

.multi-select-divider {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  border-top: 1px;
  width: 300px;
}

.search-filter-definition .ui-select-bootstrap .ui-select-match-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report-composition-upload-widget-container {
  height: 90px
}

.report-composition-upload-widget-container > div > .k-dropzone {
  margin-top: -7px;
  padding-bottom: 17px;
}

.ms-scroll {
  height: 400px;
  overflow-y: scroll;
}

.background-overlay {
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
}

.background-overlay img {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background: transparent;
}

.ms-accoridan .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.ms-accoridan .panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
}

.filter-list .ui-select-bootstrap .ui-select-choices-row > span {
  white-space: normal;
  word-wrap: break-word;
  width: 155px;
}

.filter-list .ui-select-choices-row:nth-child(even) {
  background: #f5f5f5 !important;
}

.filtered-search-grid .k-grid-content-locked, .filtered-search-grid .k-grid-header-locked {
  border-color: #3e9ece;
}

.filtered-search-grid {
  overflow: hidden;
}

.bulk-matter-body {
  padding: 5px 10px;
}

.bulk-matter-body .bmo-apply-changes {
  padding: 10px 10px 15px;
}

.bulk-matter-body input[type='radio'] {
  vertical-align: text-top;
}

.bulk-matter-body .section-bookmark {
  margin-bottom: 1px;
}

.section-custom-bookmark {
  margin-bottom: 1px;
  height: 35px;
  line-height: 35px;
}

.modal-height {
  max-height: 475px;
  min-height: 450px;
  overflow-y: auto;
}

.has-error.ui-select-bootstrap > .ui-select-match > .btn,
.has-error .k-multiselect-wrap,
.k-multiselect.k-header.has-error,
.has-error .k-picker-wrap.k-state-default {
  border-color: red;
}

.bulkMatter .k-multiselect.k-header.has-error:hover {
  background: none !important;
  border-color: red !important;
}

.bulkMatter .glyphicon-remove {
  font-size: 10px;
  top: 0;
  top: 1px;
  color: #7c7979;
}

.padded-sm {
  margin-bottom: 10px;
  padding: 5px 5px 5px 5px;
}

.bulkMatter .btn-xs {
  padding: 4px 5px !important;
}

.bulkMatter .btn:hover {
  border-color: transparent !important;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
}

.bulkMatter .fullWidth {
  width: 100%;
}

.pad-top-8 {
  padding-top: 8px;
}

.mar-top-2 {
  margin-top: 2px;
}

.mar-btm-10 {
  margin-bottom: 10px;
}

.bulkMatter input[type=radio] {
  vertical-align: text-bottom;
}

.bulkMatter input[type=radio] + textarea {
  margin-top: 5px;
}

.bulkMatter .cross-icon {
  position: absolute;
  top: 5px;
  right: 0;
  color: #c00000;
  cursor: pointer;
}

.bulkMatter fip-calendar span.k-tooltip {
  display: none !important;
}

.bulkMatter .vertical-spacer-xs > form-group .form-group {
  margin-bottom: 0;
}

.error-red {
  border-color: red !important;
}

.pad-left-right-38 {
  padding: 0 38px;
}

.form-group-row-height-lg .k-multiselect.k-header {
  border: none;
}

.form-group-row-height-lg form-group div.k-multiselect-wrap {
  border: 1px solid #c5c5c5;
  max-height: 56px;
}

.form-group-row-height-lg form-group div.k-multiselect-wrap.has-error {
  border: 1px solid red !important;
  max-height: 56px;
}

.grouped-condition-container {
  margin: 3px;
  border: 1px solid;
  padding: 5px;
  border-radius: 5px;
  position: relative;
  background: #ffffff;
}

.grouped-condition-container-odd {
  background: #ececec;
}

.grouped-condition-container-hover {
  background: #e5f2fb;
}

.grouped-condition-child-group {
  margin-left: 50px;
  margin-right: 0px;
}

.grouped-condition-child-condition {
  margin-left: 53px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 0px;
  position: relative;
}

.grouped-condition-delete-rule {
  border-radius: 50%;
  font-size: 20px;
  width: 20px;
  height: 20px;
  padding: 0px;
  line-height: 0px;
  padding-bottom: 4px;
  margin-top: 25px;
}

.grouped-condition-delete-group {
  color: #153a4f;
}

.grouped-condition-control {
  margin-right: 4px;
  margin-bottom: 4px !important;
}

.grouped-condition-control-no-padding {
  padding: 0px;
}

.grouped-condition-ui-select > div > div > span {
  height: 30px;
  padding: 0px;
}

.grouped-condition-ui-select > div > input {
  height: 30px;
}

.grouped-condition-ui-select > div > div > span > .ui-select-placeholder {
  font-size: 12px;
  position: absolute;
  padding-left: 10px;
  padding-top: 5px;
}

.grouped-condition-control-no-padding > span > .reset-kendo-datepicker {
  height: 26px !important;
}

.grouped-condition-control-no-padding > span > .reset-kendo-datepicker > span > .reset-kendo-datepicker {
  height: 26px !important;
}

.grouped-condition-control-multi-select {
  height: auto;
  min-height: 30px;
}

.grouped-condition-fip-switch {
  padding-top: 19px;
}

.grouped-condition-text-input {
  width: 100%;
  height: 34px;
  border-radius: 4px;
}

.grouped-condition-control-multi-select .k-multiselect-wrap {
  min-height: 32px;
!important;
}

.dynamic-columns-selector {
  position: relative;
}

.grouped-condition-horizontal-stalk {
  position: absolute;
  width: 20px;
  border-bottom: 1px solid rgb(100, 100, 100);
  display: inline-block;
  left: -20px;
  top: 16px;
}

.child-condition-horizontal-stalk {
  position: absolute;
  width: 20px;
  border-bottom: 1px solid rgb(100, 100, 100);
  display: inline-block;
  left: -20px;
  top: 34px;
}

.grouped-condition-vertical-stalk {
  position: absolute;
  height: calc(100% + 8px);
  border-left: 1px solid rgb(100, 100, 100);
  display: inline-block;
  left: -21px;
  top: -7px;
}

.child-condition-vertical-stalk {
  position: absolute;
  height: calc(100% + 3px);
  border-left: 1px solid rgb(100, 100, 100);
  display: inline-block;
  left: -20px;
  top: -3px;
}

.grouped-condition-vertical-stalk-final {
  position: absolute;
  height: 24px;
  border-left: 1px solid rgb(100, 100, 100);
  display: inline-block;
  left: -21px;
  top: -7px;
}

.child-condition-vertical-stalk-final {
  position: absolute;
  height: 38px;
  border-left: 1px solid rgb(100, 100, 100);
  display: inline-block;
  left: -20px;
  top: -3px;
}

.grey-border {
  border: 1px solid #cccccc;
}

.icon-button {
  border: none;
  background-color: transparent;
}

.icon-button > i {
  color: #000000;
}

.icon-button:disabled > i {
  color: #909090;
}

.height-sm-36 {
  max-height: 36px;
}

.date-time-desc {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.bnt-sheduler-shutdown {
  position: absolute;
  margin-top: 10px;
  z-index: 1000;
}

.elem-space-left-86 {
  margin-left: 86%;
}

.elem-space-left-70 {
  margin-left: 78%;
}

.padding-sm {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.dv-modal-height {
  max-height: 390px;
  min-height: 385px;
  overflow-y: auto;
}

.dv-modal-width-sm .modal-dialog {
  width: 900px !important;
  border-radius: 5px;
  margin: 0 auto;
}

/*for picklist dropdown css*/
.picklist-input.form-control {
  border-color: #cccccc;
  font-size: 14px;
  cursor: pointer;
  padding-right: 20px;
}

.picklist-input.form-control.ng-invalid-required {
  border-color: red;
}

.picklist-input.form-control:focus {
  border: 1px solid #66afe9;
}

.picklist-input.form-control.ng-invalid:focus {
  border-color: red;
}

.picklist-caret {
  position: absolute;
  right: 25px;
  top: 15px;
}

.picklist-caret-icon {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.picklist-remove {
  position: absolute;
  right: 40px;
  top: 13px !important;
  cursor: pointer;
}

.picklist-remove-icon {
  position: absolute;
  right: 28px;
  top: 14px !important;
  cursor: pointer;
}

.picklist-loading-icon {
  position: absolute;
  z-index: 100;
  margin-top: 6px;
  right: 40px;
}

.picklist-dropdown {
  position: absolute;
  top: 0px;
  width: 100%;
  border: 1px solid #3e9ece;
  color: #424244;
  border-radius: 4px;
  background: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  padding: 5px 0 0;
  z-index: 999;
}

.picklist-dropdown ul {
  max-height: 180px;
  overflow-y: auto;
  margin: 0px;
}

.picklist-dropdown li:first-child,
.picklist-dropdown li:first-child:hover {
  background-color: #428bca;
  color: #ffffff;
}

.picklist-dropdown li {
  padding: 3px 10px 3px;
  font-size: 14px;
}

.picklist-dropdown li .desc {
  display: none;
  position: absolute;
  top: -50px;
  right: 0;
  width: 50%;
  border-radius: 4px;
  color: #000000;
  font-size: 12px;
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #999999;
  text-align: center;
  max-height: 155px;
  overflow-y: auto;
  z-index: 999;
}

.picklist-dropdown li:hover {
  background-color: #f5f5f5;
}

.picklist-dropdown li:hover .desc {
  display: block;
}

.bulkMatter .k-upload-files .k-multiselect .k-button {
  padding: .1em 1.6em .1em .4em;
}

.bulkMatter .k-upload-files {
  line-height: 1.5;
  max-height: 300px;
  overflow: auto;
}

.bulkMatter .k-upload-files .k-multiselect-wrap {
  max-height: 57px;
}

.bulkMatter .k-upload-files li.k-file {
  min-height: 45px;
}

.bulkMatter .k-upload-files li.k-file::after {
  content: "";
  clear: both;
  display: table;
}

.elm-padding {
  padding: 2px 12px 2px 12px !important;
}

.elm-margin-b-5 {
  margin-bottom: 5px;
}

.not-hover.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #153a4f;
}

.elm-data-items:after {
  content: '\A';
  white-space: pre;
}

.elm-fornt-std {
  font-size: 9pt;
}

.contact-dd-w {
  width: 209%;
}

.align-pull-left {
  text-align: left !important;
}

#custom-date-range-elem .k-form-error.k-invalid-msg,
.blk-custom-field .k-form-error.k-invalid-msg,
div[id^="blk_custom_field_"] .k-form-error.k-invalid-msg {
  display: none !important;
}

span[id^="fip-calender-elem_"] .k-form-error.k-invalid-msg {
  color: #ff0000 !important;
}

/**
 * TODO : Convert event-search-grid-result-pane selector to use class selector during refactor of events tab
 */
fip-refined-search .k-grid td > span > a, fip-refined-search .k-grid td > span {
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.col-right-xs {
  padding-right: 3px;
}

.widen-refine-pane .filtered-search-filter {
  width: 22%;
  min-width: 22%;
}

.widen-refine-pane .refine-pane-open {
  min-width: 78%;
}

.widen-refine-pane .filter-list .ui-select-bootstrap .ui-select-choices-row > span {
  width: 100%;
}

.col-left-5 {
  padding-left: 5px;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}

.invalid-border .k-invalid {
  border-color: #ff0000;
}

.img-sm {
  height: 100px;
  width: 200px;
  border-radius: 4px;
}

.image-not-found {
  height: 100px;
  width: 200px;
  border: 1px solid #999999;
  text-align: center;
  font-size: 1.2rem;
  padding-top: 40px;
  border-radius: 4px;
}

.elm-height-md {
  height: 420px !important;
}

.multiple-select-list-box {
  font-family: 'FontAwesome', Helvetica;
  height: 120px !important;
  overflow-scrolling: auto;
  overflow: scroll;

}

.multiple-select-list-box option {
  padding-top: 3px;
  padding-bottom: 3px;
}

.format-country-names {
  max-width: 100%;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tooltip-inner {
  max-width: 400px !important;
  white-space: pre-wrap;
}

#rsd div.tooltip-inner {
  max-width: 100% !important;
  min-width: auto !important;
}

#rsd .k-grid-content {
  min-height: 30px !important;
  max-height: 280px !important;
}

@media (max-width: 1000px) {
  .widen-refine-pane .filtered-search-filter {
    width: 28%;
    min-width: 28%;
  }

  .widen-refine-pane .refine-pane-open {
    min-width: 72%;
  }
}

.tag-error-container {
  min-height: 15px;
}

.navigation-container {
  background-color: #153a4f;
  height: 100%;
  padding: 0;
  position: relative;
}

.navigation-container .navbar-nav > li {
  width: 100%;
}

.header .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 0 0 0 0;
  border-bottom: 1px solid #e6e7e8;
}

.header .logo-container img {
  flex-shrink: 0;
  width: auto;
  max-width: 450px;
  min-width: 180px;
}

.flex-layout-body {
  flex: 1;
}

.left-pane-width {
  width: 180px;
  position: relative;
}

.toggle-navigation {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.left-pane-width.left-pane-small-width {
  width: 35px;
}

.left-pane-small-width span {
  display: none;
}

.navbar-nav li.dropdown .dropdown-toggle,
#userMenuParent a {
  padding: 0;
  font-size: 16px;
}


.angular-container {
  overflow-y: hidden;
}

.filter-container {
  min-width: 400px;
  max-height: 500px;
  font-size: 12px;
}

.filter-container div.filter-container-content {
  overflow-y: auto;
  /*height need to be less than parent*/
  max-height: 400px;
}

.filter-container dd {
  margin-left: 10px;
}

.navigation-container .labelHeading {
  width: 180px;
  display: flex;
  height: 40px;
  align-items: center;
  padding: 12px 10px 10px;
}

.search-filter-font {
  position: relative;
}

.search-filter-font .terms-link {
  cursor: pointer;
}

.ui-select-selected {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-option-content {
  margin: -3px -20px -2px -20px;
  padding-left: 10px;
}

.grid-display-layout .k-grid-content.k-auto-scrollable {
  min-height: 65px !important;
}

.submit-button-align-form-field-margin {
  margin-top: 24px;
}

.user-icon .fa-user {
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
}

.site-nav-menu .user-name {
  text-align: center;
  padding: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #e3e3e3;
}

.header-responsive-layout {
  height: 90px !important;
}

.header-responsive-layout .header-right {
  margin-top: 10px;
}

#goButton, .current-matter-btn {
  padding: 5px 12px;
}

#user-icon {
  margin-top: 4px;
}

#fip-header-2 {
  display: flex;
}

.header-left {
  margin-left: auto;
  position: initial;
  left: auto;
}

.header-right {
  margin-left: auto;
}

.header-responsive-layout #fip-header-2 {
  display: flex;
  flex-direction: column;
}

.matter-search-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.matter-search-image {
  height: 80px;
  cursor: pointer;
  object-fit: contain;
}

.flexible-modal-width .modal-dialog {
  max-width: 90%;
  width: fit-content;
}

.flexible-modal-width .modal-dialog .modal-footer {
  border: 0;
  height: 0;
  padding: 0;
  min-height: 0;
}

.modal-image-container {
  font-size: 14px;
  margin: 15px 20px 25px;
}

.modal-image-container img {
  max-width: 100%;
}

@media (min-width: 1520px) {
  .header-left {
    position: absolute;
    visibility: hidden;
  }

  .header-right {
    margin-left: auto;
  }
}

@media (max-width: 1100px) {
  .navigation-sub-bar {
    height: 90px;
  }

  .header-left {
    margin-left: 0px;
  }

  .header-right {
    margin-top: 10px;
    margin-left: 0px;
  }

  #fip-header-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.hover-menu {
  position: absolute;
  top: 0px;
  left: 100%;
  display: none;
  z-index: 1;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0 !important;
  margin: 0px;
  width: 200px;
}

.submenuHeading {
  margin: 0;
  padding: 11px;
  background-color: #e6e7e8;
  color: #000000;
  position: relative;
  z-index: 1;
  width: 200px;
  cursor: context-menu;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  box-sizing: border-box;
}

.submenuOptions {
  padding: 10.78px;
  margin: 0;
  background-color: #153a4f;
  color: #ffffff;
  height: 41px;
  text-decoration: none;
  white-space: nowrap;
  width: 200px;
  cursor: pointer;
  border: 1px solid #000000;
  box-sizing: border-box;
}

.has-submenu:hover .hover-menu,
.has-submenu.active .hover-menu {
  display: block;
}

.submenuOptions:hover {
  background-color: #3e9ece;
  font-weight: bold;
}

.navigation-container .glyphicon-triangle-right {
  font-size: 7px;
}

.navigation-container.left-pane-small-width .labelHeading {
  width: 35px;
}

.navigation-container .labelHeading .right-align {
  margin-left: auto;
}

.navigation-container .labelHeading .label-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.angular .dropZoneElement:before {
  left: auto;
  position: relative;
  font-size: initial;
}

.angular .dropZoneElement .k-dropzone {
  background-color: transparent;
  height: 20px;
}

.family-matters .family-matter-treeview-menu {
  position: absolute;
  top: 8px;
  right: 22px;
  cursor: pointer;
}

.family-matters .family-matter-treeview-body {
  height: 100%;
  width: 100%;
  padding: 0;
  display: flex;
  flex-flow: row;
}

.family-matters .family-matter-treeview-container {
  flex: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.family-matters .family-matter-treeview-diagram {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.family-matters .dropdown-menu-fip {
  right: 25px;
  top: 0px;
  display: none;
  position: absolute;
  background: padding-box rgb(255, 255, 255);
  min-width: 160px;
  padding: 5px 0px;
  margin: 2px 0px 0px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
}

.family-matters .side-nav-bar {
  width: 300px;
  height: 100%;
  border-left: 4px solid rgb(235, 236, 240);
  overflow: hidden;
  display: flex;
  flex-flow: column;
}

.family-matters .icon {
  position: absolute;
  right: 0;
  top: 0;
}

.family-matters .side-nav-bar-header {
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  background-color: rgb(255, 255, 255);
  background-color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 6px;
  text-shadow: none;
  font-weight: bold;
  height: 35px;
  padding: .2em 0.6em;
}

.family-matters .side-nav-bar-body {
  padding: 5px;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.family-matters .side-nav-bar-close {
  opacity: 100%;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #000000;
  margin: 4px;
}

.family-matters .side-nav-bar-header .side-nav-bar-title {
  display: inline-block;
  padding-top: 10px;
}

.family-matters .form-container {
  border: none;
}

.family-matters .form-container-header {
  padding: 0px;
  background: #ffffff;
}

.family-matters .dropdown-menu-fip > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-decoration: underline;
}

.family-matters .dropdown-menu-fip > li > a:hover,
.family-matters .dropdown-menu-fip > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.family-matters .dropdown-menu-fip > .active > a,
.family-matters .dropdown-menu-fip > .active > a:hover,
.family-matters .dropdown-menu-fip > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.events-search {
  padding-top: 0px;
  padding-left: 15px;
}

.events-search .tab-content .tab-pane {
  padding-top: 0px;
}

#pair-event-search-grid .k-grid-content-locked, #pair-event-search-grid .k-grid-content,
#tsdr-event-search-grid .k-grid-content-locked, #tsdr-event-search-grid .k-grid-content,
#email-event-search-grid .k-grid-content-locked, #email-event-search-grid .k-grid-content,
#epo-event-search-grid .k-grid-content-locked, #epo-event-search-grid .k-grid-content {
  height: auto !important;
  max-height: 69vh !important;
}

#pair-event-search-grid .k-grid-content-locked,
#tsdr-event-search-grid .k-grid-content-locked,
#email-event-search-grid .k-grid-content-locked,
#epo-event-search-grid .k-grid-content-locked {
  min-height: 70px;
}

#email-event-search-grid .k-grid-content-locked div.emailEventSubject {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  color: #0f0f0f;
  margin-left: auto;
}

.fip-grid-header .k-grid-toolbar {
  background: #e6e7e8;
}

#associated-event-matter-grid .k-grid-content-locked,
#associated-event-matter-grid .k-grid-content {
  height: auto !important;
  max-height: 49vh !important;
}

#associated-read-event-matter-grid .k-grid-content-locked,
#associated-read-event-matter-grid .k-grid-content {
  height: auto !important;
  max-height: 49vh !important;
}


#associated-event-matter-grid .k-grid-content-locked {
  min-height: 90px;
}

#associated-read-event-matter-grid .k-grid-content-locked {
  min-height: 90px;
}

.fip-kendo-search-grid .k-grid-content-locked, .fip-kendo-search-grid .k-grid-header-locked {
  border-color: #3e9ece;
}

.textarea-email {
  resize: vertical;
  min-height: 200px;
  max-height: 40vh !important;
  background-color: #ffffff !important;
}

.text-ellipses-modal-header {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pair-event-mapping-padding, .email-event-mapping-padding {
  padding-right: 15px;
  padding-left: 15px;
}

.icon-info-sign-red {
  color: red;
}

.height-200 {
  height: 200px;
}

.email-template-tags > .ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  z-index: 1500 !important;
}

.recipient-group-select {
  display: flex;
  justify-content: space-between;
}

.recipient-group-select > span {
  cursor: pointer;
  margin-top: 8px;
  margin-left: 3px;
}

.connect-mapping-dropdown {
  height: fit-content;
  width: 190px;
}

.view-email-template-emailBody {
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  padding: 6px 12px;
  background-color: #eeeeee;
}

.view-email-template-emailBody > ol > li {
  list-style-type: decimal;
  list-style-position: inside;
}

.view-email-template-emailBody > ul > li {
  list-style-type: disc;
  list-style-position: inside;
}

.half-width {
  width: 50% !important;
}

.scrollable-content-modal {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.override-margin-bottom {
  margin-bottom: 2px !important;
}

.fip-grid-row-height-md .k-grid tr {
  height: 28px !important;
}

.fip-grid-row-height-md .k-grid tr td {
  padding: 5px 0.7em;
  height: 28px;
}

.ipp-sso-popover {
  max-width: 1024px;
  overflow: clip;
  user-select: none;
}

.automated-custom-rule-list .k-dropdown-wrap.k-state-default {
  background-color: #ffffff !important;
}

.automated-custom-rule-list .k-dropdown-wrap.k-state-hover {
  background-color: #ffffff !important;
}

.automated-custom-rule-list .k-grid-norecords-template {
  width: auto;
  border: none;
}

.automated-custom-rule-list table {
  overflow-x: auto !important;
}

.automated-custom-rule-list .k-input {
  border: none !important;
}

.automated-custom-rule-list .automated-custom-rule-value {
  padding: 0 !important;
  margin-right: 4px !important;
}

.automated-custom-rule-list .k-multiselect-wrap li {
  float: left;
}

.automated-custom-rule-list .field-changed {
  border: 1px red dotted;
}

.automated-custom-rule-list td:has(.k-dirty) {
  padding-top: 5px;
}

.text-decoration-block {
  text-decoration: underline !important;
}

.text-inline {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.full-width.recipient-group-to-placeholder .k-multiselect-wrap {
  box-sizing: border-box;
}

.full-width.recipient-group-to-placeholder .k-multiselect-wrap .k-readonly {
  font-style: italic;
  width: 100% !important;
  box-sizing: border-box;
}

.modal-footer-container {
  display: inline-block;
  padding-top: 15px;
  width: 100%;
}

.failure-reasons-list {
  list-style-type: none;
  padding: 0 !important;
}

.associated-failure-modal .k-grid-content {
  height: auto !important;
  max-height: 40vh !important;
}

.email-event-failure-modal .k-grid-content {
  height: auto !important;
  max-height: 55vh !important;
}

.failure-reasons-grid .k-grid tr {
  height: 40px;
}

.failure-reasons-grid .k-grid tr td {
  padding: 5px 0.7em;
  height: 40px;
}

.failure-reasons-template-code {
  color: red
}

.k-grid td .class-code span.scrollable-tooltip {
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 3px 4px 2px 4px;
  margin: 0 8px -3px -4.5px;
  font-size: 10px;
  width: fit-content;
  height: fit-content;
  line-height: 1;
}

.k-grid td .class-code .show-ellipsis {
  display: inline-block;
  cursor: pointer;
  color: #3e9ece;
  border: 1px solid #cccccc;
  border-radius: 10px;
  font-weight: bold;
  font-size: 10px;
  height: 14px;
  padding: 0 4px;
  margin: 0 0 -2px -4.5px;
  line-height: 1;
}

.k-grid td .class-code .initial-codes,
.k-grid td .class-code .hidden-codes {
  display: inline;
}

.k-grid td .class-description span.scrollable-tooltip {
  padding: 3px 3px 2px;
  margin: 0 0 3.5px -4px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-size: 10px;
  height: fit-content;
  width: fit-content;
  white-space: nowrap;
  line-height: 1;
}

.k-grid td .class-code .toggle-buttons,
.k-grid td .class-description .toggle-buttons {
  position: relative;
}

.k-grid td .class-code .toggle-buttons span.show-code,
.k-grid td .class-description .toggle-buttons span.show-desp {
  position: absolute;
  color: #3e9ece;
  cursor: pointer;
  font-size: 14px;
  bottom: -13px;
  right: -11px;
  height: 24px;
}

.k-grid td .class-code .toggle-buttons span.hide-code,
.k-grid td .class-description .toggle-buttons span.hide-desp {
  position: absolute;
  color: #3e9ece;
  cursor: pointer;
  font-size: 14px;
  bottom: -12px;
  right: -11px;
  height: 24px;
}

.k-grid td .class-code .toggle-buttons .show-code i.fa,
.k-grid td .class-description .toggle-buttons .show-desp i.fa {
  transform: rotate(313deg);
}

.k-grid td .class-code .toggle-buttons .hide-code i.fa,
.k-grid td .class-description .toggle-buttons .hide-desp i.fa {
  transform: rotate(0deg);
}

.k-grid td .class-description .show-ellipsis {
  cursor: pointer;
  color: #3e9ece;
  font-weight: bold;
  height: 7px;
  padding: 4px 4px 3px 4px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  line-height: 0;
}

.k-grid td .class-code .hidden-codes span:nth-last-child(2) + .show-ellipsis,
.k-grid td .class-description .hidden-descriptions span:nth-last-child(2) + .show-ellipsis {
  display: inline-block;
  vertical-align: top;
}

.k-grid td .class-code .hidden-codes:has(.show-ellipsis) span:nth-last-child(2) {
  display: inline-block;
  max-width: calc(100% - 31px);
  margin-bottom: -3px;
}

.k-grid td .class-description .hidden-descriptions:has(.show-ellipsis) span:nth-last-child(2) {
  display: inline-block;
  max-width: calc(100% - 28px);
  margin-bottom: -3.5px;
}

[tooltip-t]::before {
  content: '';
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #153a4f transparent;
  display: none;
}

[tooltip-t]::after {
  content: attr(tooltip-t);
  position: absolute;
  background: #153a4f;
  color: #ffffff;
  padding: 5px;
  font-size: 11px;
  white-space: normal;
  max-width: 300px;
  max-height: 200px;
  line-height: 1.3em;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  transform: translateX(-3px);
}

.scrollable-tooltip:hover[tooltip-t]::after,
.scrollable-tooltip:hover[tooltip-t]::before {
  display: block;
}

.code-description-table-content {
  max-height: 440px;
  overflow-y: auto;
}

#codeDescription-table {
  border-collapse: separate;
}

.code-description-table-header {
  background-color: #618092;
  color: white;
  position: sticky;
  top: 0;
  z-index: 2;
}

.table .code-description-header-cell {
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}

.automated-custom-rule-list td:has(.search-highlight) {
  background-color: #ffff00;
}

.k-virtual-content {
  min-height: 43px !important;
}

.automated-custom-rule-list td:has(.inactive-greyed) {
  font-style: italic;
  color: #bbbbbb;
}

.loading-icon-color {
  color: green;
}

.automated-rule-value-search-lookup {
  display: flex;
  justify-content: space-between;
}

.automated-rule-value-search-lookup > span {
  cursor: pointer;
  margin-top: 8px;
  margin-left: 3px;
}

.custom-textarea {
  resize: vertical;
  min-height: 200px;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 6px;
  border: 1px solid #ced4da;
  padding: 8px;
  transition: border-color 0.2s ease;
}

.textarea-max {
  border-color: #dc3545 !important;
}

.char-counter {
  font-size: 12px;
  margin-top: 6px;
  color: #6c757d;
}

.count-left {
  color: #495057;
  font-weight: 600;
}

.count-right {
  color: #adb5bd;
  font-weight: 600;
}

.slash {
  color: #ced4da;
  margin: 0 2px;
}

.text-danger {
  color: #dc3545 !important;
}

.inline-label {
  font-weight: 600;
  margin-right: 4px;
}

.colon {
  margin-right: 4px;
  font-weight: 700;
}

.subject-value {
  color: #333333;
}

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.module .btn-success {
  background-color: #28a745;
  border-color: transparent;
  color: #ffffff;
}

.module .btn-secondary {
  background-color: #e0e0e0;
  border-color: transparent;
  color: #333333;
}

.module:hover .btn,
.module:focus-within .btn {
  background-color: #e0e0e0;
  color: #333333;
  border-color: transparent;
}

.module .btn:hover,
.module .btn:focus {
  background-color: #28a745;
  border-color: transparent;
  color: #ffffff;
}

.kendo-search-data-grid .k-dirty {
  display: none;
}

.kendo-search-data-grid td.k-dirty-cell {
  padding-top: 0 !important;
}