.popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -moz-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -ms-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -o-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  display: none;
  border: 1px solid #c1cbd5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
}
.orcl-color-picker,
.orcl-icon-picker {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #616977;
}
.orcl-color-picker .input,
.orcl-icon-picker .input,
.orcl-color-picker input,
.orcl-icon-picker input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.orcl-color-picker.fluid,
.orcl-icon-picker.fluid {
  display: block;
  width: 100%;
}
.orcl-color-picker.fluid .input,
.orcl-icon-picker.fluid .input,
.orcl-color-picker.fluid input,
.orcl-icon-picker.fluid input {
  width: 100%;
}
.orcl-color-picker .spoken-text,
.orcl-icon-picker .spoken-text {
  speak: normal;
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
}
.orcl-color-picker.input,
.orcl-icon-picker.input {
  padding: 0;
  border: 1px solid #616977;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 26px;
}
.orcl-color-picker.input.disabled,
.orcl-icon-picker.input.disabled {
  background-color: #fafafa;
  border-color: #dddddd;
  color: #737373;
}
.orcl-color-picker.native,
.orcl-icon-picker.native {
  border: none;
  min-width: 50px;
  width: 206px;
}
.orcl-color-picker.native input,
.orcl-icon-picker.native input {
  width: 100%;
  display: block;
}
.orcl-color-picker .caret,
.orcl-icon-picker .caret {
  margin-top: 10px;
  border-top-color: #ffffff;
}
.orcl-color-picker.disabled,
.orcl-icon-picker.disabled {
  cursor: hand;
  cursor: pointer;
  cursor: default;
}
.orcl-color-picker.error,
.orcl-icon-picker.error {
  color: #333333;
  border-color: #d80202;
}
.orcl-color-picker.error:focus,
.orcl-icon-picker.error:focus {
  border-color: #d80202;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.orcl-color-picker.error .btn-picker,
.orcl-icon-picker.error .btn-picker {
  border-color: #d80202;
  background-color: #d80202;
}
.orcl-color-picker.input:focus,
.orcl-icon-picker.input:focus {
  outline: 0;
  border: 1px solid #0072bc;
}
.orcl-color-picker.input:focus .btn-picker,
.orcl-icon-picker.input:focus .btn-picker {
  border-color: #0072bc;
  background-color: #0072bc;
}
.orcl-color-picker.input:focus .btn-picker:hover,
.orcl-icon-picker.input:focus .btn-picker:hover {
  border-color: #0063a3;
  background-color: #0063a3;
}
.orcl-color-picker.disabled,
.orcl-icon-picker.disabled,
.orcl-color-picker:disabled,
.orcl-icon-picker:disabled {
  background-color: #fafafa;
  border-color: #dddddd;
  color: #737373;
}
.orcl-color-picker.disabled .color-box,
.orcl-icon-picker.disabled .color-box,
.orcl-color-picker:disabled .color-box,
.orcl-icon-picker:disabled .color-box {
  opacity: 0.3;
}
.orcl-color-picker.disabled .btn-picker,
.orcl-icon-picker.disabled .btn-picker,
.orcl-color-picker:disabled .btn-picker,
.orcl-icon-picker:disabled .btn-picker {
  cursor: hand;
  cursor: pointer;
  cursor: default;
}
.orcl-color-picker .color-box,
.orcl-icon-picker .color-box,
.orcl-color-picker .icon-box,
.orcl-icon-picker .icon-box {
  padding-left: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: calc(100% - 2px);
  width: calc(100% - 28px);
  top: 1px;
}
.orcl-color-picker .color-box .thumbnail,
.orcl-icon-picker .color-box .thumbnail,
.orcl-color-picker .icon-box .thumbnail,
.orcl-icon-picker .icon-box .thumbnail {
  height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  border: 1px solid #bdbdbd;
  line-height: 18px;
  padding: 0;
  color: #333333;
}
.orcl-color-picker .color-box .thumbnail.empty,
.orcl-icon-picker .color-box .thumbnail.empty,
.orcl-color-picker .icon-box .thumbnail.empty,
.orcl-icon-picker .icon-box .thumbnail.empty {
  background-color: #555 !important;
  background-color: #555555;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
  background-position: 0 0, 5px 5px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.orcl-color-picker .btn-picker,
.orcl-icon-picker .btn-picker {
  position: absolute;
  top: -1px;
  right: -1px;
}
.orcl-color-picker .btn-picker .pgbu-icon,
.orcl-icon-picker .btn-picker .pgbu-icon,
.orcl-color-picker .btn-picker .pgbu-icon-small,
.orcl-icon-picker .btn-picker .pgbu-icon-small {
  line-height: 20px;
}
.palette {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -moz-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -ms-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -o-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  display: none;
  border: 1px solid #c1cbd5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
}
.palette .row {
  margin: 0;
  line-height: 0;
  white-space: nowrap;
  display: table-row;
}
.palette .clear-row {
  margin: 3px;
}
.palette .clear-row .btn {
  width: 100%;
}
.palette .tile {
  margin: 1px;
  width: 18px;
  height: 18px;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  cursor: hand;
  cursor: pointer;
  display: inline-block;
  border: 1px solid transparent;
}
.palette .tile[data-icon="#ffffff"] .color-preview {
  box-shadow: inset 0 0 0 1px #bdbdbd;
}
.palette .tile:hover,
.palette .tile.active {
  border: 1px solid #0182fa;
}
.palette .tile .color-preview,
.palette .tile .icon-preview {
  width: 14px;
  height: 14px;
  color: #333333;
}
.orcl-combo-box {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  width: 206px;
}
.orcl-combo-box.fluid {
  width: 100%;
}
.orcl-combo-box.fluid.combo-box-list .combo-button {
  width: 100%;
}
.orcl-combo-box.fluid.combo-box-input input {
  width: 100%;
}
.orcl-combo-box.combo-box-input .combo-button {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  height: 26px;
  border-color: #616977;
}
.orcl-combo-box.combo-box-input .combo-button.disabled,
.orcl-combo-box.combo-box-input .combo-button:disabled {
  border-color: #dddddd;
}
.orcl-combo-box.combo-box-input .caret {
  border-top-color: #ffffff;
}
.orcl-combo-box.combo-box-input input {
  padding-right: 30px;
  margin-bottom: 0;
}
.orcl-combo-box.combo-box-input.error .btn {
  background: #f2dede;
  color: #ffffff;
  border-color: #d80202;
}
.orcl-combo-box.combo-box-input.error .btn .caret {
  border-top-color: #000000;
}
.orcl-combo-box.combo-box-list .combo-button {
  height: 26px;
  line-height: 17px;
  border-color: #616977;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding-right: 30px;
}
.orcl-combo-box.combo-box-list .combo-button span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.orcl-combo-box.combo-box-list .combo-button::after {
  vertical-align: top;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #495363;
  position: absolute;
  top: 10px;
  right: 10px;
}
.orcl-combo-box.combo-box-list.error .combo-button {
  color: #d80202;
  border-color: #d80202;
}
.orcl-combo-box.combo-box-list.error .combo-button .caret {
  border-top-color: #000000;
}
.combo-dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -moz-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -ms-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -o-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  display: none;
  border: 1px solid #c1cbd5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
}
.combo-dropdown-menu .dropdown-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.combo-dropdown-menu.up {
  -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 -5px 10px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 -5px 10px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 -5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, .2);
}
.combo-dropdown-menu .combo-item > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.combo-dropdown-menu .combo-item > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.combo-dropdown-menu ul {
  list-style: none;
}
.combo-dropdown-menu .combo-item-header .children {
  margin-left: 0;
}
.combo-dropdown-menu .combo-item-header .children .combo-item {
  padding-left: 25px;
}
.combo-dropdown-menu .combo-item-header .children .combo-item.active > a {
  background-color: #dce3e4;
  border-left-width: 6px;
  padding-left: 14px;
  font-weight: bold;
}
.combo-dropdown-menu .combo-item-header .children .combo-item.active > a:hover,
.combo-dropdown-menu .combo-item-header .children .combo-item.active > a:focus {
  background-color: #b0c3c8;
}
.combo-dropdown-menu .combo-item-header .children .combo-item > a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 3px 20px;
  line-height: 20px;
  padding-left: 19px;
  margin-left: -25px;
  border-left: 0 solid #0072bc;
  -webkit-transition: border-left-width 0.1s, padding-left 0.1s;
  -moz-transition: border-left-width 0.1s, padding-left 0.1s;
  -o-transition: border-left-width 0.1s, padding-left 0.1s;
  transition: border-left-width 0.1s, padding-left 0.1s;
}
.combo-dropdown-menu .combo-item-header .children .combo-item > a:hover,
.combo-dropdown-menu .combo-item-header .children .combo-item > a:focus {
  background-color: #b0c3c8;
}
.combo-dropdown-menu .combo-item-header > a {
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
  cursor: default;
  line-height: 12px;
  padding-left: 15px;
  color: #333333;
}
.combo-dropdown-menu .combo-item-header > a:hover {
  background: none;
  background-image: none;
  color: #333333;
}
.calendar {
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -moz-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -ms-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -o-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  display: none;
  border: 1px solid #c1cbd5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  max-width: 350px;
}
.calendar .button-controls {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}
.calendar .next-buttons,
.calendar .prev-buttons,
.calendar .title,
.calendar .button-controls {
  display: inline-block;
}
.calendar .next-buttons {
  position: absolute;
  right: 5px;
  top: 0;
}
.calendar .next-buttons button {
  font-size: 22px;
}
.calendar .prev-buttons {
  position: absolute;
  left: 5px;
}
.calendar .prev-buttons button {
  font-size: 22px;
}
.calendar .today-cancel {
  margin: 0;
  border-top: 1px solid #c5cfe5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
.calendar input {
  margin-bottom: 0;
}
.calendar:not(.month) table td:not(.inactive):hover {
  background: #b0c3c8;
  color: #0e2d5f;
}
.calendar.month td {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.calendar.month td.current-month.hover:not(.inactive),
.calendar.month td.prev-month.hover:not(.inactive),
.calendar.month td.next-month.hover:not(.inactive) {
  background: #b0c3c8;
  color: #0e2d5f;
}
.calendar.month td.selected-month {
  color: #ffffff;
  cursor: hand;
  cursor: pointer;
  cursor: default;
  background: #0182fa;
}
.calendar .month {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.calendar table {
  text-align: center;
  table-layout: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  min-width: 100%;
  border-collapse: separate;
  max-width: 250px;
}
.calendar table thead {
  background: none;
}
.calendar table th {
  width: -webkit-calc(100% / 7);
  width: -moz-calc(100% / 7);
  width: -o-calc(100% / 7);
  width: calc(100% / 7);
  color: #333333;
  border-top: 0;
  border-bottom: 2px solid #9da4af;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.calendar table td {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: hand;
  cursor: pointer;
  border-top: 0;
}
.calendar table td.current-month {
  font-weight: bold;
}
.calendar table td.inactive {
  background: #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  cursor: hand;
  cursor: pointer;
  cursor: default;
}
.calendar table td.today {
  font-style: italic;
  color: #0072bc;
}
.calendar table td.active {
  background: #b0c3c8;
  color: #0e2d5f;
}
.calendar table td.selected {
  color: #ffffff;
  background: #0072bc;
}
.calendar .title {
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  padding: 4px 75px;
  color: #0072bc;
  min-width: 100px;
}
.calendar .spinner.fluid {
  margin: 0 auto 5px;
}
.orcl-date-picker {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.orcl-date-picker .input,
.orcl-date-picker input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.orcl-date-picker.fluid {
  display: block;
  width: 100%;
}
.orcl-date-picker.fluid .input,
.orcl-date-picker.fluid input {
  width: 100%;
}
.orcl-date-picker input {
  padding-right: 28px;
  border: 1px solid #616977;
}
.orcl-date-picker .btn-picker {
  position: absolute;
  top: 0;
  right: 0;
}
.orcl-date-picker.native input {
  padding-right: 6px;
}
.error .orcl-editor {
  color: #333333;
  border-color: #d80202;
}
.error .orcl-editor:focus {
  border-color: #d80202;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.orcl-editor {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ecf3f8;
  padding: 8px;
  border: 1px solid #cccccc;
  height: 400px;
  display: table;
}
.orcl-editor.fluid {
  width: 100%;
}
.orcl-editor.fill {
  height: 100%;
}
.orcl-editor.error {
  color: #333333;
  border-color: #d80202;
}
.orcl-editor.error:focus {
  border-color: #d80202;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.orcl-editor.error .orcl-combo-box:not(.error) input {
  border: 1px solid #616977;
}
.orcl-editor.error .orcl-combo-box:not(.error) input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #33373f;
}
.orcl-editor.disabled .editor-frame.disabled {
  background: #E3E3E3;
}
.orcl-editor .btn-toolbar {
  display: table-row;
}
.orcl-editor .btn-toolbar .btn-group {
  margin-bottom: 8px;
  margin-right: 5px;
  margin-left: 0;
}
.orcl-editor .btn-toolbar .btn-group:last-child {
  margin-right: 0;
}
.orcl-editor .btn-toolbar .font-name .orcl-combo-box {
  width: 150px;
}
.orcl-editor .btn-toolbar .font-size .orcl-combo-box {
  width: 75px;
}
.orcl-editor .btn-toolbar .orcl-combo-box {
  margin-bottom: 0;
}
.orcl-editor .btn-toolbar.editor-toolbar > .btn,
.orcl-editor .btn-toolbar.editor-toolbar > .btn-group > .btn {
  height: 26px;
  padding: 0;
  width: 30px;
}
.orcl-editor .btn-toolbar.editor-toolbar > .btn i,
.orcl-editor .btn-toolbar.editor-toolbar > .btn-group > .btn i {
  margin: -8px -6px;
}
.orcl-editor .btn-toolbar.editor-toolbar > .btn.active,
.orcl-editor .btn-toolbar.editor-toolbar > .btn-group > .btn.active {
  z-index: auto;
}
.orcl-editor select,
.orcl-editor input {
  width: 100px;
  margin-bottom: 0;
}
.orcl-editor .iframe-container {
  height: 100%;
  display: table-row;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.orcl-editor .iframe-container .editor-frame {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  background: #ffffff;
  height: 100%;
}
.orcl-file-picker {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  cursor: hand;
  cursor: pointer;
}
.orcl-file-picker ::-webkit-file-upload-button {
  cursor: hand;
  cursor: pointer;
}
.orcl-file-picker .input,
.orcl-file-picker input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.orcl-file-picker.fluid {
  display: block;
  width: 100%;
}
.orcl-file-picker.fluid .input,
.orcl-file-picker.fluid input {
  width: 100%;
}
.orcl-file-picker input {
  padding-right: 28px;
  border: 1px solid #616977;
}
.orcl-file-picker .btn-picker {
  position: absolute;
  top: 0;
  right: 0;
}
.orcl-file-picker > input[type=text] {
  padding-right: 28px;
}
.orcl-file-picker.focus input[type=text] {
  outline: 0;
  border: 1px solid #0072bc;
}
.orcl-file-picker label {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  line-height: 26px;
  width: 100%;
}
.orcl-file-picker:not(.native) input[type=file] {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 26px;
  margin: 0;
  cursor: hand;
  cursor: pointer;
}
.orcl-picker .search {
  width: 75%;
}
.orcl-picker .tree-content {
  height: 250px;
}
.orcl-picker-modal .orcl-picker {
  margin-bottom: 0;
}
.orcl-picker-input {
  display: inline-block;
  position: relative;
}
.orcl-picker-input button {
  position: absolute;
  top: 0;
  right: 0;
}
.orcl-picker-input button .pgbu-icon-small {
  margin-top: -1px;
}
.orcl-picker-input input {
  padding-right: 28px;
}
.orcl-picker-input.fluid {
  display: block;
  width: 100%;
}
.orcl-picker-input.fluid input {
  width: 100%;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.orcl-popover {
  display: inline-block;
  position: relative;
}
.orcl-popover:focus,
.orcl-popover:active {
  outline: none;
}
.orcl-popover:focus .pgbu-icon,
.orcl-popover:active .pgbu-icon {
  color: #1e2228;
}
.orcl-popover .orcl-popover-outer {
  display: inline-block;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.orcl-popover .orcl-popover-outer .pgbu-icon,
.orcl-popover .orcl-popover-outer .pgbu-icon-small,
.orcl-popover .orcl-popover-outer .pgbu-icon-large {
  vertical-align: middle;
}
.orcl-popover .arrow,
.orcl-popover .orcl-popover-inner {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -moz-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}
.orcl-popover .orcl-popover-inner {
  position: fixed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border-color: #c1cbd5;
  border-style: solid;
  border-width: 1px;
  z-index: 150;
  width: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 2px rgba(227, 227, 227, 0.6);
  -moz-box-shadow: 0 3px 2px rgba(227, 227, 227, 0.6);
  -ms-box-shadow: 0 3px 2px rgba(227, 227, 227, 0.6);
  -o-box-shadow: 0 3px 2px rgba(227, 227, 227, 0.6);
  box-shadow: 0 3px 2px rgba(227, 227, 227, 0.6);
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.orcl-popover .orcl-popover-inner :first-child {
  padding-right: 24px;
}
.orcl-popover .orcl-popover-inner .orcl-popover-close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: hand;
  cursor: pointer;
  font-family: BlueSkyGlyphs-151;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 18px;
  width: 20px;
  height: 20px;
  color: #495363;
}
.orcl-popover .orcl-popover-inner .orcl-popover-close .spoken-text {
  speak: normal;
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
}
.orcl-popover .orcl-popover-inner .orcl-popover-close:before {
  content: "\e658";
}
.orcl-popover .orcl-popover-inner .orcl-popover-content {
  padding: 15px;
  background-color: #f3f3f3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #495363;
}
.orcl-popover .orcl-popover-inner .orcl-popover-content .header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #495363;
  margin-bottom: 15px;
}
.orcl-popover .orcl-popover-inner .orcl-popover-content > :last-child {
  margin-bottom: 0;
}
.orcl-popover .arrow {
  display: none;
}
.orcl-popover.top .orcl-popover-inner {
  margin-bottom: 12px;
}
.orcl-popover.top .orcl-popover-inner:after,
.orcl-popover.top .orcl-popover-inner:before {
  width: 0;
  height: 0;
  border: solid transparent;
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
}
.orcl-popover.top .orcl-popover-inner:after {
  border-top-color: #f3f3f3;
  border-width: 12px;
  margin-left: -12px;
}
.orcl-popover.top .orcl-popover-inner:before {
  border-top-color: #c1cbd5;
  border-width: 13px;
  margin-left: -13px;
}
.orcl-popover.right .orcl-popover-inner {
  margin-left: 12px;
}
.orcl-popover.right .orcl-popover-inner:after,
.orcl-popover.right .orcl-popover-inner:before {
  width: 0;
  height: 0;
  border: solid transparent;
  content: ' ';
  position: absolute;
  right: 100%;
  top: 50%;
}
.orcl-popover.right .orcl-popover-inner:after {
  border-right-color: #f3f3f3;
  border-width: 12px;
  margin-top: -12px;
}
.orcl-popover.right .orcl-popover-inner:before {
  border-right-color: #c1cbd5;
  border-width: 13px;
  margin-top: -13px;
}
.orcl-popover.bottom .orcl-popover-inner {
  margin-top: 12px;
}
.orcl-popover.bottom .orcl-popover-inner:after,
.orcl-popover.bottom .orcl-popover-inner:before {
  width: 0;
  height: 0;
  border: solid transparent;
  content: ' ';
  position: absolute;
  bottom: 100%;
  left: 50%;
}
.orcl-popover.bottom .orcl-popover-inner:after {
  border-bottom-color: #f3f3f3;
  border-width: 12px;
  margin-left: -12px;
}
.orcl-popover.bottom .orcl-popover-inner:before {
  border-bottom-color: #c1cbd5;
  border-width: 13px;
  margin-left: -13px;
}
.orcl-popover.left .orcl-popover-inner {
  margin-right: 12px;
}
.orcl-popover.left .orcl-popover-inner:after,
.orcl-popover.left .orcl-popover-inner:before {
  width: 0;
  height: 0;
  border: solid transparent;
  content: ' ';
  position: absolute;
  left: 100%;
  top: 50%;
}
.orcl-popover.left .orcl-popover-inner:after {
  border-left-color: #f3f3f3;
  border-width: 12px;
  margin-top: -12px;
}
.orcl-popover.left .orcl-popover-inner:before {
  border-left-color: #c1cbd5;
  border-width: 13px;
  margin-top: -13px;
}
.orcl-popover.open .arrow,
.orcl-popover.open div.orcl-popover-inner {
  visibility: visible;
  opacity: 1;
}
.controls .orcl-popover {
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
}
.controls .orcl-popover .pgbu-icon {
  height: 26px;
  line-height: 26px;
}
input ~ .orcl-popover {
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  vertical-align: middle;
}
input ~ .orcl-popover .pgbu-icon {
  height: 26px;
  line-height: 26px;
}
div.slider {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
}
div.slider .slider-handle {
  display: inline-block;
  position: absolute;
  border: none;
  cursor: hand;
  cursor: pointer;
  background: #999999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div.slider .slider-range {
  display: inline-block;
  position: absolute;
  background-color: #bdbdbd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.orcl-number-field,
.orcl-time-field {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.orcl-number-field .input,
.orcl-time-field .input,
.orcl-number-field input,
.orcl-time-field input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.orcl-number-field.fluid,
.orcl-time-field.fluid {
  display: block;
  width: 100%;
}
.orcl-number-field.fluid .input,
.orcl-time-field.fluid .input,
.orcl-number-field.fluid input,
.orcl-time-field.fluid input {
  width: 100%;
}
.orcl-number-field input,
.orcl-time-field input {
  padding-right: 28px;
  border: 1px solid #616977;
}
.orcl-number-field input,
.orcl-time-field input {
  text-align: right;
}
.orcl-number-field.spinner > input,
.orcl-time-field.spinner > input {
  padding-right: 28px;
}
.orcl-number-field .btn-micro,
.orcl-time-field .btn-micro {
  font-size: 9px;
  line-height: 9px;
  height: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 26px;
  border-color: #616977;
  background-color: #616977;
}
.orcl-number-field .btn-micro:enabled:hover,
.orcl-time-field .btn-micro:enabled:hover {
  border-color: #565d69;
  background-color: #565d69;
}
.orcl-number-field .btn-group-vertical,
.orcl-time-field .btn-group-vertical {
  position: absolute;
  top: 0;
  right: 0;
}
.orcl-number-field > .btn-group-vertical > .btn:first-child,
.orcl-time-field > .btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -ms-border-radius: 0 2px 0 0;
  -o-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
}
.orcl-number-field > .btn-group-vertical > .btn:last-child,
.orcl-time-field > .btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 2px 0;
  -moz-border-radius: 0 0 2px 0;
  -ms-border-radius: 0 0 2px 0;
  -o-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
  height: 13px;
}
.orcl-number-field.spinner > .btn-group-vertical::after,
.orcl-time-field.spinner > .btn-group-vertical::after {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #cccccc;
  top: 50%;
  position: absolute;
  z-index: 2;
}
.orcl-number-field .up,
.orcl-time-field .up {
  margin-left: -1px;
  margin-top: -1px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 5px solid #ffffff;
  display: block;
}
.orcl-number-field .down,
.orcl-time-field .down {
  margin-left: -1px;
  margin-top: 0;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #ffffff;
  display: block;
}
form .orcl-number-field input,
form .orcl-time-field input {
  text-align: left;
}
.split-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.split-container > .split-child {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  overflow: auto;
}
.split-container > .splitter {
  background-color: #dae6f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.split-container > .splitter .splitter-inner {
  position: absolute;
}
.split-container > .splitter:not(.disabled) .collapse-handle {
  cursor: hand;
  cursor: pointer;
}
.split-container > .splitter .collapse-handle:before {
  position: absolute;
  content: ' ';
}
.split-container > .splitter .collapse-handle.collapse-handle-up:before {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 3px solid #7792ad;
}
.split-container > .splitter .collapse-handle.collapse-handle-down:before {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 3px solid #7792ad;
}
.split-container > .splitter .collapse-handle.collapse-handle-left:before {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 3px solid #7792ad;
}
.split-container > .splitter .collapse-handle.collapse-handle-right:before {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 3px solid #7792ad;
}
.split-container > .splitter .unavailable {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.split-container.horizontal > .split-child {
  position: absolute;
}
.split-container.horizontal > .split-child:last-child {
  bottom: 0;
}
.split-container.horizontal > .splitter {
  position: absolute;
  width: 100%;
  height: 6px;
}
.split-container.horizontal > .splitter:not(.disabled) {
  cursor: ns-resize;
}
.split-container.horizontal > .splitter .splitter-inner {
  margin-top: -8px;
  width: 53px;
  left: calc(50% - 26.5px);
  left: -webkit-calc(50% - 26.5px);
  left: -moz-calc(50% - 26.5px);
}
.split-container.horizontal > .splitter .resize-handle,
.split-container.horizontal > .splitter .collapse-handle {
  display: inline-block;
  width: 15px;
  margin: 1px 0;
  height: 3px;
}
.split-container.horizontal > .splitter .collapse-handle:before {
  margin-left: 3.75px;
}
.split-container.horizontal > .splitter .collapse-handle-left,
.split-container.horizontal > .splitter .collapse-handle-right {
  display: none;
}
.split-container.horizontal > .splitter .resize-handle {
  border-top: 1px solid #7792ad;
  border-bottom: 1px solid #7792ad;
}
.split-container.horizontal > .splitter .resize-handle:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  margin-top: 1px;
  background-color: #7792ad;
}
.split-container.vertical > .split-child {
  position: absolute;
}
.split-container.vertical > .split-child:last-child {
  right: 0;
}
.split-container.vertical > .splitter {
  position: absolute;
  height: 100%;
  width: 6px;
  display: inline-block;
}
.split-container.vertical > .splitter:not(.disabled) {
  cursor: ew-resize;
}
.split-container.vertical > .splitter .splitter-inner {
  height: 53px;
  top: calc(50% - 26.5px);
  top: -webkit-calc(50% - 26.5px);
  top: -moz-calc(50% - 26.5px);
}
.split-container.vertical > .splitter .resize-handle,
.split-container.vertical > .splitter .collapse-handle {
  height: 15px;
  margin: 0 1px;
  width: 3px;
}
.split-container.vertical > .splitter .collapse-handle:before {
  margin-top: 3.75px;
}
.split-container.vertical > .splitter .collapse-handle-up,
.split-container.vertical > .splitter .collapse-handle-down {
  display: none;
}
.split-container.vertical > .splitter .resize-handle {
  border-left: 1px solid #7792ad;
  border-right: 1px solid #7792ad;
}
.split-container.vertical > .splitter .resize-handle:before {
  position: absolute;
  content: '';
  height: 15px;
  width: 1px;
  margin-left: 1px;
  background-color: #7792ad;
}
div.tree {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #333333;
  background: #ffffff;
  display: inline-block;
  overflow-y: auto;
  position: relative;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
div.tree.fluid {
  width: 100%;
}
div.tree.fill {
  min-height: 100%;
  height: 100%;
}
div.tree.loading > .loader {
  display: block;
  margin: 0 auto;
}
div.tree .loader {
  display: none;
}
div.tree .no-results {
  display: none;
}
div.tree.filtered.not-found:not(.loading) .no-results {
  display: block;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 5px;
}
div.tree.filtered.has-selection .filter-notif {
  height: 18px;
  transition-delay: none;
  transition-duration: none;
}
div.tree .filter-notif {
  width: 100%;
  height: 0;
  cursor: pointer;
  background-color: #0072bc;
  color: white;
  font-weight: bold;
  text-align: center;
  transition: height .25s ease .1s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.tree .disable-overlay {
  z-index: 100;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #cccccc;
  opacity: .5;
  cursor: not-allowed;
}
div.tree.horiz-scrolling {
  overflow-x: auto;
}
div.tree.horiz-scrolling .root {
  display: inline-block;
  min-width: 100%;
}
div.tree.horiz-scrolling .item {
  text-overflow: initial;
  overflow-x: initial;
}
div.tree:focus {
  outline: 0;
  border: 1px solid #0072bc;
}
div.tree:focus .item.active {
  background-color: #b0c3c8;
  color: #333333;
}
div.tree .item:hover,
div.tree .item.selected:hover {
  background-color: #b0c3c8;
  color: #333333;
}
div.tree ul {
  margin: 0;
}
div.tree ul.root {
  padding: 0;
  padding-top: 3px;
}
div.tree li {
  list-style-type: none;
  font-weight: normal;
  line-height: 22px;
}
div.tree li div {
  display: inline-block;
}
div.tree li.loading > .loader {
  display: block;
  margin: 0 auto;
}
div.tree li .loader {
  display: none;
}
div.tree li .tree-icon {
  cursor: hand;
  cursor: pointer;
  margin-left: 2px;
}
div.tree li .tree-icon.tree-hidden {
  visibility: hidden;
}
div.tree li .tree-icon.expanded,
div.tree li .tree-icon.collapsed {
  font-family: BlueSkyGlyphs-151;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 9px;
  line-height: 9px;
  width: 11px;
  height: 11px;
  color: #495363;
}
div.tree li .tree-icon.expanded .spoken-text,
div.tree li .tree-icon.collapsed .spoken-text {
  speak: normal;
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
}
div.tree li .tree-icon.expanded::before {
  content: '\e63f';
}
div.tree li .tree-icon.collapsed::before {
  content: '\e63d';
}
div.tree li .icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}
div.tree li .item {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: hand;
  cursor: pointer;
  border-left: solid 5px transparent;
}
div.tree li .item.unselectable {
  cursor: default;
}
div.tree li .item.unselectable.node {
  cursor: pointer;
}
div.tree li .item.selected {
  color: #495363;
  background-color: #dce3e4;
  border-color: #0072bc;
  font-weight: bold;
}
div.tree li .item.tree-disabled {
  color: #666666;
  cursor: not-allowed;
  font-style: italic;
}
div.tree li .item:hover {
  text-decoration: none;
}
div.tree li .flat-item {
  padding-left: 5px;
}
.tree.picker .tree-icon.expanded,
.tree.picker .tree-icon.collapsed {
  font-size: 12px;
  line-height: 12px;
  width: 14px;
  height: 14px;
}
.tree.picker .tree-icon.expanded::before {
  content: '\e66e';
}
.tree.picker .tree-icon.collapsed::before {
  content: '\e664';
}
.orcl-type-ahead {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.orcl-type-ahead .no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.orcl-type-ahead.search {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.orcl-type-ahead.search .input,
.orcl-type-ahead.search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.orcl-type-ahead.search.fluid {
  display: block;
  width: 100%;
}
.orcl-type-ahead.search.fluid .input,
.orcl-type-ahead.search.fluid input {
  width: 100%;
}
.orcl-type-ahead.search input {
  padding-right: 28px;
  border: 1px solid #616977;
}
.orcl-type-ahead.search .btn-picker {
  position: absolute;
  top: 0;
  right: 0;
}
.orcl-type-ahead.search input {
  padding-right: 40px;
}
.orcl-type-ahead.search.empty .search-clear-icon {
  display: none;
}
.orcl-type-ahead.search .search-clear-icon {
  position: absolute;
  right: 25px;
  top: 2px;
  color: #999999;
}
.orcl-type-ahead.fluid {
  display: block;
}
.orcl-type-ahead.fluid input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 26px;
}
.orcl-type-ahead .token-list-container {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  padding: 2px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.orcl-type-ahead .token-list-container .token-list {
  display: inline-block;
  -webkit-transition: margin-left 0.5s ease 0;
  -moz-transition: margin-left 0.5s ease 0;
  -o-transition: margin-left 0.5s ease 0;
  transition: margin-left 0.5s ease 0;
}
.orcl-type-ahead .token-list-container .token-container {
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  padding: 1px 4px 1px 4px;
  display: inline-block;
  line-height: 15px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.orcl-type-ahead .token-list-container .token-container.pending,
.orcl-type-ahead .token-list-container .token-container:hover,
.orcl-type-ahead .token-list-container .token-container:focus {
  background-color: #ecf3f8;
  color: #404040;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default;
}
.orcl-type-ahead .token-list-container .token-container.selected {
  border-color: #50a5f4;
  color: #333333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.orcl-type-ahead .token-list-container .token-container .token-remove {
  font-weight: bold;
  color: #666666;
  vertical-align: middle;
}
.orcl-type-ahead .token-list-container .token-container .token {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 50px;
  vertical-align: middle;
}
.orcl-type-ahead .token-list-container .token-container:last-child {
  margin-right: 0;
}
.orcl-type-ahead-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -moz-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -ms-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  -o-box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  box-shadow: 0 3px 2px rgba(227, 227, 227,.6);
  display: none;
  border: 1px solid #c1cbd5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  overflow-y: hidden;
  margin-left: 0;
  list-style-type: none;
}
.orcl-type-ahead-menu.scroll {
  overflow-y: auto;
}
.orcl-type-ahead-menu li > a {
  cursor: hand;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.orcl-type-ahead-menu.modal-type-ahead-menu {
  z-index: 1050;
}
.orcl-type-ahead-menu.dropdown-menu {
  display: block;
}
.orcl-url-field {
  position: relative;
}
.orcl-url-field .input-container {
  display: inline-block;
  position: relative;
}
.orcl-url-field .pgbu-icon-loading {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
}
.orcl-url-field.loading .pgbu-icon-loading {
  display: inline-block;
}
.orcl-url-field.loading input {
  padding-right: 24px;
}
.orcl-url-field .url-controls {
  display: inline-block;
  margin-left: 4px;
  position: relative;
}
.orcl-url-field.success input {
  color: #333333;
  border-color: #008000;
}
.orcl-url-field.success input:focus {
  border-color: #008000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.loading-spinner {
  display: block;
  margin: 0 auto;
  position: relative;
}
.oui-disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.input {
  border: 1px solid #616977;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 26px;
  width: 206px;
  background-color: white;
  padding: 4px 6px;
  vertical-align: middle;
}
.input.input-mini {
  width: 52px;
}
.input.input-small {
  width: 103px;
}
.input.input-medium {
  width: 206px;
}
.input.input-large {
  width: 309px;
}
.input.input-xlarge {
  width: 412px;
}
.input.input-xxlarge {
  width: 515px;
}
.input:focus {
  outline: 0;
  border: 1px solid #0072bc;
}
.input.disabled {
  background-color: #fafafa;
  border-color: #dddddd;
  color: #737373;
}
.hidden {
  display: none;
  visibility: hidden;
}
.orcl-picker,
.orcl-date-picker,
.orcl-number-field,
.orcl-file-picker,
.orcl-combo-box,
.input.orcl-color-picker,
.input.orcl-icon-picker,
.orcl-url-field,
.orcl-type-ahead,
.orcl-text-field {
  margin-bottom: 20px;
  /*
    &.error {
        input:not([disabled]) {
            &:invalid {
                #forms > #colors > .errorField();
            }

            #forms > #colors > .errorField();
        }

    }*/
}
.orcl-picker .btn-picker,
.orcl-date-picker .btn-picker,
.orcl-number-field .btn-picker,
.orcl-file-picker .btn-picker,
.orcl-combo-box .btn-picker,
.input.orcl-color-picker .btn-picker,
.input.orcl-icon-picker .btn-picker,
.orcl-url-field .btn-picker,
.orcl-type-ahead .btn-picker,
.orcl-text-field .btn-picker {
  padding: 0;
  text-shadow: none;
  height: 26px;
  color: #ffffff;
  border-color: none;
  background-color: #616977;
  line-height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  width: 26px;
  -webkit-transition: background linear .2s;
  -moz-transition: background linear .2s;
  -o-transition: background linear .2s;
  transition: background linear .2s;
}
.orcl-picker .btn-picker:hover:enabled,
.orcl-date-picker .btn-picker:hover:enabled,
.orcl-number-field .btn-picker:hover:enabled,
.orcl-file-picker .btn-picker:hover:enabled,
.orcl-combo-box .btn-picker:hover:enabled,
.input.orcl-color-picker .btn-picker:hover:enabled,
.input.orcl-icon-picker .btn-picker:hover:enabled,
.orcl-url-field .btn-picker:hover:enabled,
.orcl-type-ahead .btn-picker:hover:enabled,
.orcl-text-field .btn-picker:hover:enabled,
.orcl-picker .btn-picker:focus,
.orcl-date-picker .btn-picker:focus,
.orcl-number-field .btn-picker:focus,
.orcl-file-picker .btn-picker:focus,
.orcl-combo-box .btn-picker:focus,
.input.orcl-color-picker .btn-picker:focus,
.input.orcl-icon-picker .btn-picker:focus,
.orcl-url-field .btn-picker:focus,
.orcl-type-ahead .btn-picker:focus,
.orcl-text-field .btn-picker:focus,
.orcl-picker .btn-picker:active:enabled,
.orcl-date-picker .btn-picker:active:enabled,
.orcl-number-field .btn-picker:active:enabled,
.orcl-file-picker .btn-picker:active:enabled,
.orcl-combo-box .btn-picker:active:enabled,
.input.orcl-color-picker .btn-picker:active:enabled,
.input.orcl-icon-picker .btn-picker:active:enabled,
.orcl-url-field .btn-picker:active:enabled,
.orcl-type-ahead .btn-picker:active:enabled,
.orcl-text-field .btn-picker:active:enabled {
  outline: 0;
  background-color: #565d69;
}
.orcl-picker .btn-picker:hover,
.orcl-date-picker .btn-picker:hover,
.orcl-number-field .btn-picker:hover,
.orcl-file-picker .btn-picker:hover,
.orcl-combo-box .btn-picker:hover,
.input.orcl-color-picker .btn-picker:hover,
.input.orcl-icon-picker .btn-picker:hover,
.orcl-url-field .btn-picker:hover,
.orcl-type-ahead .btn-picker:hover,
.orcl-text-field .btn-picker:hover {
  background-color: #565d69;
}
.orcl-picker input,
.orcl-date-picker input,
.orcl-number-field input,
.orcl-file-picker input,
.orcl-combo-box input,
.input.orcl-color-picker input,
.input.orcl-icon-picker input,
.orcl-url-field input,
.orcl-type-ahead input,
.orcl-text-field input {
  margin-bottom: 0;
  border-color: #616977;
}
.orcl-picker input::-ms-clear,
.orcl-date-picker input::-ms-clear,
.orcl-number-field input::-ms-clear,
.orcl-file-picker input::-ms-clear,
.orcl-combo-box input::-ms-clear,
.input.orcl-color-picker input::-ms-clear,
.input.orcl-icon-picker input::-ms-clear,
.orcl-url-field input::-ms-clear,
.orcl-type-ahead input::-ms-clear,
.orcl-text-field input::-ms-clear {
  display: none;
}
.orcl-picker input:focus,
.orcl-date-picker input:focus,
.orcl-number-field input:focus,
.orcl-file-picker input:focus,
.orcl-combo-box input:focus,
.input.orcl-color-picker input:focus,
.input.orcl-icon-picker input:focus,
.orcl-url-field input:focus,
.orcl-type-ahead input:focus,
.orcl-text-field input:focus {
  border-color: #0072bc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.orcl-picker input:focus ~ .btn-picker,
.orcl-date-picker input:focus ~ .btn-picker,
.orcl-number-field input:focus ~ .btn-picker,
.orcl-file-picker input:focus ~ .btn-picker,
.orcl-combo-box input:focus ~ .btn-picker,
.input.orcl-color-picker input:focus ~ .btn-picker,
.input.orcl-icon-picker input:focus ~ .btn-picker,
.orcl-url-field input:focus ~ .btn-picker,
.orcl-type-ahead input:focus ~ .btn-picker,
.orcl-text-field input:focus ~ .btn-picker,
.orcl-picker input:focus ~ .btn-group > .btn,
.orcl-date-picker input:focus ~ .btn-group > .btn,
.orcl-number-field input:focus ~ .btn-group > .btn,
.orcl-file-picker input:focus ~ .btn-group > .btn,
.orcl-combo-box input:focus ~ .btn-group > .btn,
.input.orcl-color-picker input:focus ~ .btn-group > .btn,
.input.orcl-icon-picker input:focus ~ .btn-group > .btn,
.orcl-url-field input:focus ~ .btn-group > .btn,
.orcl-type-ahead input:focus ~ .btn-group > .btn,
.orcl-text-field input:focus ~ .btn-group > .btn {
  border-color: #0072bc;
  background-color: #0072bc;
}
.orcl-picker input:focus ~ .btn-picker:hover,
.orcl-date-picker input:focus ~ .btn-picker:hover,
.orcl-number-field input:focus ~ .btn-picker:hover,
.orcl-file-picker input:focus ~ .btn-picker:hover,
.orcl-combo-box input:focus ~ .btn-picker:hover,
.input.orcl-color-picker input:focus ~ .btn-picker:hover,
.input.orcl-icon-picker input:focus ~ .btn-picker:hover,
.orcl-url-field input:focus ~ .btn-picker:hover,
.orcl-type-ahead input:focus ~ .btn-picker:hover,
.orcl-text-field input:focus ~ .btn-picker:hover,
.orcl-picker input:focus ~ .btn-group > .btn:hover,
.orcl-date-picker input:focus ~ .btn-group > .btn:hover,
.orcl-number-field input:focus ~ .btn-group > .btn:hover,
.orcl-file-picker input:focus ~ .btn-group > .btn:hover,
.orcl-combo-box input:focus ~ .btn-group > .btn:hover,
.input.orcl-color-picker input:focus ~ .btn-group > .btn:hover,
.input.orcl-icon-picker input:focus ~ .btn-group > .btn:hover,
.orcl-url-field input:focus ~ .btn-group > .btn:hover,
.orcl-type-ahead input:focus ~ .btn-group > .btn:hover,
.orcl-text-field input:focus ~ .btn-group > .btn:hover {
  border-color: #0063a3;
  background-color: #0063a3;
}
.orcl-picker input:focus ~ .btn,
.orcl-date-picker input:focus ~ .btn,
.orcl-number-field input:focus ~ .btn,
.orcl-file-picker input:focus ~ .btn,
.orcl-combo-box input:focus ~ .btn,
.input.orcl-color-picker input:focus ~ .btn,
.input.orcl-icon-picker input:focus ~ .btn,
.orcl-url-field input:focus ~ .btn,
.orcl-type-ahead input:focus ~ .btn,
.orcl-text-field input:focus ~ .btn {
  border-color: #0072bc;
}
.orcl-picker input:disabled,
.orcl-date-picker input:disabled,
.orcl-number-field input:disabled,
.orcl-file-picker input:disabled,
.orcl-combo-box input:disabled,
.input.orcl-color-picker input:disabled,
.input.orcl-icon-picker input:disabled,
.orcl-url-field input:disabled,
.orcl-type-ahead input:disabled,
.orcl-text-field input:disabled {
  border-color: #dddddd;
}
.orcl-picker.error input,
.orcl-date-picker.error input,
.orcl-number-field.error input,
.orcl-file-picker.error input,
.orcl-combo-box.error input,
.input.orcl-color-picker.error input,
.input.orcl-icon-picker.error input,
.orcl-url-field.error input,
.orcl-type-ahead.error input,
.orcl-text-field.error input {
  border-color: #d80202;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.orcl-picker.error input ~ .btn-picker,
.orcl-date-picker.error input ~ .btn-picker,
.orcl-number-field.error input ~ .btn-picker,
.orcl-file-picker.error input ~ .btn-picker,
.orcl-combo-box.error input ~ .btn-picker,
.input.orcl-color-picker.error input ~ .btn-picker,
.input.orcl-icon-picker.error input ~ .btn-picker,
.orcl-url-field.error input ~ .btn-picker,
.orcl-type-ahead.error input ~ .btn-picker,
.orcl-text-field.error input ~ .btn-picker,
.orcl-picker.error input ~ .btn-group > .btn,
.orcl-date-picker.error input ~ .btn-group > .btn,
.orcl-number-field.error input ~ .btn-group > .btn,
.orcl-file-picker.error input ~ .btn-group > .btn,
.orcl-combo-box.error input ~ .btn-group > .btn,
.input.orcl-color-picker.error input ~ .btn-group > .btn,
.input.orcl-icon-picker.error input ~ .btn-group > .btn,
.orcl-url-field.error input ~ .btn-group > .btn,
.orcl-type-ahead.error input ~ .btn-group > .btn,
.orcl-text-field.error input ~ .btn-group > .btn {
  border-color: #d80202;
  background-color: #d80202;
}
.orcl-picker.error input ~ .btn-picker:hover,
.orcl-date-picker.error input ~ .btn-picker:hover,
.orcl-number-field.error input ~ .btn-picker:hover,
.orcl-file-picker.error input ~ .btn-picker:hover,
.orcl-combo-box.error input ~ .btn-picker:hover,
.input.orcl-color-picker.error input ~ .btn-picker:hover,
.input.orcl-icon-picker.error input ~ .btn-picker:hover,
.orcl-url-field.error input ~ .btn-picker:hover,
.orcl-type-ahead.error input ~ .btn-picker:hover,
.orcl-text-field.error input ~ .btn-picker:hover,
.orcl-picker.error input ~ .btn-group > .btn:hover,
.orcl-date-picker.error input ~ .btn-group > .btn:hover,
.orcl-number-field.error input ~ .btn-group > .btn:hover,
.orcl-file-picker.error input ~ .btn-group > .btn:hover,
.orcl-combo-box.error input ~ .btn-group > .btn:hover,
.input.orcl-color-picker.error input ~ .btn-group > .btn:hover,
.input.orcl-icon-picker.error input ~ .btn-group > .btn:hover,
.orcl-url-field.error input ~ .btn-group > .btn:hover,
.orcl-type-ahead.error input ~ .btn-group > .btn:hover,
.orcl-text-field.error input ~ .btn-group > .btn:hover {
  border-color: #bf0202;
  background-color: #bf0202;
}
.orcl-picker.input-mini,
.orcl-date-picker.input-mini,
.orcl-number-field.input-mini,
.orcl-file-picker.input-mini,
.orcl-combo-box.input-mini,
.input.orcl-color-picker.input-mini,
.input.orcl-icon-picker.input-mini,
.orcl-url-field.input-mini,
.orcl-type-ahead.input-mini,
.orcl-text-field.input-mini {
  width: 52px;
}
.orcl-picker.input-small,
.orcl-date-picker.input-small,
.orcl-number-field.input-small,
.orcl-file-picker.input-small,
.orcl-combo-box.input-small,
.input.orcl-color-picker.input-small,
.input.orcl-icon-picker.input-small,
.orcl-url-field.input-small,
.orcl-type-ahead.input-small,
.orcl-text-field.input-small {
  width: 103px;
}
.orcl-picker.input-medium,
.orcl-date-picker.input-medium,
.orcl-number-field.input-medium,
.orcl-file-picker.input-medium,
.orcl-combo-box.input-medium,
.input.orcl-color-picker.input-medium,
.input.orcl-icon-picker.input-medium,
.orcl-url-field.input-medium,
.orcl-type-ahead.input-medium,
.orcl-text-field.input-medium {
  width: 206px;
}
.orcl-picker.input-large,
.orcl-date-picker.input-large,
.orcl-number-field.input-large,
.orcl-file-picker.input-large,
.orcl-combo-box.input-large,
.input.orcl-color-picker.input-large,
.input.orcl-icon-picker.input-large,
.orcl-url-field.input-large,
.orcl-type-ahead.input-large,
.orcl-text-field.input-large {
  width: 309px;
}
.orcl-picker.input-xlarge,
.orcl-date-picker.input-xlarge,
.orcl-number-field.input-xlarge,
.orcl-file-picker.input-xlarge,
.orcl-combo-box.input-xlarge,
.input.orcl-color-picker.input-xlarge,
.input.orcl-icon-picker.input-xlarge,
.orcl-url-field.input-xlarge,
.orcl-type-ahead.input-xlarge,
.orcl-text-field.input-xlarge {
  width: 412px;
}
.orcl-picker.input-xxlarge,
.orcl-date-picker.input-xxlarge,
.orcl-number-field.input-xxlarge,
.orcl-file-picker.input-xxlarge,
.orcl-combo-box.input-xxlarge,
.input.orcl-color-picker.input-xxlarge,
.input.orcl-icon-picker.input-xxlarge,
.orcl-url-field.input-xxlarge,
.orcl-type-ahead.input-xxlarge,
.orcl-text-field.input-xxlarge {
  width: 515px;
}
.orcl-picker.input-mini input,
.orcl-date-picker.input-mini input,
.orcl-number-field.input-mini input,
.orcl-file-picker.input-mini input,
.orcl-combo-box.input-mini input,
.input.orcl-color-picker.input-mini input,
.input.orcl-icon-picker.input-mini input,
.orcl-url-field.input-mini input,
.orcl-type-ahead.input-mini input,
.orcl-text-field.input-mini input,
.orcl-picker.input-small input,
.orcl-date-picker.input-small input,
.orcl-number-field.input-small input,
.orcl-file-picker.input-small input,
.orcl-combo-box.input-small input,
.input.orcl-color-picker.input-small input,
.input.orcl-icon-picker.input-small input,
.orcl-url-field.input-small input,
.orcl-type-ahead.input-small input,
.orcl-text-field.input-small input,
.orcl-picker.input-medium input,
.orcl-date-picker.input-medium input,
.orcl-number-field.input-medium input,
.orcl-file-picker.input-medium input,
.orcl-combo-box.input-medium input,
.input.orcl-color-picker.input-medium input,
.input.orcl-icon-picker.input-medium input,
.orcl-url-field.input-medium input,
.orcl-type-ahead.input-medium input,
.orcl-text-field.input-medium input,
.orcl-picker.input-large input,
.orcl-date-picker.input-large input,
.orcl-number-field.input-large input,
.orcl-file-picker.input-large input,
.orcl-combo-box.input-large input,
.input.orcl-color-picker.input-large input,
.input.orcl-icon-picker.input-large input,
.orcl-url-field.input-large input,
.orcl-type-ahead.input-large input,
.orcl-text-field.input-large input,
.orcl-picker.input-xlarge input,
.orcl-date-picker.input-xlarge input,
.orcl-number-field.input-xlarge input,
.orcl-file-picker.input-xlarge input,
.orcl-combo-box.input-xlarge input,
.input.orcl-color-picker.input-xlarge input,
.input.orcl-icon-picker.input-xlarge input,
.orcl-url-field.input-xlarge input,
.orcl-type-ahead.input-xlarge input,
.orcl-text-field.input-xlarge input,
.orcl-picker.input-xxlarge input,
.orcl-date-picker.input-xxlarge input,
.orcl-number-field.input-xxlarge input,
.orcl-file-picker.input-xxlarge input,
.orcl-combo-box.input-xxlarge input,
.input.orcl-color-picker.input-xxlarge input,
.input.orcl-icon-picker.input-xxlarge input,
.orcl-url-field.input-xxlarge input,
.orcl-type-ahead.input-xxlarge input,
.orcl-text-field.input-xxlarge input {
  width: 100%;
}
.orcl-picker ~ .help-block,
.orcl-date-picker ~ .help-block,
.orcl-number-field ~ .help-block,
.orcl-file-picker ~ .help-block,
.orcl-combo-box ~ .help-block,
.input.orcl-color-picker ~ .help-block,
.input.orcl-icon-picker ~ .help-block,
.orcl-url-field ~ .help-block,
.orcl-type-ahead ~ .help-block,
.orcl-text-field ~ .help-block {
  margin-top: -20px;
}
.orcl-picker.locked::after,
.orcl-date-picker.locked::after,
.orcl-number-field.locked::after,
.orcl-file-picker.locked::after,
.orcl-combo-box.locked::after,
.input.orcl-color-picker.locked::after,
.input.orcl-icon-picker.locked::after,
.orcl-url-field.locked::after,
.orcl-type-ahead.locked::after,
.orcl-text-field.locked::after {
  content: '\e628';
  color: #7792ad;
  font-family: BlueSkyGlyphs-151;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 16px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 6px;
}
.orcl-picker.locked::after .spoken-text,
.orcl-date-picker.locked::after .spoken-text,
.orcl-number-field.locked::after .spoken-text,
.orcl-file-picker.locked::after .spoken-text,
.orcl-combo-box.locked::after .spoken-text,
.input.orcl-color-picker.locked::after .spoken-text,
.input.orcl-icon-picker.locked::after .spoken-text,
.orcl-url-field.locked::after .spoken-text,
.orcl-type-ahead.locked::after .spoken-text,
.orcl-text-field.locked::after .spoken-text {
  speak: normal;
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
}
.orcl-picker .spoken-text,
.orcl-date-picker .spoken-text,
.orcl-number-field .spoken-text,
.orcl-file-picker .spoken-text,
.orcl-combo-box .spoken-text,
.input.orcl-color-picker .spoken-text,
.input.orcl-icon-picker .spoken-text,
.orcl-url-field .spoken-text,
.orcl-type-ahead .spoken-text,
.orcl-text-field .spoken-text {
  display: none;
}
.control-group.error .orcl-editor .orcl-combo-box:not(.error) input {
  border: 1px solid #616977;
}
.control-group.error .orcl-editor .orcl-combo-box:not(.error) input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-color: #33373f;
}
