.width-100 {
  width: 100%;
}

h2 {
  position: relative;
}

h2 .extra {
  position: absolute;
  top: 0;
  right: 0;
}

/**
 * HACK: THis file is littered with !important because our styles get laoded BEFORE the qTip styles.
 * Therefore their default styles end up overriding ours. This corrects that.
 */
.qtip-macrail {
  background-color: #fff !important;
  border-radius: 5px !important;
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.35) !important;
  font-size: 10pt !important;
  line-height: 1.4em !important;
  padding: 1px !important;
}

.qtip-macrail .qtip-titlebar {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 9px 12px;
}

.qtip-macrail .qtip-title {
  font-weight: bold;
}

.qtip-macrail .qtip-content {
  padding: 9px 12px;
}

.qtip-menu > .qtip-content {
  padding: 0;
}

.qtip-menu > .qtip-content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.qtip-menu > .qtip-content > ul > li:first-child * {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.qtip-menu > .qtip-content > ul > li:last-child * {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.qtip-menu > .qtip-content > ul > li > a {
  display: block;
  padding: 5px;
  white-space: nowrap;
}

.qtip-menu > .qtip-content > ul > li > a:hover {
  text-decoration: none;
}

.qtip-menu > .qtip-content > ul > li.divider {
  margin: 4px 0;
}

.qtip-default {
  border-color: #b2b2b2 !important;
  box-shadow: 0px 2px 5px rgba(60, 60, 60, 0.35) !important;
}

.qtip-default .qtip-titlebar {
  background-color: #ececec !important;
}

.qtip-default .qtip-title {
  color: #777777 !important;
}

.qtip-default.qtip-menu a:hover {
  background-color: #ececec !important;
}

.qtip-default.qtip-menu .divider {
  border-color: #b2b2b2 !important;
}

.qtip-menu li.default a {
  color: #777777 !important;
}

.qtip-menu li.default a:hover {
  background-color: #ececec !important;
}

.qtip-info {
  border-color: #87b9d1 !important;
  box-shadow: 0px 2px 5px rgba(18, 62, 84, 0.35) !important;
}

.qtip-info .qtip-titlebar {
  background-color: #eaf5fb !important;
}

.qtip-info .qtip-title {
  color: #247ca8 !important;
}

.qtip-info.qtip-menu a:hover {
  background-color: #eaf5fb !important;
}

.qtip-info.qtip-menu .divider {
  border-color: #87b9d1 !important;
}

.qtip-menu li.info a {
  color: #247ca8 !important;
}

.qtip-menu li.info a:hover {
  background-color: #eaf5fb !important;
}

.qtip-primary {
  border-color: #8ebce1 !important;
  box-shadow: 0px 2px 5px rgba(33, 70, 101, 0.35) !important;
}

.qtip-primary .qtip-titlebar {
  background-color: #d9edf7 !important;
}

.qtip-primary .qtip-title {
  color: #428bca !important;
}

.qtip-primary.qtip-menu a:hover {
  background-color: #d9edf7 !important;
}

.qtip-primary.qtip-menu .divider {
  border-color: #8ebce1 !important;
}

.qtip-menu li.primary a {
  color: #428bca !important;
}

.qtip-menu li.primary a:hover {
  background-color: #d9edf7 !important;
}

.qtip-success {
  border-color: #94cc90 !important;
  box-shadow: 0px 2px 5px rgba(36, 84, 36, 0.35) !important;
}

.qtip-success .qtip-titlebar {
  background-color: #dff0d8 !important;
}

.qtip-success .qtip-title {
  color: #49a749 !important;
}

.qtip-success.qtip-menu a:hover {
  background-color: #dff0d8 !important;
}

.qtip-success.qtip-menu .divider {
  border-color: #94cc90 !important;
}

.qtip-menu li.success a {
  color: #49a749 !important;
}

.qtip-menu li.success a:hover {
  background-color: #dff0d8 !important;
}

.qtip-warning {
  border-color: #f0c37b !important;
  box-shadow: 0px 2px 5px rgba(114, 71, 10, 0.35) !important;
}

.qtip-warning .qtip-titlebar {
  background-color: #fcf8e3 !important;
}

.qtip-warning .qtip-title {
  color: #e38d13 !important;
}

.qtip-warning.qtip-menu a:hover {
  background-color: #fcf8e3 !important;
}

.qtip-warning.qtip-menu .divider {
  border-color: #f0c37b !important;
}

.qtip-menu li.warning a {
  color: #e38d13 !important;
}

.qtip-menu li.warning a:hover {
  background-color: #fcf8e3 !important;
}

.qtip-danger {
  border-color: #e69997 !important;
  box-shadow: 0px 2px 5px rgba(109, 42, 40, 0.35) !important;
}

.qtip-danger .qtip-titlebar {
  background-color: #f2dede !important;
}

.qtip-danger .qtip-title {
  color: #d9534f !important;
}

.qtip-danger.qtip-menu a:hover {
  background-color: #f2dede !important;
}

.qtip-danger.qtip-menu .divider {
  border-color: #e69997 !important;
}

.qtip-menu li.danger a {
  color: #d9534f !important;
}

.qtip-menu li.danger a:hover {
  background-color: #f2dede !important;
}

.helptip-icon {
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  left: -22px;
  padding: 0 2px;
  position: absolute;
  transition: transform .2s;
}

.helptip-icon:hover {
  transform: scale(1.25);
}

.qtip.helptip .qtip-titlebar {
  padding: 6px 8px;
}

.qtip.helptip .qtip-content {
  padding: 5px 0px 10px;
}

.qtip.helptip .qtip-content > div {
  border-top: 1px solid #ccc;
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: .2em;
  margin: 15px 0 5px;
  padding: 5px 8px 0;
  text-transform: uppercase;
}

.qtip.helptip .qtip-content > p {
  padding: 0 16px;
}

.qtip.helptip .qtip-content > *:first-child {
  border-top: none;
  margin-top: 0;
}

.qtip.helptip .qtip-content > *:last-child {
  margin-bottom: 0;
}

.box {
  transition: box-shadow .2s;
}

.box.bigshadow {
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.3);
}

.box-default {
  background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 30%, #ffffff 100%);
  border-color: #777777;
  box-shadow: 0px 1px 5px rgba(119, 119, 119, 0.2);
}

.box-default .box-header {
  color: #777777;
}

.box-default.bigshadow {
  box-shadow: 0px 3px 12px rgba(119, 119, 119, 0.3);
}

.box-info {
  background: linear-gradient(to bottom, #fbfdfe 0%, #ffffff 30%, #ffffff 100%);
  border-color: #247ca8;
  box-shadow: 0px 1px 5px rgba(36, 124, 168, 0.2);
}

.box-info .box-header {
  color: #247ca8;
}

.box-info.bigshadow {
  box-shadow: 0px 3px 12px rgba(36, 124, 168, 0.3);
}

.box-primary {
  background: linear-gradient(to bottom, #eaf5fb 0%, #ffffff 30%, #ffffff 100%);
  border-color: #428bca;
  box-shadow: 0px 1px 5px rgba(66, 139, 202, 0.2);
}

.box-primary .box-header {
  color: #428bca;
}

.box-primary.bigshadow {
  box-shadow: 0px 3px 12px rgba(66, 139, 202, 0.3);
}

.box-success {
  background: linear-gradient(to bottom, #ebf6e7 0%, #ffffff 30%, #ffffff 100%);
  border-color: #49a749;
  box-shadow: 0px 1px 5px rgba(73, 167, 73, 0.2);
}

.box-success .box-header {
  color: #49a749;
}

.box-success.bigshadow {
  box-shadow: 0px 3px 12px rgba(73, 167, 73, 0.3);
}

.box-warning {
  background: linear-gradient(to bottom, #fefdf5 0%, #ffffff 30%, #ffffff 100%);
  border-color: #e38d13;
  box-shadow: 0px 1px 5px rgba(227, 141, 19, 0.2);
}

.box-warning .box-header {
  color: #e38d13;
}

.box-warning.bigshadow {
  box-shadow: 0px 3px 12px rgba(227, 141, 19, 0.3);
}

.box-danger {
  background: linear-gradient(to bottom, #f8eded 0%, #ffffff 30%, #ffffff 100%);
  border-color: #d9534f;
  box-shadow: 0px 1px 5px rgba(217, 83, 79, 0.2);
}

.box-danger .box-header {
  color: #d9534f;
}

.box-danger.bigshadow {
  box-shadow: 0px 3px 12px rgba(217, 83, 79, 0.3);
}

.alert {
  border-radius: 3px;
}

.alert p:first-child {
  margin-top: 0;
}

.alert p:first-child.padding-sm {
  padding: 4px 7px;
}

.alert-header {
  font-weight: bold;
}

.alert-confirm .alert-button {
  display: none;
  float: right;
  margin-left: 8px;
}

.alert-confirm .alert-confirm-check {
  display: none;
  float: right;
  font-size: 10.5pt;
  margin-left: 8px;
}

.alert-confirm.state-unconfirmed .alert-button {
  display: block;
}

.alert-confirm.state-confirmed .alert-confirm-check {
  display: block;
}

#snackbar {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  bottom: -50px;
  color: #eee;
  left: 50%;
  max-width: 500px;
  opacity: 0;
  padding: 10px;
  transform: translateX(-50%);
  transition: bottom .4s, opacity .4s;
  position: fixed;
  z-index: 1100;
}

#snackbar.active {
  bottom: 20px;
  opacity: 1;
}

#snackbar.default {
  background-color: rgba(43, 43, 43, 0.85);
  color: #ececec;
}

#snackbar.info {
  background-color: rgba(9, 31, 42, 0.85);
  color: #eaf5fb;
}

#snackbar.primary {
  background-color: rgba(25, 60, 90, 0.85);
  color: #d9edf7;
}

#snackbar.success {
  background-color: rgba(26, 61, 26, 0.85);
  color: #dff0d8;
}

