.jefui-datatable thead th, .jefui-datatable tbody td, .jefui-datatable tfoot td {
  border-style: solid;
  border-width: 1px;
  text-overflow: ellipsis;
  white-space: nowrap; }
.jefui-datatable tbody td {
  border-color: inherit; }
.jefui-datatable tbody tr.ui-state-hover {
  font-weight: normal !important; }
.jefui-datatable table {
  border-collapse: collapse; }
.jefui-datatable .table-footer {
  padding-top: 2px;
  height: 1.4em;
  font-size: 0.9em; }
  .jefui-datatable .table-footer .rowsPerPage {
    font-size: 0.7em;
    width: 2em;
    margin-right: 0.5em;
    margin-left: 0.5em;
    text-align: center; }
.jefui-datatable .jefui-sortable-column {
  cursor: pointer; }
.jefui-datatable .jefui-sortable-column-icon {
  display: inline-block;
  margin: -3px 0 -3px 2px; }
.jefui-datatable .jefui-paging-icon {
  display: inline-block;
  margin: -3px 0 -3px 2px; }

.jefui-datatable-odd {
  background: none repeat scroll 0 0 #F2F5F9; }

.jefui-selected-rows, .jefui-selected-rows:not(.ui-state-highlight).ui-state-hover {
  height: 2em;
  font-size: 0.75em;
  background: none;
  color: black; }
  .jefui-selected-rows .no-rows-selected, .jefui-selected-rows:not(.ui-state-highlight).ui-state-hover .no-rows-selected {
    background-color: transparent; }
    .jefui-selected-rows .no-rows-selected span, .jefui-selected-rows:not(.ui-state-highlight).ui-state-hover .no-rows-selected span {
      display: none; }

@media screen and (max-width: 30em) {
  div.jefui-datatable.responsive thead {
    display: none; }
  div.jefui-datatable.responsive table, div.jefui-datatable.responsive tbody, div.jefui-datatable.responsive td, div.jefui-datatable.responsive td, div.jefui-datatable.responsive tr {
    display: block; }
  div.jefui-datatable.responsive tbody tr {
    position: relative; }
    div.jefui-datatable.responsive tbody tr td {
      padding-left: 50%; }
    div.jefui-datatable.responsive tbody tr td:before {
      position: absolute;
      left: 1em;
      color: grey;
      width: 40%;
      content: attr(data-content); } }
label {
  cursor: pointer; }

input:checked + label {
  font-weight: bold; }

.ui-icon {
  display: inline-block; }

.jefui-menu-list {
  list-style: none outside none;
  margin: 0.4em;
  padding: 0; }

.jefui-menu-list a {
  padding: 2px 0.4em;
  border: 1px solid transparent; }

.jefui-submenu {
  position: absolute;
  display: none;
  z-index: 50; }

.jefui-menuitem {
  float: left; }

.jefui-menuitemLink {
  font-weight: normal !important;
  white-space: nowrap; }

.jefui-splitbutton-option {
  position: absolute;
  clear: both;
  z-index: 50; }

/* START new dropdown button */
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 440px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-height: 400px;
  overflow: auto; }
  .dropdown-content.open-at-top {
    bottom: 100%; }
  .dropdown-content.align-right {
    right: 0;
    text-align: right; }
  .dropdown-content.align-left {
    left: 0;
    text-align: left; }

/* Links inside the dropdown */
.dropdown-content > a,
.dropdown-content > span {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 90%; }
  .dropdown-content > a span,
  .dropdown-content > span span {
    padding-top: 0.3em; }
  .dropdown-content > a img,
  .dropdown-content > span img {
    max-width: 1.25em;
    max-height: 1.25em;
    position: relative;
    margin-right: 0.25em;
    top: 0.125em; }

.dropdown-content > a:first-of-type,
.dropdown-content > span:first-of-type {
  display: none; }

/* Change color of dropdown links on hover */
.dropdown-content > a:hover,
.dropdown-content > span:hover {
  background-color: #f1f1f1;
  color: black; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block; }

/* END new dropdown button */
.jefui-historyBar li {
  display: inline;
  list-style-type: none;
  font-size: 70%; }

.jef-ui-anchor {
  padding: 0.1em 0.1em !important;
  cursor: pointer !important; }

.jef-ui-anchor:HOVER {
  text-decoration: underline !important; }

