.floatLeft {
  float: left !important; }

.floatRight {
  float: right; }

html[dir='rtl'] .floatRight {
  float: left; }
html[dir='rtl'] .floatLeft {
  float: right !important; }

/* disables selection of text/html */
.noSelection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
 * used with inforLabel
 */
label.fontBold {
  font-weight: bold; }

label.floatNone {
  float: none !important; }

label.displayInline {
  display: inline !important; }

label.whiteSpaceNormal {
  white-space: normal !important; }

label.widthAuto {
  width: auto !important; }

/*
 * used on content frame, drlContainer, moduleHeader, messageBar
 */
.containerPadding {
  margin: 1px 0 0 0;
  padding: 0 5px; }

.boxsizeBorderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

div.portalFieldset {
  width: 70em; }
  div.portalFieldset div.content {
    padding: 1em !important; }
    div.portalFieldset div.content p {
      margin: 0 12px 10px 12px; }
    div.portalFieldset div.content img {
      /* arrow icon */
      margin-top: 5px; }
  div.portalFieldset a.inforHyperlink {
    padding: 0; }

html[dir="rtl"] div.portalFieldset div.content img {
  /* flip arrow icon */
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

/* custom listbox */
.fileBox {
  border: 1px solid #999999 !important; }
  .fileBox > div {
    cursor: pointer;
    color: black;
    height: 20px;
    line-height: 20px; }
  .fileBox > div.selected {
    background-color: #C5D0D8; }
  .fileBox img {
    padding: 0 8px;
    vertical-align: middle; }

/*
 * bookmark manager and content
 */
div.findContainer {
  z-index: 100; }

div.contentLeft {
  border-right: #6699cc solid 1px;
  border-bottom: #6699cc solid 1px;
  overflow: auto; }

/*
 * used in form help and print.htm
 */
.ptFormTitle {
  font-weight: bold;
  font-size: 16px;
  margin-left: 20px; }

/*
 * used in viewlog and drill
 */
.ptFixed {
  font-family: Lucida Console, Monaco, Courier New, Courier;
  font-size: 10pt;
  color: black; }

/*
 * filter object, bookmark manager, toolbar
 */
.leftBarSelect {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold; }

#messageBar {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent; }
  #messageBar.hidden {
    display: none; }
  #messageBar.closed {
    overflow: hidden; }
  #messageBar.expanded {
    overflow-y: auto; }
  #messageBar:focus {
    border: 1px solid #13a3f7; }
  #messageBar #fixedButtons {
    position: absolute;
    right: 10px; }
  #messageBar .bold {
    font-weight: bold; }
  #messageBar .inforHyperlink {
    font-size: inherit; }
  #messageBar .icon-error {
    margin-left: 0;
    display: inline-block;
    position: relative;
    width: 15px;
    top: 2px; }
  #messageBar .drillback-message .inforHyperlink {
    margin-left: 5px; }

#messageArea .statusTag {
  margin-right: 5px; }
#messageArea .inforBusyIndicatorContainer {
  margin-top: -23px;
  top: auto; }

#messages li {
  list-style-type: none;
  line-height: 15px;
  position: relative; }
  #messages li .icon-error {
    margin-top: 2px; }
#messages.filter-drillbacks > li {
  display: none; }
#messages.filter-drillbacks > .drillback-message {
  display: block; }
#messages.filter-errors > li {
  display: none; }
#messages.filter-errors > .error-message {
  display: block; }

#currentMessage li {
  line-height: 25px; }
#currentMessage .icon-error {
  margin-top: 0;
  top: 6px; }

#messageFilters {
  line-height: initial;
  padding: 1px 0;
  margin-left: 9px;
  display: inline-block; }
  #messageFilters > * {
    display: inline-block; }
  #messageFilters label {
    color: #666;
    font-weight: bold;
    cursor: pointer;
    font-size: 1em; }

#errorsFilterButton.active {
  color: #b3000c; }

#linksFilterButton.active {
  color: #005ce6; }

html[dir="rtl"] #messageBar #fixedButtons {
  right: auto;
  left: 10px; }
html[dir="rtl"] #messageArea li > span {
  margin-right: auto;
  margin-left: 5px; }

/* variables that should match control styling */
/* should match the background color of tabsets */
body.inforApplicationPadding {
  margin-top: 0; }

div.inforModuleHeaderLeft {
  padding-left: 5px !important; }

