/*Style sheet for the JFN kwic */
.structural-table thead {
  display: none;
}
.structural-table table tbody tr td {
  border: none;
}
.structural-table {
  border: none;
}
.Wid15 {
  width: 15%;
}
.Wid65 {
  width: 65%;
}
.FlexContainer {
  display: flex;
}
.Flex15 {
  flex: 15%;
}
.Flex70 {
  flex: 70%;
}
.Flex85 {
  flex: 85%;
}
.FlexFollowHeight {
  position: relative;
  min-height: 100vh;
}
.FlexFollowHeightFollow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.FlexFollowHeightContent {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.FlexFollowHeight-static {
  flex: 0 0 auto;
}
.FlexFollowHeight-filler {
  flex: 1 1 50px;
}
#framesHeader {
  display: block;
  padding-left: 10px;
  background-color: #66BB6A;
  color: #ffffff;
  line-height: 46px;
}
.relevant-frames .ui-accordion-header {
  line-height: 1.1;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.relevant-frames .ui-button {
  background-color: #3D6F3A;
  width: 100%;
  margin: 5px 0px;
}
#kwic-frame-filter {
  margin-top: 1px;
  padding-top: 10px !important;
}
.frame-accordion .ui-accordion-header {
  background-color: #ffffff;
  padding-top: 6px!important;
  padding-bottom: 6px!important;
}
.frame-accordion .ui-accordion-header:hover {
  background-color: #f5f5f5!important;
}
.frame-accordion .ui-accordion-header.ui-state-active {
  background-color: #ffffff;
  border-left: 1px solid #546e7a;
}
.frame-accordion .ui-accordion-content {
  margin-top: -5px;
  padding-left: 10px;
  border-left: 1px solid #546e7a;
  border-bottom: 1px solid #546e7a;
}
.fe-btn {
  width: 100%;
  background-color: #ffffff;
  color: #546e7a;
  text-align: left;
  line-height: 1;
  padding: 10px 7px;
}
.fe-btn .ui-button-text {
  padding: 0px!important;
  margin-left: 23px;
}
.fe-btn .ui-icon {
  left: 0px;
  margin-left: 8px;
  font-size: 90%;
}
.fe-btn.ui-state-hover {
  background-color: #f5f5f5;
}
.compact-table table tbody td {
  padding: 0px !important;
}
.KWIC .ui-icon-check {
  border-bottom: solid 3px #66BB6A;
  border-right: solid 3px #66BB6A;
}
.KWIC .ui-inputswitch {
  border: solid 1px #66BB6A;
  background-color: #66BB6A;
  height: 18px !important;
  width: 60px !important;
}
.KWIC .ui-inputswitch-handle {
  height: 18px !important;
  margin-top: -1px;
}
.KWIC .ui-inputswitch .ui-inputswitch-on span,
.KWIC .ui-inputswitch .ui-inputswitch-off span {
  margin-top: 2px;
}
.KWIC .ui-inputswitch .ui-inputswitch-on span {
  padding-left: 4px;
}
.KWIC .ui-inputswitch .ui-inputswitch-off span {
  padding-right: 5px;
}
.KWIC .ui-grid-col-3 {
  padding: 0px 10px;
}
.KWIC .text-field {
  display: block;
  margin-right: 20px;
}
.KWIC .text-field span {
  margin-left: 10px;
}
#kwicHorizontalSearch\:kwicCollocate {
  margin-right: 20px;
}
.KWIC .ui-chkbox {
  vertical-align: middle;
}
.KwicButton {
  width: 100%;
  margin: 5px 0px 0px 0px;
}
.kwicOutput .ui-paginator {
  background-color: #66BB6A;
  color: #546e7a;
  font-size: 12px;
}
.kwicOutput table tbody {
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.kwicOutput .ui-datatable .ui-datatable-odd {
  background-color: #f5f5f5;
}
.kwicOutput .ui-datatable table tbody .ui-state-highlight > td {
  background-color: #3D6F3A;
}
.kwicOutput .ui-datatable-empty-message td {
  text-align: center;
  vertical-align: text-top;
  padding: 75px 0px 0px 115px !important;
  height: calc(100vh - 200px);
  height: -moz-calc(100vh - 200px);
  height: -webkit-calc(100vh - 200px);
  height: -o-calc(100vh - 200px);
}
.kwicOutput .ui-paginator .ui-paginator-current {
  color: #ffffff;
}
.kwicOutput .ui-datalist-item {
  list-style-type: none !important;
}
.kwicOutput .ui-datalist-data {
  padding: 0px;
}
.kwicOutput .ui-dialog-titlebar {
  background-color: #66BB6A;
}
#contextDialog {
  width: 100% !important;
  z-index: 1500 !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-table;
  overflow: auto;
}
#subcorporationDialog {
  border: solid 3px #66BB6A;
  overflow: scroll;
}
.zeroSize {
  visibility: hidden;
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 0px;
  height: 0px;
}

