.dlb-alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 22px;
  border-radius: 4px;
  border: none;
  color: #000;
}
.dlb-alert.dlb-alert-info {
  background: #2CD8EF;
}
.dlb-alert.dlb-alert-warning {
  background: #FFAA05;
}
.dlb-alert.dlb-alert-error {
  background: #ff6469;
}
.dlb-alert.dlb-alert-success {
  background: #2CC360;
}
.dlb-badge {
  background-color: #ddd;
  color: inherit;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 8px;
  min-width: 10px;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  text-align: center;
  whitespace: nowrap;
  text-shadow: none;
}
.dlb-badge:empty {
  display: none;
}
.dlb-nav .active .dlb-badge {
  background-color: #fff;
  color: #E02855;
}
.dlb-btn,
input.dlb-btn {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #F5F2EF;
  border: 1px solid #c4c2bf;
  color: #000;
  border-color: #7D7D78;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal !important;
  line-height: 22px;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
}
.dlb-btn:hover,
input.dlb-btn:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #F5F2EF;
}
.dlb-btn:active,
input.dlb-btn:active {
  background-color: #F5F2EF;
  background-image: none;
  border-color: #c4c2bf;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn:active,
input.dlb-btn:active,
.dlb-btn:hover,
input.dlb-btn:hover,
.dlb-btn:focus,
input.dlb-btn:focus {
  color: #000;
}
.dlb-btn:hover,
input.dlb-btn:hover {
  text-decoration: none;
}
.dlb-btn.disabled,
input.dlb-btn.disabled,
.dlb-btn[disabled],
input.dlb-btn[disabled] {
  opacity: 0.4;
  cursor: default;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7);
}
.dlb-btn-lg,
input.dlb-btn-lg {
  font-size: 19px;
  padding: 9px 19px;
}
.dlb-btn-sm,
input.dlb-btn-sm {
  font-size: 14px;
  padding: 2px 10px;
}
.dlb-btn-xs,
input.dlb-btn-xs {
  font-size: 14px;
  padding: 0 6px;
}
.dlb-btn-wider,
input.dlb-btn-wider {
  padding-left: 2em;
  padding-right: 2em;
}
.dlb-btn-flat,
input.dlb-btn-flat {
  background-image: none;
  background-color: #f3f3f3;
  border-color: #7D7D78;
}
.dlb-btn-primary,
input.dlb-btn-primary {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #0B6FE7;
  border: 1px solid #0959b9;
  color: #fff;
}
.dlb-btn-primary:hover,
input.dlb-btn-primary:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #0B6FE7;
}
.dlb-btn-primary:active,
input.dlb-btn-primary:active {
  background-color: #0B6FE7;
  background-image: none;
  border-color: #0959b9;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-primary:active,
input.dlb-btn-primary:active,
.dlb-btn-primary:hover,
input.dlb-btn-primary:hover,
.dlb-btn-primary:focus,
input.dlb-btn-primary:focus {
  color: #fff;
}
.dlb-btn-danger,
input.dlb-btn-danger {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FF4141;
  border: 1px solid #cc3434;
}
.dlb-btn-danger:hover,
input.dlb-btn-danger:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FF4141;
}
.dlb-btn-danger:active,
input.dlb-btn-danger:active {
  background-color: #FF4141;
  background-image: none;
  border-color: #cc3434;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-success,
input.dlb-btn-success {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #57BB79;
  border: 1px solid #469661;
  border-color: #397a4f;
}
.dlb-btn-success:hover,
input.dlb-btn-success:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #57BB79;
}
.dlb-btn-success:active,
input.dlb-btn-success:active {
  background-color: #57BB79;
  background-image: none;
  border-color: #469661;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-alt,
input.dlb-btn-alt {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #474D5E;
  border: 1px solid #393e4b;
  color: #fff;
}
.dlb-btn-alt:hover,
input.dlb-btn-alt:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #474D5E;
}
.dlb-btn-alt:active,
input.dlb-btn-alt:active {
  background-color: #474D5E;
  background-image: none;
  border-color: #393e4b;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-alt:active,
input.dlb-btn-alt:active,
.dlb-btn-alt:hover,
input.dlb-btn-alt:hover,
.dlb-btn-alt:focus,
input.dlb-btn-alt:focus {
  color: #fff;
}
.dlb-btn-2021-black,
input.dlb-btn-black {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #000;
  border: 1px solid #000000;
  color: #fff;
}
.dlb-btn-2021-black:hover,
input.dlb-btn-black:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #000;
}
.dlb-btn-2021-black:active,
input.dlb-btn-black:active {
  background-color: #000;
  background-image: none;
  border-color: #000000;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-black:active,
input.dlb-btn-black:active,
.dlb-btn-2021-black:hover,
input.dlb-btn-black:hover,
.dlb-btn-2021-black:focus,
input.dlb-btn-black:focus {
  color: #fff;
}
.dlb-btn-2021-dark-blue-1,
input.dlb-btn-dark-blue-1 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #18233F;
  border: 1px solid #131c32;
  color: #fff;
}
.dlb-btn-2021-dark-blue-1:hover,
input.dlb-btn-dark-blue-1:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #18233F;
}
.dlb-btn-2021-dark-blue-1:active,
input.dlb-btn-dark-blue-1:active {
  background-color: #18233F;
  background-image: none;
  border-color: #131c32;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-dark-blue-1:active,
input.dlb-btn-dark-blue-1:active,
.dlb-btn-2021-dark-blue-1:hover,
input.dlb-btn-dark-blue-1:hover,
.dlb-btn-2021-dark-blue-1:focus,
input.dlb-btn-dark-blue-1:focus {
  color: #fff;
}
.dlb-btn-2021-dark-blue-2,
input.dlb-btn-dark-blue-2 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #474D5E;
  border: 1px solid #393e4b;
  color: #fff;
}
.dlb-btn-2021-dark-blue-2:hover,
input.dlb-btn-dark-blue-2:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #474D5E;
}
.dlb-btn-2021-dark-blue-2:active,
input.dlb-btn-dark-blue-2:active {
  background-color: #474D5E;
  background-image: none;
  border-color: #393e4b;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-dark-blue-2:active,
input.dlb-btn-dark-blue-2:active,
.dlb-btn-2021-dark-blue-2:hover,
input.dlb-btn-dark-blue-2:hover,
.dlb-btn-2021-dark-blue-2:focus,
input.dlb-btn-dark-blue-2:focus {
  color: #fff;
}
.dlb-btn-2021-dark-cool-grey,
input.dlb-btn-dark-cool-grey {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #687785;
  border: 1px solid #535f6a;
  color: #fff;
}
.dlb-btn-2021-dark-cool-grey:hover,
input.dlb-btn-dark-cool-grey:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #687785;
}
.dlb-btn-2021-dark-cool-grey:active,
input.dlb-btn-dark-cool-grey:active {
  background-color: #687785;
  background-image: none;
  border-color: #535f6a;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-dark-cool-grey:active,
input.dlb-btn-dark-cool-grey:active,
.dlb-btn-2021-dark-cool-grey:hover,
input.dlb-btn-dark-cool-grey:hover,
.dlb-btn-2021-dark-cool-grey:focus,
input.dlb-btn-dark-cool-grey:focus {
  color: #fff;
}
.dlb-btn-2021-warm-mid-grey,
input.dlb-btn-warm-mid-grey {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #C0BCBB;
  border: 1px solid #9a9696;
}
.dlb-btn-2021-warm-mid-grey:hover,
input.dlb-btn-warm-mid-grey:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #C0BCBB;
}
.dlb-btn-2021-warm-mid-grey:active,
input.dlb-btn-warm-mid-grey:active {
  background-color: #C0BCBB;
  background-image: none;
  border-color: #9a9696;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-cool-mid-grey,
input.dlb-btn-cool-mid-grey {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #C6D3D8;
  border: 1px solid #9ea9ad;
}
.dlb-btn-2021-cool-mid-grey:hover,
input.dlb-btn-cool-mid-grey:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #C6D3D8;
}
.dlb-btn-2021-cool-mid-grey:active,
input.dlb-btn-cool-mid-grey:active {
  background-color: #C6D3D8;
  background-image: none;
  border-color: #9ea9ad;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-warm-light-grey,
input.dlb-btn-warm-light-grey {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #F5F2EF;
  border: 1px solid #c4c2bf;
}
.dlb-btn-2021-warm-light-grey:hover,
input.dlb-btn-warm-light-grey:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #F5F2EF;
}
.dlb-btn-2021-warm-light-grey:active,
input.dlb-btn-warm-light-grey:active {
  background-color: #F5F2EF;
  background-image: none;
  border-color: #c4c2bf;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-bright-pink-1,
input.dlb-btn-bright-pink-1 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FF5959;
  border: 1px solid #cc4747;
}
.dlb-btn-2021-bright-pink-1:hover,
input.dlb-btn-bright-pink-1:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FF5959;
}
.dlb-btn-2021-bright-pink-1:active,
input.dlb-btn-bright-pink-1:active {
  background-color: #FF5959;
  background-image: none;
  border-color: #cc4747;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-bright-pink-2,
input.dlb-btn-bright-pink-2 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FF4141;
  border: 1px solid #cc3434;
}
.dlb-btn-2021-bright-pink-2:hover,
input.dlb-btn-bright-pink-2:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FF4141;
}
.dlb-btn-2021-bright-pink-2:active,
input.dlb-btn-bright-pink-2:active {
  background-color: #FF4141;
  background-image: none;
  border-color: #cc3434;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-bright-yellow,
input.dlb-btn-bright-yellow {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FFC24D;
  border: 1px solid #cc9b3e;
}
.dlb-btn-2021-bright-yellow:hover,
input.dlb-btn-bright-yellow:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FFC24D;
}
.dlb-btn-2021-bright-yellow:active,
input.dlb-btn-bright-yellow:active {
  background-color: #FFC24D;
  background-image: none;
  border-color: #cc9b3e;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-mid-pink-1,
input.dlb-btn-mid-pink-1 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FFA6A6;
  border: 1px solid #cc8585;
}
.dlb-btn-2021-mid-pink-1:hover,
input.dlb-btn-mid-pink-1:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FFA6A6;
}
.dlb-btn-2021-mid-pink-1:active,
input.dlb-btn-mid-pink-1:active {
  background-color: #FFA6A6;
  background-image: none;
  border-color: #cc8585;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-mid-pink-2,
input.dlb-btn-mid-pink-2 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FFCEC3;
  border: 1px solid #cca59c;
}
.dlb-btn-2021-mid-pink-2:hover,
input.dlb-btn-mid-pink-2:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FFCEC3;
}
.dlb-btn-2021-mid-pink-2:active,
input.dlb-btn-mid-pink-2:active {
  background-color: #FFCEC3;
  background-image: none;
  border-color: #cca59c;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-pale-orange,
input.dlb-btn-pale-orange {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FFDEBC;
  border: 1px solid #ccb296;
}
.dlb-btn-2021-pale-orange:hover,
input.dlb-btn-pale-orange:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #FFDEBC;
}
.dlb-btn-2021-pale-orange:active,
input.dlb-btn-pale-orange:active {
  background-color: #FFDEBC;
  background-image: none;
  border-color: #ccb296;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-bright-royal-blue-1,
input.dlb-btn-royal-blue-1 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #707FFF;
  border: 1px solid #5a66cc;
}
.dlb-btn-2021-bright-royal-blue-1:hover,
input.dlb-btn-royal-blue-1:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #707FFF;
}
.dlb-btn-2021-bright-royal-blue-1:active,
input.dlb-btn-royal-blue-1:active {
  background-color: #707FFF;
  background-image: none;
  border-color: #5a66cc;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-bright-royal-blue-2,
input.dlb-btn-bright-royal-blue-2 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #243BFF;
  border: 1px solid #1d2fcc;
  color: #fff;
}
.dlb-btn-2021-bright-royal-blue-2:hover,
input.dlb-btn-bright-royal-blue-2:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #243BFF;
}
.dlb-btn-2021-bright-royal-blue-2:active,
input.dlb-btn-bright-royal-blue-2:active {
  background-color: #243BFF;
  background-image: none;
  border-color: #1d2fcc;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-bright-royal-blue-2:active,
input.dlb-btn-bright-royal-blue-2:active,
.dlb-btn-2021-bright-royal-blue-2:hover,
input.dlb-btn-bright-royal-blue-2:hover,
.dlb-btn-2021-bright-royal-blue-2:focus,
input.dlb-btn-bright-royal-blue-2:focus {
  color: #fff;
}
.dlb-btn-2021-bright-turquoise-1,
input.dlb-btn-bright-turquoise-1 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #2CD8EF;
  border: 1px solid #23adbf;
}
.dlb-btn-2021-bright-turquoise-1:hover,
input.dlb-btn-bright-turquoise-1:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #2CD8EF;
}
.dlb-btn-2021-bright-turquoise-1:active,
input.dlb-btn-bright-turquoise-1:active {
  background-color: #2CD8EF;
  background-image: none;
  border-color: #23adbf;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-bright-turquoise-2,
input.dlb-btn-bright-turquoise-2 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #00A3B9;
  border: 1px solid #008294;
  color: #fff;
}
.dlb-btn-2021-bright-turquoise-2:hover,
input.dlb-btn-bright-turquoise-2:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #00A3B9;
}
.dlb-btn-2021-bright-turquoise-2:active,
input.dlb-btn-bright-turquoise-2:active {
  background-color: #00A3B9;
  background-image: none;
  border-color: #008294;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-bright-turquoise-2:active,
input.dlb-btn-bright-turquoise-2:active,
.dlb-btn-2021-bright-turquoise-2:hover,
input.dlb-btn-bright-turquoise-2:hover,
.dlb-btn-2021-bright-turquoise-2:focus,
input.dlb-btn-bright-turquoise-2:focus {
  color: #fff;
}
.dlb-btn-2021-bright-green-1,
input.dlb-btn-bright-green-1 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #57BB79;
  border: 1px solid #469661;
}
.dlb-btn-2021-bright-green-1:hover,
input.dlb-btn-bright-green-1:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #57BB79;
}
.dlb-btn-2021-bright-green-1:active,
input.dlb-btn-bright-green-1:active {
  background-color: #57BB79;
  background-image: none;
  border-color: #469661;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-bright-green-2,
input.dlb-btn-bright-green-2 {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #469B63;
  border: 1px solid #387c4f;
  color: #fff;
}
.dlb-btn-2021-bright-green-2:hover,
input.dlb-btn-bright-green-2:hover {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #469B63;
}
.dlb-btn-2021-bright-green-2:active,
input.dlb-btn-bright-green-2:active {
  background-color: #469B63;
  background-image: none;
  border-color: #387c4f;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7), inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.dlb-btn-2021-bright-green-2:active,
input.dlb-btn-bright-green-2:active,
.dlb-btn-2021-bright-green-2:hover,
input.dlb-btn-bright-green-2:hover,
.dlb-btn-2021-bright-green-2:focus,
input.dlb-btn-bright-green-2:focus {
  color: #fff;
}
.dlb-toolbar .dlb-btn-group .dlb-btn {
  margin: 0;
}
.dlb-btn-group {
  font-size: 0;
}
.dlb-btn-group > .dlb-btn {
  box-sizing: border-box;
  border-radius: 0;
  margin: 0;
}
.dlb-btn-group > .dlb-btn:first-child {
  border-radius: 4px 0 0 4px;
}
.dlb-btn-group > .dlb-btn:last-child {
  border-radius: 0 4px 4px 0;
}
.dlb-btn-group > .dlb-btn + .dlb-btn {
  margin-left: -1px;
}
.dlb-btn-group > .dlb-btn.dlb-btn-active,
.dlb-btn-group > .dlb-btn.dlb-btn-active:hover,
.dlb-btn-group > .dlb-btn.active,
.dlb-btn-group > .dlb-btn.active:hover {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #E02855;
  border-color: #ba1b42;
  color: white;
}
.dlb-btn-group > .dlb-btn.dlb-btn-active + .dlb-btn,
.dlb-btn-group > .dlb-btn.dlb-btn-active:hover + .dlb-btn,
.dlb-btn-group > .dlb-btn.active + .dlb-btn,
.dlb-btn-group > .dlb-btn.active:hover + .dlb-btn {
  border-left-color: #ba1b42;
}
tr .dlb-btn {
  margin-bottom: 3px;
}
/* Side notes for calling out things
-------------------------------------------------- */
/* Base styles (regardless of theme) */
.dlb-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.dlb-callout h4 {
  margin-top: 0;
}
.dlb-callout p:last-child {
  margin-bottom: 0;
}
.dlb-callout code,
.dlb-callout .highlight {
  background-color: #fff;
}
/* Themes for different contexts */
.dlb-callout-info {
  background-color: #f1fdff;
  border-color: #00A3B9;
  color: #005b67;
}
.dlb-callout-info h2,
.dlb-callout-info h3,
.dlb-callout-info h4 {
  color: #005b67;
}
.dlb-callout-warning {
  background-color: #fffcf5;
  border-color: #FFC24D;
  color: #764d00;
}
.dlb-callout-warning h2,
.dlb-callout-warning h3,
.dlb-callout-warning h4 {
  color: #764d00;
}
.dlb-callout-danger {
  background-color: #ffeeee;
  border-color: #FF4141;
  color: #a70000;
}
.dlb-callout-danger h2,
.dlb-callout-danger h3,
.dlb-callout-danger h4 {
  color: #a70000;
}
.dlb-card {
  margin-top: 0;
  margin-bottom: 22px;
  min-height: 22px;
  padding: 15px;
  overflow: hidden;
  border-left: 3px solid #ba1b42;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(246, 246, 244, 0.92);
}
.dlb-card.dlb-card-no-gap {
  margin-bottom: 0;
  box-shadow: inset 0 -1px #ddd;
}
.dlb-draggable-drag-handle {
  width: 16px;
  height: 8px;
  display: inline-block;
  margin-right: 2px;
  margin-top: 5px;
  vertical-align: text-top;
  background-image: url(../img/drag-handle.png);
  background-repeat: no-repeat;
}
.dlb-file-upload-filename {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
input[type="file"].dlb-file-upload-file-input {
  display: none;
}
#global-footer-wrapper {
  height: 36px;
  background-color: #f4f3f1;
  box-shadow: 0 -1px 0 #d1d1c8;
  border-top: 1px solid #fafaeb;
  color: #474D5E;
}
#global-footer {
  padding-top: 7px;
}
.dlb-form {
  margin: 0;
  padding: 0;
}
.dlb-form .dlb-form-actions {
  margin-top: 2em;
  margin-bottom: 0;
  text-align: right;
}
.dlb-form .dlb-form-actions .dlb-btn {
  margin-left: 1em;
}
.dlb-form legend {
  box-shadow: 0 1px 0px 0 rgba(255, 255, 255, 0.4);
  border-color: #DFDFD7;
  font-size: 17.3px;
  line-height: 30px;
  margin-top: 5px;
  padding-top: 5px;
}
label {
  font-weight: normal;
}
label.checkbox {
  display: inline-block;
}
.help-block {
  color: #555;
  font-size: 14px;
}
.navbar-search {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-search .search-query {
  padding-top: 2px;
  padding-bottom: 3px;
  padding-right: 10px;
  padding-left: 29px;
  border-radius: 4px;
  height: 32px;
}
.navbar-search [class^="icon-"],
.navbar-search [class*=" fa-"] {
  color: #555;
  position: absolute;
  top: 8px;
  left: 14px;
}
.dlb-navbar-inverse .navbar-search .search-query {
  color: #b7b7b7;
  background-color: #414349;
  border-color: #33363d;
  box-shadow: 0 1px #4d5059;
}
.dlb-navbar-inverse .navbar-search .search-query:focus {
  color: #fff;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.dlb-navbar-inverse .navbar-search [class^="icon-"],
.dlb-navbar-inverse .navbar-search [class*=" fa-"] {
  color: #aaaaaa;
}
a:hover [class^="icon-"],
a:hover [class*=" icon-"],
a:hover [class*=" fa-"] {
  text-decoration: none;
}
[class^="icon-"].icon-space-left,
[class*=" icon-"].icon-space-left,
[class*=" fa-"].icon-space-left,
[class^="icon-"].fa-space-left,
[class*=" icon-"].fa-space-left,
[class*=" fa-"].fa-space-left {
  margin-left: 0.3em;
}
[class^="icon-"].icon-space-right,
[class*=" icon-"].icon-space-right,
[class*=" fa-"].icon-space-right,
[class^="icon-"].fa-space-right,
[class*=" icon-"].fa-space-right,
[class*=" fa-"].fa-space-right {
  margin-right: 0.3em;
}
.dlb-icon-delib-logo {
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 18px 18px;
  display: inline-block;
  width: 19px;
  height: 18px;
  vertical-align: text-top;
}
.dlb-icon-delib-logo.dlb-icon-delib-logo-white {
  background-image: url(../svg/delib-logos/delib-white.svg);
}
.dlb-icon-delib-logo.dlb-icon-delib-logo-black {
  background-image: url(../svg/delib-logos/delib-black.svg);
}
.dlb-icon-delib-logo.dlb-icon-delib-logo-333 {
  background-image: url(../svg/delib-logos/delib-333.svg);
}
.dlb-icon-delib-logo.dlb-icon-delib-logo-555 {
  background-image: url(../svg/delib-logos/delib-555.svg);
}
.dlb-login-panel {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 30px;
  padding-bottom: 60px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  border: solid 1px #fafafa;
  text-shadow: 0 1px #fff;
  box-shadow: 0 0 1px 1px rgba(76, 76, 76, 0.07);
}
body.dlb-modal-open {
  overflow-y: scroll;
}
.dlb-modal-open {
  overflow: hidden;
}
.dlb-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.dlb-modal.fade .dlb-modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.dlb-modal.in .dlb-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dlb-modal-open .dlb-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.dlb-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.dlb-modal-content {
  position: relative;
  background-color: #fff;
  background-image: url('../img/bg_textures/warm_light_grey_2021_mesh_darken_5.png');
  background-repeat: repeat;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 0px 1px 0px #222;
  border: 1px solid #fafafa;
  border-radius: 5px;
  outline: 0;
}
.dlb-modal-backdrop {
  /*
        Background layer behind modals.
        Visually, my taste is against showing this semi-opaque background,
        but I agree that it aids usability by visual focus - Andy
    */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #080D15;
}
.dlb-modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.dlb-modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.dlb-modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.dlb-modal-header .close {
  margin-top: -2px;
}
.dlb-modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.dlb-modal-body {
  position: relative;
  padding: 15px;
  padding-top: 1px;
}
.dlb-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.dlb-modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.dlb-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.dlb-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.dlb-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .dlb-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .dlb-modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .dlb-modal-lg {
    width: 900px;
  }
}
.dlb-navbar {
  overflow: hidden;
  color: #000;
  box-shadow: inset 0 -1px 0 0 #e6e6e6;
}
.dlb-navbar.dlb-navbar-white {
  background-color: #fff;
}
.dlb-navbar.dlb-navbar-greige {
  background: #f4f3f1;
}
.dlb-navbar .dlb-nav {
  margin: 0;
}
.dlb-navbar .dlb-navbar-list > li,
.dlb-navbar .dlb-navbar-text {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
}
.dlb-navbar h1.dlb-navbar-text,
.dlb-navbar h2.dlb-navbar-text,
.dlb-navbar h3.dlb-navbar-text,
.dlb-navbar h4.dlb-navbar-text {
  margin-top: 0;
  margin-bottom: 0;
}
.dlb-navbar li {
  float: left;
}
.dlb-navbar-inverse {
  color: #ddd;
  background-color: #484a4f;
  background-image: url(../img/bg_textures/bley_noise_darker.png);
  background-repeat: repeat;
  box-shadow: inset 0 -1px 0 0 #222429;
}
.dlb-navbar-inverse .dlb-nav a {
  color: #ddd;
}
.dlb-navbar-inverse .dlb-nav a:hover,
.dlb-navbar-inverse .dlb-nav a:focus {
  background: none;
  color: #fff;
}
.dlb-navbar-inverse .dlb-navbar-list > li,
.dlb-navbar-inverse .dlb-navbar-text {
  color: #ddd;
}
.dlb-navbar-inverse .dlb-nav-pills a:hover,
.dlb-navbar-inverse .dlb-nav-pills a:focus {
  background-color: #484a4f;
}
.dlb-navbar-inverse .dlb-nav-pills .active > a,
.dlb-navbar-inverse .dlb-nav-pills .active > a:hover,
.dlb-navbar-inverse .dlb-nav-pills .active > a:focus {
  box-shadow: 0 1px #4d5059, inset 0 0 0 1px #292929;
  color: #fff;
  background-color: #414349;
}
.dlb-navbar-inverse .dlb-nav-pills.dlb-nav-pills-brand-color .active > a,
.dlb-navbar-inverse .dlb-nav-pills.dlb-nav-pills-brand-color .active > a:hover,
.dlb-navbar-inverse .dlb-nav-pills.dlb-nav-pills-brand-color .active > a:focus {
  box-shadow: 0 1px #4d5059, inset 0 0 0 1px #333;
}
.dlb-navbar-inverse .dlb-nav .dlb-badge {
  color: #484a4f;
}
.dlb-navbar-inverse .dlb-nav a:hover .dlb-badge,
.dlb-navbar-inverse .dlb-nav a:focus .dlb-badge {
  background-color: #fff;
}
.dlb-navbar-inverse .dlb-nav .active .dlb-badge {
  color: #3F3F3F;
}
.dlb-navbar-inverse.dlb-navbar-stripe {
  border-top: 2px solid #E02855;
}
.dlb-navbar-throw-shadow + div,
.dlb-navbar-throw-shadow + nav,
.dlb-navbar-throw-shadow + section,
.dlb-navbar-throw-shadow + main {
  border-top: 1px solid #888;
}
.dlb-nav {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 22px;
  list-style: none;
}
.dlb-nav a {
  color: #005ea5;
}
.dlb-nav a:hover {
  text-decoration: none;
  color: #007bd8;
}
.dlb-nav > li > a {
  display: block;
}
.dlb-nav > li > a:focus {
  text-decoration: none;
  color: #222;
}
.dlb-nav > li > a > img {
  max-width: none;
}
.dlb-nav > .pull-right {
  float: right;
}
.dlb-nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.dlb-nav-list > li > a {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 3px 15px;
}
.dlb-nav-list > .active > a,
.dlb-nav-list > .active > a:hover,
.dlb-nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #E02855;
}
.dlb-nav-list [class^="icon-"],
.dlb-nav-list [class*=" icon-"],
.dlb-nav-list [class*=" fa-"] {
  margin-right: 2px;
}
.dlb-nav-pills {
  overflow: hidden;
}
.dlb-nav-pills ul {
  margin: 0;
}
.dlb-nav-pills li {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.dlb-nav-pills a {
  padding: 7px 12px;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  color: #005ea5;
}
.dlb-nav-pills .active > a,
.dlb-nav-pills .active > a:hover,
.dlb-nav-pills .active > a:focus {
  text-decoration: none;
  text-shadow: none;
  background: radial-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05));
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
  color: #004172;
}
.dlb-nav-pills.dlb-nav-pills-brand-color .active > a,
.dlb-nav-pills.dlb-nav-pills-brand-color .active > a:hover,
.dlb-nav-pills.dlb-nav-pills-brand-color .active > a:focus {
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background: radial-gradient(#e33e67, #E02855);
  background-color: #E02855;
  color: #fff;
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.15);
}
.dlb-nav-sidebar {
  margin-top: 6px;
  margin-right: 20px;
  padding: 0;
  padding-top: 1px;
  padding-bottom: 10px;
  background: #FBFAF9;
  border: none;
  border-radius: 4px 4px 4px 4px;
}
.dlb-nav-sidebar h2,
.dlb-nav-sidebar h3,
.dlb-nav-sidebar h4 {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.3 !important;
}
.dlb-nav-sidebar .dlb-nav-sidebar-header {
  margin-top: 16px !important;
  margin-bottom: 6px;
  padding-left: 12px;
  font-weight: bold;
}
.dlb-nav-sidebar li {
  padding-left: 0;
}
.dlb-nav-sidebar li a {
  line-height: 1.3 !important;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 24px !important;
}
.dlb-nav-sidebar li a:hover {
  text-decoration: none;
  background-color: #eee;
}
.dlb-nav-sidebar .active > a {
  color: #fff !important;
  background-color: #E02855;
}
.dlb-nav-sidebar .dlb-nav-sidebar-divider {
  margin-left: 12px;
  margin-right: 12px;
  border-top: solid 1px #eee;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}
.dlb-panel {
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  margin-top: 0;
  margin-bottom: 22px;
  min-height: 22px;
  padding: 15px;
  overflow: hidden;
}
.dlb-panel.dlb-panel-lg {
  padding: 20px 15px;
}
.dlb-panel.dlb-panel-sm {
  padding: 5px 15px;
}
.dlb-panel.dlb-panel-max-headroom {
  padding-top: 35px;
}
.dlb-panel.dlb-panel-haircut {
  padding-top: 0px;
}
.dlb-panel.dlb-panel-greige {
  background-color: #f6f5f3;
}
code[class*="language-"],
pre[class*="language-"] {
  color: #327146;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
/* Code blocks */
pre[class*="language-"] {
  overflow: auto;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #505B68;
}
.token.punctuation {
  color: #273968;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #10466f;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #0058CC;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #7E5B30;
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #CC0000;
}
.token.function,
.token.class-name {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
html,
body {
  height: 100%;
}
body {
  color: #000;
  background-color: #eeebe8;
  background-image: url('../img/bg_textures/warm_light_grey_2021_mesh_darken_5.png');
  background-repeat: repeat;
}
#global-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px;
  margin-bottom: -37px;
}
.dlb-container-fixed {
  width: 1200px;
}
.page-content-wrapper {
  background-color: #eeebe8;
  background-image: url('../img/bg_textures/warm_light_grey_2021_mesh_darken_5.png');
  background-repeat: repeat;
  color: #333;
  padding-top: 16px;
  padding-bottom: 80px;
}
hr.dlb-skip-small {
  margin-top: 15px;
  margin-bottom: 15px;
}
hr.dlb-skip-big {
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.dlb-skip-giant {
  margin-top: 40px;
  margin-bottom: 40px;
}
span.dlb-skip-small,
span.dlb-skip-med,
span.dlb-skip-big,
span.dlb-skip-giant {
  display: block;
}
span.dlb-skip-small {
  height: 16.5px;
}
span.dlb-skip-med {
  height: 22px;
}
span.dlb-skip-big {
  height: 33px;
}
span.dlb-skip-giant {
  height: 44px;
}
.dlb-table-container {
  padding: 0;
  margin-top: 0;
  margin-bottom: 22px;
}
.dlb-table-container.dlb-table-container-bordered {
  border: solid 1px #ddd;
  border: solid 1px rgba(180, 180, 180, 0.3);
}
.dlb-table-container.dlb-table-container-rounded {
  border-radius: 4px;
}
.dlb-table-container.dlb-table-container-rounded table {
  border-radius: 4px;
}
.dlb-table-container.dlb-table-container-rounded thead:first-child tr:first-child > th:first-child,
.dlb-table-container.dlb-table-container-rounded tbody:first-child tr:first-child > td:first-child,
.dlb-table-container.dlb-table-container-rounded tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.dlb-table-container.dlb-table-container-rounded thead:first-child tr:first-child > th:last-child,
.dlb-table-container.dlb-table-container-rounded tbody:first-child tr:first-child > td:last-child,
.dlb-table-container.dlb-table-container-rounded tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.dlb-table-container.dlb-table-container-rounded thead:last-child tr:last-child > th:first-child,
.dlb-table-container.dlb-table-container-rounded tbody:last-child tr:last-child > td:first-child,
.dlb-table-container.dlb-table-container-rounded tbody:last-child tr:last-child > th:first-child,
.dlb-table-container.dlb-table-container-rounded tfoot:last-child tr:last-child > td:first-child,
.dlb-table-container.dlb-table-container-rounded tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
.dlb-table-container.dlb-table-container-rounded thead:last-child tr:last-child > th:last-child,
.dlb-table-container.dlb-table-container-rounded tbody:last-child tr:last-child > td:last-child,
.dlb-table-container.dlb-table-container-rounded tbody:last-child tr:last-child > th:last-child,
.dlb-table-container.dlb-table-container-rounded tfoot:last-child tr:last-child > td:last-child,
.dlb-table-container.dlb-table-container-rounded tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
.dlb-table {
  width: 100%;
  background-color: none;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}
.dlb-table thead th,
.dlb-table thead td {
  color: #474D5E;
  font-weight: bold;
  text-shadow: 0 1px #fff;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.dlb-table tbody th,
.dlb-table tbody td,
.dlb-table tfoot th,
.dlb-table tfoot td {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 6px;
  padding-bottom: 3px;
}
.dlb-table th,
.dlb-table td {
  line-height: 22px;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #ddd;
  border-bottom: solid 1px rgba(180, 180, 180, 0.3);
}
.dlb-table tbody:last-child > tr:last-child > th,
.dlb-table tbody:last-child > tr:last-child > td,
.dlb-table tfoot:last-child > tr:last-child > td,
.dlb-table tfoot:last-child > tr:last-child > th {
  border-bottom: none;
}
.dlb-table-condensed thead th,
.dlb-table-condensed thead td {
  padding: 4px 8px;
}
.dlb-table-condensed tbody th,
.dlb-table-condensed tbody td {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  padding-bottom: 2px;
}
.dlb-table-striped tbody > tr:nth-child(odd) > td,
.dlb-table-striped tbody > tr:nth-child(odd) > th {
  border-bottom-color: transparent;
  background-color: rgba(76, 76, 76, 0.066);
}
.dlb-table-striped tbody > tr:nth-child(even) > td,
.dlb-table-striped tbody > tr:nth-child(even) > th {
  border-bottom-color: transparent;
}
.dlb-table-striped.dlb-table-greige tbody > tr:nth-child(odd) > td,
.dlb-table-striped.dlb-table-greige tbody > tr:nth-child(odd) > th {
  background-color: #EAE8E5;
}
.dlb-table-striped.dlb-table-white tbody > tr:nth-child(odd) > td,
.dlb-table-striped.dlb-table-white tbody > tr:nth-child(odd) > th {
  background-color: F3F3F3;
}
.dlb-table-hover tbody > tr:not(.no-hover):hover > td,
.dlb-table-hover tbody > tr:not(.no-hover):hover > th {
  background-color: #d91f4d !important;
  color: #fff;
}
.dlb-table-hover tbody > tr:not(.no-hover):hover > td a,
.dlb-table-hover tbody > tr:not(.no-hover):hover > th a,
.dlb-table-hover tbody > tr:not(.no-hover):hover > td span,
.dlb-table-hover tbody > tr:not(.no-hover):hover > th span {
  color: #fff;
}
.dlb-table-link {
  color: #222;
}
.dlb-table-hover-all-links tr:hover .dlb-table-link {
  display: block;
  text-decoration: underline;
}
.dlb-table-shady-headers thead th,
.dlb-table-shady-headers thead td {
  text-shadow: 0 1px #f0f0f0;
  background-color: rgba(76, 76, 76, 0.09);
}
.dlb-table-shady-headers.dlb-table-greige thead th,
.dlb-table-shady-headers.dlb-table-greige thead td {
  background-color: #E6E4E1;
}
.dlb-table-shady-headers.dlb-table-white thead th,
.dlb-table-shady-headers.dlb-table-white thead td {
  background-color: #efefef;
}
.dlb-table-white {
  background: #fff;
}
.dlb-table-greige {
  background: #f4f3f1;
}
.dlb-table-nowrap {
  white-space: nowrap;
}
.dlb-table-ellipsis-truncate {
  max-width: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tablesorter th {
  font-weight: bold;
  padding-right: 16px;
  /* needed to space from sort icon */
  background-repeat: no-repeat;
  border-right: solid 1px #d0d0d0;
}
.tablesorter th:nth-last-child(1) {
  border-right: none;
}
.tablesorter th.sortcol {
  cursor: pointer;
  padding-right: 18px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url('../libraries/tablesorter/sort_pre.gif');
}
.tablesorter th.sortcol:hover {
  cursor: pointer;
}
.tablesorter th.sortdesc {
  color: #000;
  background-image: url('../libraries/tablesorter/up.gif');
}
.tablesorter th.sortdesc:hover {
  background-image: url('../libraries/tablesorter/up.gif');
}
.tablesorter th.sortasc {
  color: #000;
  background-image: url('../libraries/tablesorter/down.gif');
}
.tablesorter th.sortasc:hover {
  background-image: url('../libraries/tablesorter/down.gif');
}
.tablesorter th.sorter-false {
  background-image: none;
}
.tablesorter th.sorter-false:hover {
  background-image: none;
}
th.number,
td.number,
th.currency,
td.currency,
td.date,
th.date {
  text-align: right;
  padding-right: 16px;
}
td.summary,
th.summary {
  font-weight: bold;
}
.dlb-toolbar {
  overflow: hidden;
}
.dlb-toolbar ul {
  margin: 0;
}
.dlb-toolbar li {
  float: left;
  list-style: none outside none;
}
.dlb-toolbar .dlb-btn {
  margin-right: 5px;
}
.dlb-toolbar.pull-right .dlb-btn {
  margin-right: 0;
  margin-left: 5px;
}
.dlb-toolbar .dlb-toolbar-link {
  display: inline-block;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.dlb-toolbar.pull-right .dlb-toolbar-link {
  margin-right: 0;
  margin-left: 10px;
}
.dlb-body-small {
  font-size: 14px;
}
h1 {
  font-size: 28px;
  line-height: 38px;
}
h2 {
  font-size: 24px;
  line-height: 33px;
}
h3 {
  font-size: 21.3px;
  line-height: 29.2875px;
}
h4 {
  font-size: 18.7px;
  line-height: 25.7125px;
}
h5,
h6 {
  font-size: 16px;
  line-height: 22px;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1 small {
  font-size: 21.3px;
}
h2 small {
  font-size: 18.7px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 16px;
}
.lead {
  font-size: 18.7px;
  font-weight: 300;
  line-height: 1.375;
}
.lead.dlb-lead-lg {
  font-size: 21.3px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.dlb-text-muted-blue {
  color: #474D5E;
}
a.muted:hover,
a.muted:focus {
  color: #007bd8;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a9251a;
}
.dlb-link-darkest {
  color: #222;
}
.dlb-link-darkest:hover {
  color: inherit;
}
.dlb-link-match-text {
  color: inherit;
  text-decoration: underline;
}
.dlb-truncated {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dlb-todo {
  color: #990000;
  background-color: #ffffbb;
}
.dlb-zap-padding-left {
  padding-left: 0 !important;
}
.dlb-zap-padding-top {
  padding-top: 0 !important;
}
.dlb-zap-padding-right {
  padding-right: 0 !important;
}
.dlb-zap-padding-bottom {
  padding-bottom: 0 !important;
}
.dlb-zap-padding-all {
  padding: 0 !important;
}
.dlb-pull-up1 {
  margin-top: -5px;
}
.dlb-pull-up2 {
  margin-top: -10px;
}
.dlb-pull-up3 {
  margin-top: -15px;
}
.dlb-pull-up4 {
  margin-top: -20px;
}
.dlb-pull-up5 {
  margin-top: -25px;
}
.dlb-pull-up6 {
  margin-top: -30px;
}
.dlb-pull-up7 {
  margin-top: -35px;
}
.dlb-pull-up8 {
  margin-top: -40px;
}
.dlb-pull-up9 {
  margin-top: -45px;
}
.dlb-pull-up10 {
  margin-top: -50px;
}
.dlb-pull-up11 {
  margin-top: -55px;
}
.dlb-pull-up12 {
  margin-top: -60px;
}
.dlb-pull-down1 {
  margin-top: 5px;
}
.dlb-pull-down2 {
  margin-top: 10px;
}
.dlb-pull-down3 {
  margin-top: 15px;
}
.dlb-pull-down4 {
  margin-top: 20px;
}
.dlb-pull-down5 {
  margin-top: 25px;
}
.dlb-pull-down6 {
  margin-top: 30px;
}
.dlb-pull-down7 {
  margin-top: 35px;
}
.dlb-pull-down8 {
  margin-top: 40px;
}
.dlb-pull-down9 {
  margin-top: 45px;
}
.dlb-pull-down10 {
  margin-top: 50px;
}
.dlb-pull-down11 {
  margin-top: 55px;
}
.dlb-pull-down12 {
  margin-top: 60px;
}
.draggable {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.draggable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/* dedicated class for examples in docs - cloned from Bootstrap docs.css */
.dlb-docs-example-container {
  margin: 15px 0;
  position: relative;
  padding: 0;
  /* Echo out a label for the example */
  /* generally I don't rely on changing tag styles without a class, but this is pretty specific context */
}
.dlb-docs-example-container .dlb-docs-example {
  padding: 45px 15px 15px;
  border: solid 1px rgba(180, 180, 180, 0.3);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dlb-docs-example-container .dlb-docs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #676767;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example";
}
.dlb-docs-example-container pre {
  font-size: 14px;
  color: #2f6f9f;
  background-color: #e3e3e3;
  margin: 0;
  padding: 15px;
  border: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dlb-docs-example-container pre code {
  white-space: pre;
  overflow-x: scroll;
}
.dlb-well {
  background-color: rgba(0, 0, 0, 0.03);
  background-repeat: repeat;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 4px 4px 4px 4px;
  margin-top: 0;
  margin-bottom: 22px;
  min-height: 22px;
  padding: 15px;
  overflow: hidden;
}
.dlb-well.dlb-well-lg {
  padding: 20px 15px;
}
.dlb-well.dlb-well-sm {
  padding: 5px 15px;
}
.dlb-well.dlb-well-max-headroom {
  padding-top: 35px;
}
.dlb-well.dlb-well-haircut {
  padding-top: 0px;
}
h1 + .dlb-well,
h2 + .dlb-well {
  margin-top: 22px;
}
