﻿/* Please do NOT manually overwrite this output. This is cloned from the
   auto-generated css output from the CurisPortal `syncfusion-overrides.less` file.
   For the time being, please make updates on that side, and copy the new auto-generated output into this file.
*/

.e-accordion .e-acrdn-item .e-acrdn-header {
  background: #fbfdff;
}
.e-card .e-card-header {
  padding-top: 0px;
  padding-bottom: 8px;
  /* Total of 20px because `.e-content` has `padding-top: 12px;` */
}
.e-card .e-card-header .e-card-header-caption .e-card-header-title {
  font-size: 20px;
}
.e-tab.e-control.e-lib {
  /* margin-top: 10px; */
}
.e-tab .e-tab-header:not(.e-vertical)::before {
  border-width: 0px 0px 2px;
  border-color: #E3E4E4;
}
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item {
  border: 0px;
  border-bottom: 2px solid #E3E4E4;
  transition: 0.3s all ease;
}
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item:not(.e-separator) {
  height: auto;
}
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item .e-tab-wrap {
  height: auto;
  padding: 5px 15px;
}
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item .e-tab-wrap:hover {
  border: 1px solid transparent;
}
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item .e-tab-wrap > .e-text-wrap {
  vertical-align: middle;
}
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item .e-tab-wrap .e-tab-text {
  font-size: 18px;
}
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active,
.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item:hover {
  background: #f7f7f7;
  border: 0px;
  border-bottom: 2px solid #2BB7E3;
}
.e-tab .e-content {
  margin-top: 15px;
}
.e-btn.e-icon-btn {
  padding: 5px 10px 3px;
  font-size: 18px;
}
.e-btn.e-icon-btn.e-flat:hover > .e-icons {
  color: #fff;
}
.e-btn.e-icon-btn.e-flat:focus > .e-icons {
  color: #ccc;
}
.e-toolbar .e-toolbar-item .e-tbar-btn[aria-disabled="true"] {
  position: relative;
  cursor: not-allowed;
  color: #ddd;
  overflow: initial;
}
.e-toolbar .e-toolbar-item .e-tbar-btn[aria-disabled="true"] .e-icons.e-btn-icon {
  color: #ccc;
}
.e-toolbar .e-toolbar-item .e-tbar-btn[aria-disabled="true"]::after {
  content: "Action requires higher permissions.";
  position: absolute;
  left: calc(100% + 5px);
  display: inline-block;
  padding: 5px 15px;
  background: #ddd;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  opacity: 0;
  transition: 0.3s all ease;
  z-index: 1;
}
.e-toolbar .e-toolbar-item .e-tbar-btn[aria-disabled="true"]:hover::after {
  opacity: 1;
}