div.infor2ColumnLayout {
  margin: 0; }

button.inforHyperlink, input.inforHyperlink {
  background-color: transparent;
  border: 0; }

/* ensures spinning loading indicator is pushed left in IE8 */
div.inforBusyIndicator.small {
  left: 0 !important;
  top: 7px !important; }

td button.inforFormButton {
  font-size: 1.2em; }

/* IE8 opacity */
.overlay, .inforOverlay {
  opacity: .5 !important; }

/*
 * used in confighost.js / hotkeys.htm / searchdlg.js
 */
fieldset.inforFieldSet div.content {
  padding: 0 12px; }

table.fieldSetTable {
  table-layout: fixed;
  width: 100%;
  border: 0; }
  table.fieldSetTable td, table.fieldSetTable th {
    padding: 6px 3px;
    text-align: left;
    word-wrap: break-word;
    font-size: 1.2em; }
  table.fieldSetTable th label {
    font-weight: bold; }

/* confighost container */
#tableDiv .inforFieldSet {
  margin-bottom: 30px; }

.inforFieldSet table {
  border-collapse: collapse; }
  .inforFieldSet table th {
    border-left: none;
    text-align: left; }
  .inforFieldSet table tr:first-child td {
    border-top: none; }
  .inforFieldSet table td {
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey; }
    .inforFieldSet table td:first-child {
      border-left: none; }

.borderlessTable td {
  border: none !important; }
.borderlessTable th {
  border: none !important; }

.inforDataGrid .slick-cell .inforBusyIndicator.small {
  background-size: contain; }

/* start control overlapping workaround */
input.dropdown {
  padding-right: 19px;
  padding-left: 2px; }

div.inforTriggerField input.inforTextbox {
  padding-right: 0; }
div.inforTriggerField button.inforTriggerButton {
  margin-left: 0; }

/* end control overlapping workaround */
html[dir="rtl"] div.inforBusyIndicator.small {
  right: 0 !important; }
html[dir="rtl"] table.fieldSetTable td, html[dir="rtl"] table.fieldSetTable th {
  text-align: right; }
html[dir="rtl"] input.dropdown {
  padding-right: 2px !important;
  padding-left: 19px !important; }
html[dir="rtl"] div.inforTriggerField input.inforTextbox {
  padding-left: 0; }
html[dir="rtl"] div.inforTriggerField button.inforTriggerButton {
  margin-right: 0; }

.inforToolbar .icon-error {
  left: auto;
  margin-left: 0;
  display: none; }

#browsingTabset {
  height: auto;
  /* override controls 100% */ }

/* hide the close tab 'x' button when there's only one tab.
   the TabbedBrowsing object prevents closing tabs when only 1 remains,
   but it looks neater when you can't see the 'x' too */
#tabList li:only-child .inforTabCloseButton {
  display: none; }
#tabList li .inforTabCloseButton {
  transition: opacity 0.2s linear; }
#tabList li a {
  min-width: 65px;
  max-width: 250px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: width linear 0.2s; }

/*
 * dialogs
 */
div.hotkeysDlg {
  height: 500px;
  width: 450px;
  overflow: auto; }
  div.hotkeysDlg fieldset.inforFieldSet {
    margin-bottom: 1em; }

#appNavAndSearchBar {
  background: #e0e0e0;
  width: auto;
  padding: 0 1em;
  height: 34px; }

#appNavContainer {
  display: inline-block; }

#lawsearch {
  border-bottom: 1px solid #D4D4D4;
  min-height: 33px;
  max-height: 33px; }
  #lawsearch > button, #lawsearch > input {
    float: left;
    margin: 5px 3px 0 0; }
  #lawsearch > * {
    float: right;
    margin-top: 5px; }
  #lawsearch > input.inforTextbox {
    width: 100px;
    margin-top: 7px; }

.searchFieldContainer {
  min-height: 33px;
  max-height: 33px; }
  .searchFieldContainer > button, .searchFieldContainer > input {
    float: left;
    margin: 0 3px 0 0; }
  .searchFieldContainer > * {
    float: right; }
  .searchFieldContainer > input.inforTextbox {
    width: 100px;
    margin-top: 2px; }

html[dir="rtl"] #signOut {
  right: auto;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.tabFullName li a {
  width: auto !important;
  max-width: none !important;
  min-width: 250px !important; }