.jefui-inputfield {
  background: none repeat scroll 0 0 #FFFFFF !important;
  color: #313131 !important;
  font-weight: normal !important;
  padding: 4px;
  font-size: 12px;
  line-height: 1.2; }

.jefui-inputfield.jefui-inputfield-error {
  background: none repeat scroll 0 0 #FFAEAE !important; }

.jefui-inputfield-icon {
  margin-left: .5em; }
  .jefui-inputfield-icon svg {
    width: 1em;
    height: 1em;
    transform: translate(0, 4px); }

.jefui-inputfield-fillRed svg {
  fill: #D00000; }

.ui-button.jefui-button-error {
  background: none repeat scroll 0 0 #FFAEAE !important; }

.ui-button.disabled {
  color: #767676 !important;
  background-color: #EDEDED !important;
  border: 0px !important;
  cursor: default; }

.jefui-inputfield.disabled {
  background: none repeat scroll 0 0 #EDEDED !important;
  color: #767676 !important; }

.jefui-inputtextarea {
  overflow: hidden;
  resize: none;
  line-height: 1; }

.jefui-autocomplete {
  display: inline-block;
  position: relative;
  white-space: nowrap; }
  .jefui-autocomplete .jefui-autocomplete-clearInput {
    font-family: sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
    padding: 5px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.2;
    border-right: 1px solid #d19405; }
    .jefui-autocomplete .jefui-autocomplete-clearInput:hover {
      text-decoration: underline; }
  .jefui-autocomplete .jefui-inputfield {
    box-sizing: border-box;
    vertical-align: middle;
    border-right-width: 0; }
  .jefui-autocomplete .jefui-inputfield.no-value + .jefui-autocomplete-clearInput {
    color: #767676;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.jefui-autocomplete-dropdown {
  background: none repeat scroll 0 0 #FFFFFF !important;
  padding: 4px;
  height: 14.4px;
  border-left-width: 0;
  position: absolute;
  top: 0; }

.jefui-autocomplete-dropdown.disabled {
  background: none repeat scroll 0 0 #EDEDED !important;
  color: #767676 !important;
  cursor: default; }

.jefui-autocomplete-valuesList {
  margin: 4px 0 0 14px;
  list-style: none;
  padding-left: 1em; }

.jefui-autocomplete-valuesList li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em; }

.jefui-frozenColumnWrapper {
  float: left; }

.jefui-button-text {
  padding: 0.25em 0.75em; }

.jefui-dialog {
  display: none;
  background: white;
  max-width: 90vw;
  position: fixed; }

.jefui-dialog-close {
  background-color: #303030;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: -7px;
  top: -7px;
  padding: 3px;
  z-index: 3001; }

.jefui-dialog-content {
  overflow: visible;
  padding: .5em;
  box-sizing: border-box; }

/* position this field offscreen. Some browsers don't like display:none */
.jefui-hiddenInputFile {
  position: absolute;
  left: -9999em; }

.jefui-fileSelect-label {
  cursor: pointer; }

.jefui-panel {
  padding: 0.2em; }

.jefui-panel-titlebar {
  padding: 0.5em 1em 0.3em; }

.jefui-panel-content {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  padding: 0.5em 1em; }

.jefui-autocomplete-panel {
  overflow: auto;
  position: absolute;
  display: none;
  z-index: 500; }
  .jefui-autocomplete-panel.wrap_ellipsis {
    width: 100%;
    box-sizing: border-box; }

.jefui-autocomplete-items {
  padding: 0.2em;
  margin: 0;
  font-size: 12px; }
  .jefui-autocomplete-items.wrap_ellipsis {
    width: 100%;
    box-sizing: border-box; }

.jefui-autocomplete-listitem {
  padding: 3px 5px;
  cursor: pointer;
  display: block;
  height: 1em;
  border: 1px solid transparent; }
  .jefui-autocomplete-listitem.wrap_ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .jefui-autocomplete-listitem.jefui-autocomplete-arrow-container {
    height: 0.5em; }

.jefui-autocomplete-next-arrow, .jefui-autocomplete-prev-arrow {
  position: relative; }
  .jefui-autocomplete-next-arrow:after, .jefui-autocomplete-next-arrow:before, .jefui-autocomplete-prev-arrow:after, .jefui-autocomplete-prev-arrow:before {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .jefui-autocomplete-next-arrow:after, .jefui-autocomplete-prev-arrow:after {
    border-width: 0.5em;
    margin-left: -0.5em; }
  .jefui-autocomplete-next-arrow:before, .jefui-autocomplete-prev-arrow:before {
    border-width: 0;
    margin-left: 0; }

.jefui-autocomplete-next-arrow:after {
  border-top-color: #313131;
  margin-top: 0; }

.jefui-autocomplete-prev-arrow:after {
  border-bottom-color: #313131;
  margin-top: -0.5em; }

.jefui-autocomplete-next-arrow.firefox:after {
  margin-top: 0; }

.jefui-autocomplete-prev-arrow.firefox:after {
  margin-top: -0.5em; }

.ui-icon.jefui-noicon {
  background: none repeat scroll 0 0 transparent; }

.jefui-tree ul {
  padding-left: 16px; }

.jefui-treenode {
  list-style: none outside none; }

.jefui-treenode-label,
.jefui-treenode-icon {
  cursor: pointer; }

.singleSelection, .multipleSelection {
  cursor: pointer; }

.jefui-tabs-close-all {
  position: absolute;
  top: 0.5em;
  right: 0.5em; }

.ui-tabs .ui-tabs-nav {
  padding-right: 1.5em; }

.jefRadioOption {
  cursor: pointer; }
  .jefRadioOption .label {
    margin-left: .5em; }
  .jefRadioOption svg {
    max-width: .8em;
    max-height: .8em; }
    .jefRadioOption svg .background {
      display: none; }
    .jefRadioOption svg .center {
      display: none; }
  .jefRadioOption.checked .label {
    font-weight: bold; }
  .jefRadioOption.checked svg .center {
    display: inline; }
  .jefRadioOption.disabled {
    cursor: default; }
    .jefRadioOption.disabled .label {
      color: #767676; }
    .jefRadioOption.disabled svg {
      fill: #767676; }
  .jefRadioOption.readOnly {
    cursor: default; }
  .jefRadioOption.error .label {
    color: #D00000; }
  .jefRadioOption.error svg {
    fill: #D00000; }
    .jefRadioOption.error svg .background {
      display: inline;
      fill: #FFAEAE; }
  .jefRadioOption.error span.jefui-inputfield-icon {
    position: relative;
    bottom: 0.2em;
    width: 1em;
    height: 1em; }

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px; }

/* css for info tag */
.jefui-info-tag {
  position: relative;
  display: inline; }

.jefui-info-tag div div {
  overflow: auto; }

.jefui-infoMessageDiv {
  position: absolute;
  z-index: 10000;
  background: white;
  border: .4em solid #acacac;
  border-radius: .5em;
  box-shadow: .125em .125em .5em #888;
  padding: 1em;
  display: none;
  color: black;
  white-space: normal; }

.jefui-infoMessageDiv:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border: .5em solid; }

.jefui-infoMessageDiv.left:before {
  left: 1.5em; }

.jefui-infoMessageDiv.left {
  left: -1.9em; }

.jefui-infoMessageDiv.right:before {
  right: 1.5em; }

.jefui-infoMessageDiv.right {
  right: -1.9em; }

.jefui-infoMessageDiv.top:before {
  top: -1em;
  border-color: transparent;
  border-bottom-color: white; }

.jefui-infoMessageDiv.top {
  top: 1.5em; }

.jefui-infoMessageDiv.bottom:before {
  bottom: -1em;
  border-color: transparent;
  border-top-color: white; }

.jefui-infoMessageDiv.bottom {
  bottom: 1.5em; }

.jefui-info-icon svg {
  width: 1em;
  height: 1em; }

.jefui-info-close-button {
  cursor: pointer;
  background: black;
  color: white;
  border: .25em solid white;
  border-radius: 1em;
  box-shadow: .3em .3em .5em #888;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: -.9em;
  right: -.8em;
  font-size: 65%; }

.jefui-inputcolor .chooseLabel {
  display: none; }
.jefui-inputcolor label {
  width: 4em;
  display: inline-block; }
.jefui-inputcolor span.colorSample {
  margin-left: .5em;
  border: 1px solid black;
  border-radius: .1em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle; }

.jefui-gallery-links {
  display: inline-block; }
  .jefui-gallery-links .jefui-gallery-link {
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    height: 5em;
    width: 5em; }
    .jefui-gallery-links .jefui-gallery-link:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .jefui-gallery-links .jefui-gallery-link img {
      display: inline-block;
      max-height: 5em;
      max-width: 5em;
      vertical-align: middle; }

.jefui-deleteImg {
  background: url("images/delete.png");
  margin-left: 6px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover; }