#snackbar.warning {
  background-color: rgba(86, 54, 7, 0.85);
  color: #fcf8e3;
}

#snackbar.danger {
  background-color: rgba(118, 28, 25, 0.85);
  color: #f2dede;
}

/**
 * A nice table style for basic lists.
 *
 * The various > * > * selectors are to replace separate thead/tbody/tfoot > tr > th/td lines.
 */
.table {
  border-collapse: separate;
  border-spacing: 0;
}

.table > * > * > :first-child {
  border-left: 1px solid #ddd;
}

.table > * > * > :last-child {
  border-right: 1px solid #ddd;
}

.table > thead > :first-child > *,
.table > tbody > :first-child > * {
  border-top: 1px solid #ddd;
}

.table > thead + tbody > :first-child > * {
  border-top: none;
}

.table > :last-child > :last-child > * {
  border-bottom: 1px solid #ddd;
}

.table > * > * > * {
  background: #fefefe;
  border-bottom: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.table > * > tr.default > *,
.table > * > tr > *.default {
  background-color: #ececec;
  color: #777777;
}

.table > * > tr > *.default.dark {
  background-color: #b2b2b2;
  color: #303030;
}

.table > * > tr.info > *,
.table > * > tr > *.info {
  background-color: #eaf5fb;
  color: #247ca8;
}

.table > * > tr > *.info.dark {
  background-color: #87b9d1;
  color: #0e3243;
}

.table > * > tr.primary > *,
.table > * > tr > *.primary {
  background-color: #d9edf7;
  color: #428bca;
}

.table > * > tr > *.primary.dark {
  background-color: #8ebce1;
  color: #1a3851;
}

.table > * > tr.success > *,
.table > * > tr > *.success {
  background-color: #dff0d8;
  color: #49a749;
}

.table > * > tr > *.success.dark {
  background-color: #94cc90;
  color: #1d431d;
}

.table > * > tr.warning > *,
.table > * > tr > *.warning {
  background-color: #fcf8e3;
  color: #e38d13;
}

.table > * > tr > *.warning.dark {
  background-color: #f0c37b;
  color: #5b3908;
}

.table > * > tr.danger > *,
.table > * > tr > *.danger {
  background-color: #f2dede;
  color: #d9534f;
}

.table > * > tr > *.danger.dark {
  background-color: #e69997;
  color: #572120;
}

.table > thead > tr > th,
.table > tbody > tr > th {
  color: #555;
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: .03em;
  text-transform: uppercase;
  vertical-align: bottom;
}

.table > thead > tr > th,
.table > tbody > tr > th {
  background-color: #efefef;
}

.table > tbody > tr.group-header > td {
  color: #555;
  font-size: 120%;
  font-weight: bold;
  padding-top: 3em;
}

.table > thead > tr > th.button,
.table > tbody > tr > td.button {
  padding: 5px;
  white-space: nowrap;
}

.table > thead > tr > th:last-child.button,
.table > tbody > tr > td:last-child.button {
  text-align: right;
}

.table > thead > tr.header-row th {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  text-align: right;
}

.table > thead > tr.header-row th > div:first-child {
  float: left;
  padding: 3px;
}

.table > thead > tr.header-row th > div:last-child {
  float: right;
}

.table > thead > tr.header-row th > div:last-child > span {
  line-height: 38px;
  vertical-align: top;
}

.table > thead > tr.header-row th > div:last-child .input-group {
  display: inline-table;
}

.table > thead > tr.header-row .search-container .search-clear {
  cursor: pointer;
  font-size: 14pt;
  line-height: 34px;
  position: absolute;
  right: 48px;
  z-index: 3;
}

.table > thead > tr.header-row .search-container input:placeholder-shown + .search-clear {
  display: none;
}

.table > thead > tr > th.text-centered,
.table > tbody > tr > th.text-centered,
.table > tfoot > tr > th.text-centered {
  text-align: center;
}

.table > thead > tr > th.text-right,
.table > tbody > tr > th.text-right,
.table > tfoot > tr > th.text-right {
  text-align: right;
}

.table > tbody > tr > td.button > a, .table > tbody > tr > td.button > .btn-ghost, .table > tbody > tr > td.button > button {
  opacity: .5;
  transition: background-color .2s, color .2s, opacity .2s;
}

.table > tbody > tr:hover > td.button > a, .table > tbody > tr:hover > td.button > .btn-ghost, .table > tbody > tr:hover > td.button > button {
  opacity: 1;
}

.table > tbody > tr > td.text-centered {
  text-align: center;
}

.table > tbody > tr > td.text-right {
  text-align: right;
}

.table > tfoot > tr > td > .pagination-wrapper .pagination {
  margin: 5px 0;
}

.table > tfoot > tr > td > .pagination-wrapper a {
  border: none;
  border-radius: 3px;
}

.table > tfoot > tr > td > .pagination-wrapper li.active a {
  background-color: #77acd9;
}

.table.centered {
  margin-left: auto;
  margin-right: auto;
}

.table.rounded {
  border-radius: 3px;
}

.table.rounded > thead > :first-child > :first-child,
.table.rounded > tbody > :first-child > :first-child {
  border-top-left-radius: 3px;
}

.table.rounded > thead > :first-child > :last-child,
.table.rounded > tbody > :first-child > :last-child {
  border-top-right-radius: 3px;
}

.table.rounded > thead + tbody > :first-child > :first-child {
  border-top-left-radius: 0;
}

.table.rounded > thead + tbody > :first-child > :last-child {
  border-top-right-radius: 0;
}

.table.rounded > :last-child > :last-child > :first-child {
  border-bottom-left-radius: 3px;
}

.table.rounded > :last-child > :last-child > :last-child {
  border-bottom-right-radius: 3px;
}

.table.shadow {
  box-shadow: 0px 1px 5px rgba(119, 119, 119, 0.2);
}

.table.padding-sm > * > * > * {
  padding: 5px 7px;
}

.table.padding-sm > * > * > *.button {
  padding: 2px;
}

.table.row-hover > tbody > tr:hover > td {
  background-color: #f4f9fb;
}

.table.middle-align > thead > tr > th {
  vertical-align: middle;
}

.table.middle-align > tbody > tr > td {
  height: 40px;
  padding: 3px 10px;
  vertical-align: middle;
}

.table.middle-align > tbody > tr > th {
  vertical-align: middle;
}

.table.middle-align > tbody > tr > td.button {
  padding: 5px;
}

.table.middle-align.padding-sm > tbody > tr > td {
  height: 30px;
  padding: 5px 7px;
}

.table.middle-align.padding-sm > * > * > *.button {
  padding: 2px;
}

.table.text-right-1 > * > tr > *:nth-child(1) {
  text-align: right;
}

.table.text-right-2 > * > tr > *:nth-child(2) {
  text-align: right;
}

.table.text-right-3 > * > tr > *:nth-child(3) {
  text-align: right;
}

.table.text-right-4 > * > tr > *:nth-child(4) {
  text-align: right;
}

.table.text-right-5 > * > tr > *:nth-child(5) {
  text-align: right;
}

.table.text-right-6 > * > tr > *:nth-child(6) {
  text-align: right;
}

.table.text-right-7 > * > tr > *:nth-child(7) {
  text-align: right;
}

.table.text-right-8 > * > tr > *:nth-child(8) {
  text-align: right;
}

.table.text-right-9 > * > tr > *:nth-child(9) {
  text-align: right;
}

.table.text-right-10 > * > tr > *:nth-child(10) {
  text-align: right;
}

.table td.empty {
  color: #8c8e90;
  font-size: 20pt;
  text-align: center !important;
  padding: 50px 0 !important;
}

.table td.empty small {
  display: block;
  font-size: 14pt;
  margin-top: .5em;
}

table.list {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table.list > * > * > * {
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

table.list > * > *:last-child > * {
  border-bottom: none;
}

table.list > thead > tr > th.button,
table.list > tbody > tr > td.button {
  padding: 5px;
  white-space: nowrap;
}

table.list > thead > tr > th:last-child.button,
table.list > tbody > tr > td:last-child.button {
  text-align: right;
}

table.list .table.middle-align > thead > tr > th {
  vertical-align: middle;
}

table.list .table.middle-align > tbody > tr > td {
  height: 40px;
  padding: 3px 10px;
  vertical-align: middle;
}

table.list .table.middle-align > tbody > tr > td.button {
  padding: 5px;
}

label.disabled {
  cursor: not-allowed;
  opacity: .4;
}

.form-required {
  color: red;
}

.form-control[type="color"] {
  padding: 2px;
}

.form-control-note {
  color: #666;
  font-size: 9pt;
  text-align: center;
}

.form-control-messages {
  padding: 6px 4px 2px;
  margin-bottom: -4px;
}

.form-control-messages .highlight-warning {
  color: #e38d13;
}

.form-control-messages .highlight-danger {
  color: #d9534f;
}

.form-control-messages:empty {
  display: none;
}

.form-control-note.disabled,
.form-control-messages.disabled {
  opacity: .45;
}

select.form-control.disabled,
.buttons-set .btn.disabled {
  opacity: .4;
}

.has-error .input-group-btn .btn-default {
  border-color: #a94442;
}

.has-warning .input-group-btn .btn-default {
  border-color: #8a6d3b;
}

.form-status {
  display: inline-block;
  font-size: 12pt;
  margin-left: 1em;
  vertical-align: middle;
}

.btn-ghost, .btn-shaded, .btn-light {
  background-color: transparent;
  border: none;
  border-radius: 3px;
  display: inline-block;
  font-size: 9pt;
  font-weight: bold;
  padding: 6px 9px;
  text-transform: uppercase;
  transition: background-color .2s, color .2s;
}

.btn-ghost:hover, .btn-shaded:hover, .btn-light:hover {
  text-decoration: none;
}

.heading-extra .btn-ghost, .heading-extra .btn-shaded, .heading-extra .btn-light {
  font-size: 10pt;
  letter-spacing: .03em;
}

.btn-ghost.default {
  color: #777777;
}

.btn-ghost.default:hover {
  background-color: #ececec;
  color: #444444;
}

.btn-ghost.default:active {
  background-color: #dadada;
  color: #2b2b2b;
}

.btn-light.default {
  background-color: #ececec;
  color: #5e5e5e;
}

.btn-light.default:hover {
  background-color: #dadada;
  color: #444444;
}

.btn-light.default:active {
  background-color: #c9c9c9;
  color: #2b2b2b;
}

.btn-shaded.default {
  background-color: #777777;
  color: #fff;
}

.btn-shaded.default:hover {
  background-color: #5e5e5e;
}

.btn-shaded.default:active {
  background-color: #444444;
}

.btn-ghost.info {
  color: #247ca8;
}

.btn-ghost.info:hover {
  background-color: #eaf5fb;
  color: #123e54;
}

.btn-ghost.info:active {
  background-color: #cce3ee;
  color: #091f2a;
}

.btn-light.info {
  background-color: #eaf5fb;
  color: #1b5d7e;
}

.btn-light.info:hover {
  background-color: #cce3ee;
  color: #123e54;
}

.btn-light.info:active {
  background-color: #aed1e2;
  color: #091f2a;
}

.btn-shaded.info {
  background-color: #247ca8;
  color: #fff;
}

.btn-shaded.info:hover {
  background-color: #1b5d7e;
}

.btn-shaded.info:active {
  background-color: #123e54;
}

.btn-ghost.primary {
  color: #428bca;
}

.btn-ghost.primary:hover {
  background-color: #d9edf7;
  color: #245682;
}

.btn-ghost.primary:active {
  background-color: #c2def0;
  color: #193c5a;
}

.btn-light.primary {
  background-color: #d9edf7;
  color: #3071a9;
}

.btn-light.primary:hover {
  background-color: #c2def0;
  color: #245682;
}

.btn-light.primary:active {
  background-color: #acd0ea;
  color: #193c5a;
}

.btn-shaded.primary {
  background-color: #428bca;
  color: #fff;
}

.btn-shaded.primary:hover {
  background-color: #3071a9;
}

.btn-shaded.primary:active {
  background-color: #245682;
}

.btn-ghost.success {
  color: #49a749;
}

.btn-ghost.success:hover {
  background-color: #dff0d8;
  color: #2a602a;
}

.btn-ghost.success:active {
  background-color: #c8e5c3;
  color: #1a3d1a;
}

.btn-light.success {
  background-color: #dff0d8;
  color: #398439;
}

.btn-light.success:hover {
  background-color: #c8e5c3;
  color: #2a602a;
}

.btn-light.success:active {
  background-color: #b2daad;
  color: #1a3d1a;
}

.btn-shaded.success {
  background-color: #49a749;
  color: #fff;
}

.btn-shaded.success:hover {
  background-color: #398439;
}

.btn-shaded.success:active {
  background-color: #2a602a;
}

.btn-ghost.warning {
  color: #e38d13;
}

.btn-ghost.warning:hover {
  background-color: #fcf8e3;
  color: #85530b;
}

.btn-ghost.warning:active {
  background-color: #f8e8c4;
  color: #563607;
}

.btn-light.warning {
  background-color: #fcf8e3;
  color: #b4700f;
}

.btn-light.warning:hover {
  background-color: #f8e8c4;
  color: #85530b;
}

.btn-light.warning:active {
  background-color: #f5d8a5;
  color: #563607;
}

.btn-shaded.warning {
  background-color: #e38d13;
  color: #fff;
}

.btn-shaded.warning:hover {
  background-color: #b4700f;
}

.btn-shaded.warning:active {
  background-color: #85530b;
}

.btn-ghost.danger {
  color: #d9534f;
}

.btn-ghost.danger:hover {
  background-color: #f2dede;
  color: #a02622;
}

.btn-ghost.danger:active {
  background-color: #eec9c9;
  color: #761c19;
}

.btn-light.danger {
  background-color: #f2dede;
  color: #c9302c;
}

.btn-light.danger:hover {
  background-color: #eec9c9;
  color: #a02622;
}

.btn-light.danger:active {
  background-color: #ebb4b3;
  color: #761c19;
}

.btn-shaded.danger {
  background-color: #d9534f;
  color: #fff;
}

.btn-shaded.danger:hover {
  background-color: #c9302c;
}

.btn-shaded.danger:active {
  background-color: #a02622;
}

.buttons-set[data-columns] {
  column-gap: 0;
}

.buttons-set[data-columns] > label {
  border-radius: 0 !important;
  float: none;
  margin: 0 !important;
  padding: 0px;
  width: 100%;
}

.buttons-set[data-columns] > label:hover, .buttons-set[data-columns] > label.active {
  border-color: #112233;
}

.buttons-set[data-columns] > label > i {
  line-height: 32px;
  width: 100%;
}

.buttons-set[data-columns] > label > div {
  width: 100%;
  height: 22px;
}

.tabbedform-container {
  margin: 0 auto 20px;
  padding: 0 10px;
  width: 800px;
}

.tabbedform-sidebar {
  float: left;
  position: fixed;
  width: 140px;
}

.tabbedform-sidebar .btn-default {
  background: #e9e9e9;
}

.tabbedform-sidebar .btn-default:hover {
  background: #dbdbdb;
}

.tabbedform-buttons {
  border-left: none;
  margin-bottom: 10px;
}

.tabbedform-button {
  -background: #fff;
  border-left: 2px solid #ccc;
  cursor: pointer;
  padding: 8px 6px 8px 10px;
}

.tabbedform-button:hover {
  background: #eee;
  font-weight: bold;
}

.tabbedform-button-active {
  background: #fff;
  font-weight: bold;
}

.tabbedform-button-widgets {
  float: right;
}

.tabbedform-button-status-default {
  border-color: #777777;
  color: #777777;
}

.tabbedform-button-status-info {
  border-color: #247ca8;
  color: #247ca8;
}

.tabbedform-button-status-primary {
  border-color: #428bca;
  color: #428bca;
}

.tabbedform-button-status-success {
  border-color: #49a749;
  color: #49a749;
}

.tabbedform-button-status-warning {
  border-color: #e38d13;
  color: #e38d13;
}

.tabbedform-button-status-danger {
  border-color: #d9534f;
  color: #d9534f;
}

.tabbedform-tabs {
  float: right;
  width: 630px;
}

.tabbedform-tab {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 100% 600px;
  padding: 10px;
}

.tabbedform-tab > :first-child,
.tabbedform-tab > .tabbedform-tab-header + * {
  margin-top: 0;
}

.tabbedform-tab > :last-child {
  margin-bottom: 0;
}

.tabbedform-tab + .tabbedform-tab {
  margin-top: 20px;
}

.tabbedform-tab-header {
  font-size: 14pt;
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: 10px;
  background: none;
  border-bottom: none;
  padding: 0;
}

.tabbedform-tab-hide {
  display: none;
}

.tabbedform-fieldset {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin: 10px -10px;
  padding: 10px;
}

.tabbedform-form-subheading {
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 5px;
  padding: 0 3px;
}

.tabbedform-form-group {
  border-radius: 10px;
  margin: 15px 5px;
  padding: 10px;
}

.tabbedform-form-group.required .control-label:after {
  margin: -.2em 0 0 .2em;
  content: '*';
  color: #db2828;
}

.tabbedform-form-group .control-label {
  float: left;
  font-weight: bold;
  width: 25%;
}

.tabbedform-form-group .control-label.has-small {
  padding-top: 0;
}

.tabbedform-form-group .control-label small {
  color: #888;
  display: block;
  font-size: 8pt;
  margin-top: -1px;
}

.tabbedform-form-group > div {
  clear: right;
  float: right;
  width: 72%;
}

.tabbedform-form-alert-container {
  -transition: background-color 0.3s;
}

.tabbedform-form-alert-container.has-warning {
  background-color: rgba(255, 180, 0, 0.12);
}

.tabbedform-form-alert-container.has-error {
  background-color: rgba(255, 90, 90, 0.12);
}

.tabbedform-tab .forms-focusring.input-group {
  border-radius: 2px;
}

.tabbedform-tab .forms-focusring.input-group,
.tabbedform-tab .form-control {
  transition: box-shadow .2s, transform .2s;
}

.tabbedform-tab .forms-focusring.input-group:focus-within,
.tabbedform-tab .form-control:focus {
  box-shadow: 0px 0px 0px 3px rgba(0, 100, 200, 0.25);
}

.tabbedform-tab .input-group:focus-within .form-control:focus {
  box-shadow: none;
}

.compact .tabbedform-form-group {
  border-radius: 5px;
  margin: 7px 0;
  padding: 7px;
}

.compact .tabbedform-form-group .control-label {
  width: 49%;
}

.compact .tabbedform-form-group > div {
  width: 49%;
}

.compact .form-control-messages {
  padding: 4px 3px 0;
}

.form-sm .tabbedform-form-group {
  border-radius: 5px;
  margin: 7px 0;
  padding: 7px;
}

.form-sm .tabbedform-form-group .form-control-messages {
  padding: 4px 2px 0px;
}

.form-xs .tabbedform-form-group {
  border-radius: 3px;
  margin: 3px 0;
  padding: 3px;
}

.form-xs .tabbedform-form-group .form-control-messages {
  padding: 2px 0px 0px;
}

.form-basic fieldset {
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 0px 5px;
}

.form-basic .tabbedform-form-group {
  border-radius: 0;
  margin: 0;
}

.form-basic .tabbedform-form-group .input-group {
  overflow: hidden;
}

.form-basic .tabbedform-form-group .control-label {
  font-size: 10pt;
  float: none;
  display: block;
  width: 100%;
}

.form-basic .tabbedform-form-group div:not(.input-group) {
  float: none;
  display: block;
  width: 100%;
}

.form-basic .tabbedform-form-group div.input-group {
  float: none;
  width: 100%;
}

.form-basic .tabbedform-form-group:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.form-basic .form-control-note {
  text-align: left;
}

.form-basic .form-buttons {
  background: #fafafa;
  border: 1px solid #ddd;
  margin: 10px -6px -1px;
  padding: 20px;
  text-align: center;
  z-index: 100;
  /* required because active buttonset buttons have an z-index of 1 */
}

.form-basic .ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
}

@media (min-width: 1150px) {
  .tabbedform-compact {
    width: 1100px;
  }
  .tabbedform-compact .tabbedform-tabs {
    columns: 2;
    font-size: 9pt;
    width: 930px;
  }
  .tabbedform-compact .tabbedform-tab {
    break-inside: avoid;
    padding: 5px;
  }
  .tabbedform-compact .tabbedform-form-group {
    margin: 5px 3px;
    padding: 5px 0px;
  }
  .tabbedform-compact .tabbedform-form-group > .control-label {
    width: 18%;
  }
  .tabbedform-compact .tabbedform-form-group > div {
    width: 80%;
  }
  .tabbedform-compact .control-label {
    font-size: 9pt;
  }
  .tabbedform-compact .form-control {
    font-size: 9pt;
    height: 26px;
    padding: 2px 6px;
  }
  .tabbedform-compact .input-group-addon {
    font-size: 9pt;
    padding: 2px 6px;
  }
  .tabbedform-compact .boxset {
    font-size: 9pt;
  }
  .tabbedform-compact .btn {
    font-size: 9pt !important;
  }
  .tabbedform-compact .alert {
    padding: 2px 5px;
  }
  .tabbedform-compact .formtable th,
  .tabbedform-compact .formtable td {
    font-size: 9pt;
    padding: 1px;
  }
  .tabbedform-compact .buttons-set input {
    display: none;
  }
}

@media (min-width: 768px) {
  .form-basic fieldset {
    padding: 0px 15px;
  }
  .form-basic .tabbedform-form-group {
    border-radius: 0;
    margin: 0;
  }
  .form-basic .tabbedform-form-group .control-label {
    float: left;
    width: 25%;
  }
  .form-basic .tabbedform-form-group div.form-control-note, .form-basic .tabbedform-form-group div.form-control-messages {
    float: right;
    width: 72%;
  }
  .form-basic .tabbedform-form-group div.input-group:not(.input-upload-group) {
    float: right;
    width: 72%;
  }
}

.ui-autocomplete-input:not(:focus)::placeholder {
  visibility: hidden;
}

.ui-autocomplete .ui-menu-item {
  overflow-wrap: break-word;
}

.ui-autocomplete .ui-menu-item .hilite {
  color: #428bca !important;
  font-weight: bold;
}

.ui-autocomplete .ui-menu-item .extra {
  color: #666;
  float: right;
  font-size: 9pt;
  margin-left: 5px;
  margin-right: -5px;
}

.boxset > * {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom-style: none;
  cursor: pointer;
  display: block;
  padding: 4px 8px 4px 26px;
  transition: background-color .2s;
  /* Doesn't work with the last 'Other' option due to the child div. */
}

.boxset > *:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.boxset > *:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-style: solid;
}

.boxset > * input[type="radio"] {
  margin-left: -18px;
  margin-right: 4px;
  position: absolute;
}

.boxset > * span {
  color: #666;
  float: right;
  margin-left: 5px;
}

.boxset > *:hover {
  background-color: #ebf0f4;
}

.boxset > *.active {
  background-color: #c6d9ec;
  border-color: #5c99d6;
}

.boxset > *.active + * {
  border-top-color: #5c99d6;
}

.boxset > * .form-control {
  margin-top: 3px;
}

.forms-duration > div:nth-child(1) {
  display: inline-table;
  float: left;
  width: 49%;
}

.forms-duration > div:nth-child(2) {
  display: inline-table;
  float: right;
  width: 49%;
}

.forms-duration input {
  text-align: right;
}

.forms-duration .input-group-addon {
  padding: 6px 9px;
}

.otherable-value {
  border-radius: 3px !important;
  cursor: pointer;
  position: relative;
}

.otherable-value i.fa {
  position: absolute;
  right: 8px;
  top: 9px;
}

.forms-password .input-group {
  width: 100% !important;
}

.forms-password button i {
  padding-right: .3em;
}

.forms-simpledate input {
  background-color: #fff !important;
  cursor: pointer;
  text-align: center;
}

.Differences {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

.Differences thead th {
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
  font-size: 9pt;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
}

.Differences thead th:last-child {
  width: auto;
}

.Differences tbody th {
  background: #f5f5f5;
  border-right: 1px solid #ccc;
  font-size: 9pt;
  font-weight: normal;
  padding: 3px 0 0;
  text-align: center;
  vertical-align: top;
}

.Differences td {
  padding: 2px 5px;
}

.Differences ins, .Differences del {
  text-decoration: none;
}

.DifferencesInline .ChangeReplace .Left,
.DifferencesInline .ChangeDelete .Left {
  background: #ffe6e6;
}

.DifferencesInline .ChangeReplace .Right,
.DifferencesInline .ChangeInsert .Right {
  background: #e6ffe6;
}

.DifferencesInline .ChangeReplace ins,
.DifferencesInline .ChangeReplace del {
  border-radius: 2px;
  padding: 0 .1em;
}

.DifferencesInline .ChangeReplace del {
  background: #e69999;
}

.DifferencesInline .ChangeReplace ins {
  background: #99e699;
}
